@charset "utf-8";
/* CSS Document */

/*body::-webkit-scrollbar {
    width: 0em;
}*/

/*body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}*/

/*body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

html {
    scroll-behavior: smooth;
}

body { /*https://www.globalnextgenpro.com/wp-content/uploads/2021/03/bg-form-1.jpg*/
    background: #ffffff url('pexels-quang-nguyen-vinh-2131935.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000000;
    font-family: Arial, Helvetica, poppins, `sans-serif`;
    /* font-size: 18px; */
}

@media only print {
	.NonPrintable {
	  display: none;
	}
	.Printable {
	  display: block;
	}
}

.NoDisplay {
  display: none;
}

.box {
	display:inline-block;
    max-width:600px;
    margin:auto;
    padding:5px 10px;
	/* float:left; */
	/* text-align:center; */
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    background:#ffffff;
    border:1px solid #cccccc;
    border-bottom:2px solid #0093DD;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	/*-webkit-box-shadow: -2px 2px 2px 0px #cccccc;
       -moz-box-shadow: -2px 2px 2px 0px #cccccc;
            box-shadow: -2px 2px 2px 0px #cccccc;*/
}

.boxView {
    display:inline-block;
    max-width:800px;
    margin:auto;
    padding:5px 10px;
    /* float:left; */
    /* text-align:center; */
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    background:#ffffff;
    border:1px solid #cccccc;
    border-bottom:2px solid #0093DD;
    /*-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;*/
    /*-webkit-box-shadow: -2px 2px 2px 0px #cccccc;
       -moz-box-shadow: -2px 2px 2px 0px #cccccc;
            box-shadow: -2px 2px 2px 0px #cccccc;*/
}

