/* #Table of Contents

1.	Site Styles
2.	Header
3.	Elements
4.	Footer
5.	Media Queries
6.	Keyframes
================================================== */

/* ========================= Site Styles ========================= */

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25), only screen and (min-device-pixel-ratio:1.25), only screen and (min-resolution:200dpi), only screen and (min-resolution:1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');

body {
	font-family: 'Lato', sans-serif;
  /* font-family: 'Noto Sans', Arial, sans-serif; */
  color: #777;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

input[type="checkbox"]

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Content/images/iphone-spinner-2.gif) center no-repeat #fff;
}

.bg-grey {
  background: #ecf3f8 repeat top left;
}

.bg-color {
  color: #FFF;
  background: #3498db repeat top left;
}

.bg-dark, .bg-color.bg-dark {
  background-color: #34495e;
}

.bg-img {
  position: relative;
  background-color: #34495e;
}

.bg-color.bg-img {
  background-color: #34495e;
}

.bg-parallax {
  position: relative;
}

.bg-color.bg-parallax {
  background-color: transparent;
}

.bg-img .bg-overlay, .bg-parallax .bg-overlay {
  background-color: rgba(0,0,0,.5);
}

.bg-img .bg-overlay {
  position: relative;
  z-index: 11;
}

.ie .bg-img .bg-overlay, .ie .bg-parallax .bg-overlay {
  background: url(../images/ie-bg-overlay50.png) repeat top left;
}

.bg-img .bg-overlay.bg-overlay40, .bg-parallax .bg-overlay.bg-overlay40 {
  background-color: rgba(0,0,0,.4);
}

.ie .bg-img .bg-overlay.bg-overlay40, .ie .bg-parallax .bg-overlay.bg-overlay40 {
  background-image: url(../images/ie-bg-overlay40.png);
}

.bg-img .bg-overlay.bg-overlay60, .bg-parallax .bg-overlay.bg-overlay60 {
  background-color: rgba(0,0,0,.6);
}

.ie .bg-img .bg-overlay.bg-overlay60, .ie .bg-parallax .bg-overlay.bg-overlay60 {
  background-image: url(../images/ie-bg-overlay60.png);
}

.bg-img .bg-overlay.bg-overlay70, .bg-parallax .bg-overlay.bg-overlay70 {
  background-color: rgba(0,0,0,.7);
}

.ie .bg-img .bg-overlay.bg-overlay70, .ie .bg-parallax .bg-overlay.bg-overlay70 {
  background-image: url(../images/ie-bg-overlay70.png);
}

.bg-img .bg-overlay.bg-overlay80, .bg-parallax .bg-overlay.bg-overlay80 {
  background-color: rgba(0,0,0,.8);
}

.ie .bg-img .bg-overlay.bg-overlay80, .ie .bg-parallax .bg-overlay.bg-overlay80 {
  background-image: url(../images/ie-bg-overlay80.png);
}

.bg-img .bg-img-base {
  visibility: visible;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: no-repeat center center;
  background-size: cover;
  z-index: 10;
  opacity: 0;
  -webkit-transition: visibility .3s ease, opacity .3s ease-in-out;
  transition: visibility .3s ease, opacity .3s ease-in-out;
}

.bg-img .bg-img-base.in {
  visibility: visible;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, Arial, serif;
  color: #555;
  font-weight: 400;
  margin-top: 0px;
}

h1, h2, h3, h4 {
  margin-bottom: 15px;
}

h5, h6 {
  margin-bottom: 10px;
}

h1 {
  font-size: 42px;
  line-height: 52px;
}

h2 {
  font-size: 36px;
  line-height: 44px;
}

h3 {
  font-size: 30px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

.bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5, .bg-color h6 {
  color: #FFF;
}

a, a:visited {
  color: #3498db;
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
  transition: color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}

.bg-color a, .bg-color a:visited {
  color: #FFF;
}

a:hover {
  color: #707070;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #505050;
}

.bg-color a:hover {
  color: #dcecf7;
}

a:focus {
  text-decoration: none;
}

ul li {
  line-height: inherit;
}

img {
  width: auto\9;
  /*height: auto;
  max-width: 100%;*/
  vertical-align: middle;
  border: 0px;
  /*width:100%;*/
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0px;
}

figure img {
  width: 100%;
}

figure iframe {
  overflow: hidden;
  width: 100% !important;
  background-color: #f4f4f4;
  border: 0px;
}

video {
  width: 100%;
  height: auto;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], .ie input[type="range"], .ie9 input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
  height: 40px;
  font-family: 'Lato', sans-serif;
  color: #777 !important;
  font-size: 14px;
  font-weight:400;
  background-color: #fff;
  padding: 0px 15px;
  border:#d6d6d6 1px solid;
  outline: none !important;
  border-radius:0px;
  margin-bottom:10px;
  	text-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;	
}


.ie input[type="color"], .ie input[type="date"], .ie input[type="datetime"], .ie input[type="datetime-local"], .ie input[type="email"], .ie input[type="month"], .ie input[type="number"], .ie input[type="password"], .ie input[type="range"], .ie input[type="search"], .ie input[type="tel"], .ie input[type="text"], .ie input[type="time"], .ie input[type="url"], .ie input[type="week"] {
  line-height: 52px;
}

input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #a9a9a9;
}

input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder {
  color: darkgray;
}

input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a9a9a9;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0px;
}

input[type="color"]::-webkit-color-swatch {
  border: 0px;
}

@-moz-document url-prefix() {
  input[type="color"] {
    height: 35px;
    padding: 3px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="color"] {
    height: 35px;
    padding: 3px;
  }

  ::i-block-chrome, input[type="color"] {
    height: 52px;
    padding: 0px 20px;
  }
}

input[type="date"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="week"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-calendar-picker-indicator {
  background: #f0f0f0;
  margin-left: 5px;
}

input[type="file"] {
  line-height: 1;
  /*height: 43px;*/
  padding:4px 0px;
  display: block;
}

input[type="image"] {
  background: none;
}

input[type="number"]::-webkit-inner-spin-button {
  display: block;
  position: relative;
  width: 8px;
  color: #333;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button:before, input[type="number"]::-webkit-inner-spin-button:after {
  position: absolute;
  right: 0px;
  font-family: monospace;
  content: '^';
}

input[type="number"]::-webkit-inner-spin-button:before {
  top: 0px;
}

input[type="number"]::-webkit-inner-spin-button:after {
  bottom: 0px;
  -webkit-transform: rotate(180deg);
}

input[type="time"]::-webkit-inner-spin-button {
  margin: 14px 0px 0px 5px;
}

select, textarea {
  height: auto;
  padding: 14px 16px;
}

::i-block-chrome, select {
  padding: 12px 20px;
  -webkit-appearance: none;
}

textarea {
  padding-right: 20px;
  padding-left: 20px;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, .ie input[type="range"]:focus, .ie9 input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
  color: #fff;
/*  background-color: #e3eaef;*/
  background-color: #fff;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, .ie input[type="range"]:disabled, .ie9 input[type="range"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, select:disabled, textarea:disabled {
  color: #c0c0c0;
  background-color: #f0f0f0;
}

input[type="email"]:disabled::-webkit-input-placeholder, input[type="password"]:disabled::-webkit-input-placeholder, input[type="search"]:disabled::-webkit-input-placeholder, input[type="tel"]:disabled::-webkit-input-placeholder, input[type="text"]:disabled::-webkit-input-placeholder, input[type="url"]:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
  color: #c0c0c0;
}

input[type="email"]:disabled:-moz-placeholder, input[type="password"]:disabled:-moz-placeholder, input[type="search"]:disabled:-moz-placeholder, input[type="tel"]:disabled:-moz-placeholder, input[type="text"]:disabled:-moz-placeholder, input[type="url"]:disabled:-moz-placeholder, textarea:disabled:-moz-placeholder {
  color: #c0c0c0;
}

input[type="email"]:disabled::-moz-placeholder, input[type="password"]:disabled::-moz-placeholder, input[type="search"]:disabled::-moz-placeholder, input[type="tel"]:disabled::-moz-placeholder, input[type="text"]:disabled::-moz-placeholder, input[type="url"]:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder {
  color: #c0c0c0;
}

input[type="email"]:disabled:-ms-input-placeholder, input[type="password"]:disabled:-ms-input-placeholder, input[type="search"]:disabled:-ms-input-placeholder, input[type="tel"]:disabled:-ms-input-placeholder, input[type="text"]:disabled:-ms-input-placeholder, input[type="url"]:disabled:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder {
  color: #c0c0c0;
}

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
  color: #FFF !important;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  white-space: nowrap;
  background-color: #3498db;
  padding: 10px 28px;
  border: 2px solid #000;
  outline: none !important;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
  transition: color .2s ease, background .2s ease, border .2s ease;
}

.btn-default:focus, .btn-default:active, .btn-default:active:focus {
   background-color: #3498db;
  padding: 10px 28px;
  border: 2px solid #000;
  outline: none !important;
  border-radius: 0px;
  box-shadow: none;
 
}


