html {
	font-size: 16px;
}
body{
	font-family: 'roboto', sans-serif;
	
}
body div, body p {
    font-family: 'roboto', sans-serif;
}
img{
	max-width:100%;
}
a{
	cursor:pointer;
	color: #38BB8D;
}
p{
	color:#333;
    font-size:14px;
    line-height: 18px;
	font-weight: 400;
}
body h4 {
    color: #003057;
    font-family: 'roboto',Sans-Serif !Important;
    font-weight: 300;
	font-size: 24px;
	line-height: 32px;
}

h6.subheading1 {
	font-size: 16px;
	line-height: 21px;
	color: #003057;
	font-weight: 700;
	margin-bottom: 20px;
}

h6.subheading2 {
	font-size: 16px;
	line-height: 21px;
	color: #38BB8D !important;
	font-weight: 500 !important;
	margin-bottom: 20px;
}

p.disclaimer {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: 300;
}

p.author {
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	font-weight: 500;
}

p.caption {
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
}

p.pullquote {
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	font-weight: 300;
	font-style: italic;
	
}

.these-include-sec ul li, .these-include-sec ol li {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400 !important;
	color: #333333; 
}

ul:not(.submenu), ul:not(.slick-dots), ul:not(.ul-links), ul:not(.downloads ul) {
	padding-left: 15px !important;
}

h6:not(.field--name-field-sidebar-links h6) {
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}

.btn {

   box-shadow: none !important;
   outline: none;
}

.row{
	margin-right: 0px;
	margin-left: 0px;
}

.navbar:before, .navbar:after {
	display: none !important;
}
.navbar-brand { padding-left: 0px !important; }
section { width: 100% !important; }

/* --------------------------- default drupal css --------------------------- */
.region-header, nav.tabs { display: none; }

.top-gap-24 { margin-top: 24px; }
.top-gap-58 { margin-top: 58px; }

.field--name-body a {
	color: #38BB8D !important;
}
.field--name-body a { text-decoration: none; }

.green-line {
	width: 100%;
	background: #38BB8D;
	height: 3px;
	
}

.field--name-body li { font-size: 14px; }
.field--name-body.field--type-text-with-summary ul li {
    list-style: none;
	font-weight: 400;
}
.field--name-field-expertise ul li {
	font-size: 14px;
	line-height: 18px;
}
.field--name-body.field--type-text-with-summary ul li:before, .field--name-field-expertise ul li:before {
    content:"·";
    font-size:45px;
    vertical-align:middle;
    line-height:20px;
	width: 20px;
	margin-left: -20px;
	color: #38BB8D;
	margin-top: -6px;
	display: inline-block;
}

.table  {
	border: none !important;
}
.nav-item:hover .submenu {
	display: inline-block;
}
.submenu {
	position: absolute;
	z-index: 1042;
	list-style-type: none;
	top: 50px;
	padding-left: 0px;
	display: none;

}
.submenu:before {
	content: " ";
	width:100px;
	height: 5px;
	background: #003057;
	display: block;
}
.submenu li {
	height: 34px;
}
.submenu li a {
	background: #FFFFFF;
	color: #333333;
	padding: 10px 20px;
	font-family: 'roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
	width: 180px;
}
.submenu li a:hover {
	background: #00A5CC;
	color: #FFFFFF !important;
	text-decoration: none;
}

.megamenu {
	position: absolute;
	z-index: 1042;
	top: 50px;
	display: none;
	border: 1px solid #707070;
	border-top: 2px solid #003057;
	background-image: url('/themes/custom/IAA/images/megamenu3.png');
	background-repeat: repeat-x;
	padding: 0px 0px;
	padding-bottom: 19px;
	
	margin-left: -319px;
}
.nav-item:hover .megamenu {
	display: inline-block;
}
.megamenu:before {
	content: " ";
	width: 205px;
	height: 5px;
	background: #003057;
	display: block;
	position: absolute;
	top: -7px;
	left: 318px;
}
.megamenu .section {
	display: inline;
	float: left;
}
.megamenu ul {
	list-style-type: none;
	display: inline-block;
	background-image: url('/themes/custom/IAA/images/Line15.png');
	background-repeat: no-repeat;
	background-position: 3px 13px;
	margin-top: 15px;
	min-height: 150px;
	vertical-align: top;
}
.megamenu ul.first {
	background: none;
}
.megamenu .heading {
	color: #00A5CC;
	font-size: 16px;
	display: block;
	padding: 16px 0px 20px 35px;
}
.megamenu .heading:hover { text-decoration: underline; }  
.megamenu ul a {
	color: #333333;
	padding: 6px 20px;
	font-family: 'roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
	width: 180px;
}
.megamenu ul a:hover {
	color: #333333;
	text-decoration: underline;
}

.our-insurance-menu .submenu {
	display: none;
	opacity: 0;
}

.checkbox input[type="checkbox"] {
	margin-top: 8px;
	margin-left: 0px;
}
.form-check .description.help-block {
	margin-left: 15px;
}

.select-wrapper:after {
	top: 35% !important;
}
.select-wrapper select {
	background-color: transparent;
}