.boxNew { /*Green Shade*/
    /*padding:0px;*/
    min-width: 500px;
    max-width: 500px;
    min-height: 230px;
    padding: 5px 1px;
    margin:0 10px 18px 1px;
    /* margin-bottom: 18px; */
    float:left;
    text-align:center;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background:#ffffff;
    border:1px solid #cccccc;
    border-top:2px solid #0F52BA;/*#0F52BA;*/
    -webkit-box-shadow: -2px 2px 2px 0px #cccccc;
       -moz-box-shadow: -2px 2px 2px 0px #cccccc;
            box-shadow: -2px 2px 2px 0px #cccccc;

    /* Pink -- Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5a1c0+1,ffffff+36,ffffff+63,f5a1c0+90,f475a4+100 */
    /*background: rgb(245,161,192); /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, rgba(245,161,192,1) 1%, rgba(255,255,255,1) 36%, rgba(255,255,255,1) 63%, rgba(245,161,192,1) 90%, rgba(244,117,164,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg, rgba(245,161,192,1) 1%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 63%,rgba(245,161,192,1) 90%,rgba(244,117,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, rgba(245,161,192,1) 1%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 63%,rgba(245,161,192,1) 90%,rgba(244,117,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a1c0', endColorstr='#f475a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    /* BROWN -- Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6bf8d+0,ffffff+36,ffffff+63,89644b+90,8b4513+100 */
    /*background: #d6bf8d; /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, #d6bf8d 0%, #ffffff 36%, #ffffff 63%, #89644b 90%, #8b4513 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg, #d6bf8d 0%,#ffffff 36%,#ffffff 63%,#89644b 90%,#8b4513 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #d6bf8d 0%,#ffffff 36%,#ffffff 63%,#89644b 90%,#8b4513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6bf8d', endColorstr='#8b4513',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    /* GREEN GRADIENT -- Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8ecf7+16,f7f7f7+45,bdcff9+90,2364fc+100 */
    /*background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(-36deg, #ffffff 0%, #D0F0C0 18%, #f7f7f7 45%, #E6F7EA 72%, #0b6623 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-36deg, #ffffff 0%,#D0F0C0 18%,#f7f7f7 45%,#E6F7EA 72%,#0b6623 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(144deg, #ffffff 0%,#D0F0C0 18%,#f7f7f7 45%,#E6F7EA 72%,#0b6623 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b6623',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	/* BLUE GRADIENT -- Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8ecf7+16,f7f7f7+45,bdcff9+90,2364fc+100 */
	/*background: #ffffff; /* Old browsers */
	/*background: -moz-linear-gradient(-36deg, #ffffff 0%, #e8ecf7 18%, #f7f7f7 45%, #bdcff9 72%, #0F52BA 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(-36deg, #ffffff 0%,#e8ecf7 18%,#f7f7f7 45%,#bdcff9 72%,#0F52BA 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(144deg, #ffffff 0%,#e8ecf7 18%,#f7f7f7 45%,#bdcff9 72%,#0F52BA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0F52BA',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.boxNewSection {
    display:inline-block;
    min-width:127px;
    border-bottom:1px solid #999999;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #000000;
    display: inline-block;
    margin: 2px;
    padding: 2px;
    text-decoration: none !important;
    text-align: left;
    float:left;
}

.boxNew h2 {
    /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
    font-size:22px;
    color: #0F52BA;
    font-weight: bold;
    text-shadow: -1px 1px 1px #ccc; 
}

.boxNewBlk { /*Black Shade*/
    /*padding:0px;*/
    min-width: 270px;
    max-width: 540px;
    min-height: 180px;
    padding: 9px 2px;
    margin:1px;
    float:left;
    text-align:center;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border-top:2px solid #000000;/*#0F52BA;*/
    margin-bottom: 18px;
    -webkit-box-shadow: 0 8px 20px -6px black;
       -moz-box-shadow: 0 8px 20px -6px black;
            box-shadow: 0 8px 20px -6px black;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8ecf7+16,f7f7f7+45,bdcff9+90,2364fc+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-36deg, #ffffff 0%, #e2e2e2 18%, #f7f7f7 45%, #cccccc 72%, #545454 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-36deg, #ffffff 0%,#e2e2e2 18%,#f7f7f7 45%,#cccccc 72%,#545454 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(144deg, #ffffff 0%,#e2e2e2 18%,#f7f7f7 45%,#cccccc 72%,#545454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#545454',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	/* BLUE GRADIENT -- Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8ecf7+16,f7f7f7+45,bdcff9+90,2364fc+100 */
	/*background: #ffffff; /* Old browsers */
	/*background: -moz-linear-gradient(-36deg, #ffffff 0%, #e8ecf7 18%, #f7f7f7 45%, #bdcff9 72%, #0F52BA 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(-36deg, #ffffff 0%,#e8ecf7 18%,#f7f7f7 45%,#bdcff9 72%,#0F52BA 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(144deg, #ffffff 0%,#e8ecf7 18%,#f7f7f7 45%,#bdcff9 72%,#0F52BA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0F52BA',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.logoClass {
    display:inline-block; float:left; padding:10px 50px; text-align:center;
}

@media only screen and (max-width: 767px) {
    .hidden-desktop {
      display: inherit !important;
    }
    .visible-desktop {
      display: none !important;
    }
    .visible-phone {
      display: inherit !important;
    }
    .hidden-phone {
      display: none !important;
    }
    .phone-view {
        font-size: 9px !important;
    }
    .phone-width-50 {
        width: 50% !important;
    }
    .phone-width-38 {
        width: 38% !important;
    }
    .phone-width-23 {
        width: 23% !important;
    }
    .phone-width-18 {
        width: 18% !important;
    }
    .phone-width-14 {
        width: 14% !important;
    }
    .phone-full-width {
        width: 90% !important;
    }
    .phone-full-width-2 {
        width: 86% !important;
    }
    .logoClass {
        width: 99% !important;
        padding:10px 0px;
    }
    .boxNew {
        min-width: 300px;
        max-width: 320px;
    }
}

.boxNewBlk h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000000;/*#0F52BA;*/
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
}

/*.boxNew .shade {
    margin: 0px;
    padding: 0px;
    width: 100%;
}*/

.homepgbox {
	position: relative;
	padding:5px;
	margin:8px;
	float:left;
	text-align:left;
	width:285px;
	height:50px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:1px solid #525252;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	-webkit-box-shadow: 0 8px 20px -6px black;
	   -moz-box-shadow: 0 8px 20px -6px black;
	        box-shadow: 0 8px 20px -6px black;
}