input[type="button"], input[type="submit"], input[type="reset"], button {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ng-empty {
    height: 130px;
    vertical-align: middle;
    width: 293px;
}

.checkbox-height {
    height:auto !important;
}

.btn-custom.btn-blue, input[type="button"].btn-blue, input[type="submit"].btn-blue, input[type="reset"].btn-blue, button.btn-blue {
  background-color: #3498db;
  border-color: #3498db;
}

.btn-custom.btn-border, input[type="button"].btn-border, input[type="submit"].btn-border, input[type="reset"].btn-border, button.btn-border, .btn-custom.btn-border.btn-blue, input[type="button"].btn-border.btn-blue, input[type="submit"].btn-border.btn-blue, input[type="reset"].btn-border.btn-blue, button.btn-border.btn-blue {
  color: #3498db !important;
  background-color: transparent;
}

.btn-custom:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .btn-custom.btn-blue:hover, input[type="button"].btn-blue:hover, input[type="submit"].btn-blue:hover, input[type="reset"].btn-blue:hover, button.btn-blue:hover {
  background-color: #2a8ed0;
  border-color: #2a8ed0;
}

.btn-custom.btn-border:hover, input[type="button"].btn-border:hover, input[type="submit"].btn-border:hover, input[type="reset"].btn-border:hover, button.btn-border:hover, .btn-custom.btn-border.btn-blue:hover, input[type="button"].btn-border.btn-blue:hover, input[type="submit"].btn-border.btn-blue:hover, input[type="reset"].btn-border.btn-blue:hover, button.btn-border.btn-blue:hover {
  color: #FFF !important;
  background-color: #3498db;
  border-color: #3498db;
}

.btn-custom.btn-green, input[type="button"].btn-green, input[type="submit"].btn-green, input[type="reset"].btn-green, button.btn-green {
  background-color: #28be56;
  border-color: #28be56;
}

.btn-custom.btn-border.btn-green, input[type="button"].btn-border.btn-green, input[type="submit"].btn-border.btn-green, input[type="reset"].btn-border.btn-green, button.btn-border.btn-green {
  color: #28be56 !important;
  background-color: transparent;
}

.btn-custom.btn-green:hover, input[type="button"].btn-green:hover, input[type="submit"].btn-green:hover, input[type="reset"].btn-green:hover, button.btn-green:hover {
  background-color: #1fb24c;
  border-color: #1fb24c;
}

.btn-custom.btn-border.btn-green:hover, input[type="button"].btn-border.btn-green:hover, input[type="submit"].btn-border.btn-green:hover, input[type="reset"].btn-border.btn-green:hover, button.btn-border.btn-green:hover {
  color: #FFF !important;
  background-color: #28be56;
  border-color: #28be56;
}

.btn-custom.btn-orange, input[type="button"].btn-orange, input[type="submit"].btn-orange, input[type="reset"].btn-orange, button.btn-orange {
  background-color: #f46c3c;
  border-color: #f46c3c;
}

.btn-custom.btn-border.btn-orange, input[type="button"].btn-border.btn-orange, input[type="submit"].btn-border.btn-orange, input[type="reset"].btn-border.btn-orange, button.btn-border.btn-orange {
  color: #f46c3c !important;
  background-color: transparent;
}

.btn-custom.btn-orange:hover, input[type="button"].btn-orange:hover, input[type="submit"].btn-orange:hover, input[type="reset"].btn-orange:hover, button.btn-orange:hover {
  background-color: #e96030;
  border-color: #e96030;
}

.btn-custom.btn-border.btn-orange:hover, input[type="button"].btn-border.btn-orange:hover, input[type="submit"].btn-border.btn-orange:hover, input[type="reset"].btn-border.btn-orange:hover, button.btn-border.btn-orange:hover {
  color: #FFF !important;
  background-color: #f46c3c;
  border-color: #f46c3c;
}

.btn-custom.btn-pink, input[type="button"].btn-pink, input[type="submit"].btn-pink, input[type="reset"].btn-pink, button.btn-pink {
  background-color: #f64197;
  border-color: #f64197;
}

.btn-custom.btn-border.btn-pink, input[type="button"].btn-border.btn-pink, input[type="submit"].btn-border.btn-pink, input[type="reset"].btn-border.btn-pink, button.btn-border.btn-pink {
  color: #f64197 !important;
  background-color: transparent;
}

.btn-custom.btn-pink:hover, input[type="button"].btn-pink:hover, input[type="submit"].btn-pink:hover, input[type="reset"].btn-pink:hover, button.btn-pink:hover {
  background-color: #ea368b;
  border-color: #ea368b;
}

.btn-custom.btn-border.btn-pink:hover, input[type="button"].btn-border.btn-pink:hover, input[type="submit"].btn-border.btn-pink:hover, input[type="reset"].btn-border.btn-pink:hover, button.btn-border.btn-pink:hover {
  color: #FFF !important;
  background-color: #f64197;
  border-color: #f64197;
}

.btn-custom.btn-purple, input[type="button"].btn-purple, input[type="submit"].btn-purple, input[type="reset"].btn-purple, button.btn-purple {
  background-color: #8b3cdb;
  border-color: #8b3cdb;
}

.btn-custom.btn-border.btn-purple, input[type="button"].btn-border.btn-purple, input[type="submit"].btn-border.btn-purple, input[type="reset"].btn-border.btn-purple, button.btn-border.btn-purple {
  color: #8b3cdb !important;
  background-color: transparent;
}

.btn-custom.btn-purple:hover, input[type="button"].btn-purple:hover, input[type="submit"].btn-purple:hover, input[type="reset"].btn-purple:hover, button.btn-purple:hover {
  background-color: #8032d0;
  border-color: #8032d0;
}

.btn-custom.btn-border.btn-purple:hover, input[type="button"].btn-border.btn-purple:hover, input[type="submit"].btn-border.btn-purple:hover, input[type="reset"].btn-border.btn-purple:hover, button.btn-border.btn-purple:hover {
  color: #FFF !important;
  background-color: #8b3cdb;
  border-color: #8b3cdb;
}

.btn-custom.btn-yellow, input[type="button"].btn-yellow, input[type="submit"].btn-yellow, input[type="reset"].btn-yellow, button.btn-yellow {
  background-color: #e9ab41;
  border-color: #e9ab41;
}

.btn-custom.btn-border.btn-yellow, input[type="button"].btn-border.btn-yellow, input[type="submit"].btn-border.btn-yellow, input[type="reset"].btn-border.btn-yellow, button.btn-border.btn-yellow {
  color: #e9ab41 !important;
  background-color: transparent;
}

.btn-custom.btn-yellow:hover, input[type="button"].btn-yellow:hover, input[type="submit"].btn-yellow:hover, input[type="reset"].btn-yellow:hover, button.btn-yellow:hover {
  background-color: #dea035;
  border-color: #dea035;
}

.btn-custom.btn-border.btn-yellow:hover, input[type="button"].btn-border.btn-yellow:hover, input[type="submit"].btn-border.btn-yellow:hover, input[type="reset"].btn-border.btn-yellow:hover, button.btn-border.btn-yellow:hover {
  color: #FFF !important;
  background-color: #e9ab41;
  border-color: #e9ab41;
}

.btn-custom.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white, input[type="reset"].btn-white, button.btn-white {
  color: #3498db !important;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-custom.btn-border.btn-white, input[type="button"].btn-border.btn-white, input[type="submit"].btn-border.btn-white, input[type="reset"].btn-border.btn-white, button.btn-border.btn-white {
  color: #FFF !important;
  background-color: transparent;
}

.btn-custom.btn-border.btn-white:hover, input[type="button"].btn-border.btn-white:hover, input[type="submit"].btn-border.btn-white:hover, input[type="reset"].btn-border.btn-white:hover, button.btn-border.btn-white:hover {
  color: #3498db !important;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-custom.disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled, .btn-custom.disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover, button:disabled:hover, .btn-custom.btn-border.disabled, input[type="button"].btn-border:disabled, input[type="submit"].btn-border:disabled, input[type="reset"].btn-border:disabled, button.btn-border:disabled, .btn-custom.btn-border.disabled:hover, input[type="button"].btn-border:disabled:hover, input[type="submit"].btn-border:disabled:hover, input[type="reset"].btn-border:disabled:hover, button.btn-border:disabled:hover {
  color: #9a9a9a !important;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  cursor: default;
}

.btn-custom.btn-icon {
  position: relative;
  padding-left: 70px;
}

.btn-custom.btn-icon .fa {
  position: absolute;
  top: 0px;
  left: 30px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}

button.close {
  font-family: 'Lato', sans-serif;
  color: #404040 !important;
  font-size: 20px;
  margin: 0px;
  border-radius: 0px;
}

button.close:hover {
  color: #111;
  background: none;
  border: 0px;
}

.alert h4 {
  margin-bottom: 10px;
}

.tooltip {
  text-transform: lowercase;
}

.tooltip-inner {
  padding: 6px 12px 5px;
}

.panel-group.panel-group-custom {
  margin-bottom: 0px;
}

.panel-group-custom .panel {
  background-color: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group-custom .panel-heading {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.panel-group-custom .panel-default > .panel-heading {
  color: #a9a9a9;
  background-color: transparent;
}

.bg-color .panel-group-custom .panel-default > .panel-heading {
  color: #FFF;
}

.panel-group-custom .panel-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.panel-group-custom .panel-title a {
  display: block;
  position: relative;
  color: #555 !important;
  padding-left: 35px;
}

.bg-color .panel-group-custom .panel-title a {
  color: #FFF !important;
}

.panel-group-custom .panel-title a:before {
  position: absolute;
  top: 10.5px;
  left: 0px;
  width: 18px;
  height: 5px;
  font-size: 0px;
  text-indent:;
  content: '';
  background-color: #3498db;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.bg-color .panel-group-custom .panel-title a:before {
  background-color: #FFF;
}

.panel-group-custom .panel-title a.collapsed {
  color: #a9a9a9 !important;
}

.bg-color .panel-group-custom .panel-title a.collapsed {
  color: #FFF !important;
}

.panel-group-custom .panel-title a.collapsed:hover {
  color: #555 !important;
}

.bg-color .panel-group-custom .panel-title a.collapsed:hover {
  color: #dcecf7 !important;
}

.panel-group-custom .panel-title a.collapsed:before {
  background-color: #a9a9a9;
}

.bg-color .panel-group-custom .panel-title a.collapsed:before {
  background-color: #FFF;
}

.panel-group-custom .panel-title a.collapsed:hover:before {
  background-color: #3498db;
}

.bg-color .panel-group-custom .panel-title a.collapsed:hover:before {
  background-color: #dcecf7;
}

.panel-group.panel-group-custom .panel + .panel {
  margin-top: 30px;
}

.panel-group.panel-group-custom .panel-heading + .panel-collapse .panel-body {
  padding: 20px 0px 0px 35px;
  border: 0px;
}

.panel-group.panel-group-custom .panel-heading + .panel-collapse .panel-body p:last-child {
  margin-bottom: 0px;
}

.padding-top0 {
  padding-top: 0px !important;
}

.padding-right0 {
  padding-right: 0px !important;
}

.padding-bottom0 {
  padding-bottom: 0px !important;
}

.padding-left0 {
  padding-left: 0px !important;
}

.padding-top10 {
  padding-top: 10px !important;
}

.padding-top20 {
  padding-top: 20px !important;
}

.padding-top30 {
  padding-top: 30px !important;
}

.padding-top40 {
  padding-top: 40px !important;
}

.padding-top50 {
  padding-top: 50px !important;
}

.padding-top60 {
  padding-top: 60px !important;
}

.padding-top70 {
  padding-top: 70px !important;
}

.padding-top80 {
  padding-top: 80px !important;
}

.padding-top90 {
  padding-top: 90px !important;
}

.padding-top100 {
  padding-top: 100px !important;
}

.padding-top110 {
  padding-top: 110px !important;
}

.padding-top120 {
  padding-top: 120px !important;
}

.padding-bottom10 {
  padding-bottom: 10px !important;
}

.padding-bottom20 {
  padding-bottom: 20px !important;
}

.padding-bottom30 {
  padding-bottom: 30px !important;
}

.padding-bottom40 {
  padding-bottom: 40px !important;
}

.padding-bottom50 {
  padding-bottom: 50px !important;
}

.padding-bottom60 {
  padding-bottom: 60px !important;
}

.padding-bottom70 {
  padding-bottom: 70px !important;
}

.padding-bottom80 {
  padding-bottom: 80px !important;
}

.padding-bottom90 {
  padding-bottom: 90px !important;
}

.padding-bottom100 {
  padding-bottom: 100px !important;
}

.padding-bottom110 {
  padding-bottom: 110px !important;
}

.padding-bottom120 {
  padding-bottom: 120px !important;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-right0 {
  margin-right: 0px !important;
}

.margin-bottom0 {
  margin-bottom: 0px !important;
}

.margin-left0 {
  margin-left: 0px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-top70 {
  margin-top: 70px !important;
}

.margin-top80 {
  margin-top: 80px !important;
}

.margin-top90 {
  margin-top: 90px !important;
}

.margin-top100 {
  margin-top: 100px !important;
}

.margin-top110 {
  margin-top: 110px !important;
}

.margin-top120 {
  margin-top: 120px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

.margin-bottom60 {
  margin-bottom: 60px !important;
}

.margin-bottom70 {
  margin-bottom: 70px !important;
}

.margin-bottom80 {
  margin-bottom: 80px !important;
}

.margin-bottom90 {
  margin-bottom: 90px !important;
}

.margin-bottom100 {
  margin-bottom: 100px !important;
}

.margin-bottom110 {
  margin-bottom: 110px !important;
}

.margin-bottom120 {
  margin-bottom: 120px !important;
}

.container-padding20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.container-padding40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.container-padding60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.container-padding80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.container-padding100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.container-padding120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.container-padding4020 {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

.container-padding6020 {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
}

.container-padding6040 {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

.container-padding8020 {
  padding-top: 80px !important;
  padding-bottom: 20px !important;
}

.container-padding8040 {
  padding-top: 80px !important;
  padding-bottom: 40px !important;
}

.container-padding8060 {
  padding-top: 80px !important;
  padding-bottom: 60px !important;
}

.container-padding10020 {
  padding-top: 100px !important;
  padding-bottom: 20px !important;
}

.container-padding10040 {
  padding-top: 100px !important;
  padding-bottom: 40px !important;
}

.container-padding10060 {
  padding-top: 100px !important;
  padding-bottom: 60px !important;
}

.container-padding10080 {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}

.container-padding12020 {
  padding-top: 120px !important;
  padding-bottom: 20px !important;
}

.container-padding12040 {
  padding-top: 120px !important;
  padding-bottom: 40px !important;
}

.container-padding12060 {
  padding-top: 120px !important;
  padding-bottom: 60px !important;
}

.container-padding12080 {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.container-padding120100 {
  padding-top: 120px !important;
  padding-bottom: 100px !important;
}

.container-wrap {
  overflow: hidden;
}

.text-wrap40 {
  padding-top: 40px;
}

.text-wrap60 {
  padding-top: 60px;
}

.text-wrap80 {
  padding-top: 80px;
}

.text-wrap100 {
  padding-top: 100px;
}

.text-wrap120 {
  padding-top: 120px;
}

.row-custom {
  margin: 0px -15px;
}

.row-custom:before, .row-custom:after {
  display: table;
  content: '';
}

.row-custom:after {
  clear: both;
}

.row-custom .col-left, .row-custom .col-center, .row-custom .col-right {
  float: left;
  padding: 0px 15px;
}

.row-custom .col-left, .row-custom .col-right {
  width: 34%;
}

.row-custom .col-center {
  width: 32%;
  text-align: center;
  padding-top: 7%;
}

.row-custom .col-center figure img {
  width: auto;
  max-width: 160px;
}

.aligncenter {
  display: block;
  margin: 0px auto 20px auto;
}

.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.text-big {
  font-size: 18px;
  line-height: 28px;
}

.text-padding {
  padding: 0px 240px;
}

.required {
  color: #f9331e;
}

.list-icon {
  padding: 0px;
  margin: 20px 0px;
}

.list-icon li {
  list-style-type: none;
  position: relative;
  color: #555;
  min-height: 26px;
  padding-left: 40px;
  margin-bottom: 10px;
}

.bg-color .list-icon li {
  color: #FFF;
}

.list-icon li:last-child {
  margin-bottom: 0px;
}

.list-icon li .fa {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 24px;
  color: #3498db;
  font-size: 18px;
  text-align: center;
}

.bg-color .list-icon li .fa {
  color: #FFF;
}

.list-row {
  margin: 0px -10px;
}

.list-row:before, .list-row:after {
  display: table;
  content: '';
}

.list-row:after {
  clear: both;
}

.list-row .list-col {
  float: left;
  width: 50%;
  padding: 0px 10px;
}

.sep-border {
  height: 1px;
  background-color: #e9e9e9;
}

.sep-border {
  background-color: #FFF;
}

.post-heading-left {
  margin-bottom: 40px;
}

.post-heading-center {
  text-align: center;
  padding: 0px 160px;
  margin-bottom: 60px;
}

.row-custom .col-center .post-heading-center {
  padding: 0px;
}

.post-heading-left h2, .post-heading-center h2 {
  color: #3498db;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin: 0px;
}

.bg-color .post-heading-left h2, .bg-color .post-heading-center h2 {
  color: #FFF;
}

.post-heading-left h2 span, .post-heading-center h2 span {
  color: #FFF;
  background-color: #3498db;
  padding: 1px 15px 2px;
}

.bg-color .post-heading-left h2 span, .bg-color .post-heading-center h2 span {
  color: #3498db;
  background-color: #FFF;
}

.post-heading-left p, .post-heading-center p {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0px 0px;
}

.post-heading-center p {
  margin-top: 30px;
}

.img-hover {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 4px #d9d9d9;
}

.img-hover .hover-masked {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255,255,255,.2);
  opacity: 0;
  -webkit-transition: visibility .2s ease, opacity .2s ease-in-out;
  transition: visibility .2s ease, opacity .2s ease-in-out;
}

.ie .img-hover .hover-masked {
  display: none;
}

.img-hover:hover .hover-masked {
  visibility: visible;
  opacity: 1;
}

.img-hover2 {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 4px #d9d9d9;
}

.bg-color .img-hover2 {
  box-shadow: none;
}

.img-hover2 .overlay-masked {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  background-color: rgba(0,0,0,.5);
}

.ie .img-hover2 .overlay-masked {
  background: url(../images/ie-bg-overlay50.png) repeat top left;
}

.img-hover2 .overlay-masked .fa {
  position: absolute;
  top: 25px;
  right: 0px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: -12px -12px 0px 0px;
  opacity: 0;
}

.img-hover2 .overlay-masked p {
  position: absolute;
  bottom: 25px;
  left: 0px;
  font-family: Raleway, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
  opacity: 0;
}

.img-layers {
  position: relative;
  margin-bottom: -30%;
}

.img-layers img {
  width: 100%;
}

.img-layers .img-layer-left, .img-layers .img-layer-right {
  position: relative;
  z-index: 110;
}

.img-layers.img-layer-left-front .img-layer-left {
  padding-right: 40%;
}

.img-layers.img-layer-right-front .img-layer-right {
  padding-left: 40%;
}

.img-layers.img-layer-left-front .img-layer-right, .img-layers.img-layer-right-front .img-layer-left {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 44%;
  z-index: 100;
}

.img-layers.img-layer-right-front .img-layer-left {
  right: 44%;
  left: 0px;
}

img.parallax-slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .3s ease, opacity .3s ease-in-out;
  transition: visibility .3s ease, opacity .3s ease-in-out;
}

img.parallax-slider.loaded, .ie img.parallax-slider, .ie9 img.parallax-slider {
  visibility: visible;
  opacity: 1;
}

.carousel-slider.slick-slider {
  margin-bottom: 0px;
}

.carousel-slider .slick-prev, .carousel-slider .slick-next {
  width: 36px;
  height: 36px;
  color: #d0d0d0;
  text-align: center;
  margin-top: -18px;
  z-index: 100;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
}

.carousel-slider .slick-prev {
  left: 20px;
}

.carousel-slider .slick-next {
  right: 20px;
}

.carousel-slider .slick-prev.slick-disabled, .carousel-slider .slick-next.slick-disabled {
  cursor: default;
}

.carousel-slider .slick-prev:hover, .carousel-slider .slick-next:hover {
  color: #FFF;
}

.carousel-slider .slick-prev.slick-disabled:hover, .carousel-slider .slick-next.slick-disabled:hover {
  color: #d0d0d0;
}

.carousel-slider .slick-prev:before, .carousel-slider .slick-next:before {
  font: normal normal normal 36px/1 FontAwesome;
  color: #d0d0d0;
  text-align: center;
  text-rendering: auto;
  background-color: transparent;
  content: '\f060';
  opacity: 1;
  -webkit-transition: color .2s ease, background .2s ease;
  transition: color .2s ease, background .2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel-slider .slick-next:before {
  content: '\f061';
}

.carousel-slider .slick-prev:hover:before, .carousel-slider .slick-next:hover:before {
  color: #FFF;
}

.carousel-slider .slick-prev.slick-disabled:hover:before, .carousel-slider .slick-next.slick-disabled:hover:before {
  color: #d0d0d0;
}

.carousel-slider .slick-dots {
  bottom: 20px;
  right: 0px;
  left: 0px;
  margin: 0px;
}

.carousel-slider .slick-dots li button {
  box-shadow: none;
}

.carousel-slider .slick-slide, .carousel-slider .slick-slide a {
  outline: none;
}

.carousel-slider img {
  width: 100%;
}

.animation {
  visibility: hidden;
}

.animated, .ie .animation, .ie9 .animation {
  visibility: visible;
}



/* ========================= Header ========================= */

#header {
  position: relative;
  background-color: #a9a9a9;
  min-height: 0px;
}

.body-content {
  /*box-shadow: 0px 0px 5px #888888;*/
  margin-top: 15px;
  padding-bottom: 15px;
}

.body-content h2.page-heading {
  background-color: #3498db;
  padding: 15px;
  margin-bottom: 20px;
  color: #FFF;
  font-size:25px;
  line-height: 32px;
  font-weight: 700;
  margin: 0px -15px 15px -15px;
}

.ipad_images {
    /* background: url('../Images/ipad.png') center no-repeat; */
  padding: 5px 0px;
  height: 622px;
}

.form-data {
  margin-top: 0px;
  display: table;
  width: 100%;
  border: 2px solid black;
}

.form-data .images-profile {
  text-align: center;
  padding: 0px;
  background-color: #3E414C;
  margin-top: 4px;
  min-height: 208px;
  max-height: 186px;
  line-height: 186px;
}

.form-data .images-profile img {
  margin-top: 0px;
}
.form-data .images-profile canvas {
    height:auto !important;
    max-width:100% !important;
    min-width:50px;
    vertical-align:middle !important;
}
    .form-data .images-profile img {
        max-width: 100%;
        padding: 0px;
        max-height: 207px;
        vertical-align: middle;
        margin-bottom:-20px !important;
    }

.images-profile.message {
    background-color: #3E414C !important;
}
.edit-page-content .images-profile img,
.edit-page-content .images-profile img canvas {
    max-width: 260px;
    max-height: 260px;
    object-fit: contain !important;
}
.MyAccount-Form .my-profile-pic-box img,
.MyAccount-Form .my-profile-pic-box canvas {
    max-width: 260px;
    max-height: 260px;
    object-fit: contain !important;
}
.registration-pg .sender-registration-pic-box img,
.registration-pg .sender-registration-pic-box canvas {
    max-width: 260px;
    max-height: 260px;
    object-fit: contain !important;
}
.auto-replace .images-profile img,
.auto-replace .images-profile canvas {
    max-width: 260px;
    max-height: 260px;
    object-fit: contain !important;
}

.form-data .name-label {
    width: 100%;
    padding: 4px 0px;
    text-align: center;
    background: #3a3c49;
    font-weight: 600;
    color: #fff;
    margin-top: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 16px;
    min-height: 40px;
}

.form-data .messages-description {
  font-size: 14px;
  line-height: 15px;
  background: #bed6ee;
  cursor: pointer;
}

.form-data .messageSelected {
    background: #ffbd43b3 !important;
   /* background: #ffbd43 !important;
    height:250px !important;*/
}

.form-data .left-profile {
  /*height: 367px;*/
  height:auto;
  padding: 0 5px;
}

.form-data .right-description {
  color: #000;
  padding: 0px;
  min-height: 176px;
}

.submit-form .messages-description {
  position: relative;
  min-height: 219px;
  padding-left: 0px;
  border: solid #000 3px;
  margin-bottom: 0px;
}

.submit-form {
  background: white;
  height: auto;
  float: left;
  border: solid 1px black;
  padding: 0px;
  margin: 0 15%;
  position: relative;
}

.img-choose {
  position: relative;
}

.img-choose:hover span {
  display: block;
}

.img-choose span {
  position: absolute;
  bottom: 5px;
  background-color: rgba(0,0,0,0.7);
  color: white;
  width: 94%;
  text-align: center;
  display: none;
  margin: 0 5px;
  cursor: pointer;
}

.form-button-panel {
  height: 214px;
  border: 1px solid black;
  background: #bed6ee;
}

.form-button-panel .contant-description {
  padding: 0 10px;
}

.form-button-panel .contant-description textarea {
  padding: 0;
  max-width: 2000px;
  width: 100%;
  background-color: #bed6ee;
  border: none;
  resize: none;
}

.form-button-panel .panel {
  margin: 0px;
  text-align: right;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}

.message-footer {
  background-color: #3a3c49;
  border-bottom: 2px;
  border-width: 0px 2px 0px 2px;
  border-style: solid;
  border-color: black;
  color: white;
  padding-left: 15px;
}

.message-footer-left, .message-footer-right {
  padding: 0px;
  text-transform: uppercase;
  height: 55px;
}

.message-footer-left div, .message-footer-right div{
    font-size:14px;
}
.message-footer-left .weaythersky.ng-binding{
    font-size:14px !important;
    line-height:14px;
}
.message-footer-left span.day {
    max-width: 98px;
    width: 98px;
    display: inline-block;
}
.message-footer-left .weaythersky.ng-binding{
    padding-left:0px;
}


.message-footer .temp, .message-footer .area {
    color: #fff;
}

.message-footer .temp {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  line-height: 10px;
  color: yellow;
  margin-right: -28px;
  margin-top: 35px;
}

.message-footer .location {
  padding: 0px 3px 0px 10px;
  border-width: 0px 0px 0px 3px;
  border-color: white;
  border-style: solid;
  min-height: 53px;
  min-height: 53px;
    /*font-size: 11px;
	font-weight: 600;
	line-height: 50px;*/
  color: #fff;
  position:relative;
}
.message-footer .TempDisplay {
    position: absolute;
    right: -24px;
    bottom: 5px;
}


.message-text-bottom {
  margin-bottom: 5px;
  text-align: right;
  padding-right: 10px;
}

/* .ipad_images .header-time { font-size: 20px; padding:0px; font-weight: bold; text-align: center; margin-top: 25px; color:white; } */

.ipad_images .header-time {
  font-size: 16px;
  padding: 0px;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
  color: #fdfe03;
  text-transform: uppercase;
  line-height: 64px;
}

.col-md-3.col-sm-3.col-lg-3.col-xs-3.paring-col {
  padding: 0px;
}

.messages-description {
  position: relative;
  min-height: 208px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  border-left: 2px solid black;
  margin-bottom: 4px;
  margin-top: 4px;
}

.messages-description .topdate {
  border-bottom: solid #000000 2px;
  font-size: 15px;
  padding: 9px 5px;
  height: 35px;
  color: #0a0b0c;
  font-weight: 600;
}

.messages-description .topdate .numbershow {
    text-align: center;
    float: left;
    line-height: 18px;
    width: 2% !important;
    font-size: 16px;
    color: #0a0b0c;
    font-weight: 600;
}

    .messages-description .topdate .datetime {
        text-align: right;
        /*text-transform: uppercase;*/
        float: left;
        line-height: 10px;
        width: 98% !important;
    }

.messages-description .contant-description {
  font-size: 20px;
  line-height: 30px;
  padding: 1px 5px;
  text-align: justify;
  word-wrap: break-word !important;
  word-break: break-all !important;
}
.messages-description .checkboxbottom {
    float: right;
    position: absolute;
    bottom: 1px;
    right: 0px;
    left: 0;
    width: 100%;
    height: 80%;
}
.messages-description.messageSelected .checkboxbottom {
    float: right;
    position: absolute;
    bottom: 1px;
    right: 0px;
    left: 5px;
    width: 100%;
    height: 40px;
}


.col-lg-7.col-md-7.col-sm-7.col-xs-8.mobile-padd0 {
  padding: 0px;
}

.col-lg-5.col-md-5.col-sm-5.col-xs-4.mobile-padd0 {
  padding: 0px;
}

.messages-description textarea {
  max-width: 100% !important;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none;
  resize: none;
  color: #000 !important;
  padding-left: 0px;
  font-weight: 600;
  font-size: 27.8px;
  padding-top: 5px;
  line-height: 1.3;
  border: none;
  overflow-y:hidden !important;
}

#messageSec::placeholder {
    /* Firefox 18- */
  color: #737373;
  
}

.paring-col {
  padding-right: 15px;
  padding-left: 15px;
  width: 45%;
}

.user-info .user-img {
  padding: 0px 5px;
}

.user-info .user-img img {
  width: 100%;
}

.user-info .user-main-panel {
  float: none;
}

.user-info .name {
  clear: both;
  text-align: center;
}

.user-info .name span {
  background: black;
  padding: 3px 6px;
  color: red;
  text-transform: uppercase;
  font-size: 12px;
}

.submit-button-panel {
  padding: 15px;
}

.main-submit-button-panel {
  background: #f6b386;
}

.clear-bottom-btn {
  text-align: center;
  padding-top: 15px;
}

.submit-button-panel button {
    color: #000 !important;
    margin: 2px 5px;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 5px;
}

.submit-button-panel .selectedButton {
  background-color: orange !important;
}

img.ButtonClickedfirst {
    display: none;
}
img.ButtonClickedsecond {
    display: none;
}
.messages-description textarea {
    display: block;
    word-break: break-word !important;
}
/* .message-header .paring { color:red; position: relative; top:25px; } */
.ordinal {
    vertical-align: super;
    font-size: 10px;
    text-transform: lowercase;
    display: none !important;
}

.message-header .paring {
    /*color: #ffda65;*/
    color: white;
    position: relative;
    top: 0;
    /*border-right: #000 2px solid;*/
    display: block;
    line-height: 64px;
    text-align: center;
    /*text-transform:uppercase;*/
    font-size: 24px;
    font-weight: 800;
    text-shadow: 4px 6px 10px #474747 !important;
}

.message-send-panel {
  padding: 0px;
  border: 2px solid black;
  margin-bottom: 25px;
}

.message-send-panel .contant-description {
  padding: 0px;
  background-color: white;
  border-bottom: #000 2px solid;
}

.message-send-panel .contant-description span {
  padding: 5px;
}

.message-send-panel .contant-description textarea {
  max-width: 100% !important;
  width: 100%;
  background-color: white;
  box-shadow: none;
  resize: none;
  color: black;
  color: #000;
}

.message-send-panel .contant-description textarea:-moz-placeholder {
  color: #000;
}

.degree {
  font-size: 6px;
  position: relative;
  bottom: 7px;
}

.mainTemp {
  bottom: 9px;
  font-size: 8px;
}

.toprow {
  background: #5b9bd5;
  border-top: solid #000 2px;
  border-left: solid #000 2px;
  border-right: solid #000 2px;
  border-bottom: solid #000 1px;
    /*padding:0px 0px 0px 5px;*/
  ;
}

.col-md-12.col-sm-12.col-lg-12.col-xs-12.toprow {
  background: #595959;
  padding-right: 0px;
  padding-left: 5px;
  position: relative;
}

.col-lg-3.col-md-3.col-xs-3.message-from {
  padding-left: 5px;
}

.toprow .daytime {
    display: inline-table;
    width: 40%;
    /*color: #fff;*/
    /*text-transform: uppercase;*/
    /*font-size: 14px*/;
    /*font-weight: 500;*/
    padding: 0px;
    font-weight: 600;
    color: #fdfe03;
    font-size: 21px;
}

.toprow .time {
  text-align: center;
  display: inline-table;
  width: 46%;
  color: black;
  /*text-transform: uppercase;*/
  font-size: 20px;
  font-weight: 600;
  float: right;
  border-left: 3px solid #000;
  padding-top: 4px;
  margin: 0px;
  height: 30px;
  background-color: #5b9bd5;
}

.toprow .name-user {
  text-align: center;
  display: inline-table;
  color: #f9331e;
    /* float: none; */
  text-transform: uppercase;
    /* word-wrap: break-word; */
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.toprow .name-user .name {
  padding: 0px 0px;
  text-transform: lowercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fdfe03;
  width: auto;
  float: none;
  height: 18px;
  margin-top: 4px;
  padding-right:8px;
}

.sender-msg {
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  font-size:14px;
}
/* .squaredFour */
.reciever-view {
  background-color: #ffe699;
  border-top: solid #000 2px;
  border-left: solid #000 2px;
  border-right: solid #000 2px;
  border-bottom: solid #000 1px;
  color: black;
  font-size: 18px;
  
}

.messages-description .checkboxbottom .squaredFour input[type="checkbox"] {
  visibility: hidden;
}

.messages-description .checkboxbottom .squaredFour {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.messages-description .checkboxbottom .squaredFour img {
  float: right;
  margin-right: 10px;
  margin-bottom: 4px;
}

.messages-description .checkboxbottom .squaredFour span {
  top: 7px;
  position: relative;
  color: red;
  font-size: 13px;
}

.messages-description .checkboxbottom .squaredFour .textRemainInfo {
  top: 3px;
  position: relative;
  color: #004cff;
  font-size: 15px;
  right: 5px;
  float: right;
  font-weight: bold;
}

span.textRemainInfo.ng-binding {
  font-size: 11px !important;
  margin-top: 3px;
}

.col-lg-7.col-md-7.col-sm-6.col-xs-6.mobile-padd0 {
  padding: 0px;
  margin-left: -15px;
}

span.ng-binding.ng-scope {
  padding-left: 10px;
  font-size: 13px;
  padding-top: 0px;
}

.messages-description .checkboxbottom .squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  border-radius: 10px;
    /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
  background: #fcfff4;
  border: solid #000 4px;
  background: #fff;
    /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );*/
  
}

.messages-description .checkboxbottom .squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 18px;
  height: 10px;
  background: transparent;
  top: 6px;
  left: 5px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*.messages-description .checkboxbottom .squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}*/

.messages-description .checkboxbottom .squaredFour input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
    /* end .squaredFour */
  
}

.middle-user-details .row {
  margin-right: 0px;
  margin-left: 0px;
}

.message-header {
  border: 4px solid black;
  background-color: #d9afc5;
    /*background-color: #5b9bd5;*/
    /* background-color: #3a3c49; */
  border-bottom: 2px solid black;
  position: relative;
}

/* Navigation Menu */
#header .navbar {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  min-height: 0px;
  color: #c0c0c0;
  background-color: #202020;
  padding: 5px 0px;
  margin: 0px;
  border: 0px;
  z-index: 100;
  border-radius: 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#header .navbar.affix {
  background-color: rgba(20,20,20,.95);
  padding: 15px 0px;
  z-index: 1000;
}

.ie #header .navbar.affix {
  background: url(../images/ie-bg-nav-affix.png) repeat top left;
}

#header .navbar-brand {
  height: auto;
  color: #fff;
  padding: 0px;
}

#header .navbar > .container .navbar-brand {
  margin: 10px 0 0 0;
}