.field--name-field-make-a-claim-link { display: inline-block; }
.field--name-field-make-a-claim-link a {
	color: #FFFFFF;
	display: inline-block;
}
.field--name-field-make-a-claim-link a:hover { color: #FFFFFF; }

.field--name-field-commitment-text p b { color: #FFFFFF; }

.borrren-insurance-sec { text-transform: uppercase; }
/* --------------------------- home page css --------------------------- */

ul li, ol li {
	font-weight: 400;
}

header.gradient-header {
    background-image: -webkit-linear-gradient(180deg, #fff, #F7F6F6, #E5E5E5);
    background-image: linear-gradient(180deg, #fff, #F7F6F6, #E5E5E5);
	
	position: fixed;
	z-index: 1041;
	width: 100%;
	top: 0px;
}
header.gradient-header.scroll-mode {
	
}
body.scroll-mode {
	overflow: hidden;
}
.scrollable {
	width: 100%;
}
header.gradient-header .nav-sec {
    margin: 0;
    background: none !important;
    box-shadow: none;
}


.user-logged-in header.gradient-header { top: 79px; }

header.gradient-header .nav-sec ul.navbar-nav {
    justify-content: flex-end;
}

header.gradient-header .nav-sec .navbar-nav .nav-link {
    padding: 15px 8px;
}

header.gradient-header .nav-sec .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.main-container {
	margin-top: 82px;
}

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

.nav-item.find-your-adviser { margin-left: 10px; }

.recipientemail { display: none; }

.bg-light.nav-sec .navbar-nav .find-your-adviser .nav-link {
    background: #38BB8D;
    color: #fff;
    height: 44px;
    line-height: 45px;
    padding: 0px 18px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
	border-radius: .25rem;
	
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

.bg-light.nav-sec .navbar-nav .find-your-adviser .nav-link:hover { background: #239B70; }

.page-node-type-homepage .page-header { display: none; }
.field--name-field-content-blocks .field--item:last-child { /*background-image: linear-gradient(180deg, #F0F0F0, #E6E5E5);*/ padding-bottom:230px; }

.ui-loader { display: none; }

.contact-form-inner-sec .form-check-label { border: none !important; }
.contact-form-inner-sec .ui-checkboxradio-icon { /*border: 1px solid #777777;*/ margin-left: 20px; }
.contact-form-inner-sec .form-check { padding-left: 5px; }

.main-container > .row {
	margin-left: 0px;
	margin-right: 0px;
}

.row:before {
	content: none;
}

/* --------------- slider css --------------- */
.homebanner .carousel-caption {
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 1140px;
    padding: 0px 15px;
    margin: auto;
    text-align: left;
    bottom: auto;
}

.homebanner .carousel-caption h3 {
    font-weight: 900;
}

.homebanner .carousel-caption p {
    color: #fff;
    max-width: 450px;
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0 40px;
}

.homebanner .carousel-caption button.btn.btn-primary {
    background: #00A5CC;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2) !important;
    color: #fff;
    height: 44px;
    line-height: 45px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    width: 150px;
    border-radius: 2px;
	text-transform: uppercase;
	
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.homebanner .carousel-caption button.btn.btn-primary:hover { background: #00809F; }

.homebanner .carousel-caption .icons {
	position:absolute;
	z-index: 1;
	max-width: 520px;
	top: -60px;
	right: 0px;
}

.homebanner .carousel-control-prev, 
.homebanner .carousel-control-next {
    display: none;
}

.homebanner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: no-repeat;
    margin: 0 8px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .75);
}
.homebanner .carousel-indicators .active {
    background: rgba(255, 255, 255, .75);
}
.homebanner .carousel-indicators {
    margin: 0;
    bottom: 50px;
    cursor: pointer;
	width: 100% !important;
}

/* --------------- slider css --------------- */
/* --------------- local Insurance Adviser sec css --------------- */
.field--type-text-with-summary button.btn.btn-primary, .field--name-field-custom-html-bottom button.btn.btn-primary, .business-insurance.btn.btn-primary, .no-class .btn.btn-primary {
    background: #00A5CC;
    border: none;
    color: #fff;
    height: 44px;
    line-height: 45px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    width: 150px;
    border-radius: 2px;
	text-transform: uppercase;
	
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.field--type-text-with-summary button.btn.btn-primary:hover, .field--name-field-custom-html-bottom button.btn.btn-primary:hover, .business-insurance.btn.btn-primary:hover, .no-class .btn.btn-primary:hover { background: #00809F; }

.localinsurance-sec {
    margin-top: -30px;
}

.localinsurance-inner-sec {
    border: 1px solid rgba(112, 112, 112, .25);
    border-radius: 2px;
    border-bottom: 3px solid #38BB8D;
	min-height: 229px;
	background-color: #FFFFFF;
}

.localinsurance-inner-sec h1 {
    background: #F8F8F8;
    padding: 20px 30px;
	font-size: 24px;
	font-family: 'roboto',Sans-Serif !Important;
	font-weight: 300;
	line-height: 32px;
	color: #003057;
}

.localinsurance-inner-sec p {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 30px;
}
.localinsurance-inner-sec .form-group {
    padding: 0 30px 41px;
    display: flex;
    margin: 0;
}
.localinsurance-inner-sec .form-group .form-control {
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
    border-radius: 0;
    font-size: 14px;
	margin-right:30px;
	box-shadow: none;
}
.localinsurance-inner-sec .form-group button.btn.btn-info, .adviserform button.btn.btn-info {
    box-shadow: none !important;
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    height: 40px;
    width: 343px;
    display: inline-block;
    transition: all .5s;
    background-color: #38BB8D;
    border: none;
    border-radius: .25rem;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.localinsurance-inner-sec .form-group .ui-textinput {
	width: 80%;
	margin-right: 30px;
}

.localinsurance-inner-sec .form-group button.btn.btn-info:hover, .adviserform button.btn.btn-info:hover { background-color: #239B70; }

.form-group.note { font-size: 10px; }

/* insurance types */
.contact-form-inner-sec .ui-checkboxradio-icon { /*border: 1px solid #777777 !important;*/ margin-left: 20px; }
.form-check label { font-size: 14px; padding-left: 0px; }
.form-check label.form-required:after { display: none; }
.form-check .description.help-block, .form-check .description.help-block .form-group { display: inline; }

.these-include-sec .btn { /*padding-bottom: 52px !important;*/ }

.insurance-types-column-sec .col-md-4 {
	margin-bottom: 32px;
}
.insurance-types-sec {
	margin-top: 0px;
}
.insurance-bg-sec {
	padding: 25px 30px 53px;
}
.insurance-bg-sec img {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
}

.box-container {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.box-container .insurance-bg-sec {
  display: block;
  width: 100%;
  height: auto;
}

.box-container .overlay {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/themes/custom/IAA/images/blackblur3.png);
  padding:25px 30px 65px;
  margin: 0px 15px 20px 15px;
}

.box-container:hover .overlay {
  opacity: 1;
  top: 0;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* --------------- local Insurance Adviser sec css --------------- */
/* --------------- contact map sec css --------------- */

.contact-map-sec {
    background: #F8F8F8;
    padding: 20px 0;
    margin: 50px 0 0;
}

.contact-map-sec h4 {
    margin: 0;
	width: 60%;
}

.contact-map-sec h1 {
	color: #003057;
	font-family: 'roboto',Sans-Serif !Important;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
}

.contact-map-sec a {
    display: inline-block;
    float: right;
    opacity: .3;
}

.map-sec {
    padding-bottom: 220px;
    margin-top: -10px;
}

.map-sec iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border: solid transparent !important;
    border-width: 0 15px 0 15px !important;
}

.homeform .contact-form-inner-sec {
    /*box-shadow: none;
    padding-bottom: 10px;*/
}

.head-office-sec p {
    max-width: 130px;
    margin: 20px auto 0 !important;
}

.head-office-sec b {
    color: #003057;
    font-size: 16px;
    display: block;
}

.head-office-sec span {
    color: #00A5CC;
    font-size: 10px;
    font-weight: 700;
	text-transform: uppercase;
}

.insurance-numner p {
    font-weight: bold;
    line-height: 16px;
}
.insurance-numner span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.contact-info p.address {
    max-width: 100% !important;
    margin-bottom: 30px;
}
.insurance-numner {
    padding-top: 55px;
}

.homeform .head-office-sec a {
    display: block;
}

.head-office-sec img {
    margin-top: -55px;
    position: relative;
    max-width: 150px;
}

.head-office-map-sec {
    margin: 60px 0;
	margin-bottom: 120px;
}
.head-office-map-sec iframe {
    width: 100%;
    height: 220px;
}
.head-office-map-sec .address-sec > .row {
    margin: 0;
}
.head-office-map-sec .insurance-numner {
    padding-top: 25px;
}

.map-marker {
   position: relative;
}

.map-marker a {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #38BB8D;
   font-size: 50px;
   text-shadow: 0px 15px 0 rgba(0, 0, 0, .3);
}

/* --------------- include  sec css --------------- */

.these-include-sec h6 {
    color: #003057;
    font-weight: 700;
}
.row.know-more-clients-sec h6 {
    margin: 10px 0 5px;
    border-top: 1px solid #D4D4D4;
    padding-top: 10px;
    color: #003057;
    font-weight: 700;
    font-size: 14px;
}

.know-more-sec h6 {
    margin-bottom: 15px;
}

.these-include-sec ul, .these-include-sec ol {
    margin: 0;
    padding: 0;
    list-style: none;
	margin-bottom: 20px;
}
.these-include-sec ol {
	counter-reset: li;
}

ol li::before {
	content: counter(li); 
	color: #38BB8D;
	display: inline-block; 
	width: 1em;
	margin-left: -21px;
	padding-right: 20px;
	font-weight: 700;
}

ol li {counter-increment: li}

.these-include-sec ul li, .these-include-sec ol li {
    position: relative;
    padding-left: 22px;
}

/*.these-include-sec ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #38BB8D;
    border-radius: 100%;
}*/

.these-include-sec ul li:not(:last-child), .these-include-sec ol li:not(:last-child) {
    margin-bottom: 15px;
}
.know-more-clients-sec img {
    max-height: 72px;
}

.row.know-more-clients-sec h6 {
    margin: 20px 0 5px;
}

.row.know-more-clients-sec span {
    font-size: 10px;
    color: #00A5CC;
    font-weight: 700;
    line-height: 14px;
    display: block;
}

.row.know-more-clients-sec p {
    font-size: 12px;
    margin-bottom: 5px;
}

.row.know-more-clients-sec p a {
    color: #333;
    display: inline-block;
    margin-left: 5px;
}
.row.know-more-clients-sec p.text-left {
    margin-top: 5px;
}

/* --------------- include  sec css closed --------------- */
/* --------------- Want to know more sec css --------------- */

.know-more-sec {
    padding-top: 40px;
}

.row.winner-sec {
    align-items: center;
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}

.row.winner-sec a {
    display: inline-block;
    float: left;
}

.row.winner-sec a img {
    max-height: 80px;
}

.row.winner-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
    background: #D4D4D4;
}
.row.winner-sec span {
    float: left;
    width: 70%;
    font-size: 10px;
    padding: 16px 0 0 20px;
}
.row.winner-sec >div:nth-child(2) a {
    float: none;
    display: block;
    text-align: center;
}
.these-include-sec form h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.these-include-sec form h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: #00A5CC;
}
.these-include-sec .contact-form-inner-sec .form-control {
    margin-bottom: 0;
    padding: 10px 0;
}

.these-include-sec .contact-form-inner-sec .form-group {
    margin-bottom: 0;
}

.these-include-sec label.mandatory-field {
    margin: 20px 0 0;
    display: block;
}

.these-include-sec .form-check {
    margin-top: 40px;
}

.these-include-sec  .contact-form-inner-sec {
    padding: 30px 30px 20px;
}

/* --------------- Want to know more sec css closed --------------- */

/* --------------- contact map sec css closed --------------- */
/* --------------- blog sec css --------------- */
.blog-sec {
    padding: 30px 0;
}

.blog-content-sec {
    color: #fff;
    position: relative;
    min-height: 460px;
    padding: 25px;
}

.blog-content-sec.safari {
	width: 100%;
}

.blog-content-sec.safari p {
	line-height: 24px;
}

.small-blog.right{
    background: url(../images/fiona-smallwood-1142191-unsplash.png) no-repeat center / cover;
    color: #fff;
    position: relative;
    min-height: 220px;
    padding: 25px;
	margin-bottom:20px;
}

.blur-image.right{
    background: url(../images/fiona-smallwood-1142191-blur.png) no-repeat center / cover;
}

.blog-sec .container > .row {
    margin-left: -10px;
    margin-right: -10px;
}

/*.blog-sec .container > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}*/

.blog-content-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.blog-sec h4, .blog-content-sec a {
    position:relative;
}
.blog-sec h4 {
    font-family: 'roboto', sans-serif !important;
    font-weight: 700;
    color: #fff;
}

.blog-content-sec a {
    font-size: 16px;
    color: #fff !Important;
    position: absolute;
    bottom: 30px;
}

.blog-sec h4.latest-news {
	font-family: 'roboto', sans-serif !important;
    font-weight: 300;
    color: #003057;
	text-shadow: none;
}

/* --------------- blog sec css closed --------------- */
/* --------------- Business Insurance Products css closed --------------- */

.business-insurance .row {
    margin-left: -10px;
    margin-right: -10px;
}

.business-insurance .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.business-insurance h4 {
    padding: 0 0 30px;
}
.business-insurance button.btn.btn-primary {
    background: #00A5CC;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    width: 100%;
    border: none !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.business-insurance button.btn.btn-primary:hover { background: #00809F; }

/* --------------- Business Insurance Products css closed --------------- */
.over-sec { max-height: 183px; }
.policies-sec { max-height: 187px; }

#info_column_1, #info_column_2 { opacity: 0; }

#info_column_1 .num1, #info_column_1 .num2, #info_column_1 .num3 {
	background-image: url(../images/info-2-numbers.png);
	width: 61px;
    height: 84px;
    background-position-y: 0px;
    display: inline-block;
    background-size: 61px auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#info_column_2 .box-content {
	background-image: url(../images/map@2x.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 213px;
}

#info_column_2 .box-content .figure {
	background-image: url(../images/man@2x.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 17px;
	height: 24px;
	position: absolute;
}

#info_column_2 .box-content .figure.fig1 { top: 87px; left: 9px; }
#info_column_2 .box-content .figure.fig2 { top: 100px; left: 30px; }
#info_column_2 .box-content .figure.fig3 { top: 40px; left: 103px; }
#info_column_2 .box-content .figure.fig4 { top: -13px; left: 88px; }
#info_column_2 .box-content .figure.fig5 { top: 10px; left: 153px; }
#info_column_2 .box-content .figure.fig6 { top: 50px; left: 147px; }
#info_column_2 .box-content .figure.fig7 { top: 50px; left: 181px; }
#info_column_2 .box-content .figure.fig8 { top: 103px; left: 121px; }
#info_column_2 .box-content .figure.fig9 { top: 78px; left: 156px; }
#info_column_2 .box-content .figure.fig10 { top: 75px; left: 187px; }
#info_column_2 .box-content .figure.fig11 { top: 105px; left: 179px; }
#info_column_2 .box-content .figure.fig12 { top: 118px; left: 166px; }
#info_column_2 .box-content .figure.fig13 { top: 124px; left: 151px; }
#info_column_2 .box-content .figure.fig14 { top: 154px; left: 160px; }
#info_column_2 .box-content .figure.fig15 { top: 112px; left: 234px; }
#info_column_2 .box-content .figure.fig16 { top: 141px; left: 236px; }
#info_column_2 .box-content .figure.fig17 { top: 159px; left: 218px; }
#info_column_2 .box-content .figure.fig18 { top: 178px; left: 196px; }

#info_column_3 { opacity: 0; margin-top: 100px; }
#info_column_4 { opacity: 0; margin-top: -100px; }
#info_column_5 { opacity: 0; margin-top: 100px;}

/* --------------- sydeny-bgcss closed --------------- */

.sydeny-bg {
    background-image: -webkit-linear-gradient(0deg, #F0F0F0, #E6E5E5);
    background-image: linear-gradient(0deg, #F0F0F0, #E6E5E5);
    margin-top: -270px;
    padding: 300px 0 30px;
}

.sydeny-bg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    justify-content: center;
    text-align:center;
}

.sydeny-bg ul a {
    display: block;
    color: #707070;
    font-weight: 500;
}

.sydeny-bg ul li:not(:last-child) {
    border-right: 1px solid #707070;
}

.sydeny-bg ul li {
    line-height: 16px;
    padding: 0 10px;
    display: inline-block;
}
/* --------------- sydeny-bg css closed --------------- */

/* --------------- Overall Satisfaction with IA Adviser* section css  --------------- */

.overall-sec {
    margin-top: -80px;
}

.overall-sec .heading {
    font-size: 50px;
    font-weight: 700;
    margin: 25px 0 0;
	line-height: 70px;
}

.overall-sec .percent-img {
    display: inline-block;
    border: 20px solid #fff;
    border-radius: 100%;
    box-shadow: 0 6px 1px rgba(0, 0, 0, .2);
    background: #fff;
}
.overall-sec b {
    font-size: 14px;
    margin: 0 0 20px;
    display: inline-block;
}

.overall-sec p {
    font-size: 10px;
    line-height: 14px;
}


/* --------------- Overall Satisfaction with IA Adviser* section css closed --------------- */

/* --------------- winner 2 section css  --------------- */

.winner-sec-2 {
    background-image: -webkit-linear-gradient(180deg, #F0F0F0, #E6E5E5);
    background-image: linear-gradient(180deg, #F0F0F0, #E6E5E5);
    margin-top: 140px;
    padding-bottom: 200px;
}
.winner-sec-2 .winner-img {
    box-shadow: 0 0 1px #97999B;
    padding: 25px;
    margin-top: -80px;
    background: #fff;
}

.winner-sec-2 .winner-img {
    display: inline-block;
	widtH: 100%;
}

.winner-sec-2 .winner-img img {
    max-height: 110px;
}



/* --------------- winner 2 css closed --------------- */

.request-a-call .ar-profile.call-us a {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.ar-profile.call-us {
    padding: 30px 50px;
}

.request-a-call .ar-profile {
    padding: 30px 30px !important;
}

/* --------------- winner 2 css closed --------------- */
/* ---------------  request-a-call css closed --------------- */

.information-sec.request-a-call {
    margin-top: -150px;
}
.information-download .information-sec.request-a-call h4 {
    margin-bottom: 20px;
}
.information-download .information-sec.request-a-call {
    margin-top: 0;
}

.request-a-call .call-us{
    background: url(../images/contact-us.png) no-repeat center / cover;
}

.request-a-call .ar-profile.call-us a {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.ar-profile.call-us {
    padding: 30px 50px;
}

.request-a-call .ar-profile {
    padding: 30px 30px !important;
}

.request-a-call .call-us button.btn.btn-primary {
    background: #00A5CC;
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.request-a-call .call-us button.btn.btn-primary:hover { background: #00809F; }
/* --------------- request-a-call css closed --------------- */
/* --------------- footer css --------------- */

.information-sec .ar-profile {
	min-height: 252px;
}


footer {
    background: #333333;
    color: #fff;
    padding: 180px 0 0;
    margin-top: -104px;
}

.footer-inner-sec a {
    color: #38BB8D;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    display: inline-block;
}
.footer-inner-sec a:hover {
	color: #38BB8D;
	text-decoration: none;
}
.footer-inner-sec.link-sec a {
    display: block;
}
.footer-inner-sec b {
    color: #fff;
    font-size: 12px;
}

.footer-inner-sec p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 16px;
}

.footer-inner-sec h6 {
   font-weight: 700;
}

footer .footer-inner-sec {
    margin-bottom: 80px;
}

footer .title {
	font-weight: 700;
	font-family: 'roboto', sans-serif;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 20px !important;
	margin-top: 10px !important;
	display: block;
	text-decoration: none;
}

footer .title:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* --------------- footer css closed --------------- */
/* --------------- copyright css --------------- */

.copyright {
    background: #38BB8D;
    color: #fff;
    padding: 30px 0;
}

.copyright p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}


/* --------------- copyright css closed --------------- */


/* --------------------------- page css --------------------------- */
/* ...... header ...... */
header {
    background: rgba(0, 0, 0, .1);
    padding: 15px 0;
}

header .row {
    align-items: center;
}

header a.logo {
    display: block;
}
.button-sec .btn-primary {
    background: #00A5CC;
    border-color: #00A5CC;
}
.button-sec .btn-primary:hover, .button-sec .btn-primary:focus, .button-sec .btn-primary:active{
    background: #38BB8D !Important;
    border-color: #007bffc !Important;
	transition:all .5s;
}

.button-sec .btn {
    box-shadow: none  !important;
    font-family: 'roboto', sans-serif;
    font-size: 12px;
    height: 40px;
    width: 166px;
    display: inline-block;
	transition:all .5s;
}

.button-sec .btn-info {
    background: #38BB8D;
    border: 1px solid #007bff;
}
.button-sec .btn-info:hover, .button-sec .btn-info:focus, .btn-info:active {
    background: #00A5CC !important;
    border: 1px solid #00A5CC !important;
    transition: all .5s;
}

/* ...... header closed ...... */
/* ...... banner ...... */

.banner-sec {
    background: url(../images/bg-banner.png) no-repeat center / cover;
	color: #fff;
	position:relative;
}

.banner-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.25;
}

.banner-sec h1 {
    font-family: 'roboto',Sans-Serif;
    font-size: 34px;
    font-weight: 300;
    margin: 0;
    padding: 100px 0 140px;
	line-height:45px;
}

/* ...... banner closed ...... */
/* ...... nav-sec ...... */

.bg-light.nav-sec {
    background: #fff !important;
    padding: 0;
    min-height: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    margin-top: -40px;
}
.bg-light.nav-sec ul.navbar-nav {
    width: 100%;
    justify-content: center;
}

.bg-light.nav-sec .navbar-nav .nav-link {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 15px 30px;
    display: block;
}

.bg-light.nav-sec .navbar-nav .active>.nav-link, 
.bg-light.nav-sec .navbar-nav .nav-link.active, 
.bg-light.nav-sec .navbar-nav .nav-link.show, 
.bg-light.nav-sec .navbar-nav .show>.nav-link {
    color: #333;
}

/* ...... nav-sec closed ...... */
/* ...... main-sec ...... */
.col.about-hading {
    padding-top: 50px;
    padding-bottom: 20px;
}

.about-hading h4 {
    float: left;
    color: #003057;
    font-family: 'roboto',Sans-Serif;
    font-weight: 300;
    margin: 5px 0 0;
}

.about-hading p {
    float: right;
	margin:0;
}

.about-hading p a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
}
.about-hading p a i {
    background: #003057;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-left: 15px;
}

.about-paragraph-sec p {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.about-logo-sec {
    border: solid #D4D4D4;
    border-width: 1px 0 1px 0;
    padding: 25px 0;
    margin: 35px 0 75px;
}

.about-logo-sec img {
    display: inline-block;
    width: 20%;
	height: auto;
	margin-right: 4%;
}
.our-team-sec .col-md-4 img {
    max-height: 120px;
}
.row.our-team-sec .col-md-6> .row {
    position: relative;
}
.our-team-sec .col-md-4, .our-team-sec .col-md-8{
    position: relative;
	z-index:1;
}
.our-team-sec .col-md-8 p:first-child {
    margin-top: 60px;
}

.row.our-team-sec .col-md-6> .row::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 50%;
    bottom: -10px;
    background: rgba(0, 0, 0, .05);
}
div.team-img {
    display: block;
}
.row.our-team-sec .col-lg-8 p:first-child {
    padding-top: 70px;
}

p.left-sec {
    position: relative;
    padding: 20px 0 5px 30px;
    line-height: initial;
    margin: 0;
}

p.left-sec .linked_in {
    position: absolute;
    left: 0;
    background: #38BB8D;
    width: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    border-radius: 100%;
}

p.left-sec .about-title-sec {
    color: #003057;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

p.left-sec span {
    color: #00A5CC;
    font-size: 10px;
    font-weight: bold;
}

.our-team-sec ul {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.our-team-sec ul li {
    font-size: 12px;
}

.our-team-sec ul li a {
    color: #333;
}
.our-team-sec .col-md-8 p {
    font-size: 12px;
    line-height: 16px;
}
.w-100.section-2 {
    padding: 35px 0;
}
/* ...... main-sec closed ...... */
/* ...... our-commitment-sec ...... */

.our-commitment-sec {
    color: #fff;
    margin-top: 120px;
}

.our-commitment-sec .col-md-6 {
    padding-top: 120px;
}
.our-commitment-sec .as-your-appointed {
	background-image: -webkit-linear-gradient(180deg, #1FB8DD, #00A5CC);
    background-image: linear-gradient(180deg,#1FB8DD, #00A5CC);
}
.our-commitment-sec .event-of-claim {
     background: url(../images/partners_bg.png) no-repeat center / cover;
	 position:relative;
}
.our-commitment-sec .event-of-claim::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(180deg, #1FB8DD, #00A5CC);
	background-image: linear-gradient(180deg, #1FB8DD, #00A5CC);
    opacity: .9;
}
.as-your-appointed h4 {
    color: #fff;
}
.our-commitment-sec b {
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}

.inner-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-commitment-sec .inner-sec {
    max-width: 540px;
    margin-left: 110px;
}
.our-commitment-sec .event-of-claim .inner-sec {
    margin-right: 110px;
    margin-left: 60px;
    position: relative;
    z-index: 1;
	min-height: 390px;
}

.inner-sec ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 17px;
}

.inner-sec ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.inner-sec ul li:not(:last-child) {
    margin-bottom: 10px;
}

.our-commitment-sec .event-of-claim b {
    margin-top: 40px;
	color: #FFFFFF;
}

.our-commitment-sec .col-md-6 .row .emergency-claims-sec {
    background:#38BB8D;
}
.our-commitment-sec .col-md-6 .row .emergency-claims-sec span {
    padding: 40px 110px;
    margin: 0;
    font-size: 24px;
    display: block;
}
.our-commitment-sec .event-of-claim .row .emergency-claims-sec span {
    padding-left: 60px;
}
.our-commitment-sec .col-md-6 .row .emergency-claims-sec span img {
    margin: -10px 20px 0 0;
}
.our-commitment-sec .event-of-claim .row .emergency-claims-sec {
    background: #003057;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.our-commitment-sec .inner-sec {
    min-height: 400px;
}

.insurance-expertise h4 {
    color: #003057;
}
/* ...... our-commitment-sec closed ...... */
/* ...... insurance-expertise-sec ...... */

.insurance-expertise-sec {
    margin-top: 40px;
}
.insurance-expertise-sec h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.insurance-expertise-sec h4:after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1.5px;
    background: #38BB8D;
}
.insurance-expertise-sec .expertise { margin-bottom: 50px; }

.insurance-expertise-sec h6 {
    color: #003057;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
p.letsus-sec {
    background: #F8F8F8;
    padding: 20px;
    margin: 20px 0;
}
.insurance-expertise-sec .btn-primary {
    background: #00A5CC;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    width: 150px;
    border: none !important;
}
.demolition-insurance {
    margin-top: 55px;
}

p.border-line {
    background: #38BB8D;
    height: 2px;
    width: 73px;
    margin-top: 70px;
}

/* ...... insurance-expertise-sec closed ...... */
/* ...... Local Understanding sec ...... */
.local-understanding-sec {
    margin: 100px 0 70px;
    position: relative;
    box-shadow: 270px 0 0 #F8F8F8 inset;
}

.local-understanding-sec h4 {
    padding-top: 15px;
}

.local-understanding-sec p {
    margin: 0 0 30px;
}
.local-understanding {
    background: #F8F8F8;
    border: 1px solid #EAEAEA;
    box-shadow: 0 35px 35px rgba(0, 0, 0, .1);
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}


/* ...... Local Understanding closed ...... */
/* ...... clients sec ...... */

.clients-sec {
    background: -webkit-linear-gradient(180deg,#003057,#003057,#004276);
    background: linear-gradient(180deg,#003057,#003057,#004276);
    color: #fff;
    padding: 90px 0;
}

.clients-sec .row {
    align-items: center;
}
.authorised-sec h1 {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 120px;
    margin: 0;
    line-height: 110px;
}

.authorised-sec b {
    font-size: 22px;
    display: block;
    line-height: 28px;
    margin-bottom:10px;
}

.clients-sec p {
    font-size: 14px;
    display: block;
    color:#3FB98C;
}

.clients-sec a {
    display: block;
}

.over-sec h2, .almost-sec h2, .policies-sec h2 {
    font-size: 54px;
    line-height: 62px;
}
.over-sec h3, .policies-sec h3 {
    font-size: 40px;
}

.over-sec h2, .almost-sec h2, .policies-sec h2, .over-sec h3, .policies-sec h3, .policies-sec h4 {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.over-sec p {
    text-align: right;
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.almost-sec h2 {
    margin: 0 0 10px;
}

.almost-sec h2 sup, .almost-sec h2 sub {
    font-size: 50%;
}
.policies-sec h4 {
    color: #fff;
}



/* ...... clients sec closed ...... */
/* ...... insurance type sec sec  ...... */

.insurance-bg-sec {
    background: url(../images/blue-bg.png) no-repeat center / cover;
    color: #fff;
    position: relative;
    padding: 25px 30px 65px;
}
.insurance-bg-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}
.insurance-types-sec p {
    font-size: 13px;
    line-height: 16px;
}

.insurance-bg-sec p, .insurance-types-sec .overlay p, .these-include-sec .overlay p {
    color: #38BB8D;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    line-height: 16px;
    min-height: 42px;
}
.insurance-types-sec .overlay p.title, .these-include-sec .overlay p.title {
	margin-bottom: 0px;
}
.insurance-types-sec .overlay p.intro, .these-include-sec .overlay p.intro {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
}

.overlay p.intro {
	margin-top: 20px;
}

.insurance-bg-sec .image {
    display: block;
    text-align: center;
    position: relative;
}
a.box-container:hover { text-decoration: none; }
.insurance-types-sec {
    margin: 50px 0;
	margin-top: 40px;
}

.insurance-types-column-sec {
    margin-top: 20px;
}

.insurance-types-column-sec p:last-child {
    margin-bottom: 30px;
}

.insurance-types-sec .btn.btn-primary {
	margin-top: 20px;
}

/* ...... insurance type sec closed ...... */
/* ...... need-more info sec sec closed ...... */

.need-more-info-sec {
    background: url(../images/blue-bg.png) no-repeat center / cover;
    color: #fff;
    position: relative;
    padding: 40px 0;
}
.need-more-info-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 165, 204, .85);
}


.need-more-info-sec h4 {
    color: #fff;
}

/* ...... need-more info secc closed ...... */
/* ...... need-more info secc closed ...... */

.aap-sec {
    padding: 30px 0;
}

.aap-sec .row .col-md-4 .col {
    padding: 0;
}

.easy-to-use {
    background: #38BB8D;
    color: #fff;
    width: 100%;
    height: 100%;
    padding:87px 20px 29px;
	height: 271px;
}
.easy-to-use-img {
    background: url(../images/portal_hero.png) no-repeat center top / cover;
    color: #fff;
    position: relative;
}

.easy-to-use p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 38px;
}

.easy-to-use button {
    background: none !important;
    box-shadow: none;
    border: 1px solid #fff !important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    font-size: 12px;
    border-radius: 2px;
}

.easy-to-use-img-inner-sec {
    padding: 107px 20px 49px;
    background: rgba(0, 48, 87,.75);
    text-align: center;
}

.easy-to-use-img a.sign-in {
    display: block;
    font-size: 12px;
    color: #38BB8D;
    text-align: center;
    text-decoration: underline;
    text-underline-position: inherit;
    margin-top: 15px;
    text-transform: uppercase;
}

.easy-to-use-img-inner-sec a {
    display: block;
}

.get-this-app-sec{
    background: url(../images/ia_app_hero.png) no-repeat center top / cover;
    color: #fff;
    position: relative;
	height: 271px;
}

.get-this-app-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 87, .75);
}

.get-this-app-sec .row {
    margin: 0;
}

.get-this-app-sec h6 {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
	color: #FFFFFF;
}
.get-this-app-sec h6:after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1.5px;
    background: rgba(255, 255, 255, .5);
}
.get-this-app-inner.left {
    height: 100%;
    padding: 35px 0px 20px 10px;
}
.get-this-app-inner.text-center {
    height: 100%;
    padding: 20px 15px;
}

.weather-alert {
	background-image: url('/themes/custom/IAA/images/bg@2x.jpg');
	background-size: 130%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 271px;
	padding: 30px 25px;
}

.weather-alert .logo {
	position: absolute;
	top: -15px;
	right: -10px;
}

.weather-alert h6 {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
	color: #FFFFFF;
	width: 190px;
}

.weather-alert p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}

.weather-alert button {
    background: none !important;
    box-shadow: none;
    border: 1px solid #fff !important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 50%;
    font-size: 12px;
    border-radius: 2px;
}

.aap-sec .row > div .row > div {
    padding: 0;
}
.aap-sec .row > div .row {
    margin: 0;
	min-height: 257px;
}

.get-this-app-inner.left p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

p.branch-code {
    margin: 20px 0 0;
}

p.branch-code a {
    background: #38BB8D;
    color: #fff;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    border-radius: 100%;
    margin-left: 4px;
}
.get-this-app-inner.text-center a {
    display: block;
}
a.Google_play {
    margin: 30px 0 10px;
}
.easy-to-use.superior {
    padding-top: 33px;
}
.superior a {
    display: block;
}

.superior p {
    margin: 17px 0 19px;
}
.superior-img {
    background: url(../images/img1.png) no-repeat center top / cover;
    color: #fff;
    position: relative;
    height: 271px;
}

/*------------------------------------------------*/
div#demo {
    background: #F8F8F8;
    padding: 70px 0 100px;
}

div#demo .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    max-width: 80%;
    margin: auto;
	padding: 0px;
}
div#demo .carousel-control-prev {
    width: auto;
    left: 10%;
    top: -30%;
}

div#demo .carousel-control-next{
    width: auto;
    right: 10%;
    top: -30%;
}
div#demo ul.carousel-indicators {
    margin: 0;
    bottom: 70px;
}
 div#demo.carousel-control-prev-icon, div#demo .carousel-control-next-icon {
    background: none;
}

div#demo .carousel-control-prev-icon i, div#demo .carousel-control-next-icon i {
    color: rgba(0, 0, 0, .54);
}
div#demo .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #97999B;
    margin: 0 8px;
	cursor:pointer;
}

div#demo .carousel-indicators .active {
    background: #00A5CC;
}
div#demo .carousel-caption {
	text-shadow: none;
}
div#demo .carousel-caption a {
    display:block
}
div#demo .carousel-caption img {
    position: absolute;
    top: 50px;
    left: 0;
    height: 90px;
}
div#demo .carousel-caption p i {
    font-size: 17px;
    line-height: 25px;
    font-family: 'roboto',Sans-Serif;
 font-weight: 300;
    margin: 20px 0 30px;
    display: block;
}
div#demo .carousel-caption p.text-left {
    color: #003057;
}

