
@font-face {
    font-family: 'Hyundai Sans Head Office';
    src: url('HyundaiSansHeadOffice-Bold.eot');
    src: local('Hyundai Sans Head Office Bold'), local('HyundaiSansHeadOffice-Bold'),
        url('HyundaiSansHeadOffice-Bold.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansHeadOffice-Bold.woff') format('woff'),
        url('HyundaiSansHeadOffice-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Head Office';
    src: url('HyundaiSansHeadOffice-Light.eot');
    src: local('Hyundai Sans Head Office Light'), local('HyundaiSansHeadOffice-Light'),
        url('HyundaiSansHeadOffice-Light.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansHeadOffice-Light.woff') format('woff'),
        url('HyundaiSansHeadOffice-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Head Office';
    src: url('HyundaiSansHeadOffice-Medium.eot');
    src: local('Hyundai Sans Head Office Medium'), local('HyundaiSansHeadOffice-Medium'),
        url('HyundaiSansHeadOffice-Medium.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansHeadOffice-Medium.woff') format('woff'),
        url('HyundaiSansHeadOffice-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Head Office';
    src: url('HyundaiSansHeadOffice-Regular.eot');
    src: local('Hyundai Sans Head Office'), local('HyundaiSansHeadOffice-Regular'),
        url('HyundaiSansHeadOffice-Regular.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansHeadOffice-Regular.woff') format('woff'),
        url('HyundaiSansHeadOffice-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('HyundaiSansTextOffice-Regular.eot');
    src: local('Hyundai Sans Text Office'), local('HyundaiSansTextOffice-Regular'),
        url('HyundaiSansTextOffice-Regular.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansTextOffice-Regular.woff') format('woff'),
        url('HyundaiSansTextOffice-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('HyundaiSansTextOffice-BoldItalic.eot');
    src: local('Hyundai Sans Text Office Bold Italic'), local('HyundaiSansTextOffice-BoldItalic'),
        url('HyundaiSansTextOffice-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansTextOffice-BoldItalic.woff') format('woff'),
        url('HyundaiSansTextOffice-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('HyundaiSansTextOffice-Medium.eot');
    src: local('Hyundai Sans Text Office Medium'), local('HyundaiSansTextOffice-Medium'),
        url('HyundaiSansTextOffice-Medium.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansTextOffice-Medium.woff') format('woff'),
        url('HyundaiSansTextOffice-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('HyundaiSansTextOffice-Bold.eot');
    src: local('Hyundai Sans Text Office Bold'), local('HyundaiSansTextOffice-Bold'),
        url('HyundaiSansTextOffice-Bold.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansTextOffice-Bold.woff') format('woff'),
        url('HyundaiSansTextOffice-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('HyundaiSansTextOffice-Italic.eot');
    src: local('Hyundai Sans Text Office Italic'), local('HyundaiSansTextOffice-Italic'),
        url('HyundaiSansTextOffice-Italic.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansTextOffice-Italic.woff') format('woff'),
        url('HyundaiSansTextOffice-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('HyundaiSansTextOffice-MediumItalic.eot');
    src: local('Hyundai Sans Text Office Medium Italic'), local('HyundaiSansTextOffice-MediumItalic'),
        url('HyundaiSansTextOffice-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('HyundaiSansTextOffice-MediumItalic.woff') format('woff'),
        url('HyundaiSansTextOffice-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

body, html {
  height: 100%;
  font-family: 'Hyundai Sans Head Office';
  font-style: normal;
  }

body{
  margin:0;
}

* {
  box-sizing: border-box;

}
* {
    margin: 0px;
    padding: 0px;

}
.bg-img {
  /* The image used */
  background-image: url("../images/bg8.jpg");
  background-size: contain;
  min-height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 1349px;
}

/* Add styles to the form container */
.container-custom {
  position: absolute;
  font-size: 14px;
  background-color: white;
  /*padding-bottom: 50px;
  margin-bottom: 10px;*/
  padding: 7px 10px;
  border: 1px solid #e5e5e5 !important;
  margin: 50px 0;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 10px;
  margin: 0px 0 8px 0;
  border: none;
  background: #f1f1f1;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;padding-bottom: 10px;
}

input[type=number],input[type=date],select{
  width: 100%;
  margin: 0px 0 8px 0;
  border: none;
  background: #f1f1f1;
  padding-bottom: 12px;
  padding-top: 10px;
  padding-left: 7px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

input[type=number]:focus,input[type=date]:focus,select:focus{
  background-color: #ddd;
  outline: none;
}
.custom-dropdown {
  width: 100%;
  color: gray;
  border: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #274571;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  margin-top:10px;
  padding-bottom: 20px;
}

.btn:hover {
  opacity: 1;
  color:white;
}

.radio-button-custom .container-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 37px;
  padding-bottom: 10px;
}

/* Hide the browser's default checkbox */
.radio-button-custom .container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.radio-button-custom .container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-button-custom .container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-button-custom .container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-button-custom .container-radio .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-bottom: 10px;
}

textarea{
    height: 60px !important;
    resize: none;
}
h2{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    border-bottom: 1px solid #bdbaba;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.details{
  text-align: right;
}
.details p{
  margin: 0;
  color: #0c62ad;
  font-weight: bold;
  display: inline-block;
  margin-top: 19px;
  vertical-align: middle;
  margin-right: 9px;
  border-right: 1px solid #0c62ad;
  padding-right: 11px
}
.details p:last-child{
  border:none;
  margin-right:0;
  padding-right:0;
}
.details p i{
  margin-right: 5px;
}
.details p>a:hover{
  color: #0c62ad;
  text-decoration: none;
}

.car-show{
  height: 47px;
}


/*footer*/
.col_white_amrc { color:#FFF;
}

footer { 
  width:100%;
  background-color:#274571; 
  min-height:250px; 
 }

.pt2 { 
  padding-top:40px ; 
  margin-bottom:20px ;
}
footer p { font-size:13px; 
  color:#CCC; 
  padding-bottom:0px; 
  margin-bottom:8px;
}
.mb10 { 
  padding-bottom:15px ;
}
.footer_ul_amrc {
 margin:0px ;
  list-style-type:none ;
   font-size:14px; 
   padding:0px 0px 10px 0px ; 
 }
.footer_ul_amrc li {
  padding:0px 0px 5px 0px;
}
.footer_ul_amrc li a{ 
  color:#CCC;
}
.footer_ul_amrc li a:hover{ 
  color:#fff;
  text-decoration:none;
 }
.footer-left { float:left;}
.padding-right {
 padding-right:20px; 
}

.footer_ul2_amrc {
  margin:0px; 
  list-style-type:none; 
  padding: 0px;
}
.footer_ul2_amrc li p { 
  display:table;
   }
.footer_ul2_amrc li a:hover {
 text-decoration:none;
}
.footer_ul2_amrc li i {
 margin-top:5px;
}

.bottom_border { 
  padding-bottom:30px;
}

.foote_bottom_ul_amrc {
  list-style-type:none;
  padding: 0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { 
  display:inline;
}
.foote_bottom_ul_amrc li a { 
  color:#999; 
  margin:0 12px;
}

.social_footer_ul {
 display:table;
  margin:15px auto 0 auto; 
  list-style-type:none; 
}
.social_footer_ul li {
 padding-left:20px;
  padding-top:10px;
 float:left; 
}
.social_footer_ul li a { 
  color:#CCC; border:1px solid #CCC; 
  padding:8px; 
  border-radius:50%;
}
.social_footer_ul li i {  
  width:20px; 
  height:20px; 
  text-align:center;
}
.footer a{
  color:white;
}

.custom-subnav-content a:hover {
  color: #274571!important 
}

.custom-copyright-padding {
  padding: 10px 0;
}

.fa-4x {
    font-size: 2em!important;
}

.container-fluid {
  max-width: 80%;
}


/*form button */
.custom-form-btn {
    background-color: #274571;
    width: 45%;
    margin-left: 15px;
    padding: 1.00rem .75rem !important;
}


/*header*/
.custom-container {
  width: 1345px;
  background: #274571;
  width: 100%;
}
.main-header {
  width: 100%;
  background-color: #f0f0f0;
}

.logo img {
  margin-top:17px;
  width: 85%;
  margin-left: 27px;
}


/* The navigation menu */
.custom-navbar {
  overflow: hidden;
  background-color: #274571;
  /*height: 63px;*/
  padding: 0 28px;
}

/* Navigation links */
.custom-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.custom-subnav {
  float: left;
  overflow: hidden;
}

/* custom-Subnav button */
.custom-subnav .custom-subnavbtn {
  font-size: 19px; 
  border: none;
  outline: none;
  color: white;
  padding: 8px 15px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.custom-navbar a:hover, .custom-subnav:hover .custom-subnavbtn {
  background-color: #274571;
}

/* Style the custom-subnav content - positioned absolute */
.custom-subnav-content {
  display: none;
  position: absolute;
  left: 15px;
  background-color: #f0f0f0;
  width: 775px;
  z-index: 1;
}

/* Style the custom-subnav links */
.custom-subnav-content a {
  float: left;
  color: #000000;
  text-decoration: none;
}

/* Add a grey background color on hover */
.custom-subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the custom-subnav container, open the custom-subnav content */
.custom-subnav:hover .custom-subnav-content {
  display: block;
}

.custom-subnav-content img {
  width: 105px;
}

.custom-contact {
  text-align: center;
  padding-top: 10px;
}

.custom-contact a {
  font-size: 15px;
  color: #fff;
}

/*outlet*/
.custom-outlet {
  background-color: #ededeb;
}
.custom-outlet-heading{
  padding: 20px 0 0;
}

.location-head {
    padding: 7px 10px;
    color: #fff;
    display: inline-block;
    background-color: #274571;
    text-align: center;
    font-size: 16px;
}

.location-address a{
    color: #5B5B5B!important;
    font-size: 15px;
    font-weight: 600;
}

.location {
  padding-bottom: 15px;
}

.location hr {
  border-top: 1px solid #000;
}

.location p {
  font-size: 15px;
}

/*slider css*/
  .vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
  }

  .custom-form {
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    background-color: rgba(237, 237, 237, 0.5);
    background-color: hsla(0, 0%, 93%, 0.58);
    width: 500px;
    position: relative;
    bottom: 30px;
  }

  /*#carousel-img {
    height: auto;
    width: 100%;
  }*/

  .form-bottom {
    text-align:center;
  }
  .form-bottom p {
    font-weight: bold;
  }

  .gift-text {
    font-size: 16px;
  }
  .privacy-text {
    font-size: 12px;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
  }
/* /slider css*/

/*testimonial*/
/* Scss Document */
.orange-fade {
    background: linear-gradient(135deg,#274571 0,#337ab7 100%);
    padding: 20px 0;
}
.pos-r {
    position: relative!important;
}
.white {
  background: #fff;
}
.text-white {
    color: #fff!important;
}
.text-gray {
  padding: 15px;
  height: 150px;
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.separator {
  width: 100%;
  height: 3px;
  margin: 1.2em auto 1em;
  background: #274571;
  position: relative;
  top: 30px;
}
.one-slide {
  border-radius: 3px;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 250px;
}
.testimonial-customer-name {
  position: relative;
  top: 30px;
}
.testimonial-customer-name  p{
  font-weight: bold;
}

.carousel-controls .control {
  position: absolute;
  cursor: pointer;
  top: 56.4%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  c
}
.prev {
  left: -1.875rem;
}
.next {
  right: -1.875rem;
}
.testimonial-carousel { 
  &.slick-initialized { 
    display: block; 
  }
 .message {
    width: 100%;
    font-size: .9rem;
  }
  @media (max-width: 575px) {
    .one-slide {
      height: 200px;
    }
    img {
        width: 40%;
      }
  }
}
/* /testimonial*/

/*scroll to top button*/
.scrollToTop {
  margin: 0 30px 20px 0;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 17px;
  left: 25px;
  display: none;
}
.scrollToTop:hover {
  text-decoration: none;
}
.scroll-top a {
  background: #ffffff;
  color: #000000;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 3px;
  font-weight: bold;
}
/* /scroll to top button*/

/*laptop screen*/
@media (min-width:1025px) {
  .custom-subnav:hover .custom-subnav-content
  {
  width: 100%;
  }
  .part_ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style-type: none;
  display: inline-block;
  }    
  /*siderbar laptop*/
  #tog{
  text-align: right;
  left:-200px;
  width: 100%;
   margin: 0;
   visibility: hidden;
  }
  #loc{
      color: white;
  }
}

/*tablet screen*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
  html{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  }

  body {
    margin: 0;
    overflow-x: hidden;
  }
  .custom-container {
  width: 100%;
  max-width: 100%;
  }
  .main-header{
    background: #274571;
  }
  /*.custom-dropdown {
    margin-bottom: 35px;
  }*/
  .custom-subnav:hover .custom-subnav-content {
  width: 100%;
  }
  .col-md-7{
  padding: 0;
  }
  .logo img {
  width: 50%;
  }
  /*submunu drop fixed*/
  .custom-subnav-content{
  left: 0px;
  right: 15px;
  }
 
  .bg-img{
  width: 100%;
  background-size: cover;
  background-color: #f0f0f0;
  }
  .container-custom{
  width: 36%;
  font-size: 20px;
  margin: 50px 25px;
  }
  /*#drop{
  margin-top: -24px;
  }  */ 
  .custom-contact{
  padding-bottom: 10px;
  }
  .custom-contact a
  {
  font-size: 20px;
  }
  .foot{
  margin-top: 9%;
  text-align: left;
  }
  .part_ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style-type: none;
  display: inline-block;
  }
  .part_ul li{
  list-style-type: none;
  display: inline-flex;
  width: 16%;
  height: auto;
  text-align: center;
  font-size: 10px;
  } 
  input[type=text]{
  font-size: 14px;
     }
  input[type=number], input[type=date], select {
  font-size: 14px;
  }

  /*Services pages*/
  /*sidebar css*/
  #tog{
  visibility: hidden;
  }

  #loc{
    color: white;
    
    margin: 8px 0 20px 0;
  }
  .custom-form {
    width: 370px;
  }
  .gift-text {
    font-size: 14px;
  }
  .privacy-text {
    font-size: 11px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .custom-form { 
    padding: 5px 25px;
    bottom: 0;
  }
  .vertical-center {
    min-height: 0;
    margin-top: 15px;
  }
}
 
/*mobile*/
@media(min-width: 320px) and (max-width: 480px)
{

  html{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
  body{
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  }
  .main-header{
  width: 100%;
  }
  .logo img {
    margin-left: 20%;
  }
  
  .col-md-2{
  padding: 0;
  }

  .col-md-7{
  padding: 0;
  }
  /*navigation*/
  .custom-subnav {
    width: 29%;
  }

  .custom-subnav:hover{
  display: block;
  }
  .custom-subnavbtn:hover{
  background-color: #CCC;
  }

  .custom-subnav-content a:hover{
  background-color: #CCC;
  }

  /**/


  .logo img {
  width: 60%;
  }
  .bg-img{
  width: 100%;
  background-color: #CCC;
  }
  /*form control part*/

  #form-holder{
  height: 270px;
      margin: 0 -15px 0 -15px;
  }
  h2 {
  font-size: 18px;
  }
  input[type=text]
  {
    margin: 0px 0 8px 0;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    background: #f1f1f1; 
    border: 1px solid grey;
    border-radius: 5px;
    /*padding: 5px;*/
    /*border: 1px solid #80808000;*/
  }
  input[type=number], input[type=date], select{
    padding-bottom: 6px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid grey;
    background: #f1f1f1; 
    border-radius: 5px;
   /* border: 1px solid #80808000;*/
  }
  .custom-form-btn {
    width: 55%;
    height: 35px;
    margin: 15px;
  }
  .location-address{
   font-family: justify;
  }

  #p-head{
    font-size: 15px;
  }
  .location-address a {
    font-size: 11px;
  }
  #drop{
  margin-top: -13px;
  margin-bottom: -12px;
  } 
  /*form end*/    
  
  .container-custom{
  font-size: 11px;
  width: 50%;
  margin-left: 4%;
  margin-top: 13%;
  }
  .container-custom {
  margin: 50px 80px;
  background-color: #000000c4;
  border: 1px solid #e5e5e500 !important;
  outline-style: solid;
  outline-color: floralwhite;
  }


  .custom-navbar{
  width: 100%;
  height: 15%;
  padding-left: 33px;
  }
  .custom-subnav .custom-subnavbtn{
  font-size: 13px;
  font-family: sans-serif;
  }
  .custom-contact a
  {
  font-size: 12px;
  }

  #mob{
  float: left;
  font-size: 14px;
  padding-left: 32px;
  }
  #mail{
  float: left;
  font-size: 14px;
  padding-left: 32px;
  font-family: sans-serif;
  }

  
  .pt2{
  font-size: 13px;
  }

  #fmn{
    padding-top:40px;
  }

  #loc{
    font-size: 12px;
    color: white;
    padding-top: 40px;
    margin: 0px 0 30px 0;
  }
  #loc> a{
    font-size: 9px;
  }

  footer p {
    font-size: 13px;
    margin-top: -11px;
    padding: 0 0px 8px 0;
  }

  .part_ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style-type: none;
  display: inline-block;
  }

  .part_ul li{

  list-style-type: none;
  display: inline-flex;
  width: 32%;
  height: auto;
  text-align: left;
  font-size: 10px;
  } 

  /*dropdown*/
  .custom-subnav-content
  {
  width: 100%;
  }
  .custom-subnav:hover .custom-subnav-content 
  {
  display: inline-block;
  width: 96%;
  }

  /*#img-control img{
  width: 40%;
  display: inline-block;
  }*/
  .custom-subnav-content img {
  width: 100px;
  }
  /*#img-control a{
  width: 26%;
  display: inline-block;
  }*/
  .setting{
  padding: 0px;
  margin: 0 auto;
  width: 90%;
  }
  .set{
  /*width: 26%;*/
  width: 30%;
  display: inline-block;
  overflow: hidden;
  }
  .custom-navbar a {
  font-size: 12px;
  }

  /*footer*/
  #serve {
    font-size: 12px;
  }
  /*slider css*/
  #tog{
  position: absolute;
  left: 21px;
  top: 0px;
  width: 30px;
  font-size: 20px;
  color: #fff;
  background:transparent;
  outline:none;
  border:none;
  }
  .gift-text {
    font-size: 13px;
  }
  .privacy-text {
    font-size: 11px;
  }
  .vertical-center {
    position: relative;
    min-height: 0;
    margin-top: 15px;
  }
  .custom-form {
    width: auto;
    padding: 10px 25px;
    bottom: 8px;
  }
  .form-group {
      margin-bottom: 0; 
  }
  #drop {
    margin-top: 0;
  }
  input[type=number], input[type=date], select {
    padding: 10px 0;
    padding-left: 7px;
  }
  .one-slide {
    height: 245px;
  }

}
  
  .logo{
     background: #274571;
  }


