body {
    font-family: 'Open Sans', sans-serif;
    background-color: #EFEFEE;
}

.tk-museo-sans,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
}

a,
h1,
h2,
h3,
h4,
.h2 {
    font-family: 'Open Sans', sans-serif;
    color: #f04c23;
}

.typo-body-primary {
    font-weight: 400 !important;
}

h2 {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #f04c23;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.main-header .menu-cell .gnb-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding: 0.8rem 0.5rem 1.6rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.module-hero[data-type=half-float-card] .inner-container .box-container {
    padding: 60px 40px;
}

.content-block~.content-block,
.header-block+.content-block,
.header-block+.header-block {
    margin-top: 0 !important;
}

.main-header .menu-cell ul:not(.dropdown-menu) li {
    display: inline-block;
    margin-left: 15px;
    line-height: 50px;
}

.dropdown .caret {
    display: none;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-menu>li>a {
    padding: 3px 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FBAB18;
    background: none;
}

.blog .module-hero .bg-container .bg,
.get-a-quote .module-hero .bg-container .bg,
.contact .module-hero .bg-container .bg {
    background-position: 0px -130px;
}

.thumbs-blogpost .content-cell .text {
    font-family: 'Open Sans', sans-serif;
}

.text_banner .container {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.text_banner .box-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 0 !important;
    padding: 50px 30px;
    width: 620px !important;
    background: -moz-linear-gradient(left, rgba(240, 76, 35, 0.7) 0%, rgba(240, 76, 35, 0.6) 48%, rgba(251, 171, 24, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 76, 35, 0.7) 0%, rgba(240, 76, 35, 0.6) 48%, rgba(251, 171, 24, 0.6) 100%);
    background: linear-gradient(to right, rgba(240, 76, 35, 0.7) 0%, rgba(240, 76, 35, 0.6) 48%, rgba(251, 171, 24, 0.6) 100%);
}

.text_banner h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}

.icon_left_home {
    padding: 20px 0 30px;
    display: flex;
    display: -webkit-flex;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.icon_left_home .icon_hover {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px 3px #00000029;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.icon_left_home:hover .icon_hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.icon_left_home .icon_hover img {
    width: 70px;
}

.icon_left_home .text_icon_home {
    width: calc(100% - 140px);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px
}

.icon_left_home .text_icon_home p {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.icon_left_home .text_icon_home a:hover {
    text-decoration: none;
}

.modult-sidmeenu h2 {
    display: none;
}

.modult-sidmeenu h2:first-of-type {
    display: block
}

.modult-sidmeenu .nav-item {
    margin-bottom: 15px;
}

.icon_left_home:before {
    content: "";
    height: 100px;
    width: 5000%;
    left: 70px;
    top: 40px;
    position: absolute;
    background-color: #fbab18;
    z-index: -1;
}

.home .content_home .section3 {
    margin-top: 50px
}

.icon_right_home:before {
    content: "";
    height: 100px;
    width: 5000%;
    left: auto;
    top: 40px;
    position: absolute;
    background-color: #f04c23;
    z-index: -1;
    right: 70px;
}

.icon_right_home .text_icon_home {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}

.btTxt {
    font-size: 22px !important;
    padding: 8px 19px !important;
    margin: 15px 0 25px;
    border: none;
    font-weight: 400 !important
}

.button_iua,
.btTxt {
    background: -moz-linear-gradient(left, rgba(240, 76, 35, 0.7) 0%, rgba(240, 76, 35, 0.6) 48%, rgba(251, 171, 24, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 76, 35, 1) 0%, rgba(240, 76, 35, 1) 48%, rgba(251, 171, 24, 1) 100%);
    background: linear-gradient(to right, rgba(240, 76, 35, 1) 0%, rgba(240, 76, 35, 1) 48%, rgba(251, 171, 24, 1) 100%);
    display: inline-block;
    color: #fff!important;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none!important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.button_iua:hover,
.btTxt:hover {
    box-shadow: 0 0 10px 2px #72b7c9b3;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: -moz-linear-gradient(left, rgba(251, 171, 24, 1) 0%, rgba(240, 76, 35, 1) 48%, rgba(240, 76, 35, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(251, 171, 24, 1) 0%, rgba(240, 76, 35, 1) 48%, rgba(240, 76, 35, 1) 100%);
    background: linear-gradient(to right, rgba(251, 171, 24, 1) 0%, rgba(240, 76, 35, 1) 48%, rgba(240, 76, 35, 1) 100%);
}

.why_text_home .header-block {
    padding: 50px 50px 30px;
    background: #71b8c9;
    border-radius: 200px;
    box-shadow: 0 0 10px 2px #00000052;
}

.why_text_home .header-block h2 {
    color: #f04c23;
    font-size: 32px;
    font-weight: 600;
    padding: 0;
    margin: 0 !important;
}

.why_text_home .header-block p {
    font-size: 22px;
    color: #fff;
    padding: 20px 0px;
}

.why_text_home.smallText .header-block p {
    font-size: 14px !important;
    color: #212529 !important;
    padding: 0px !important;
}

.box_i_need .img_2 {
    display: none;
}

.box_i_need {
    background-color: #fff;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: -webkit-flex;
    box-shadow: 0 0 10px 2px #0000002e;
    position: relative;
}

.box_i_need:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #f04c23;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.box_i_need:hover:before {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.box_i_need h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    color: #212529 !important;
}

.box_i_need .img_hover img {
    width: 100px;
}

.box_i_need .img_hover {
    position: relative;
}

.box_i_need .text_box {
    position: relative;
}

.box_i_need:hover .img_hover .img_1 {
    display: none;
}

.box_i_need:hover .img_hover .img_2 {
    display: block;
    margin: 0 auto;
}

.text_background_blue {
    padding: 60px 50px;
    background: #71b8c9;
    border-radius: 200px;
    box-shadow: 0 0 10px 2px #00000052;
}

.text_background_blue p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px
}

.text_background_blue h2 {
    color: #f04c23;
    font-size: 32px;
    font-weight: 600;
}

ul li {
    list-style: none;
    font-size: 14px
}

.box_claim_step {
    width: 250px;
    height: 250px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 100%;
    padding: 20px;
    box-shadow: 0 0 10px 3px #00000026;
    position: relative;
}

.box_claim_step h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ff3700;
}