div#demo .carousel-caption p.text-left b {
    display: block;
    margin-bottom: 5px;
}



/*------------------------------------------------*/
.contact-form {
    margin: 30px 0;
}
.contact-form-inner-sec .form-control {
    border: initial;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #333;
    font-size: 14px;
    outline: none;
    box-shadow: none !important;
    padding-left: 5px;;
    margin-bottom: 22px;
	
}

.contact-form-inner-sec input::placeholder, .contact-form-inner-sec textarea::placeholder {
    color: rgba(51, 51, 51, .5);
}

.contact-form-inner-sec .form-control:focus{
    border-bottom: 2px solid #00A5CC;
    font-weight: 700;
    color: #333;
    opacity: 1;
}
.contact-form-inner-sec textarea {
    height: 40px;
}

.form-check {
    margin: 60px 0 20px;
}
.contact-form-inner-sec button {
    background: #00A5CC;
    border: none !important;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 20px 0 0;
    font-size: 12px;
    box-shadow: none !important;
}
.contact-form-inner-sec {
    background: #F8F8F8;
    /*box-shadow: 0 30px 30px rgba(0,0,0,.2);*/
    padding: 50px 40px 20px;
    border-bottom: 5px solid #00A5CC;
}
.contact-form-inner-sec form {
    max-width: 90%;
}

