@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');


.border-10 {
  --bs-border-width: 10px;
}

.border-primary {
	border-color:#003a70 !important;
}

a {
    color:#105ea8;
}


.officer-info-section {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.officer-info-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.officer-info-right {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.officer-info-right a{
    margin-right: 15px;
    background: #105ea8 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    border: 0px;
    color: #fff;
    min-width: 130px;
    font-size: 18px;
    letter-spacing: -1px;
}
.officer-info-right a:last-child{
    margin-right: 0px;
}
.profile-box {
    display: flex;
    align-items: center;
    text-align: left;
}
.profile-box img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 100%;
}
.profile-box p{
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-bottom: 0px !important;
    line-height: normal;
}
.profile-box a {
    color: red;
    text-decoration: none;
    font-size: 18px;
    color: #0000ee;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.slider-section .slider-wrapper {
    margin-top: 0px;
}


.page-title {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.highlight{
    font-size: 28px;
    color: #117f86;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
}

h1 strong,
h2 strong,
h3 strong,
.highlight strong{
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
}


p,
li:not(.nav-item),
span:not(.sub-arrow){
    font-family: 'Lato', sans-serif !important;
    color: #5e5e5e;
    font-weight: 400;
}

li:not(.nav-item){
    margin-bottom: 15px;
    line-height: normal;
    position: relative;
    padding-left: 30px;
}

li:not(.nav-item):before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
    background: url(/assets/images/check-box.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; 
}

ul:not(.navbar-nav):not(.dropdown-menu) {
    list-style: none;
    margin: 0px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.navbar-nav .nav-link {
	font-weight:700;
	color:#000;
}

.fa-star, .fa-star-o {
    background: #1ab47c !important;
    color: #fff !important;
    margin-right: 8px;
    padding: 5px;
    box-sizing: border-box !important;
    font-size: 15px !important;
    width: 12%;
    text-shadow: none;
    text-align: center;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-star:nth-child(5), .fa-star-o:nth-child(5){
    margin-right:0px !important;
}

.card.well {
    background: #f0f1f1 !important;
    padding: 15px 15px;
}

.card.well .card-body {
    padding: 0px;
}

.card.well .card-body p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: normal;
}

.card.well .card-body p strong{
    font-weight: 400;
}

.card.well .btn.btn-link {
    display: none;
}
.card.well .card-body .total-rating-auth {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.card.well .card-body .total-rating {
    border-top: 1px solid #5e5e5e42;
    padding-top: 10px;
    margin-top: 10px;
}
.total-rating {
    display: block !important;
    margin-bottom: 0px !important
}
.content .col-12:last-child h3,
.content .col-12:last-child .text-end{
    display: none;
}
.hide{
    display: none;
}
.content h3.text-center {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 20px;
}
.btn.btn-block.btn-primary,
 input.btn.btn-primary.btn-lg{
    background:#105ea8 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    border:0px;
    color: #fff;
    min-width: 120px;
}
.btn-primary {
    background:#105ea8 !important;
    border-color:#105ea8 !important;
    font-family: 'Source Sans Pro', sans-serif !important;   
}

.bg-primary {
    background:#105ea8 !important;   
}

 form input,
 form textarea {
    padding: 13px 15px;
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: normal;
}
 form textarea{
    min-height: 120px;
}
.profile-section {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.profile-section-left {
    min-width: 230px;
    margin-right: 30px;
}
.profile-section-left img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 100%;
}
.profile-section-right h3{
    font-size: 36px;
    color: #444545;
    font-weight: 400;
    margin-top:0px;
    margin-bottom: 20px;
}
.profile-section-right h6{
    font-size: 24px;
    color: #1f848b;
    font-weight: 300;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.profile-section-right p {
    margin-bottom: 20px;
}
.button-box {
    display: flex;
    align-items: center;
}
.button-box a {
    min-width: 130px;
    margin-right: 15px;
}
.button-box a:last-child {
    margin-right: 0px;
}

.footer-new {
    padding: 50px 0px;
    background: #f5f5f5;
}
.footer-top {
    width: 100%;
    margin-bottom: 30px;
}
.footer-menu {
    width: 100%;
    margin-bottom: 35px;
}
.footer-menu ul,
.social-icon ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 50px;
}
.footer-menu ul li:last-child {
    margin-right: 0px;
}
.footer-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #1862a6;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.social-icon {
    text-align: right;
}
.social-icon li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.social-icon li:last-child {
    margin-right: 0px;
}
.footer-logo {
    display: flex;
    align-items: center;
}
.footer-logo-box {
    margin-right: 30px;
}
.footer-logo-box:last-child {
    margin-right: 0px;
}
.Footer-disclosureLink{
    font-size: 18px;
    color: #1862a6;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    position: relative;
    text-decoration: none;
}
.Footer-disclosureLink:after {
    content: "";
    bottom:-2px;
    content: url(/assets/images/arrow-down.png);
    padding-left: 0.8rem;
    position: absolute;
}
.Footer-disclosure.activeshow{
    display: block !important;
    margin-top: 10px;
}
.back-top-btn {
    text-align: center;
    margin-bottom: 40px;
}
.back-top-btn a{
    font-size: 20px;
    color: #1b62a8;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-decoration:none;
}

.search-form-box {
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background: #000000a8;
    padding: 20px;
}
.search-form-box.active{
    display: flex !important;
}
.search-form-box-inner {
    width: 95%;
    max-width: 600px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #0000006b;
    padding: 50px 30px;
    box-sizing: border-box;
    border-radius: 10px;
}
span.close-search {
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 9;
    background:#fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #0000006b;
}
.search-form-box form{
    width: 100%;
    position: relative;;
}
.search-form-box form label {
    display: none;
}
.search-form-box form input {
    padding: 13px 15px;
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'Source Sans Pro', sans-serif !important;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.search-form-box form input[type="submit"] {
    background: #105ea8 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    border: 0px;
    color: #fff;
    min-width: 130px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -1px;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.simplesearch-paging {
    display: none;
}
.simplesearch-results {
    font-size: 30px !important;
    font-weight: 700 !important;
}
.simplesearch-results .simplesearch-highlight {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #00bc7f;
}


.faq-list .hide-btn-cls {
    display: none;
}
.faq-list .accordion-item {
    border-left: 0px !important;
    border-radius: 0px !important;
    border-right: 0px !important;
}
.faq-list .accordion-item .accordion-header {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    letter-spacing: -0.26px;
    color: #193E6E;
    font-size: 20px;
    font-weight: 400;
    background: transparent;
    position: relative;
    margin: 0px;
    padding-left: 40px;
}
.faq-list .accordion-item .accordion-header button.accordion-button {
    padding: 0px;
    background: transparent;
    border: 0px !important;
    color: #115ea8 !important;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 400;
}
.faq-list .accordion-item .accordion-header button.accordion-button:after {
    content: '\f107';
    float: left;
    position: absolute;
    left: -40px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: none !important;
}

.contact-page-form {
    margin-top: 50px;
}
.contact-page-form label {
    display: none;
}
.contact-page-form .col-lg-10 {
    width: 100%;
    width: 100%;
    margin-left: 0px;
}
.arizon-profile-section{
    margin-bottom: 50px;
}

.arizon-profile-section .profile-section-right p {
    margin-bottom: 5px;
}

.quote-sidebar .profile-section {
    margin-top: 30px;
    align-items: flex-start;
}
.quote-sidebar h4{
    color: #444545;
    font-size: 36px;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.quote-sidebar .profile-section-left {
    min-width: 100px;
    margin-right: 15px;
}
.quote-sidebar img {
    width: 115px;
    height: 115px;
}
.quote-sidebar .profile-section-right h3 {
    display: block !important;
    font-size: 24px;
    margin-bottom: 10px;
}
.quote-sidebar .profile-section-right h6 {
    font-size: 16px;
    font-weight: 500;
}
.quote-sidebar .profile-section-right p {
    margin-bottom: 15px;
    line-height: normal;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.quote-sidebar .profile-section-right p strong {
    font-size: 24px;
    font-weight: 400;
}
.quote-sidebar .button-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.quote-sidebar .button-box .btn {
    width: 100%;
    padding: 10px 12px;
    font-size: 20px;
}

.city-page-content .text-end {
    display: none;
}
.city-page-content p {
    margin-bottom: 15px;
}
.citi-list {
    margin-top: 20px;
}
.citi-list .nav {
    padding-left: 0px;
    margin-bottom: 0px
}
.citi-list .nav li {
    padding-left: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #117f86 !important;
}
.citi-list .nav li:before{
    display: none;
}
.citi-list .nav li .nav-link {
    padding: 0px !important;
    color: #117f86 !important;
}
.citi-list .nav li .nav-link:hover{
    color: #2A2C32 !important;
}
.citi-list .nav li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #117f86 !important;
}





@media(min-width: 1400px){
.Header-new .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
}
@media(min-width: 1500px){
.Header-new .container {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
}
.Header-new nav#navbar .navbar-brand img {
    width: 200px;
}
}

@media(max-width: 1199px){
.Header-new nav#navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#navbarSupportedContent {
    margin-top: 20px;
}
.Header-new nav#navbar ul li a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.search-box{
    display: none;
}
.quote-sidebar .profile-section-left {
    min-width: 95px;
    margin-right: 10px;
}
.quote-sidebar img {
    width: 95px;
    height: 95px;
}
.quote-sidebar .profile-section-right h3 {
    font-size: 20px;
}
.quote-sidebar .profile-section-right h6 {
    font-size: 15px;
}
.quote-sidebar .profile-section-right p {
    margin-bottom: 5px;
    font-size: 14px;
}
.quote-sidebar .profile-section-right p strong {
    font-size: 20px;
}
}

@media(max-width: 991px){
.profile-section-left img {
    width: 180px;
    height: 180px;
}
.profile-section-left {
    min-width: 185px;
    margin-right: 20px;
}
.profile-section-right h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.profile-section-right h6 {
    font-size: 22px;
}
.footer-menu ul li {    
    margin-right: 25px;
}
.quote-sidebar .profile-section {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.quote-sidebar img {
    width: 120px;
    height: 120px;
}
.quote-sidebar .profile-section-left {
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
}
.quote-sidebar .profile-section-right {
    width: 100%;
    text-align: center;
}
.quote-sidebar .button-box {
    justify-content: center;
}
.quote-sidebar h4 {
    text-align: center;
}
}

@media(max-width: 767px){
.content .col-12:first-child {
    padding-right: 0px;
}
 ul {
    padding-left: 20px;
}
.profile-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.profile-section-left img {
    width: 150px;
    height: 150px;
}
.profile-section-left {
    min-width: 155px;
}
.footer-logo,.footer-menu {
    margin-bottom: 30px;
}
.social-icon {
    text-align: left;
}
.pt-5 {
    padding-top: 2rem !important;
}
.Header-new .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.Header-new nav#navbar .navbar-brand img {
    width: 200px;
}
.officer-info-right a {
    margin-right: 10px;
    min-width: 120px;
    font-size: 16px;
}
.simplesearch-results,.simplesearch-results .simplesearch-highlight{
    font-size: 24px !important;
}
 h1, 
 h2, 
 h3, 
.highlight {
    font-size: 24px;
}
}

@media(max-width: 480px){
.profile-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profile-section-left {
    margin-right: 0px;
    margin-bottom: 20px;
}
.profile-section-right {
    text-align: center;
}

.back-top-btn {
    margin-bottom: 30px;
}
.back-top-btn a {
    font-size: 18px;
}
.officer-info-inner {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.officer-info-left {
    margin-bottom: 15px;
}
.officer-info-section {
    padding-bottom: 20px;
}
}