/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
 /* color: #444;*/
 color: #000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.form-control{font-size: 14px;}

a {
  color: #f5951c;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f5951c;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f5951c;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3a393c;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #50d8af;
}

#topbar .contact-info i {
  color: #f5951c;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 8px;
  height: 58px;
  transition: all 0.5s;
  z-index: 997;
/*  background-color: rgba(22, 83, 161, 0.5490196078431373);
*/  /*background-color: #1653a18c;*/
  background: #304d84;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
img.upperuserlogo {
    width: 120px;
    height: auto;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
 /* width: 100%;
  height: 70%;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;*/

      width: 100%;
    min-height: 100%;

}


#footer {
/*  position: absolute;
*/    bottom: 0;
    width: 100%;
}
#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #3a393c;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #f5951c;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #3a393c;
  border: 2px solid #3a393c;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #3a393c;
}

#intro .intro-content .btn-projects {
  background: #f5951c;
  border: 2px solid #f5951c;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #f5951c;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  color:  #555;
  font-size: 20px;
  list-style: none;
}

#header .fa-home { color: white; }

#header  .menu-active .fa-home { color: black; }

.guest_user .menu-active  li  { text-decoration: underline; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: left;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
/*  color: #555;
*/  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  color: white;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  border-radius: 5px;
  color: #555;
  background-color: white;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-sdfasdf ul{display: block!important;}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #3a393c;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f5951c;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/

#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content h2 {
  color: #3a393c;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #f5951c;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #f5951c 0%, #f5951c 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #f5951c;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #f5951c;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #393939;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f5951c;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #f5951c;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #f5951c;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

label.error{
 color: #D8000C;
 font-weight: unset !important;
}
.clear{
clear: both;
}
.btn-info {
    color: #fff;
    background-color: #f5951c !important;
    border-color: #f5951c !important;
}
.btn-outline-info {
    color: #f5951c !important;
    background-color: transparent;
    background-image: none;
    border-color: #f5951c !important;
}
.btn-outline-info:hover {
    color: #fff !important;
    background-color: #f5951c !important;
    border-color: #17a2b8;
}
/*kalai*/

.tab_menu_home{margin-top: -10px;background: white;padding: 10px;}
.tab_menu_home ul{list-style: none;display: -webkit-box;}
.tab_menu_home ul li{margin: 3px;padding: 5px 10px;}

.success {background-color: #4CAF50;color: white; padding: 8px;} /* Green */
.info {background-color: #2196F3;color: white; padding: 8px;} /* Blue */
.warning {background-color: #ff9800;color: white; padding: 8px;} /* Orange */
.danger {background-color: #f44336;color: white; padding: 8px;} /* Red */ 
.other {background-color: #e7e7e7; color: black; padding: 8px;} /* Gray */ 
.error{color: red!important;display: block;}

label.error{display: contents;}
#header-sticky-wrapper{height: 55px!important;}
.tab_menu_home a{color: #555;}
.tab_menu_home .nav-menu1{margin-bottom: auto !important;     padding-left: 13px!important; }
#model_section,#family_model_section{background: aliceblue;}

#model_section .featured-image,#family_model_section .featured-image{
    background: no-repeat center;
    width: 100%;
    height: 130px;
    background-size: contain;
}
#model_section .family-details,#family_model_section .family-details{
    cursor: pointer;
    padding: 15px 0px 0px !important;
    margin: 15px 0px !important;
}
#model_section .family-details,#family_model_section .family-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 15px;
    z-index: 499;
    z-index: calc(500 - 1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 40px 40px 120px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    -webkit-transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,-webkit-box-shadow,-webkit-transform;
    transition-property: color,background-color,box-shadow,transform;
    transition-property: color,background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}
#model_section .family-details .content1,#family_model_section .family-details .content1 {
    padding: 0px 40px !important;
}
#model_section .family-details .button,#family_model_section .family-details .button {
    display: block;
    color: #32325d;
    text-align: center;
    text-decoration: none;
    padding: 25px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}
#model_section .family-details h5,#family_model_section  .family-details h5{text-align: center;font-weight: bold;}

#model_section .description_div,#family_model_section .description_div {text-align: center;padding: 10px;min-height: 100px;
    height: 100px;}
#model_section .family-details:hover,#family_model_section .family-details:hover{
    -webkit-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025) !important;
}