.homepgbox:hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.homepgbox-content {
    position: absolute;
    bottom: 0;
    left: 0;
	width:97%;
	font-size:13px;
	color:#ffffff; /*F8C937*/
	padding:5px;
	/*background:#333333;*/
	/*box-shadow:inset 0 0 50px black;*/
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	/*Yellow Gradient*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8c937+0,f8c937+100&amp;0.03+0,0.64+100 */
	/*background: -moz-linear-gradient(top,  rgba(248,201,55,0.03) 0%, rgba(248,201,55,0.64) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(248,201,55,0.03) 0%,rgba(248,201,55,0.64) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(248,201,55,0.03) 0%,rgba(248,201,55,0.64) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08f8c937', endColorstr='#a3f8c937',GradientType=0 ); /* IE6-9 */
	
	/*Black Gradient*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.03+0,0.64+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.64) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.64) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.64) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */
}

.shopspgbox {
	position: relative;
	padding:5px;
	margin:8px;
	float:left;
	text-align:left;
	width:280px;
	height:100px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:1px solid #525252;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	/*-webkit-box-shadow: 0 8px 20px -6px black;
	   -moz-box-shadow: 0 8px 20px -6px black;
	        box-shadow: 0 8px 20px -6px black;*/
}

.shopspgbox:hover {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.shopspgbox-content {
    position: absolute;
    bottom: 0;
    left: 0;
	width:97%;
	font-size:13px;
	color:#000000; /*F8C937*/
	padding:5px;
	/*background:#333333;*/
	/*box-shadow:inset 0 0 50px black;*/
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	/*Yellow Gradient*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8c937+0,f8c937+100&amp;0.03+0,0.64+100 */
	/*background: -moz-linear-gradient(top,  rgba(248,201,55,0.03) 0%, rgba(248,201,55,0.64) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(248,201,55,0.03) 0%,rgba(248,201,55,0.64) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(248,201,55,0.03) 0%,rgba(248,201,55,0.64) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08f8c937', endColorstr='#a3f8c937',GradientType=0 );*/ /* IE6-9 */
	
	/*Black Gradient*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.03+0,0.64+100 */
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.64) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.64) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.64) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#a3000000',GradientType=0 );*/ /* IE6-9 */
}

.menubox {
	position: relative;
	padding:5px;
	margin:0px;
	float:left;
	text-align:left;
	font-size:18px;
	width:95%;
	height:20px;
	/*-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;*/
	border-bottom:1px solid #FFCC00;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	/*-webkit-box-shadow: 0 8px 20px -6px black;
	   -moz-box-shadow: 0 8px 20px -6px black;
	        box-shadow: 0 8px 20px -6px black;*/
}

.block_link {
	padding:2px;
	line-height:25px;
	margin:12px;
	border:1px solid #525252;
	background:#e2e2e2;
}

.blueBox {
    background:#fff;
    padding:10px;
    border:1px solid #0093DD;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    /*-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;*/
    -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}

.chatboxhead {
	width:100%;
	background:#ffffff;
	color:#000000;
	padding:0px;
	margin:0px;
	float:left;
	text-align:left;
	border:0px solid #0093DD;
	border-bottom: 3px solid #0093DD !important;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
}

.chatbox {
	width:100%;
	background:#fff;
	padding:0px;
	margin:5px 0 0 0;
	/*float:left;*/
	/*text-align:left;*/
	border:1px solid #0093DD;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	/*-webkit-box-shadow: 0 8px 20px -6px #b64a7b;
	   -moz-box-shadow: 0 8px 20px -6px #b64a7b;
	        box-shadow: 0 8px 20px -6px #b64a7b;*/
}

#sticky {
    /*display: none;*/
    /*background-color: #546bcb;*/
    /*height: 70px;*/
}

.sticky.fixed {
    /*display: block;*/
    position: fixed;
    top: 0;
    /*left:0;*/
    width: 100% !important;
	z-index:99;
}

#sticky.fixed {
    /*display: block;*/
    position: fixed;
    top: 0;
	left:0;
    width: 100% !important;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	z-index:99;
}

.dot {
  background: #000;
  float: left;
  height: 5px;
  margin-left: 4px;
  width: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
}

.chat_submit_box.blkBorderTop {
	/*//// using to highlight new chat ////*/
	/*border-top:2px solid #333 !important;*/
	box-shadow: 0 -5px 50px -5px #999 !important;
}

