body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #717171;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a {
    color: inherit;
    font-size: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}
:focus {
    outline: none
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.no-padding {
    padding: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-margin {
    margin: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.section-title {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    border: 1px solid #d8d5d5;
    border-radius: 4px;
    color: #828282;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 9px 15px;
    width: 100%;
    background: -webkit-linear-gradient(88deg, #e6e4e5 0%, #fcfcfc 100%);
    background: -o-linear-gradient(88deg, #e6e4e5 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(88deg, #e6e4e5 0%, #fcfcfc 100%);
    background: -moz-linear-gradient(88deg, #e6e4e5 0%, #fcfcfc 100%);
    background: linear-gradient(2deg, #e6e4e5 0%, #fcfcfc 100%);
}
.btn-submit {
    background: #26387f;
    border: medium none;
    color: #fff;
    float: right;
    padding: 10px 40px;
	margin-top: 22px;
}
.contact-address>h4 {
    color: #26387f;
    font-weight: 700;
}
.contact-address>img {
    margin-top: 25px;
    max-width: 250px;
}
::-webkit-input-placeholder {
    color: #646464;
    opacity: 1;
    font-weight: normal
}
::-moz-placeholder {
    color: #646464;
    opacity: 1;
    font-weight: normal
}
:-ms-input-placeholder {
    color: #646464;
    opacity: 1;
    font-weight: normal
}
:-moz-placeholder {
    color: #646464;
    opacity: 1;
    font-weight: normal
}
.header-top {
    background: #26387f;
    color: #fff;
    text-align: center;
    padding: 15px 0 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15);
}
.header-support {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -18px;
}
.header-bottom {
    background: url(../../img/header-bg.png) no-repeat scroll 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 2px 0 2px;
    color: #585858;
    font-size: 17px;
}
.site-logo {
    position: absolute;
    top: 10px;
    left: 0;
}
.header-contact p {
    margin: 0;
}
.header-contact h4 {
    color: #4b8cdc;
    font-size: 46px;
    margin: 0;
    position: relative;
}
.header-contact h4:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 45px;
    height: 45px;
    background: url(../../img/icons/phone.png) no-repeat scroll 0 0;
    top: 0;
}
.main-menu {
    background: #26387f;
    color: #fff;
}
.main-nav > li > a {
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.main-nav > li > a:hover, .dropdown-menu > li > a:hover {
    background: #4b8cdc;
  color: #fff;
}

.dropdown-menu {
    background: #26387f;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 0 3px;
	min-width: 240px;
	padding:0;
}
.dropdown-menu > li > a {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-transform: uppercase;
}
.partners-title {
    background: #4b8cdc;
    margin: 0;
    padding: 15px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    z-index: 10;
}
.partners-title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4b8cdc;
    left: 50%;
    top: 100%;
    transform: translate(-50%) rotate(45deg);
    margin-top: -20px;
    z-index: -1;
}
.owl-controls.clickable {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.owl-buttons > div.owl-prev {
    float: left;
}
.owl-buttons > div.owl-next {
    float: right;
}
.owl-item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#features {
    background: url(../../img/ft-bg.jpg) no-repeat scroll 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
    color: #fff;
}
.feature-img > img {
    width: 100%;
}
.feature-block {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feature-block:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.feature-name {
    position: absolute;
    top: 0;
    background: #4b8cdc;
    margin: 0;
    padding: 10px;
    width: 80%;
    font-weight: bold;
}
.feature-content {
    background: #fff;
    color: #000;
    padding: 20px 10px 40px;
    overflow: hidden;
    min-height: 180px;
}
.ft-icon {
    float: left;
    max-width: 50px;
    margin-top: 30px;
}
.ft-text {
    margin-left: 70px;
    font-size: 15px;
}
.feature-content > a {
    background: #009b33;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -30px;
    font-weight: bold;
}
.feature-content > a:hover {
    background: #4b8cdc;
}
#about-us {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-title.title-blue {
    color: #26387f;
}
#get-quotation {
    padding-top: 50px;
    background: #f5f5f5;
}
.form-quotation input,
.form-quotation select {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #7d7d7d;
    box-shadow: inset 0 0 7px 0px rgba(0, 0, 0, .18);
}
.btn.btn-submit {
    background: #009b33;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
}
.btn.btn-submit:focus {
    outline: none;
}
.footer-top {
    background: #26387f;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    border-top: 4px solid #4b8cdc;
}
.footer-widget > h4 {
    font-weight: bold;
    color: #5fa4f8;
}
.footer-widget > p {
    margin-bottom: 0;
}
.footer-bottom {
    background: #12215c;
    color: #fff;
    text-align: center;
    padding: 20px 0 10px;
}
.footer-widget > ul > li {
    width: 50%;
    float: left;
}
.footer-widget > ul > li > a {
    display: inline-block;
    padding: 5px;
}
.footer-widget > ul > li > a:hover {
    padding-left: 10px;
    color: #5fa4f8;
}
.page {
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-text strong {
    display: block;
    color: #26387f;
    font-size: 20px;
    display: block;
    margin-bottom: 0;
}
/* CONTACT*/

#contact {
    padding: 50px 0;
}
.form-title {
    background: #26387f;
    color: #fff;
}
.form-title h2 {
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}
.form-title h2 > span {
    color: #4b8cdc;
    font-size: 18px;
    font-weight: 500;
}
.btn.btn-block.form-btn {
    color: #5fa4f8;
    background: #26387f;
    border-radius: 0;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
}
.form-wrap strong {
    color: #26387f;
}
.form-wrap hr {
    border: 1px solid #cecece;
}
.page-product {
    background: #edf6fb;
}
.product-title {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.product-panel.panel {
    border: none;
    padding: 0;
    margin-bottom: 15px;
}
.product-title {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px 0;
    font-size: 34px;
    color: #edf6fb;
    font-weight: 900;
}
.product-title:after {
    content: '';
    position: absolute;
    background: rgba(31, 45, 99, .75);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.pro-collapse {
    background: #e6e6e6;
}
.product-details {
    padding: 20px;
    color: #717171;
}
.people-by-age-form-group {
    width: 20%;
    float: left;
}
.people-by-age-form-group input {
    width: 100px;
}
@media only screen and (max-width: 1200px) {} 
@media only screen and (max-width: 991px) {
    .col-sm-4.mt-50.quotation-thunb {
        display: none;
    }
    #get-quotation {
        padding-bottom: 60px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .btn-submit {
        float: none;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .header-support {
        position: static;
    }
    .site-logo {
        position: static;
        text-align: center;
        padding: 10px;
    }
    .header-top {
        padding-bottom: 15px;
    }
    .col-md-5.col-md-offset-1.col-sm-6.header-contact.mt-20 {
        text-align: center;
    }
    .header-contact h4 {
        display: inline-block;
    }
    .feature-block {
        margin-bottom: 50px;
    }
    .footer-widget > ul > li {
        width: 100%;
        float: none;
    }
    .main-nav.list-inline.no-margin > li {
        display: block;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .product-title {
        font-size: 20px;
    }
  .dropdown-menu {
    background: #26387f;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    border: none;
}
}
@media only screen and (max-width: 480px) {} 


#page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
}
.loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 5px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 5px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 5px solid #26387f !important;
    border-top: 5px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}
.colored-border {
    border-color: #fff;
}
.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#portoseguro { 
      margin-top:20px;
	  }
#seguradoras img { 
padding-bottom: 20px;	  
	  }
	  
.form-quotation * {
    position: static;
}