.contact-form-inner-sec .row >.col-md-6:last-child form {
    margin-left: 10%;
}
.form-check label {
    font-size: 14px;
}

.form-check a {
    color: #38BB8D;
}
label.mandatory-field {
    font-size: 10px;
}

.address-sec h4 {
    margin: 50px 0 35px;
}
.address-sec p {
    font-size: 12px;
    margin: 0;
}

.address-sec p a {
    color: #333;
    margin-left: 5px;
}

.address-sec p.address {
    margin-top: 15px;
    max-width: 60%;
}

/* ...... need-more info secc closed ...... */


.ar-profile {
    background: url(../images/doc_cover.png) no-repeat center top / cover;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 30px 60px;
	min-height: 239px;
	border-radius: .25rem;
}
.ar-profile h4, .ar-profile p {
    color: #fff;
}

.ar-profile h4 {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.ar-profile h4::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 180px;
    height: 1px;
    background: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
}
.ar-profile button.btn.btn-primary {
    background: #003057;
    font-size: 11px;
    padding: 0;
    width: 160px;
    border: none;
    box-shadow: none !important;
    height: 44px;
    line-height: 45px;
    position: relative;
    z-index: 1;
	
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.ar-profile button.btn.btn-primary:hover {
	background: #00223D;
}
.make-a-payment h4, .make-a-payment p {
    position: relative;
    z-index: 1;
}
.ar-profile p {
    margin-bottom: 25px;
}
.ar-profile.video_icon {
    background: url(../images/user-2.png) no-repeat center top / cover;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 223px; 
    position: relative;
}
.ar-profile.video_icon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 48, 87, .5);
}
.ar-profile.video_icon a {
    display: block;
    font-size: 11px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.ar-profile.video_icon a.video-icon img {
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.information-sec {
    margin-top: 85px;
}
.make-a-payment{
    background: url(../images/make-a-payment-bg.png) no-repeat center 40px / auto;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 30px 60px;
}
.make-a-payment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg,#2ED197,#38BB8D);
    background: linear-gradient(180deg,#2ED197,#38BB8D);
    opacity: .9;
}
.contact-with-us.ar-profile {
    background: -webkit-linear-gradient(180deg,#1FB8DD,#00A5CC);
    background: linear-gradient(180deg,#1FB8DD,#00A5CC);
    color: #fff;
    position: relative;
    text-align: center;
    padding: 30px 60px;
}
.contact-with-us a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    margin: 0 5px;
    color: #1FB8DD;
}



/* ------------- DOREEN INSURANCE SOLUTIONS section css -------------*/
  
.borrren-insurance-sec {
    background: #003057;
    color: #fff;
    padding: 50px 0;
}

.borrren-insurance-sec p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
}

.borrren-insurance-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.borrren-insurance-sec ul {
    display: block;
}

.borrren-insurance-sec ul li {
    display: inline-block;
}

.borrren-insurance-sec ul li:not(:last-child) {
    border-right: 1px solid #38BB8D;
}

.borrren-insurance-sec ul li {
    padding: 0 5px;
    line-height: 14px;
	margin-left: -4px;
}

.borrren-insurance-sec ul li a {
    color: #38BB8D;
    font-size: 12px;
}






/* ------------- DOREEN INSURANCE SOLUTIONS section css closed -------------*/  
.regular_slider {
    overflow: hidden;
    background: #333333;
    padding: 30px 0 50px;
    margin-top: 70px;
}
.regular_slider h4 {
    color: #00A5CC;
    margin-bottom: 23px;
}
.regular_slider .slick-prev:before, .regular_slider .slick-next:before {
    display: none;
}
  .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
    }

    .regular_slider .slick-prev:before,
    .regular_slider .slick-next:before {
    }

    .slick-slide {
      transition: all ease-in-out .3s;
    }
	.regular_slider .slick-dots li button:before {
		font-size: 40px !important;
		opacity:1 !important;
		color: rgb(204, 204, 204, .7) !important;
	}
	.regular_slider .slick-dots {
		bottom: -40px;
	}
	
	
.regular_slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #00A5CC !important;
}
    .slick-current {
      opacity: 1;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #38BB8D;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

#myBtn:hover, #myBtn:focus {
  background-color: #003057;
}