.box_claim_step:before {
    content: "\24";
    font-family: "ElegantIcons";
    font-size: 50px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translate(0, -50%);
    color: #ff3700;
}

.submitAClaim {
    padding-bottom: 50px !important;
}

.img_partner img {
    height: 60px;
    width: auto;
    margin-right: 15px;
    display: inline-block;
}

.img_partner {
    margin: 30px 0 30px;
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

.img_partner .img_partner_detail {
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
}

.img_partner .img_partner_detail p strong {
    display: block;
    margin-top: 20px
}

.section-default ul {
    margin-left: 20px;
}

.header-block ul {
    display: inline-block;
}

.header-block li,
.section-default li {
    text-align: left;
    position: relative;
}

.header-block ul li:before,
.section-default li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 1px solid #ff3700;
    left: -17px;
    top: 10px;
    background: #ff3700;
}

.list_ul_iua ul li ol li {
    margin-left: 20px;
}

.list_ul_iua ul li ol li:before {
    background-color: #fff;
}

.text_background_blue.text_FAQ {
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #00000052;
    padding: 30px 30px;
    margin-bottom: 40px;
}

.product_list {
    margin: 30px 0;
}

.product_item {
    width: 300px !important;
    height: 300px;
    border-radius: 0;
    background: #fff;
    margin: 10px auto;
    padding: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #00000020;
}

.product_item .content_product {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #fbab18;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    transform: translate(0, -100%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.product_item:hover .content_product {
    transform: translate(0, 0%);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.product_item .content_product p {
    font-size: 15px
}

.product_item h3 {
    font-size: 20px;
    text-align: center;
    color: #fbab18;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.product_list .slick-prev,
.product_list .slick-next {
    font-size: 50px;
    color: #ff3700;
}

.product_list .slick-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
}

.product_list .slick-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
}

.product_list .owl-nav button:focus {
    outline: none!important;
}

.text_gross {
    background: #fff;
    padding: 0px 40px 0px;
    margin-top: 80px;
    position: relative;
    height: 460px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.text_gross .icon_images_gross {
    position: absolute;
    width: 130px;
    height: 130px;
    background: #fff;
    top: -65px;
    border-radius: 100%;
    box-shadow: 0 0 10px 2px #00000024;
    text-align: center;
    line-height: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.text_gross .icon_images_gross img {
    width: 70px;
    text-align: center;
    display: block;
    margin: 0 auto
}

.text_gross .icon_images_gross img.img_gross_2 {
    display: none;
}

.text_gross h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 100px;
}

.text_gross:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 8px 1px #00000026;
}

.text_gross:hover .icon_images_gross img.img_gross_2 {
    display: block;
}

.text_gross:hover .icon_images_gross img.img_gross_1 {
    display: none;
}

.col-md-6:nth-child(1) .text_gross:hover .icon_images_gross {
    background-color: #ff3700;
}

.col-md-6:nth-child(2) .text_gross:hover .icon_images_gross {
    background-color: #ff3700;
}

