
@import url('animate.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
/* CSS Document */

html,
body {
overflow-x: hidden;
}
body {
float: left;
width: 100%;
color: #000; font-family: 'Open Sans', sans-serif;
padding-right: 0 !important;
position: absolute;
}
.modal-open {
padding-right: 0!important;
overflow: hidden;
}
::-moz-selection {
/* Code for Firefox */
color: #fff;
background:  #034c79;
}
::selection {

}

.btn{ box-shadow: none; outline: none;}
button{ box-shadow: none; outline: none;}

/* remember to define focus styles! */
:focus {
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
}
p {
color: #000;
line-height: 24px;
font-size: 14px;
}
ul li,
ul li a,
ol li,
ol li a {
color: #161616;
font-size: 14px;
line-height: 26px;
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
:focus {
outline: none;
}
.no-padding {
padding: 0px;
}
.text-left {
text-align: left !important;
}
.mob-only {
display: none;
}
.desktop-only {
display: block;
}
.layout {

width: 100%;
background: #ffffff; 
overflow: hidden;
margin: 0 auto;
max-width: 100%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.desktop {
display: block;
}
.mob-view {
display: none;
}

.margin-auto{margin: auto; float: none;}
.full-width{width: 100% !important;}
.header { position: fixed; height:auto;padding-bottom: 10px; background-repeat: repeat-x; z-index: 9999;background: #ffffff;}

.header::after{position: absolute;
    content: '';
   top: 0px;
    left: 0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;}
.header .container {
width: 100%; padding-left: 100px;padding-right: 100px;position: fixed; float:center;background: #ccc; 
}
.header .attr-nav{position: relative;  z-index: 9999; padding-right:15px;}
.header .attr-nav a{top: 2px;
    margin-left: 10px;
    text-transform: inherit;}
.header .attr-nav .phone{display:block; color:#fff; padding-top:9px; font-weight:700; font-size:18px;}
.italic{font-style: italic;}
.container {
width: 100%; max-width:100%; 
}

.header nav.navbar.bootsnav ul.nav > li > a{padding-top: 20px; padding-left: 12px;padding-right: 12px; text-transform:inherit!important;font-weight: 600 !important;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{border-top: 5px solid  #034c79;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu img{width: 20px; margin-right: 5px;line-height: 30px; float: left; -webkit-filter: sepia(1);filter: sepia(1);}

.wrap-sticky nav.navbar.bootsnav{max-width: 1360px; right:0px;background: #fff !important; margin: 0 auto;}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand > img{  max-width: 220px;}
.wrap-sticky nav.navbar.bootsnav.sticked{padding-left: 20px; padding-right: 20px;}

nav.bootsnav.brand-center .navbar-collapse{margin-top: 20px;}
.border-bottom-clear{border-bottom: 0px !important;}
.header .top-bar{background:#ccc;width: 100%; height: 40px;float: left;} 
.socialicon{padding: 0px;float: right;}

.top-bar a{padding:10px 0px; float: left; color: #fff; font-size: 13px;}
.top-bar i{margin-right:5px; font-size: 16px;}
.socialicon a{float: right;padding:10px 5px; font-size: 16px;}

.navbar-brand > img{ max-width: 220px; z-index:9999; display:block; position:absolute; left:150px; top:0%; color:#2b3990; 
width:10px;height:auto; background:#034c79; }

nav.navbar.bootsnav{border-bottom: 0px; }
.header nav.navbar.bootsnav{ border-bottom: 0px; background: rgba(255,255,255,0);height: auto; border-bottom: 0px; float: left; width: 100%;padding-top: 10px;
 padding-bottom: 5px;position: relative;z-index: 9999;}
.header nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{text-align: left; }

.inner-page .header nav.navbar.bootsnav{background: rgba(255,255,255,1);}
.header .navbar-nav > li a{color: #ffffff !important; font-weight: 500 !important; text-transform: uppercase!important;bottom:5px; font-size: 14px;}

.header .navbar-nav > li a:hover{ color:  #EF486D !important;  -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{width: 320px;}

.head-social a{ float: left;
    padding: 2px 0px !important;
    width:auto;
    height: 30px; color: #fff;
    border-radius: 0%;
    margin: 4px;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    border: 0px dashed #ccc;

}
.header .navbar-nav > li a.active{ color:#EF486D;background:#EF486D; -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; border-bottom: 0px solid #ffffff;}

.header .navbar-right .dropdown-menu{ right: auto;}
.header .navbar-nav > li.active a{color: #EF486D; font-size:25px;}
.header nav.navbar.bootsnav ul.nav > li > a.active{color: #EF486D !important;}

li a.sactive{background: #ef385a;padding: 5px 10px !important;color:#ffffff !important; border-radius: 6px !important; font-weight: bold;font-size: 14px; margin-top: 6px !important; 
height:35px; }
li a.sactive:hover{color: #ffffff !Important; background: #ef486d;}

li a.sactive-shop{background: #219AC8;padding: 5px 10px !important;color:#ffffff !important; border-radius: 50px !important; font-weight: bold;font-size: 14px; margin-right:0px;
margin-top: 6px !important; height:35px;  }
li a.sactive-shop:hover{color: #ffffff; background: #2AB3DD;}

.bottom-btn{ border:0px solid #fff;color:#ffffff; width:105px;height:28px;background:#ef385a;border-radius:5px;position:absolute; right:40px;  top:25px; bottom:420px;
display:none;z-index:9999; padding-top:0px; padding-left:0%; font-weight:300; }
.bottom-btn i{color:#ffffff; font-size:15px; font-weight:bold; }
.bottom-btn1{display:block;}

.whtsap-btn{width:50px;height:50px;background:#4FCE5D;border-radius:50%;position:fixed; right:30px; bottom:30px;border:0px solid #fff;display:none;z-index:9999;text-align: center;
    padding-top: 10px;}
.whtsap-btn i{font-size:30px;color:#fff;}

.contact-btn{ text-align:center;width:28px;height:28px;background:#FFCC2E;border-radius:50%;position:absolute; right:0px; top:25px;bottom:420px;border:0px solid #fff;
display:none;z-index:9999;padding-top: 2px; padding-left:0%; }
.contact-btn i{color:#034C79; font-size:15px;}

.contact-btn1{ display:block;text-align:center;width:20px;height:20px;background:#034c79;border-radius:10px;position:fixed; left:250px; top:30px;bottom:420px;border:0px solid #fff;z-index:9999;
    padding-top: 0px; padding-left:2px; }
.contact-btn1 i{color:#fff; font-size:15px;  }

.contact-btn2{ display:block;text-align:center;width:100px;height:20px;background:#FFCC2E;border-radius:10px;position:fixed; left:270px; top:30px;bottom:420px;border:0px solid #fff;z-index:9999;
    padding-top: 0px; padding-left:2px; }
.contact-btn2 i{color:#fff; font-size:15px;}

.help-block{position:absolute;}


.contact-banner{width: 100%; float: center; height: 25px; background: #fff; background-attachment: fixed;position:relative;background-size: cover;top:30px;}
.contact-banner h2{position:relative; float: left; text-align: left; padding-left:100px; padding-top:10px;font-size: 28px; color: #034c79; font-weight: bold;}
.contact-banner p{ font-size:12px; padding-top:50px; padding-left:80px; z-index:9999;}
.contact-banner  a {  color :#034c79; }

.booking-banner{width: 100%; float: center; height: 80px; background: #fff; background-attachment: fixed;position:relative;background-size: cover;top:55px;}
.booking-banner h2{position:relative; float: left; text-align: left; padding-left:100px; padding-top:10px; padding-bottom:10px;font-size: 28px; color: #034c79; font-weight: bold; }
.booking-banner p{ padding-left: 100px; padding-top:25px; font-size:12px;}
.booking-banner  a {  color :#034c79; }

.inner-banner2{width: 100%; float: left; height: 280px;background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(86, 148, 63, 0.8)), rgba(86, 148, 63, 0.8)  url(../img/bg/bg3.jpg) bottom center;
 position: relative; background-size: 50%;  top: -100px; margin-bottom: -100px; background-attachment: fixed; }
.inner-banner2 h2{text-align: center; font-size: 28px; color: #3e4b59; text-transform: uppercase; font-weight: bold; padding-top: 50px; }
.inner-banner2 p{ color: #fff; font-size: 14px; font-weight: 600;}
.inner-banner2 span{font-size: 16px;}

.top-content { width: 100%;float: left;padding:30px 80px 30px 80px;position: relative;height: auto;text-align: left;}
.top-content h1{font-weight: 600; text-transform: uppercase;text-align:left;line-height: 30px; font-size: 26px;margin-bottom:0px;padding-bottom: 10px;color: #034c79;}
.top-content::after{position: absolute;content: '';background: url(../img/logo.png) center center;top: 0%;left: 0px;bottom: 0px;margin: auto;height:auto;width: 100%;
opacity: 0.03;background-size: 40%;background-attachment: fixed;z-index: -1;background-repeat: no-repeat;}
	
.top-content h1 span{font-weight: 400; font-size: 20px; color: #000;}
.top-content p{font-size: 14px; line-height: 24px;  text-align:left;}
.top-content h2{position:relative; text-align: left; padding-left:0px; padding-top:0px; padding-bottom:20px;font-size: 28px; color: #034c79; font-weight: bold;}
.top-content h3{line-height: 22px; font-weight: 500; font-size: 16px;padding-bottom:10px; color: #034c79; text-align:left;}
/*	
.top-content .left{position: absolute; width: 55%;background: #fff;padding: 40px;z-index: 99;    box-shadow: 0 4px 8px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.12);border-radius: 8px 40px 8px 0px; }
.top-content .right{position: absolute;right: 0px; height: 400px;background: #efefef;top: 0px;padding: 0px; overflow: hidden;}
.top-content .left:after {content: "";position: absolute;border-top: 1.25em solid;border-left: 1.25em solid transparent;margin-left: 0;color: #cbcbcb;left: 0;bottom: -22px;} 
*/
.welcome-logo{max-width: 400px; padding-right: 0px;margin-bottom: 15px;}
.welcome-content{ text-align:left; font-size: 16px; line-height: 24px;text-align: left; padding-left:0px;}
.welcome-content a{margin-top: 5px; color: #034c79; font-size: 13px;text-transform: uppercase;float: left;font-weight: 300;margin-bottom:10px;}


.mid-content {background: #efefef;float: left; width: 100%;padding:40px 80px 40px 80px; }
.mid-content h1{line-height: 22px;font-weight: 600;font-size: 22px;margin-bottom: 0px;text-align: left;padding-left: 0px;color: #085098; margin-top: 0px;text-transform: uppercase;
margin-bottom: 20px;}

.mi-item{padding: 40px 80px 40px 80px;border: 0px solid #ccc; border-radius: 6px;height: 140px;width: 100%;float: left;}
.mi-item h2{font-size: 20px; color: #fff; font-weight: 600;text-transform: uppercase;margin-bottom: 10px;padding-bottom: 5px;text-align: center;line-height: 30px}
.mi-item p{font-size: 16px; text-align:left;line-height: 26px; color: #fff}
.lpc{padding-left: 0px;margin-left: -15px;padding-right: 0px;}
.mi-item2{padding: 70px 30px;border: 0px solid #ccc; border-radius:0px  6px 6px 0px;height: 400px;background: #fff;    background-size: 100% !important;margin-top: 30px;
box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);background:#fff; position: relative;}
.mi-item2::after{content: '';position: absolute;background: url(../img/logo-only.jpg) center center;background-attachment: fixed;background-size: 40% !important;
    top: 0px;bottom: 0px;right: 0px;left: 0px;width: 100%;opacity: 0.1;background-repeat: no-repeat;}
.mi-item2 h2{font-size: 18px;
    color: #085098;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 28px;
    text-align: center;}
.mi-item2 p{font-size: 14px; text-align:left;line-height: 22px;}
.mi-item2 a{background:#085098;padding: 10px;color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;float: left;    position: absolute;
    right: 0px;
    left: 0px;
    display: inline-grid;
    max-width: 225px;
    margin: 6px auto; }
.mi-item2 a span{    background: #085098;
    padding: 10px;
    border: 2px solid #fff;
    float: left;
    width: 100%;
    BORDER-RADIUS: 8px;}
.slide-wrap {
width: 100%;
background: #ccc;
float: left;
}
.main-slider {
z-index: 99;
position: relative; height:auto;top:0px;margin-bottom: 0px;
left: 0;
bottom: 0;
right: 0;

    
}
.pad0{padding: 0px;}
.main-slider .container {
padding-top: 300px;
}
.swiper-container {
width: 100%;
margin-left: auto;
margin-right: auto;
height:97vh;
}
.slide-btn-wrap{position: absolute;}
.swiper-button-white{border-radius:0%; width: 70px; height: 70px;border: 0px solid #3e4b59; background-size:26px;}
.swiper-button-next{bottom:0px; top:0px; right: 10px;margin: auto;}
.swiper-button-prev{bottom: 0px;; top: 0px;right: auto; left:10px;margin: auto;}
.main-slider .swiper-pagination {
right:0px !important; left:0px  !important; 
bottom:15px !important; top:auto!important; width: fit-content;margin:0 auto;
}
.main-slider .swiper-pagination-bullet {float: left;background: #034c79 !important;width: 40px; height: 5px;  margin-right: 8px !important;margin: 10px; opacity: 1;
 border-radius: 2px;left: 10px; top: auto !important; bottom: 10px; float: left;}
.main-slider .swiper-pagination-bullet-active {
width: 40px; height: 5px; background: #fff !important;opacity: 1 !important;
}
.main-slider .swiper-slide {background: url(../slider/ban-bg.jpg);background-size: cover;}
.main-slider .gallery-top {
width: 100%;
}
.slide-img{margin-top: 5%;}
.main-slider .content {

height:40%; padding:0px 10%;     box-shadow: 0 4px 8px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.12);
    border-radius: 8px 40px 8px 0px;
background: #fff;float: left; display: inline-table;border-left: 5px solid  #034c79;
position: absolute;height:280px;
 margin:auto auto; float: left; width: 100%;top: 0px; padding: 30px; margin-top:30%;left: auto;right: -100px;z-index: 999;
}
.main-slider .content .text{ position:relative; left: 0px; right: 0px; top: 0px; bottom:0px; margin: auto;text-align: left;height:100%;padding:20px 20px;  float: left;}
.main-slider .content h1 {
font-size:30px;
font-weight: bold; text-transform: uppercase; 
color: #000;
 margin-bottom: 15px;;padding: 0px;padding-bottom: 15px;
 
}
.home-form .col-xs-6{width:50%; padding-left:25px; padding-right:10px;}
.home-form .col-xs-12{width:100%; padding-left:25px; padding-right:10px; padding-top:15px;}
.home-form .col-xs-4{width:33%; padding-left:25px; padding-right:10px;}
.home-form.col-xs-8 {width:100%;}
.home-form{height:100%; width: 100%;max-width:1060px  !Important; position: relative; font-weight:500; margin-top: 10px; margin:70px auto; padding-bottom:10px;
 padding-right:10px; padding-top:10px;background:#f0f0f0; border-radius: 0px; border:0px solid #ccc; }
.home-form label{margin-top: 20px;font-size: 14px; color: #034c79 !important; margin-bottom:10px;}
.home-form input,
.home-form select{position:relative; border-radius: 0px; border: 0px; border-bottom: 1px solid #ccc;padding-left: 5px;padding-top: 5px;
margin-bottom: 10px; background: #fff;color:#000; font-size:14px; font-weight:100;padding-bottom:5px; box-shadow: inset 0 0px 0px rgb(0 0 0 / 52%);}
.home-form input[type="submit"]{font-size:9px;border:0px; border-radius: 0px;background: #034c79; padding-bottom:10px;
text-transform: uppercase; margin-bottom:10px;padding:11px; color:#fff; position:relative; width: 100%; }
 .form-control:focus {
        border-color: #034c79;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(3, 76, 121, 0.5);
    }
/* The form-check-label */
.form-check-label {
 display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 10px !important;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Hide the browser's default radio button */
.form-check input {
  position: relative;
  opacity: 2;
  cursor: pointer;
}

.form-check label:before {
  display: inline-block;
  position: relative;
  border-radius: 11px;
  border: 2px solid #004c97;
  background-color: transparent;
}	
.home-form input[type=radio]:checked + label:after {
  border-radius: 11px;
  position: relative;
  opacity: 2; 
  cursor: pointer;
  content: "\2022";
  display: block;
  background: #004c97 !important;
}
   

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.home-form input[type=""] { position:relative; border-radius: 0px; border: 0px; border-bottom: 1px solid #ccc;padding-left: 5px;padding-top: 5px;
margin-bottom: 10px; background: #fff;color:#000; font-size:14px; font-weight:100;padding-bottom:5px;
   
}
.home-form input[type=""] { position:relative; border-radius: 0px; border: 0px; border-bottom: 1px solid #ccc;padding-left: 5px;padding-top: 5px;
margin-bottom: 10px; background: #fff;color:#000; font-size:14px; font-weight:100;padding-bottom:5px;
   
}

.contact-form .col-xs-6{width:50%; padding-left:25px; padding-right:10px;}
.contact-form .col-xs-12{width:100%; padding-left:25px; padding-right:10px; padding-top:15px;}
.contact-form .col-xs-4{width:30%; padding-left:25px; padding-right:10px;}

.contact-form{height: 100%;
    width: 100%;
    position: relative;
    font-weight: 500;
    margin: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
	padding-left: 10px;
    padding-top: 0px;
    background: #f0f0f0;
    border-radius: 0px;
    border: 0px solid #ccc; }
.contact-form label{margin-top: 20px;font-size: 14px; color: #034c79 !important; margin-bottom:10px;}
.contact-form input,
.contact-form select{position:relative; border-radius: 0px; border: 0px; border-bottom: 1px solid #ccc;padding-left: 5px;padding-top: 5px;
margin-bottom: 10px; background: #fff;color:#000; font-size:14px; font-weight:100;padding-bottom:5px;}
.contact-form input[type="submit"]{font-size:9px;border:0px; border-radius: 0px;background: #034c79; padding-bottom:10px;
text-transform: uppercase; margin-bottom:10px;padding:11px; color:#fff; position:relative; width: 100%; }

.contact-form button{    
    background: #ef385a;
    float: right;
    padding: 10px;
    margin-bottom: 20px;
    top: 20px;
    color: #ffffff;
    border: 0px;
    font-weight: 500;
    text-transform: none;
    border-radius: 5px;
    margin-right: 20px;
    width: 100px;
    font-size: 14px; }

.contact-form .col-xs-6{width:50%; padding-left:10px; padding-right:30px;}
.contact-form .col-xs-12{width:100%; padding-left:10px; padding-right:10px; padding-top:15px;}
.contact-form .col-xs-4{width:30%; padding-left:10px; padding-right:10px;}


/*.ajax_form{margin:70px auto;
margin-top: 10px;max-width:600px !Important; right:0%; position: relative; font-weight:500;  padding-bottom:10px;
 background: rgba(0, 0, 0, 0.1); border-radius: 15px; color:#000; }

.ajax_form input,
.ajax_form select{font-size:14px;font-weight:100; position:relative; border-radius: 0px; border: 0px; box-shadow: 0px 0px 0px 0px;  
border-bottom: 1px solid #ccc;padding-left: 5px;padding-top: 10px; margin-top: 10px;margin-bottom: 10px;background: none;color:#000;} */


.ajax-form .success {border: none;font-size: 12px; font-weight:100;font-family: Time New Roman;  color:#000;} 
.ajax-form .error { font-weight:100; border-bottom: 2px solid red; font-family: Time New Roman; font-size: 12px;  color:#000;}

.input-wrapper * {position: absolute;color:#000;}
.input-wrapper label {z-index: 0;line-height: 10px;font-size:10px;font-weight: 100;color:#000;}
.input-wrapper input {text-indent: 25px;color:#000;}

.input-wrapper1 * {position: absolute;}
.input-wrapper1 label {z-index: 10;line-height: 10px;font-size:10px;font-weight: 100;}
.input-wrapper1 input { text-indent: 30px;}

.home-mid-section{ background:  linear-gradient(rgba(62, 75, 89, 0.8), rgba(62, 75, 89, 0.9)), url(../img/bg/mid-bg.jpg) bottom center;height: auto; 
width: 100%; background-attachment: fixed;  background-size: cover;  padding-top: 5%;padding-bottom: 7%;}
.home-mid-section h1{color: #fff; font-size: 36px; text-transform: uppercase; font-weight: 600; text-align: justify; line-height: 42px; margin-bottom: 10px;}
.home-mid-section h2{color:#085098; font-size: 18px; text-align: justify;  line-height: 28px; text-transform: uppercase; font-weight:600; }
.home-mid-section p{color: #fff; font-size: 14px; text-align: justify;  line-height: 24px;}

.home-bottom-section{background: url(../img/bg/map-bg.jpg) center center; background-attachment: fixed; height: 440px; width: 100%;position: relative;}

.readbtn{font-size: 14px;
    line-height: 24px;
    text-align: left;}
.readbtn:hover{color:  #034c79; background: none;}
.readbtn::after{display: none;}

.home-productline{width: 100%;background: #fafafa;padding: 50px 0px;}
.home-productline ul li{width: 100%; float: left; border-bottom: 1px solid #ccc;padding-bottom: 2px;padding-top: 2px;}
.home-productline h2{text-transform: uppercase; font-weight: 600;margin-bottom: 10px; color: #1f5694;}
.home-productline a{line-height: 22px; font-weight: 400;}
.home-productline img{width: 40px; float: left; margin-right: 10px;}

.after{position: relative;margin-bottom: 10px; padding-bottom: 10px;}
.after::after{ position: absolute; content: '';width: 100px; height: 2px;background:#000; clear: both;left: 0px; bottom: 0px; right: 0px;margin: auto;}

.home-slider1-wrap{height:auto;min-height:300px;background: linear-gradient(rgba(0, 0,0, 0.8), rgba(0,0, 0, 0.9)), url(../img/hb.jpg) center top; 
background-attachment: fixed; float: left;width: 100%;padding: 50px 0px;background-size: cover;}
.home-slider1-wrap  h2{color: #fff;text-transform: uppercase; font-weight: 600; font-size: 20px; text-align: center;padding: 10px;}
.home-slider1-wrap p{text-align: center; color: #fff;line-height: 20px;margin-bottom: 0px; font-weight: 400;}

.home-slider1{margin-top: 10px;}
.home-slider1 p{text-align: center; color: #fff;line-height: 24px;margin-bottom: 0px; font-weight: 400;}

.index_container {padding-top:60px; width:100%;}
.carousel-inner > .item > img {width:100%; height:auto;}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0px;
    left: 5%;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {color:#fff; font-size:26px;padding-bottom: 10px;}
.carousel-caption p{color:#fff; font-size:16px;padding-top: 10px;}

.index1-testimonial-wrap{height:400px;min-height:300px; 
background-attachment: fixed; float: left;width: 100%;background-size: cover; left:0px; right:0px;}
.index1-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 28px; text-align: left;padding-left: 100px; padding-right:100px;padding-top:40px;}
.index1-testimonial-wrap  a {  color :#fff; }

.index1-testimonial{margin-top: 0px; top:0px;background: linear-gradient(rgba(255,255,255, 0.9), rgba(255,255,255, 0.8)),  center top; height:200px;width:100%;}
.index1-testimonial p{text-align: left; font-size: 18px; color: #fff;line-height: 20px; z-index:9999;padding-top: 20px; padding-left:100px; padding-right:100px;font-weight: 400;}
.index1-testimonial li  h3{text-align: left; color: #fff; font-size: 18px; z-index:9999;}
.index1-testimonial li span{color: #fff;font-size: 16px; width: 100%; float: left;}

.about-testimonial-wrap{height:400px;min-height:300px; background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9)),  url(../img/h__b.jpg) center top;
background-attachment: fixed; float: left;width: 100%;background-size: cover; left:0px; right:0px;}
.about-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 28px; text-align: left;padding-left: 60px; padding-top:20px;}
.about-testimonial-wrap  p { padding-top: 80px; color :#fff; font-size:12px; padding-left:100px; }
.about-testimonial-wrap  a {  color :#fff; }
/* Styling Pagination
.owl-theme .owl-controls .owl-page span{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border:none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #3F51B5;
}*/
.home-testimonial-wrap{margin-top: 20px;height:auto;min-height:300px;background: linear-gradient(rgba(0, 0,0, 0.8), rgba(0,0, 0, 0.9)), center top; background-attachment: fixed; float: left;width: 100%;padding: 50px 0px;background-size: cover;}
.home-testimonial-wrap  h2{ color: #fff;text-transform: none; font-weight: 700; font-size: 20px; text-align: center;padding: 10px;}
.home-testimonial-wrap p{text-align: center; color: #fff;line-height: 20px;margin-bottom: 10px; font-weight: 400;}

.home-testimonial{margin-top: 20px;}
.home-testimonial p{text-align: center; color: #fff;line-height: 24px;margin-bottom: 10px;  font-size: 14px;font-weight: 400; }
.home-testimonial h3{text-align: center; color: #fff; font-size: 18px;}
.home-testimonial h3 span{color: #fff;font-size: 16px; width: 100%; float: left;}
.owl-theme .owl-controls {
    margin-top: -15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.index-testimonial-wrap{height:auto;background:#fff; width: 100%;padding: 0px 0px; margin-bottom: 0px;}
.index-testimonial-wrap.container{width: 100%;}

.index-testimonial{margin-top: 10px; margin-bottom:10px; width:100%; height:auto;}
.index-testimonial p{text-align: center; color: #034c79;line-height: 24px;margin-bottom: 0px;  padding-top:10px;font-size: 18px;font-weight: 400; }
.index-testimonial h3{text-align: center; color: #034c79; font-size: 26px;}
.index-testimonial li img{width:100%; height:auto;} 

.home-brands{padding:40px 100px 40px 100px; float: left;width: 100%;}
.home-brands h2{color: #034c79;text-transform: none; font-weight: 600; font-size: 22px; text-align: center;padding: 10px;}

.brand-list li{float: center;width: 100%;margin:15px;}
.brand-list li img{width: 100%;padding: 10px;text-align: left;border: 0px solid #efefef;}

.brand-list .owl-next{ right: 8px;height:20%;position: absolute;top: 0px;bottom: 25px;margin:auto }
.brand-list .owl-prev{left: 8px; height:20%;position: absolute;top: 0px;bottom: 25px;margin:auto }
	
.brand-list .owl-controls{display:none;margin-top: 0px; }
.brand-list .owl-nav [class*=owl-]{color: #034c79 !important; border: 0px dashed  #034c79; border-radius: 60% !important;background: none !important; width: 40px; height: 40px;line-height: 32px;}


.contactarea{padding-top: 30px;padding-bottom: 30px;}
.contact1-form{float: left; }
.contact1-form h1{font-size: 20px;font-weight: 600;margin-bottom: 10px; color: #034c79; text-transform: uppercase;}
.contact1-form h2{font-size: 16px;font-weight: 400;margin-bottom: 5px;color: #034c79;}
.contact1-form p{text-align: justify; margin-bottom: 15px;}
.contact1-form label{font-size: 13px; margin-bottom: 6px; color:#034c79;}
.contact1-form .form-control{ border: 0px; border-radius: 0px; border-bottom: 1px solid #474747; box-shadow: 0px 0px 0px 0px; padding-left: 0px; font-size: 12px;
font-weight: 200;background: none;}
.send-btn{width: 100%;background: linear-gradient( #034c79,  #034c79); color: #fff;padding: 10px; border: 0px; position:relative; }
.send-btn:hover{color:#fff !important; background: linear-gradient( #034c79,  #034c79);  transition: .5s ease;}
.send-btn i{margin-right: 5px;}
.address-section{background: #fff;padding: 15px; float: left; width: 100%;}
.address-box{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); border: 5px solid #fff; float: left; width:100%;}
.address-section h2{color: #034c79;width: 100%; float: left; margin-bottom: 5px; margin-top: 10px; text-transform: uppercase; font-weight: 600;}
.address-section p{color: #484848;}
.address-section a{color: #484848;}
.address-section p i{margin-right: 5px; color: #3e4b59;}
.address-section hr{border: 1px solid #fff; margin-top: 3px; margin-bottom: 3px; width: 100%; }
#googlemaps { height: 600px; width: 100%; position:relative; float: left;background: #efefef; }

.map iframe{height:325px;width: 100%; margin-top:6px;}
.contact-info-section{ position:relative; padding:00px 0px 20px;} 
.contact-detail{ position:relative; padding:0px 19px; margin-bottom:40px;}
.contact-detail .inner-box{ position:relative; padding:25px 25px; background-color:#fff;min-height: 140px; border: 1px solid #fafafa;text-align: center;box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);} 
.contact-detail .inner-box h3{ position:relative; color: #034c79; font-size:18px; font-weight:600; } 
.contact-detail .inner-box .text{ font-size:13px; color:#474747; font-weight:400; margin-top:5px; margin-bottom:5px; line-height: 22px; }
.contact-detail .socialicon{float: left; width: 100%; text-align: center;}
.contact-detail .socialicon a{color: #474747; float: none;}
.careerpage{padding-top: 15px;}
.careerpage h2{font-weight: 600; font-size: 18px; margin-bottom: 10px; color: #000; text-transform: uppercase;line-height: 24px;}
/*.ajax_form{margin-top: 10px;} */

.read-btn {text-align: center; width: 100%; float: left; margin-top: 10px;margin-bottom: 15px; }
.read-btn a{width: 140px;padding: 10px 20px; text-align: center; background: linear-gradient(#2b3c92, #269fda); color: #fff; text-transform: uppercase; 
font-size: 14px; font-weight: 600; position: absolute; bottom: 16px; left: 0px; right: 0px; margin: auto;  }
.trpartners{border-top: 2px dashed #daeefa; width: 100%; float: left; border-bottom: 2px dashed #daeefa; padding-top: 25px;}
.trpartners h1{text-align: center;}

.image-box{position: relative; float: left;}
.image-box img{position: relative;z-index: 11;}

.home-contact{width: 100%; float: left;padding: 20px;height:auto; background:#034c79; background-attachment: fixed; background-size: cover;}
.home-contact h2{color: #fff; font-weight: 600;text-align:left;line-height:28px;margin-top:5px; font-size:14px;}
.home-contact p{color: #fff;}
.home-contact a{color:#fff;}
.home-contact a i{color:#01e675; font-size:20px;margin-right:5px;margin-left:5px;}


.home-contact ul { width:auto; height:auto; }
.home-contact ul li {list-style:none; text-transform:capitalize; color: #fff; width: 100%;}
.home-contact ul li a {float:left; border-radius:10px;color:#fff;background:#3277a6;font-size:12px; font-weight:500;text-transform: uppercase; }
.home-contact ul li a:hover { color: #fff;;}

.white-btn{background: #ef385a; color: #ffffff; text-transform: none; width: 100%;}

.footer{ width:100%; float:left;margin:0px; text-align: left; min-height: 100px;  height: 230px;background: #034c79;
 background-attachment: fixed; background-size: cover; padding:20px 100px 0px 100px;}
.foot-address p{line-height: 22px !important;}
.footer img.foot-logo{max-width: 400px;}
.footer ul { padding:0px; width:auto; margin: 0 auto; padding-left: 0px; }
.footer ul li {  padding:0px 0px;line-height: 18px; float:left;list-style:none; text-transform:capitalize; color: #fff; width: 50%; text-align: left;}
.footer ul li a { font-size:12px; font-weight:500;text-transform: uppercase;}
.footer ul li a:hover { color: #fff;;}

.footer p{float: left; color: #fff;text-align: left; font-size: 13px; line-height: 20px; font-weight:400; width: 100%; text-align: justify;}
.footer a{color: #fff;}
.footer i{margin-right: 5px;}
.footer h2{float: left;color: #fff; text-align: left; width: 100%; text-transform: uppercase;  font-weight: 600; margin-bottom: 5px;}

.footer-bottom{ left:40px;width: 100%; float: left;height: 50px; padding: 10px 0px ; border-top: 1px solid #fff; margin-top: 0px;}
.footer-bottom ul li{padding: 0px 10px; float: left; width: auto;}
.footer-bottom p{float: left; color: #fff;text-align: left; font-size: 13px; line-height: 20px; font-weight:400; width: 100%; text-align: justify;}
.footer-bottom h1{font-size:16px; text-align:left; font-weight:700; color:#FFCC2E; float: left; line-height: 20px; width: 100%; padding-top:10px;}


.social-list{ left: 40px;
    width: 100%;
    float: left;
    height: 50px;
    padding: 15px 0px;
    border-top: 0px solid #fff;
    margin: 0px;}
.social-list ul li{padding: 0px 6px; float: right; width: auto;}
.social-bar{width: 100%; float: left; background: linear-gradient(rgba(43, 44, 49, 0.8), rgba(43, 44, 49, 0.8)), rgba(43, 44, 49, 0.8)  url(../img/bg/bg1.jpg) center center; 
padding: 30px 15px; text-align: center;}
.social-bar h1{ font-size: 22px; color: #fff; float: left; text-align: center; width: 100%; font-weight: bold;}
ul.social-icons{ margin: 0 auto;  width: 14.5%;text-align: center; }
ul.social-icons li{ margin:15px 8px; float: left;  list-style: none;}
ul.social-icons li a{ color: #fff; font-size: 22px; }

.fnewsletter{width: 100%; border:1px dashed #ccc;}
.fnewsletter input{width: 100%; border: 0px; padding: 6px; font-size: 12px; height: 40px; border-radius: 0px !important;}
.fnewsletter .input-group-addon{border-radius: 0px; background:#fff; color:  #034c79; border: 9px;padding-left: 0px; padding-right: 5px; }
.fnewsletter button{border: 0px;  background: none;}
#email_status{font-size: 12px; text-align: center;padding:5px 10px; color:#fff; width: 100%; float: left;}
.fnewsletter .success{font-size: 12px; text-align: center;padding:5px 10px; color:forestgreen; width: 100%; float: left; display: none;}
.fnewsletter .error{font-size: 12px; text-align: center;padding:5px 10px; color: red; width: 100%; float: left;display: none;}

.content-area{ }

textarea.form-control {
    margin: 0px 0px 10px 0px; width: 100%; height: 124px; 
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 5px;   
    height: 124px;
}
.about-content{float: left; padding-top:20px;width: 100%; padding:10px 85px 30px 85px;}
.about-content p{ font-size: 14px; line-height: 22px; left:0%; text-align:left;font-weight: 500; padding-top:10px;}
.about-content h1{ position:relative; text-align: left; padding-left:0px; padding-top:0px; padding-bottom:0px;font-size: 28px; color: #034c79; font-weight: bold;line-height: 22px; }
.about-content h2{ position:relative; text-align: left; padding-left:0px; padding-top:0px; padding-bottom:0px;font-size: 18px; color: #034c79; font-weight: bold;line-height: 22px; }

.contact-content{float: left; width: 100%; padding:10px 85px 30px 85px;}
.contact-content p{ font-size: 14px; line-height: 22px; left:0%; text-align:left;font-weight: 500; padding-top:0px;}
.contact-content h1{font-size: 18px; margin-bottom: 6px;font-weight: 600; color: #034c79;padding-top:15px; }

.contact-wrap{padding: 140px 100px 20px 100px;}
.contact-section {border:0px solid #034c79;padding-top: 0px; display: block;z-index: 999;background: #fff; background-attachment: fixed; background-size: cover;}
.contact-info li{width: 50%; float: left; padding-left:0px;text-align: left; margin-bottom: 10px; padding-bottom: 0px;margin-top:50px; border-bottom: 0px solid #ccc;min-height: 140px;}
.contact-info h4{position:relative; text-align: left; padding-left:0px; padding-top:0px; padding-bottom:20px;font-size: 18px; color: #034c79; font-weight: bold;line-height: 22px;  }

.info-column{ height:100%;background:#f0f0f0; padding-top:0px; padding-bottom:0px;}

.form-column h2{float: left;width: 100%; text-align: center;padding: 10px;font-weight: 600; color: #034c79;}
.info-column h2{float: left;width: 100%; text-align: center;padding: 10px;font-weight: 600;color: #034c79;}
.info-column p{text-align: center;font-weight: 400;text-align: center; line-height: 20px;margin-bottom: 15px;}
.icon-box span{padding: 10px;background:#034c79;color: #fff;width: 36px; height: 36px;line-height: 14px;margin-bottom: 10px; }

.home-form button{
        background: #EF385A;
    float: left;
    right: 100px;
    padding: 10px;
    top: 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100px;
    box-shadow: none;
    border: none;}


.form-error{display:none !important;}
.servicereq{ z-index: 29999; font-weight:300;background:#fff;border-radius: 0px; border: px solid #154c79;border-radius: 0px;}
.servicereq .modal-dialog{width: 100%; max-width: 100%; margin: 0px 0px !important}
.servicereq .modal-content{border-radius:0px;height: 100vh;background: none;}

.servicereq .modal-body{padding: 0px;}
.servicereq .close{    position: absolute;z-index: 99999;color: #03487ff;right: 10px;opacity: 1;top: 2px;font-weight:400;font-size: 40px;}

.client-area{width: 100%; padding: 15px 0px;}
.marign-auto{margin: 0 auto; float: none !Important; }

.client-area ul{width: 100%; float: left;}
.client-area ul li{width: 100%; float: left;}
.client-area ul li a{width: 100%; float: left; padding: 10px 0px; border-bottom: 1px solid #000}
.client-area ul li a h2{font-size: 18px; font-weight: 600; color: #03487f;text-transform: uppercase;    margin-top: 0px;}
.client-area ul li a h3{font-size: 16px; font-weight: 600;color: #03487f;text-transform: uppercase;}
.client-area ul li a p{font-size: 14px; font-weight: 400;color: #03487f;line-height: 20px;}
.client-area ul li img{width:100%;max-width: 120px;}
.client-area ul li .gal-img{max-width: 80px; float: right;}
.gallery a{margin-bottom: 15px; float: left;width: 100%;}

.white-btn{color: #ffffff !Important;
    font-weight: bold;}
.service{ padding-left:30px; padding-top: 20px;}
.service li{padding-left:30px;position:relative; font-size:16px;margin-bottom: 5px;line-height:26px;}
.service li::after{content:'\f085';position:absolute;font-family: 'FontAwesome';left:0px;color:#164c79;}

/* Mark input boxes that gets an error on validation: */
.form-control.invalid {
  background-color: #ffdddd;
  color:#000;
}

/* Hide all steps by default: */
.tab {
 
  opacity:1;
  transition: opacity 1.75s ease-in-out;
   -moz-transition: opacity 1.75s ease-in-out;
   -webkit-transition: opacity 1.75s ease-in-out;
}



/* Make circles that indicate the steps of the form: */
.step {
  height: 30px;
    width: 150px;
    margin: 0 2px;
    background-color: #f0f0f0;
    color: #d4d1c9;
    border: none;
    border-radius: 5px;
    display: inline-block;
    opacity: 1.5;
    font-size: 15px;
    font-weight: 600;
    padding-left: 45px;
    padding-top: 7px;
}

.step.active {
    opacity: 1;
    height: 30px;
    width: 150px;
    margin: 0 2px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px; 
    border-radius: 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding-left: 45px;
    padding-top: 7px;
}

.step.finish.active {
    height: 30px;
    width: 150px;
    margin: 0 2px;
    background-color: #f0f0f0;
    color: #034c79;
     border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    opacity: 1.5;
    font-size: 15px;
    font-weight: 600;
    padding-left: 45px;
    padding-top: 7px;
	}
.step.active span {
 width:50px;
 padding-right:40px;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #f0f0f0;
    color: #ef385a;
    border: 1px solid #ef385a;
    border-radius: 0px;
  }

/*//////////////////////////////////////country-flag/////////////////////////////////////////*/

.intl-tel-input {
  position: relative;
  display: inline-block;
  width:100%;
  
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  font-size:14px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
  background:#fff;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
  background:#fff;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
  background:#fff;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
  background:#fff;
}


.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}


.hide {
  display: none;
  color:#034c79;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}


::-webkit-input-placeholder {
  color: #BBB;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BBB;
}


#result {
  margin-bottom: 100px;
}



/* -------------------------------- 
width:100%;height:40px;background:#338dd6;border-radius:0;position:fixed; bottom:15px;border:0px solid #fff;display:none;z-index:9999;
    padding-top: 7px; padding-left:6%; font-size:25px;
Main components 

-------------------------------- */
@media (min-width: 1600px) {
.header .container {width: 100%; padding-left: 20px;padding-right: 50px;position: fixed;  background: #034c79;}
.inner-banner .overlay{margin: 0 auto; padding-left: 15px;}
.main-slider .gallery-top {width: 100%;}
.container {width: 100%; max-width:100% !important;}
.bottom-btn1 {display:none;}

}
@media only screen and (min-width: 1600px) {
.header .container {width: 100%; padding-left: 20px;padding-right: 50px;position: fixed;  background: #034c79;}

.navbar-brand > img{max-width: 220px; z-index:9999; display:block; position:absolute; left:5%; top:15%; color:#2b3990; width:auto;height:auto; display:block;  background:#034c79;}
.home-section-five .container {width: 100%;padding: 0px;max-width: 100%;}
.footer .foot-area .container {max-width: 100%;}
.bottom-btn1 {display:none;}
.index_container {padding-top:70px; width:100%;}
.carousel-inner > .item > img {width:100%; height:auto;}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {color:#fff; font-size:26px;padding-bottom: 10px;}
.carousel-caption p{color:#034c79; font-size:16px;padding-top: 10px;}

}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1600px) {
.header .container {width: 100%; padding-left: 100px;padding-right: 100px;position: fixed;  background: #034c79;}
 .navbar-brand > img{max-width: 190px; z-index:9999; display:block; position:absolute; left:0%; top:15px; color:#2b3990; width:auto;height:auto; display:block;  background:#034c79;}
.content-wrap {
    width: 100%;
}
.home-form.form-column{ 
   width: 142%;
    float: left;
    left: -132px;
    top: 11px;}
    .tat-gallery-box{height: auto;}
    .swiper-container{height:auto; }
	.header .navbar-nav > li a:hover{  -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{width: 320px;}
.header .navbar-nav > li a.active{ color:#fff;background:#034c79; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; border-bottom: 0px solid #ffffff;}
.header .navbar-right .dropdown-menu{ right: auto;}
.header .navbar-nav > li.active a{color: #fff; font-size:25px;}
.header nav.navbar.bootsnav ul.nav > li > a.active{color: #EF486D  !important;}
.header .attr-nav .sactive-shop{display:block;}
.bottom-btn1 {display:none;}



}


@media only screen and (min-width: 901px) and (max-width: 1023px) {
.header .container {width: 100%; padding-left: 20px;padding-right: 50px;position: fixed;  background: #034c79;}
.col-md-6 { padding-left:0px; padding-right: 0px;}

.navbar-brand > img{max-width: 220px; z-index:9999; display:block; position:absolute; left:5%; top:15%; color:#2b3990; width:auto;height:auto; display:block;  background:#034c79;}
 nav.navbar.bootsnav .navbar-toggle{ display:none; left:20px; background:#fff;}
 nav.navbar.bootsnav.navbar-collapse{background:#034c79; margin-top: 0px; border-bottom:0px !important;}
 nav.navbar.bootsnav .navbar-header{padding-right:0px;padding-left:0px;}

.contact-btn1{display:none;}
.contact-btn2{display:none;}
.header .navbar-nav > li a{color: #fff !important; font-weight: 500 !important; text-transform: uppercase!important; font-size: 14px;}
.header .navbar-nav > li a:hover{ color:#034c79 !important;  -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{width: 320px;}
.header .navbar-nav > li a.active{ color:#034c79;background:#EF486D; -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; border-bottom: 0px solid #ffffff;}

.header .navbar-right .dropdown-menu{ right: auto;}
.header .navbar-nav > li.active a{color: #fff; font-size:25px; background:#EF486D;}
.header nav.navbar.bootsnav ul.nav > li > a.active{color: #fff !important;}

.home-contact{padding:40px 15px;}
.home-contact .container{width:100%;}
.home-contact h2{text-align:center;line-height:28px; margin-bottom:15px;margin-top:0px;}
  .bottom-btn1 {display:none;}
 

}


@media screen and (max-width: 900px) {
    h1, h2, h3, h4, h5, h6{    line-height: 24px;}
.bottom-btn{ display:block;}
.whtsap-btn{ display:block;}
.contact-btn{ display:block; }

.header .container {width: 100%; padding-left: 100px;padding-right: 100px;position: fixed; float:center; background: #034c79;}
.top-content .container {width: 100%; padding-left: 20px;padding-right: 5px;}
.navbar-brand > img{max-width: 220px; z-index:9999; display:block; position:absolute; left:40px; top:25%; color:#2b3990; width:150px;height:40px; display:block;  background:#034c79;}

.header .attr-nav .phone{display:none; }
.header .attr-nav .sactive{display:none;}
.header .attr-nav .sactive-shop{display:none;}

nav.navbar.bootsnav .navbar-toggle{  
display:block;margin-top: 0px;background: #034c79;color: #ffffff;float:left; font-size:25px; top:12px;width:30px;
 height:30px;}
.hamburger.hamburger--squeeze.is-active { 
display:block;margin-top: 0px;background: #034c79;color: #ffffff;float:left; font-size:25px; top:12px;width:30px;
 height:30px;
}
.hamburger.hamburger--squeeze.is-active::after{display:block;margin-top: 0px;background: #034c79;color: #ffffff;float:left; font-size:25px; top:12px;width:30px;
 height:30px;}
.hamburger.hamburger--squeeze.is-active::before{display:block;margin-top: 0px;background: #034c79;color: #ffffff;float:left; font-size:25px; top:12px;width:30px;
 height:30px;}

nav.navbar.bootsnav.navbar-collapse{ background:#034c79; margin-top: 0px; border-bottom:0px !important;}
nav.navbar.bootsnav .navbar-header{padding-right:0px;padding-left:0px;}
	
.header .navbar-nav > li a{color: #fff;
    font-weight: 900 !important;
    text-transform: uppercase!important;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
	}
.header .navbar-nav > li a:hover{ 
     color:#fff !important; 
	 -webkit-transition: all 0.2s ease-out; 
	 background:#034c79;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	
}
	
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{width: 320px;}
.head-social a{ float: left;padding: 2px 0px !important;width:auto;height: 30px; color: #fff;border-radius: 0%;margin: 4px;margin-top: 5px;text-align: center;font-size: 16px;border: 0px dashed #ccc;}

.header .navbar-nav > li a.active{ color:#EF486D !important; font-size:20px;background:#034c79; -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out; border-bottom: 0px solid #ffffff;}
.header nav.navbar.bootsnav ul.nav > li > a.active {
    color: #EF486D !important;
}
.header .navbar-right .dropdown-menu{ right: auto;} 
.header .navbar-nav > li.active a{color: #034c79; font-size:25px;}
.header nav.navbar.bootsnav ul.nav > li > a.active{ background:#EF486D;color: #fff !important;}
.header .attr-nav{right: 2%; }

.about-content{ padding-top:0px;width: 100%;  padding-bottom:0px; padding-right:70px; padding-left:80px;}
.about-content p{text-align: left;font-weight: 500; font-size: 14px; line-height: 24px; padding-left:0px;}
.about-content h1{font-size: 20px; margin-bottom: 6px;font-weight: 900; color: #164c79;margin-top:15px; padding-left:0px;}
.about-content h2 {
    position: relative;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
    line-height: 22px;
}
.inner-banner p{  display:none;padding-left: 5px; padding-top:5px;}
.booking-banner p{  display: block;
    padding-left: 23px;
    padding-top: 30px;}
.inner-banner{width: 100%; float: center; height: 80px; background: #fff; background-attachment: fixed;position:relative;background-size: cover;top:65px;}
.inner-banner h2{position:relative; float: center; text-align: center; padding-top:30px;font-size: 22px; color: #034c79; text-transform: uppercase; font-weight: bold; }
.mid-content {
    background: #efefef;
    float: left;
    width: 100%;
    padding: 20px 95px 20px 120px;}
.booking-banner{width: 100%; float: center; height: 80px; background: #fff; background-attachment: fixed;position:relative;background-size: cover;padding-top: 0px;
    padding-left: 80px;}
.booking-banner h2{    position: relative;
    float: center;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;}
.contact-form button {
    background: #ef385a;
    float: right;
    padding: 10px;
    margin-bottom: 20px;
    top: 20px;
    color: #fff;
    border: 0;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    border-radius: 5px;
    width: 80px;
}	
.contact-banner h2{position: relative;
    float: center;
    text-align: left;
    padding-top: 0px;
    padding-left: 100px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;}
.home-form{
    height: 100%;
    width: 100%;
    max-width: 560px !Important;
    position: relative;
   
    margin: 51px auto;
    margin-left: 100px;
    right: 0px;
    
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 0px;
    background: #fff;
    border-radius: 0px;
    border: 0px solid #154c79;
	min-height: 60vh;
    background: #f0f0f0;}
	
 .home-form input[type="checkbox"] {
     position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 10%;
    padding-bottom: 5px;
}
.home-form input[type="radio"] {
   position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    padding-bottom: 5px;
    margin-left: -43px;
    margin-top: 40px;
    opacity: 2;
}
.footer-bottom p{float: left; width: auto !Important;}
.footer{ width:100%; float:left;margin:0px; text-align: left; height: 180px; background: #034c79;
 background-attachment: fixed; background-size: cover; padding-top:20px;}
.top-content { width: 100%;float: left;padding:20px 80px 10px 80px;position: relative;height: auto;text-align: left;} 
.top-content img{ width: 100%;float: left;padding:15px 10px 10px 5px;position: relative;} 
.top-content h1{font-size:14px !important;  }
.top-content h2{font-size:18px !important;  }
.top-content h3{ font-size:14px !important;}
.top-content p{ font-size:14px !important;line-height:28px;  text-align:left;}
.top-content a{font-size:14px !important;padding-right:10px; padding-left:20px;}
.top-content::after{display:none;}
.top-content .col-md-7, .top-content .col-md-5{width:100%; float:left;}
.top-content .col-md-7 h1{font-size:14px; padding-left:10px;}

.welcome-logo{max-width: 400px; padding-right: 0px;margin-bottom: 15px;}
.welcome-content {font-weight: 300;font-size: 15px; line-height: 24px;text-align: left; padding-left:0px;}
.welcome-content a{margin-top: 5px; color: #034c79; font-size: 13px;text-transform: uppercase;float: left;font-weight: 600;margin-bottom:10px;}
.service{width: 100%;float: left;padding:5px 20px 10px 40px;position: relative;height: auto;text-align: left;}
.service li{padding-left:px; font-size:14px;margin-bottom: 5px;line-height:26px;}
.service li::after{content:'\f085';position:absolute;font-family: 'FontAwesome';left:0px;color:#164c79;}

.map iframe{height:350px; padding-top:50px;}
	
	
.swiper-slide img{width: 100%; height: 100%; float: left;}
.swiper-container{height:auto;}
.main-slider{margin-top: 0px;height:auto;}
.home-top-section h1{font-size: 20px;}
	
.room-list-item .room-price{min-height:100px;}
.room-list-item .room-info{padding: 15px;}
.facilities ul li{width: 100%;}
.header .top-bar{padding-left: 10px; padding-right: 10px;}
.main-slider .home-form{display:none;}
.container{width:100%; padding-left: 0px;}
	
.index_container {padding-top:70px; width:100%;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width:100%; height:400px;}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {color:#fff; font-size:26px;}
.carousel-caption p{color:#fff; font-size:16px;}
.owl-theme .owl-controls {
   margin-top: -20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.home-testimonial.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.index_container {padding-top:0px; width:100%;}
.index-testimonial-wrap{height:600px; overflow:hidden;background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9));
background-attachment: fixed; float: left;background-size: cover; left:0px; right:0px; margin-top:73px;}
.index-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 20px; text-align: left;padding: 10px; padding-top:10px; padding-left:35px;}
.index-testimonial-wrap  p{ display:none;padding-top: 100px; color :#fff; font-size:12px; padding-left:35px; }

.index-testimonial{ top: 0px;
    background: linear-gradient(rgba(255,255,255, 0.8), rgba(255,255,255, 0.8)), center top;
    margin-bottom: 0px;
    margin-top: 0px;}
.index-testimonial p{ padding-top:10px; display:block;text-align: center; font-size: 14px; color: #034c79;line-height: 20px;margin-bottom: 0px; font-weight: 400;
padding-left:0px;}
.index-testimonial h3{text-align: center;  color: #034c79; font-size: 18px;}
.index-testimonial li img{} 
.index-testimonial h3 span{color: #fff;font-size: 16px; width: 100%; float: left;}

.index-testimonial.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 1250px;
    height: 600px;
    margin: 0px 0px 0px -350px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.brand-list..owl-carousel .owl-item img {
display:block;
width:90%;

}
.about-testimonial-wrap{height:350px;min-height:300px; background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9)),  url(../img/h__b.jpg) center top;
background-attachment: fixed; float: left;width: 100%;background-size: cover; left:0px; right:0px;}
.about-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 20px; text-align: left;padding: 10px; padding-top:10px; padding-left:35px;}
.about-testimonial-wrap p {
    display: block;
    padding-top: 80px;
    color: #fff;
    font-size: 12px;
    padding-left: 100px;
} 

.home-contact{padding:40px 80px;}
.home-contact .container{width:100%;}
.home-contact h2{text-align:center;line-height:28px; margin-bottom:15px;margin-top:0px;}
 
.mi-item{margin-bottom:10px;}
.form-group{float:left; width:100%;}
.contact-info li{width:100%;}
 
 

.nav > li > a{padding:10px 5px;}
.home-form .col-xs-6{width:100%; padding-left:5px; padding-right:5px;}
.home-form .col-xs-12{width:100%; padding-left:5px; padding-right:5px; padding-top: 15px;}
.home-form .col-xs-4{width:100%; padding-left:5px; padding-right:5px;}

 body.modal-open {height: 100vh;overflow-y: hidden;}
.col-md-6 { padding-left:0px; padding-right: 0px;}
.home-form.col-xs-3 {
    width: 25%;
    padding-left: 20px;
    }
.form-column.contact-form.ajax_form.col-xs-6 {width:100%; padding-left:5px; padding-right:5px;}
.client-area ul li{text-align:center;}
.col-50{width:50% !important;float:left;}
.home-form input[type="submit"]{position:fixed;bottom:0px;}
.contact-btn1{display:none;}
.contact-btn2{display:none;}
.bottom-btn1 {display:none;}

.contact-section {
    left: 1px;
    border: 0px solid #034c79;
    padding-left: 20px;
    padding-top: 20px;
    display: block;
    z-index: 999;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding-right: 20px;

}

.contact-content {
    float: left;
    padding-top: 0px;
    width: 100%;
    padding: 0px 20px 20px 20px;
}
.contact-banner p {
    font-size: 12px;
    padding-top: 50px;
    padding-left: 82px;
    z-index: 9999;
}
.social-list {
    left: 0px;
    width: 100%;
    float: center;
    height: 50px;
    padding: 20px 0px 20px 0px;
    border-top: 0px solid #fff;
    margin: 0px;
}
.step {
  height: 30px;
    width: 65px;
    margin: 10px 0px;
    background-color: #f0f0f0;
    color: #ccc;
    border: none;
    border-radius: 0%;
    display: inline-block;
    opacity: 0.5;
    font-size: 14px;
    padding-left: 0px;}


.step.active {
    opacity: 1;
    height: 30px;
    width: 75px;
    margin: 0 2px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 7px;
    margin-top: 10px;
}

.step.finish.active {
    opacity: 1;
    height: 30px;
    width: 75px;
    margin: 0 2px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 7px;
    margin-top: 10px;
}
.step.active span {
 width:50px;
 padding-right:40px;
}
.step.finish {
    background-color: #f0f0f0;
    color: #ef385a;
    border: 1px solid #ef385a;
    border-radius: 0px;
    height: 30px;
    width: 65px;
    padding-left: 6px;
}
.form-check input {
   
   
	opacity:2;
	position: relative;
    cursor: pointer;

}
.form-check-label {
    margin-top: -36px !important;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
}



@media screen and (max-width:560px) {
.header .container {width: 100%; padding-left: 30px;padding-right: 30px;position: fixed; float:center;background: #034c79;}
.top-content .container {width: 100%; padding-left: 20px;padding-right: 5px; }
.about-content.container{    width: 100%;
    padding-left: 25px;}
	
.about-testimonial-wrap p {
    display: block;
    padding-top: 80px;
    color: #fff;
    font-size: 12px;
    padding-left: 35px;
}
.about-content {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
}
.about-content h1 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 900;
    color: #164c79;
    margin-top: 5px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	position: relative;
    text-align: left;
	line-height: 22px;
}
.mid-content {
    background: #efefef;
    float: left;
    width: 100%;
    padding: 20px 45px 20px 50px;
}
.container {
    width: 100%;
   
}
.bottom-btn{ display:block;}
.whtsap-btn{ display:block;}
.contact-btn{ display:block;}
.contact-btn1{display:none;}
.contact-btn2{display:none;}
.contact-wrap {
    padding: 20px 20px;
    padding-bottom: 50px;
}
.contact-banner h2{position: relative; display:block;}
.contact-banner p {
    font-size: 12px;
    padding-top: 50px;
    padding-left: 5px;
    z-index: 9999;
}

.home-form {
    float: center;
    height: 100%;
    width: 88%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #f0f0f0;
    border-radius: 0px;
    border: 0px solid #154c79;
    margin-left: 30px;
    margin-right: 10px;
    padding-bottom: 20px;
}
.home-form input, .home-form select {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    padding-bottom: 5px;
}
.home-form input[type="checkbox"] {
     position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 10%;
    padding-bottom: 5px;
}
.home-form input[type="radio"] {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    padding-bottom: 5px;
    margin-left: -60px;
}
.nav > li > a{padding:10px 5px;}
.home-form .col-xs-12 {
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 15px;
}
.home-form .col-xs-8 {
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 15px;
}
.home-form .col-xs-6 {
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 15px;
}
.home-form .col-xs-5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
  
}
.home-form .col-xs-4 {
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 15px;
}
.home-form.col-xs-3 {
    width: 24%;
    padding-left: 10px;
    }
.contact-form .col-xs-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

li a.sactive-shop{ display:none;}
.footer.container{padding-left:2px; padding-right:2px;}
.footer-bottom ul{padding: 0px;float: none !important;margin: 30px auto;clear: both;text-align: center;width: 220px;}
.footer-bottom ul li a{ padding-left:20%;font-size:14px;}
.footer-bottom ul li{ padding-left:15px;float: center; width: auto;font-size:22px;}
.footer-bottom p{padding-left:1px; font-size:12px;float: center; text-align:center;}
 
.navbar-brand > img{display:block;z-index:9999;}
.map iframe{height:350px; padding-top:50px;}

.header .attr-nav .phone{display:none;}
.header .attr-nav .sactive{display:none;}
.header .attr-nav .sactive-shop{display:none;}
 nav.navbar.bootsnav .navbar-toggle{display:block;}
 .inner-banner p{  display:none;padding-left: 5px; padding-top:5px;}
.booking-banner p{  display: block;
    padding-left: 16px;
    padding-top: 25px;}
.booking-banner {
    width: 100%;
    float: center;
    height: 80px;
    background: #fff;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    top: 50px;
    margin-left: 15px;
	padding-top: 0px;
    padding-left: 0px;
}
.booking-banner h2 {
    position: relative;
    float: center;
    text-align: left;
    padding-top: 30px;
    padding-left: 15px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.index_container {padding-top:70px; width:100%;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width:100%; height:400px;}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {color:#fff; font-size:26px;}
.carousel-caption p{color:#fff; font-size:16px;}
.index_container {padding-top:0px; width:100%;}

.index-testimonial-wrap{height:600px; overflow:hidden;  background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9));
background-attachment: fixed; float: left;background-size: cover; left:0px; right:0px; margin-top:73px;}
.index-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 20px; text-align: left;padding: 10px; padding-top:10px;padding-left: 35px;}

.index-testimonial{margin-bottom: 0px; top:0px;background: linear-gradient(rgba(255,255,255, 0.8), rgba(255,255,255, 0.8)),  center top; }
.index-testimonial p{ display:block;text-align: left;  font-size: 14px; color: #034c79;line-height: 18px;margin-bottom: 0px; font-weight: 400; padding-top: 15px; padding-left: 25px;}
.index-testimonial h3{text-align: left;  color: #034c79; font-size: 18px; padding-top: 15px; padding-left:25px;}
.index-testimonial li img{} 
.index-testimonial h3 span{color: #fff;font-size: 16px; width: 100%; float: left;}
.index-testimonial.owl-carousel .owl-item img {
   
    display: block;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 1250px;
    height: 600px;
    margin: 0px 0 0 -350px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.top-content {
    width: 100%;
    float: left;
    padding: 20px 20px 10px 10px;
    position: relative;
    height: auto;
    text-align: left;
}
.top-content h2{font-size:18px !important;  padding-right:10px;  padding-left:8px;}
.top-content h3{ font-size:14px !important;padding-right:10px; padding-left:8px;}
.top-content p{ font-size:14px !important;line-height:20px; padding-right:10px;  padding-left:8px; text-align:left;}
.top-content a{font-size:14px !important;padding-right:10px; padding-left:20px;}
.top-content::after{display:none;}
.top-content .col-md-7, .top-content .col-md-5{width:100%; float:left;}
.top-content .col-md-7 h1{font-size:18px;padding-left:10px;padding-top:10px;}
.col-md-6 { padding-left:0px; padding-right: 0px;}
.welcome-logo{max-width: 400px; padding-right: 0px;margin-bottom: 15px;}
.welcome-content {font-weight: 500;font-size: 15px; line-height: 24px;text-align: left; padding-left:0px;}
.welcome-content a{margin-top: 5px; color: #034c79; font-size: 13px;text-transform: uppercase;float: left;font-weight: 600;margin-bottom:10px;}
.service{padding-left:20px;}
.service li{padding-left:20px;position:relative; font-size:14px;margin-bottom: 5px;line-height:26px;}
.service li::after{content:'\f085';position:absolute;font-family: 'FontAwesome';left:0px;color:#164c79;}
.bottom-btn1 {display:none;}
.info-column{height: 100%;
    width:102%;
    background: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 15px;
    top: 45px;}

	.contact-banner h2 {
    position: relative;
    float: center;
    text-align: left;
    padding-top: 0px;
    padding-left: 25px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
	
	.contact-form label {
    margin-top: 20px;
    font-size: 14px;
    color: #034c79 !important;
    margin-bottom: 10px;
    padding: 0px 12px;
}
.contact-form input, .contact-form select {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 5px;
    margin: 0px 16px 10px 26px;
    right: 15px;
    width: 95%;
}

.info-column.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
    margin-left: 10px;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 10px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px;
    margin-left: 25px;
}

.home-form.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px;
    margin-left: 0px;
}
textarea.form-control {
    width: 95%;
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 5px;
    margin: 0px 0px 10px 12px;
    height: 124px;
}
.footer {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    height: 200px;
    background: #034c79;
    background-attachment: fixed;
    background-size: cover;
    padding: 20px;
}
.footer-bottom {
    left: 40px;
    width: 100%;
    float: left;
    height: 50px;
    padding: 10px 0px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}
.footer-bottom p {
    padding-left: 1px;
    font-size: 12px;
    text-align: left;
}
.contact-content {
    float: left;
    padding-top: 0px;
    width: 100%;
    padding: 0px 20px 20px 20px;
}
.contact-section {
     width:100%;
    border: 0px solid #034c79;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    display: block;
    z-index: 999;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
}

.social-list {
    left: 0px;
    width: 100%;
    float: center;
    height: 50px;
    padding: 20px 0px 20px 0px;
    border-top: 0px solid #fff;
    margin: 0px;
}
.step {
    height: 30px;
    width: 95px;
    margin: 15px 0px;
    background-color: #f0f0f0;
    color: #d4d1c9;
    border: none;
    border-radius: 0%;
    display: inline-block;
    opacity: 0.5;
    font-size: 14px;
    padding-left: 20px;
}

.step.active {
    opacity: 1;
    height: 30px;
    width: 80px;
    margin: 15px 15px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 8px;
}
.step.active span {
 width:50px;
 padding-right:40px;
}
.step.active.finish {
    opacity: 1;
    height: 30px;
    width: 80px;
    margin: 15px 15px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 8px;
}
.form-check input {
    
    margin-top: 0;
    margin-bottom: 0;
	opacity:2;
	position: relative;
    cursor: pointer;

}
.form-check-label{
margin-top: -22px !important;

}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.info-column.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 104%;
    padding-left: 0px;
    margin-left: 10px;
}
}



@media screen and (max-width:450px) {
.container{width:100%; padding-left: 0px;padding-right:0px;}
.home-form.container{width:100%; padding: 0px 20px;}
.header .container {width: 100%; padding-left: 20px;padding-right: 20px;position: fixed; float:center;background: #034c79;}
.top-content .container {width: 100%; padding-left: 10px;padding-right: 0px; }
.col-md-6 { padding-left:20px; padding-right: 20px;}
.about-content h1 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 900;
    color: #164c79;
    margin-top: 5px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.about-content p {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    padding-top: 0px;
}
.top-content {
    width: 100%;
    float: left;
    padding: 30px 10px 10px 10px;
    position: relative;
    height: auto;
    text-align: left;
}
.top-content h2 {
    font-size: 18px ;
    padding: 0px 8px 10px 8px;
}
.top-content h3 {
    font-size: 14px ;
    padding: 0px 8px 10px 8px;
}
.top-content p {
    font-size: 14px ;
    line-height: 20px;
    padding: 0px 8px 5px 10px;
    text-align: left;
}
.mid-content {
    background: #efefef;
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
}
.about-content {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
}
.home-testimonial-wrap {
    height: auto;
    min-height: 300px;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.9)),center top;
    background-attachment: fixed;
    float: left;
    width: 100%;
    padding: 20px 30px;
    background-size: cover;}
	.home-brands {
    padding: 20px 20px;
    float: left;
    width: 100%;}
.info-column {
    height: 100%;
    width: 102%;
    background: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 70px;
    top: 50px;
}	
.contact-banner h2 {
    position: relative;
	display:block;
    float: left;
    text-align: left;
    padding-top: 0px;
    padding-left: 25px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.home-contact {
    padding: 40px 20px;
}
.home-contact .container {
    width: 100%;
    padding: 0px 0px;
}
.booking-banner {
    width: 100%;
    float: center;
    height: 80px;
    background: #fff;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    top: 50px;
    margin-left: 15px;
	padding-top: 0px;
    padding-left: 0px;
}
.booking-banner p {
    display: block;
    padding-left: 7px; 
    padding-top: 25px;
}

.booking-banner h2 {
    position: relative;
    float: center;
    text-align: left;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.home-form {
   float: center;
    height: 100%;
    width: 90%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #f0f0f0;
    border-radius: 0px;
    border: 0px solid #154c79;
    margin-left: 20px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding: 0px 15px;}
	
	.home-form input, .home-form select {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    padding-bottom: 5px;
}
.home-form input[type="checkbox"] {
     position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    padding-bottom: 5px;
    margin-left: -40px;
}
.home-form input[type="radio"] {
      position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 10%;
    padding-bottom: 5px;
    margin-left: 0px;
}
.home-form .col-xs-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 15px;
}
.home-form .col-xs-8 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 15px;
}
.home-form .col-xs-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 15px;
}
.home-form .col-xs-5 {
    width: 100%;
    padding-left: 10px;
    padding-right: 25px;
}
.home-form .col-xs-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 15px;
}
.map iframe{height:350px; padding-top:50px;}
.contact-form {
    float: center;
    height: 100%;
    width: 100%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #fff;
    border-radius: 15px;
    border: 0px solid #154c79;
    margin-left: 0px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding: 0px 0px;
}
.contact-form .col-xs-6 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.home-form.col-xs-3 {
    width: 24%;
    padding-left: 10px;
    }
.bottom-btn{ display:block;}
.whtsap-btn{ display:block;}
.contact-btn{ display:block;}
.contact-btn1{display:none}
.contact-btn2{display:none;}
.navbar-brand > img{max-width: 220px; z-index:9999; display:block; position:absolute; left:35px; top:25%; color:#2b3990; width:130px;height:40px; display:block;  background:#034c79;}
 nav.navbar.bootsnav .navbar-toggle{ display:block;margin-top: 0px;background: #034c79;color: #ffffff;  font-size:25px;top:12px;float:left; width:30px; height:30px;}
 nav.navbar.bootsnav.navbar-collapse{background:#034c79; margin-top: 0px; border-bottom:0px !important;}
 nav.navbar.bootsnav .navbar-header{padding-right:0px;padding-left:0px;}

.index_container {padding-top:0px; width:100%;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width:100%; height:400px;}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {color:#fff; font-size:26px;}
.carousel-caption p{color:#fff; font-size:16px;}
.index_container {padding-top:0px; width:100%;}
 
.index-testimonial-wrap{ height:480px; overflow:hidden;  background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9));
background-attachment: fixed; float: left;background-size: cover; left:0px; right:0px; margin-top:73px;}
.index-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 18x; text-align: left;padding: 10px; padding-top:10px; padding-left: 25px;}
.index-testimonial-wrap  p{ display:none;padding-top: 100px; color :#fff; font-size:12px; padding-left:25px; }


.index-testimonial{top:0px; margin-bottom:0px;background: linear-gradient(rgba(255,255,255, 0.8), rgba(255,255,255, 0.8)),  center top; }
.index-testimonial p{ display:block;text-align: left; font-size: 14px; color: #034c79;line-height: 20px;margin-bottom: 0px; font-weight: 400; padding-left: 10px; padding-top:0px;}
.index-testimonial h3{text-align: left;  color: #034c79; font-size: 18px; padding-left: 10px;}
.index-testimonial li img{} 
.index-testimonial h3 span{color: #fff;font-size: 16px; width: 100%; float: left;}

.index-testimonial.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 1250px;
    height: 600px;
    margin: -118px 0 0 -435px;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.about-testimonial-wrap{height:350px;min-height:350px; background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9)),  url(../img/h__b.jpg) center top;
background-attachment: fixed; float: left;width: 100%;background-size: cover; left:0px; right:0px;}
.about-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 18x; text-align: left;padding: 10px; padding-top:10px; padding-left: 25px;}
.about-testimonial-wrap  p{ display:block;padding-top: 80px; color :#fff; font-size:12px; padding-left:25px; }
.top-content a {
    font-size: 14px !important;
    padding-right: 10px;
    padding-left: 8px;
}
.header .attr-nav .phone{display:none; }
.header .attr-nav .sactive{display:none;}
.header .attr-nav .sactive-shop{display:none;}
.contact-wrap {
    padding: 20px 20px;
    padding-bottom: 0px;
}
.footer {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    height: 200px;
    background: #034c79;
    background-attachment: fixed;
    background-size: cover;
    padding: 20px;
}
.footer-bottom {
    left: 40px;
    width: 100%;
    float: left;
    height: 50px;
    padding: 10px 0px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}
.footer-bottom p {
    padding-left: 1px;
    font-size: 12px;
    text-align: left;
}
.social-list {
    width: 100%;
    height: 35px;
    padding: 10px 0px 10px 0px;
    border-top: 0px solid #fff;
    margin: 0px;
}
.step {
  height: 30px;
    width: 65px;
    margin: 12px -7px;
    background-color: #f0f0f0;
    color: #d4d1c9;
    border: #034c79 solid 0px;
    border-radius: 5px;
    display: inline-block;
    opacity: 2.5;
    font-size: 14px;
    padding-top: 7px;
    padding-left: 5px;
}
.step.active {
   opacity: 1;
    height: 30px;
    width: 65px;
    margin: 12px -10px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 8px;
}
.step.active span {
 width:50px;
 padding-right:40px;
}
.step.finish.active {
    opacity: 1;
    height: 30px;
    width: 65px;
    margin: 12px -10px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 8px;
}
.form-check input {
    
    margin-top: 0;
    margin-bottom: 0;
	opacity:2;
	position: relative;
    cursor: pointer;

}
.form-check-label{
margin-top: -22px !important;

}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.info-column.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 104%;
    padding-left: 0px;
    margin-left: 10px;
}
}



@media screen and (max-width:360px) {

.navbar-brand > img{max-width: 220px;
    z-index: 9999;
    display: block;
    position: absolute;
    left: 37px;
    top: 26%;
    color: #2b3990;
    width: 130px;
    height: 40px;
    display: block;
    background: #034c79;}
.about-content {padding: 30px 20px 0px 25px;width: 100%;}	
.about-content h1 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 900;
    color: #164c79;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.about-content p {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    padding-top: 0px;
}
.top-content {
    width: 100%;
    float: left;
    padding: 30px 10px 10px 10px;
    position: relative;
    height: auto;
    text-align: left;
}
.about-testimonial-wrap {
    height: 350px;
    min-height: 350px;
    background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9)), url(../img/h__b.jpg) center top;
    background-attachment: fixed;
    float: left;
    width: 100%;
    background-size: cover;
    left: 0px;
    right: 0px;
}

.map iframe{height:350px; padding-top:50px;}
.index_container {padding-top:0px; width:100%;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width:100%; height:400px;}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.col-xs-3 {
    width: 24%;
}
.carousel-caption h2 {color:#fff; font-size:26px;}
.carousel-caption p{color:#fff; font-size:16px;}
.index_container {padding-top:0px; width:100%;}
.index-testimonial-wrap{ height:420px; overflow:hidden; margin-top:73px; background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9));
background-attachment: fixed; float: left;background-size: cover; left:0px; right:0px;}
.index-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 18px; text-align: left;padding: 10px; padding-top:10px;  padding-left: 25px}
.index-testimonial-wrap  p{ display:none; padding-top: 100px; color :#fff; font-size:12px; padding-left:25px; }

.index-testimonial{top: 0px;
    margin-bottom: 0px;
    background: linear-gradient(rgba(255,255,255, 0.8), rgba(255,255,255, 0.8)), center top;
    padding-top: 0px;}
.index-testimonial p{ display:block;text-align: left;  font-size: 14px; color: #034c79;line-height: 20px;margin-bottom: 0px; font-weight: 400;  padding-left: 10px; padding-top:0px;}
.index-testimonial h3{text-align: left;  color: #034c79; font-size: 18px;  padding-left: 10px; }
.index-testimonial li img{} 
.index-testimonial h3 span{color: #fff;font-size: 16px; width: 100%; float: left;}

.index-testimonial.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 1250px;
    height: 600px;
    margin: -150px 0px 0 -450px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}
.footer{ width:100%; float:left;margin:0px; text-align: left; height: 160px;  height: auto;background: #034c79;
 background-attachment: fixed; background-size: cover; padding:20px;}
.mi-item {
    padding: 40px 20px 20px 20px;
    border: 0px solid #ccc;
    border-radius: 6px;
    height: 140px;
    width: 100%;
    float: left;
}
.footer{ width: 100%;
    float: left;
    margin: 0px;
    text-align: left;
    
    height: 200px;
    background: #034c79;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 50px;
    padding: 10px 15px;}
	
.footer-bottom p {
    padding-left: 1px;
    font-size: 12px;
    text-align: left;
}
.booking-banner p {
    display: block;
    padding-left: 7px;
    padding-top: 25px;
}
.booking-banner h2 {
    position: relative;
    float: center;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 7px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.contact-banner p {
    font-size: 12px;
    padding-top: 45px;
    padding-left: 5px;
    z-index: 9999;
}
.contact-banner h2 {
    position: relative;
    display: block;
	position: relative;
    float: center;
    text-align: left;
    padding-top: 5px;
    padding-left: 25px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.about-content h2 {
    position: relative;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
    line-height: 22px;
}
.home-form {
    float: center;
    height: 100%;
    width: 88%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #f0f0f0;
    border-radius: 0px;
    border: 0px solid #154c79;
    margin-left: 20px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding: 0px 15px;
}
.home-form input, .home-form select {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    padding-bottom: 5px;
}

.home-form input[type="checkbox"] {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 10%;
    padding-bottom: 5px;
	margin-left: 5px;
}
.home-form input[type="radio"] {
  position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 16px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    padding-bottom: 5px;
    margin-left: -40px;
}
.home-form .col-xs-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
}
.home-form .col-xs-8 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.home-form .col-xs-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
}
.home-form .col-xs-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}
.home-form .col-xs-4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
}
.home-form.col-xs-3 {
    width: 24%;
    padding-left: 10px;
    padding-right: 10px;
}
.info-column.home-form{ padding: 0px 0px;}
.info-column {
    height: 100%;
    width: 102%;
    background: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 30px;
    top: 45px;
}
.contact-form {
    float: center;
    height: 100%;
    width: 100%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #fff;
    border-radius: 15px;
    border: 0px solid #154c79;
    margin-left: 1px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding: 0px 0px;
}
.contact-form .col-xs-6 {
    width: 100%;
    padding-left: 0px;
    padding-right: 5px;
}
.contact-content {
    float: left;
    padding-top: 0px;
    width: 100%;
    padding: 0px 20px 20px 20px;
}

.social-list {
        left: 0px;
    width: 100%;
    float: left;
    height: 35px;
    padding: 10px 0px;
    border-top: 0px solid #fff;
    margin: 0px;
}
.step {
    height: 30px;
    width: 65px;
    margin: 12px -7px;
    background-color: #f0f0f0;
    color: #d4d1c9;
    border: #034c79 solid 0px;
    border-radius: 5px;
    display: inline-block;
    opacity: 2.5;
    font-size: 13px;
    padding-top: 7px;
    padding-left: 5px;
}

.step.active {
    opacity: 1;
    height: 30px;
    width: 68px;
    margin: 12px -10px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 8px;
}
.step.active span {
 width:50px;
 padding-right:40px;
}
.step.finish.active {
    opacity: 1;
    height: 30px;
    width: 65px;
    margin: 12px -8px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 8px;
    padding-top: 8px;
}
.form-check input {
   
    margin-top: 0;
    margin-bottom: 0;
	opacity:2;
	position: relative;
    cursor: pointer;

}
.form-check-label{
margin-top: -24px !important;

}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.info-column.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 104%;
    padding-left: 0px;
    margin-left: 10px;
}
}



@media screen and (max-width:320px) {
.container{width:100%; padding-left: 0px; padding-right:0px;}
.header {position: fixed; height:auto;padding-bottom: 10px; background-repeat: repeat-x; z-index: 9999;background: #ffffff;}

.header::after{position: absolute;
    content: '';
   top: 0px;
    left: 0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;}
.header .container {width: 100%; padding-left: 10px;padding-right: 10px;position: fixed; float:center;background: #034c79;}

.top-content .container {width: 100%; padding-left: 0px;padding-right: 0px; }

.top-content { width: 100%;float: left;padding:30px 15px 10px 15px;position: relative;height: auto;text-align: left;} 
.top-content h2{font-size:18px !important;  padding-right:0px;  padding-left:0px;}
.top-content h3{ font-size:14px !important;padding:0px 0px 10px 0px;}
.top-content p{ font-size:14px !important;line-height:20px; padding-right:0px;  padding-left:0px; text-align:left;}
.top-content a{font-size:14px !important;padding-right:0px; padding-left:0px;}
.top-content::after{display:none;}
.top-content .col-md-7, .top-content .col-md-5{width:100%; float:left;}
.top-content .col-md-7 h1{font-size:18px;padding-left:0px;padding-top:10px;}
.top-content img{ width: 100%;float: left;padding:15px 0px 15px 0px;position: relative;} 



.mid-content {background: #efefef;float: left; width: 100%;padding:20px 10px 20px 10px; }
.mid-content h1{line-height: 22px;font-weight: 600;font-size: 22px;margin-bottom: 0px;text-align: left;padding-left: 0px;color: #085098; margin-top: 0px;text-transform: uppercase;
margin-bottom: 20px;}

.mi-item{padding: 20px 10px 20px 10px;border: 0px solid #ccc; border-radius: 6px;height: 140px;width: 100%;float: left;}
.mi-item h2{font-size: 20px; color: #fff; font-weight: 700;text-transform: none;margin-top: 20px;padding-bottom: 0px;text-align: center;line-height: 30px}
.mi-item p{font-size: 16px; text-align:left;line-height: 26px; color: #fff}

.col-md-6 { padding-left:20px; padding-right: 20px;}

.welcome-logo{max-width: 400px; padding-right: 0px; padding-right: 0px;margin-bottom: 15px;}
.welcome-content {font-weight: 500;font-size: 15px; line-height: 24px;text-align: left; padding-left:0px;}
.welcome-content a{margin-top: 5px; color: #034c79; font-size: 13px;text-transform: uppercase;float: left;font-weight: 600;margin-bottom:10px;}


.service{padding-left:25px;}
.service li{padding-left:20px;position:relative; font-size:14px;margin-bottom: 5px;line-height:26px;}
.service li::after{content:'\f085';position:absolute;font-family: 'FontAwesome';left:0px;color:#164c79;}

.bottom-btn1{ border:0px solid #fff;color:#ffffff; width:90px;height:28px;background:#EF385A;border-radius:5px;position:absolute; right:40px;  top:25px; bottom:420px;
display:block;z-index:9999; padding-top:0px; padding-left:0%; font-weight:300; }
.bottom-btn1 i{color:#ffffff; font-size:13px; font-weight:bold; }
.bottom-btn{ display:none;}
.whtsap-btn{ display:block;}
.contact-btn{ display:block;}
.contact-btn1{display:none}
.contact-btn2{display:none;}

	 
.navbar-brand > img{max-width: 220px; z-index:9999; display:block; position:absolute; left:36px; top:26%; color:#2b3990; width:125px;height:40px; display:block;  background:#034c79;}

 nav.navbar.bootsnav .navbar-toggle{ display:block;margin-top: 0px;background: #034c79;color: #ffffff;float:left; font-size:25px;top:13px;width:30px; height:30px;}
 nav.navbar.bootsnav.navbar-collapse{background:#034c79; margin-top: 0px; border-bottom:0px !important;}
 nav.navbar.bootsnav .navbar-header{padding-right:0px;padding-left:0px;}

 nav.navbar.bg-light .navbar-toggle{ display:block;margin-top: 0px;background: #034c79;color: #ffffff;float:left; font-size:25px;top:13px;width:30px; height:30px;}
 nav.navbar.bg-light.navbar-collapse{background:#034c79; margin-top: 0px; border-bottom:0px !important;}
 nav.navbar.bg-light .navbar-header{padding-right:0px;padding-left:0px;}
 
 nav.navbar.bg-light .navbar-toggle { 
    height: 70px;
    width: 50px;
    color: #fff;
    padding: 15px 30px 10px 5px;
    margin: 0px;
    right: 230px;}
.header .attr-nav .phone{display:none; } 
.header .attr-nav .sactive{display:none;}
.header .attr-nav .sactive-shop{display:none;}

.home-brands{padding:10px 10px 10px 10px; float: left;width: 100%;}
.home-brands h2{color: #085098;text-transform: uppercase; font-weight: 600; font-size: 20px; text-align: center;padding: 10px;}

.brand-list li{float: center;width: 100%;margin:15px;}
.brand-list li img{
    width: 100% !important;
    padding: 10px;
    padding-right: 40px;}

.brand-list .owl-controls{display:none;margin-top: 0px; }
.brand-list .owl-nav{color: #034c79 !important; border: 0px dashed  #034c79; border-radius: 60% !important;background: none !important; width: 40px; height: 40px;line-height: 32px;}
.inner-banner p{  display:none;padding-left: 5px; padding-top:5px;}
.booking-banner p {
    display: block;
    padding-left: 0px;
    padding-top: 25px;
}

.about-content{ padding-top: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 15px;}
	
.about-content.container{ padding-top: 0px;
    width: 100%;
    padding-bottom: 20px;
    }
		
.about-content p{text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    padding-top: 0px;
	left: 0%;}
.about-content h1{font-size: 20px;
    margin-bottom: 0px;
    font-weight: 900;
    color: #164c79;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;}

.home-testimonial-wrap{height:auto;min-height:300px;background: linear-gradient(rgba(0, 0,0, 0.8), rgba(0,0, 0, 0.9)), center top; background-attachment: fixed; float: left;width: 100%;padding: 20px 15px;background-size: cover;}


.index_container {padding-top:70px; width:100%;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width:100%; height:400px;}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	height:100px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h2 {color:#fff; font-size:26px;}
.carousel-caption p{color:#fff; font-size:16px;}
.index_container {padding-top:0px; width:100%;}
.index-testimonial-wrap{    
    height: 400px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    background-attachment: fixed;
    float: left;
    background-size: cover;
    left: 0;
    right: 0;
    margin-top: 70px;
    overflow: hidden;}
.index-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 18px; text-align: left;padding: 10px; padding-top:10px; padding-left: 15px;}
.index-testimonial-wrap  p{ padding-top: 100px; color :#fff; font-size:12px; padding-left:15px; }
.index-testimonial{
    top: 0;
    margin-bottom: 0;
    background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)),center top;
    padding-top: 0;}

.index-testimonial p{ display:block;text-align: left;  font-size: 14px; color: #034c79;line-height: 20px;margin-bottom: 0px; font-weight: 400; padding-left: 10px; padding-top:0px;}
.index-testimonial h3{text-align: left; color: #034c79; font-size: 18px;  padding-left: 10px; padding-top:0px;}
.index-testimonial li img{} 
.index-testimonial h3 span{color: #fff;font-size: 16px; width: 100%; float: left;}

.index-testimonial.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    width: 1250px;
    height: 600px;
    margin: -150px 0 0 -460px;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}


.about-testimonial-wrap{height:275px;background: linear-gradient(rgba(0, 0,0, 0), rgba(0,0, 0, 0.9)),  url(../img/h__b.jpg) center top;
background-attachment: fixed; float: left;width: 100%;background-size: cover; left:0px; right:0px;}
.about-testimonial-wrap  h2{ color: #034c79; font-weight: 600; font-size: 18px; text-align: left;padding: 10px; padding-top:10px; padding-left: 15px;}
.about-testimonial-wrap  p{ display:block;padding-top: 75px; color :#fff; font-size:11px; padding-left:15px; }
.footer{ width: 100%;
    float: left;
    margin: 0px;
    text-align: left;
    
    height: 180px;
    background: #034c79;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 50px;
    padding: 10px 15px;}
.footer-bottom {
    width: 100%;
    float: left;
    height: 140px;
    padding: 10px 0px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}
.footer-bottom p {
    padding-left: 1px;
    font-size: 12px;
    text-align: left;
}
.booking-banner h2 {
    position: relative;
    float: center;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.home-form {
    float: center;
    height: 100%;
	
    width: 90%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #f0f0f0;
    border-radius: 0px;
    border: 0px solid #154c79;
    margin-left: 15px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding: 0px 15px;
}
.home-form input, .home-form select {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    padding-bottom: 5px;
}
.home-form input[type=""] {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    padding-bottom: 5px;
}
.home-form input[type="radio"] {
       position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 20%;
    padding-bottom: 5px;
    margin-left: -40px;
    opacity: 2;
}

.home-form.checkbox {
    position: relative;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    padding-bottom: 5px;
}
.home-form .col-xs-6{width:100%; padding-left:15px; padding-right:15px;}
.home-form .col-xs-5{width:100%; padding-left:15px; padding-right:15px;}
.home-form .col-xs-12{width:100%; padding-left:15px; padding-right:15px; padding-top: 15px;}
.home-form .col-xs-8 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.home-form .col-xs-4{width:100%; padding-left:15px; padding-right:15px;}
.home-form.col-xs-3 {
    width: 24%;
    padding-left: 10px;
    
}
.home-form.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 90%;
}
.contact-form .col-xs-6{width:100%; padding-left:0px; padding-right:0px;}
.contact-form .col-xs-12{width:100%; padding-left:0px; padding-right:0px; padding-top: 15px;}
.contact-form .col-xs-4{width:100%; padding-left:15px; padding-right:15px;}
.contact-form .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 12px;
}
.contact-banner p {
    font-size: 12px;
    padding-top: 45px;
    margin-left: -10px;
    z-index: 9999;
}
.contact-banner h2 {
    position: relative;
    display: block;
    position: relative;
    float: center;
    text-align: left;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 18px;
    color: #034c79;
    font-weight: bold;
}
.info-column {
    width: 105%;
    height: 100%;
    background: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -5px;
	margin-bottom:65px;
	top: 45px;
}
.contact-wrap {
    padding: 20px 15px;
    padding-bottom: 0px;
}
    
.contact-form {
    float: center;
    height: 100%;
    width: 100%;
    max-width: 600px !Important;
    position: relative;
    font-weight: 500;
    margin-top: 50px auto;
    background: #fff;
    border-radius: 15px;
    border: 0px solid #154c79;
    margin-left: 0px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding: 0px 0px;

	}
.contact-form label{margin-top: 20px;font-size: 14px; color: #034c79 !important; margin-bottom:10px;}
.contact-form input,
.contact-form select{position:relative; border-radius: 0px; border: 0px; border-bottom: 1px solid #ccc;padding-left: 0px;padding-top: 5px;
margin-bottom: 10px; background: #fff;color:#000; font-size:14px; font-weight:100;padding-bottom:5px;}
.contact-form input[type="submit"]{font-size:9px;border:0px; border-radius: 0px;background: #034c79; padding-bottom:10px;
text-transform: uppercase; margin-bottom:10px;padding:11px; color:#fff; position:relative; width: 100%; }

.map iframe{height:350px; padding-top:50px;}
.contact-section {
        left: 1px;
    border: 0px solid #034c79;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    display: block;
    z-index: 999;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
}

.contact-content {
    float: left;
    padding-top: 0px;
    width: 100%;
    padding: 0px 20px 20px 20px;
}


.about-content h2 {
    position: relative;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 18px;
    color: #034c79;
    font-weight: 700;
    line-height: 22px;
}
.about-content h3 {
    position: relative;
    text-align: left;
    padding-left: 5px;
    padding-top: 70px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #034c79;
    font-weight: 700;
    line-height: 22px;
}
.social-list {
    left: 0px;
    width: 100%;
    float: left;
    height: 35px;
    padding: 10px 0px;
    border-top: 0px solid #fff;
    margin: 0px;
}
.step {
        height: 30px;
    width: 65px;
    margin: 12px -7px;
    background-color: #f0f0f0;
    color: #d4d1c9;
    border: #034c79 solid 0px;
    border-radius: 5px;
    display: inline-block;
    opacity: 2.5;
    font-size: 11px;
    padding-top: 7px;
    padding-left: 5px;
}

.step.active {
   opacity: 1;
    height: 30px;
    width: 60px;
    margin: 12px -10px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding-left: 7px;
    padding-top: 8px;
}
.step.active span {
 width:50px;
 padding-right:40px;
}
.step.finish {
    background-color: #f0f0f0;
    color: #ef385a;
    border: 1px solid #ef385a;
    border-radius: 0px;
    height: 30px;
    width: 59px;
    padding-left: 6px;
}
.step.finish.active {
    opacity: 1;
    height: 30px;
    width: 60px;
    margin: 12px -8px;
    background-color: #f0f0f0;
    color: #034c79;
    border: #034c79 solid 1px;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding-left: 8px;
    padding-top: 8px;
}
.header nav.navbar.bootsnav ul.nav > li > a.active {
    color: #EF486D !important;
	background: #034c79;
}

.form-check input {
    
    margin-top: 0;
    margin-bottom: 0;
	opacity:2;
	position: relative;
    opacity: 2;
    cursor: pointer;

}
.form-check-label{
margin-top: -24px !important;
}
.form-control2{
left: 42px;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}
.info-column.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 104%;
    padding-left: 0px;
    margin-left: 10px;
}
}

