/* --------------------------- page css closed--------------------------- */
/* --------------------------- Promotion page css --------------------------- */

.new-product {
    background-color: #E4E9EF;
    padding-bottom: 50px;
    padding-top: 50px;
}

.product h3 {
    font-size: 24px;
    font-weight: 300;
    color: #003057;
}

.product p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #003057;
}


.product1 .btn:hover, .product1 .btn:focus {
    color: #00A5CC !important;
    background-color: #fff !important;
    border-color: #00A5CC !important;
    border: 1.5px solid #00A5CC;
}
.product2 .productimage {
    padding-right: 0;
}
.permotion .sec1 .footer-inner-sec {
    margin-top: 80px;
}

.product-sec {
    background-color: #fff;
    margin-top: -30px;
    position: relative;
}
.product-sec .productoverview-inner-sec h4, .productfeature-inner-sec h6 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
	color: #003057;
}
.productfeature-inner-sec h6:first-child {
    margin-bottom: 20px;
}
.productoverview-inner-sec, .productfeature-inner-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-sec .productoverview-inner-sec p {
    font-size: 12px;
    margin: 20px 0px;
    line-height: 16px;
}

.productfeature-inner-sec li {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    position: relative;
    padding-left: 30px;
}
.product2 .productimage img {
    border: 1px solid #707070;
}
.productfeature-inner-sec ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.productfeature-inner-sec ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #38BB8D;
    border-radius: 100%;
}

.productfeature-inner-sec h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 30px;
    color: #003057;
    padding-left: 0;
}
.productoverview-inner-sec .btn, .product1 .btn {
    margin-top: 10px;
    padding: 0;
    height: 40px;
    width: 150px;
    color: #fff;
    background-color: #00A5CC;
    border-color: #00A5CC;
    border: 1.5px solid #00A5cc;
	font-size: 12px;
}

.productoverview-inner-sec .btn:hover {
    color: #00A5CC;
    background-color: #fff;
    border: 1.5px solid #00A5cc;
}
.productoverview-inner-sec .cta2 {
    margin-left: 20px;
}

.productfeature-inner-sec li:not(:last-child) {
    margin-bottom: 15px;
}
.information h6 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #003057;
    margin: 30px 0 10px;
}
.information p {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    max-width: 690px;
    margin: 0 auto 50px;
}
footer.permotion {
    margin: 0;
    padding: 0;
}
/* --------------------------- close Promotion page css --------------------------- */

/* --------------------------- insurance service --------------------------- */
.insuranceservice 
 .localinsurance-sec {
    margin-top: 0;
    padding-bottom: 75px;
}

.productnew1 h3 {
    color: #003057;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
}
.productnew1 p {
    color: #003057;
    font-size: 16px;
    line-height: 19px;
}
.promotiona-page .product-sec .productoverview-inner-sec p {
    margin: 25px 0;
}
.insuranceservice .information-sec.request-a-call {
    margin-top: 0;
}
.businessinsurance {
    background: url(../images/skyblue3.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
	height: 70px;
}
.businessinsurance a, .businessinsurance span {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
	transition: .5s ease-in-out;
}
.businessinsurance a:hover {
    opacity: .5;
}
.description-line a {
    color: #00A5CC;
	text-decoration:none;
}
.insuranceadvice p {
    padding-top: 30px;
}
p.description-line {
    margin-bottom: 30px;
}
.insuranceadvice h3, .riskmanagement h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #003057;
}
.insurance-inner-sec {
    background: url(../images/sky_blue_ins_hero.png) no-repeat center / cover;
    padding: 60px 20px;
    text-align: center;
}
.insurance-inner-sec img {
    width: 120px;
    height: 120px;
    line-height: 120px;
	margin: auto;
	/*display: inline-block;
    background: rgba(255, 255, 255, .75);
    border-radius: 100%;
    font-size: 60px;
    color: #002445;
	text-decoration:none;*/
}
.insuranceadvice .advice-inner-sec p {
    padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.insuranceadvice .advice-inner-sec h6, .riskmanagement .advice-inner-sec h6 {
    font-size: 16px;
    color: #003057;
    font-weight: bold;
    margin: 10px 0 30px 30px;
}
.advice-inner-sec li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

.advice-inner-sec li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #38BB8D;
    border-radius: 100%;
}

.insuranceadvice .advice-inner-sec ul, .riskmanagement .advice-inner-sec ul {
    padding: 0;
    margin: 0;
}

.field--name-field-insurance-services .field--item:nth-child(even) { background: #F8F8F8; }
.field--name-field-insurance-services .field--item:nth-child(odd) { background: #FFFFFF; }

.field--name-field-insurance-services .field--item.field--type-image, .field--name-field-insurance-services .field--item.field--type-text-long { background: none; }

.advice-inner-sec .btn {
    font-size: 12px;
    font-weight: 300;
    padding: 10px 0;
    background-color: #00A5CC;
    border-color: #00A5CC;
    border: 1.5px solid #00A5CC;
    transition: .5s ease-in-out;
    width: 170px;
    margin-right: 20px;
	text-transform: uppercase;
}

.advice-inner-sec .btn:hover, .advice-inner-sec .btn:focus {
    background-color: #fff;
    color: #00A5CC;
}
.insuranceadvice, .riskmanagement {
    padding-bottom: 40px;
	padding-top: 40px;
}
.riskmanagement {
    background-color: #F8F8F8;
    padding-top: 50px;
}
.insuranceadvice .claims {
    padding-top: 50px;
	padding-bottom: 150px;
}
.insuranceservice .localinsurance-sec, .insuranceservice .information-sec.request-a-call {
    background-color: #E6E5E5;
}
.localinsurance .row > div {
    position: relative;
    margin-top: -100px;
}
.localinsurance-sec .localinsurance-inner-sec {
    background-color: #fff;
}
/* --------------------------- close insurance service --------------------------- */


/* --------------------------- insureance child page --------------------------- */

.builders-warranty-insurance {
    background: #F8F8F8;
	padding:20px 0;
	padding-bottom: 40px;
}
.insureance-child .google-map {
    margin-top: -20px;
}
.grid-sec {
    float: right;
	display: inline-block;
}
.grid-sec p {
    display: inline-block;
    margin: 0;
}
.grid-sec p a {
    color: rgba(0, 0, 0, .54);
    font-size: 16px;
    padding: 0 20px;
}
.builders-warranty-insurance .row {
    align-items: center;
}
.builders-warranty-insurance h4 {
    margin: 0;
	display: inline-block;
}
.useful-links h6 {
    margin: 40px 25px -10px 15px;
}
.useful-links ul {
    margin: 0px;
    padding: 20px 30px;
    list-style: none;
}
.useful-links ul li {
    padding: 0px;
}
.useful-links ul li:after {
    display:none;
}
.useful-links ul li:not(:last-child) {
    margin-bottom: 10px;
}
.useful-links li a {
    color: rgb(56, 187, 141);
    font-size: 14px;
	text-decoration:underline;
}

.insureance-child .localinsurance-sec {
    margin-top: 30px;
}
.related-content h4 {
    padding-bottom: 25px;
    margin: 0px;
}
.insurance-child-contact-sec {
    background-image: linear-gradient(rgb(240, 240, 240), rgb(230, 229, 229));
    padding-top: 305px;
    margin-top: -185px;
}
.what-it-cover{
	background: url(../images/partners-mono-darkblue.png) no-repeat center / cover;
    color: #fff;
    position: relative;
    padding: 70px 30px;
    margin-bottom: 20px;
	text-align:center;
}
.what-it-cover div img {
    display: inline-block;
}

.what-it-cover div img {
    height: 80px;
	width: auto;
}
.table thead {
    background: #E2DFDF;
}

.table thead th {
    font-size: 14px;
    color: #333333 !important;
    font-weight: 900;
}
.table tbody tr:nth-of-type(even) {
    background: #F8F5F5;
}
.table td {
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 25px;
}
.table td a {
    color: #38BB8D;
    text-decoration: underline;
}
.table td:first-child {
    width: 150px;
}
.table {
    margin-top: 50px;
}
.downloads h6 {
    font-size: 16px;
    color: #003057;
    font-weight: 900;
    margin: 0;
    padding-bottom: 15px;
}
.downloads ul {
    width: 50%;
    float: left;
}
.downloads {
    margin-top: 30px;
	margin-bottom: 30px;
}

.downloads ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.downloads ul li:after {
    display: none;
}

.downloads ul li a {
    color: rgb(56, 187, 141);
    font-size: 14px;
    text-decoration: underline;
}

.downloads ul li {
    margin-bottom: 10px;
    line-height: 18px;
}

.downloads ul li:not(:last-child) {
    margin-bottom: 10px;
}
.these-include-sec .btn {
    font-size: 12px;
    font-weight: 400;
    padding: 15px 38px;
    background-color: #00A5CC;
    border-color: #00A5CC;
}
.these-include-sec .search {
    background-color: #38BB8D;
    border-color: #38BB8D;
	margin-left: 20px;
}
.insureance-child .contact-form-inner-sec {
    box-shadow: 0 0px 1px rgba(0,0,0,.2);
}
.these-include-sec .btn {
    margin-bottom: 30px;
}
/* ---------------------------insureance child page  closed --------------------------- */

/* ---------------------------seo-optimised--------------------------- */

.seo-optimised .banner-sec {
    background: none;
   }
   .seo-optimised .banner-sec:before {
    background: none;
  }
.seo-optimised .about .benefitslist li {
    width: 50%;
    float: left;
}
.seo-optimised .about {
    margin-top: 35px;
}

.seo-optimised .about h6 {
    font-size: 24px;
    /*color: #003057;*/
    font-weight: 300;
}
.seo-optimised .about .benefitslist h5 {
    font-size: 16px;
    color: #003057;
    font-weight: 900;
}

.seo-optimised .about .benefitslist ul, .field--name-field-expertise ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-optimised .about .benefitslist ul li, .field--name-field-expertise ul li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-left: 16px;
    position: relative;
}

.seo-optimised .about .benefitslist ul li:after, .field--name-field-expertise ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #38BB8D;
    border-radius: 100%;
}

