﻿/*
During the time we (Morpth) are working on fixing theme implementation there is
sometime a need to keep old styles and do not apply them on new (fixed) markup.

mfix class for the rescue!

Rules:
* Don't attach any styles to this class! We want to remove it later in the process.
* Mark new markup with .mfix if needed.
* Append :not(.mfix) to any legacy selector

*/

/* CSS Document */
.img-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
  font-family: 'Museo Sans Rounded 900 Regular';
  src: url('fonts/museosansrounded-900-webfont.eot');
  src: url('fonts/museosansrounded-900-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/museosansrounded-900-webfont.woff') format('woff'),
  url('fonts/museosansrounded-900-webfont.ttf') format('truetype'),
  url('fonts/museosansrounded-900-webfont.svg#museo_sans_rounded_900regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 700 Regular';
  src: url('fonts/museosansrounded-700-webfont.eot');
  src: url('fonts/museosansrounded-700-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/museosansrounded-700-webfont.woff') format('woff'),
  url('fonts/museosansrounded-700-webfont.ttf') format('truetype'),
  url('fonts/museosansrounded-700-webfont.svg#museo_sans_rounded_700regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 500 Regular';
  src: url('fonts/museosansrounded-500-webfont.eot');
  src: url('fonts/museosansrounded-500-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/museosansrounded-500-webfont.woff') format('woff'),
  url('fonts/museosansrounded-500-webfont.ttf') format('truetype'),
  url('fonts/museosansrounded-500-webfont.svg#museo_sans_rounded_500regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Rounded 300 Regular';
  src: url('fonts/museosansrounded-300-webfont.eot');
  src: url('fonts/museosansrounded-300-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/museosansrounded-300-webfont.woff') format('woff'),
  url('fonts/museosansrounded-300-webfont.ttf') format('truetype'),
  url('fonts/museosansrounded-300-webfont.svg#museo_sans_rounded_300regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kohinoor Demi';
  src: url('fonts/indian_type_foundry_-_kohinoor_demi-webfont.eot');
  src: url('fonts/indian_type_foundry_-_kohinoor_demi-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/indian_type_foundry_-_kohinoor_demi-webfont.woff') format('woff'),
  url('fonts/indian_type_foundry_-_kohinoor_demi-webfont.ttf') format('truetype'),
  url('fonts/indian_type_foundry_-_kohinoor_demi-webfont.svg#kohinoordemi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kohinoor Demi Italic';
  src: url('fonts/indian_type_foundry_-_kohinoor_demi_italic-webfont.eot');
  src: url('fonts/indian_type_foundry_-_kohinoor_demi_italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/indian_type_foundry_-_kohinoor_demi_italic-webfont.woff') format('woff'),
  url('fonts/indian_type_foundry_-_kohinoor_demi_italic-webfont.ttf') format('truetype'),
  url('fonts/indian_type_foundry_-_kohinoor_demi_italic-webfont.svg#kohinoordemi_italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Kohinoor Book';
  src: url('fonts/indian_type_foundry_-_kohinoor_book-webfont.eot');
  src: url('fonts/indian_type_foundry_-_kohinoor_book-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/indian_type_foundry_-_kohinoor_book-webfont.woff') format('woff'),
  url('fonts/indian_type_foundry_-_kohinoor_book-webfont.ttf') format('truetype'),
  url('fonts/indian_type_foundry_-_kohinoor_book-webfont.svg#kohinoorbook') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Kohinoor Medium';
  src: url('fonts/indian_type_foundry_-_kohinoor_medium-webfont.eot');
  src: url('fonts/indian_type_foundry_-_kohinoor_medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
  url('fonts/indian_type_foundry_-_kohinoor_medium-webfont.woff') format('woff'),
  url('fonts/indian_type_foundry_-_kohinoor_medium-webfont.ttf') format('truetype'),
  url('fonts/indian_type_foundry_-_kohinoor_medium-webfont.svg#kohinoormedium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

body {
  background: url(images/bkg-body-default.jpg) no-repeat center 0;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  color: #525558;
  font-family: "Kohinoor Demi", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.myicndp {
  margin-left: 3%;
  width: 93%;
  margin-top: 2%;
  margin-bottom: 2%;

  /* background: url(images/calendarIcon.png) no-repeat right 0 !important;*/

}

.ui-datepicker-trigger {
  cursor: pointer !important;
  position: relative !important;
  right: -8px !important;
  top: -32px !important;
  color: #F3F3F3 !important;
  height: 26px !important;
  width: 93% !important;
  border: none !important;
  background: url(images/calendarIcon.png) no-repeat right 0 !important;
}

.agent {

  margin-top: 5px;
  text-align: right;
  padding-right: 0;
}

.agent .group {
  padding: 10px 10px;
  margin-left: 10px;
  background: #1482C3 none;
  border-radius: 0 0 5px 5px;
}
@media (min-width:768px) {
  .agent .group-multiple a:after {
    content: "|";
    position: relative;
    left: 2px;
    display: inline-block;
    width: 20px;
    text-align: center;
  }
  .menu.navbar-nav.navbar-right>li.dropdown{
    padding-bottom: 35px;
  }
}

.agent .group-multiple a:last-child:after {
  display: none;
}

.agent .group,
.agent .group a {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Museo Sans Rounded 500 Regular';
  font-size: 12px;
}

.logo {
  margin-top: 15px;
}

.header.full-screen .logo{
  margin-top: 0;
}

.menu {
  margin-top: 2%;
  padding-right: 0px;
}

.menu > li {
  height: 31px;
}

.main-content {
  background: #FFFFFF;
  padding: 10px 10px;
}

.main-area h1 {
  margin: 7px 0 15px;
  font-size: 31px;
  line-height: 1.1086;
  color: #1482C3;
  font-weight: normal;
  font-family: 'Museo Sans Rounded 500 Regular';
}

.main-area h2 {

  margin: 15px 0;
  font-size: 22px;
  color: #1482C3;
  line-height: 1.2;
  font-family: 'Museo Sans Rounded 500 Regular';
}

.mareah2 {
  margin: 15px 0;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Museo Sans Rounded 500 Regular';
}

.cths {
  /*width:274px;
  */
  padding: 20px 15px 10px 15px !important;
}

a:focus, a:hover {
  color: #2AB8E8;
}

/*.headersdr{position: relative;
  margin: 0 0 0px;
  padding: 12px 5px 12px 21px;
  background: #D6D8D8 none;
  font-size: 15px;
  line-height: 1.1;
  font-family: "Museo Sans Rounded 700 Regular";
  color: #005596;
  word-wrap: break-word;
  width:274px;
  text-transform: capitalize;}*/
div.field-label {

  display: none;
}

.main-area h3 {
  margin: 25px 0 7px;
  font-size: 15px;
  line-height: 1.2222;
  font-family: 'Kohinoor Medium';
  color: #525558;
}

.sidebar {

  margin-bottom: 38px;
}

.mytbl th {
  color: #FFFFFF;
  background-color: #154182;
  border-bottom: 5px solid #FFFFFF;
  padding: 5px;
}

.mytbl td {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  background-color: #EDEDEE;
  padding: 5px;
}

.phone-img {
  height: 28px;
  padding: 5px 0 0;
  background-position: 0 -168px;
  color: #FFFFFF;
  text-indent: 32px;
  font-size: 14px;
  margin-bottom: 36px;
}

.main-area p {
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
  color: #525558;
}

.main-area ul {
  margin: 0 0 20px 20px;
  padding: 0;

  font-size: 15px;
  line-height: 1.4;
  /* font-size: 1.5rem; */
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
  color: #525558;
}

.main-area ul li {
  padding: 0 0 5px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.hmenu {
  float: right;
  margin: 0;
  padding: 0;
}

.menu {
  font-family: 'Museo Sans Rounded 500 Regular';
  margin: 0px !important;
  border: none;
}

.navbar.navbar-default {
  margin-top: 18px;
}

ul.menu li {
  margin: 0px !important;
}

.menu.navbar-nav>li>a {
  color: #FFFFFF !important;
  font-size: 14px;
  line-height: 1;
}

.hmenu .navbar-nav>li:last-child {
  padding-bottom: 20px;
}

.menu .dropdown-menu>li>a {
  padding: 8px 20px;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
  color: #0066cc;
  background: none;
  text-decoration: none;
}
.menu.navbar-nav>li>.dropdown-menu {
  border-radius: 4px;
  margin-left: -40px;
}


.secondary-sidebar {
  padding: 0px 4px 10px 10px;
  /* margin-top: -5px;*/
}

.secondary-sidebar1 {
  padding: 10px 0px 10px 10px;
}

.headers {
  position: relative;
  margin: 0 0 0px;
  padding: 12px 5px 12px 21px;
  background: #D6D8D8 none;
  font-size: 15px;
  line-height: 1.1;
  font-family: "Museo Sans Rounded 700 Regular";
  color: #005596;
  word-wrap: break-word;
  text-transform: capitalize;
}

.headers:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -3px;
  display: block;
  width: 23px;
  height: 19px;
  background: url(images/bkg-sidebar-header.png) no-repeat 0 0;
}

.headers:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 35px;
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #D6D8D8;
}

.contentholder {
  overflow: hidden;
  /*margin-bottom: 7px;*/
  padding: 20px 0 10px 10px;
  background-color: #F5F5F5;
  box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-family: 'Museo Sans Rounded 500 Regular';
}

.contentholder ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

.contentholder ul li {
  min-height: 30px;
  padding: 0 0 10px 5px;
}

.drawer-whycm a {
  color: #2AB8E8;
  text-decoration: none;
}

/* Submit Button */
.bl_q_btn {
  background-image: url(../images/common/bkg-nav-btn-find.png), -moz-linear-gradient(top, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-image: url(../aucm/newimages/common/bkg-nav-btn-find.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F29323), color-stop(11%, #F08D1E), color-stop(86%, #E88516), color-stop(95%, #E88516), color-stop(100%, #E98A1A));
  background-image: url(../aucm/newimages/common/bkg-nav-btn-find.png), -webkit-linear-gradient(top, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-image: url(../aucm/newimages/common/bkg-nav-btn-find.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);

  /*background-position: center right 43% !important;*/
  background-position: 157px 17px !important;
  background-repeat: no-repeat, no-repeat;
}

input[type="submit"], .clsBtnSubmit input, .claimsBtn a, .button-submit {
  display: inline-block;
  width: 189px;
  height: 52px;
  padding: 0 30px 0 20px;
  margin-bottom: 10px;

  background: #F29323 url(../images/bkg-nav-btn-find.png);
  background-image: url(../images/bkg-nav-btn-find.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOTMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2YwOGQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2U4ODUxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2U4ODUxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOThhMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background-image: url(../images/common/bkg-nav-btn-find.png), -moz-linear-gradient(top, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-image: url(../aucm/newimages/common/bkg-nav-btn-find.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F29323), color-stop(11%, #F08D1E), color-stop(86%, #E88516), color-stop(95%, #E88516), color-stop(100%, #E98A1A));
  background-image: url(../aucm/newimages/common/bkg-nav-btn-find.png), -webkit-linear-gradient(top, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-image: url(../aucm/newimages/common/bkg-nav-btn-find.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);

  background-position: center right 10%;
  background-repeat: no-repeat, no-repeat;

  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  border: 1px solid #D96703;
  border-radius: 2px;
  font-size: 22px;
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #FFFFFF;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
}

select {
  overflow: hidden;
  width: 100%;
  padding: 5px 30px 5px 5px;
  background: #FFFFFF url(images/bkg-quote-select.png) no-repeat 97% 5px;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  color: #58595B;
  white-space: nowrap;
  cursor: pointer;

  -webkit-transition: background-color, border;
  transition: background-color, border;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/*----------------------------------------
/ item lists.
----------------------------------------*/
ul.item-block {
  margin: 20px 0;
}

ul.item-block li {
  list-style: none;
  display: block;
  border: solid 1px #D5D5D5;
  float: left;
  margin: 5px 5px 0 0;
}

ul.item-block li a {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  width: 100px;
  display: block;
  padding: 10px 20px;
}

ul.item-block li a:hover {
  background: #D5D5D5;
}

ul.item-block li a:active {
  color: #525252;
}

.tabs-nav li {
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 1px;
  text-transform: capitalize;
}

.pos {
  background: url(images/bg-choose-blue-.png) repeat;
  padding: 5px 5px;
  background-size: cover;
  margin: 5px 11px 5px 0px;
}

.shicon {
  float: right;

  text-align: right;
}

.pos h3 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  font-family: 'Museo Sans Rounded 700 Regular';
  margin: 0;
  padding: 0 0 4px;
}

.pos p {

  margin-bottom: 0;
  line-height: 1.2;
  text-align: left;

  font-size: 14px;
  color: #FFFFFF;
  margin-top: 0;
}

.pos a {
  clear: both;
  background: #0081C6;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px 3px;
  /* margin-top: 3px; */
  font-family: 'Museo Sans Rounded 300 Regular';
  float: right;
  text-transform: capitalize;
  margin: 2px 0px;
}

.pos a:hover {
  text-decoration: underline;
}

.inner-footer {

  margin: 0 auto 20px;
  padding-top: 36px;
  background: url(images/bkg-footer.png) no-repeat 0 0;
  font-size: 11px;
  color: #808285;
}

.inner-footer p {
  margin: 0;
}

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

.copyright p {
  font-size: 11px;
  color: #808285;
}

.qbtitle {
  /*width: 244px;
  height: 52px;*/
  margin: 0 0 -13px;
  padding: 13px 0 13px 0px;
  background: #1267AD none;
  box-shadow: inset 0 0 8px 2px rgba(2, 2, 2, 0.1), 0 0 4px 1px rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-family: 'Museo Sans Rounded 500 Regular';
  color: #D4F3FF;
  text-align: center;
  text-transform: capitalize;
}

.tabsnav {
  overflow: hidden;
  height: auto;
  list-style: none;
  margin: 13px 0 -2px;
  padding: 0;
  font-family: 'Museo Sans Rounded 500 Regular';
  text-transform: lowercase;
  /*background: url(../newimages/post-quotebox/tab-sprite-bg.png) no-repeat;*/
  background: #EBECED;
}

.tabsnav {
  overflow: hidden;
  height: auto;
  list-style: none;
  margin: 13px 0 -2px;
  padding: 0;
  font-family: 'Museo Sans Rounded 500 Regular';
  text-transform: lowercase;
  /*background: url(../newimages/post-quotebox/tab-sprite-bg.png) no-repeat;*/
  /* background:#EBECED;*/
}

.sbtnl {
  text-align: center;
  margin-left: 18%;
}

.tabsnav li {
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 1px;
  text-transform: capitalize;
}

.tabsnavs li {
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 1px;
  text-transform: capitalize;
}

li.tab1 {
  padding: 5px;
}

li.tab1.tabs-selected {
  /*background: #ffffff;
  padding: 5px;
  border: 1px solid #cdcdcd;*/
}

.tabscontainer {
  /*float: left;*/
  /*width: 244px;*/
  padding-top: 10px;
  /* background: rgb(234,235,236) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,235,236,1)), color-stop(30%,rgba(242,243,244,1)), color-stop(100%,rgba(253,253,253,1)));
   background: -webkit-linear-gradient(top, rgba(234,235,236,1) 0%,rgba(242,243,244,1) 30%,rgba(253,253,253,1) 100%);*/
  background: linear-gradient(to bottom, rgba(234, 235, 236, 1) 0%, rgba(242, 243, 244, 1) 30%, rgba(253, 253, 253, 1) 100%);
  clear: both;
}

.qbbox .qb-no {
  background: url(images/bkg-flags.png) no-repeat;
  width: 27px;
  height: 25px;
  margin: 0 0 -25px 0px;
  padding: 6px 5px 0 0;
  font-size: 14px;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #D4F3FF;
  text-align: center;
  clear: both;
  line-height: 1;
}

.qbbox select {
  /*max-width: none;
  width: 225px;*/
  margin-bottom: 10px;
  margin-left: 5px;
  width: 95%;
  padding: 5px 40px 5px 2px;
  background-color: #FDFDFD;
  /*background-image: url(../images/bkg-quote-select.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(25%,#fafafa), color-stop(60%,#f1f1f1), color-stop(100%,#ebebeb));
  background-image: url(../images/bkg-quote-select.png), -webkit-linear-gradient(top, #fdfdfd 0%,#fafafa 25%,#f1f1f1 60%,#ebebeb 100%);*/
  background-image: url(images/bkg-quote-select.png), linear-gradient(to bottom, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 95% 5px, 0 0;
  box-shadow: none;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  font-size: 14px;
  /* font-size: 1.5rem; */
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #7C8286;
  text-align: left;
  vertical-align: top;
}

#fsff {
  background-color: #EFEFEF;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}

.qb-content-holder .qb-question p {
  margin: 0px 1px 0px 30px;
  font-size: 18px;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #1482C3;
}

.qbbox .qb-help {
  float: right;
  width: 22px;
  height: 22px;
  margin: -33px 7px 0 0;
  /*background: url(images/help.png) no-repeat 0 0;*/
}

.qb-help img {
  margin-top: 10px;
}

.qbbox a:link, .qbbox a:visited {
  text-decoration: none;
  color: #005191;

}

.qbbox a:active {
  color: #fffff;
}

.qbinput label {
  visibility: hidden;
}

.qbbox label {
  display: none;
}

.block-1 label {
  display: none;
}

.block-1 p {
  margin: 0 0 3px 9px;
  font-size: 14px;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #7C8286;
}

.qbbox input {
  padding: 5px;
  background: linear-gradient(to bottom, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  box-shadow: none;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  font-size: 15px;
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #7C8286;
  vertical-align: top;
}

block-1 input {
  margin: 0 5px 0 0;
  text-align: center;
  width: 28px !important;
  background: linear-gradient(to bottom, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  box-shadow: none;
  border: 1px solid #D4D4D4;
  border-radius: 0;
}

.trip-1 {
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #CDCDCD;
  cursor: pointer;
}

.trip-2 {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #CDCDCD;
}

figcaption {
  height: 50px;
  text-align: center;
  background-color: #000000;
  opacity: 0.6;
  color: #FFFFFF;
  font-family: 'Museo Sans Rounded 300 Regular';
  margin-top: -50px;
  padding-top: 10px;
}

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

  .tabs-nav li.tab-1 span {
    padding-right: 0px !important;
  }

  .calendarField {
    margin-left: -33%;
  }

  .collgdet3 ul {
    margin: 0px 0px 0px -89px;
  }

  .ui-datepicker-trigger {
    cursor: pointer !important;
    position: relative !important;
    right: -8px !important;
    top: -32px !important;
    color: #F3F3F3 !important;
    height: 26px !important;
    width: 93% !important;
    border: none !important;
    background: url(images/calendarIcon.png) no-repeat right 0 !important;
  }

  .menu > li {
    background: none !important;
    /*background-repeat:no-repeat !important;
    background-position:right !important;*/
    height: auto !important;

  }
}

@media (min-width: 411px) and (max-width: 603px) {
  .qutn:focus, .qutn:hover {
    color: #000000 !important;
    background-image: url(images/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
    background-position: 225px 11px !important;
  }

  .qutnhtc:focus, .qutnhtc:hover {
    color: #000000 !important;
    background-image: url(images/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
    background-position: 425px 11px !important;
  }

  .btnblogpg {
    margin-top: 2% !important;
  }

  .qutnhtc {
    background-position: 425px 11px !important;
  }

  .qutn {
    width: 100%;
    height: 40px;

    padding: 8px 30px 8px 20px;
    background: #F29323;
    background-image: url(images/bkg-nav-btn-find.png);
    background-position: 225px 11px !important;
    /*background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
    background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
    background-repeat: no-repeat, no-repeat;

    border-radius: 3px;
    line-height: 1;
    text-align: center;
    font-family: 'Museo Sans Rounded 300 Regular';
    color: #FFFFFF !important;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 22px;
  }

  .clamn {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 8px 30px 8px 20px;

    background: #0A5794;
    background-image: url(images/bkg-nav-btn-find.png);
    background-position: 240px 11px !important;
    /* background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
     background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
     background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
     background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
     background-image: url(images//bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
    background-repeat: no-repeat, no-repeat;

    border-radius: 3px;
    font-size: 22px;
    line-height: 1;
    font-family: 'Museo Sans Rounded 300 Regular';
    color: #FFFFFF !important;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
    /* font-size: 2.4rem; */
  }

  .clamn:focus, .clamn:hover {
    color: #000000 !important;
    background-image: url(images/bkg-nav-btn-find-hover.png);
    background-position: 240px 11px !important;
  }

  .agent {
    display: none !important;
  }

  .ui-datepicker-trigger {
    cursor: pointer !important;
    position: relative !important;
    right: -8px !important;
    top: -38px !important;
    color: #F3F3F3 !important;
    height: 26px !important;
    width: 93% !important;
    border: none !important;
    background: url(images/calendarIcon.png) no-repeat right 0 !important;
  }

  .menu > li {
    background: none !important;
    /*background-repeat:no-repeat !important;
    background-position:right !important;*/
    height: auto !important;

  }

  .divformb {
    margin-bottom: -9.5%;
  }

  .ficonlast {
    margin-top: 8%;
    margin-left: -4%;
  }

  .ficontc {
    margin-top: 7%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
  .ficonlast {
    padding-left: 3%;
    margin-top: 20px;
  }

  .ficontc {
    padding-left: 3%;
    margin-top: 18px;
  }
}

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

  . qutnabt {
    font-size: 18px !important;
  }

  .btnblogpg {
    margin-top: 2% !important;
  }

  .sigltrp {
    text-align: center;
    margin-top: -13px;
    margin-left: 40%;
  }

  .multrp {
    text-align: center;
    margin-left: 40%;
    margin-top: 5px;
  }
}

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

  .nav_btn {
    /*margin: 15px 0px 0px 44%;*/
    margin: 15px 0px 0px 38%;
  }

  .topline {
    padding: 0%;
    float: left;
    width: 0px;
    margin-top: -13px;
    margin-left: -15px;
  }

  .annual {

    margin-left: 50px !important;
  }

  /*.ui-datepicker-multi-2 .ui-datepicker-group{width:100%!important;}*/
  .vertcl h1 {
    font-size: 18px !important;
  }

  .collg2 .qb-help {
    margin-top: -25% !important;
    margin-left: 80% !important;
  }

  .collg1 .qb-help {
    margin-top: -25% !important;
    margin-left: 85% !important;
  }

  .collg3 .qb-help {
    margin-top: -25% !important;
    margin-left: 85% !important;
  }

  .sbtnl {
    margin-left: 0% !important
  }

  .divformb {
    margin-bottom: -10%;
  }

  .topinfo h6 {
    font-size: 11px !important;
  }
  .promo-code input,
  #livein_country {
    width: 30% !important;

  }

  .topnlable {
    width: 120px !important;
  }

  .hnblocks h2 {
    font-size: 17px !important;
  }

  .cmreview {
    margin-top: 9% !important;
  }

  .collgdet3 li {
    width: 37px !important;
  }

  .bhrn {
    font-size: 20px !important;
  }

  /*.collbtm{
  margin-right:-30%;
    }*/
  .calendarField {
    margin-left: 0% !important;
  }

  .ficontc {
    padding-left: 10px !important;
    margin-right: 6%;
  }

  .hnblocks p {
    font-size: 10px !important;
  }

  .cmreview p {
    font-size: 12px !important;
  }

  .hmbck {
    margin-bottom: 2%;
  }

  .fictonfc {
    padding-left: 0% !important;
  }

  input[type="submit"], .clsBtnSubmit input, .claimsBtn a, .button-submit {
    padding: 0 30px 0 10px !important;
  }
}

@media (min-width: 406px) and (max-width: 760px) {
  .cmreview {
    margin-top: 9% !important;
  }
}

@media (min-width: 406px) and (max-width: 461px) {

  .topline {
    /*padding: 0%;*/
    float: left;
    width: 0px;
    margin-top: -13px;
    /*margin-left: -9px;*/
  }
}

@media (min-width: 462px) and (max-width: 480px) {

  .topline {
    /*padding: 0%;*/
    float: left;
    margin-top: -13px;
    /*margin-left: -9px;*/
  }
}

@media (min-width: 481px) and (max-width: 500px) {

  .topline {
    /*padding: 0%;*/
    margin-left: 0% !important;
    width: 0px;
    float: left !important;
    /*margin-left: -9px;*/
  }

  .sigltrp {
    margin-top: -13px;
  }
}

@media (min-width: 361px) and (max-width: 405px) {

  .cmreview {
    margin-top: 9% !important;
  }

  .topline {
    padding: 0%;
    float: left;
    width: 0px;
    margin-top: -13px;
    /*margin-left: -9px;*/
  }

  .annual {

    margin-left: 90px !important;
  }

  .sbtnl {
    margin-left: 2% !important;
  }

  .cmreview p {
    font-size: 12px !important;
  }

  .divformb {
    margin-bottom: -11% !important;
  }

  .ficonlast {
    margin-top: 25px !important;
    margin-left: -7px !important;
  }

  .hnblocks p {
    font-size: 13px !important;
  }

  .vertcl h1 {
    font-size: 21px !important;
  }

  .collg1 .qb-help {

    margin-left: 76% !important;

  }

  .ficontc {
    padding-left: 4% !important;
    margin-right: 15px !important;
  }
}

@media (min-width: 406px) and (max-width: 510px) {
  .ficonlast {
    margin-left: -5% !important;
    margin-top: 22px !important;
  }

  .sbtnl {
    margin-left: 2% !important;
  }
}

@media (min-width: 321px) and (max-width: 360px) {
  .nav_btn {
    /*margin: 15px 0px 0px 44%;*/
    margin: 15px 0px 0px 43%;
  }

  .topline {
    padding: 0%;
    float: left;
    width: 0px;
    margin-top: -13px;
    margin-left: -9px;
  }

  .annual {

    margin-left: 70px !important;
  }

  .sbtnl {
    margin-left: -2%;
  }

  .cmreview {
    margin-top: 9% !important;
  }

  .cmreview p {
    font-size: 12px !important;
  }

  .ficontc {
    margin-right: 6% !important;
  }

  .fictonfc {
    padding-left: 1% !important;
  }

  .vertcl h1 {
    font-size: 19px !important;
  }

  input[type="submit"], .clsBtnSubmit input, .claimsBtn a, .button-submit {
    padding: 0 30px 0 15px;
  }

  .collg2 .qb-help {
    margin-top: -25% !important;
    margin-left: 80% !important;
  }

  .collg1 .qb-help {
    margin-top: -25% !important;
    margin-left: 85% !important;
  }

  .collg3 .qb-help {
    margin-top: -25% !important;
    margin-left: 85% !important;
  }

  .divformb {
    margin-bottom: -10%;
  }

  .hnblocks p {
    font-size: 12px !important;
  }

  .hmbck {
    margin-bottom: 2%;
  }

  .fictonfc {
    padding-left: 4%;
  }

  .ficon {
    padding-left: 0%;
  }
}

@media (min-width: 361px) and (max-width: 550px) {
  .divformb {
    margin-bottom: -7.5%;
  }
}

@media (min-width: 361px) and (max-width: 767px) {
  .vertcl h1 {
    font-size: 22px !important;
  }

}

@media screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    margin: 0px !important
  }

  .phone-img a {
    /*padding-left: 50px;*/
  }

  .phone-img {
    text-indent: 0px;
  }

  .pos {
    padding: 5px 5px 30px 5px !important;
  }

  .agent {
    text-align: center;
    padding-right: 20px;
  }

  .shicon {
    /* float: none;
     text-align: center;
   margin-bottom:10px;*/
    float: none;
    text-align: center !important;
    margin-bottom: 10px;
    margin-right: 31px;
  }

  .phone-img {
    /*margin-bottom:15px !important;*/
    margin-bottom: 65px !important;
    text-align: center !important;
  }

  .sidebar {
    padding: 0px;
  }

  .logo {
    text-align: center;
  }

  .sbtnl {
    text-align: center !important;
  }

  .agent {
    display: none !important;
  }

}

@media (min-width: 460px) and (max-width: 560px) {
  .mnspn {
    margin-left: 115px;
    margin-right: 79px;
  }

  .annual {

    margin-left: 135px !important;
  }

}

@media (min-width: 767px) and (max-width: 980px) {
  .shicon {
    text-align: right !important;
    padding-left: 0px !important;
  }

  .mnspn {
    margin-left: 15px;
    margin-right: 23px;
  }

}

@media (min-width: 767px) and (max-width: 1200px) {
  .block-1 input {
    margin: 0 5px 5px 10px !important;
    text-align: center !important;

    width: 40% !important;
  }

  .whohelp {
    margin: -12px 7px 0px 0px !important;
  }

}

/*	}
@media (min-width: 768px) and (max-width: 999px) {
.main-content{width:91% !important;}
}*/

@media (min-width: 600px) and (max-width: 768px) {
  .qbbox.promo-code input,
  .mlsebx {
    width: 50% !important;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .mlsebx {
    width: 50% !important;
  }

  . menu {
    margin-top: 12% !important;
  }

}

@media screen and (max-width: 240px) {
  .logo {
    margin-left: -12px !important;
  }

  .phone-img {
    margin-left: -30px !important;
  }
}

.region-content .block-webform {
  background: #EFEFEF none repeat scroll 0 0;
  max-width: 100%;
  padding: 10px;
}

.region-content:not(.mfix) .block-webform .input-group {
  width: 70%;
}

.dropdown-menu {
  display: none;
  list-style-type: none;
  padding: 20px 10px 10px;
  position: absolute;
  z-index: 11;
}

.float-lg-right {
  float: right;
}
.logo-blue{
  display: none;
}
@media (max-width: 767px) {
  .hmenu {
    float: none;
  }
  .header .navbar-default {
    margin:0px;
    padding: 0 10px;
    min-height: auto;
  }
  .dropdown-menu {
    margin-top: 0px;
    padding-top: 0px;
  }
  .header .navbar-collapse {
    border: none;
    padding-right: 0;
  }
  .header.full-screen .navbar-collapse{
    border-top: 1px solid #525558;
  }
  .header .navbar-collapse ul.menu {
    background: #FFF;
  }
  .header .navbar-collapse ul.menu li a {
    color:#337ab7 !important;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding: 15px;
  }
  .header .navbar-collapse ul.menu .open .dropdown-menu>li>a {
    color:#337ab7 !important;
    border: 0;
    font-size: 14px;
    padding: 10px;
  }
  .header .navbar-collapse ul.menu .dropdown-menu li {
    background: #fff;
        border: 0;
    border-bottom: 1px solid #ccc;
  }
  .header .logo a {
    display: inline-block;
  }
  .header.navbar-default .navbar-collapse,
  .header .navbar-default .navbar-nav>.open>a,
  .header .navbar-default .navbar-nav>.open>a:focus,
  .header .navbar-default .navbar-nav>.open>a:hover{
        background-color: #fff;
  }
  .header .menu {
    background: #fff;
  }
  .header .navbar-default .navbar-nav>a {
    background: red;
    display: block;
    position: relative;
  }
  .collapse-icon {
    width:18px;
    height: 2px;
    background: #337ab7;
    position: relative;
    float: right;
    display: none;
    top: 8px;
    left: 12px;
  }
  .collapse-icon:before {
    width:18px;
    height: 2px;
    background: #337ab7;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    display: none;
    content: '';
  }
  .header .navbar-collapse ul.menu li a.dropdown-toggle .collapse-icon {
    display: inline-block;
  }
  .header .navbar-collapse ul.menu li a.dropdown-toggle .collapse-icon:before {
    display: inline-block;
  }
  .header .navbar-collapse ul.menu li.open a.dropdown-toggle .collapse-icon:before {
    display: none;
  }
  .header button.navbar-toggle.nav_btn {
    margin: 0;
    position: relative;
    right: 0;
  }
  .header .logo button.navbar-toggle.nav_btn {
    top:5px;
  }
  .header button.navbar-toggle.nav_btn .icon-bar {
    background: #fff;
  }
  .header.full-screen button.navbar-toggle.nav_btn .icon-bar {
    background: #666;
  }
  .header button.navbar-toggle.nav_btn[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    display: none;
  }
  .header button.navbar-toggle.nav_btn .icon-bar:nth-of-type(2) {
    display: block;
  }
  .header button.navbar-toggle.nav_btn[aria-expanded="true"] .icon-bar {
      transform: rotate(45deg);
  }
  .header button.navbar-toggle.nav_btn[aria-expanded="true"] .icon-bar:nth-of-type(4) {
      transform: rotate(-45deg);
      margin-top: -2px;
  }
  .header .logo .glyphicon-earphone {
    font-size: 30px;
    color: #fff;
    float: left;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 10px;
  }
  .header.full-screen .logo .glyphicon-earphone {
    color: #337ab7;
    margin-top: 5px;
  }
  .header .logo {
    padding:10px 0 10px 10px;
  }
  .header.full-screen .logo {
    padding:20px 0 10px 10px;
  }
}

.logo a img {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header .navbar.navbar-default {
    margin-top: 0;
  }
  .header .menu ul {
    margin-top: 0 !important;
  }
}

@media (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-toggle {
    height: 34px !important;
  }

  .mobili {
    display: none !important
  }

  .first_1 {
    display: none;
  }

  .header .navbar-collapse {
    padding-right: 0;
  }

}

@media (max-width: 767px) {

  .deski {
    display: none !important
  }

}

@media (min-width: 767px) and (max-width: 991px) {
  nav {
    margin-left: 10%;
  }
}

.modal-content {

  padding: 0 5% 2%;

}

@media (max-width: 360px) {
  .navbar-header .nav_btn {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {

  #quotebutton {
    max-width: 189px !important
  }

  .inner-footer {
    padding-left: 24px;
  }

  .shicon {
    padding: 0px
  }

  .mari {
    padding: 0px
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}

@media (min-width: 767px) and (max-width: 1120px) {
  .tab1 {
    margin-top: 15px !important;
    padding-left: 0 !important;
  }
}

/*@media (min-width: 767px) and (max-width: 991px) {*/
  /*.mari {*/
    /*margin-left: 16.6667%;*/
  /*}*/
/*}*/

.claimsBtn a {

  padding-top: 15px !important;
  width: 298px;
}

@media (min-width: 767px) and (max-width: 990px) {

  .mari {
    /*margin-left: 14.667% !important;*/
    /*width: 44.3333% !important;*/
    /*padding: 0 !important;*/
  }

  .shicon .col-md-5 {
    /*width: 40.6667%;*/
    padding: 0px !important;
  }

}

.mari {
  padding-top: 4px;
}

.field-item video {
  width: 100%
}

div#block-views-sidebarclams-block h2 {

  position: relative;
  margin: 0 0 0px;
  padding: 12px 5px 12px 21px;
  background: #D6D8D8 none;
  font-size: 15px;
  line-height: 1.1;
  font-family: "Museo Sans Rounded 700 Regular";
  color: #005596;
  word-wrap: break-word;
  text-transform: capitalize;

}

div#block-views-sidebarclams-block h2:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -3px;
  display: block;
  width: 23px;
  height: 19px;
  background: url(images/bkg-sidebar-header.png) no-repeat 0 0;
}

.view-id-sidebarclams {
  overflow: hidden;
  /* margin-bottom: 7px;*/
  padding: 20px 0 10px 10px;
  background-color: #F5F5F5;
  box-shadow: inset 5px 5px 10px -7px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-family: 'Museo Sans Rounded 500 Regular';
}

/*.node-video-testimonials h2{display:none}*/
div.view-id-sidebarclams .view-content .views-row .field-content h1 {
  display: none;
}

#block-views-bali-block h2 {
  margin: 25px 0 7px;
  font-size: 15px;
  line-height: 1.2222;
  font-family: 'Kohinoor Medium';
  color: #525558;

}

#block-views-europe-uk-block h2 {
  margin: 25px 0 7px;
  font-size: 15px;
  line-height: 1.2222;
  font-family: 'Kohinoor Medium';
  color: #525558;

}

#block-views-thailand-block h2 {
  margin: 25px 0 7px;
  font-size: 15px;
  line-height: 1.2222;
  font-family: 'Kohinoor Medium';
  color: #525558;

}

/* Blog Section*/

@media (max-width: 1200px) {

  .no_pad_bl {
    padding-right: 0px !important
  }
}

@media (min-width: 767px) and (max-width: 1008px) {
  .bl_button {

    font-size: 11px !important;
  }
}

@media (max-width: 767px) {

  .no_display {
    display: none;
  }

  .bl_q_btn {
    margin-top: 15px
  }
}

@media (max-width: 333px) {
  #edit-preview {
    margin-left: 0px !important;
  }
}

.bl_bread {
  background: #045C9E none;
  padding-bottom: 10px;
  padding-top: 10px;
}

.bread_cr {
  color: #FFFFFF;
  font-size: 11px;
}

.bread_cr a {
  color: #FFFFFF;
  font-size: 11px;
}

.wr_blp {
  padding-top: 2%;
  clear: both
}

.bl_br {
  color: black;
  width: 93%;
  padding: 10px;
  height: 15px;
  clear: both;
  border-top: 0px !important;
  border-bottom: 1px solid #EEEEEE;
  display: block;
}

.clr {
  clear: both
}

.bl_buttons {
  padding-top: 1%;
  padding-bottom: 5%;
}

.bl_button {
  background: #034274 none repeat scroll 0 0;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 48px;
  padding-top: 11px;
  text-align: center;
  width: 100%;
}

.bl_q_btn {
  width: 100% !important
}

.mn_bl h1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 25px !important;
}

.mn_bl span {
  color: #333333;
  font-size: 16px;
  padding: 5px 0px;
  font-weight: bold;
  display: block
}

.mn_bl p {
  max-width: 538px;
}

.white_btn {
  width: 140px;
  height: 40px;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  padding: 9px;
  font-weight: bold;
}

.comment-wrapper {
  display: block;
  float: left;
  clear: both;
  padding-left: 2%;
  padding-top: 2%;
  padding-right: 2%;
  background: #EFEFEF;
  margin-left: 1.31%;
  margin-top: 2% !important;
  max-width: 570px;
}

.nopadding {
  padding: 0 !important;

}

.filter-guidelines-filtered_html {
  display: none !important;
}

#edit-submit {
  width: 136px;
}

#edit-preview {
  width: 151px;
  text-align: CENTER;
  margin-left: 18px;
}

.lrshare_interfacehorizontal {
  padding: 1.3% 1.3% 0% 1.3% !important;
}

#user-register-form div #edit-actions .form-submit {
  width: 60% !important;
}

#comment-form div .form-item .form-text {
  width: 100%;
}

@media (min-width: 990px) {
  .drp_6 {
    margin-left: -115px
  }

  .drp_5 {
    margin-left: -119px
  }

  .drp_4 {
    margin-left: -90px;
  }
}

span.inline.odd.first a {
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif !important;
}

span.inline.even.last {
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif !important;
}

/*25-08-15*/
.vertcl {
}

.vertcl h1 {

  font-size: 21px;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #FFFFFF;
}

.new-tabs-nav {
  overflow: hidden;
  width: 100%;
  height: 65px !important;
  margin: 0 0 -10px;
  padding: 0;
  background: url(images/bkg-quotenav.jpg) 0 0 !important;
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular';
}

.collg1 {
  background-color: #013F71;
  height: 85px;
}

.new-quote-no1 {

  background: url(images/ti-1_n.png);
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  width: 100px;
  height: 100px;
  display: block;
  margin-top: -5px;
}

.collg2 {
  background-color: #013F71;
  height: 85px;

}

.new-quote-no2 {
  background: url(images/ti-2_n.png);
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  width: 100px;
  height: 100px;
  display: block;
  margin-top: -5px;
}

.collg3 {
  background-color: #013F71;
  height: 85px;
}

.new-quote-no3 {
  background: url(images/ti-3_n.png);
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  width: 100px;
  height: 100px;
  display: block;
  margin-top: -5px;
}

.new-quote-question {
  display: block;
  margin: 0 0 43px;
  padding: 7px 0 0 80px;
  font-size: 48px; /*font-size: 4.8rem;*/
  line-height: 0.95;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #36C0ED;
}

.new-quote-question em {
  display: block;
  padding-left: 5px;
  font-style: normal;
  font-size: 20px; /*font-size: 2.0rem;*/
  color: #F1F4F9;
  word-spacing: 3px;
  text-transform: lowercase;
}

.collg1 .qb-help {
  margin-top: -19%;
  margin-left: 65%;
  position: absolute;
}

.collg2 .qb-help {
  margin-top: -19%;
  margin-left: 65%;
  position: absolute;
}

.collg3 .qb-help {
  margin-top: -19%;
  margin-left: 65%;
  position: absolute;
}

.collgdet {
  background-color: #F2F3F3;
  padding: 5px 15px;
}

.collgdet3 {
  background-color: #F2F3F3;
  padding: 5px 15px 70px 15px;
  /*margin-top:6%;*/
}

.collgdet label {
  margin: 0 0 7px;
  font-size: 14px;
  /* font-size: 1.4rem; */
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #005596;
}

.collbtm {
  margin-bottom: 15.2%;
  margin-top: 6%;
}

.colmidl {
  margin-top: 18%;
}

.collgdet3 ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

.collgdet3 li {
  float: left;
  width: 38px;
  margin: 0 6px 0 0;
  padding: 0 0 5px;
  background: transparent none;
  text-align: center;
}

.collgdet3 label {
  width: 28px;
  height: 40px;
  margin: 0 0 7px 5px;
  padding: 20px 0 0;
  /*background: url(images/icon-age.png) no-repeat;*/
  font-size: 14px; /*font-size: 1.4rem;*/
  line-height: 1.1428;
  font-family: 'Museo Sans Rounded 700 Regular';
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.collgdet3 fieldset {
  margin-top: 6%;
}

.collgdet3 legend {
  padding-bottom: 7px;
  padding-right: 65%;
  margin: 0 0px 7px;
  font-size: 14px;
  line-height: 1;
  border: none;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #005596;
}

.collgdet3 input {
  width: 32px;
  height: 30px !important;
  padding: 5px 0;

  background: #FDFDFD;
  background: -moz-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(25%, #FAFAFA), color-stop(60%, #F1F1F1), color-stop(100%, #EBEBEB));
  background: -webkit-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: -o-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: -ms-linear-gradient(top, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);
  background: linear-gradient(to bottom, #FDFDFD 0%, #FAFAFA 25%, #F1F1F1 60%, #EBEBEB 100%);

  box-shadow: none;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  font-size: 15px; /*font-size: 1.5rem;*/
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #7C8286;
  text-align: center;
}

.collgdet3 .error {
  margin: 0;
  border: 1px solid #D81D34;
}

.collgdet3 .liveNZ {
  float: none;
  clear: both;
  width: 253px;
  padding: 13px 0 0 0;
  background: transparent;
}

.collgdet3 .liveNZ label {
  float: left;
  display: block;
  width: auto;
  margin-top: 5px;
  margin-left: 50px;
  padding: 4px 7px 0 0;
  background: transparent none !important;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #005596;
  text-align: left;
  vertical-align: middle;
}

.collgdet3 .liveNZ select {
  float: right;
  display: inline;
  width: auto;
}

.calendarField {
  float: left;
  width: 101px;
  margin-bottom: 0;
  margin-left: 12%;
  background: #FFFFFF none;
  border: 2px solid #E1E2E2;
  border-radius: 4px;
  font-family: 'Museo Sans Rounded 300 Regular';
  text-align: center;
}

a.calendarLink {
  display: block;
  padding: 10px;
  color: #164A77;
}

a.calendarLink:hover, .calendarLink:focus {
  color: #164A77;
  text-decoration: none;
}

a.calendarLink em {
  display: block;
  margin: 0 0 12px;
  background: #2CB9E3 none;
  border-radius: 4px;
  padding: 12px 10px;
  font-style: normal;
}

a.calendarLink span {
  display: block;
}

a.calendarLink .month {
  font-size: 21px; /*font-size: 2.1rem;*/
  line-height: 1.0476;
  text-transform: uppercase;
}

a.calendarLink .day {
  font-size: 33px; /* font-size: 3.3rem;*/
  line-height: 1;
  font-family: 'Museo Sans Rounded 700 Regular';
}

a.calendarLink .year {
  font-size: 15px; /*font-size: 1.5rem;*/
  line-height: 1.2;
}

.txtTo {
  overflow: hidden;
  float: left;
  width: 25px;
  height: 29px;
  margin: 52px 15px 0;
  /*background: url(images/bkg-textto.png) no-repeat;*/
  text-indent: -100px;
}

.datepickerHolder h3 {
  display: block;

  margin: 0 0 4px;
  padding: 11px 0 11px 15px;
  background: #018BD5;
  font-size: 14px;
  /* font-size: 1.4rem; */
  line-height: 1;
  font-family: 'Museo Sans Rounded 700 Regular';
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
}

.new-tabs-nav li {
  float: right;
  width: 450px;
  height: 45px;
  margin: 0;
  padding: 20px 20px 0;
  padding-bottom: 0;
  color: #FFFFFF;
  text-align: right;
}

/*.new-tabs-nav .tab-1 { font-size: 23px; }*/
.new-tabs-nav li {
  height: 40px;
  padding-top: 25px;
  text-align: right;
  font-size: 15px;
  color: #60BCD8;
}

.new-tabs-nav li span {
  cursor: pointer;
}

.new-tabs-nav li span:hover {
  text-decoration: underline;
}

.annual {
  width: 150px;
  margin-left: 100px;
}

@media (max-width: 467px) {
  .mediss_s {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 1200px) {
  #quote_box {
    padding-left: 15px !important;
  }
}

.mn_5 {
  /*pointer-events: none;
  cursor: default;*/
}

/*.drp_5 .first_1{ display:block !important}	*/
.node-unpublished {
  background-color: #FFFFFF !important;
}

@media (max-width: 767px) {
  .dropdown-menu li {
    background: #81D9FE none repeat scroll 0 0;
    border: 1px solid #CDEEFB;

  }

  /*.drp_5 li {
      background: #81d9fe none repeat scroll 0 0;
      border: 1px solid #cdeefb;


  }*/
  .drp_5 li a {
    /* color:#003c55 !important;*/

  }
}

.main-area {
  padding-top: 20px !important;
  padding-left: 30px !important;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px){
  .quote-box-region{
    padding: 20px 15px!important;
  }
}
@media screen and (max-width: 414px) {
  .quote-box-region {
    padding: 0 !important;
  }

  .quote-box-region #breadkum {
    padding: 20px;
    margin: 0!important;
  }
}
.box2 {
  margin-top: 15px !important;
}

.box1 {
  margin-top: 15px !important;
}

/*10-9-15*/
.hnblocks {
  background-color: rgba(2, 65, 115, 0.8);
  position: absolute;
  top: 0%;
  right: 4%;
  height: 99.4%;
}

.hnblocks h2 {
  color: #13B6EA;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
}

.hnblocks p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
}

div.smicons {
  text-align: center !important;
}

.smicons p {
  font-size: 12px !important;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
  color: #525558;
}

.cmreview {
  text-align: center !important;
  margin-top: 2%;
}

.cmreview img {
  margin-top: -6%;
}

.cmreview p {
  margin-top: 5%;
}

.cmreview h3 {
  color: #035B9A;
  font-size: 12px !important;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.hmbck {
  padding-left: 0%;
}

.ficon {
  background-image: url('images/dotedline.png');
  background-position: right;
  background-repeat: no-repeat;
  display: block;
}

.ficon img {
  float: left;
  margin-right: 3%;
}

.ficon p {
  font-size: 11px !important;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;

}

.clam {
  background: #0A5794;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #FFFFFF !important;
  text-align: center;
  border-radius: 5px;
}

.qut {
  background: #EA8718;
  text-transform: uppercase;
  padding: 8px 20px !important;
  text-align: center;
  color: #FFFFFF !important;
  border-radius: 5px;
}

.qutbl {
  background: #EA8718;
  text-transform: uppercase;
  padding: 8px 20px !important;
  text-align: center;
  color: #FFFFFF !important;
  border-radius: 5px;
  font-size: 20px;
}

.qut p {
  font-size: 17px !important;
}

/*.qutbl p{
font-size: 19px !important;
	}*/
.clam p {
  font-size: 17px !important;
}

.twbtn {
  padding-left: 0%;
}

.contentholder p {
  font-size: 13px;
  font-family: 'Museo Sans Rounded 500 Regular';
  color: #525558;
}

.contentholder a {
  font-size: 15px;
}

.ficontc {
  padding-left: 0%;
}

.bhrn {
  width: 100% !important;
}

/*11-09-15*/
.ad_table tr {
  height: 28px;
}

.tdspn {
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
  color: #525558;
}

.smicons a {
  color: #525558;
}

.qlinks li a {
  font-size: 13px;
  color: #525558;
}

.view-id-sidebarclams p {
  font-size: 13px
}

.topinfo {
  padding-right: 0px;
  margin-right: -4.8%;

}

.topinfo p {
  color: #FFFFFF !important;
  position: absolute;
  top: 15%;
  left: 22%;
  font-size: 14px;
}

.topinfo h6 {
  color: #FFFFFF !important;
  position: absolute;
  top: 40%;
  left: 22%;
  font-size: 13px;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
}

.topnlable {
  width: 120px !important;
  background: transparent none !important;
  font-family: 'Museo Sans Rounded 300 Regular';
  color: #005596 !important;
  text-align: left;
}

.qutn:focus, .qutn:hover {
  color: #000000 !important;
  background-image: url(images/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-position: 325px 15px;
  text-decoration: none;
}

.qutn {
  width: 100%;
  height: 40px;

  padding: 8px 30px 8px 20px;
  background: #F29323;
  background-image: url(images/bkg-nav-btn-find.png);
  background-position: 325px 15px;
  /*background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
  background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
  background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
  background-image: url(images/bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
  background-repeat: no-repeat, no-repeat;

  border-radius: 3px;
  line-height: 1;
  text-align: center;
  font-family: 'Museo Sans Rounded 300 Regular' !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 22px !important;
  display: inline-block;
}

.qutnhtc:focus, .qutnhtc:hover {
  color: #000000 !important;
  background-image: url(images/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-position: 515px 15px;
}

.qutnhtc a:focus, .qutnhtc a:hover {
  color: #000000 !important;
}

.qutnhtc {
  width: 100%;
  height: 40px;

  padding: 8px 30px 8px 20px;
  background: #F29323;
  background-image: url(images/bkg-nav-btn-find.png);
  background-position: 515px 15px;
  /*background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
  background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
  background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
  background-image: url(images/bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
  background-repeat: no-repeat, no-repeat;

  border-radius: 3px;
  line-height: 1;
  text-align: center;
  font-family: 'Museo Sans Rounded 300 Regular' !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 22px !important;
}

.qutnabt:focus, .qutnabt:hover {
  background-image: url(images/bkg-nav-btn-find-hover.png) !important;
  background-position: 370px 15px !important;
  background-repeat: no-repeat, no-repeat !important;
}

.qutnabt a:focus, .qutnabt a:hover {
  color: #000000 !important;

}

.qutnabtblg:focus, .qutnabtblg:hover {
  color: #000000 !important;
  background-image: url(images/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
  background-position: 625px 12px;
}

.qutnabtblg a:focus, .qutnabtblg a:hover {
  color: #000000 !important;

}

.qutnabtblg {
  width: 100%;
  height: 40px;

  padding: 8px 30px 8px 20px;
  background: #F29323;
  background-image: url(images/bkg-nav-btn-find.png);
  background-position: 625px 12px;
  /*  background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
    background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
  background-repeat: no-repeat, no-repeat;

  border-radius: 3px;
  line-height: 1;
  text-align: center;
  font-family: 'Museo Sans Rounded 300 Regular' !important;
  color: #FFFFFF;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 22px !important;

}

.qutnabtsim:focus, .qutnabtsim:hover {
  background-image: url(images/bkg-nav-btn-find-hover.png) !important;
  background-position: 495px 15px !important;
  background-repeat: no-repeat, no-repeat !important;
}

.qutnabtsim a:focus, .qutnabtsim a:hover {
  color: #000000 !important;

}

.qutnabtsim {
  width: 100%;
  height: 40px;

  padding: 8px 30px 8px 20px;
  background: #F29323;
  background-image: url(images/bkg-nav-btn-find.png);
  background-position: 495px 15px;
  /*  background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
    background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
  background-repeat: no-repeat, no-repeat;

  border-radius: 3px;
  line-height: 1;
  text-align: center;
  font-family: 'Museo Sans Rounded 300 Regular' !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 22px !important;
}

.qutnabt {
  width: 100%;
  height: 40px;

  padding: 8px 30px 8px 20px;
  background: #F29323;
  background-image: url(images/bkg-nav-btn-find.png);
  background-position: 370px 15px;
  /*  background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
    background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
    background-image: url(images/bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
  background-repeat: no-repeat, no-repeat;

  border-radius: 3px;
  line-height: 1;
  text-align: center;
  font-family: 'Museo Sans Rounded 300 Regular' !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 22px !important;
}

.clamn {
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 8px 30px 8px 20px;

  background: #0A5794;
  background-image: url(images/bkg-nav-btn-find.png);
  background-position: 335px 15px;
  /* background-image: url(images/bkg-btn-quote.png), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
   background-image: url(images/bkg-btn-quote.png), -moz-linear-gradient(top, #f29323 0%, #f08d1e 11%, #e88516 86%, #e88516 95%, #e98a1a 100%);
   background-image: url(images/bkg-btn-quote.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29323), color-stop(11%,#f08d1e), color-stop(86%,#e88516), color-stop(95%,#e88516), color-stop(100%,#e98a1a));
   background-image: url(images/bkg-btn-quote.png), -webkit-linear-gradient(top, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);
   background-image: url(images//bkg-btn-quote.png), linear-gradient(to bottom, #f29323 0%,#f08d1e 11%,#e88516 86%,#e88516 95%,#e98a1a 100%);*/
  background-repeat: no-repeat, no-repeat;

  border-radius: 3px;
  font-size: 22px !important;
  line-height: 1;
  font-family: 'Museo Sans Rounded 300 Regular' !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  /* font-size: 2.4rem; */
  display: inline-block;
}

.clamn:focus, .clamn:hover {
  color: #000000 !important;
  background-image: url(images/bkg-nav-btn-find-hover.png);
  background-position: 335px 15px;
  text-decoration: none;
}

.twbtn {
  text-decoration: none !important;
}

/*.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}*/
.btn.focus, .btn:focus, .btn:hover {
  background-image: url(images/bkg-nav-btn-find-hover.png), linear-gradient(to bottom, #F29323 0%, #F08D1E 11%, #E88516 86%, #E88516 95%, #E98A1A 100%);
}

.breadcrumb {

  background-color: #FFFFFF !important;

}

.mtdateclass {
  left: 698.5px !important;
}

#trip-2 {
  padding-right: 55%;
}

.tripbold {
  font-weight: bold;
  text-decoration: underline;
}

}

.dp-highlight .ui-state-default {
  background: #005191;
  color: #FFFFFF;
}

.foo a {
  font-weight: bold !important;
  color: red !important;
}

#trip-2, #trip-1, .tabs-selected {
  padding-right: 0% !important;
}

@media (max-width: 500px) {
  .multrp {
    float: left;
    margin-top: -13px;
    text-align: center;
    width: 117px;
  }

  .sigltrp {
    float: left;
    text-align: center;
    width: 106px;
    margin-left: 0px;
  }

  .new-tabs-nav li {

    float: right;
    height: 45px;
    margin: 0;
    text-align: right;
    width: 100%;
  }
}

.topline {
  text-decoration: none !important;
}

/*17-09-15*/

#google-top-box {
  width: 717px;
  float: left;
  margin-bottom: 10px;
}

#google-map-box {
  position: relative;
  float: left;
  width: 100% !important;
}

.gray-box-wrapper {
  width: 512px;
  float: right;
  background-color: #EFEFEF;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.gray-box-inner {
  width: 495px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 9px 0;
}

.legend .legend-small {
  float: right;
  font-weight: 700;
  color: #154182;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.legend .sprite {
  float: left;
  background-image: url(images/legend-sprite.gif);
  background-repeat: no-repeat;
  padding: 5px 0;
}

.legend span {
  font-size: 11px;
  margin-right: 7px;
  padding-right: 29px;
  display: block;
  text-align: right;
}

.legend .pos1 {
  background-position: 66px -291px;
}

.legend .pos2 {
  background-position: 66px -338px;
}

.legend .pos3 {
  background-position: 55px 0;
}

.legend .pos4 {
  background-position: 52px -96px;
}

.legend .pos5 {
  background-position: 72px -195px;
}

#ballon {
  width: 370px !important;
}

#map {
  height: 400px !important;
}

#mappanel {
  height: 515px;
  width: 100% !important;
  float: left;
}

#ballon p {
  margin-bottom: 0 !important;
  font-size: 11px;
  line-height: 1.5;
  color: #4C4C4C;
}

#ballon p.quote {
  font-style: italic;
}

#ballon p.indent {
  padding-left: 34px;
}

