@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family='Philosopher', sans-serif');
/*font-family: ''Philosopher', sans-serif', sans-serif;*/
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-family: 'Arial', sans-serif;
  color: #000;
}
.clear {
  clear: both;
}
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0px auto;
}
header {
  background-color: #fff;
  box-shadow: 0 2px 7px #333;
 height: 132px;
  margin: 0 auto;
  position: relative;
  transition: all 200ms linear 0s;
  width: 100%;
  z-index: 999999999;
}
.navbar-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #fff;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0;
  display: table;
  margin-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.navbar-brand {
  display: inline-block;
  float: left;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: -5px;
  padding: 0;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav li:hover > a, .navbar-default .navbar-nav a:focus {
  background-color: transparent !important;
  color: #fff !important;
  border-bottom: 0px solid #22621f;
}


.navbar-nav li {
  color: #22621f;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  font-family: ''Philosopher', sans-serif', sans-serif;
}

.navbar-nav li::before{
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(7,46,122,1) 50%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(7,46,122,1) 50%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(7,46,122,1) 50%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 );
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
}
.navbar-nav li:first-child::before{ background: transparent;}

.contact-info span {
  padding-right: 10px;
}
.contact-info h4 {
  color: #072e7a;
  float: left;
  font-family: "'Philosopher', sans-serif",sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-left: 50px;
  position: relative;
}
 .contact-info h4:before{background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(7,46,122,1) 50%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(7,46,122,1) 50%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(7,46,122,1) 50%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 );
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  width: 1px;
  top: 0;
    margin-left: -26px;
    margin-top: -2px;

}
 .contact-info h4:first-child:before{display: none;}
.contact-info h4 a {
  color: #072e7a;
}
.contact-info {
  float: right;
  padding: 25px 0 0;
}