@media (max-width:720px) {
    body > div.bg-img > form > div > div > div.container-custom{
        width:98%;
        margin-left:1%;
        height:350px;
    }
    body > div.bg-img > form > input{
        height:25px;
    }
}


/* popup css*/
  .custom-navbar {
    padding: 0;
  }
  .newsletter-content {
    padding: 40px 3px;
   
  }
  .newsletter-content h2 {
    font: 300 24px/1em 'Roboto Slab', serif;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .custom-popup-button a {
    margin-left: 15%;
    background: #fbfbfb;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #272834;
    font-size: 15px;
    font-weight: bold;
    text-decoration-line: unset;
  }
  .fancybox-skin {
    background: #274571;
  }
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/fancybox_sprite.png);
  }
  .fancybox-inner {
    overflow: hidden !important;
  }

  .no-margin {
    margin: 0;
  }

  /*carousal*/
  /*
  Removes white gap between slides
  */
  .carousel {
    background:#444;
  }

  /*
  Forces image to be 100% width and not max width of 100%
  */
  .carousel-item .img-fluid {
    width:100%;
    height:auto;
  }

  /* 
  anchors are inline so you need ot make them block to go full width
  */
  .carousel-item a {
    display: block;
    width:100%;
  }


  /*mobile view*/
  @media (min-width: 320px) and (max-width: 500px)
  { 
    .custom-subnav {
      width: 33%;
    }
    .custom-navbar {
      padding: 0 26px;
    }
    .custom-popup-padding {
      margin: 10% 5%;
    }
    .newsletter-content h2{
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0;
    }
    .newsletter-content {
      padding: 20px 0px;
    }
    .custom-contact {
      /*margin: 0px 5%;*/
      padding: 4%  0 12%;
    }
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      width: 45px;
      height: 45px;
    }
    .fancybox-skin {
      top: 15px;
    }
    .fancybox-inner {
      height: auto;
    }

  }


  /*tablet view*/
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
  {
    .custom-popup-padding {
      float: left;
      margin-left: 10%;
    }
    .custom-contact a {
      font-size: 15px;
    }
    .custom-subnav .custom-subnavbtn {
      font-size: 17px; 
      padding: 0px 16px;
    }
    .fancybox-skin {
      top: 135px;
    }
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      width: 45px;
      height: 45px;
    }
    .custom-navbar {
      padding: 0 35px;
    }


  }