#header .navbar-brand img {
  height: 40px;
}

#header .nav {
    /*overflow: hidden;*/
  float: right;
  height: 40px;
}

#header .nav > li {
  padding: 9px 15px;
}

#header .nav > li:last-child {
  /*padding-right: 0px;*/
}

#header .nav > li.menu-btn {
  padding-top: 2px;
  padding-bottom: 2px;
}

#header .nav > li > a {
  float: left;
  color: #c0c0c0;
  font-size: 18px;
  line-height: 22px;
  background: none !important;
  padding: 0px;
}

#header .nav > li > a:hover, #header .nav > li.active > a {
  color: #FFF;
}

#header .nav > li.menu-btn > a {
  color: #FFF;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  background-color: #3498db !important;
  padding: 10.5px 20px;
  border-radius: 4px;
}

#header .nav > li.menu-btn > a:hover, #header .nav > li.menu-btn.active > a {
  background-color: #2a8ed0 !important;
}

#header .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Navigation Mobile */
#navigation_mobile {
  display: none;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

#navigation_mobile .nav-menu-links {
  display: none;
  background-color: #2a2a2a;
}

#navigation_mobile ul {
  padding: 30px 100px;
  margin: 0px;
}

#navigation_mobile ul li {
  list-style-type: none;
  padding: 12px 0px;
}

#navigation_mobile ul li a {
  display: block;
  color: #c0c0c0;
}

#navigation_mobile ul li a:hover {
  color: #FFF;
}

#navigation_mobile .nav-menu-button {
  background-color: #202020;
  padding: 15px 0px;
}

#navigation_mobile .nav-menu-button button.nav-menu-toggle {
  color: #a9a9a9 !important;
  font-size: 28px;
  line-height: 1;
  background: none;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

#navigation_mobile .nav-menu-button button.nav-menu-toggle:hover {
  color: #FFF !important;
}

/* Header Text */
#header .header-overlay {
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  background-color: rgba(0,0,0,.8);
  padding-top: 80px;
}

.ie #header .header-overlay {
  background: url(../images/ie-bg-overlay80.png) repeat top left;
}

#header .header-overlay.header-overlay40 {
  background-color: rgba(0,0,0,.4);
}

.ie #header .header-overlay.header-overlay40 {
  background-image: url(../images/ie-bg-overlay40.png);
}

#header .header-overlay.header-overlay50 {
  background-color: rgba(0,0,0,.5);
}

.ie #header .header-overlay.header-overlay50 {
  background-image: url(../images/ie-bg-overlay50.png);
}

#header .header-overlay.header-overlay60 {
  background-color: rgba(0,0,0,.6);
}

.ie #header .header-overlay.header-overlay60 {
  background-image: url(../images/ie-bg-overlay60.png);
}

#header .header-overlay.header-overlay70 {
  background-color: rgba(0,0,0,.7);
}

.ie #header .header-overlay.header-overlay70 {
  background-image: url(../images/ie-bg-overlay70.png);
}

#header .header-overlay h1, #header .header-overlay h2, #header .header-overlay h3, #header .header-overlay h4, #header .header-overlay h5, #header .header-overlay h6, #header .header-overlay a {
  color: #FFF;
}

#header .header-txt-left {
  padding: 18% 40% 0px 0px;
}

#header .header-txt-right {
  padding: 18% 0px 0px 40%;
}

#header .header-txt-center {
  text-align: center;
  padding-top: 22%;
}

#header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
  padding-top: 15%;
}