/*///// CHAT PAGE CSS START /////*/
/*@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/
/*body
{
font-family: 'Open Sans', sans-serif;
}*/
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
.popup-box-on {
    display: block !important;
}
/*a:focus {
    outline: none;
    outline-offset: 0px;
}*/
.popup-head-left.pull-left h1 {
    color: #fff;
    float: left;
    /*font-family: oswald;*/
    font-size: 18px;
    margin: 2px 0 0 5px;
   
}
.popup-head-left a small {
    display: table;
    font-size: 11px;
    color: #fff;
    line-height: 4px;
    opacity: 0.5;
    padding: 0 0 0 7px;
}
.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 15px;
    height: 26px;
    opacity: 0.9;
    padding: 0;
    text-align: center;
    width: 26px;
}
.popup-head-right {
    margin: 9px 0 0;
}
.popup-head .btn-group {
    margin: -5px 3px 0 -1px;
}
/*.gurdeepoushan .dropdown-menu {
    padding: 6px;
}
.gurdeepoushan .dropdown-menu li a span {
    border: 1px solid;
    border-radius: 50px;
    display: list-item;
    font-size: 19px;
    height: 40px;
    line-height: 36px;
    margin: auto;
    text-align: center;
    width: 40px;
}
.gurdeepoushan .dropdown-menu li {
    float: left;
    text-align: center;
    width: 33%;
}
.gurdeepoushan .dropdown-menu li a {
    border-radius: 7px;
    font-family: oswald;
    padding: 3px;
   transition: all 0.3s ease-in-out 0s;
}
.gurdeepoushan .dropdown-menu li a:hover {
    background:#304445 none repeat scroll 0 0 !important;
    color: #fff;
}*/
.popup-head {
    color:#FFFFFF;
	padding:0px;
	margin:0px;
	float:left;
	text-align:left;
	background: #304445 none repeat scroll 0 0 !important;
    border-bottom: 3px solid #ccc !important;
	/*MAKING IT STICK TO TOP*/
	position: fixed;
    top: 0;
	left: 0;
    width: 100% !important;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	z-index:99;
}
.popup-head .md-user-image {
    border: 2px solid #5a7172;
    border-radius: 12px;
    float: left;
    width: 44px;
}
.uk-input-group-addon .glyphicon.glyphicon-send {
    color: #ffffff;
    font-size: 21px;
    line-height: 36px;
    padding: 0 6px;
}
.chat_box_wrapper.chat_box_small.chat_box_active {
    height:100vh;
    overflow-y: scroll;
    width:100% !important;
	right:0;
}

/* SCROLL BAR STYLE - START */
::-webkit-scrollbar {
    width: 0px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eee; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #999; 
    -webkit-box-shadow: inset 0 0 6px #eee; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #EDC9E8; 
}
/* SCROLL BAR STYLE - END */