#model_section .family-details,#family_model_section .family-details{
    cursor: pointer;
    padding: 15px 0px 0px !important;
    margin: 15px 0px !important;
}
.common-Link .form_submit_btn{width: 100%;}

 .form_submit_btn , .get_quote_edit {padding: 10px;
    background: #f40705;
    color: white;}
}
#family_model_section .alert.alert-success{text-align: center;}
#family_model_section .model_images img{    width: 100%;
    height: 200px;min-height: 200px;}
#family_model_section .model_images{min-height: 200px;height: 200px;}
.common-Link{position: inherit;}

.shadow {box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);padding: 15px;text-align: center;
    font-weight: bold;background-color: white; color: #ed605c;}

#user_registration .nav-tabs {
  margin-bottom: 30px;
   
}
#user_registration ul li,#user_registration ul li a {padding: 10px;}

#user_registration .nav-tabs > li  > a.active,#user_registration .nav-tabs > li > a.active:hover, 
#user_registration .nav-tabs > li  > a.active:focus{    color: #78a0cc;
    font-weight: bold; border: 1px solid #78a0cc;   
     border-bottom: 1px solid white;}
  #user_registration  .nav-tabs {
    border-bottom: 1px solid #78a0cc;
}
#dealer_registration label{color: #444444c2;margin-bottom: 5px;}