.seo-optimised .about .benefitslist ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background: #38BB8D;
    border-radius: 100%;
}

.seo-optimised .about p {
    font-weight: 300;
}
.seo-optimised .ourteam {
    margin-top: 50px;
	padding: 0;
}
.seo-optimised .ourteam h5 {
    font-size: 16px;
    color: #003057;
    font-weight: 900;
    margin: 0;
    padding-bottom: 50px;
}
.seo-optimised .team-sec .left-sec {
    padding: 0;
}

.seo-optimised .team-sec .left-sec .about-title-sec {
    font-size: 14px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0;
    text-decoration: none;
	padding-top: 10px;
    border-top: 1px solid #D4D4D4;
	color: #003057;
}
.seo-optimised .team-sec span {
    font-size: 10px;
    font-weight: 900;
    color: #00A5CC;
}
.seo-optimised .team-sec .team-img img {
    max-width: 109px;
	border-radius: 100%;
}
.seo-optimised .team-sec .our-team-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.seo-optimised .team-sec .our-team-contact ul li b {
    font-size: 12px;
    color: #333333;
}

.seo-optimised .team-sec .our-team-contact ul li span, .seo-optimised .team-sec .our-team-contact ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.seo-optimised .team-sec {
    margin-bottom: 20px;
}
.seo-optimised .insurance-types-sec {
    margin-top: 50px;
    margin-bottom: 150px;
}
.seo-optimised .insurance-types-sec .insurance-bg-sec .image img {
    max-width: 82px;
}
/*.seo-optimised .our-expertise {
    background: url(../images/Rectangle.png) no-repeat center right / cover;
 }*/
.seo-optimised .our-expertise h6 {
    font-size: 24px;
    font-weight: 300;
    color: #003057;
    margin: 0;
    padding-bottom: 20px;
}

.container h5 {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #003057 !important;
    margin: 0;
    padding-bottom: 15px;
}
.seo-optimised .our-expertise .col-lg-8 .our-expertise-inner {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 3px solid #38BB8D;
}
.seo-optimised .about .aap-sec .col-lg-12 {
    margin-bottom: 20px;
}
.seo-optimised .about .aap-sec .easy-to-use {
    padding-top: 79px;
}

.seo-optimised .about .aap-sec .easy-to-use.superior {
    padding-top: 33px;
}
.seo-optimised .about .get-quote .get {
    margin-top: -60px;
    background: #fff;
	width: 80%;
}
.seo-optimised .about .get-quote .get .aap-download img {
    max-width: 40px;
	position: absolute;
    left: 0;
}
.seo-optimised .about .get-quote .get ul {
    margin: 0;
    list-style: none;
}

.seo-optimised .about .get-quote .get ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}

.seo-optimised .about .get-quote .get ul li .aap-download {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px solid #707070;
}

.seo-optimised .about .get-quote .get ul li a:hover {
    color: #38BB8D;
}

.seo-optimised .about .locationmap ul li b {
    font-size: 12px;
    color: #333333;
}

.seo-optimised .about .locationmap ul li a {
    font-size: 12px;
    color: #333333;
    font-weight: 300;
    padding-left: 5px;
    text-decoration: none;
}
.seo-optimised .about .locationmap p {
    padding: 0 0 15px 13px;
    margin-top: 20px;
    border-bottom: 1px solid #707070;
}

.seo-optimised .about .locationmap ul {
    margin: 0;
    list-style: none;
}
.seo-optimised .about .locationmap .icon {
    position: relative;
}

.seo-optimised .about .locationmap .icon i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    transform: translate(0, -50%);
    font-size: 70px;
    color: #38BB8D;
}

.listTable { 
	margin-top: -24px;
}

.listTable td {
	padding: 10px 15px;
	vertical-align: top;
}

.listTable thead td {
	height: 94px;
	vertical-align: middle;
}

.listTable tr:nth-child(even){ 
	background: #F8F5F5;
}

.listTable tr:first-child td:nth-child(even) {
	border-top: 1px solid #333333;
}

.listTable thead tr {
	background: #F0E5C4 !important;
}

.listTable.col-md-3 {
	width: 24%;
	margin-right: 1.33%;
}

.listTable.col-md-3:last-child {
	margin-right: 0px;
	float: right;
}
.listTable.col-md-4 {
	width: 32.5%;
	margin-right: 1.33%;
}
.listTable.col-md-4:last-child {
	margin-right: 0px;
	float: right;
}
/* ---------------------------seo-optimised  closed --------------------------- */
.our-team-contact .linked_in {
    position: absolute;
    left: 15px;
    background: #38BB8D;
    width: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    border-radius: 100%;
	top: 170px;
	z-index: 1000;
}

.our-team {
	margin-bottom: 84px;
}

@media (min-width:992px){
	.mobile-navigation{
		display:none;
	}
}

/* responsive css*/
/*---------- max-width:1330px ---------- */
/*.field--name-field-sidebar-text ul {
	margin-left: 13px;
}

.field--name-field-sidebar-text ul li {
    list-style: none;
}*/

.field--name-field-sidebar-text ul li:before {
    content:"·";
    font-size:45px;
    vertical-align:middle;
    line-height:20px;
	width: 20px;
	margin-left: -20px;
}


.field--name-field-sidebar-text li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 13px;
}
.field--name-field-sidebar-text ul {
  list-style: none; /* Remove default bullets */
  width: 100%;
  margin: auto;
}

.field--name-field-sidebar-text ul li::before {
  color: #38BB8D; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  margin-top: -7px;
}


@media (max-width:1340px){

	.our-commitment-sec .inner-sec {
		margin-left: 50px;
		margin-right: 50px;
	}

	.our-commitment-sec .col-md-6 .row .emergency-claims-sec span {
		padding: 40px 50px;
		font-size: 20px;
	}

	.our-commitment-sec .event-of-claim .inner-sec {
		margin-right: 50px;
		margin-left: 50px;
	}
	.seo-optimised .about .aap-sec .easy-to-use {
    padding-top: 28px;
   }
	.seo-optimised .about .aap-sec .easy-to-use.superior {
    padding-top: 28px;
   }
}

/*---------- max-width:1200px ---------- */
@media (min-width:1200px){
.productnew1 {
    width: 550px;
    float: right;
}
}

/*---------- max-width:1199px ---------- */