#header .slider-pro .header-txt-center {
  padding-top: 19%;
}

#header .header-txt-left h1, #header .header-txt-center h1, #header .header-txt-right h1 {
  font-size: 54px;
  line-height: 72px;
  font-weight: 700;
  margin: 0px;
}

#header .header-txt-left h1 span, #header .header-txt-center h1 span, #header .header-txt-right h1 span {
  background-color: #3498db;
  padding: 1px 12px 4px;
}

#header .header-txt-left p, #header .header-txt-right p {
  font-size: 20px;
  line-height: 32px;
  margin: 40px 0px 0px;
}

#header .header-txt-left .btn-section, #header .header-txt-right .btn-section {
  margin-top: 60px;
}

#header .header-txt-left .btn-section .btn-custom, #header .header-txt-right .btn-section .btn-custom {
  margin-right: 40px;
}

#header .header-txt-center h2 {
  display: inline-block;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3498db;
  padding: 6px 15px 4px;
  margin: 30px 0px 0px;
}

#header .header-txt-center .btn-section {
  position: absolute;
  right: 0px;
  bottom: 40px;
  left: 0px;
  animation: bounce 2s infinite;
}

/* Header Slider */
#header .slider-pro {
  overflow: hidden;
}

#header .sp-slide .sp-layer {
  position: static;
}

#header .sp-slide .header-txt-left .sp-layer.sp-layer-2, #header .sp-slide .header-txt-right .sp-layer.sp-layer-2 {
  margin-top: 40px;
}

#header .sp-slide .header-txt-left .sp-layer.sp-layer-3, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3 {
  margin-top: 60px;
}

#header .sp-slide .header-txt-left .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3 .btn-custom {
  margin-right: 40px;
}

#header .sp-slide .header-txt-center .sp-layer.sp-layer-2 {
  margin-top: 30px;
}

#header .sp-slide .header-txt-center .sp-layer.sp-layer-3 {
  position: absolute;
  top: auto !important;
  right: 0px;
  bottom: 40px;
}

#header .sp-slide.sp-selected .header-txt-center .sp-layer.sp-layer-3 {
  animation: bounce 2s infinite;
  animation-delay: 1.5s;
}

#header .sp-horizontal .sp-arrows {
  margin-top: -21px;
}

#header .slider-pro .btn-custom {
  -webkit-transition: color .2s ease, background .2s ease !important;
  transition: color .2s ease, background .2s ease !important;
}

#header .slider-pro .sp-arrow {
  width: 42px;
  height: 42px;
  text-align: center;
}

#header .slider-pro .sp-arrow:before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font: normal normal normal 42px/1 FontAwesome;
  color: #FFF;
  text-rendering: auto;
  background-color: transparent;
  content: '\f060';
  opacity: .4;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: color .2s ease, opacity .2s ease-in-out;
  transition: color .2s ease, opacity .2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .slider-pro .sp-arrow:hover:before {
  opacity: 1;
}

#header .slider-pro .sp-arrow:after {
  display: none;
}

#header .sp-horizontal .sp-previous-arrow {
  left: 40px;
}

#header .sp-horizontal .sp-next-arrow {
  right: 40px;
}

#header .sp-horizontal.ie8 .sp-previous-arrow, #header .sp-horizontal.ie8 .sp-next-arrow {
  border: 0px;
}

#header .sp-horizontal .sp-arrow.sp-next-arrow:before {
  content: '\f061';
}

/* Sub-Header */
#header .sub-header {
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  padding: 60px 0px;
}

#header .sub-header .entry-title {
  color: #FFF;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin: 0px;
}

#header .sub-header p {
  margin: 20px 0px 0px;
}



/* ========================= Elements ========================= */

.affa-feature-img {
  text-align: center;
  margin-bottom: 40px;
}

.affa-feature-img img {
  max-width: 54px;
  margin-bottom: 25px;
}

.affa-feature-img h4 {
  font-weight: 700;
  margin: 0px;
}

.affa-feature-img p {
  margin: 25px 0px 0px;
}

.affa-feature-icon {
  text-align: center;
  margin-bottom: 40px;
}

.affa-feature-icon .fa {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #FFF;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  background-color: #3498db;
  margin-bottom: 20px;
  border-radius: 2px;
}

.affa-feature-icon h4 {
  font-weight: 700;
  margin: 0px;
}

.affa-feature-icon p {
  margin: 15px 0px 0px;
}

.affa-feature-icon-left, .affa-feature-icon-right {
  position: relative;
  min-height: 54px;
  margin-bottom: 40px;
}

.affa-feature-icon-left {
  text-align: right;
  padding-right: 80px;
}

.affa-feature-icon-right {
  padding-left: 80px;
}

.affa-feature-icon-left .fa, .affa-feature-icon-right .fa {
  position: absolute;
  top: 0px;
  width: 54px;
  height: 54px;
  color: #FFF;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  background-color: #3498db;
  border-radius: 2px;
}

.affa-feature-icon-left .fa {
  right: 0px;
}

.affa-feature-icon-right .fa {
  left: 0px;
}

.affa-feature-icon-left h4, .affa-feature-icon-right h4 {
  font-weight: 700;
  margin: 0px;
}

.affa-feature-icon-left p, .affa-feature-icon-right p {
  margin: 10px 0px 0px;
}

.affa-portfolios-slider {
  padding-bottom: 50px;
}

.carousel-slider.affa-portfolios-slider .slick-track {
  padding-bottom: 8px;
}

.carousel-slider.affa-portfolios-slider .slick-dots {
  bottom: 0px;
  line-height: 0px;
}

.carousel-slider.affa-portfolios-slider .slick-dots li {
  width: auto;
  height: auto;
}

.carousel-slider.affa-portfolios-slider .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  padding: 0px;
  margin: 0px 5px;
  border-radius: 2px;
}

.carousel-slider.affa-portfolios-slider .slick-dots li button:hover, .carousel-slider.affa-portfolios-slider .slick-dots li.slick-active button {
  background: #303030;
}

.bg-dark .carousel-slider.affa-portfolios-slider .slick-dots li button:hover, .bg-dark .carousel-slider.affa-portfolios-slider .slick-dots li.slick-active button, .bg-img .carousel-slider.affa-portfolios-slider .slick-dots li button:hover, .bg-img .carousel-slider.affa-portfolios-slider .slick-dots li.slick-active button, .bg-parallax .carousel-slider.affa-portfolios-slider .slick-dots li button:hover, .bg-parallax .carousel-slider.affa-portfolios-slider .slick-dots li.slick-active button {
  background: #3498db;
}

.carousel-slider.affa-portfolios-slider .slick-dots li button:before {
  display: none;
}

.affa-portfolios-slider2 .slide-txt {
  position: relative;
  padding: 80px 0px 0px 70px;
}

.affa-portfolios-slider2 .slide-txt h1 {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 44px;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  opacity: .3;
}

.affa-portfolios-slider2 .slide-txt h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.affa-portfolios-slider2 .slide-txt .btn-section {
  margin-top: 40px;
}

.carousel-slider.affa-portfolios-slider2 .slick-prev, .carousel-slider.affa-portfolios-slider2 .slick-next {
  width: 42px;
  height: 42px;
  color: #FFF;
  margin-top: -21px;
  opacity: 0;
  -webkit-transition: color .2s ease, background .2s ease, opacity .2s ease-in-out;
  transition: color .2s ease, background .2s ease, opacity .2s ease-in-out;
}

.carousel-slider.affa-portfolios-slider2 .slick-prev {
  left: 60px;
}

.carousel-slider.affa-portfolios-slider2 .slick-next {
  right: 60px;
}

.carousel-slider.affa-portfolios-slider2:hover .slick-prev, .carousel-slider.affa-portfolios-slider2:hover .slick-next {
  opacity: .3;
}

.carousel-slider.affa-portfolios-slider2 .slick-prev:hover, .carousel-slider.affa-portfolios-slider2 .slick-next:hover {
  opacity: 1;
}

.carousel-slider.affa-portfolios-slider2 .slick-prev.slick-disabled:hover, .carousel-slider.affa-portfolios-slider2 .slick-next.slick-disabled:hover {
  opacity: .3;
}

.carousel-slider.affa-portfolios-slider2 .slick-prev:before, .carousel-slider.affa-portfolios-slider2 .slick-next:before {
  color: #FFF;
  font-size: 42px;
}

.carousel-slider.affa-portfolios-slider2 .slick-dots {
  bottom: 0px;
}

.carousel-slider.affa-portfolios-slider2 .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  padding: 0px;
  margin: 0px 5px;
  border-radius: 2px;
}

.carousel-slider.affa-portfolios-slider2 .slick-dots li button:hover, .carousel-slider.affa-portfolios-slider2 .slick-dots li.slick-active button {
  background: #303030;
}

.bg-dark .carousel-slider.affa-portfolios-slider2 .slick-dots li button:hover, .bg-dark .carousel-slider.affa-portfolios-slider2 .slick-dots li.slick-active button, .bg-img .carousel-slider.affa-portfolios-slider2 .slick-dots li button:hover, .bg-img .carousel-slider.affa-portfolios-slider2 .slick-dots li.slick-active button, .bg-parallax .carousel-slider.affa-portfolios-slider2 .slick-dots li button:hover, .bg-parallax .carousel-slider.affa-portfolios-slider2 .slick-dots li.slick-active button {
  background: #3498db;
}

.carousel-slider.affa-portfolios-slider2 .slick-dots li button:before {
  display: none;
}

.affa-testimonial {
  font-size: 18px;
  line-height: 28px;
}

.affa-testimonial h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

.bg-color .affa-testimonial h4 strong {
  color: #d0d0d0;
}

.affa-testimonial .testimonial-txt {
  margin-bottom: 20px;
}

.affa-testimonial .testimonial-txt:before {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  content: '"';
  margin-left: 15px;
}

.affa-testimonial .testimonial-name {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}

.bg-color .affa-testimonial .testimonial-name {
  color: #c0c0c0;
}

.affa-testimonials-carousel-wrap {
  overflow: hidden;
  position: relative;
  min-height: 580px;
}

.affa-testimonials-carousel-wrap .affa-testimonials-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
}

.affa-testimonials-carousel {
  padding: 80px 440px 100px 0px;
}

.carousel-slider.affa-testimonials-carousel .slick-dots {
  bottom: 40px;
  text-align: left;
}

.carousel-slider.affa-testimonials-carousel .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #3498db;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  opacity: .4;
  border-radius: 2px;
  -webkit-transition: color .2s ease, background .2s ease, opacity .2s ease-in-out;
  transition: color .2s ease, background .2s ease, opacity .2s ease-in-out;
}

.carousel-slider.affa-testimonials-carousel .slick-dots li button:hover, .carousel-slider.affa-testimonials-carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.carousel-slider.affa-testimonials-carousel .slick-dots li button:before {
  display: none;
}

.affa-counter {
  text-align: center;
  margin-bottom: 40px;
}

.affa-counter img {
  max-width: 64px;
}

.affa-counter h4 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 25px 0px 0px;
}

.affa-counter p {
  font-family: Raleway, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  margin: 15px 0px 0px;
}

.affa-counter2 {
  height: 240px;
  text-align: center;
  background-color: #f6f7fc;
  padding: 55px 30px 0px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 4px #d9d9d9;
}

.bg-color .affa-counter2 {
  color: #777;
  box-shadow: none;
}

.affa-counter2 h4 {
  color: #3498db;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  margin: 0px;
}

.affa-counter2 p {
  font-size: 18px;
  margin: 20px 0px 0px;
}

.affa-team {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0px 4px 4px #d9d9d9;
}

.bg-color .affa-team {
  color: #777;
  box-shadow: none;
}

.affa-team img {
  width: 100%;
}

.affa-team .team-overlay {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255,255,255,.8);
  padding: 30px;
  opacity: 0;
  -webkit-transition: visibility .3s ease, opacity .3s ease-in-out;
  transition: visibility .3s ease, opacity .3s ease-in-out;
}

.ie .affa-team .team-overlay {
  background: url(../images/ie-bg-team-overlay.png) repeat top left;
}

.affa-team:hover .team-overlay {
  visibility: visible;
  opacity: 1;
}

.affa-team .team-overlay .team-name p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}

.affa-team .team-overlay .team-name h4 {
  color: #3498db;
  font-weight: 700;
  margin: 0px;
}

.affa-team .team-overlay .team-txt {
  font-size: 16px;
  margin: 40px 0px 0px;
}

.affa-team .team-overlay .team-socials {
  overflow: hidden;
  font-size: 18px;
  line-height: 1;
  margin-top: 40px;
}

.affa-team .team-overlay .team-socials a {
  float: left;
  color: #707070;
  margin: 0px 25px 20px 0px;
}

.affa-team .team-overlay .team-socials a:hover {
  color: #3498db;
}

.affa-tbl-pricing .tbl-prc-col {
  margin-bottom: 40px;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-wrap {
  overflow: hidden;
  background-color: #FFF;
  border-radius: 3px;
}

.bg-color .affa-tbl-pricing .tbl-prc-col .tbl-prc-wrap {
  color: #777;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading {
  text-align: center;
  padding: 30px 30px 40px;
  box-shadow: 0px 4px 4px rgba(217,217,217,.3);
}

.ie .affa-tbl-pricing .tbl-prc-col .tbl-prc-heading {
  border-bottom: 2px solid #f4f4f4;
}

.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading {
  color: #FFF;
  background-color: #3498db;
}

.ie .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading {
  border-color: #3498db;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h4 {
  color: #a9a9a9;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 0px;
}

.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading h4 {
  color: rgba(255,255,255,.8);
}

.ie .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading h4 {
  color: #FFF;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h5 {
  font-family: 'Lato', sans-serif;
  color: #3498db;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
  white-space: nowrap;
  margin-top: 20px;
}

.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading h5 {
  color: #FFF;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h5 sup {
  top: -1em;
  font-size: .389em;
  font-weight: 400;
  letter-spacing: 0px;
  margin-right: 8px;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h5 sub {
  bottom: 0px;
  font-size: .25em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-left: 10px;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading p {
  color: #a9a9a9;
  line-height: 24px;
  margin: 15px 0px 0px;
}

.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading p {
  color: rgba(255,255,255,.7);
}

.ie .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading p {
  color: #FFF;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-list {
  font-size: 16px;
  padding: 18px 30px;
  margin: 0px;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-list li {
  list-style-type: none;
  padding: 12px 0px;
}

.affa-tbl-pricing .tbl-prc-col .tbl-prc-footer {
  text-align: center;
  padding: 10px 30px 40px;
}

.affa-tbl-process {
  margin-bottom: 20px;
}

.affa-tbl-process .tbl-process-txt {
  overflow: hidden;
  font-family: Raleway, Arial, sans-serif;
  color: #3498db;
  font-size: 18px;
  font-weight: 700;
}

.bg-color .affa-tbl-process .tbl-process-txt {
  color: #FFF;
}

.affa-tbl-process .tbl-process-txt h4 {
  float: left;
  color: #3498db;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bg-color .affa-tbl-process .tbl-process-txt h4 {
  color: #FFF;
}

.affa-tbl-process .tbl-process-txt p {
  float: right;
  margin-bottom: 10px;
}

.affa-tbl-process .tbl-process-bar {
  overflow: hidden;
  position: relative;
  height: 30px;
  font-size: 0px;
  text-indent: -99999;
  background-color: #e0e0e0;
  border-radius: 3px;
}

.affa-tbl-process .tbl-process-bar p {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #3498db;
  margin: 0px;
  border-radius: 3px;
}

.bg-color .affa-tbl-process .tbl-process-bar p {
  background-color: #34495e;
}

.bg-dark .affa-tbl-process .tbl-process-bar p, .bg-img .affa-tbl-process .tbl-process-bar p, .bg-parallax .affa-tbl-process .tbl-process-bar p {
  background-color: #3498db;
}

.affa-tbl-process.tbl-process-recommended .tbl-process-bar p {
  background-color: #e74c3c;
}

.affa-form-contact {
  position: relative;
  margin: 0px auto;
}

.affa-form-contact .submit-status {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  background-color: rgba(255,255,255,.5);
  z-index: 400;
}

.ie .affa-form-contact .submit-status {
  background: url(../images/ie-bg-submit-status.png) repeat top left;
}

.affa-form-contact .submit-status .submit-status-text {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  padding: 0px 15px;
  margin-top: -25px;
}

.affa-form-contact .submit-status span {
  display: inline-block;
  text-align: left;
  background-color: #FFF;
  padding: 14px 15px;
  border: 1px solid #FFF;
  border-radius: 3px;
}

.affa-form-contact .submit-status span.error {
  color: #d86c6c;
  background-color: #f6caca;
  border-color: #e9b8b8;
}

.affa-form-contact .submit-status span.success {
  color: #529552;
  background-color: #b9edb9;
  border-color: #a5dda5;
}

.affa-form-contact .submit-status span .fa {
  margin-right: 5px;
}

.affa-form-contact input[type="text"], .affa-form-contact input[type="email"], .affa-form-contact textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.affa-form-contact textarea {
  height: 140px;
}

.affa-form-contact input[type="text"].error, .affa-form-contact input[type="email"].error, .affa-form-contact textarea.error {
  background-color: #ffebeb;
}

.affa-form-contact .form-contact-submit {
  text-align: right;
  padding-top: 10px;
}

.affa-contact-info {
  position: relative;
  min-height: 60px;
  padding-left: 90px;
  margin-bottom: 40px;
}

.affa-contact-info img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
}

.affa-contact-info h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.affa-contact-info p {
  margin: 0px;
}

.affa-map-frame {
  height: 440px;
  background-color: #f0f0f0;
}



/* ========================= Footer ========================= */

#footer {
  color: #c0c0c0;
  text-align: center;
  background-color: #34495e;
}

#footer a {
  color: #FFF;
}

#footer a:hover {
  color: #a9a9a9;
}

