
  
:focus { outline: 0 none !important; }
 
/*p, blockquote { margin: 20px 0; }*/
strong { font-weight: 600; }
a {
    color: #363f44;
    cursor: pointer;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    text-decoration: none;
}
a:hover, a:focus {
    color: #141719;
    text-decoration: none !important;
}
label { font-weight: normal; }
small, .small { font-size: 13px; }
ul { padding-left:0; }
/* Header */  
.navbar {
    border-radous:0;
    border:0;
    margin:0;
}
.header-inner {
    width: 100%;
    position: reltive;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: a;
    ;
2s; /* For Safari 3.1 to 6.0 */
    transition: all 2s;
    padding: 10px;
	padding-bottom: 5px !important ;
}
 
/*** Brand logo ***/

.brand {
    width: 200px;
}
.brand a { display:block }
.brand, .header-inner .main-nav {
    display: table-cell;
    vertical-align: middle;
}
/*** Main Nav Menu ***/
.main-nav {
    text-align: right;
    white-space: nowrap;
    padding: 0 0 0 30px;
    width:100%;
}
.sf-menu, .sf-menu * {
    margin: 0;
    text-align: center;
    list-style: none;
}
.main-nav .sf-menu li { position: relative; }
.main-nav .sf-menu li:hover, .sf-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
}
.main-nav .sf-menu li a {
    color: #f58324;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
}
.main-nav .sf-menu li.current a { color: #424E75; }
.main-nav .sf-menu li.current ul a { color: #424E75; }
.main-nav .sf-menu li ul li.current a { color: #424E75; }
.main-nav .sf-menu ul {
    background-color: #fff;
    position: absolute;
    z-index: 6000;
    display: none;
    min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    top: 99%;
    left: 0;
    z-index: 99;
    margin: 1px 0;
    padding: 0;
    border-top: solid 2px #c44741;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.main-nav .sf-menu > li { display: inline-block; }
.main-nav .sf-menu li:hover > ul, .main-nav .sf-menu li.sfHover > ul { display: block; }
.main-nav .sf-menu a {
    display: block;
    position: relative;
}
.main-nav .sf-menu a:hover { color: #555; }
.main-nav .sf-menu ul li {
    width: 180px;
    background: #fff;
    text-align: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.main-nav .sf-menu ul li a {
    padding: 10px 15px;
    font-size: 13px;
}
.main-nav .sf-menu ul ul {
    top: 0;
    left: 100%;
}
.main-nav .sf-menu ul ul li {
    background: #fff;
    border-left: solid 1px #eee;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { padding-right: 2.5em; *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: white; /* IE8 fallback colour */ }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #999; }
.header-inner #toggle-btn {
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 45px;
}
.header-inner .toggle-subarrow { display: none; }
 @media (min-width: 768px) {
 .header-inner #toggle-btn {
 display: none;
}
}
 @media (max-width: 768px) {
 .navbar-brand {
 display: block;
}
 .navbar {
 max-height: none;
}
.main-nav {
 margin-top: 10px;
 height: auto;
}
.sf-menu > li {
 float: none;
}
.sf-menu li a {
 padding: 10px 13px;
 font-weight: 400;
}
 .sf-menu li a:hover, .sf-menu li.sfHover a:hover {
 color: #c44741;
}
 .sf-menu ul {
 font-size: 14px;
 display: block;
 position: static !important;
 border: 0;
 box-shadow: 0 0 0 0;
 -moz-box-shadow: 0 0 0 0;
 -webkit-box-shadow: 0 0 0 0;
}
}
 @media only screen and (max-width: 768px) {
 .header-inner .main-nav {
 display: block;
 margin: 0;
}
 #toggle-btn {
 display: block;
}
 .toggle-subarrow {
 display: block !important;
 cursor: pointer;
 position: absolute;
 right: 0;
 top: 0;
 width: 45px;
 height: 42px;
 border-left: 1px solid #e8e8e8;
 text-align: center;
 color: #777;
}
 .toggle-subarrow .fa {
 margin-top:14px;
}
 .main-nav {
 text-align: left;
 white-space: nowrap;
 padding: 0;
}
 .sf-menu {
 display: block;
}
 .main-nav .sf-menu {
 margin: 0 -15px;
}
 .main-nav .sf-menu > li {
 font-size: 13px;
 line-height: 16px;
 display: inline-block;
 margin-top: 5px;
}
 .main-nav .sf-menu li a {
 color: #fff;
 padding: 20px;
 line-height:0px;
 display: block;
 position: relative;
 background-color:#08991C;
 text-align:center
}
 .main-nav .sf-menu ul {
border: none;
}
 .main-nav .sf-menu ul li {
 width: 100%;
 margin-left: 30px;
 font-size: 13px;
 line-height: 16px;
 font-weight: 400;
 position: relative;
 border:none;
 border-top: 1px solid #e8e8e8;
}
 .sf-menu ul {
 position:static!important;
 display: b!important;
}
 .mob-drop ul {
 display: block!important;
}
    }
    
   @media(min-width: 601px) and (max-width: 780px) {
.top-line .container {
 max-width:70%;
}
 .top-line p span {
 display: table;
 margin-right: 20px;
 text-align: left;
}
}
.newbtn {
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 10px;
}
span.btn.qrbtn{
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 51, 51);
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.5;
    border-color: transparent;
}
span.btn.qrbtn:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.tollfree {
    font-size: 16px;
    color: #0b0b0b;
}
.tollnum {
    float: left;
    text-align: center;
    margin-left: 38px;
    font-size: 16px;
    color: #0ba4cf;
}

/* login-menu css */

.float:hover {
    transform: scale(1.2) !important;
}
.fab:hover{
	transform: scale(1.2);
}
.content.callcon {
    min-height: 30px;
    background: linear-gradient(125deg, rgb(0, 192, 239), rgb(166, 160, 232));
    padding: 5px;
    margin: 0;
	text-align:center;
}
.numtext {
    font-size: 30px;
    color: #fff;
}
.overlaypop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlaypop:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 200px auto;
  padding: 10px;
  background: linear-gradient(125deg, rgb(0, 192, 239), rgb(166, 160, 232));
  border-radius: 5px;
  width: 23%;
  position: relative;
  transition: all 5s ease-in-out;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
}

.popup h2 {
    margin-top: 0px;
    color: #fff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 23px;
    text-align: center;
    margin: 14px;
}
.popup .close {
	position: absolute;
    top: -11px;
    right: -14px;
    transition: all 200ms;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    border-radius: 54px;
    border: 2px solid #fff;
    width: 26px;
    height: 26px;
    line-height: 16px;
    background: #000;
    padding-left: 2px;
}
.popup .close:hover {
  color: #06D85F;
}
 
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/* ------------------------------- */
/* Implement only the styles below */
/* ------------------------------- */
.float{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 164px;
    right: 14px;
    background-color: #42a5f5;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.callimg{
	width: 26px;
    padding: 12px 0 0 0px;
}
.my-float{
	margin-top:22px;
}
.rates-page-tabs .nav-tabs>li>a {
  border: none;
  color: #0b0b0b;
  font-weight: 600;
  font-size: 15px;
  padding: 0 0 8px 0px;
  animation:none;
}
p {
    margin: 0 0 10px;
	animation:none !important;
}
.modalp{margin: 0 0 10px; !	important;}
.nav-tabs.responsive {
    border: none;
}
.btn-info:hover {
    color: #fff !important;
}
.modal-header.quickcon {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    background: #1C3144;
}
.modal-title.quicktitle {
    color: #fff;
}
span.close.quickclose {
    color: #fff;
    opacity: 1;
}
.modal-body.quickbody {
    background: #eff4f8;
}
.rechargebtn {
    margin: 0 auto;
    display: block;
    background: #ff3333;
    border: 1px solid #ff3333;
	margin-top: 12px;
}
.rechargebtn:hover{background:#b80707;  border: 1px solid #b80707; color:#fff !important;}
p.ortext {
    text-align: center;
    font-weight: 500;
}
.quicktext {
    color: #4f4f4f;
    padding-left: 0px !important;
}
.quicktextfield {
    width: 100%;
    padding: 8px 10px;
}
.rates-page-tabs .nav-tabs>li>a:hover,
.rates-page-tabs .nav-tabs>li>a:focus {
  color: red;
  background-color: transparent;
  box-shadow: 0px -2px 0px red inset;
}

.rates-page-tabs .nav-tabs>li.active>a,
.rates-page-tabs .nav-tabs>li.active>a:focus,
.rates-page-tabs .nav-tabs>li.active>a:hover {
  border: none;
  box-shadow: 0px -2px 0px red inset;
  color: red;
  background-color: transparent;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.rates-page-tabs .panel-group,
.rates-page-tabs .panel-group .panel,
.rates-page-tabs .panel-group .panel-heading,
.rates-page-tabs .panel-group .panel-heading a,
.rates-page-tabs .panel-group .panel-title,
.rates-page-tabs .panel-group .panel-title a,
.rates-page-tabs .panel-group .panel-body,
.rates-page-tabs .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.rates-page-tabs .panel-group .panel-heading {
  padding: 0;
  background-color: white;
}
.rates-page-tabs .panel-group .panel-heading a {
  display: block;
  color: #727272;
  font-size: 14px;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  animation:none;
  }
.rates-page-tabs .panel-group .panel-heading a.collapsed {
  
}
.rates-page-tabs .panel-group .panel-heading a:before {
  content: '-';
  position: absolute;
  left: 14px;
  top: 6px;
  font-size:26px;
}
.rates-page-tabs .panel-group .panel-heading a.collapsed:before {
  content: '+';
  left: 10px;
  top: 8px;
}


.rates-page-tabs .panel-group .panel-collapse {
  margin-top: 5px !important;
}
.rates-page-tabs .panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
}
.rates-page-tabs .panel-group .panel {
  background-color: transparent;
}
.rates-page-tabs .panel-group .panel-body p:last-child,
.rates-page-tabs .panel-group .panel-body ul:last-child,
.rates-page-tabs .panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
 
.box{
    padding:60px 0px;
}
    .title{
        text-align: center;
    }
.box-part{
   background: #FFF;
    border-radius: 4px;
    padding: 25px 10px;
    margin: 25px 0px;
    box-shadow: 0 0 4px #747474;
}
.text{
    margin:25px 0px;
}
h4{font-size:22px;}
.fa{
     color:#4183D7;
}
.atext{
	text-decoration:none; 
	color: #0062cc;
	border:1px solid #0062cc;
	padding: 7px 10px;
}
    .card-max{ margin: 10px}
    .text .panel-group .panel-heading a{
        background-color: #007079 !important;
    border-color: #007079 !important;
    font-size: 14px;
    color: #fff;
    }
    .packprice {
    color: #fff;
    margin: 0px !important;
    float: right;
}
    .card{
/*    background: linear-gradient(125deg,#00c0ef,#a6a0e8);*/
    background: #fff;
    border-radius: 0;
    /* padding: 25px 10px; */
    margin: 10px 0px;
	margin-top:0px;
	box-shadow: 0 2px 10px 0 rgba(206,210,218,.6)!important;
	border: 1px solid #dddddd!important;
        
    }
    .packname{
        color: #5d5d5d;
		padding: 12px 0 0 0;
/*        font-size: 14px;*/
		margin:0px;
    }
    .packvaldy1{
        color: #000;
    }
    .packprice1{
    color: #555;
    padding: 10px 0 5px 0;
    }
.card.text-center {
    height: 100px;
    word-break: break-all;
	cursor:pointer;
}
      button.col-sm-2 {
    margin: 0 5px 5px 0px;
          width: 180px !important;
}
    button.col-sm-3 {
    margin: 0 5px 5px 0px;
}
    button.col-sm-4 {
    margin: 0 5px 5px 0px;
}
    .chnlimg{
    text-align: center;
    height: 60px;
    padding: 0px 13px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid#00c0ef;
    }
    .pack img{
        width:24px;
    }
    .chnlimg .packvaldy1{
        padding-bottom: 10px;
    }
    .boxcorner{
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 10px;
    }
    .cornerpd{
        font-size:14px;
        padding: 6px;
    }
   .btn2 {
    float: right;
    padding: 6px 18px;
    background: transparent;
    border: 1px solid teal;
    border-radius: 3px;
}
    .cornerpd h4 {
		margin: 0px 5px;
		font-size: 16px;
		color: #727272;
	}
    .m-t-20{
        margin-top: 20px !important;
    }
    .m-b-10{
        margin-bottom: 10px !important;
    }
	.channel-contr .channel-logo {
		border: 1px solid #E5E4E4;
		margin-top: 5px;
		margin-bottom: 5px;
		padding:5px;
		}
	.channel-logo img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
		max-height: 30px;
	}
	.channel-contr .channel-name {
		font-size: 14px;
		color: #444;
		margin: 5px 0;
		display: block;
		text-align:center;
	}
	.btn-danger:hover {
		color: #fff !important;
	}
	.panel-group .panel-heading + .panel-collapse .panel-body.broadbody {
		background-color: transparent;
		padding: 0px 8px;
		border: none;
		margin: 10px 0px;
	}
.brder{
    border: 1px solid #ddd !important;
}
	.broadcard .card{background:#fff;height: auto;}
	.broadbtn{
		background: transparent;
		color: #2e2e2e !important;
		border-radius: 0
		}
		.broadbtn:hover{color: #04a6db !important;}
		.box-partcard {
			background: #f4f4f4;
			border-radius: 4px;
			padding: 25px 10px;
			margin: 25px 0px;
			box-shadow: 0 0 4px #747474;
		}
		.panel-body.broadbody {
			background-color: #f4f4f4;
			padding: 0px 10px;
			padding-top: 20px;
			margin: 15px 0px;
		}
		.h4size{color:#fff}
		.nav-tabs.newuitabs li.newtraitabs a{
			border-radius: 0;
			margin-left: 0px;
			padding: 5px 12px !important;
			color: #fff;
			animation:none;
		}
		 .nav-tabs.newuitabs li.newtraitabs a:active{}
		 .nav-tabs.newuitabs>li.active>a, .nav-tabs.newuitabs>li.active>a:focus, .nav-tabs.newuitabs>li.active>a:hover{
			border: none;
			box-shadow: 0px -2px 0px #0dbeef inset;
			color: #037c9f;
			background-color: white;
		 }
		 .nav-tabs.newuitabs>li>a:hover, .nav-tabs.newuitabs>li>a:focus {
			box-shadow: 0px -2px 0px #0dbeef inset;
			color: #037c9f;
			background-color: white;
		}
		.newuitabs {
			background: #1C3144;
			margin-top: 10px;
			border: none;
			padding-left: 10px !important;
		}
		.newuicontent {
			background: #fff;
            margin-bottom: 10px;
          }
        #all, #online {
            height: 570px;
            overflow-y: overlay;
            overflow-x: hidden;
        }
		.traicontent {
			padding: 10px;
			padding-top: 20px;
		}
		li.newtraitabs {
			margin: 5px 0 0 2px;
		}
		.rates-page-tabs .broadbrd {
			border: 1px solid #ddd !important;
		}
		
	 
	.chat_container {
		  /*		display:none;*/
		  padding:5px 26px;
         }
 
	.left_icons{
		width:35px;
		height:auto;
		text-align:center;
		color:#999;
		/*background:#DE4A4A;*/
        background: #ff8f32;
		font-size:15px;
	}
	.left_icons a{
		color:#fff;
		font-weight:normal;
	}
	.center_icons{
		text-align:center;
		padding:0px 0px 0px 10px;
	}
	.logout img{
		margin-top:8px;
	}
	.fabs {
		bottom: 70px;
		position: fixed;
		margin: 1em;
		right: 0;
		z-index: 998;
	}

.fab {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #42a5f5;
}

.fab > i {
  font-size: 2em;
  line-height: 52px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color:#fff;
}
/*Chatbox*/

.chat {
  position: fixed;
  right: 85px;
  bottom: 95px;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Roboto';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
 display:none;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

 
.chat_header {
      /* margin: 10px; */
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #f3f3f3;
    height: 32px;
    background: #42a5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}
 
.chat_header .span {
  float:right;
}

 
.chat.is-visible {
  display:block;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}
 
.chat_body {
  background: #fff;
  width: 100%;
	padding: 10px;
  display: inline-block;
  text-align: center;
    overflow-y: auto;

}
#chat_body{
    height: 450px;
}
.chat_login p,.chat_body li, p, a{
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}
 
/*Chatbox scrollbar*/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/*Element state*/

.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

 
/*Animation*/

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
  .chat {
    width: 250px;
  }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
  .chat {
    width: 300px;
  }
  .chat_field {
    width: 65%;
  }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
  .chat {
    width: 300px;
  }
  .chat_field {
    width: 65%;
  }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
  .chat {
    width: 300px;
  }
  .chat_field {
    width: 65%;
  }
}
/*Color Options*/



.blue .fab {
  background: #42a5f5;
  color: #fff;
}



 
/* Ripple */

 
.ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
          animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
 .chat_body.chat_login p {
    margin: 0;
    padding: 5px;
	animation:none;
}
input.user_chat {
    width: 90%;
    height: 35px;
}
.chat_option {
    text-align: center;
}
textarea#comment {
    min-height: 48px !important;
    width: 90%;
    margin-left: 14px;
    box-shadow: none;
    background-image: none;
	font-size: 13px;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-content {
    position: relative !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #999 !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5) !important;
    box-shadow: 0 3px 9px rgba(0,0,0,.5) !important;
    outline: 0 !important;
	max-height: none !important;
	padding:0px !important;
}
.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
.panel-title {
    line-height: 16px !important;
    margin: 0px !important;
}
span.channelinfo {
    border: 1px solid #6ed2ed;
    border-radius: 48px;
    width: 19px;
    display: inline-block;
    height: 19px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    color: #6ed2ed;
}
.rupee {
    font-size: 17px;
    font-weight: 500;
    color: #e24a3f;
}
.pakcost {
    font-size: 20px;
    color: #e24a3f;
	padding-left: 2px;
}
.channel-contr {
    padding-right: 10px;
}
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    height: 43px;
    width: 2% !important;
    min-width: 20px !important;
    font-size: 24px;
    line-height: 18px !important;
}
.modal-title {
    font-size: 18px !important;
    line-height: 10px !important;
}

.modal-footer {
padding: 15px !important;
border-top: 1px solid #e5e5e5 !important;
height: 58px !important;
}
.home_img{
	height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
	margin-top:20px;
}
footer p {
  color: #ffffff !important;
}
footer p, footer p-inverse {
    margin: 8px 0px !important;
}
@-moz-document url-prefix() {
  #containermain {
    height: 100%;
  }
}
 