#baloon-stw {
  width: 370px !important;
  min-height: 83px;
  float: left;
  background-color: #F1F1F1;
  padding: 10px 10px;
}

#baloon-stw h4 {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #005191;
  font-size: 14px;
}

#baloon-stw p {
  color: #363636;
}

#baloon-stw p span {
  font-weight: 700;
}

#baloon-summarytxt {
  width: 230px;
  float: left;
  margin-left: 10px;
}

#baloon-imgwrapper {
  width: 122px;
  height: 86px;
  float: right;
}

#baloon-storytxt {
  width: 360px;
  margin-top: 5px;
  padding-left: 10px;
  float: left;
}

#baloon-storytxt p {
  padding: 2px 0;
}

#baloon-summarytxt p.total-claim {
  color: #C83227;
}

#baloon-linkswrapper {
  width: 350px;
  height: 25px;
  float: left;
  background: url(images/worldmap-bg.gif) top right no-repeat;
  padding: 20px 10px;
}

#baloon-linkswrapper a:link, #baloon-linkswrapper a:visited {
  width: 68px;
  line-height: 13px;
  text-decoration: none;
  color: #154182;
  font-weight: 700;
  font-size: 11px;
}

#baloon-footer {
  width: 370px;
  height: 46px;
  float: left;
  background: url(images/baloon-footer-bg.gif) top left no-repeat;
}