#footer .footer-logo {
  padding-top: 50px;
}

#footer .footer-socials {
  padding: 20px 0px 40px;
}

#footer .footer-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
  background-color: #3498db;
  margin: 10px;
  border-radius: 3px;
}

#footer .footer-socials a:hover {
  color: #FFF;
  background-color: #2a8ed0;
}

#footer .footer-copyright {
  font-size: 14px;
  line-height: 24px;
  background-color: #2c3e50;
  padding: 25px 0px;
}

#footer .footer-copyright p {
  margin-bottom: 0px;
}

#footer .footer-copyright a {
  font-weight: 700;
}
.copyright-text { font-size:14px; margin-bottom:0px;}


/* ========================= Customize ========================= */

#customize {
  position: fixed;
  top: 80px;
  left: -150px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  z-index: 8000;
  -webkit-transition: top .2s ease, left .3s ease;
  transition: top .2s ease, left .3s ease;
}

#customize.in {
  left: 0px;
}

#customize.affix {
  top: 70px;
}

#customize .popup-open {
  position: absolute;
  top: 0px;
  right: -48px;
  width: 48px;
  height: 48px;
  color: #909090;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  background-color: rgba(16,16,16,.8);
  border-radius: 0px 4px 4px 0px;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

.ie #customize .popup-open {
  background-color: #101010;
}

#customize .popup-open:hover {
  color: #FFF;
  background-color: #101010;
  cursor: pointer;
}

#customize .wrap-customize {
  width: 150px;
  color: #7a7a7a;
  background-color: rgba(16,16,16,.8);
  padding: 10px 15px;
  border-radius: 0px 0px 4px 0px;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.ie #customize .wrap-customize, #customize:hover .popup-open, #customize:hover .wrap-customize {
  background-color: #101010;
}

#customize .wrap-customize h5 {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  cursor: default;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #606060;
}

#customize .wrap-customize a, #customize .wrap-customize a:visited {
  color: #7a7a7a;
}

#customize .wrap-customize a:hover {
  color: #FFF;
}

#customize .wrap-customize .customize-panel {
  padding: 10px 0px;
}

#customize .wrap-customize .customize-list-link a {
  display: block;
  margin-bottom: 4px;
}

#customize .wrap-customize .customize-list-link a:last-child {
  margin-bottom: 0px;
}

#customize .wrap-customize .customize-list-link a .fa {
  margin-right: 5px;
}

#customize .customize-list-color {
  overflow: hidden;
  margin: -3px;
}

#customize .customize-list-color a {
  float: left;
  width: 36px;
  height: 36px;
  margin: 3px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#customize .customize-list-color a:hover {
  opacity: 0.8;
}

.user-info {
  width: 73px;
  padding: 0px 2px;
  text-align: center;
  border-right: #000 2px solid;
  border-left: #000 2px solid;
  height: 64px;
  margin: 0px auto;
}

.user-info img {
  max-width: 100%;
  width: 100%;
  padding-top: 2px;
  height: 100%;
  padding-bottom: 2px;
}

.images-btn-left img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #f6b386;
}

.top-header-right {
  width: 47%;
  text-align:center;
}

/*.btn-col {
  float: right;
  margin-top: 14px;
  width: 100%;
}*/
.btn-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}
.btn-col a {
    margin-left: auto;
}
.btn-col a img {
    max-width: 36px;
}
.btn-col span.recieverName {
    top: 0 !important;
    width: 80%;
    text-align: center;
}

.toggle-btn {
  display: none;
}

.btn-col .btn {
  display: inline-block;
  padding: 8px 10px;
}

.btn-col .btn-warning {
  color: #000 !important;
  font-weight: bold;
  background-color: #c285a3;
  border-color: #a7577d;
}

.toggle-btn .navbar-toggle:hover {
  background: transparent;
  border-color: transparent;
}

.toggle-btn .navbar-toggle {
  display: block;
}

.toggle-btn .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.toggle-btn .navbar-toggle {
  padding: 7px 7px 0px 7px;
  margin-top: 10px;
  margin-right: 0px;
}

.toggle-btn .navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
}

.btn-top-col {
  text-align: center;
  padding-top: 10px;
}

.btn-top-col.ng-scope {
  padding-top: 5px;
  padding-bottom: 8px;
}

.message-footer .row {
  margin-right: 15px;
  margin-left: 15px;
}

.location .row {
  margin-right: 0px;
  margin-left: 0px;
}
/* =========edit page==== */
table.edit-page {
  width: 100%;
}

tr.edit-head {
  height: 40px;
  font-size: 15px;
}

tr.edit-head > td {
  padding-right: 10px;
  padding-bottom: 15px;
  color: #171717;
}

td.title-name {
  font-weight: bold;
  font-size: 15px;
  color: #1b1b1b;
  width: 14%;
}

.text-box.single-line {
  background-color: #fff;
  color: #171717;
}

.reciever {
  background-color: #c0c0c0;
  border-top: 1px solid #000;
  border-right: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 1px solid #000;
}

.reciever-text {
  border-right: 3px solid #000;
  padding-right: 18px !important;
  color: #000;
  width: 55%;
}

.reciever {
  display: none;
}
/* =========edit page==== */
.weaythersky.ng-binding {
  padding-left: 43px;
}

.row.reciever-view.toprow {
  position: relative;
}

.col-md-9.col-lg-9.col-xs-9.sender-massage {
  padding-left: 0px;
  position: absolute;
  top: 0px;
  z-index: 99;
    /* left: 37%; */
  width: 100%;
  padding-right: 5px;
  text-align: center;
}

.col-lg-5.col-md-5.col-sm-6.col-xs-6.now-in {
  padding: 0px;
}

.nowin {
  font-size: 11px;
}



.auto-replace label {
    display: block;
    font-weight: 300;
    font-size: 14px;
}
input#txtFavouriteText {
    width: 100%;
    height: auto;
}
span#spDefault {
    font-size: 13px;
}

.upload-button .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-button .btn {
    border: 1px solid #5b9bd5;
    background-color: #5b9bd5;
    padding: 8px 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 300;
}

.upload-button .upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

legend.contact-title {
    padding-bottom: 15px;
    font-size: 20px;
}

.textInput {
    width: 100%;
    max-width: 100%;
}
.address-details address {
    margin-bottom: 15px;
    font-style: normal;
    line-height: 25px;
    font-size: 14px;
}

label.col-sm-3.control-label {
    font-weight: 500;
}

form.form-horizontal input[type="text"], select, textarea {
    font-size: 16px;
    font-weight:400;
    resize: none;
    height: auto;
    padding: 6px 10px;
    color: #000;
    border: #e8e8e8 1px solid;
    border-radius: 0px;
	text-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.edit-page-content .form-group textarea.expanding {
    height:71px !important;
}
.accordion-content {
    padding-bottom: 20px;
}

    .faqHeader {
        font-size: 24px;
        margin: 20px 0px 20px 0px;
    }
.more-less {
    float: right;
    color: #212121;
    top: 7px;
}
	
	.accordion-toggle:hover {
      text-decoration: none;
    }
	
.accordion-content .panel-heading {
    padding: 5px 15px;
}

.accordion-content .panel {
    margin-bottom: 20px;
}
a.accordion-toggle {
    font-weight: 600;
    font-size: 15px;
}

.table-custom .table > thead > tr > th, .table-custom .table > tbody > tr > td { text-align: center;
    vertical-align: middle; }

.table-custom .table > tbody + tbody {
    border-top: 0px solid #ddd;
}
.top-table-header {
    background: #71a0bf;
    color: #fff;
}

.table-custom .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}
a.send-btn, a.edit-btn {
    background-color: #4a95db;
    color: #fff;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 20px;
}

.edit-page-content .table > tbody > tr > td { border-top: 0px solid #ddd; }

.file-upload {
  display:inherit;
  text-align: center;
  font-size: 14px;
}

.file-upload .file-select {
  display: block;
  border:2px solid #3498db;
  color: #34495e;
  cursor: pointer;
  line-height:35px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #3498db;
  padding: 0 10px;
  display: inline-block;
  /*height: 40px;
  line-height: 40px;*/
  font-weight:400;
  color:#fff;
}

.file-upload .file-select .file-select-name {
  line-height:35px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #34495e;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.text-danger {
    font-size: 13px;
}

.about-subtitle {
	font-size: 20px;
    font-weight: 600;
    margin-bottom:5px;	
	
}


span.area.ng-binding {
    font-size: 12px;
    font-weight: 500;
}

/* ========================= Media Queries ========================= */


@media (min-width: 1440px) and (max-width: 1679px) {

  #header .header-txt-left, #header .header-txt-right {
    padding-top: 16%;
  }

  #header .header-txt-center {
    padding-top: 20%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 13%;
  }

  #header .slider-pro .header-txt-center {
    padding-top: 17%;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {

  #header .header-txt-left, #header .header-txt-right {
    padding-top: 14%;
  }

  #header .header-txt-center {
    padding-top: 18%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 11%;
  }

  #header .slider-pro .header-txt-center {
    padding-top: 15%;
  }
}

@media (max-width: 1400px) {

  #header .sp-horizontal .sp-previous-arrow, .carousel-slider.affa-portfolios-slider2 .slick-prev {
    left: 25px;
  }

  #header .sp-horizontal .sp-next-arrow, .carousel-slider.affa-portfolios-slider2 .slick-next {
    right: 25px;
  }
}

@media (max-width: 1340px) {

  #header .sp-horizontal .sp-previous-arrow, .carousel-slider.affa-portfolios-slider2 .slick-prev {
    left: 15px;
  }

  #header .sp-horizontal .sp-next-arrow, .carousel-slider.affa-portfolios-slider2 .slick-next {
    right: 15px;
  }
}

