/* @import url("fonts/FiraSans-Regular.ttf");
@import url("fonts/FiraSans-Bold.ttf"); */

@font-face {
    font-family: "Fira Sans";
    src:url("../fonts/FiraSans-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Fira Sans";
    src:url("../fonts/FiraSans-Bold.ttf");
    font-weight: bold;
} 

@font-face {
    font-family: "Lucida Grande";
    src:url("../fonts/LucidaGrande.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Lucida Grande";
    src:url("../fonts/LucidaGrandeBold.ttf");
    font-weight: bold;
}

/* Generic styles  */

html, body {
    scroll-behavior: smooth;  
}

body,p,a {
    font-family: "Fira Sans", sans-serif !important;
    /* font-family: "Lucida Grande"; */
    color: #1d629f !important;
}

.btn {
    color: #fff !important;
}

body > nav {
    background:transparent !important;
    margin-top: 10px;
}

main > section > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-image {
    margin-top: -150px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Fira Sans", sans-serif;
    /* font-family: "Lucida Grande"; */
}

h1 {
    font-size: 40px;
    color: #1d629f;
    line-height: 50px;
}

.blue-background h1,
.blue-background h2,
.blue-background h3,
.blue-background h4,
.blue-background h5,
.blue-background h6 {
    color: #fff;
}

a, a:hover {
    text-decoration: none;
    color: #f59221 !important;
}

button, .input-text, .input-select, .input-textarea {
    font-family: "Fira Sans", sans-serif;
    /* font-family: "Lucida Grande"; */
}

.grey-background {
    background-color: #e3e3e3 !important;
}

.blue-background {
    background-color: #1d629f !important;
}

.orange-text {
    color: #f59221;
}

.white-boxes {
    margin-left: 40px;
}

.white-box {
    background-color: #fff;
    border-radius: 20px 0 20px 20px;
    border-left: 4px solid #1d629f;
    margin-left: -26px;
}

.white-box h2,
.white-box h5 {
    color: #1d629f;
}

.white-box-wrapper {
    padding: 2rem 2.6rem;
}

.white-box h5 {
    font-size: 1.1rem;
}

footer a {
    text-decoration: none;
}

.footer-address img {
    width: 16px;
    height: auto;
    margin-right: 10px;
}



/* Top menu */

.toggle-wrapper {
    width: 38px;
}

.menu-toggle {
    display: block !important;
}

.menu-toggle.active {
    margin-right:0;
}

.menu-toggle span {
    display: block;
    margin-bottom: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1d629f;
    transition: all 0.25s ease-in-out;
}

.menu-toggle.active span.top-span {
    width: 36px;
    height: 8px;
    border-radius: 9px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.menu-toggle.active span.middle-span {
    width: 0;
    opacity: 0;
    border: 0;
}

.menu-toggle.active span.bottom-span {
    width: 36px;
    height: 8px;
    border-radius: 9px;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.logo-wrapper {
    height: 60px;
}

.menu-cnt,
.menu-mobile {
    background-color: #fff;
    position: absolute;
    top: 100px;
    z-index: 100;
}

.menu-mobile {
    width: 100%;
    left:0;
    text-transform: uppercase;
}

.menu-cnt > ul {
    float: none;
    margin-right: 30px;
}

.menu-cnt,
.menu-cnt > ul > li  a,
a.language-code,
.menu-mobile,
.menu-mobile > ul > li  a{
    color: #1d629f !important;
}

.menu-mobile > ul > li  a,
.menu-mobile > ul > li  a:hover,
.menu-mobile > ul > li  a:focus,
.menu-mobile > ul > li  a:active {
    text-decoration: none;
}

.menu-mobile > ul > li.dropdown>a:after {
    font-family: "Icons";
    content: "\67";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
}

.dropdown > ul > li > a {
    height: 30px;
    line-height: 30px;
}

.nav-callback-en,
.nav-label {
    position: static;
    right: 0;
}

.menu-cnt > ul > li.nav-label > a span {
    color: #1d629f;
}

.dropdown > ul:before {
    background-color: #1d629f;
}

.dropdown ul:not(.icon-list) li:hover > a {
    background-color:  #f59221;
    color: #fff !important;
}

.menu-mobile ul {
    margin: 0;
    padding: 0;
}

.menu-mobile ul li {
    list-style: none;
    border-bottom: 1px solid #1d629f;
    padding: 10px;
}

.menu-mobile ul li:last-child {
    border-bottom: 0;
}

.menu-right-item {
    border-right: 1px solid #f59221;
    padding: 0 15px;
}

.menu-right-item:last-child {
    border-right: 0;
    padding-right: 0;
}

.menu-right-item>a>img {
    width: 19px;
}

.menu-right-item:last-child > i:before {
    font-family: "Icons";
    content: "\61";
    font-style: normal;
    text-transform: none;
}
.main-nav [class*=col-lg-] + [class*=col-lg-],
.main-nav [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
    margin-top:0;
}


.search-wrapper {
    background-color: #fff;
    width: 60%;
    padding: 1rem 1rem 0 1rem;
    position: absolute;
    top: calc(100% + 10px);
    right: 20%;
    z-index: 101;
} 

.btn-base,
.btn-hero,
.btn-base-reverse,
.btn-base-white,
.btn-base-outline {
    border-radius: 20px;
    background-color:  #1d619e;
    border-color:#1d619e;
} 

.btn-base-reverse {
    background-color:  #f59221;
    border-color:#f59221;
    padding: 6px 18px;
}

.btn-base-outline,
.btn-base-outline:hover,
.btn-base-outline:active,
.btn-base-outline:focus {
    background-color:  transparent !important;
    border-width: 2px;
    color: #1d619e !important;
}

.btn-base-white,
.btn-base-white:hover,
.btn-base-white:active,
.btn-base-white:focus {
    background-color:  #fff !important;
    border-color:#fff !important;
    color: #1d619e !important;
}

.btn-base:hover,
.btn-base:active,
.btn-base:focus,
.box-btn-hover{
    background-color:  #f59221 !important;
    border-color:#f59221 !important;
    color: #fff !important;
    box-shadow: none;
    transform: none;
}

.btn-base-reverse:hover,
.btn-base-reverse:active,
.btn-base-reverse:focus {
    background-color:  #1d619e !important;
    border-color:#1d619e !important;
    color: #fff !important;
    box-shadow: none;
    transform: none;
}

.btn-hero {
    background-color:  #f59221 !important;
    border-color:#f59221 !important;
    border-radius: 30px;
    padding: 12px 24px;
}

.title p {
    color: #f59221;
    font-family: "Fira Sans", sans-serif;
    /* font-family: "Lucida Grande"; */
}

footer.light a {
    color: #fff !important;
}

/* Home page styles  */

.section-home-one hr.space-lg {
    height: 210px;
}

.text-color-2 {
    font-weight: bold;
    color: #1d629f !important;
    text-transform: none !important;
    font-size: 2.8rem !important;
 }
 
 .home-subtitle,
 .home-subtitle p {
    font-family: "Fira Sans", sans-serif;
    /* font-family: "Lucida Grande"; */
    font-size: 1.4rem;
    color: #f59221;
    font-weight: bold;
 }
 
 .home-subtitle span {
    color: #1d629f;
 }


.box,
.cnt-box{
    height: 100%;
}

.box-border {
    border: 2px solid #1d619e !important;
    border-radius: 20px 0 20px 20px !important;
}

.no-border {
    border: 0 !important;
}

.caption h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform:uppercase;
}

.box .more-link {
    display: block;
    text-decoration: none;
    /* font-family: "Lucida Grande"; */
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    color: #f59221 !important;
    font-weight: bold;
}

.cnt-box-top-icon > i {
    color: #1d619e;
}

.box-hover-bkg {
    background-color:  #1d619e;
}

.box-text-color-hover {
    color: #fff !important;
}

.box-icon-hover {
    color: #f59221 !important;
}

.box-btn-hover-bkg {
    background-color:  #f59221 !important;
    border-color:#f59221 !important;
}

.accordion-list > li {
    border-bottom-width: 2px;
}

.accordion-list > li a,
.accordion-list > li > a:before,
.accordion-list > li > a:hover,
.accordion-list > li.active > a {
    color: #f59221;
    text-decoration: none !important;
}

.blue-left-border {
    border-left: 6px solid #1d619e;
}

.title-divider {
    width: 120px;
    height: 4px !important;
    background-color: #f59221 !important;
    margin: 10px 0 !important;
}
.user-menu-list,
.pdfs-list{
    padding-left: 0;
}

.user-menu-list li,
.pdfs-list li {
    list-style: none;
    border-bottom: 2px solid #1d619e;
    padding-left: 46px;
}

.pdfs-list li {
    border-bottom: 0;
    padding-left: 0;
    line-height: 50px;
}

.pdfs-list li h5 {
    display: inline-block;
}

.pdfs-list li a {
    display: block;
    width: 100%;
}

.user-menu-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.user-menu-list .col-left-1,
.user-menu-list .col-left-2,
.user-menu-list .col-left-3,
.user-menu-list .col-left-4,
.user-menu-list .col-right-1,
.user-menu-list .col-right-2,
.user-menu-list .col-right-3,
.user-menu-list .col-right-4
{
    background: 10px center no-repeat url('../images/Pancyprian/account-icons/car-policy-icon.png');
    
}

.user-menu-list .col-left-1 a,
.user-menu-list .col-left-2 a,
.user-menu-list .col-left-3 a,
.user-menu-list .col-left-4 a,
.user-menu-list .col-right-1 a,
.user-menu-list .col-right-2 a,
.user-menu-list .col-right-3 a,
.user-menu-list .col-right-4 a
{
    color: #1d619e !important;
}

.user-menu-list .col-left-2 {
    background-image: url('../images/Pancyprian/account-icons/claim-icon.png');
    background-size: 16px auto;
    background-position: 12px center;
}

.user-menu-list .col-left-3 {
    background-image: url('../images/Pancyprian/account-icons/car-icon.png');
}

.user-menu-list .col-left-4 {
    background-image: url('../images/Pancyprian/account-icons/add-driver-icon.png');
    background-size: 20px auto;
}

.user-menu-list .col-right-1
{
    background-image: url('../images/Pancyprian/account-icons/home-policy-icon.png');
}

.user-menu-list .col-right-2
{
    background-image: url('../images/Pancyprian/account-icons/faq-icon.png');
}

.user-menu-list .col-right-3
{
    background-image: url('../images/Pancyprian/account-icons/manual-change-icon.png');
}

.user-menu-list .col-right-4
{
    background-image: url('../images/Pancyprian/account-icons/help-icon.png');
}


.user-menu-list .col-left-1:hover,
.user-menu-list .col-left-2:hover,
.user-menu-list .col-left-3:hover,
.user-menu-list .col-left-4:hover,
.user-menu-list .col-right-1:hover,
.user-menu-list .col-right-2:hover,
.user-menu-list .col-right-3:hover,
.user-menu-list .col-right-4:hover
{
    background: 10px center no-repeat url('../images/Pancyprian/account-icons/car-policy-reverse-icon.png');
    background-color: #1d619e;
}

.user-menu-list .col-left-1:hover a,
.user-menu-list .col-left-2:hover a,
.user-menu-list .col-left-3:hover a,
.user-menu-list .col-left-4:hover a,
.user-menu-list .col-right-1:hover a,
.user-menu-list .col-right-2:hover a,
.user-menu-list .col-right-3:hover a,
.user-menu-list .col-right-4:hover a {
    color: white !important;
}

.user-menu-list .col-left-2:hover
{
    background-image: url('../images/Pancyprian/account-icons/claim-reverse-icon.png');
    background-size: 16px auto;
    background-position: 12px center;
}

.user-menu-list .col-left-3:hover
{
    background-image: url('../images/Pancyprian/account-icons/car-reverse-icon.png');
}

.user-menu-list .col-left-4:hover
{
    background-image: url('../images/Pancyprian/account-icons/add-driver-reverse-icon.png');
}

.user-menu-list .col-right-1:hover
{
    background-image: url('../images/Pancyprian/account-icons/home-policy-reverse-icon.png');
}

.user-menu-list .col-right-2:hover
{
    background-image: url('../images/Pancyprian/account-icons/faq-reverse-icon.png');
}

.user-menu-list .col-right-3:hover
{
    background-image: url('../images/Pancyprian/account-icons/manual-change-reverse-icon.png');
}

.user-menu-list .col-right-4:hover
{
    background-image: url('../images/Pancyprian/account-icons/help-reverse-icon.png');
}

.section-news h4 {
    font-weight: bold;
}

.section-news .btn-base-reverse {
    text-transform: uppercase;
}


/* Products page styles  */

main > section.section-base.section-color {
    background-color: #fff;
}

body > header {
    height: 450px;
}

body > header h1 {
    font-size: 40px;
    text-shadow: 2px 1px black;
}

body > header.light h2 {
    color: #f59221 !important;
    font-size: 26px;
    text-shadow: 2px 1px black;
}

body > header ol.breadcrumb {
    justify-content: flex-start;
    position: static;
    margin: 50px 0 0 0;
    text-shadow: 1px 1px black;
}

.breadcrumb li:last-child a {
    color: #fff;
}

.light .breadcrumb li:not(:last-child) a {
    color: #f59221;
}

.light .breadcrumb li a:after {
    background-color: #fff;
    opacity: 1;
}

.cnt-pricing-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    line-height: 20px;
}

.product-wrapper:nth-child(odd) .cnt-pricing-table {
    background-color: #1d619e;
}

.cnt-pricing-table h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.cnt-pricing-table > ul > li {
    list-style: disc;
    padding-left: 10px;
    margin-left: 30px;
}


.cnt-pricing-table > ul > li:before {
    color: #1d619e;
    content: "" !important;
    position: inherit;
}

.product-wrapper:nth-child(odd) .cnt-pricing-table h2,
.product-wrapper:nth-child(odd) .cnt-pricing-table > ul > li,
.product-wrapper:nth-child(odd) .cnt-pricing-table > ul > li:before {
    color: #fff;
}

.product-wrapper:nth-child(odd) .cnt-pricing-table .btn-base {
    background-color:  #f59221 !important;
    border-color:#f59221 !important;
}

.top-area>p {
    text-transform: uppercase;
    color: #f59221 !important;
}

.cnt-pricing-table .bottom-area {
    width: 92%;
    position: absolute;
    bottom: 20px;
}

.products-headline {
    align-items: center;
}

.products-headline h4 {
    font-weight: bold;
}

.horiz-line {
    height: 3px;
    flex:1;
    background-color: #f59221;
    margin: 0 20px;
}

.product-icon {
    width: 80px;
    height: auto;
}

/* Single product page styles */

.accordion .card-header {
    background-color: transparent;
    border-bottom: 0 !important;
}

.accordion .card {
    border: 0;
    background-color: transparent;
}

.btn-feature,
.btn-feature:focus{
    border: 0;
    font-weight: bold;
    font-size: 1.1rem;
    background-color: transparent;
    outline: 0;
}

.cover-headline h6 {
    color: #f59221;
}

.extra-covers,
.cover-description {
    background-color: #f2f2f2;
    border-radius: 20px 0 20px 20px;
}

.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  border-bottom: 1px solid #1d629f;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

/* About page styles  */

.counter h3, .countdown h3 {
    font-weight: bold;
}

.counter .value [data-to] {
    color: #f59221;
}

/* Directors page styles  */

.cnt-box-side {
    display: block;
}

.cnt-box-side .extra-field {
    border-bottom: 0;
    color: #f59221;
}

.cnt-box-side > .caption {
    padding: 20px 0 0 0;
}

.cnt-box .caption h2 {
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: none;
}

.section-directors .btn-base {
    background-color: #f59221;
    border-color: #f59221;
}


/* Contact page styles  */

main > section.section-base.section-contact-info {
    background-color: #eeeeee;
}

.contact-info {
    padding-left: 0;
}

.contact-info li {
    list-style: none;
    font-size: 1.1rem;
    color: #f59221;
}

.contact-info li p {
    color: #1d619e;
}

.input-text,
.input-textarea {
    background-color: #eeeeee;
    border-color: #f59221;
    color: #1d629f !important;
}

.input-text:placeholder,
.input-text:-ms-input-placeholder {
    color: #1d629f !important;
}

.callmebackform .input-text {
    background-color: transparent;
}

.table-time td {
    color: #1d619e !important;
}

 .table-border td, .table-border thead th {
     border-color: #f59221;
 }
 
 .section-contact-info>.container>.row>.col-lg-6:first-child {
     border-right: 4px solid #1d619e;
 }
 
.section-contact-info hr {
    margin: 5px 0;
    background-color: #f59221 !important;
    height: 4px;
    width: 21%;
}

.section-contact-info .title p {
    font-size: 16px;
}

.callbackleadsform select {
    height: 35px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid #f59221;
}


/* News */

.icon-calendar {
    color: #f59221 !important;
}


@media (max-width: 1024px) {
    
    .menu-cnt > ul {
        margin-left: 20px;
        margin-right: 20px;
    }
    .section-home-one hr.space-lg {
        height: 120px;
    }
    
    .text-color-2 {
        font-size: 2.4rem !important;
     }
     
     .home-subtitle,
     .home-subtitle p {
        font-size: 1.2rem;
     }
}

@media (max-width: 768px) {
    
    .user-menu-list [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
        margin-top: 0;
    }
    
    .nav-label a {
        border-top: 0;
    }

    .menu-toggle span {
        margin-bottom: 2px;
        width: 10px;
        height: 10px;
    }
    
    .menu-toggle.active span.top-span,
    .menu-toggle.active span.bottom-span {
        width: 32px;
    }

    
     .text-color-2 {
        font-size: 2rem !important;
     }
     
     .home-subtitle,
     .home-subtitle p {
        font-size: 1.1rem;
     }
     
    .section-contact-info>.container>.row>.col-lg-6:first-child {
        border-right: 0;
    }
    
    footer .col-lg-4:last-child {
        margin: 0;
    }
}

@media (max-width: 425px) {
    
    .main-nav .col-8,
    .main-nav .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    body > nav .menu-brand {
        max-width: 100%;
    }
    .menu-toggle {
        margin-right: 10px;
    }
    
    .menu-toggle span {
        margin-bottom: 2px;
        width: 7px;
        height: 7px;
    }
    
    .menu-toggle.active span.top-span,
    .menu-toggle.active span.bottom-span {
        width: 28px;
    }
    
    .menu-right-item {
        padding: 0 8px;
    }
    .menu-right-item>a>img {
        width: 16px;
    }
    
    .search-wrapper {
        width: 90%;
        right: 5%;
    } 
    
    .text-color-2 {
        font-size: 1.8rem !important;
     }
     
    .home-subtitle,
    .home-subtitle p {
        font-size: 1rem;
    }
     
    .products-headline h4 {
        font-size: 1.1rem;
    }
    
    .horiz-line {
        margin: 0 10px;
    }
}