@media (max-width:1199px){

    .bg-light.nav-sec .navbar-nav .nav-link {
        font-size: 12px;
    }

    header.gradient-header .nav-sec .navbar-nav .nav-link {
        padding: 15px 7px;
    }

    .bg-light.nav-sec .navbar-nav .find-your-adviser .nav-link {
        padding: 0px 15px;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
        border-radius: 0;
        position: relative;
        padding: 0;
        outline: none !important;
    }

    .navbar-light .navbar-toggler-icon {
        background: none;
        border-top: 2px solid #00A5CC;
        border-bottom: 2px solid #00A5CC;
        position: relative;
        height: 20px;
        margin: 10px;
    }
    .navbar-light .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 1;
        right: 0;
        margin: auto;
        transform: translate(0, -50%);
        background: #00A5CC;
    }
    .homebanner .carousel-caption {
        max-width: 960px;
    }
    .homebanner img.d-block.w-100 {
        min-height: 330px;
    }
    .head-office-sec img {
        max-width: 100px;
    }
    .authorised-sec h1 {
        font-size: 100px;
    }
    .authorised-sec b {
        font-size: 18px;
        line-height: 24px;
    }
    .over-sec h2, .almost-sec h2, .policies-sec h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .over-sec h3, .policies-sec h3 {
        font-size: 28px;
    }

    .overall-sec h1 {
        font-size: 40px;
    }
    .overall-sec b {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .request-a-call .ar-profile.call-us a {
		margin-bottom: 25px;
        font-size: 30px;
    }
    .request-a-call .call-us {
        /*padding: 45px 30px !important;*/
    }
	.our-commitment-sec .inner-sec, .our-commitment-sec .event-of-claim .inner-sec {
		margin: 0 30px;
		min-height: 400px;
	}
	.our-commitment-sec .event-of-claim .inner-sec {
		min-height: 390px;
	}

	.our-commitment-sec .col-md-6 .row .emergency-claims-sec span {
		padding: 40px 30px;
		font-size: 16px;
	}
	.local-understanding-sec {
		margin: 70px 0 70px;
		box-shadow: 250px 0 0 #F8F8F8 inset;
	}
    .footer-inner-sec a, .footer-inner-sec b, .footer-inner-sec p {
        font-size: 11px;
		display: block;
    }
	p.branch-code {
		margin-top: 0;
	}

	.get-this-app-inner.left p {
		margin-bottom: 2px;
		font-size: 11px;
	}
	
	.weather-alert {
		background-size: 150%;
	}
	
	.weather-alert p {
		margin-bottom: 8px;
		font-size: 11px;
	}
	
	.easy-to-use-img-inner-sec {
		padding: 125px 20px 44px;
	}
	.aap-sec .container > .row > div:first-child .easy-to-use p {
		margin-bottom: 29px;
		}

    footer .footer-inner-sec {
        margin-bottom: 50px;
    }
    footer {
        padding: 160px 0 0;
    }
	.productnew1 {
		width: 460px;
		float: right;
	}
  
	.information-sec.request-a-call {
		margin-top: -140px;
	}
	
}
@media (max-width: 1024px){
	.information-sec .ar-profile {
		min-height: 271px;
	}
	.information-sec.request-a-call {
		margin-top: -167px;
	}
	.winner-sec .col-md-6 {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
		text-align: center;
	}
	.winner-sec .col-md-12 {
		width: 70%;
		max-width: 100%;
		flex: 0 0 60%;
		text-align: center;
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 20px;
	}
	.winner-sec .col-md-12 span {
		text-align: left;
	}
	.field--name-field-custom-html-bottom .col-md-hidden {
		display: none;
	}
	.field--name-field-custom-html-bottom .col-lg-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
}
@media (max-width: 991px) {
	.our-insurance-menu .submenu {
		display: inline-block;
		opacity: 1;
	}
	.megamenu {
		display: none !important;
		opacity: 0;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	.submenu:before {
		display: none;
	}
	.navbar-nav {
		margin-left: 0px;
	}
	.navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
		margin-left: 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
	.scrollable {
		overflow-y: scroll;
		display: block;
		margin-top: 20px;
		padding-bottom: 50px;
		margin-right: 15px;
	}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.homebanner .carousel-caption .icons {
	max-width: 410px;
	top: 10px;
	}
	
	.weather-alert .logo img {
		width: 100%;
		height: 100%;
	}
}

/*---------- max-width:991px ---------- */
@media (max-width: 991px){
	.top-nav {
		
	}
	.listTable.col-md-3 {
		max-width: 49%;
		width: 49%;
		/*float: left;*/
		margin-bottom: 40px;
		margin-right: 2%;
	}
	.listTable.col-md-3:nth-child(2) {
		margin-right: 0%;
	}
	.listTable.mobileGap {
		margin-top: 40px;
	}
    header.gradient-header .nav-sec .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-bottom: 1px solid rgb(0, 0, 0, .2);
        padding-left: 0;
    }
	header.gradient-header .nav-sec .submenu {
		display: block;
		float: none;
		border-bottom: 1px solid rgb(0, 0, 0, .2);
        padding-left: 0;
		position: relative;
		top: 0px;
		height: 78px;
	}
	header.gradient-header .nav-sec .submenu.three-options {
		height: 113px;
	}
	.submenu li a {
		background: transparent;
		width: 100%;
		font-size: 14px;
		font-weight: 300;
		color: #003057;
	}
	.submenu li a:hover {
		text-decoration: none;
		background: transparent;
	}
	.submenu li {
		/*border-bottom: 1px solid rgb(0, 0, 0, .2);*/
	}
	.submenu li:last-child {
		border-bottom: none;
	}
	
	.navbar-light .navbar-toggler-icon {
        height: 16px;
        margin: 8px;
        width: 24px;
    }
	.page-header, .bottom-nav{
		display:none;
	}
	.nav-item.find-your-adviser {
		margin-left: 0px;
	}
	
	.button-sec.text-right {
		text-align: left !important;
		margin-top: 20px;
	}

	.button-sec .btn {
		width: 49%;
	}

	.row.our-team-sec .col-md-6> .row::before {
		background: none;
	}
	.our-commitment-sec {
		margin-top: 60px;
	}
	.our-team-sec a img {
		height: 100px;
	}
	.button-sec .btn.btn-info {
		float: right;
	}
	
    .homebanner .carousel-caption {
        max-width: 720px;
    }

	div.team-img {
		float: left;
	}

	.our-team-contact {
		float: left;
		margin-left: 20px;
	}

	p.left-sec {
		padding-top: 0;
	}

	.row.our-team-sec .col-lg-8 p:first-child {
		padding-top: 35px;
	}

    body h4 {
        font-size: 20px;
		line-height: 1.2;
    }

    .ar-profile.video_icon {
        height: 262px;
    }
    .row.winner-sec span {
        float: left;
        width: 70%;
        font-size: 10px;
        padding: 20px 10px 10px 15px;
    }
    .head-office-sec b {
        font-size: 14px;
    }
    .insurance-bg-sec p {
        font-size: 14px;
        min-height: 64px;
    }

    .insurance-bg-sec {
        padding: 25px 15px 65px;
    }
    .authorised-sec h1 {
        font-size: 70px;
    }

    .authorised-sec b {
        font-size: 16px;
        line-height: 22px;
    }

    .over-sec h2, .almost-sec h2, .policies-sec h2 {
        font-size: 28px;
    }

    .over-sec h3, .policies-sec h3, .policies-sec h4 {
        font-size: 20px;
    }
    .bg-light.nav-sec .navbar-nav .nav-link {
        font-size: 14px;
    }
	.our-commitment-sec .inner-sec, .our-commitment-sec .event-of-claim .inner-sec {
		min-height: 470px;
	}
	.request-a-call .ar-profile.call-us a {
		margin-bottom: 25px;
		font-size: 24px;
	}
	.information-download .ar-profile.video_icon {
		height: 242px;
	}
	.aap-sec .container > .row > div {
		margin-bottom: 35px;
	}
	.easy-to-use, .easy-to-use-img-inner-sec {
		padding: 0;
		height: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.easy-to-use, .easy-to-use.superior {
		padding: 0 30px;
	}
	.weather-alert {
		background-size: 100%;
		padding-left: 45px;
	}
	.weather-alert p {
		font-size: 14px;
		line-height: 18px;
		width: 400px;
		margin-bottom: 18px;
	}
	.weather-alert .logo {
		width: 140px;
		height: 140px;
		top: 30px;
		right: 40px;
	}
	.request-a-call .ar-profile {
		padding: 30px 20px !important;
		min-height: 255px;
	}
	.information-sec.request-a-call {
		margin-top: -150px;
	}
	.winner-sec-2 .winner-img img {
		max-height: 80px;
	}
	.productnew1 {
		width: 340px;
		float: right;
    }
	.these-include-sec .contact-form-inner-sec {
        margin: 50px 0 30px;
    }
	.seo-optimised .about .aap-sec .easy-to-use {
    padding-top: 0;
   }
    .seo-optimised .about .aap-sec .easy-to-use.superior {
    padding-top: 0;
  }
  .builders-warranty-insurance .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
   }
   .seo-optimised .about .get-quote .get {
        width: 70%;
		margin: auto;
		margin-bottom: 40px;
    }
   .seo-optimised .about .locationmap p {
        padding: 0 0 15px;
    }
    .seo-optimised .about .locationmap p br {
        display: none;
    }
    .seo-optimised .about .locationmap ul {
        padding: 0;
    }
	
	.localinsurance-inner-sec .form-group .form-control {
		font-size: 12px;		
	}
	
}

@media (min-width: 769px){
	.on-768 { display: none; }
}
@media (max-width: 768px){
	.off-768 { display: none; }
	.on-768 { display: inline-block; }
	.information-sec .ar-profile {
		min-height: 285px;
	}
	.information-sec.request-a-call {
		margin-top: -181px;
	}
	
	.localinsurance-inner-sec .form-group {
		padding: 1px 30px 41px;
	}
	.localinsurance-inner-sec p {
		margin: 31px 30px;
	}
	.ar-profile.call-us .btn-primary {
		margin-top: 15px;
	}
	.listTable.col-md-3:last-child {
		
	}
	.box-container .overlay {
		margin-left: 15px;
	}
	.box-container:hover .overlay {
		margin-left: 15px;
	}
}