@media (min-width: 1200px) {

  .padding-top0-lg {
    padding-top: 0px !important;
  }

  .padding-right0-lg {
    padding-right: 0px !important;
  }

  .padding-bottom0-lg {
    padding-bottom: 0px !important;
  }

  .padding-left0-lg {
    padding-left: 0px !important;
  }

  .padding-top10-lg {
    padding-top: 10px !important;
  }

  .padding-top20-lg {
    padding-top: 20px !important;
  }

  .padding-top30-lg {
    padding-top: 30px !important;
  }

  .padding-top40-lg {
    padding-top: 40px !important;
  }

  .padding-top50-lg {
    padding-top: 50px !important;
  }

  .padding-top60-lg {
    padding-top: 60px !important;
  }

  .padding-top70-lg {
    padding-top: 70px !important;
  }

  .padding-top80-lg {
    padding-top: 80px !important;
  }

  .padding-top90-lg {
    padding-top: 90px !important;
  }

  .padding-top100-lg {
    padding-top: 100px !important;
  }

  .padding-top110-lg {
    padding-top: 110px !important;
  }

  .padding-top120-lg {
    padding-top: 120px !important;
  }

  .padding-bottom10-lg {
    padding-bottom: 10px !important;
  }

  .padding-bottom20-lg {
    padding-bottom: 20px !important;
  }

  .padding-bottom30-lg {
    padding-bottom: 30px !important;
  }

  .padding-bottom40-lg {
    padding-bottom: 40px !important;
  }

  .padding-bottom50-lg {
    padding-bottom: 50px !important;
  }

  .padding-bottom60-lg {
    padding-bottom: 60px !important;
  }

  .padding-bottom70-lg {
    padding-bottom: 70px !important;
  }

  .padding-bottom80-lg {
    padding-bottom: 80px !important;
  }

  .padding-bottom90-lg {
    padding-bottom: 90px !important;
  }

  .padding-bottom100-lg {
    padding-bottom: 100px !important;
  }

  .padding-bottom110-lg {
    padding-bottom: 110px !important;
  }

  .padding-bottom120-lg {
    padding-bottom: 120px !important;
  }

  .margin-top0-lg {
    margin-top: 0px !important;
  }

  .margin-right0-lg {
    margin-right: 0px !important;
  }

  .margin-bottom0-lg {
    margin-bottom: 0px !important;
  }

  .margin-left0-lg {
    margin-left: 0px !important;
  }

  .margin-top10-lg {
    margin-top: 10px !important;
  }

  .margin-top20-lg {
    margin-top: 20px !important;
  }

  .margin-top30-lg {
    margin-top: 30px !important;
  }

  .margin-top40-lg {
    margin-top: 40px !important;
  }

  .margin-top50-lg {
    margin-top: 50px !important;
  }

  .margin-top60-lg {
    margin-top: 60px !important;
  }

  .margin-top70-lg {
    margin-top: 70px !important;
  }

  .margin-top80-lg {
    margin-top: 80px !important;
  }

  .margin-top90-lg {
    margin-top: 90px !important;
  }

  .margin-top100-lg {
    margin-top: 100px !important;
  }

  .margin-top110-lg {
    margin-top: 110px !important;
  }

  .margin-top120-lg {
    margin-top: 120px !important;
  }

  .margin-bottom10-lg {
    margin-bottom: 10px !important;
  }

  .margin-bottom20-lg {
    margin-bottom: 20px !important;
  }

  .margin-bottom30-lg {
    margin-bottom: 30px !important;
  }

  .margin-bottom40-lg {
    margin-bottom: 40px !important;
  }

  .margin-bottom50-lg {
    margin-bottom: 50px !important;
  }

  .margin-bottom60-lg {
    margin-bottom: 60px !important;
  }

  .margin-bottom70-lg {
    margin-bottom: 70px !important;
  }

  .margin-bottom80-lg {
    margin-bottom: 80px !important;
  }

  .margin-bottom90-lg {
    margin-bottom: 90px !important;
  }

  .margin-bottom100-lg {
    margin-bottom: 100px !important;
  }

  .margin-bottom110-lg {
    margin-bottom: 110px !important;
  }

  .margin-bottom120-lg {
    margin-bottom: 120px !important;
  }

  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .user-info .user-img {
    padding: 0px 10px;
  }

  .form-data .images-profile img {
    width: 100%;
  }

  .padding-top0-md {
    padding-top: 0px !important;
  }

  .padding-right0-md {
    padding-right: 0px !important;
  }

  .padding-bottom0-md {
    padding-bottom: 0px !important;
  }

  .padding-left0-md {
    padding-left: 0px !important;
  }

  .padding-top10-md {
    padding-top: 10px !important;
  }

  .padding-top20-md {
    padding-top: 20px !important;
  }

  .padding-top30-md {
    padding-top: 30px !important;
  }

  .padding-top40-md {
    padding-top: 40px !important;
  }

  .padding-top50-md {
    padding-top: 50px !important;
  }

  .padding-top60-md {
    padding-top: 60px !important;
  }

  .padding-top70-md {
    padding-top: 70px !important;
  }

  .padding-top80-md {
    padding-top: 80px !important;
  }

  .padding-top90-md {
    padding-top: 90px !important;
  }

  .padding-top100-md {
    padding-top: 100px !important;
  }

  .padding-top110-md {
    padding-top: 110px !important;
  }

  .padding-top120-md {
    padding-top: 120px !important;
  }

  .padding-bottom10-md {
    padding-bottom: 10px !important;
  }

  .padding-bottom20-md {
    padding-bottom: 20px !important;
  }

  .padding-bottom30-md {
    padding-bottom: 30px !important;
  }

  .padding-bottom40-md {
    padding-bottom: 40px !important;
  }

  .padding-bottom50-md {
    padding-bottom: 50px !important;
  }

  .padding-bottom60-md {
    padding-bottom: 60px !important;
  }

  .padding-bottom70-md {
    padding-bottom: 70px !important;
  }

  .padding-bottom80-md {
    padding-bottom: 80px !important;
  }

  .padding-bottom90-md {
    padding-bottom: 90px !important;
  }

  .padding-bottom100-md {
    padding-bottom: 100px !important;
  }

  .padding-bottom110-md {
    padding-bottom: 110px !important;
  }

  .padding-bottom120-md {
    padding-bottom: 120px !important;
  }

  .margin-top0-md {
    margin-top: 0px !important;
  }

  .margin-right0-md {
    margin-right: 0px !important;
  }

  .margin-bottom0-md {
    margin-bottom: 0px !important;
  }

  .margin-left0-md {
    margin-left: 0px !important;
  }

  .margin-top10-md {
    margin-top: 10px !important;
  }

  .margin-top20-md {
    margin-top: 20px !important;
  }

  .margin-top30-md {
    margin-top: 30px !important;
  }

  .margin-top40-md {
    margin-top: 40px !important;
  }

  .margin-top50-md {
    margin-top: 50px !important;
  }

  .margin-top60-md {
    margin-top: 60px !important;
  }

  .margin-top70-md {
    margin-top: 70px !important;
  }

  .margin-top80-md {
    margin-top: 80px !important;
  }

  .margin-top90-md {
    margin-top: 90px !important;
  }

  .margin-top100-md {
    margin-top: 100px !important;
  }

  .margin-top110-md {
    margin-top: 110px !important;
  }

  .margin-top120-md {
    margin-top: 120px !important;
  }

  .margin-bottom10-md {
    margin-bottom: 10px !important;
  }

  .margin-bottom20-md {
    margin-bottom: 20px !important;
  }

  .margin-bottom30-md {
    margin-bottom: 30px !important;
  }

  .margin-bottom40-md {
    margin-bottom: 40px !important;
  }

  .margin-bottom50-md {
    margin-bottom: 50px !important;
  }

  .margin-bottom60-md {
    margin-bottom: 60px !important;
  }

  .margin-bottom70-md {
    margin-bottom: 70px !important;
  }

  .margin-bottom80-md {
    margin-bottom: 80px !important;
  }

  .margin-bottom90-md {
    margin-bottom: 90px !important;
  }

  .margin-bottom100-md {
    margin-bottom: 100px !important;
  }

  .margin-bottom110-md {
    margin-bottom: 110px !important;
  }

  .margin-bottom120-md {
    margin-bottom: 120px !important;
  }

  .text-wrap40 {
    padding-top: 0px;
  }

  .text-wrap60, .text-wrap80 {
    padding-top: 20px;
  }

  .text-wrap100, .text-wrap120 {
    padding-top: 40px;
  }

  .row-custom .col-left, .row-custom .col-right {
    width: 35%;
  }

  .row-custom .col-center {
    width: 30%;
    padding-top: 10%;
  }

  .text-center-md {
    text-align: center;
  }

  .text-padding {
    padding: 0px 140px;
  }

  .post-heading-center {
    padding: 0px 60px;
  }

  .post-heading-left h2, .post-heading-center h2 {
    font-size: 38px;
    line-height: 48px;
  }

  #header .nav > li {
    padding-right: 5px;
    padding-left: 5px;
  }

  #header .nav > li > a {
    font-size: 11px;
    font-weight: 500;
  }

  .navbar-brand {
    font-size: 14px;
  }

  #header .nav > li.menu-btn > a {
    padding-right: 16px;
    padding-left: 16px;
  }

  #header .header-txt-left {
    padding: 13% 35% 0px 0px;
  }

  #header .header-txt-right {
    padding: 13% 0px 0px 35%;
  }

  #header .header-txt-center {
    padding-top: 18%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 10%;
  }

  #header .slider-pro .header-txt-center {
    padding-top: 15%;
  }

  #header .header-txt-left h1, #header .header-txt-center h1, #header .header-txt-right h1 {
    font-size: 48px;
    line-height: 64px;
  }

  #header .header-txt-center h2 {
    font-size: 34px;
    line-height: 42px;
    padding: 5px 13px 3px;
  }

  #header .sub-header {
    font-size: 18px;
    line-height: 28px;
  }

  #header .sub-header .entry-title {
    font-size: 38px;
    line-height: 48px;
  }

  .affa-portfolios-slider2 .slide-txt {
    padding-top: 60px;
  }

  .affa-portfolios-slider2 .slide-txt h1 {
    top: 40px;
  }

  .affa-portfolios-slider2 .slide-txt h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .affa-testimonials-carousel {
    padding-top: 50px;
    padding-right: 420px;
  }

  .affa-counter2 {
    height: 220px;
    padding: 45px 25px 0px;
  }

  .affa-team .team-overlay {
    padding: 25px;
  }

  .affa-tbl-pricing .tbl-prc-col .tbl-prc-heading, .affa-tbl-pricing .tbl-prc-col .tbl-prc-list, .affa-tbl-pricing .tbl-prc-col .tbl-prc-footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .ipad_images {
    padding: 0px;
  }

  .user-info .user-main-panel {
    line-height: 65px;
  }

  .message-header .paring {
    line-height: 66px;
  }

  #header {
    margin-bottom: 15px;
  }

  .message-footer .location {
    font-size: 10px;
  }
    /*26-10-2017*/
  td.title-name {
    width: 22%;
  }

  .col-md-offset-2.col-md-10 {
    margin-left: 24%;
  }
    .col-md-offset-2.col-md-10.login-btn-ipad { margin-left:16.2%;}

  .user-info {
    height: 66px;
  }
    /*26-10-2017*/;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-header-right {
        width: 44%;
    }
  .user-info .user-main-panel {
    line-height: 65px;
  }

  .message-header .paring {
    line-height: 66px;
  }

  .user-info .user-img {
    padding: 0px 10px;
  }

  .padding-top0-sm {
    padding-top: 0px !important;
  }

  .padding-right0-sm {
    padding-right: 0px !important;
  }

  .padding-bottom0-sm {
    padding-bottom: 0px !important;
  }

  .padding-left0-sm {
    padding-left: 0px !important;
  }

  .padding-top10-sm {
    padding-top: 10px !important;
  }

  .padding-top20-sm {
    padding-top: 20px !important;
  }

  .padding-top30-sm {
    padding-top: 30px !important;
  }

  .padding-top40-sm {
    padding-top: 40px !important;
  }

  .padding-top50-sm {
    padding-top: 50px !important;
  }

  .padding-top60-sm {
    padding-top: 60px !important;
  }

  .padding-top70-sm {
    padding-top: 70px !important;
  }

  .padding-top80-sm {
    padding-top: 80px !important;
  }

  .padding-top90-sm {
    padding-top: 90px !important;
  }

  .padding-top100-sm {
    padding-top: 100px !important;
  }

  .padding-top110-sm {
    padding-top: 110px !important;
  }

  .padding-top120-sm {
    padding-top: 120px !important;
  }

  .padding-bottom10-sm {
    padding-bottom: 10px !important;
  }

  .padding-bottom20-sm {
    padding-bottom: 20px !important;
  }

  .padding-bottom30-sm {
    padding-bottom: 30px !important;
  }

  .padding-bottom40-sm {
    padding-bottom: 40px !important;
  }

  .padding-bottom50-sm {
    padding-bottom: 50px !important;
  }

  .padding-bottom60-sm {
    padding-bottom: 60px !important;
  }

  .padding-bottom70-sm {
    padding-bottom: 70px !important;
  }

  .padding-bottom80-sm {
    padding-bottom: 80px !important;
  }

  .padding-bottom90-sm {
    padding-bottom: 90px !important;
  }

  .padding-bottom100-sm {
    padding-bottom: 100px !important;
  }

  .padding-bottom110-sm {
    padding-bottom: 110px !important;
  }

  .padding-bottom120-sm {
    padding-bottom: 120px !important;
  }

  .margin-top0-sm {
    margin-top: 0px !important;
  }

  .margin-right0-sm {
    margin-right: 0px !important;
  }

  .margin-bottom0-sm {
    margin-bottom: 0px !important;
  }

  .margin-left0-sm {
    margin-left: 0px !important;
  }

  .margin-top10-sm {
    margin-top: 10px !important;
  }

  .margin-top20-sm {
    margin-top: 20px !important;
  }

  .margin-top30-sm {
    margin-top: 30px !important;
  }

  .margin-top40-sm {
    margin-top: 40px !important;
  }

  .margin-top50-sm {
    margin-top: 50px !important;
  }

  .margin-top60-sm {
    margin-top: 60px !important;
  }

  .margin-top70-sm {
    margin-top: 70px !important;
  }

  .margin-top80-sm {
    margin-top: 80px !important;
  }

  .margin-top90-sm {
    margin-top: 90px !important;
  }

  .margin-top100-sm {
    margin-top: 100px !important;
  }

  .margin-top110-sm {
    margin-top: 110px !important;
  }

  .margin-top120-sm {
    margin-top: 120px !important;
  }

  .margin-bottom10-sm {
    margin-bottom: 10px !important;
  }

  .margin-bottom20-sm {
    margin-bottom: 20px !important;
  }

  .margin-bottom30-sm {
    margin-bottom: 30px !important;
  }

  .margin-bottom40-sm {
    margin-bottom: 40px !important;
  }

  .margin-bottom50-sm {
    margin-bottom: 50px !important;
  }

  .margin-bottom60-sm {
    margin-bottom: 60px !important;
  }

  .margin-bottom70-sm {
    margin-bottom: 70px !important;
  }

  .margin-bottom80-sm {
    margin-bottom: 80px !important;
  }

  .margin-bottom90-sm {
    margin-bottom: 90px !important;
  }

  .margin-bottom100-sm {
    margin-bottom: 100px !important;
  }

  .margin-bottom110-sm {
    margin-bottom: 110px !important;
  }

  .margin-bottom120-sm {
    margin-bottom: 120px !important;
  }

  .text-wrap20, .text-wrap40, .text-wrap60, .text-wrap80, .text-wrap100, .text-wrap120 {
    padding-top: 0px;
  }

  .row-custom .col-center {
    padding-top: 30%;
  }

  .row-custom .col-center figure img {
    max-width: 140px;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-padding, .post-heading-center {
    padding: 0px;
  }

  .post-heading-center {
    margin-bottom: 40px;
  }

  .post-heading-left h2, .post-heading-center h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .row-custom .col-center .post-heading-center h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .post-heading-center p {
    margin-top: 20px;
  }

  #header .nav > li {
    padding-right:0px;
    padding-left: 0px;
	border-bottom: #505050 1px solid;
  }

  #header .nav > li.menu-btn > a {
    padding-right: 12px;
    padding-left: 12px;
  }

  #header .header-txt-left {
    padding: 12% 28% 0px 0px;
  }

  #header .header-txt-right {
    padding: 12% 0px 0px 28%;
  }

  #header .header-txt-center {
    padding-top: 18%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 9%;
  }

  #header .slider-pro .header-txt-center {
    padding-top: 15%;
  }

  #header .header-txt-left h1, #header .header-txt-center h1, #header .header-txt-right h1 {
    font-size: 42px;
    line-height: 56px;
  }

  #header .header-txt-left p, #header .header-txt-right p {
    font-size: 18px;
    line-height: 30px;
  }

  #header .header-txt-center h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 4px 11px 2px;
  }

  #header .sub-header {
    font-size: 16px;
    line-height: 26px;
  }

  #header .sub-header .entry-title {
    font-size: 34px;
    line-height: 44px;
  }

  .row-custom .affa-feature-icon-left, .row-custom .affa-feature-icon-right {
    min-height: 0px;
    text-align: center;
    padding: 0px;
  }

  .row-custom .affa-feature-icon-left .fa, .row-custom .affa-feature-icon-right .fa {
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    margin-bottom: 15px;
  }

  .row-custom .affa-feature-icon-left h4, .row-custom .affa-feature-icon-right h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .row-custom .affa-feature-icon-left p, .row-custom .affa-feature-icon-right p {
    margin: 10px 0px 0px;
  }

  .affa-portfolios-slider2 .slide-txt {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
  }

  .affa-portfolios-slider2 .slide-txt h1 {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 20px;
  }

  .affa-portfolios-slider2 .slide-txt h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .affa-testimonial {
    font-size: 16px;
    line-height: 26px;
  }

  .affa-testimonial h4 {
    margin-bottom: 30px;
  }

  .affa-testimonial .testimonial-name {
    font-size: 15px;
    line-height: 24px;
  }

  .affa-testimonials-carousel-wrap {
    min-height: 435px;
  }

  .affa-testimonials-carousel-wrap .affa-testimonials-img {
    width: 300px;
  }

  .affa-testimonials-carousel {
    padding: 0px 320px 80px 0px;
  }

  .affa-counter2 {
    height: 200px;
    padding: 45px 20px 0px;
  }

  .affa-counter2 h4 {
    font-size: 44px;
  }

  .affa-counter2 p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0px 0px;
  }

  .affa-team .team-overlay {
    padding: 20px;
  }

  .affa-team .team-overlay .team-name h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .affa-team .team-overlay .team-txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .affa-team .team-overlay .team-socials {
    margin-top: 20px;
  }

  .affa-tbl-pricing .tbl-prc-col .tbl-prc-heading, .affa-tbl-pricing .tbl-prc-col .tbl-prc-list, .affa-tbl-pricing .tbl-prc-col .tbl-prc-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h5 {
    font-size: 64px;
  }

  .ipad_images {
    padding: 0px;
  }

  #header {
    margin-bottom: 10px;
  }
    /*26-10-2017*/
  td.title-name {
    width: 22%;
  }

  .col-md-offset-2.col-md-10 {
    margin-left: 24%;
  }
  .col-md-offset-2.col-md-10.login-btn-ipad { margin-left:16.2%;}

  .user-info {
    height: 66px;
  }
    /*26-10-2017*/
  .btn-col {
    float: left;
    width: 100%;
    text-align: center;
  }

  .toggle-btn {
    display: none;
  }

  .toggle-btn .navbar-toggle {
    padding: 10px 10px 0px 10px;
  }

  .toggle-btn .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
  }
}

@media (max-width: 991px) {
  #header {
    position: relative;
    background-color: transparent;
    min-height:0px;
	margin-bottom:15px;
  }
#header .navbar {
    padding: 0px 0px;
}

  #header .container {
    width: 100%;
  }

  #header .navbar > .container .navbar-brand {
    margin: 15px 0 0 10px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 0;
    height: auto !important;
  }

  .navbar-nav > li {
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
	float:left;
  }

/*  .body-content {
    box-shadow: 0px 0px 5px #88888808;
  }
*/  

#header .nav > li {
   	border-bottom: #505050 1px solid;
  }
  
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.collapse.in {
  display: block !important;
}

.navbar-toggle {
  background-color:#eac554;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #eac554;
}


}

