/* GLOBAL

 ----------------------------------------------------*/

body {

  margin: 0;
  color: #666;
  background: #333 url('../images/bg.png') repeat center 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px
}

img {

  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {

  max-width: 100%;
}

object {

  display: none;
}

/* TYPOGRAPHY

 ----------------------------------------------------*/

/* Headings & Paragraphs

 -----------------------------*/

h1, h2, h3 {

  margin: 0 0 8px;
  color: #e92297;
  font-weight: normal;
}

h1 {

  font-size: 28px;
}

h2 {

  font-size: 18px;
}

h3 {

  font-size: 15px;
}

h4 {

  font-size: 14px;
}

.highlight {

  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}

/* Lists

 -----------------------------*/

.no-bullet, form ul {

  padding: 0;
  margin: 0;
  list-style: none;
}

ul, ol {

  padding-left: 28px;
}

.sidebar-module ul li {

  padding: 10px 10px 10px 0;
  border-bottom: 1px dotted #aaa;
}

.sidebar-module ul li:last-child {

  border: none;
  padding-bottom: 0;
}

.number-list li {

  overflow: hidden;
  color: #676767;
  font-size: 12px;
  line-height: 1;
}

.number-list span {

  float: left;
  width: 30px;
  height: 30px;
  padding: 5px 0 0 10px;
  margin-right: 5px;
  color: #fff;
  background: #E92297;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 100%;
}

.payment-options li {

  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}

/* Links

 -----------------------------*/

a {

  color: #e92297;
  text-decoration: none;
}

a:hover {

  color: #e92297;
  text-decoration: underline;
}

/* HELPERS

 ----------------------------------------------------*/

/* Alignment

 -----------------------------*/

.fleft-content, .fright-content {

  margin-bottom: 10px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* LAYOUT

 ----------------------------------------------------*/

/* Header

 -----------------------------*/

.main-header {

  background: url('../images/header-bg.jpg') repeat-x;
}

.logo {

  float: left;
  padding: 10px 0 5px;
}

.logo img {

  max-width: 200px;
}

.call-us {

  float: right;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  text-align: right;
}

.call-us strong {

  font-size: 32px;
  line-height: 26px;
  font-weight: bold;
}

.pink {
  color: #e92297;
}

.call-us strong .pink {
  font-size: 20px;
}


.top-social-media {

  position: absolute;
  top: 10px;
  right: 40px;
  width: 100%;
  z-index: 100;
  text-align: right;
}

.top-social-media iframe {

  display: inline;
}

.social-icons-head {

  position: absolute;
  right: 325px;
}

.social-icons-head a img {

  height: 20px;
  margin: 0 2px;
}

/* Navigation

 -----------------------------*/

.navbar {

  position: static;
  min-height: 0;
  margin: 0;
  border: 0;
  background: #4a4a4a;
  clear: both;
  border-radius: 0;
}

.navbar-collapse {

  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default .navbar-nav > li > a {

  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > li > a:hover {

  color: #e92297;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.caret {

  margin-left: 0;
}

.dropdown-menu {

  font-size: 12px;
  padding: 0;
  border: 0;
  background: #1c1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 4px 4px;
}

.dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

  color: #fff;
}

.dropdown-menu > li > a:hover {

  border-radius: 0;
}

.dropdown-menu > li:last-child a:hover {

  border-radius: 0 0 4px 4px;
}

.navbar-toggle {

  position: absolute;
  top: 15px;
  right: 19px;
  padding: 9px 10px;
  margin: 0;
}

.navbar-default .navbar-toggle {

  border-color: transparent;
  background: #e92297;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

  color: #fff;
  background: #a0b3b9;
}

.navbar-default .navbar-toggle .icon-bar {

  background-color: #fff;
}

.corona-header {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  background-color: #e92297;
  color: white;
}

.corona-header a {
  color: white;
}

/* Main

 -----------------------------*/

.content .container-fluid {

  padding: 20px;
  background: #fff;
}

main p, main ul {

  margin: 0 0 15px 0;
}

/* Sidebar

 -----------------------------*/

.sidebar-module img + a, .sidebar-module .flexslider + a {

  display: block;
  margin-top: 15px;
}

.sidebar-module:hover {

  text-decoration: none;
}

.sidebar-module h3 {

  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.sidebar-module iframe {

  display: block;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 5px 0 #e92297;
  box-shadow: 0 0 5px 0 #e92297;
}

/* Footer

 -----------------------------*/

.main-footer {

  padding: 30px 0 10px;
  line-height: 14px;
  text-align: center;
}

.main-footer span {

  display: block;
}

.main-footer a {

  color: #666;
}

/* COMPONENTS

 ----------------------------------------------------*/

/* Box module

 -----------------------------*/

.box-module {

  display: block;
  border: solid 1px #DBDBDB;
  padding: 1px;
  margin: 0 0 10px;
  background: #F4F4F4;
  border-radius: 5px;
}

.box-module-head {

  padding: 10px 20px;
  margin: 0;
  background: #2A2E32;
  border-radius: 5px 5px 0 0;
}

.box-module-body {

  padding: 10px 20px;
}

.bottom-columns .box-module-body {

  padding: 0;
}

.bottom-columns .media-body {

  padding-top: 10px;
  text-align: center;
}

.bottom-columns .media-left img {

  margin-top: 20px;
}

.offer {

  color: #e92297;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.offer span {

  display: block;
  padding-top: 10px;
  font-size: 20px;
}

/* Grey box

 -----------------------------*/

.grey-box {

  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px #DBDBDB;
  background: #F4F4F4;
  border-radius: 6px;
  -webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.grey-box img {

  max-width: 150px;
  float: left;
  margin: 0 10px 0 0;
}

.grey-box-alt {

  padding: 5px;
  text-align: center;
  border-radius: 10px 0px 10px 10px;
}

.grey-box-alt img {

  max-width: 100%;
  float: none;
}

.grey-box-alt-head {

  padding: 5px 0;
  margin: 0 0 10px;
  border-bottom: 2px solid #F047AB;
  color: #fff;
  background: #2A2E32;
  font-size: 18px;
  border-radius: 10px 0px;
  text-align: center;
}

.grey-box-alt .play {

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -75px;
}

/* Media object

 -----------------------------*/

.media .media-left {

  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.media-object {

  display: inline;
}

.media img {

  max-width: none;
}

/* Borders

 -----------------------------*/

.img-border {

  display: inline-block;
  padding: 2px;
  border: 1px solid #dfdfdf;
  background: #fff;
  text-align: center;
}

.img-caption {

  display: block;
  padding: 1px;
  margin: 0 10px 10px 0;
  border: 1px solid #DDD;
  text-align: center;
}

.img-caption span {

  display: block;
  padding: 0 0 5px;
  font-size: 10px;
}

/* Thumbnail

 -----------------------------*/

.thumbnail {

  padding: 2px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  background: #ececed;
  text-align: center;
  border-radius: 10px;
}

.thumbnail p {

  margin: 5px 0;
}

/* Call now

 -----------------------------*/

.call-now {

  padding: 20px 0;
}

.call-now p {

  font-size: 28px;
  font-family: 'Zeyada', cursive;
  line-height: 34px
}

.call-now span {

  color: #e92297;
  font-size: 15px;
}

/* Special offer

 -----------------------------*/

.special-offer {

  font-size: 14px;
}

.special-offer img {

  padding: 1px;
  border: 1px solid #fff;
  background: #ccc;
  border-radius: 9px;
}

.special-offer h2 {

  text-shadow: 0 1px #fff;
  font-weight: bold;
}

/* Facebook like box

 -----------------------------*/

.fb-like-box iframe {

  width: 100% !important;
}

.fb-like-box span {

  width: auto !important;
  position: initial !important;
}

.fb_iframe_widget_fluid span {

  width: 100% !important;
}

.fb_iframe_widget span {

  position: static !important;
}

/* Buttons

 -----------------------------*/

.button {

  display: inline-block;
  width: 96px;
  height: 26px;
  padding: 3px 25px 0 0;
  margin-top: 10px;
  color: #959595;
  background: url('../images/read-more.png') no-repeat 0 0;
}

.button:hover {

  color: #333;
  text-decoration: none;
}

.more {

  float: right;
  margin-top: 10px;
}

/* Social icons

 -----------------------------*/

.social a {

  display: inline-block;
  width: 48px;
  height: 48px;
}

.social .facebook {

  background: url('../images/facebook.png') no-repeat 0 0;
}

.social .youtube {

  background: url('../images/youtube.png') no-repeat 0 0;
}

.social .twitter {

  background: url('../images/twitter.png') no-repeat 0 0;
}

/* Forms

 -----------------------------*/
#contact-form {
  position: relative;
}

.contact-form {

  margin-bottom: 20px;
}

.contact-form h3 {

  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.contact-form > div {

  padding: 10px 20px;
  border: solid 1px #DBDBDB;
  background: #2A2E32;
  border-radius: 6px;
  -webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.contact-form li {

  padding-bottom: 5px;
}

.contact-form label {

  display: none;
  font-weight: normal;
}

.contact-form input {

  height: 20px;
  padding: 2px 4px;
  margin: 0 0 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.contact-form input, .contact-form textarea {

  width: 100%;
}

.contact-form textarea {

  height: 94px;
  padding: 4px;
  overflow: auto;
}

.contact-form .buttons {

  text-align: right;
  clear: both;
}

.btn-pink {
  border: solid 1px #e92297;
    color: #fff;
    background: #f45bb5;
    display: inline-block;
    padding: 5px 22px;
}

.btn-pink:hover {
  color: white;
}

.contact-form .submit {

  display: inline-block;
  padding: 5px 25px;
  margin: 5px 0 15px;
  border: solid 1px #e92297;
  color: #fff;
  background: #f45bb5; /* Old browsers */
  background: -webkit-linear-gradient(top, #f45bb5 0%,#ec35a1 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #f45bb5 0%,#ec35a1 100%); /* W3C */
  text-transform: uppercase;
  border-radius: 4px;
}

.contact-form #contact-form-reports-label {

  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  float: right;
}

.contact-form #contact-form-reports {

  width: auto;
  height: auto;
  float: right;
  vertical-align: top;
  padding: 0;
  margin: 1px 5px 0 0;
  background: none;
  border: none;
}

.contact-form .placeholded {

  color: #999;
}

.contact-form li .error-field {

  border: 1px solid #c00;
}

.contact-form .error-tooltip {

  z-index: 20;
  padding: 2px 8px;
  border-bottom: 1px solid #700;
  color: #fff;
  background: #c00;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  border-radius: 3px;
}

.contact-form .error-tooltip .arrow-left, .contact-form .error-tooltip .arrow-right {

  position: absolute;
  top: 5px;
  left: 100%;
  font-size: 0;
  border-style: dashed;
  border-color: transparent;
  border-width: 5px;
  display: inline-block;
  width: 0;
}

.contact-form .error-tooltip .arrow-left {

  left: -10px;
  border-right: 5px solid #c00;
}

.contact-form .error-tooltip .arrow-right {

  border-left: 5px solid #c00;
}

.contact-form .error-tooltip li {

  line-height: 1em;
  white-space: nowrap;
  padding: 2px 0;
}

#contact-form-name-error-tooltip, #contact-form-email-error-tooltip, #contact-form-phone-error-tooltip, #contact-form-message-error-tooltip {

  position: relative !important;
  top: auto !important;
  right: auto !important;
  display: block !important;
}

#contact-form-name-error-tooltip .arrow-right, #contact-form-email-error-tooltip .arrow-right, #contact-form-phone-error-tooltip .arrow-right, #contact-form-message-error-tooltip .arrow-right {

  display: none !important;
}
#contact-form label.error {
  background-color: #c60f13;
  border-radius: 5px;
  color: #fff;
  margin-top: 0;
  padding: 1px 3px;
  position: absolute;
  right: 0;
}

.contact-form .g-recaptcha { -webkit-transform: scale(.55); transform: scale(.55); -webkit-transform-origin: left top; transform-origin: left top; }
.contact-form .g-recaptcha > div { height: 50px !important; }

/* Cookies

 -----------------------------*/

.cookie-message {

  position: fixed;
  bottom: 0;
  display: none;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #200C03;
  color: #fff;
  background: #2A2D31;
}

.cookie-message .first-inner {

  padding: 10px;
  border-top: 1px solid #fff;
}

.cookie-message .second-inner {

  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.cookie-message .button {

  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 20px;
  margin-left: 10px;
  margin-top: -6px;
  border: 1px solid #aaa;
  color: #fff;
  background: transparent;
  text-decoration: none;
  text-shadow: 0 1px black;
  line-height: 1;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #eee;
  box-shadow: 0 0 2px #eee;
}

.margin {

  margin: 10px 0;
}

/* VENDOR

 ----------------------------------------------------*/

/* Flexslider

 -----------------------------*/

.flexslider {

  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

.sidebar-module .flexslider li {

  padding: 0;
  border: none;
}

.flex-control-nav {

  bottom: 5px;
  right: 10px;
  z-index: 10;
  text-align: right;
}

.flex-control-paging li a {

  border: 1px solid #e92297;
  background: #252526;
  -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.48);
  box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.48);
  text-align: left;
}

.flex-control-paging li a.flex-active {

  border: 1px solid #252526;
  background: #e92297;
}

#back-top {
  bottom: 30px;
  left: 30px;
  position: fixed;
  text-align: center;
}

#back-top a {
  color: #bbb;
  display: block;
  font: 600 11px/100% "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  width: 60px;
}

#back-top span {
  background: #F14BAD url("/images/arrow_backtop.png") no-repeat scroll 50% 50%;
  border-radius: 30px;
  display: block;
  height: 60px;
  margin-bottom: 7px;
  transition: all 1s ease 0s;
  width: 60px;
}

/* MEDIA QUERIES

 ----------------------------------------------------*/

@media (max-width: 500px) {

  .mob-full {

    width: 100%;
  }

}

@media (min-width: 500px) {

  .logo img {

    max-width: 343px;
  }

}

@media (min-width: 768px) {

  .main-header .container-fluid {

    position: relative;
  }

  .navbar .container-fluid, .navbar-default .navbar-collapse {

    padding-left: 0;
    padding-right: 0;
  }

  .navbar {

    background: -webkit-linear-gradient(top, #4a4a4a 0%,#383a39 51%,#1c1e1d 55%,#1c1e1d 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #4a4a4a 0%,#383a39 51%,#1c1e1d 55%,#1c1e1d 100%); /* W3C */
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

    color: #e92297;
  }

  main[class^="col-"] {

    float: right;
  }

  .grey-box img {

    max-width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }

  .grey-box-alt img {

    max-width: 100%;
  }

  .fleft-content {

    float: left;
    margin: 0 10px 5px 0;
  }

  .fright-content {

    float: right;
    margin: 0 0 5px 10px;
  }

  .cookie-message .second-inner {

    text-align: left;
  }

  .cookie-message p {

    float: left;
    margin: 0;
  }

  .cookie-message .button {

    float: right;
    display: block;
  }

  #contact-form-name-error-tooltip, #contact-form-email-error-tooltip, #contact-form-phone-error-tooltip, #contact-form-message-error-tooltip {

    position: absolute !important;
    right: 177px !important;
  }

  #contact-form-name-error-tooltip {

    top: 0px !important;
  }

  #contact-form-email-error-tooltip {

    top: 25px !important;
  }

  #contact-form-phone-error-tooltip {

    top: 50px !important;
  }

  #contact-form-message-error-tooltip {

    top: 75px !important;
  }

  #contact-form-name-error-tooltip .arrow-right, #contact-form-email-error-tooltip .arrow-right, #contact-form-phone-error-tooltip .arrow-right, #contact-form-message-error-tooltip .arrow-right {

    display: block !important;
  }

}