.baloon-sprite-icons {
  background: url(images/baloon-icons-sprite.gif);
  background-repeat: no-repeat;
}

#breadkum, #breadkum a {
  font-size: 11px !important;
}

#breadcrumb, #breadcrumb a {
  font-size: 11px !important;
  margin-bottom: 15px;
  display: block;
}

.field-name-field-breadcrumbs {
  display: none;
}

.view-id-video_testimonials h2 {
  display: none;
}

.h4, h4 {

  Font-size: 12px;
  Color: #000000;
  Font-weight: bold;
  font-family: 'Kohinoor Demi', Arial, Helvetica, sans-serif;
  text-transform: uppercase;

}

div.form-item.webform-component.webform-component-textfield.webform-component--full-name label {
  width: 100% !important;
}

div.form-item.webform-component.webform-component-textfield.webform-component--claim-number label {
  width: 100% !important;
}

div.form-item.webform-component.webform-component-email.webform-component--email-address label {
  width: 100% !important;
}

div.form-item.webform-component.webform-component-textfield.webform-component--travel-destination-location label {
  width: 100% !important;
}

div.form-textarea-wrapper.resizable.textarea-processed.resizable-textarea {
  width: 85% !important;
}

.region-top-stripe {
  width: 100%;
  min-width: 320px;
  height: 60px;
  background: #005596;
  color: #FFFFFF;
  text-align: center;
}
.region-top-stripe strong {
  float: left;
  display: block;
  width: 260px;
  padding-top: 20px;
  font-size: 1.5em;
  font-family: "Museo Sans Rounded 100 Regular";
  color: #FFFFFF;
  text-align: right;
  box-sizing: border-box;
}
.region-top-stripe strong a {
  color: #FFFFFF;
  text-decoration: none;
}