@media (max-width: 767px) {
.btn-col span.recieverName {
    font-size:16px !important;
    width: 80%;
    text-align: center;
}
.btn-col a img {
    max-width: 24px;
}
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #2a8ed0;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #2a8ed0;
    background: #2a8ed0;
  }

  body {
    padding-top: 24px;
  }

  .body-content h2.page-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    text-align: center;
  }

  #header .navbar-brand {
    padding-left: 15px;
    line-height: 30px;
    margin-top: 0px !important;
  }

  #header .nav {
    float: left;
    width: 100%;
    margin-left: 0;
    height: auto;
    padding: 0px;
    margin-top: 5px;
  }

  #header .nav li {
    width: 100%;
    display: inline-table;
    padding: 5px 0px;
  }

  .navbar-header {
    padding: 8px 0px;
  }

  #header .navbar {
    padding: 0px;
  }

  .navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .padding-top0-xs {
    padding-top: 0px !important;
  }

  .padding-right0-xs {
    padding-right: 0px !important;
  }

  .padding-bottom0-xs {
    padding-bottom: 0px !important;
  }

  .padding-left0-xs {
    padding-left: 0px !important;
  }

  .padding-top10-xs {
    padding-top: 10px !important;
  }

  .padding-top20-xs {
    padding-top: 20px !important;
  }

  .padding-top30-xs {
    padding-top: 30px !important;
  }

  .padding-top40-xs {
    padding-top: 40px !important;
  }

  .padding-top50-xs {
    padding-top: 50px !important;
  }

  .padding-top60-xs {
    padding-top: 60px !important;
  }

  .padding-top70-xs {
    padding-top: 70px !important;
  }

  .padding-top80-xs {
    padding-top: 80px !important;
  }

  .padding-top90-xs {
    padding-top: 90px !important;
  }

  .padding-top100-xs {
    padding-top: 100px !important;
  }

  .padding-top110-xs {
    padding-top: 110px !important;
  }

  .padding-top120-xs {
    padding-top: 120px !important;
  }

  .padding-bottom10-xs {
    padding-bottom: 10px !important;
  }

  .padding-bottom20-xs {
    padding-bottom: 20px !important;
  }

  .padding-bottom30-xs {
    padding-bottom: 30px !important;
  }

  .padding-bottom40-xs {
    padding-bottom: 40px !important;
  }

  .padding-bottom50-xs {
    padding-bottom: 50px !important;
  }

  .padding-bottom60-xs {
    padding-bottom: 60px !important;
  }

  .padding-bottom70-xs {
    padding-bottom: 70px !important;
  }

  .padding-bottom80-xs {
    padding-bottom: 80px !important;
  }

  .padding-bottom90-xs {
    padding-bottom: 90px !important;
  }

  .padding-bottom100-xs {
    padding-bottom: 100px !important;
  }

  .padding-bottom110-xs {
    padding-bottom: 110px !important;
  }

  .padding-bottom120-xs {
    padding-bottom: 120px !important;
  }

  .margin-top0-xs {
    margin-top: 0px !important;
  }

  .margin-right0-xs {
    margin-right: 0px !important;
  }

  .margin-bottom0-xs {
    margin-bottom: 0px !important;
  }

  .margin-left0-xs {
    margin-left: 0px !important;
  }

  .margin-top10-xs {
    margin-top: 10px !important;
  }

  .margin-top20-xs {
    margin-top: 20px !important;
  }

  .margin-top30-xs {
    margin-top: 30px !important;
  }

  .margin-top40-xs {
    margin-top: 40px !important;
  }

  .margin-top50-xs {
    margin-top: 50px !important;
  }

  .margin-top60-xs {
    margin-top: 60px !important;
  }

  .margin-top70-xs {
    margin-top: 70px !important;
  }

  .margin-top80-xs {
    margin-top: 80px !important;
  }

  .margin-top90-xs {
    margin-top: 90px !important;
  }

  .margin-top100-xs {
    margin-top: 100px !important;
  }

  .margin-top110-xs {
    margin-top: 110px !important;
  }

  .margin-top120-xs {
    margin-top: 120px !important;
  }

  .margin-bottom10-xs {
    margin-bottom: 10px !important;
  }

  .margin-bottom20-xs {
    margin-bottom: 20px !important;
  }

  .margin-bottom30-xs {
    margin-bottom: 30px !important;
  }

  .margin-bottom40-xs {
    margin-bottom: 40px !important;
  }

  .margin-bottom50-xs {
    margin-bottom: 50px !important;
  }

  .margin-bottom60-xs {
    margin-bottom: 60px !important;
  }

  .margin-bottom70-xs {
    margin-bottom: 70px !important;
  }

  .margin-bottom80-xs {
    margin-bottom: 80px !important;
  }

  .margin-bottom90-xs {
    margin-bottom: 90px !important;
  }

  .margin-bottom100-xs {
    margin-bottom: 100px !important;
  }

  .margin-bottom110-xs {
    margin-bottom: 110px !important;
  }

  .margin-bottom120-xs {
    margin-bottom: 120px !important;
  }

  .text-wrap40, .text-wrap60, .text-wrap80, .text-wrap100, .text-wrap120 {
    padding-top: 0px;
  }

  .row-custom .col-left, .row-custom .col-right {
    float: none;
    width: auto;
  }

  .row-custom .col-center {
    float: none;
    width: auto;
    padding-top: 0px;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-padding, .post-heading-center {
    padding: 0px;
  }

  .post-heading-center {
    margin-bottom: 40px;
  }

  .post-heading-left h2, .post-heading-center h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .post-heading-center p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }

    /*#header .navbar { display:none; }*/
  #navigation_mobile {
    display: block;
  }

  #header.header-page, #header .header-overlay {
    padding-top: 0px;
  }

  #header .header-txt-left {
    padding: 16% 25% 0px 0px;
  }

  #header .header-txt-right {
    padding: 16% 0px 0px 25%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 13%;
  }

  #header .header-txt-left h1, #header .header-txt-center h1, #header .header-txt-right h1 {
    font-size: 36px;
    line-height: 48px;
  }

  #header .header-txt-left p, #header .header-txt-right p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
  }

  #header .header-txt-left .btn-section, #header .header-txt-right .btn-section, #header .sp-slide .header-txt-left .sp-layer.sp-layer-3, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3 {
    margin-top: 40px;
  }

  #header .header-txt-left .btn-section .btn-custom, #header .header-txt-right .btn-section .btn-custom, #header .sp-slide .header-txt-left .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3 .btn-custom {
    margin-right: 25px;
  }

  #header .header-txt-center h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 3px 9px 1px;
    margin-top: 20px;
  }

  #header .header-txt-center .btn-section, #header .sp-slide .header-txt-center .sp-layer.sp-layer-3 {
    bottom: 25px;
  }

  #header .sp-slide .header-txt-left .sp-layer.sp-layer-2, #header .sp-slide .header-txt-right .sp-layer.sp-layer-2 {
    margin-top: 25px;
  }

  #header .sp-slide .header-txt-center .sp-layer.sp-layer-2 {
    margin-top: 20px;
  }

  #header .slider-pro .sp-arrow {
    display: none;
  }

  #header .sub-header {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 40px 0px;
  }

  #header .sub-header .entry-title {
    font-size: 32px;
    line-height: 42px;
  }

  #header .sub-header p {
    margin-top: 15px;
  }

  .body-content h2.page-heading {
    padding-left: 30px;
  }

  .affa-feature-icon-left, .affa-feature-icon-right {
    min-height: 0px;
    text-align: center;
    padding: 0px;
  }

  .affa-feature-icon-left .fa, .affa-feature-icon-right .fa {
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 64px;
    margin-bottom: 15px;
  }

  .affa-feature-icon-left h4, .affa-feature-icon-right h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .affa-feature-icon-left p, .affa-feature-icon-right p {
    margin: 10px 0px 0px;
  }

  .carousel-slider.affa-portfolios-slider2 {
    padding-bottom: 60px;
  }

  .affa-portfolios-slider2 .slide-txt {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
  }

  .affa-portfolios-slider2 .slide-txt h1 {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    font-size: 64px;
    margin-bottom: 20px;
  }

  .affa-portfolios-slider2 .slide-txt h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .affa-portfolios-slider2 figure {
    text-align: center;
  }

  .affa-portfolios-slider2 figure img {
    display: inline;
    width: 480px;
  }

  .affa-testimonial {
    text-align: center;
  }

  .affa-testimonials-carousel-wrap {
    min-height: 0px;
  }

  .affa-testimonials-carousel-wrap .affa-testimonials-img {
    position: static;
    top: auto;
    right: auto;
    width: 300px;
    margin: 0px auto;
  }

  .affa-testimonials-carousel {
    padding: 0px 0px 80px;
  }

  .carousel-slider.affa-testimonials-carousel .slick-dots {
    text-align: center;
  }

  .row-counter > div {
    float: left;
    width: 50%;
  }

  .affa-counter2 {
    width: auto;
  }

  .affa-team, .affa-tbl-pricing .tbl-prc-col {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .affa-form-contact .form-contact-submit {
    text-align: center;
  }

  .affa-contact-info {
    min-height: 0px;
    text-align: center;
    padding-left: 0px;
  }

  .affa-contact-info img {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }

  #customize, #customize.affix {
    top: 60px;
  }

  .ipad_images {
    padding: 0px !important;
  }

    /* 	.message-header .paring {
	border-right: #000 0px solid;
	line-height: 45px;
} */


  .message-header .paring {
    display: initial;
    line-height: 40px;
  }

  .user-info {
    width: 60px;
    border: #000 2px solid;
    margin: auto;
    float: left;
    height: auto;
    padding: 2px;
    line-height: 20px;
    border-bottom: transparent;
    border-top: transparent;
  }

  .user-info img {
    max-width: 100%;
    width: 100%;
    max-height: 50px;
    min-height: 50px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .top-header-right {
    width: 41%;
    padding: 0px;
    margin-bottom: 0px;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right {
    margin-left: 0;
  }

  .btn-col .btn-warning {
    color: #000 !important;
    font-weight: bold;
    background-color: #c285a3;
    border-color: #a7577d;
    font-size: 8px;
    padding: 2px 8px;
    margin-left: 6px;
  }

  .btn-col {
    width: 90%;
    float: right;
    padding-right: 0px;
    text-align: right;
  }

  .toggle-btn .navbar-toggle {
    margin-top: 0px;
    margin-right: -7px;
  }

  .toprow .name-user {
    width: 25%;
  }

  .user-info .user-main-panel {
    border-left: #000 0px solid;
  }

  .form-data .images-profile img {
    height: auto;
    padding: 0;
    width: auto;
  }

  .form-data .images-profile {
    background-color: grey !important;
    margin-top: 4px;
    min-height: 137px;
    padding: 0px;
    text-align: center;
  }

  .form-data .images-profile img {
    margin-top: 0px;
    width: 115px;
    max-height: 120px;
  }

  .messages-description .topdate {
    font-size: 8px;
    padding: 5px 3px;
    height: 30px;
  }

  .messages-description .contant-description {
    font-size: 13px !important;
  }

  .message-send-panel .contant-description span {
    padding: 5px 0px 0px 15px;
    line-height: 40px;
  }

  .message-footer-right {
    border-left: solid #fff 0px;
    padding-left: 0px;
    height: 35px;
  }

  .form-data .images-profile {
    padding: 0px;
    max-height: 137px;
    line-height: 137px;
  }

  .container.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    box-shadow: none;
  }

  .clear-bottom-btn .btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
    padding: 10px 18px !important;
  }

  .ipad_images .header-time {
    font-size: 15px;
  }

  .message-header .row {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mobile-padd0 {
    padding: 0px;
  }

  .col-lg-7.col-md-7.col-sm-7.col-xs-8.mobile-padd0 {
    padding: 0px;
    line-height: 15px;
    padding-top: 5px;
  }

  .submit-button-panel button {
    margin-bottom: 10px;
    margin: 3px;
    font-size: 8px;
    padding: 6px 12px;
    border-radius: 5px;
  }

  .messages-description .topdate .numbershow {
    line-height: 20px;
  }
    /*== 26-10-2017 ==*/
  tr.edit-head {
    height: 30px;
    font-size: 13px;
  }

  tr.edit-head > td {
    padding-right: 10px;
    padding-bottom: 5px;
    color: #171717;
    white-space: nowrap;
  }

  td.title-name {
    font-size: 13px;
  }

  .text-box.single-line {
    display: block;
    font-size: 13px;
    height: 35px;
    padding: 10px 8px;
    max-width: 160px;
  }

  .title-name.message {
    vertical-align: top;
    padding-top: 5px;
  }

  .collon {
    vertical-align: top;
    padding-top: 5px;
  }
    /*== 26-10-2017 ==*/
    /*===30-10-2017==*/
  .toggle-btn {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 99;
    width: 100%;
  }

  .reciever {
    display: block;
    padding: 0px;
  }

  .reciever-text {
    width: 58%;
    font-size: 9px;
    padding-left: 3px;
  }

  .col-md-12.col-sm-12.col-lg-12.col-xs-12.toprow {
    padding-left: 0px;
  }

    .toprow .daytime {
        font-size: 9px;
        line-height: 17px;
        width: 42% !important;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        color: #fdfe03;
    }

  .toprow .name-user {
    width: 100% !important;
    line-height: 21px !important;
    font-size: 8px;
    padding-left: 0px;
  }

  .toprow .name-user .name {
    font-size: 9px !important;
    text-align: center !important;
    width: 100%;
    padding: 0px;
  }

  .reciever-view {
    font-size: 9px;
    text-align: left;
  }

  .sender-msg {
    font-size: 8px;
  }

  .col-lg-3.col-md-3.col-xs-3.message-from {
    padding-left: 5px;
    text-align: left;
  }

  .message-from {
    padding: 0px;
  }

  .sender-massage {
    padding: 0px;
  }

  .messages-description {
    min-height: 137px;
  }

  .messages-description textarea {
    font-size: 10px;
    padding: 0px;
    line-height: 14px;
    height: 90px;
    display:block;
  }

  .col-lg-5.col-md-5.col-sm-6.col-xs-6.now-in {
    padding: 0px;
    width: 50%;
    line-height: 12px;
  }

  .message-footer-left {
    height: 35px;
    line-height: 15px;
    padding-top: 5px;
  }

  .message-footer-left .degree {
    font-size: 4px;
    position: relative;
    bottom: 3px;
  }

  .temp.ng-binding .mainTemp {
    bottom: 4px;
    font-size: 5px;
  }

  .message-footer-left .ng-binding {
    font-size: 6px;
  }

  .area.ng-binding {
    padding: 0px;
    font-weight: bold;
    font-size: 8px;
  }

  span.nowin {
    font-size: 8px;
  }

  .weaythersky.ng-binding {
    padding-left: 20px;
    line-height: 15px;
  }

  .submit-button-panel .btn-top-col button {
    color: #000 !important;
    margin: 0px;
    font-size: 8px;
    padding: 6px 12px;
    border-radius: 5px;
  }

  .col-md-12.col-sm-12.col-lg-12.col-xs-12.main-submit-button-panel {
    padding: 0px;
  }

  .submit-button-panel {
    padding: 0px;
  }

  .ordinal {
    font-size: 7px;
  }

  .messages-description .checkboxbottom .squaredFour .textRemainInfo {
    font-size: 8px !important;
    top: 0px;
    margin-top: 0px;
  }

  .messages-description .checkboxbottom .squaredFour span {
    font-size: 6px;
    padding-left: 0px;
    top: -3px;
  }

  .col-lg-7.col-md-7.col-sm-6.col-xs-6.mobile-padd0 {
    padding: 0px;
    margin-left: 0px;
  }

  .toggle-btn .navbar {
    min-height: 30px;
    margin-bottom: 0px;
  }

  .toggle-btn .navbar-inverse {
    background-color: transparent;
    border: transparent;
  }

  .toggle-btn .navbar-toggle, .toggle-btn .navbar-toggle:hover, .toggle-btn .toggle-btn .toggle-btn .navbar-toggle:focus {
    margin-right: 4px;
    background: transparent;
    border: transparent;
    margin-top: 0px;
    padding: 8px 3px !important;
  }

  .toggle-btn .navbar-collapse.collapse.in {
    margin-left: 0px;
    padding-left: 15px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
        /* firefox */
    -webkit-transition: all .2s linear;
        /* safari and chrome */
    -o-transition: all .2s linear;
        /* opera */
    -ms-transition: all .2s linear;
  }

  .toggle-btn .navbar-collapse.collapse {
    margin-left: 0px;
    padding-left: 0px;
        /*height:216px !important;*/
    transition: all .2s linear;
    -moz-transition: all .2s linear;
        /* firefox */
    -webkit-transition: all .2s linear;
        /* safari and chrome */
    -o-transition: all .2s linear;
        /* opera */
    -ms-transition: all .2s linear;
    border: transparent;
  }

  .toggle-btn .nav.navbar-nav {
    background-color: #000;
    margin: 0px -15px;
  }

  .squaredFour img {
    width: 15px;
    height: 15px;
   
  }
    /*===30-10-2017==*/
  table.table.table-list {
    margin-top: 15px;
  }

  table.table.table-list {
    font-size: 11px;
    padding: 5px;
  }

  .textInput {
    display: block;
    padding: 0px 10px !important;
    height: 35px !important;
    font-size: 12px !important;
  }

  .col-md-offset-2.col-xs-offset-2.col-md-10 input.btn.btn-default {
    margin-left: 44px;
  }

  .message-header {
    min-height: 60px;
    max-height: 60px;
  }
  
 
  
}