.text_product_2 {
    padding: 30px;
    margin-top: 80px;
    position: relative;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.text_product_2 .icon_images_gross {
    position: absolute;
    width: 130px;
    height: 130px;
    background: #fff;
    top: -65px;
    border-radius: 100%;
    box-shadow: 0 0 10px 2px #00000024;
    text-align: center;
    line-height: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.text_product_2 .icon_images_gross img {
    width: 70px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.text_product_2 h2 {
    padding-top: 70px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.text_product_2 .icon_images_gross img.img_gross_2 {
    display: none;
}

.text_product_2:hover .icon_images_gross {
    background-color: #ff3700;
}

.text_product_2:hover {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 8px 1px #00000026;
}

.text_product_2:hover .icon_images_gross img.img_gross_2 {
    display: block
}

.text_product_2:hover .icon_images_gross img.img_gross_1 {
    display: none;
}

table tbody td,
table tbody th {
    border: 1px solid #212529;
}

.table_policy table {
    border-top: none !important;
}

.table_policy table th {
    font-size: 15px;
    color: #f04c23
}

.table_policy.table_iua_worksheet table th {
    background: #f46e4e;
    color: #fff;
}

.table_policy table td {
    font-size: 15px
}

.table_policy {
    margin-bottom: 40px
}

.table_policy thead tr th {
    background: #f46e4e;
    color: #fff;
}

#tablePreview li:before {
    display: none;
}

.box_claim_step {
    width: 250px;
    height: 250px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 100%;
    padding: 20px;
    box-shadow: 0 0 10px 3px #00000026;
    position: relative;
}

.box_claim_step h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ff3700;
}

.box_claim_step:before {
    content: "\24";
    font-family: "ElegantIcons";
    font-size: 50px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translate(0, -50%);
    color: #ff3700;
}

.section_claimform .col-md-4:nth-child(3) .box_claim_step:before {
    display: none;
}

.section_claimform .col-md-4:nth-child(2) .box_claim_step {
    background-color: #ffa600;
}

.section_claimform .col-md-4:nth-child(2) .box_claim_step h3 {
    color: #fff;
}

.section_claimform .col-md-4:nth-child(2) .box_claim_step p {
    color: #fff
}

.Claim_form_section2 .text_info {
    margin-bottom: 30px;
}

.Claim_form_section2 .text_info span {
    color: #fbab18;
    font-size: 33px;
    margin-bottom: 10px;
    display: inline-block;
}

.Claim_form_section2 .text_info h3 {
    font-size: 18px;
    color: #212529;
}

.Claim_form_section2 .text_info p {
    font-size: 17px;
    font-weight: 700;
    color: #f04c23;
}

.dowload_clam_form {
    margin-top: 20px;
    margin-bottom: 40px
}

.text_align_center {
    text-align: center;
}

.contactIcon {
    witdh: 35px !important
}

.contactIcon .svg {
    max-width: 35px;
    max-height: 45px;
}

.contactIcon svg path {
    fill: #fbab18;
}

.date_format {
    margin: 12px 0;
    font-size: 14px;
    text-align: left;
    font-style: italic;
}

.sideTitle {
    font-size: 24px;
    color: #212529;
    margin-bottom: 30px
}

.modult-sidmeenu .nav-link {
    padding: 8px 0
}

.modult-sidmeenu li:before {
    display: none;
}

.modult-sidmeenu li a {
    border: none !important;
}

.modult-sidmeenu li a.active {
    display: none;
}

.modult-sidmeenu li a:hover {
    background: transparent !important;
    color: #212529 !important;
}

table.get_a_quote_table {
    border-top: none !important;
}

table.get_a_quote_table th {
    background: #f04c23;
    color: #fff;
    font-size: 16px;
    border-color: #f04c23!important;
}

.text_contact {
    margin-bottom: 30px;
    background: #fff;
    width: 95%;
    margin: 60px auto 30px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px 2px #0000001f;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.text_contact:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pic_people {
    margin-bottom: 30px;
}

.pic_people img {
    max-width: 100%
}

.text_contact .contactIcon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    background: #ff3700;
    color: #fff;
    line-height: 48px;
    font-size: 27px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100%;
}

.text_contact .contactIcon .svg {
    max-width: 25px;
    max-height: 25px;
    margin-top: 13px;
    display: inline-block;
}

.text_contact .contactIcon svg path {
    fill: #fff;
}

.text_contact_2 h3 {
    font-size: 17px;
    font-weight: 700;
    color: #212529;
    line-height: 20px;
}

.address_list ul li .text_address {
    background: #fff;
    padding: 40px 30px;
    border-radius: 0px;
    margin-bottom: 30px;
    width: 80%;
    cursor: pointer;
}

.address_list ul li.active .text_address {
    background: #fbab18;
    padding: 40px 30px;
    border-radius: 0px;
    box-shadow: 0 0 10px 2px #00000036;
    position: relative;
}

.address_list ul li.active .text_address:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fbab18;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}