#user_registration .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
#user_registration .modal-dialog{width: 650px;}
/*.container_page .container{min-height: 800px;}*/
/*.container_page{padding: 50px;}*/
.Users_Form{border: 1px solid #ccc;padding: 10px 10px 27px;background: #F6F6F6;margin-bottom: 30px;}
.users_title_div{border-bottom: 1px solid #78a0cc;padding-bottom: 9px;padding-top: 10px;margin-bottom: 15px;display: flex;}

/*============================Divya======================================*/


 #email_template .textarea_style textarea{width: 100%;}
 #email_template .modal-title{text-align: center;}
 .comment_div span{padding:0px 20px;}
 /*.container_page{padding: 0px!important}*/
/*
 .btn-orange{padding: 5px;margin: 3px;color: white;background: orange;}
*/
  
.td_action_style{padding: 0px 10px;}
.btn-view{ color: white;
background: #337ab6;
border-radius: 5px!important;}

.btn-orange{border-radius: 5px!important;color: white;background: orange;}  
.modal-dialog.make_to_order_box {width: 100%;}
.make_to_order_box h4.modal-title {
    color: #1653a18c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}


.make_to_order_box .modal-body p{font-size:15px;}
.make_to_order_box .modal-content:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025) !important;
}
.make_to_order_panel_box .panel-heading {
    font-size: 25px;
    font-weight: bold;
    text-transform:uppercase;
}
.make_to_order_panel_box .panel-body{font-size:15px;}
.col-md-12.make_to_order_content {
    padding: 0;}
.panel-group.make_to_order_panel_box{padding:0px 15px;}
.make_to_order_panel_box .panel-heading {
    background-color: #78a0cc!important;
    border-color: #78a0cc!important;
}



/*
===================Responsive================================*/

@media screen and (min-width: 300px) and (max-width: 767px){
  .nav-menu li:hover > a, .nav-menu .menu-active > a{background-color: white !important;
    color: #555 !important;}
    nav#mobile-nav a.btn.btn-default.btn-rounded {color: #555;margin:5px 0;}
  .pull-left ul li {
    display: block;
    width: 90%;} 
    .modal-dialog.make_to_order_box{margin:10px 0;}
    h4.page-title {margin-top: 20px;}
    .col-md-12.col-sm-12.col-xs-12.stl_config_details .col-md-4.col-sm-4.col-xs-4 label {
      white-space: nowrap;}
      .col-md-12.stl_bach_save_buttons .row {display: flex;}
      .stl_bach_save_buttons .col-md-6:nth-child(2) {width: 100%;}
      .col-md-3.image_grid img {width: 100% !important;margin: 15px !important; object-fit: contain;}
      .stl_config_details label{white-space: nowrap;}
      div#users_emp_wrapper tr td:nth-child(6) i {margin: 10px;}
   div#users_emp_wrapper tr td:nth-child(6) button{margin: 5px 0;}
   .col-md-12 .shadow{margin-top:20px;}
   .textarea_style textarea, textarea.billing_address{margin:3px;}
    section#Active_sales td:nth-child(5){white-space: nowrap;}
    section#Active_sales td:nth-child(6) a.btn.btn-theme-border.float-right {padding: 0;}
    .config_contents .col-md-4 p { padding: 5px 0;}
    form#order_quote_details h4.page-title {white-space: nowrap;}
    .refer_a_customer_page {height: auto !important; width: 100% !important;}
    #user_registration .modal-dialog{width:auto !important;}
    .col-md-6.lastname_stl_filter {margin: 10px 0 0;}
}

@media screen and (min-width: 300px) and (max-width: 550px){
	.tab_menu_home ul{    display: inline-block;}
	form#get_quote_details .col-md-7 {width: 100%;overflow: scroll;}
	.gallery img {width: 45% !important;}
  .image_grid img.standard_fet_img {clear: both;display: block;}
  .col-md-4.col-sm-4.col-xs-4.stl_config_details {
    width: 70%;display: block; margin: 5px;}
   .col-md-12.col-sm-12.col-xs-12.stl_config_details .col-md-4.col-sm-4.col-xs-4{
      width:70%;display:block;clear: both;margin: 10px 0;}
   section#Active_sales .comment_div span{padding: 0 5px;}
   section#Active_sales .pull-right{float:none !important;}
   .container_page { padding-top: 50px;}
   .login .content{width:275px !important;margin:0 auto;}
   #User_Details .container {padding: 20px !important;}
   .col-md-6.wholesale_textarea textarea {width: 100%;margin-left: 5px !important;}
      

}

@media screen and (min-width: 768px) and (max-width:1024px){
    /*div#users_emp_wrapper tr.odd td:nth-child(6) i {margin: 5px;}*/
   div#users_emp_wrapper tr.odd td:nth-child(6) button{margin: 5px 0;}
   section#User_Details{padding-top: 50px; height: 800px;}
     .nav-menu li:hover > a, .nav-menu .menu-active > a{background-color: white !important;
    color: #555 !important;}
   

}

@media screen and (min-width:768px) and (max-width:1200px){
	.tab_menu_home ul{    display: -webkit-inline-box;}
	a.btn.btn-default.btn-rounded {color: #333 !important;}
	#footer{margin-top: 30px;}

}

@media screen and (min-width:1000px){
/*  .container_page{padding: 50px;}
*/  
  #footer{padding:30px 0;}
  section#User_Details {height: 500px;}
}


@media screen and (min-width: 500px) and (max-width: 767px){
  .col-md-3.col-sm-6.col-xs-12.new_quote_featureimg {
    width: 50%;}
  .col-md-3.col-sm-6.col-xs-12.family_models_featureimg {
    width: 50%;}  
  .container_page{padding-top: 40px;}
  #user_registration .modal-dialog {width: 650px;margin: 0 auto;}
  #User_Details .container {padding: 0 50px !important;}
}


@media screen and (min-width: 768px) and (max-width: 900px){
	.pull-left ul li {display: block;width: 90%;} 
	.col-md-12.optional_features .row.gallery {
    width: 100%;display: inline-flex;overflow: -webkit-paged-x;}
    .col-md-12.standard_features .row.gallery {display: inline-flex;overflow: -webkit-paged-x;}
    .col-md-12.standard_features span.description_content {white-space: nowrap;}
}

@media screen and (min-width: 901px) and (max-width: 1100px){
		.pull-left ul li {font-size: 15px !important;}
		.nav-menu a{font-size:13px !important;}
		.nav-menu > li{margin-left: 5px !important;}
		 section#config_model_details {height: 400px;}
		.col-md-12.optional_features .col-md-3.image_grid {display: grid;}
    

}
@media (min-width: 992px)
{
  .get_quote_tabledsgn {padding: 0px 15px 15px 0px;}
}
 .refer_a_customer_page{height: auto;width:50%;
  /*border: 2px solid #78a0cc;*/padding: 10px;
  background: #cccccc69;font-family: "Raleway", sans-serif}
.refer_a_customer_page:hover
{
      transform: translateY(-2px) !important;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025) !important;
}
      .refer_a_customer_page label{margin:5px;font-weight: 600;}
      .refer_a_customer_page  h1{font-size: 25px;margin-bottom: 25px;}
   /* .refer_a_customer_page input.form-control {border-color: #1653a18c;}
    .refer_a_customer_page textarea.form-control {border-color: #1653a18c;}*/
    /*.refer_a_customer_page input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
}*/
  .required_field{color:red;}

/*kalai*/
.backbutton{color: white;background: black;border-radius: 5px!important;}
.astric_required{color:red;}
.refer_a_customer_img {width: 73%;display: block;}
.line_heights{line-height: 30px;}
 .dot {
  height: 15px;
  width: 15px;
 
  border-radius: 50%!important;
  display: inline-block;
}
#referer_details label{font-weight: bold;}
@media screen and (max-width: 992px) {

.refer_a_customer_img,.refer_a_customer_img_logo {display: none;}

}

.get_qbilling_details label{text-align: left;}
.get_qbilling_details{background-color: white;padding: 10px;}
.get_qbilling_details .form-group.form-md-line-input{margin:10px!important;}

.get_qbilling_details input ::placeholder{color:white!important;}
/***************** aruljothi style added***********/
 .gridv5,.gridv9,.gridv13{ clear:both; }
  .gridss4,.gridss7,.gridss11,.gridss14{ clear:both; }


/***** hema ****/
.sale_container .make_to_order_box .modal-content:hover
{

transform: unset !important;box-shadow: unset !important;
}

.user_info_home .modal-content:hover
{

transform: unset !important;box-shadow: unset !important;
}

.sales_but { text-align: center; }
.sell_div{    text-align: center;
    color: red;
    margin-top: 3%;}

    .quote_order_view { 
    float: right; 
      padding-right: 20px;
/*          padding-left: 3%;
*/}

.logo_in_body {
text-align: center;
    margin-top: 2%;
  }

 .numberCircle  {
   text-align: center;
    margin-left: 5.5%;
    position: absolute;
    margin-top: -1.3%;
    color: red;
    font-weight: bold;
  }

  .user_welcome {
    padding-right: 10%;
  }
  .user_image_header {
/*    border-radius: 50% !important;
*/   

 /*width: 50px; height: 50px;*/

 height: 75px;
 width: 100%;


  }
  .h_image_block { width: 25%; }


  /*** new home page styles ***/


  .guest_user .slogan {
    /*width: 400px;
    height: 100px; */
    padding-top: 3%;
}

.guest_user .banner{
 width: 120px;
    height: 120px;
}

.guest_user .header_menu  ul li  , .guest_user  .guest_user_footer ul li{
    display: inline;
    color: white;
    padding-right: 11px;

}

.guest_user  .header_menu  , .guest_user_footer{

    background: #304d84;
}


.guest_user_footer ul{
  padding-top: 1%;
    padding-bottom: 1%;
}

.pwerd_by {float: right;}
.guest_user_footer ul  a{
      text-decoration: underline;
    color: white;

}

.guest_user  .header_menu  ul {  
    padding-top: 1%;
    } 

/*.face_bk { float: right; }
*/
.guest_user  .slider_container  {
  position: relative; 
  top: 0;
  left: 0;
  width: 1140px; 
  height: 400px;
}


.about_trailers .slider_container  {
  position: relative; 
  top: 0;
  left: 0;
  width: 1140px; 
  height: 400px;
}


.guest_user  .slides   {
  cursor: move; 
  position: absolute; 
  overflow: hidden; 
  left: 0px; 
  top: 0px; 
  width: 1140px; 
  height: 400px;
}



.about_trailers .slider_container  {
  position: relative; 
  top: 0;
  left: 0;
  width: 1140px; 
  height: 450px;
}

.about_trailers .slides  {
  cursor: move; 
  position: absolute; 
  overflow: hidden; 
  left: 0px; 
  top: 0px; 
  width: 1140px; 
  height: 450px;
}


/*.guest_sliders { margin-top: .5%; }
*/
.family_btn {
      color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #304d84;
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6 px;
    -moz-border-radius: 6px;
/*    border-radius: 6px!important;
*/    width: 100%;
    border-color: unset;
    font-weight: bold;
    text-align: center;
}

.guest_user .family_images {
  width: 100%;
    height: 200px;
    min-height: 200px;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;

}

.family_block {

    margin-top: 2%;

}
.family_block_cnts {     padding-bottom: 15px;  }
.view_all_btn { 
  text-align: center; padding-top: 10%;padding-bottom: 10%;cursor: pointer;
      color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: red;
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6 px;
    -moz-border-radius: 6px;
    /* border-radius: 6px!important; */
    width: 100%;
    border-color: unset;
    font-weight: bold;
    text-align: center;
}
.upbeatpromonew  video{ width: 100%; }
.home_contents { text-align: center; }
.home_contents h3 , .home_contents h4{ color: #304d84; font-weight: bold; }
.whychoose {width: 100%;
    margin-top: 15%;}

.models_popupsss  .modal-dialog { width: 75%; }
.model_cnts_popup .model_images { width: 100%; }
.model_title_display{
      background: #304d84;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.model_cnts_popup .model_name h5 {   
 font-weight: bold;
    text-align: center;}

   .model_title_display .modal-title  {  font-weight: bold; }

  .dealer_login_btn {
    background: #d73f2b;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    float: right;
    border-radius: 28px;
    width: 15%;
   }

   .register_btn {
    background: #304d84;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    float: right;
    border-radius: 28px;
    margin-left: 5%;
   }
   .financing_img {width: 75%;cursor: pointer;}
   .financing_div { text-align: center;     margin-top: 10%;}

/*   .financing_sub_img img { width: 100%; }
*/  

#financing_div .modal-dialog{

width: 70%;
} 
.ratchthani , .bangkokbank{ padding-top: 5%; }
   .model_cnts_popup {     margin-bottom: 25px; }
   .about_trailers  h3 , .our_trailers h3 , .license_registration h3{
    color: black;
    font-weight: bold;
   }

   .about_trailers .small_text_about ,  .our_trailers .small_text_about {
        color: red;
    font-weight: bold;
   }

   .whychoose_cnts  {
  /*margin-right: 100px;*/
  width:400px; list-style: url(../images/listicon.png); color:#4570D3;
 /* float: right;*/
 margin-top: 3%;
}

 .about_trailer_ul{
  list-style: url(../images/listicon.png); color:#4570D3
}
.remove_pad { padding: 0; }
.about_trailers  h3  ,  .our_trailers  h3 , .license_registration h3 { text-align: center; }

.contact_senddd {
      float: right;
    margin-bottom: 10%;

        background-color: #304d84 !important;
    border-color: #304d84 !important;

}

.contact_title {
  font-weight: bold;
}

#request_quote .modal-body {     width: 50%;
    margin: auto; }

    .submit_request {     margin: auto;
    text-align: center;
} 

.guest_user  .logo{    
   width: 200px;
   /* height: 80px; */
       margin-left: -16px;
}

.family_below {     
  text-align: center;
    color: #304d84;
    font-weight: bold;
     }
.line_id {
  text-align: center;font-weight: bold;
}
.line_logo ,  .qr_code { text-align: center; }
.line_logo img { text-align: center; width: 40%; }
.qr_code .qr_images { text-align: center; width: 50%; }
.qr_code .flag_img { width: 10%; }


.exit_design {
      color: red;
    font-weight: bold;
}
.title_center {text-align: center;color: black;
    font-weight: bold;}
.page_content_p p{    margin: 0 0 15px 0;}

.middle_display {text-align: center;
    width: 80%;
    margin: auto !important; }

    .about_us_img { width: 50%;  margin: auto; }
    .click_here {
      color: #304d84;font-weight: bold;
    }

    ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  
text-indent: -5px;
}


    ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
.license2 { text-align: center; }

.caution_img { width: 50%; }
.caution_div { text-align: right; padding: 0;}
.caution_samll  img { width: 25%; }
.caution_samll { text-align: center; }
.about_us_img { text-align: center; }

.update_discount_user { text-align: center; padding-top: 10%;}

.close_right { float: right; } 

.padd_zero { padding: 0px; }


.or_style {
      text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0;
    color: #555;
}

.guest_sliders { margin-top: .5%; }
#logo { margin-left: -10px; }

.header_menu a.menu-active{ font-weight:600;}

.master_logo { text-align: center; }

.dealer_dash { text-align: center; }
.dealer_dash h2 {  
  font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.1;
    color: black !important;
    margin: 0 0 20 px 0;
    padding: 0;
    font-family: inherit !important;     background-color: unset; }

    .welcome_text { padding-top: 5%; }

    .user_log_header { padding-right: 0 !important;  text-align: right;}


    .config_contents .texts{    padding-left: 3%;}

    .register_title {
              font-weight: bold !important;
    text-align: center;
        color: #304d84;
    margin-bottom: 0%;
    }