@media (min-width: 641px) and (max-width: 767px) {

  .form-data .left-profile {
    height: auto;
  }
  
  
.body-content h2.page-heading {
    padding: 5px 15px;
	font-size:20px;
}

}

@media (max-width: 640px) {

  #header .header-txt-left {
    padding: 14% 20% 0px 0px;
  }

  #header .header-txt-right {
    padding: 14% 0px 0px 20%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 11%;
  }

  .toprow .daytime {
    width: auto;
  }

  .message-footer {
    padding: 0px;
  }

  .message-footer {
    padding-left: 3px;
  }

  .form-data .left-profile {
    height: auto;
  }

  .col-md-offset-2.col-xs-offset-2.col-md-10 input.btn.btn-default {
    margin-left: 52px;
  }
   .table-custom img {
    max-width: 50px;
}

.body-content h2.page-heading {
    padding: 5px 15px;
	font-size:20px;
}

}

@media (max-width: 560px) {

  #header .header-txt-left {
    padding: 10% 12% 0px 0px;
  }

  #header .header-txt-right {
    padding: 10% 0px 0px 12%;
  }

  #header .header-txt-center {
    padding-top: 20%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 7%;
  }

  #header .slider-pro .header-txt-center {
    padding-top: 17%;
  }

  .affa-portfolios-slider2 figure img {
    width: 100%;
  }

  .row-counter > div {
    float: none;
    width: auto;
  }

  .affa-counter2 {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }

  .col-md-offset-2.col-xs-offset-2.col-md-10 input.btn.btn-default {
    margin-left: 62px;
  }
}

@media (max-width:379px) {

  .btn-col .btn {
    font-size:10px;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right {
    width: 28%;
    float: left;
    margin-top: 0px;
    }
}

@media (max-width:320px) {

  .paring-col {
    padding-right: 0px;
  }

  .message-footer {
    font-size: 7px;
  }

  .ipad_images .header-time {
    font-size: 8px;
    font-weight: bold;
  }

  .toprow .name-user {
    width: 28%;
    line-height: 26px;
  }

  .toprow .name-user .name {
    font-size: 9px;
  }

  .images-btn-left img {
    cursor: pointer;
    height: 35px;
    width: 35px;
  }

  .submit-button-panel button {
    margin-left: 0;
  }

  .clear-bottom-btn {
    padding-top: 0;
  }

  .clear-bottom-btn .btn-custom, input[type="button"], input[type="reset"], button {
    font-size: 12px;
    padding: 10px 7px;
  }

  .messages-description .topdate .numbershow {
    font-weight: 600;
    font-size: 10px;
  }

  .messages-description .topdate {
    font-size: 7px;
    font-weight: 600;
  }

  .message-footer .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .toggle-btn .navbar-header {
    padding: 8px 0px;
  }

  .message-header .paring {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .btn-col .btn {
    font-size:9px;
    padding: 5px 4px;
    font-weight: 600;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right {
    width:27%;
    float: left;
    margin-top: 6px;
  }

  .dropdown-menu {
    right: 0;
    left: 0;
    z-index: 1;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right .open > .dropdown-menu {
    display: block;
    padding: 4px;
    min-width: auto;
    font-size: 8px;
  }

  .dropdown-menu > li > a {
    padding: 1px 10px;
  }
  .col-lg-3.col-md-3.col-xs-3.message-from {
        font-size: 14px;
    width: 50%;
    text-align: left;
}
.col-md-9.col-lg-9.col-xs-9.sender-massage { text-align:right; }
span.sender-msg {
    font-size:11px;
    vertical-align: top;
}
  
}

@media (min-width: 321px) and (max-width:480px ) {
  .message-header .paring {
    font-size: 16px;
    font-weight: 600;
	letter-spacing:1px;
  }

  .paring-col {
    padding-right: 0px;
    padding-left:15px;
  }

  .btn-col .btn {
      font-size:10px;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right {
    width: 30%;
    float: left;
    margin-top: 6px;
    
  }
  
  .col-md-9.col-lg-9.col-xs-9.sender-massage { text-align:right; padding-right:8px; }
  
  
  .col-lg-3.col-md-3.col-xs-3.message-from {
    font-size: 14px;
    width: 50%;
	font-weight: 600;

}
.col-md-9.col-lg-9.col-xs-9.sender-massage { text-align:right; }
	span.sender-msg {
		 font-size: 14px;   
	}

  
}


/* Chrome css */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	
	::i-block-chrome,
	body {
		-webkit-text-stroke: 0.1px;
	}
	
	
}

@media (max-width: 480px) {

  .form-data .name-label {
    font-size: 12px;
  }

  .submit-button-panel button {
    margin-left: 10px;
  }

  #navigation_mobile ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .toprow .daytime {
    width: auto;
  }

  .toprow .time {
    width: auto;
  }

  .ipad_images .header-time {
    font-size: 11px;
    font-weight: bold;
  }

  #header .header-txt-left {
    padding-right: 0px;
  }

  #header .header-txt-right {
    padding-left: 0px;
  }

  #header .header-txt-left h1, #header .header-txt-center h1, #header .header-txt-right h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #header .header-txt-left p, #header .header-txt-right p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
  }

  #header .header-txt-left .btn-section, #header .header-txt-right .btn-section, #header .sp-slide .header-txt-left .sp-layer.sp-layer-3, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3 {
    margin-top: 25px;
  }

  #header .header-txt-left .btn-section .btn-custom, #header .header-txt-right .btn-section .btn-custom, #header .sp-slide .header-txt-left .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3 .btn-custom {
    margin-right: 10px;
  }

  #header .header-txt-center h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 2px 7px 0px;
    margin-top: 15px;
  }

  #header .header-txt-center .btn-section, #header .sp-slide .header-txt-center .sp-layer.sp-layer-3 {
    bottom: 20px;
  }

  #header .sp-slide .header-txt-left .sp-layer.sp-layer-2, #header .sp-slide .header-txt-right .sp-layer.sp-layer-2, #header .sp-slide .header-txt-center .sp-layer.sp-layer-2 {
    margin-top: 15px;
  }

  .affa-testimonials-carousel-wrap .affa-testimonials-img {
    width: 240px;
  }

  .affa-team, .affa-tbl-pricing .tbl-prc-col {
    width: auto;
  }

  .col-md-offset-2.col-xs-offset-2.col-md-10 input.btn.btn-default {
    margin-left: 62px;
  }

  .submit-button-panel .btn-top-col button {
    margin: 2px 3px;
  }

}

@media (max-width: 400px) {

  .list-row {
    margin: 0px;
  }

  .list-row .list-col {
    float: none;
    width: auto;
    padding: 0px;
  }

  #header .header-txt-left, #header .header-txt-right {
    padding-top: 12%;
  }

  #header .header-txt-center {
    padding-top: 25%;
  }

  #header .slider-pro .header-txt-left, #header .slider-pro .header-txt-right {
    padding-top: 9%;
  }

  #header .slider-pro .header-txt-center {
    padding-top: 22%;
  }

  #header .header-txt-left .btn-section, #header .header-txt-right .btn-section, #header .sp-slide .header-txt-left .sp-layer.sp-layer-3, #header .sp-slide .header-txt-right .sp-layer.sp-layer-3, #header .header-txt-center .btn-section, #header .sp-slide .header-txt-center .sp-layer.sp-layer-3 {
    display: none;
  }

  .affa-counter2 {
    width: auto;
  }

  .affa-team .team-overlay {
    padding: 25px;
  }

  .affa-tbl-pricing .tbl-prc-col .tbl-prc-heading, .affa-tbl-pricing .tbl-prc-col .tbl-prc-list, .affa-tbl-pricing .tbl-prc-col .tbl-prc-footer {
    padding-right: 25px;
    padding-left: 25px;
  }

    .toprow .daytime {
        font-size: 10px;
        width: 41%;
        text-transform: uppercase;
        text-align: left;
        padding-left: 0px;
        font-weight: 600;
        color: #fdfe03;
    }
    .toprow .name-user .name {
        font-size: 10px !important;
    }
    .toprow .time {
        width: 43%;
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        height: 30px;
        padding-top: 3px;
    }

  .messages-description .topdate .datetime {
     font-size: 9px;
}

  .toprow .name-user {
    width: 100%;
    line-height: 26px;
  }

  .col-md-3.col-sm-3.col-lg-3.col-xs-3.user-info {
    padding: 0px;
  }

  .user-info .user-main-panel {
    border-left: solid #ddd 0px;
  }
.weaythersky.ng-binding {
    padding-left: 10px;
}
  .message-footer {
    font-size: 7px;
    font-weight: 600;
  }

  .message-footer .temp {
    font-size: 20px;
    padding-right: 0px;
    margin-right: -10px;
    margin-top: 35px;
}

  .message-footer .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .message-footer .location {
    font-size:9px;
  }

  .col-md-offset-2.col-xs-offset-2.col-md-10 input.btn.btn-default {
    margin-left: 78px;
  }

  .btn-col {
    margin-top:12px;
	text-align:center;
  }
    .col-lg-7.col-md-7.col-sm-6.col-xs-6.mobile-padd0 {
    padding:0px 0 0 15px;
}

.toprow .name-user .name {
    padding-right: 20px;
}

.messages-description .checkboxbottom .squaredFour span {
    font-size:7px;
    padding-left: 0px;
    top:8px;
  }

    span.area.ng-binding {
        font-size:8px;
    }


}

@media (min-width:401px) and (max-width:767px) {
  .paring-col {
    padding-right: 0px;
  }

  .btn-col {
    margin-top:8px;
	text-align:center;
  }

    .toprow .daytime {
        font-size: 12px;
        width: 56%;
        text-transform: uppercase;
        text-align: left;
        padding-left: 0px;
        font-weight: 600;
        color: #fdfe03;
    }

  .toprow .time {
    width: 43%;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
  }

  .toprow .name-user {
    width: 100%;
    line-height: 26px;
  }
.weaythersky.ng-binding {
    padding-left: 0px;
}
  .message-footer-left {
        padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .message-footer .location {
    font-size:14px;
  }
.nowin {
    font-size: 14px;
}
  .message-footer .temp {
    font-size:20px;
  }
    /*----30-10-2017---*/
  .message-header .paring {
    font-size: 16px;
    font-weight:600;
	letter-spacing:1px;
  }

  .toggle-btn .navbar-toggle .icon-bar {
    width: 30px;
  }

  .btn-col .btn-warning {
    font-size: 10px;
    padding: 2px 8px;
    margin-left: 23px;
    margin-top: 7px;
  }

  .reciever-view {
    font-size: 14px;
    padding-left: 5px;
	font-weight:600;
  }
  .col-md-9.col-lg-9.col-xs-9.sender-massage {
    padding-right: 15px;
    text-align: right;
}

  .form-data .images-profile {
    padding: 0px;
    min-height: 185px;
  }

  .messages-description textarea {
       line-height: 18px;
  }

  .submit-button-panel .btn-top-col button {
    padding: 9px 6px;
    margin: 2px 3px;
  }
    /*----30-10-2017---*/
  .col-lg-7.col-md-7.col-sm-6.col-xs-6.mobile-padd0 {
    margin-left: -15px;
    padding-top: 0px;
  }

  .btn-top-col {
    text-align: center;
    padding-top: 2px;
  }
    /*11-6-2017*/
  .messages-description .checkboxbottom .squaredFour span {
    font-size:12px;
    padding-left: 0px;
    top:6px;
  }

  .btn-col .btn {
        font-size:12px;
		font-weight:600;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right {
    width:39%;
    float: left;
    margin-top:8px;
  }
  .messages-description .topdate .datetime {
     font-size: 11px;
}


    span.area.ng-binding {  font-size:12px;  }
  
}



@media (max-width: 767px) {
  .dropdown-menu {
        /*right: 0;
    left: inherit;*/;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right .open > .dropdown-menu {
    display: inline-table;
    padding: 4px;
    min-width: 60px !important;
    font-size: 8px;
  }

  .col-md-5.col-sm-5.col-lg-5.col-xs-5.top-header-right {
    padding-left: 0px;
    text-align: center;
    padding-right: 0;
  }

  .top-header-right {
    width: 30%;
  }

  .clear-bottom-btn {
    padding-top: 0px;
  }

  .ipad_images {
    padding: 0px;
  }
}


/* ========================= Keyframes ========================= */

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}


/* ===================== Loader ======================== */

.loader-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(70, 193, 13, 0.4);
  width: 100%;
}

.loader {
  border: 6px solid #f3f3f3;
    /* Light grey */
  border-top: 6px solid #3498db;
    /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 60px;
  animation: spin 2s linear infinite;
}

.loader-panel .message {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1400px){
    .container {
        max-width: 1320px;
    }
}

/*12-07-2024*/

.custom-yellow-header .sender-massage {
    text-align: center;
    padding-right: 50px;
}

.custom-yellow-header .btn-col {
    margin-top: 0px;
}

.top-date-custom input {
    background: grey !important;
    border: none;
    color: #fff !important;
    border-radius: 7px !important;
    width: 155px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-12.col-sm-12.col-lg-12.col-xs-12.toprow.added-text {
    padding-left: 10px;
}
   
.toprow.added-text .time{
        width: 48%;
    }

.col-md-12.col-sm-12.col-lg-12.col-xs-12.toprow.added-text .name.ng-binding {
    padding-right: 40px;
}

.toprow.added-text img {
    width: 36px !important;
}

.prof-icon {
    margin-bottom: 25px !important;
    margin-top: -10px;
    margin-left: auto;
    margin-right: 10px;
}

.message-footer.built .message-footer-right {
    padding-left: 13px;
}

.prof-icon a {
    display: inline-block;
    height: 100%;
    z-index: 999;
    position: relative;
}

.messages-description .checkboxbottom .squaredFour span {
    right: 10px;
    top: 3px;
}

.center-rec {
    margin-left: 81px;
}





@media (min-width: 768px) and (max-width: 991px) {
    .custom-yellow-header .sender-massage {
    text-align: center;
    padding-right: 20px;
}

        .col-md-12.col-sm-12.col-lg-12.col-xs-12.toprow.added-text {
            padding-left: 39px;
        }

        .message-footer.built .message-footer-right {
            padding-left: 14px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .message-footer.built .message-footer-right {
        padding-left: 6px;
    } 
}

@media (min-width: 1200px){
    .paring-col {
        width: 46.3%;
    }
}

/*08-11-2024*/
.top-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.nav.navbar-nav.left-nav {
    width:33.33%;
}
ul.nav.navbar-nav.middle-nav {
    width: 33.33%;
    justify-content: center;
    display: flex;
}
ul.nav.navbar-nav.right-nav {
    width: 33.33%;
    justify-content: flex-end;
    display: flex;
}
.form-data .messages-description {
    background: #d9d9d9;
}
.top-header-right .btn-col {
    justify-content: flex-start;
}
.top-header-right .btn-col span.recieverName {
    width: calc(100% - 90px);
}