@media (min-width: 992px) {

  .container-fluid {

    max-width: 980px;
  }

  .box-module-head {

    height: 46px;
    background: url('../images/section-top-pg.png') no-repeat;
  }

  .grey-box img {

    max-width: none;
  }

  .grey-box-alt img {

    max-width: 100%;
  }

  .bottom-columns .media-left img {

    margin-top: 0;
  }

  .media .media-left {

    display: table-cell;
    margin-bottom: 0;
    text-align: left;
  }

  .main-footer {

    text-align: right;
  }

}

@media (min-width: 1025px) {

  object {

    display: block;
  }

}

@media (min-width: 1200px) {
}

/* IE Classes

 ----------------------------------------------------*/

.lt-ie9 img {

  width: auto;
}

.oldie {

  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.calculator {
  float: right;
  margin: 0 0 10px 10x;
  text-align: center;
}

.rounded-border {
  border-radius: 50%;
}
.warning {
  margin-bottom: 15px;
}
.read-more {
  background: #e92297;
  font-size: 16px;
  padding: 10px;
  color: #fff;
}

/*==== for chat bord ====*/
@media (max-width: 767px){
  .bot-eb-trigger{ bottom: 100px !important;}
}

.team-images img { margin: 10px 10px 25px 0px; }
.team-row { display: flex; flex-direction: row; align-items: center; gap: 10px; width: 100%; }

@media (min-width: 768px) { 
  .btn-hed-new {
    display: none !important;
  }
 }
@media (max-width: 767px) { 
  .btn-hed-new {
    display: block !important;
  }
  .btn-mobile {
    width: 145px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 45px;
  }
  .cus-con {
    display: flex;
    align-items: center;
  }
  .logo img {
    max-width: 150px;
}
 }