.region-top-stripe strong a:hover, .region-top-stripe strong a:focus, .region-top-stripe strong a:active {
  text-decoration: underline;
}

.region-top-stripe strong span {
  font-family: "Museo Sans Rounded 700 Regular";
}

.btnNavigation, .btnNotifications, .btnAccount {
  overflow: hidden;
  float: left;
  display: block;
  height: 70px;
  margin: 0;
  padding: 0;
  text-indent: -350px;
}

.btnNavigation {
  width: 60px;
  height: 60px;
  margin: -60px 0 0 10px;
  background: #11416A url(../files/images/buttons/btn-navigation.png) no-repeat 50% -25px;
  background-size: 26px auto;
  border-radius: 5px 5px 0 0;
}

.utility {
  float: right;
  width: 340px;
  height: 70px;
  margin: 0 0 0 0;
  padding: 0;
  box-sizing: border-box;
}

.utility strong {
  margin-top: 1px;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Museo Sans Rounded 500 Regular';
}

.utility li {
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  list-style: none none;
}

.utility li:first-child:after {
  position: absolute;
  right: -12px;
  top: 0;
  content: '|';
}

.utility li a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Museo Sans Rounded 500 Regular";
}

.utility li a:hover, .utility li a:focus, .utility li a:active {
  text-decoration: underline;
}