.navbar-nav li a{color: #fff !important; padding: 10px 18px;}
.topbar {
  display: inline-block;
  padding: 0px;
  width: 100%;
}

.navbar .right > a {
  background-color: #d80c0d;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
}
.banner-area {
  margin-top: 0px;
  position: relative;
}
.nav.navbar-nav {
  display: table;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.collapse.navbar-collapse {
  background-color: #072e7a;
  border-radius: 4px;
  padding: 5px;
}
.dropdown-menu{  background-color: #072e7a;}

.logo {
/*  background-color: #072e7a;*/
  padding: 10px;
  position: relative;
  margin-bottom: -7px;
}

.logo > a {
  display: inline-block;
}
.contact-info span {
  display: table;
  padding-right: 10px;
}

.box {
  background-color: #f8f8f8;
  border-radius: 4px;
  box-shadow: 0 2px 5px #666;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
  min-height: 186px;
}

.icon-box {
  background-color: #e4e4e4;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px;
  color: #999999;
  font-size: 24px;
  height: 70px;
  margin: -50px auto 0;
  position: relative;
  width: 70px;
  z-index: 9999;
}

.three-box {
  margin-top: -40px;
  z-index: 999;
  position: relative;
}
.icon-box > span {
  display: inline-block;
  padding-top: 19px;
  text-align: center;
}
.three-box h3 {
  color: #062e7c;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  margin: 15px 0 10px;
}
.three-box p {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 20px;
}
.box > a {
  color: #062e7c;
  display: inline-block;
  font-family: 'Philosopher', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fa.fa-mobile {
  font-size: 18px;
}

.box.current{
  background-color: #e6e6e6 !important;
} 
.welcome-part, .services-area {
  background: rgba(0, 0, 0, 0) url("../images/welcomebg.jpg") no-repeat scroll 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 40px 0 0;
  background-size: 100% 100%;
}

.heading{
  border-bottom: 1px solid #072e7a;
  color: #072e7a;
  font-family: 'Philosopher', sans-serif;
  font-size: 34px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  width: 60%;
  position: relative;
}

.heading::before {
    border-top: 5px solid #072e7a;
    content: "";
    left: 0;
    margin: 50px auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.welcome-part .col-sm-12 > p {
  display: inline-block;
  margin-top: 10px;
}
.more-infomation {
  background-color: #072e7a;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  margin: 20px 0;
  padding: 10px 50px;
  text-transform: capitalize;
}
.services-area{background-image: none;}

.ser_box {
  background-color: #efefef;
  border: 1px solid #b6b6b6;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  min-height: 226px;
  padding: 10px;
  width: 100%;
}/*
.txt {
    float: left;
    padding: 10px;
    width: 75%;
}*/
.title {
    color: #075190;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
      font-family: 'Philosopher', sans-serif;
}
.border_img {
  border: 1px solid #072e7a;
  float: left;
  margin-bottom: 0;
  margin-left: -117px;
  margin-top: 3px;
  position: absolute;
}

.sidebarmenu li {
    border: 1px solid #eee;
    margin-top: -1px;
    padding: 10px;
    width: 100%;
    transition: all 300ms linear;
}
.sidebarmenu li:hover {
    background: #072e7a;
    color: #fff;
}
.sidebarmenu li:hover a {
    color: #fff;
    text-decoration: none;
}
.sidebarmenu li a {
    display: block;
    color: #072e7a;
}

.list {
  margin: 10px 0;
}

.container .col-md-9 > p {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 15px;
}


.ser_box:nth-child(2) {
  float: right !important;
}
.ser_box.new {
  float: right;
}
.border_img2{ margin-left: -30px; }

.new .txt {
  margin-left: 110px;
}


.ser_box.odd{ }
.ser_box.even{ }
.ser_box.odd .txt{ float: left; width: 60%; display: block;}
.ser_box.even .txt{ float: right; width: 60%; display: block;}
.ser_box .divImg{ width:20%; }
.ser_box.even .divImg{ float: left; margin-left: -35px; }
.ser_box.odd .divImg{ float: right; }

.accordion-toggle:hover {
      text-decoration: none;
    }

.insaurance_sec h1 {
  text-align: left;
  float: left;
  width: 100%!important;
}
.insaurance_sec  .heading::before{ margin:50px 0;}


.panel-body {
  border-left: 40px solid #d5d5d5;
}

.panel.panel-default {
  background-color: #ededed;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}

.panel-group span {
  background-color: #072e7a;
  color: #fff;
  padding: 10px 12px;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333333;
  padding: 0;
  border-color: #ededed;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-title {
  color: inherit;
  font-family: 'Philosopher', sans-serif;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 0;
  color: #282828;
}
.bank-rates {width: 95%;display: inline-block;}
.bank-rates thead {
  background-color: #072e7a;
  color: #fff;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
}
.bank-rates .table {
  margin-bottom: 0;
  margin-top: -42px;
  max-width: 100%;
  text-align: center;
  width: 100%;
  position: relative;
  border-bottom: 10px solid #072E7A;
}
.bank-rates .table th{text-align: center;}
.bank-rates .table::before {
  border: 11px solid #072E7A;
  content: "";
  height: 0;
  left: -22px;
  position: absolute;
  top: 0;
  width: 0;
  border-left-color: transparent;
  border-top-color: transparent;
}
.bank-rates .table::after {
  border: 11px solid #072E7A;
  content: "";
  height: 0;
  right: -22px;
  position: absolute;
  top: 0;
  width: 0;
  border-right-color: transparent;
  border-top-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f0f0f0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-color: #f0f0f0; 
   padding: 7px 0;
}
.accordion-toggle {
  line-height: 42px;
}
footer{ 
background-color: #072e7a; 
width: 100%; 
display: table; 
color: #fff; 
text-align: center;

}

footer {
  border-top: 30px solid #fff;
  padding: 30px 0;
}

.footer-box span {
  font-size: 34px;
  margin-bottom: 10px;  
  display: inherit;
}

.footer-box > h4{
  font-size: 14px;
}
.footer-box {
  margin-bottom: 40px;
}
footer .col-sm-12 a {
  color: #fff;
}

.testimonial-part {
  background-color: #f4f4f4;
  display: inline-block;
  padding: 0;
  width: 100%;
  margin-bottom:15px;
}

.testimonial {
  background: rgba(0, 0, 0, 0) url("../images/testimonialbg.jpg") no-repeat scroll 0 0 / 100% auto;
  min-height: 334px;
  width: 100%;
  padding: 30px 22px;
}

.client-info {
  text-align: center;
  padding: 20px 0;
}
.testimonial > h1 {
    font-family: 'Philosopher', sans-serif;
  font-size: 34px;
  text-align: center;
  color: #072e7a;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.testi-box {
  text-align: left;
}
.testi-box > h4 {
  font-size: 16px;
  margin: 10px 0;
   color: #072e7a;
   font-weight: bold;
}
.client-info > h3 {
  color: #474747;
    font-family: 'Philosopher', sans-serif;
  font-size: 24px;
  margin-bottom: 4px;
  word-spacing: 6px;
}
.client-info > img {
  margin: 7px 0;
}

/*------------About Page Start------------*/
.about_part {
  background: rgba(0, 0, 0, 0) url("../images/welcomebg.jpg") no-repeat scroll 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 40px 0;
  background-size: 100% 100%;
  margin-top:-12px;
}
.about_list {
  padding:40px 0; 
}
.about_list h2 {
   text-align: left;
    font-size: 26px;
  line-height: 40px;
    color: #072e7a; 
  border-bottom: 1px solid #072e7a;
}

.about_list ul {
  padding:10px 0 0 0; 
}
.about_list ul li {
  padding:10px 0 0 0; 
  text-align:left;
}
.about_list ul li i {
  color: #072e7a; 
  padding-right:10px;
}

/*------------About Page End------------*/



/*------------FAQ Page Start------------*/

.faq_part {
  text-align: left;
  padding: 40px 0;
}

/*------------FAQ Page End------------*/


/*------------Contact Page Start------------*/

.form_area {
  padding:40px 0; 
}
#contact-form .form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 45px;
    resize: none;
}
#contact-form textarea.form-control {
    height: auto;
}
.formbtn {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
  background: #072e7a;
    font-family: 'Philosopher', sans-serif;
}
.formbtn:hover {
  background: #1344a2;
  color: #fff;
}


/*------------Contact Page End------------*/


/*------------New-----------------*/


.footer-box a .fa {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  margin: 0px 0 0 5px;
  padding: 6px 0;
  width: 30px;
}



/*----------------drop down page-----------------*/


.drop_page_part {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 60px 0 30px;
    background-size: 100% 100%;
    margin-top: -12px;
}

.dropdown li {
    width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555555;
}

.bookingtools{ width: 100%; min-height: 600px; border: 0; height: 100%;}

.about_part  p {
  margin-bottom: 10px;
}
.container .col-md-8 > p {
  margin-bottom: 12px;
}
.list > li {
  line-height: 24px;
  padding-bottom: 12px;
  font-size: 15px;
}

.list > li:before {
  content: "\f192";
  font-family: FontAwesome;
  margin-right: 10px;
}
.RatesWidget {
  width: 100% !important;
}
.RatesWidget  table {
  width: 100% !important;
}
.RatesWidget  table thead tr:nth-child(1) td{ background-color: #83190B !important;}
.RatesWidget  table thead tr:nth-child(2) td{ background-color: #A9A9A9 !important;}
.head {
  color: #072e7a;
  font-size: 22px;
  margin-bottom: 10px;
}
.number {
  margin: 0;
  padding: 0 0 12px 16px;
}
.number > li {
  line-height: 20px;
  padding-top: 5px;
}
.new {
  margin-bottom: 10px;
}

.new ol li{ margin-top: 10px;}

.title {
  margin-bottom: 10px;
}

.lftimg{ 
 margin-left: 20px;
 float: right;
 background-color: #d1d1d1;
 padding: 4px;
}





















@media screen and (max-width: 1024px) {
.contact-info h4{ margin-right: 30px;}
.client_informetion{width: 33%;}
.list li{padding-right: 70px;}
.navbar-nav li a {
  color: #fff;
  padding: 10px 15px;
}
.border_img {
  margin-left: -112px;
  width: 60%;
}





}
@media screen and (max-width: 800px) {
.navbar-toggle {
  margin-top: 28px;
}

.navbar .col-sm-9 {
  width: 100%;
}
.navbar-nav li{ font-size: 14px;}
.navbar-nav li a {
  color: #22621f;
  padding: 10px 6px;
}

.contact-info {
  float: left;
  padding: 20px 0;
}
.border_img {
  width: auto;
}
.services-area .col-sm-2 {
  display: none;
}
.services-area .col-sm-5 {
  width: 100%;
}
.services-area .col-sm-12 > p {
  margin-bottom: 28px;
}
.insaurance_sec .col-sm-6 {
  width: 100%;
}
.bank-rates .table{margin-top:0px; }
.ser_box .divImg{
  width: 40%;
}
.bank-rates {
  display: table;
  width: 93%;
  margin: 0px auto;
}

.contact-info h4 {
  margin-right: 0;
}
.logo {
  padding: 23px 10px;
}


}
@media screen and (max-width: 640px) {
.navbar-collapse.right.collapse.in {
  width: 100%;
}
.navbar-nav li {
  width: 100%;
  text-align: left;
}
.navbar-nav li a {
  border-bottom: 1px solid #fff;
  padding: 14px 26px;
  color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #fff !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{color: #fff !important;}
.navbar-brand > img {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.navbar-nav, .navbar-header{
  margin-left: 0;
  margin-right: 0;
}
.navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.banner-area {
  margin-top: 0;
  position: relative;
}

.topbar{background-image: none;}

.contact-info {
  float: none;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  margin: 0px auto;
}
.contact-info h4 {
  display: inline-block;
  float: none;display: block;
}
.ser_box.odd .txt {
  display: block;
  float: left;
  width: 50%;
}
.ser_box .divImg {
  width: 50%;
}
.ser_box.even .txt {
  width: 50%;
}
.logo{text-align: center;}
.contact-info span{display: inline-block;}
.contact-info h4::before{display: none;}

.contact-info > h4 {
  margin: 10px 0 0;
}
.navbar-toggle {
  margin-top: 0;
}
.three-box{margin-top: 0;}
.box{margin-top: 60px;}
.insaurance_sec h1{float: none;}

.navbar-nav li::before{display: none;}
.heading{width: 100%;}
}
@media screen and (max-width: 480px) {

.contact-info > h4 {
  line-height: 24px;
}
.border_img {
  margin-left: 0;
  position: relative;
  width: 100%;
}
.ser_box.odd .divImg {
  width: 100%;
}
.border_img {
  width: 100%;
}
.ser_box.odd .txt{width: 100%;}
.ser_box.even .divImg {
  float: none;
  margin-left: 0;
  width: 100%;
}
.ser_box.even .txt {
  width: 100%;
}
.heading{width: 100%;}
.testimonial{background-size: 100% 100%;}
}
 @media screen and (max-width: 360px) {
 
.navbar-toggle {
  margin-top: 0;
}
.heading{font-size: 26px;}

.heading::before{margin: 42px auto;}
.panel-title{font-size: 15px;}
.bank-rates thead{font-size: 15px;}
}