/* / popup css*/

/*exit popup css*/
  #news-signup{
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 10002;
    top: 100px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    }
  #news-signup .wrapper {
    background: #948E99; 
    background: -webkit-linear-gradient(to left, #252b33 , #2E1437);
    background: linear-gradient(to left, #252b33 , #2E1437);
    position: relative;
    margin: 7% auto;
    text-align: center;
    -moz-border-radius: 3px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
    width: 50%
  }
  #news-signup_bg {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.4;
    z-index: 10001;
  }
  #news-signup_close {
    position: absolute;
    left: 100%;
    margin: 7px 0 0 -30px;
    color: #fff;
    opacity:1.3;
    cursor: pointer;
  }
  #news-signup_close::before {
    content: "×";
    font: 400 26px/1em 'Roboto Slab', serif;
  }
  #news-signup_close:hover {
      opacity:0.8;
  }
  #news-signup .newsletter-content {
    padding: 70px 3px;
    margin: 0 auto;
    background: #274571;
  }
  #news-signup .newsletter-content h2 {
    font: 300 24px/1em 'Roboto Slab', serif;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 20px;
  }
  .custom-exitpopup-button a {
    margin: 3%;
    background: #fbfbfb;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #272834;
    font-size: 15px;
    font-weight: bold;
    text-decoration-line: unset;
  }
/* /exit popup css*/

.custom-whatsapp {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 480px) and (min-width: 320px)
{
    #form-holder {
        height: 190px;
    }
    body>div.bg-img>form>div>div>div.container-custom {
        height: 300px;
    }
}