@media (max-width: 767px){
    .homebanner .carousel-caption {
        max-width: 540px;
    }
    .ar-profile.video_icon {
        margin-top: 50px;
    }
    .contact-form-inner-sec .row >.col-md-6:last-child form {
        max-width: 100%;
        margin-left: 0;
    }
    .homeform .contact-form-inner-sec {
		padding-bottom: 30px;
		margin-top: 35px;
	}
    .col-md-12.head-office-sec {
        margin-top: 50px;
    }
    .head-office-sec img {
        margin: 0;
    }
    .head-office-sec p {
        max-width: 100%;
    }
    .insurance-numner {
        padding-top: 25px;
    }
	.head-office-map-sec {
		margin-bottom: -50px;
	}
    .head-office-map-sec>.col-md-6:not(:last-child) {
        margin-bottom: 60px;
    }

    .head-office-map-sec>.col-md-6 iframe {
        margin-bottom: 50px;
    }
    .winner-sec > div:last-child {
        margin-top: 50px;
    }
    .these-include-sec .contact-form-inner-sec {
        margin: 50px 0 30px;
    }
    .sydeny-bg {
        margin-top: 0;
        padding: 60px 0 60px;
    }

    .overall-sec {
        margin: 60px 0 0;
    }

	.field--name-field-content-blocks .field--item:last-child {
		padding-bottom: 50px;
	}
	.get-this-app-sec {
		height: auto;
	}
	p.branch-code a {
		margin-right: 0px;
	}
    .winner-sec-2 {
        margin: 20px 0;
        padding: 20px 0;
    }
	.winner-sec-2 .mob-no-right {
		/*padding-right: 0px;*/
	}

    .winner-sec-2 .winner-img {
        margin: 0;
    }
	.winner-sec-2 .row.justify-content-md-center> div {
		width: 50%;
	}

	.insurance-types-sec.business-insurance .box-container {
		margin-bottom: 20px;
	}
	
    .information-sec.request-a-call {
        margin-top: 0;
    }

    /*.information-sec .col-md-4:not(:last-child) {
        margin-bottom: 50px;
    }*/
	.information-sec .col-md-4 {
        margin-bottom: 20px;
    }
	.information-download .information-sec .col-md-4:not(:last-child) {
        margin-bottom: 0;
    }
	.information-download .ar-profile.video_icon {
		margin: 35px 0;
	}
	
	.localinsurance-inner-sec .form-group {
		padding: 0 30px 20px;
	}
	
    .request-a-call .ar-profile.call-us a {
		display: block;
		padding: 0 0 20px;
		margin-bottom: 10px;
	}

	.weather-alert {
		height: auto;
		min-height: 500px;
		background-size: 240%;
		background-position: right;
		padding-right: 45px;
	}
	
	.weather-alert h6 {
		margin:auto;
		margin-top: 30px;
		text-align: center;
	}
	
	.weather-alert p {
		width: auto;
		text-align: center;
		margin-bottom: 38px;
	}
	
	.weather-alert button {
		width: 100%;
	}
	
	.weather-alert .logo {
		width: 100%;
		height: 100px;
		top: auto;
		right: auto;
		bottom: -150px;
		text-align: center;
	}
	
	.weather-alert .logo img {
		width: 100px;
		height: 100px;
		margin: auto;
	}
	
    .request-a-call .call-us {
        padding: 30px 30px !important;
    }
    .business-insurance p {
        min-height: auto;
        text-align: center;
    }
	
	.information-sec {
		margin-top: 60px;
	}

    .blog-sec .container > .row:first-child .col-md-8 {
        margin-bottom: 20px;
    }
    
    .insurance-bg-sec {
        padding: 50px 20px;
    }

    .sydeny-bg ul {
        display: block;
        text-align: center;
    }

    .sydeny-bg ul li {
        display: inline-block;
        text-align: center;
        margin: 10px 0;
    }
    .overall-sec .row > div:not(:last-child) {
        margin-bottom: 35px;
    }
	
	.our-team-sec >div:not(:last-child) {
		padding-bottom: 50px;
	}

	.our-team-sec .w-100.section-2 {
		padding: 0;
	}
	.our-commitment-sec .col-md-6 {
		padding-top: 60px;
	}

	.our-commitment-sec .inner-sec, .our-commitment-sec .event-of-claim .inner-sec {
		min-height: auto;
		margin-bottom: 60px;
	}

	.our-commitment-sec .event-of-claim b, 
	.our-commitment-sec .event-of-claim .row .emergency-claims-sec {
		margin-top: 0;
	}
	
	.our-commitment-sec .container-fluid > .row > div:first-child {
		margin-bottom: 35px;
	}
	
	.our-commitment-sec .col-md-6 .row .emergency-claims-sec span {
		padding: 30px;
	}
	
	.insurance-expertise-sec .container > .row > div:last-child {
		margin-top: 50px;
	}
	.local-understanding-sec .col {
		flex-basis: auto;
	}
	.local-understanding {
		padding: 100px 0;
		margin-top: 20px;
	}
	.local-understanding-sec {
		padding: 0 0 20px;
		box-shadow: none;
	}
		div#demo .carousel-caption {
		padding: 0;
		text-align: center;
	}

	div#demo .carousel-caption img {
		position: inherit;
		margin-bottom: 35px;
	}

	div#demo .carousel-caption p.text-left {
		text-align: center !important;
	}
	.information-sec .col {
		width: 100%;
		flex-basis: auto;
	}
	.contact-with-us.ar-profile {
		margin-top: 35px;
	}
	.request-a-call .ar-profile.contact-with-us {
		margin-top: 0;
	}
	.information-download {
		margin-top: 50px;
	}
	.information-download .ar-profile.video_icon {
		margin-bottom: 35px;
	}
	.easy-to-use, .easy-to-use.superior {
		margin-bottom: 30px;
	}
	.contact-form .contact-form-inner-sec {
		margin-top: 35px;
		box-shadow: 0 10px 20px rgba(0,0,0,.2);
	}
	
	div#demo .carousel-control-prev {
		left: 5%;
		top: 0;
	}

	div#demo .carousel-control-next {
		right: 5%;
		top: 0;
	}
	
	div#demo .carousel-caption p i {
		font-size: 14px;
	}

    footer {
        margin-top: 0px;
        padding-top: 60px;
    }
	.winner-sec-2 .winner-img img {
		max-height: 70px;
	}
	.new-product .productimage {
		margin-top: 30px;
    }
	
    .product2 .productimage {
		padding-right: 15px;
    }
    .permotion .sec1 .footer-inner-sec {
		margin-top: 60px;
    } 
	
    .productnew1 {
		width: 100%;
    }
	.productnew1 p {
        font-size: 14px;
        line-height: 18px;
    }
    .insurance-inner-sec {
		margin-bottom: 30px;
	}
	.localinsurance .row > div {
		margin: 0;
	}

	.insuranceservice .localinsurance-sec {
		padding: 50px 0;
		margin-bottom: 50px;
	}

	.insuranceservice .information-sec.request-a-call {
		background: none;
	}

	.insuranceadvice .claims {
		padding-bottom: 0;
	}
	
	.advice-inner-sec .btn {
		width: 150px;
		margin-right: 15px;
	}
	.product-sec {
		margin-top: 30px;
	}
	.new-product .container-fluid {
		max-width: 540px;
	}
	.these-include-sec .search {
    margin-left: auto;
   }
   .insurance-types-sec .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
   }
   .insurance-child-contact-sec {
        padding-top: 200px;
        padding-bottom: 0;
        background: no-repeat;
    }
    .seo-optimised .insurance-types-sec {
        margin-bottom: 50px;
    }
    .insurance-inner-sec img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 30px;
    }
    .seo-optimised .about .get-quote .get .aap-download img {
        height: 30px;
        max-width: 100%;
        top: 5px;
    }
    .seo-optimised .about .get-quote .get ul {
         padding: 0 20px;
    }
    .seo-optimised .about .get-quote .get ul li .aap-download {
        width: 100%;
    }
	
	.sec-location img {
		margin-top: -55px;
	}
	
	.listTable.col-md-4 {
		width: 100%;
		margin-right: 0%;
		max-width: 100%;
	}
	.listTable:not(:first-child) {
		margin-top: 25px;
	}
}

@media (max-width:575px){
	.information-sec.request-a-call {
		margin-top: 0px !important;
	}
    .homebanner .carousel-caption {
        max-width: 100%;
    }
    .homebanner img.d-block.w-100 {
        min-height: 350px;
    }
    .homebanner .carousel-indicators {
        bottom: 20px;
    }
    .localinsurance-sec {
        margin-top: 50px;
    }

    .localinsurance-inner-sec .form-group {
        display: block;
    }

    .localinsurance-inner-sec .form-group button.btn.btn-info {
        width: 100%;
        margin-top: 20px;
    }

	.localinsurance-inner-sec .form-group button.btn.btn-info, .localinsurance-inner-sec .form-group .form-control {
		
		width: 100% !important;
		max-width: 100% !important;
	}
	
    .winner-sec .col-sm-6,  footer .footer-inner-sec {
        width: 50%;
    }
	.winner-sec .col-md-12 {
		flex: 0 0 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.row.winner-sec span {
		widtH: 68%;
	}
    .know-more-clients-sec > div {
        width: 100%;
    }
	.know-more-clients-sec .col-sm-4 {
		text-align: center;
		margin-bottom: 40px;
	}
	.row.know-more-clients-sec h6 {
		font-size: 16px;
	}
	.row.know-more-clients-sec p {
		margin-bottom: 0px;
	}
    .row.know-more-clients-sec p a, .row.know-more-clients-sec p b {
        font-size: 12px;
    }
	.row.know-more-clients-sec span {
		margin-top: -10px;
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 16px;
	}
	.row.winner-sec {  
		margin-top: -20px;
	}
	.row.know-more-clients-sec .col-md-hidden
    .clients-sec {
        padding: 60px 0;
    }
    .over-sec p {
        text-align: center;
        padding-left: 50px;
    }

    .clients-sec .row > div:not(:last-child){
        margin-bottom: 50px;
    }
	.insurance-bg-sec p {
        min-height: auto;
        text-align: center;
    }
	a.Google_play, a.aap-download {
		width: 48%;
		display: inline-block !important;
	}

	a.Google_play img, a.aap-download img {
		height: 44px;
	}
	a.Google_play {
		text-align: right;
	}
	.get-this-app-inner.left, a.aap-download {
		text-align: left;
	}
	.get-this-app-inner.left{
		text-align: center;
	}
	.get-this-app-sec h5:after {
		right: 0;
		margin: auto;
	}
	
	.easy-to-use, .easy-to-use.superior {
		text-align: center;
	}
	.information-sec .ar-profile {
		min-height: 245px;
	}
    footer {
        padding-bottom: 15px;
    }

    .footer-inner-sec.text-right {
        text-align: left !important;
        width: 100%;
    }
    footer .footer-inner-sec {
        margin-bottom: 35px;
    }
	.regular_slider .slick-dots li {
		margin: 0;
	}
	.regular_slider .slick-slide{
		margin:0;
	}
	.winner-sec-2 .winner-img img {
		max-height: 60px;
	}
	
	.sydeny-bg ul li {
		display:block;
	}
	.sydeny-bg ul li:not(:last-child) {
		border-right: none;
	}
	.permotion .sec1 .footer-inner-sec {
		margin-top: 35px;
    }
   .businessinsurance .row > div {
		width: 50%;
	}
	.businessinsurance a {
		font-size: 20px;
	}
	.new-product .container-fluid {
		max-width: 100%;
	}
	.these-include-sec .btn {
        margin: auto;
        width: auto;
        padding: 12px 12px;
        font-size: 11px;
        margin-top: 20px;
    }
    .these-include-sec .contact-form-inner-sec .btn {
        width: 100%;
        margin-top: 10px;
    }

   .downloads ul li {
        width: 100%;
        float: none;
   }
   .builders-warranty-insurance .col-sm-6 {
            width: 50%;
   }
   .seo-optimised .about .benefitslist li {
            width: 100%;
   }
   .ar-profile.video_icon {
		margin-top: 20px;
	}
	.listTable.col-md-3 {
		max-width: 100%;
	}
}

@media (max-width: 420px){
    .homebanner .carousel-caption p {
        max-width: 100%;
        font-size: 14px;
    }
	.winner-sec-2 .winner-img img {
		max-height: 55px;
	}
	.productoverview-inner-sec .btn-info {
		margin-top: 20px;
	}
	.businessinsurance a {
		font-size: 18px;
	}
	.productoverview-inner-sec .cta2 {
		margin-left: 15px;
	}
}

@media (max-width:575px){
	/*.form-check label { width: 100% !important; }*/
}

/* SAFARI ONLY HACK */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {

    .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0px;
		/*width: 0px;*/
	}
	.homeform .year-to-date .bar { 
		right: 15px;
	}
	
	.blog-content-sec {
		width: 100%;
	}
	.these-include-sec h4 {
		line-height: 24px;
	}
}}