.address_list ul li.active .text_address h3 {
    color: #fff;
}

.address_list ul li.active .text_address p {
    color: #fff;
}

.address_list ul li .text_address h3 {
    font-size: 25px;
    font-weight: 700;
}

.map_list ul li {
    display: none;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.map_list ul li iframe {
    height: 400px
}

.map_list ul li.active_map_list {
    display: block;
}

.address_list li:before {
    display: none;
}


/*NAV*/

#gnb {}

#gnb li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding: 0.8rem 0.5rem 1.6rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

table td,
table th {
    word-break: break-word;
}

#gnb li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 7px;
    background-color: #fbab18;
    bottom: -6px;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#gnb li a:hover:before {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#gnb li a:hover {
    color: #f04c23;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#gnb li.current_page_item a:before {
    width: 100%;
}

#gnb li {
    padding: 5px 0;
}

#gnb li.current_page_item a {
    color: #f04c23;
    font-weight: 700;
}

#gnb li {
    position: relative;
}

#gnb li .dropdown-menu {
    position: absolute;
    list-style: none;
    left: 0;
    padding: 0;
    z-index: 5;
    top: 100px;
    opacity: 0;
    min-width: 200px;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-align: left;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    background: #efefee;
}

#gnb .dropdown-menu li a {
    padding: 5px 0;
}

#gnb li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#gnb li .dropdown-menu li a:before {
    display: none;
}

.getQuote>a {
    background: #71b8c9;
    border-radius: 30px;
    padding: 9px 20px!important;
    margin-left: 0;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 600!important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.getQuote>a:hover {
    transition: all 0.4s ease-in-out;
    background: #f04e23;
}

.getQuote>a:before {
    display: none
}

.main-footer .footer-bottom-block,
.footer-menu-block {
    background: #c9c9c9;
}

.main-footer .footer-bottom-block a {
    font-weight: 600;
    color: #000;
}

.main-footer .footer-bottom-block a:hover {
    color: #f04c23;
}

.foot-menu-row {
    padding: 10px 0;
}

.foot-menu-row p {
    margin: 0 !important;
    font-size: 14px;
    color: #000;
}

.foot-menu-row img {
    width: 200px;
    float: right;
}

.footerDisclaimer p {
    line-height: 15px !important;
    margin: 10px auto;
    font-size: 12px;
}

@media only screen and (min-width: 780px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 780px) {
    a,
    a:hover,
    a[data-toggle],
    a[data-toggle]:hover,
    .navbar-nav .open .dropdown-menu>li>a {
        color: #f04c23;
    }
    .dropdown .caret {
        display: inline-block;
        border-top: 10px dashed;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        float: right;
        margin: 10px 20px 0 0;
    }
    .getQuote>a {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        max-width: 400px;
    }
    .text_banner .box-container {
        width: 100% !important;
    }
    .text_banner h1 {
        line-height: 60px;
    }
    .why_text_home .header-block {}
    .why_text_home .header-block {
        padding: 40px 40px 30px;
        border-radius: 50px;
    }
    .foot-bottom {
        border-top: none;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .active_map_list iframe {
        width: 100% !important;
    }
    .blog .module-hero .bg-container .bg,
    .get-a-quote .module-hero .bg-container .bg,
    .contact .module-hero .bg-container .bg {
        background-position: 50% !important;
    }
}

@media only screen and (max-width: 480px) {
    .icon_left_home {
        width: 100%;
    }
    .icon_left_home .text_icon_home p {
        font-size: 13px;
    }
    .icon_left_home .icon_hover {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .icon_left_home:before {
        top: 20px;
        left: 50px;
    }
    .icon_left_home .icon_hover img {
        width: 60px;
    }
    .icon_left_home .text_icon_home {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
    .icon_right_home:before {
        height: 100px;
        top: 20px;
        background-color: #f04c23;
        right: 50px;
        left: unset;
    }
    .icon_right_home .text_icon_home {
        padding-left: 0;
        padding-right: 20px;
        text-align: right;
    }
    .table_policy table td {
        font-size: 13px;
        width: 66%;
    }
    table td,
    table th {
        padding: 20px 10px;
    }
    .table_policy.table_iua_worksheet table th {
        background: #f46e4e;
        color: #fff;
        font-size: 13px;
    }
    .text_banner h1 {
        font-size: 35px;
    }
    #tablePreview ul {
        margin-left: 5px;
    }
    .howWeCompareTblWarpper {
        overflow: scroll;
    }
    .howWeCompareTblWarpper table {
        min-width: 500px;
    }
}