/*aside {
     background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://scontent.fixc1-1.fna.fbcdn.net/v/t1.0-9/12670232_624826600991767_3547881030871377118_n.jpg?oh=f012838d46b547b3f2f633737794db27&oe=58E0EBE7");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    border: 1px solid #304445;
    bottom: 0;
    display: none;
    height: 466px;
    position: fixed;
    right: 70px;
    width: 300px;
    font-family: 'Open Sans', sans-serif;
}*/
.chat_box {
    padding: 16px;
}
.chat_box .chat_message_wrapper::after {
    clear: both;
}
.chat_box .chat_message_wrapper::after, .chat_box .chat_message_wrapper::before {
    content: " ";
    display: table;
}
.chat_box .chat_message_wrapper .chat_user_avatar {
    float: left;
}
.chat_box .chat_message_wrapper {
    margin-bottom: 32px;
}
.md-user-image {
    border-radius: 50%;
    width: 34px;
}
img {
    border: 0 none;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.chat_box .chat_message_wrapper ul.chat_message, .chat_box .chat_message_wrapper ul.chat_message > li {
    list-style: outside none none;
    padding: 0;
}
.chat_box .chat_message_wrapper ul.chat_message {
    float: left;
    margin: 0 0 0 20px;
    max-width: 77%;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-right-color: #616161;
}
.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 0 16px 16px 0;
    content: "";

    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li {
    background: #FCFBF6 none repeat scroll 0 0;
    color: #000000;
}
.open-btn {
    border: 2px solid #189d0e;
    border-radius: 32px;
    color: #189d0e !important;
    display: inline-block;
    margin: 10px 0 0;
    padding: 9px 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed none repeat scroll 0 0;
    border-radius: 4px;
    clear: both;
    color: #212121;
    display: block;
    float: left;
    font-size: 14px;
    padding: 8px 9px;
    position: relative;
    /*word-break: break-all;*/
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.chat_box .chat_message_wrapper ul.chat_message, .chat_box .chat_message_wrapper ul.chat_message > li {
    list-style: outside none none;
    padding: 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
    margin: 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li p {
    margin: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li .chat_message_time {
    color: rgba(185, 186, 180, 0.9);
}
.chat_box .chat_message_wrapper ul.chat_message > li .chat_message_time {
    color: #727272;
    display: block;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}
.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
    float: right;
}
.chat_box .chat_message_wrapper.chat_message_right ul.chat_message {
    float: right;
    margin-left: 0 !important;
    margin-right: 24px !important;
}
.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child::before {
    border-left-color: #E8FFD4;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-right-color: #FCFBF6;
}
.chat_box .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child::before {
    border-color: transparent transparent transparent #ededed;
    border-width: 0 0 29px 29px;
    left: auto;
    right: -14px;
}
.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 0 29px 29px 0;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li {
    background: #E8FFD4 none repeat scroll 0 0;
	border-right:0px;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed none repeat scroll 0 0;
    border-radius: 12px;
    clear: both;
    color: #212121;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 16px;
    position: relative;
}
.chocho-chat-box {
    /*background: #fff none repeat scroll 0 0;*/
    /*float: left;*/
    padding:5px;
	margin:0px;
	text-align:center;
}
#submit_message {
    /*background: transparent none repeat scroll 0 0;*/
    border:1px solid #e2e2e2;/*medium none*/
    padding: 4px;
	margin:auto;
	max-width:250px;
}
.chocho-chat-box i {
    color: #333;
    font-size: 21px;
    line-height: 1px;
}
.chat_submit_box {
    color:#FFFFFF;
	background:#fff;
	padding:0px;
	margin:0px auto;
	/*float:left;*/
	text-align:left;
	border-top: 1px solid #ccc !important;
	/*MAKING IT STICK TO BOTTOM*/
	position: fixed;
    bottom: 0;
	left: 0;
    width: 100% !important;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
}
.uk-input-group {
    padding:4px;
	margin:auto;
	background:#fff;
	/*float:left;*/
	/*border-collapse: separate;
    display: table;
    position: relative;*/
}
/*///// CHAT PAGE CSS END /////*/

.homeBtn1 {
    border: 1px solid #0F52BA;
    background: #0F52BA;
    min-width:200px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.homeBtn2 {
    border: 1px solid #4B0082;
    background: #4B0082;
    min-width:200px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.homeBtn3 { /*Purple*/
    border: 1px solid #800080;
    background: #800080;
    min-width:200px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
}

.homeBtn4 { /*Teal*/
    border: 1px solid #008080;
    background: #008080;
    min-width:200px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
}

.homeBtn5 { /*Dark Pink*/
    border: 1px solid #F46197;
    background: #F46197;
    min-width:200px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
}

.homeBtn8 { /*Good Red*/
    border: 1px solid #8b2222;
    background: #8b2222;
    min-width:200px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
}

.homeBtn9 { /*Good Blue*/
    border: 1px solid #0130ba;
    background: #0130ba;
    min-width:200px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 14px;
    padding: 14px;
    text-decoration: none !important;
}

.home-btn {
    border: 1px solid #228B22;
    background: #228B22;
    min-width:180px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 10px 0 0;
    padding: 9px 16px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.home-btn2 {
    border: 1px solid #228B22;
    background: #FFFFFF;
    min-width:180px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #228B22 !important;
    display: inline-block;
    margin: 10px 0 0;
    padding: 9px 16px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.home-btn3 {
    border: 1px solid #545454;
    background: #FFFFFF;
    min-width:180px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #545454 !important;
    display: inline-block;
    margin: 10px 0 0;
    padding: 9px 16px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.home-btn4 {
    border: 1px solid #F1D031;
    background: #FFF8DC;
    min-width:180px !important;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #228B22;
    display: inline-block;
    margin: 10px 0 0;
    padding: 9px 16px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.bott-btn {
    border: 1px solid #545454;
    background: #FFFFFF;
    width:100px !important;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #545454 !important;
    display: inline-block;
    margin: 0 5px;
    padding: 9px 16px;
    text-decoration: none !important;
    text-align: center;
    /*text-transform: uppercase;*/
}

.dt-btn {
    border: 1px solid #545454;
    background: #545454;
    min-width:50px !important;
    float: left;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    margin: 2px;
    padding: 5px 9px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.dt-btn2 {
    border: 1px solid #545454;
    background: #FFFFFF;
    min-width:50px !important;
    float: left;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #545454;
    display: inline-block;
    margin: 2px;
    padding: 5px 9px;
    text-decoration: none !important;
    /*text-transform: uppercase;*/
}

.yellowAlertBox {
	min-width: 270px !important;
	background: #FFD700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 10px;
}

/*Don't Change, its for Survey Record Page - Start*/
.srv-btn { /*MCQ yellow color*/
	border:none;
    background: #FFBB33;
    min-width:72px !important;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #545454;
    display: inline-block;
    margin: 2px;
    padding: 9px 16px;
    text-decoration: none !important;
    text-align: left;
}

.srv-btn1 { /*DarkGrey color*/
	border:none;
    background: #545454;/* #CC0000 */
    width:72px !important;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin: 2px;
    padding: 9px 16px;
    text-decoration: none !important;
}

.srv-btn2 { /*yellow color*/
	border:none;
    background: #FFBB33;
    width:72px !important;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin: 2px;
    padding: 9px 16px;
    text-decoration: none !important;
}

.srv-btn3 { /*green color*/
	border:none;
    background: #42a555;
    width:72px !important;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin: 2px;
    padding: 9px 16px;
    text-decoration: none !important;
}

.srv-btn4 { /*MCQ yellow color*/
    border:none;
    background: #e5e5e5;
    min-width:72px !important;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #000000;
    display: inline-block;
    margin: 2px;
    padding: 9px 16px;
    text-decoration: none !important;
    text-align: left;
}
/*Don't Change, its for Survey Record Page - End*/

.successBox { /*green color*/
    border:none;
    background: #42a555;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 2px;
    padding: 10px;
    font-size: 18px;
}

.finalorderbox {
	position: relative;
	padding:14px;
	margin:8px auto;
	float:left;
	text-align:left;
	width:90%;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:1px solid #525252;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	-webkit-box-shadow: 0 8px 20px -6px black;
	   -moz-box-shadow: 0 8px 20px -6px black;
	        box-shadow: 0 8px 20px -6px black;
}

img { border:none; }
.img_i { padding:9px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:1px solid #525252;
	/*-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;*/
	-webkit-box-shadow: 0 8px 20px -6px black;
	   -moz-box-shadow: 0 8px 20px -6px black;
	        box-shadow: 0 8px 20px -6px black;
}

.img_d { padding:8px; background:#525252; color:#fff;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:1px solid #525252;
	/*-webkit-box-shadow: 0 8px 20px -6px black;
	   -moz-box-shadow: 0 8px 20px -6px black;
	        box-shadow: 0 8px 20px -6px black;*/
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h5
{ background-color:#fee;
  color:#CC0000;
  font-size:12px;
  font-weight:bold;
  padding:10px;
  margin:0px 0px 5px 0px;
  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

h6
{ background-color:#525252;
  color:#eee;
  font-size:12px;
  padding:10px;
  margin:0px 0px 5px 0px;
  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

input[type=submit] {
    color: #ffffff;
    background-color: #0093DD;
    border-color: #0093DD;
}

.btnBlue {
    background-color: #0093DD;
    border-color: #0093DD;
}

/* select {
    padding:8px; color:#272727; background:#f8f8f8;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border:1px solid #eaeaea;
} */

select {
    background: #ffffff;
    color: #000000;
    border: 1px solid #999999;
    /* border-bottom: 1px;
    border-right: 1px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input, textarea {
  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
  border: 1px solid #999999;
}

input:focus, textarea:focus. select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #cccccc;
}

.card-header-primary {
    background: #545454 !important;
    box-shadow: none !important;
}

.clearfix {
    clear: both;
}