.utility ul {
  float: left;
  margin: 21px 0;
  padding-left: 118px;
}

.btnAccount {
  float: right;
  width: 60px;
  height: 60px;
  background-image: url(../files/images/content/default-avatar.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.notifyWindow {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  padding: 0;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.notifyWindow:before {
  content: "";
  position: absolute;
  top: -14px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 120px;
  border: 6px solid transparent;
  border-bottom: 8px solid #FFFFFF;
}

.notifyWindow a {
  color: #017ABC;
  font-family: 'Museo Sans Rounded 500 Regular';
  text-decoration: none;
}

.notifyWindow a:hover, .notifyWindow a:focus, .notifyWindow a:active {
  text-decoration: underline;
}

.notifyWindow ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.notifyWindow ul li {
  margin: 0;
  padding: 0 0 15px;
}

.notifyWindow ul + p {
  margin: 0 -30px -30px;
  padding: 20px 30px;
  background: #DFF3FF;
  border-radius: 0 0 4px 4px;
  color: #666666;
}

.openNotify {
  overflow: visible;
  top: 70px;
  right: 10px;
  width: 300px;
  height: auto;
  padding: 30px;
  opacity: 1;
}

#block-system-main .media .file-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mfix .page-header {
  margin-top: 0px;
}

.mfix .page-header h1 {
  margin-top: 0px;
}
.livein_country_wrapper label{
  text-align: left;
}
.promo-code{
  margin-bottom: 0;
}
.promo-code label{
  width: 120px;
  height: auto;
  line-height: 1.1428;
  padding: 0;
  margin: 0 0 7px 5px;
  font-size: 14px;
  font-family: 'Museo Sans Rounded 700 Regular';
  color: #005596;
  text-align: left;
  cursor: pointer;
}
.promo-code input{
  width: 36%;
  text-align: left;
  padding: 2px 5px;
}
.qbbox.promo-code{
  margin-bottom: 2em;
}
.qbbox.promo-code label{
  display: inline-block;
  margin-left: 9px;
  float: left;
  color: #7c8286;
  font-weight: bold;
  font-family: 'Museo Sans Rounded 300 Regular';
}
.qbbox.promo-code input{
  width: 31%;
  margin-right: 4%;
  float: right;
}

@media screen and (max-width: 414px){
  .promo-code.form-item label{
    width: 50%;
  }
  .main-quote-box .livein_country_wrapper .topnlable{
    width: 50%!important;
  }
}

/*
* @2018-11-26
* CMPD-1646 Change bg of AU (except of sepcial topic pages)
*/
html {
  background-color: #fff;
}
body:not(.node-type-purchasepathsteps) footer {
  overflow: hidden;
}
body .inner-footer-wrapper {
  overflow: hidden;
}
body:not(.node-type-purchasepathsteps) .inner-footer-wrapper {
  margin: 2em -500% 0;
  padding: 0 500%;
  background-color: #fff;
}
body:not(.node-type-purchasepathsteps) .inner-footer-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 981px) {
  body {
    background-size: 100%;
  }
}
