/*-----------------------------common elements styles-----------------------------*/
body {
    font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    max-width: 2000px;
    margin: 0 auto !important;
    position: relative;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {margin: 0; line-height: 1.2;}
p {margin: 0; line-height: 1.5;}
.green-txt {color: #0d8943;}
/*navigation section styles*/
header {
    border-bottom: 1px solid #0d8943;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.brand-logo {
    display: inline-block;
    max-width: 150px;
}

.menu-icon {
    padding: 2px;
    width: 40px;
    height: 35px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    margin-right: 10px;
    cursor: pointer;
}

.menu-icon .icon-bar {
    height: 1px;
    display: block;
    width: 30px;
    background-color: #0d8943;
    box-sizing: border-box;
}

.menu-icon .icon-bar:nth-child(2) {
    width: 22px;
    height: 1px;
}

.menu-icon .icon-bar:nth-child(3) {
    width: 14px;
    height: 1px;
}

.navigation {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 30px;
    padding-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column-reverse;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 9999;
}


.nav-hidden {
    right: -100%;
    visibility: hidden;
    opacity: 0;
    width: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navigation .nav-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navigation .nav-close-btn > img {
    width: 22px;
    height: 22px;
}

.caret {vertical-align: top; margin-top: 10px; color: #0d8943;}

.search-form {
    width: 100%;
}

.search-form .search-btn > img {
    min-width: 20px;
    min-height: 20px;
}

.search-form .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
    height: 40px;
    padding: 0 0 0 10px;

}

.search-form .input-group-btn .btn-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
    height: 40px;
    padding: 0 10px;
}

.search-form .input-group-btn .btn-default:hover,
.search-form .input-group-btn .btn-default:focus,
.search-form .input-group-btn .btn-default:active {
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    outline: none;
}

.navigation .navlinks {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.navigation .navlinks li a {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #094e97;
    padding-left: 0;
}

.navigation .navlinks .dropdown-menu > li > a {
    text-transform: none;
    padding: 5px 15px;
}

.navigation .navlinks li a:hover,
.navigation .navlinks li a:focus,
.navigation .navlinks li a:active {
    color: #0d8943;
    text-decoration: none;
}

/*other common styles*/
.section-title {
    font-size: 20px;
    color: #094e97;
    margin: 20px auto 10px;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #0d8943;
    border: none;
    border-radius: 0;
    padding: 8px 20px;
    letter-spacing: 1px;
    
}
    
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #094e97;
    border: none;
    outline: none;
}

.read-more-cta {
    color: #0d8943;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.read-more-cta:hover,
.read-more-cta:focus {text-decoration: none; color: #094e97;}

.breadcrumb {
    background: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px 20px 0;
    max-width: 1180px;
    margin: 0 auto;
}

.breadcrumb li a {color: #094e97}
.breadcrumb>li+li:before {content: "-"; color: #555;}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {text-decoration: none; color: #0d8943;}
.breadcrumb>.active {color: #555}

.ui-widget {font-family: 'Avenir LT Std', Arial, Helvetica, sans-serif !important; max-width: 1200px; margin: 0 auto;}
.ui-accordion .ui-accordion-header {
    background-color: #0d8943;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 15px;
    text-align: left;
    line-height: 1.4;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-radius: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 10px 20px;
    text-align: left;
    background-color: #e9f0f8;
    border: none;
    color: #000;
    font-size: 14px;
}

.ui-accordion-header-icon.ui-icon {
    background-image: url(../image/accordion-plus_xur.svg);
    background-position: center;
    background-size: 90%;
    opacity: 1;
    margin: 0;
    min-width: 16px;
    min-height: 16px;
    display: block;
    margin-left: 15px;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../image/accordion-minus_pkd.svg);
    background-position: center;
    background-size: 90%;
    opacity: 1;
    margin: 0;
    min-width: 16px;
    min-height: 16px;
    display: block;
}

.tabbedlinks {
    padding: 10px 0;
    list-style: none;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.tabbedlinks li a {
    display: block;
    background-color: #e9f0f8;
    color: #000;
    padding: 4px 12px;
    margin: 2px;
    font-size: 14px;
    font-weight: 500;
}

.tabbedlinks li a:hover,
.tabbedlinks li a:focus,
.tabbedlinks li a:active {
    color: #0d8943;
    text-decoration: none;
}

.sticky-links {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
}

.sticky-links ul {padding: 0; list-style: none;}
.sticky-links ul li a {
    background-color: #0d8943;
    color: #fff;
    display: block;
    font-size: 11px;
    width: 52px;
    text-align: center;
    line-height: 1;
    border-radius: 6px 0 0 6px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 2px 4px;
    text-decoration: none !important;
}
.sticky-links ul li a > img {max-width: 20px; margin-bottom: 2px;}

.go-to-top {
    position: fixed;
    bottom: 15%;
    right: 3%;
    background-color: #0d8943;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    border: 1px solid #fff;
    text-decoration: none;
    z-index: 999;
}

.go-to-top:hover,
.go-to-top:focus,
.go-to-top:active {
    text-decoration: none;
    background-color: #094e97;
    color: #fff
}

footer {
    background-color: #212121;
    text-align: center;
    padding: 10px;
}

footer ul {
    padding: 10px;
    list-style: none;
    margin: 0;
    display: flex;
    text-align: left;
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
}
footer ul li {color: #dcdcdc; padding: 5px; display: block; line-height: 1.2; margin: 2px;}
footer ul li a {
    color: #dcdcdc;
    display: block;
    line-height: 1.2;
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid #555;
    border-radius: 50px;
    margin: 0;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {color: #0d8943; text-decoration: none; border: 1px solid #0d8943;}
footer ul li ul {display: block; max-width: none; padding: 0; padding-left: 10px;}
footer ul li ul.green-bordered {border-left: 1px solid #0d8943; margin-top: 10px;}

footer div h4 {
    text-align: left;
    border-bottom: 1px solid #094e97;
    padding-bottom: 10px;
    margin: 10px 20px 0;
    color: #c6c6c6;
    font-size: 16px;
}

footer > h6 {
    color: #b3b3b3;
    border-top: 1px solid #5f5f5f;
    padding-top: 10px;
    max-width: 80%;
    margin: 10px auto 0;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .navigation {
        align-items: center;
    }

    .navigation .navlinks {width: 300px; margin-top: 20px;}

    .search-form {
        width: 100%;
        max-width: 300px;
    }

    footer {padding: 30px 30px 20px;}

    footer .footer-links-wrap > ul {
        max-width: 20%;
        display: block;
    }

    footer .footer-links-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    
        
    footer > h6 {
        padding-top: 15px;
        max-width: 1000px;
        margin: 10px auto 0;
    }

    .sticky-links ul li a {
        width: 60px;
        border-radius: 6px 0 0 6px;
        height: 60px;
        padding: 2px;
        line-height: 1;
        -webkit-box-shadow: -2px 3px 6px 0 rgba(0,0,0,0.25);
        box-shadow: -2px 3px 6px 0 rgba(0,0,0,0.25);
    }

    .sticky-links ul li a > img {max-width: 25px; margin-bottom: 2px;}
}

@media screen and (min-width: 992px) {
    body,
    .ui-accordion .ui-accordion-content,
    .ui-accordion .ui-accordion-header,
    .search-form .form-control {font-size: 14px;}
    
    .logo-section {max-width: 1280px; margin: 0 auto; padding: 0 10px}
    .menu-icon {display: none !important;}
    .navigation.nav-hidden {
        right: 0;
        visibility: visible;
        opacity: 1;
        position: relative;
        min-height: auto;
        width: auto;
        padding: 0;
        flex-direction: row;
        width: 100%;
    }

    .navigation .navlinks {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }

    .navigation .navlinks li a {
        padding: 10px 15px;
    }

    .search-form {
        max-width: 260px;
    }

    .read-more-cta {
        font-size: 14px;
    }

    footer .footer-links-wrap div {max-width: 50%;}
    
}
/*-----------------------------common elements styles-----------------------------*/
/*
*
*
*
*
*/
/*-----------------------------home page styles-----------------------------*/
.introduction {
    padding: 35px 35px 10px;
    text-align: center;
}

.products {
    padding: 35px;
    text-align: center;
}

.section-title.bordered-title {
    margin-top: 0;
    background: #000; 
    height:1px;
    margin-bottom: 20px;
}

.section-title.bordered-title span {background: #fff; padding:10px; position:relative; top:-10px;}

.arrows {
    width: 25px;
    height: 40px;
    content: "";
    display: block;
}

.arrows.arrow-left {
    content: url('../image/left-arrow-green_jn2.svg');
}

.arrows.arrow-right {
    content: url('../image/right-arrow-green_jpx.svg');
}

.products-carousel .owl-item {
    padding: 10px;
}

.products-carousel .owl-item img {
    max-width: 80px;
    margin-bottom: 15px;
}

.products-carousel .owl-item h4 {
    font-size: 14px;
    
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.products-carousel .owl-item p {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 14px;     /* fallback */
   max-height: 42px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   font-size: 12px;
    margin-bottom: 10px;
    word-break: keep-all;
    color: #818181;
}

.products-carousel .owl-dots {bottom: -20px;}

.partners {
    padding: 35px 35px 0;
    text-align: center;
}

.partners-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partners-logo-wrap img {
    max-width: 120px;
    margin: 5px;
}


.faq-section {
    text-align: center;
    padding: 20px;
}

.faq-section .section-title {text-transform: none;}

.careerTextWrap {
    max-width: 720px;
    margin: 20px auto 20px;
    padding: 0 20px;
}

.careerTextWrap h4 {line-height: 1.4; text-align: justify;}


@media screen and (min-width: 768px) {
    .section-title {
        font-size: 30px;
    }
    .section-title.bordered-title {
        margin-bottom: 40px;
    }    

    .section-title.bordered-title span {
        top: -18px;
    }


    .partners {padding: 35px;}

    .introduction {
        text-align: left;
    }

    .introduction, .products, .partners, .faq-section {
        max-width: 1200px;
        overflow: hidden;
        padding: 50px 30px;
        margin: 0 auto;
    }

    .faq-section {
        max-width: 1100px;
        margin: 0 auto;
    }

    .introduction .intro-thumb {
        float: left;
        margin-right: 30px;
        max-width: 45%;
    }

    .introduction .section-title {margin-top: 0;}
    .introduction .tabbedlinks {justify-content: flex-start;}
    .introduction .tabbedlinks li a {font-size: 16px; margin: 5px;}

    .products-carousel .owl-item {padding: 15px;}
    .products-carousel .owl-item img {max-width: 100px;}
    .products-carousel .owl-nav .owl-next,
    .products-carousel .owl-nav .owl-prev {margin-top: 15%;}

    .partners-logo-wrap img {max-width: 180px;}

    .faq-section .search-form {
        margin-bottom: 20px;
        max-width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .products-carousel .owl-item h4 {
        font-size: 18px;
    } 

    .introduction .tabbedlinks li a {padding: 8px 16px;}
    
    .partners-logo-wrap img {
        max-width: 200px;
    }

    .products-carousel .owl-item p {
        font-size: 14px;
        line-height: 18px;
        max-height: 54px;
        margin-bottom: 15px;
    }
    .faq-section .ui-accordion .ui-accordion-header {margin-top: 15px;}
}
/*-----------------------------home page styles-----------------------------*/
/*
*
*
*
*
*/
/*-----------------------------career page styles-----------------------------*/

.openings {
    padding: 35px;
    text-align: center;
}
.job-search {
    text-align: left;
}

.job-search .search-form {
    padding: 20px 0 0;
}

.job-search .search-form h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.job-openings-wrap {
    margin-top: 20px;
}

.job-opening {
    text-align: left;
    border: 1px solid #b8b8b8;
    border-left: 10px solid #094e97;
    padding: 10px 15px 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.job-location {
    text-align: right;
    font-size: 11px;
    color: #898989;
    float: right;
    background-image: url(../image/location-icon_tcn.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 0px 2px;
    padding-left: 14px;
}
.job-opening h4 {text-transform: uppercase; color: #000; margin-bottom: 10px; clear: both; font-weight: 500;}

.job-opening p {color: #898989; font-size: 12px; line-height: 1.4; margin-bottom: 5px;}

.job-opening ul {padding: 0; list-style: none; text-align: left; float: left;}
.job-opening ul li {display: inline-block; vertical-align: middle; font-size: 12px; font-weight: 600;}
.job-opening ul li::after {content: "|"; vertical-align: top; display: inline-block; margin: 0 6px;}
.job-opening ul li:last-child:after {content: "";}

.job-opening ul li.job-date {color: #898989; font-weight: normal;}

.job-opening .btn-primary {
    float: right;
}

#job-details-popup .modal-dialog {
    margin-top: 15%;
}

#job-details-popup .modal-header {
    border: none;
    padding: 10px;
}

#job-details-popup .modal-header .close {opacity: 1;}
#job-details-popup .modal-header .close span img {width: 20px; height: 20px;}

#job-details-popup .modal-body {padding-top: 0;}

#job-details-popup .modal-footer {
    border: none;
    padding: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    color: #898989;
}

#job-details-popup .job-desc {
    border: 1px solid #898989;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

#job-details-popup .job-desc h4 {
    text-transform: uppercase;
    margin-bottom: 6px;
}

#job-details-popup .job-desc h5 {color: #898989; margin-bottom: 12px;}

.job-application ul {list-style: none; padding: 0; clear: both; margin-top: 10px;}
.job-application .job-location {margin-bottom: 5px;}
.job-application ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
}

.job-application ul li::after {
    content: "|";
    vertical-align: top;
    display: inline-block;
    margin: 0 6px;
}

.job-application ul li:last-child:after {
    content: "";
}

.job-application-form {
    text-align: center;
    margin: 20px 0 0;
}

.job-application-form h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.job-application-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #898989;
    color: #000;
}

#thankyou-popup .modal-dialog {margin-top: 15%;}

#thankyou-popup .modal-body {
    padding: 60px 20px;
    text-align: center;
}

#thankyou-popup .modal-body h4 {
    text-transform: uppercase;
    color: #094e97;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .openings {
        max-width: 1200px;
        overflow: hidden;
        padding: 50px 30px;
        margin: 0 auto;
    }

    .job-search {
        text-align: left;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .job-search .search-form {
        padding: 10px 20px;
        max-width: 440px;
    }

        
    .job-search .search-form h4 {
        margin-bottom: 10px;
    }

    .job-openings-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .job-opening {
        min-width: 46%;
        width: 46%;
        margin: 10px;
    }

    .job-opening p {font-size: 12px;}
    .job-opening ul {margin-bottom: 0;}

    .job-opening ul li.job-date {
        color: #898989;
        display: block;
        margin-top: 5px;
    }

    .job-opening ul li:nth-child(2)::after {content: "";}

    .job-opening .btn-primary {margin-top: 15px;}

    #job-details-popup .job-application {
        margin: 20px auto 0;
        max-width: 320px;
    }

    #job-details-popup .modal-dialog {
        margin-top: 5%;
    }
    
}

@media screen and (min-width: 992px) {
    #job-details-popup .modal-header {
        padding: 20px;
    }

    #job-details-popup .modal-dialog {
        width: 940px;
    }

    #job-details-popup .modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px 0;
    }

    .job-opening {
        min-width: 46%;
        width: 46%;
        margin: 10px;
    }

    #job-details-popup .job-desc {
        width: 60%;
    }

    #job-details-popup .job-application {
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
        padding: 0 0 0 30px;
    }
}
/*-----------------------------career page styles-----------------------------*/
/*
*
*
*
*
*/
/*-----------------------------product page styles-----------------------------*/
.product-page .product-details {
    padding: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.ui-widget-content a {
    font-weight: normal;
    color: #0d8943;
    letter-spacing: normal;
}

.product-page .product-details .product-details-tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.product-page .product-details .product-details-tabs .nav-tabs > li {
    width: 50%;
    text-align: center;
}

.product-page .product-details .product-details-tabs .nav-tabs > li > a {
    letter-spacing: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding: 12px 10px;
    background-color: #e9f0f8;
    color: #094e97;
    margin: 2px;
    
}

.product-page .product-details .product-details-tabs .nav-tabs > li.active > a, 
.product-page .product-details .product-details-tabs .nav-tabs > li.active > a:focus, 
.product-page .product-details .product-details-tabs .nav-tabs > li.active > a:hover {
    background-color: #094e97;
    color: #fff;
    
}   

.product-page .product-details .product-details-tabs .tab-content > .tab-pane {
    padding: 15px;
    /* max-height: 300px;
    overflow-y: scroll; */
    background-color: #fcfcfc;
}

.product-page .product-details .product-details-tabs .tab-content > .tab-pane h4 {
    font-weight: bold;
    color: #094e97;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product-page .product-details .product-details-tabs .tab-content > .tab-pane p {
    margin-bottom: 10px;
}

.product-page .quick-links {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.product-page .quick-links h1 {margin-top: 0; font-size: 30px;}

@media screen and (min-width: 768px) {
    .product-page .product-details .product-details-tabs .nav-tabs {
        justify-content: flex-start;
    }
    .product-page .product-details .product-details-tabs .nav-tabs > li {
        width: auto;
    }
    .product-page .product-details .product-details-tabs .nav-tabs > li > a {
        padding: 12px 30px 10px;
        margin: 0 2px;
    }

    .product-page .quick-links {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 40px 80px;
    }

    .product-page .quick-links h1 {
        font-size: 36px;
        min-width: 40%;
    }

    .product-page .tabbedlinks {
        min-width: 60%;
        padding: 0 0 0 20px;
    }
}
/*-----------------------------product page styles-----------------------------*/
/*
*
*
*
*
*/
/*-----------------------------our team page styles-----------------------------*/
.team-page .our-team-section {padding: 35px 30px 10px; text-align: center;}
.team-page .our-team-section .team-members-wrap .team-member {
    padding-top: 20px;
    margin: 0 auto 20px;
}
.team-page .our-team-section .team-members-wrap .team-member .team-member-photo {
    border-radius: 50%;
    width: 100%;
    height: 180px;
    margin: 0 auto;
    border: 2px solid #0d8943;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    max-width: 180px;
    max-height: 180px;
}

.team-page .our-team-section .team-members-wrap .team-member .team-member-photo img {
    width: 160px;
    border-radius: 160px;
    overflow: hidden;
    height: 160px;
}

.team-page .our-team-section .team-members-wrap .team-member .team-member-photo::before {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(../image/logo-arrow-blue_5vp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0%;
    top: -20%;
}

.team-page .our-team-section .team-members-wrap .team-member .team-member-details {
    border: 1px solid #dcdcdc;
    padding: 55px 25px 20px;
    text-align: left;
    border-radius: 40px;
    margin-top: -40px;
}

.team-page .our-team-section .team-members-wrap .team-member .team-member-details h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.team-page .our-team-section .team-members-wrap .team-member .team-member-details .team-member-desc {
    border-left: 1px solid #0d8943;
    padding-left: 20px;
}

.team-page .our-team-section .team-members-wrap .team-member .team-member-details .team-member-desc p {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .team-page .our-team-section {
        max-width: 1100px;
        overflow: hidden;
        padding: 50px 30px;
        margin: 0 auto;
    }

    .team-page .our-team-section .team-members-wrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .team-page .our-team-section .team-members-wrap .team-member {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .team-page .our-team-section .team-members-wrap .team-member .team-member-details {
        padding: 30px 25px 30px 50px;
        margin: 0;
        margin-left: -80px;
        padding-left: 100px;
        border-radius: 30px;
    }
    
}

@media screen and (min-width: 992px) {
    .team-page .our-team-section .team-members-wrap .team-member .team-member-photo {
        height: 200px;
        max-width: 200px;
        max-height: 200px;
    }

    .team-page .our-team-section .team-members-wrap .team-member .team-member-photo img {
        width: 180px;
        height: 180px;
        border-radius: 200px;
    }

    .team-page .our-team-section .team-members-wrap .team-member .team-member-photo::before {
        left: -2%;
        top: -15%;
    }

    .team-page .our-team-section .team-members-wrap .team-member:nth-child(even) {
        flex-direction: row-reverse;
    }

    .team-page .our-team-section .team-members-wrap .team-member:nth-child(even) .team-member-details {
        padding: 30px 90px 30px 30px;
        margin: 0;
        margin-right: -80px;
    }
}
/*--------------------end of our teams page styles-------------------------*/
/*
*
*
*
*
*/
/*-----------------------------about us page template styles-----------------------------*/
.about-us-page .about-us-second-scroll {
    max-width: 1200px;
    overflow: hidden;
    padding: 10px 30px 20px;
    margin: 0 auto;
}

.about-us-page .about-us-second-scroll .about-us-right {
    text-align: center;
    margin-top: 20px;
}

.about-us-page .about-us-second-scroll .about-us-right img {margin: 0 auto;}
.about-us-second-scroll .about-us-right h1 {
    font-style: italic;
    color: #0d8943;
    font-weight: bold;
    font-size: 64px;
    letter-spacing: 2px;
    margin-top: 15px;
    line-height: 1;
    margin-bottom: 0;
}

.about-us-page .about-us-second-scroll .about-us-right h3 {
    color: #898989;
    letter-spacing: 1px;
    margin-top: 0;
    line-height: 1;
}

.about-us-page .mission-vision {
    background-color: #e9f0f8;
    padding: 40px 30px;
}

.about-us-page .mission-vision .mission-title-wrap {
    text-align: center;
    margin-bottom: 20px;
}

/* 
.about-us-page .mission-vision .mission-title-wrap::before {
    content: url('../image/vision-title-graphic_21o.png');
    width: auto;
    height: auto;
    display: block;
} */

.about-us-page .mission-vision .mission-title-wrap p {font-size: 16px; line-height: 1.2; margin-bottom: 10px;}

.about-us-page .mission-vision-points ol,
.about-us-page .mission-vision-points ol > li > ul {
    padding-left: 20px;
}

.about-us-page .mission-vision-points ol > li > ul {
    margin-top: 5px;
}

.about-us-page .mission-vision-points ol > li {
    color: #0d8943;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 100%;
}

.about-us-page .mission-vision-points ol > li > ul > li {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 8px;
}

.about-us-page .board-of-directors {
    padding: 30px;
    text-align: center;
}

.about-us-page .our-partners .our-partners-carousel .owl-item img,
.about-us-page .board-of-directors .bod-carousel .owl-item img,
.about-us-page .key-mgt-personnel .key-mgt-carousel .owl-item img {width: auto;}

.about-us-page .board-of-directors .bod-carousel h4 {
    color: #0d8943;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.about-us-page .board-of-directors .bod-carousel p {
    text-align: center;
    margin-bottom: 40px;
}


.about-us-page .our-partners {
    padding: 30px;
    text-align: center;
    background-color: #f1f1f1;
}

.about-us-page .our-partners .partners-carousel h4 {
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
}

.about-us-page .our-partners .partners-carousel p {
    text-align: left;
    margin-bottom: 40px;
}


.about-us-page .key-mgt-personnel {
    padding: 30px;
    text-align: center;
}

.about-us-page .key-mgt-personnel .key-mgt-carousel h4 {
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
}

.about-us-page .key-mgt-personnel .key-mgt-carousel p {
    text-align: left;
    margin-bottom: 40px;
}

.ctas-wrap {
    padding: 20px 10px;
}

.ctas-wrap .btn-primary {
    margin: 5px 0;
}

.about-us-page .our-partners-carousel h4 {font-weight: bold; text-align: center;}

.about-us-page .our-partners-carousel .owl-item div {padding: 0 30px;}

.about-us-page .our-partners-carousel p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.about-us-page .our-partners-carousel p:last-child {
    margin-bottom: 30px;
}

.about-us-page .our-partners .our-partners-carousel .owl-item img {
    border-radius: 50%;
    margin: 10px auto;
}

@media screen and (min-width: 768px) {
    .about-us-page .about-us-second-scroll {
        padding: 30px 50px;
    }
    .about-us-page .about-us-second-scroll .about-us-left {
        float: left;
        width: 100%;
        max-width: 50%;
    }
    .about-us-page .about-us-second-scroll .about-us-right {
        float: left;
        width: 100%;
        max-width: 50%;
        margin-top: 0;
    }

    .about-us-page .mission-vision .mission-title-wrap {
        max-width: 50%;
        margin: 0;
        text-align: left;
        float: left;
    }
/* 
    .about-us-page .mission-vision .mission-title-wrap::before {
        float: left;
        margin: 10px 20px 10px 0;
    } */

    .about-us-page .mission-vision-points {
        text-align: center;
        max-width: 1200px;
        margin: 0;
        width: 100%;
    }
        
    .about-us-page .mission-vision-points ol {
        overflow: hidden;
        text-align: left;
        margin-bottom: 0;
        padding: 0 0 0 20px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 50%;
    }

    .about-us-page .mission-vision-points ol > li {
        text-align: left;
        padding-right: 30px;
        margin-left: 30px;
    }

    .about-us-page .mission-vision-points ol > li > ul > li {
        padding: 0;
    }

    .about-us-page .our-partners-carousel,
    .about-us-page .bod-carousel,
    .about-us-page .key-mgt-carousel {
        max-width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    .about-us-page .single-highlight-carousel .owl-item.active,
    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active + .owl-item.active {
        margin-top: 20px;
    }

    .about-us-page .single-highlight-carousel .owl-item.active img,
    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active + .owl-item.active img {
        max-width: 60%;
    }

    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active + .owl-item.active h4,
    .about-us-page .single-highlight-carousel .owl-item.active h4 {
        color: #000;
    }

    .about-us-page .single-highlight-carousel .owl-item p,
    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active + .owl-item.active p,
    .about-us-page .single-highlight-carousel .owl-item.active p {
        display: none;
    }

    .about-us-page .single-highlight-carousel .owl-item.active p {
        width: 200%;
        margin-left: -50%;
    }

    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active {
        margin-top: 0;
    }

    .about-us-page .board-of-directors .bod-carousel .owl-item.active + .owl-item.active h4 {
        color: #0d8943;
    }

    .about-us-page .single-highlight-carousel .owl-item.active p {
        display: none;
    }
    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active p {
        display: block;
        margin-top: 30px;
        margin-bottom: 40px;
        
    }
    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active img {
        max-width: 90%;
    }

    .about-us-page .single-highlight-carousel .owl-nav .owl-prev,
    .about-us-page .single-highlight-carousel .owl-nav .owl-next {
        margin-top: 12%;
    }

    .about-us-page .key-mgt-personnel .key-mgt-carousel h4 {
        text-align: center;
    }
    .about-us-page .key-mgt-personnel .key-mgt-carousel .owl-item.active p {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .about-us-page .our-partners .our-partners-carousel img {
        margin: 0 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .about-us-page .our-partners-carousel, .about-us-page .bod-carousel, .about-us-page .key-mgt-carousel {
        max-width: 1000px;
        margin: 0 auto;
        text-align: left;
    }

    .about-us-page .key-mgt-carousel {margin-top: 30px;}

    .about-us-page .single-highlight-carousel .owl-item.active img, 
    .about-us-page .single-highlight-carousel .owl-item.active + .owl-item.active + .owl-item.active img {
        max-width: 50%;
    }

    .about-us-page .mission-vision {
        overflow: hidden;
        text-align: center;
    }
    .about-us-page .mission-vision .mission-title-wrap {
        width: 460px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .about-us-page .mission-vision-points {
        width: 540px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        max-width: 800px;
    }

    .about-us-page .mission-vision-points ol {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-left: 20px;
    }

    .about-us-page .mission-vision-points h4 {
        line-height: 1.4;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 24px;
    }

    .about-us-page .mission-vision-points ol > li {
        margin: 0;
        margin-bottom: 10px;
        vertical-align: top;
    }

    .about-us-page .about-us-second-scroll {
        padding: 30px 60px;
    }

    .about-us-page .about-us-second-scroll .about-us-left {
        max-width: 60%;
    }
    .about-us-page .about-us-second-scroll .about-us-right {
        max-width: 40%;
    }
}
/*-----------------------------end of about us page template styles-----------------------------*/






/*************************************BLOGS*************************************/
main.blog-listing-page .breadcrumb {text-align: left; max-width: 1280px;}
main.blog-listing-page {
    padding: 10px 20px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

main.blog-listing-page .blog-lists-wrap .search-form {
    max-width: none;
    margin-bottom: 25px;
}

main.blog-listing-page .blog-lists-wrap {
    margin-top: 10px;
    width: 100%;
}

main.blog-listing-page .blog-lists-wrap figure.listed-blog {
    margin-bottom: 20px;
}

main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption {
    text-align: left;
}

main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h6 {
    margin: 10px 0;
    color: #898989;
    font-size: 11px;
    font-weight: normal;
}

main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h4 {
    font-weight: normal;
    color: #000;
}

main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption p {
    margin-bottom: 10px;
    margin-top: 5px;
}

main.blog-listing-page section.tag-cloud {
    background-color: #e9f0f8;
    padding: 20px;
    text-align: left;
}

main.blog-listing-page section.tag-cloud h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

main.blog-listing-page section.tag-cloud .tabbedlinks {
    justify-content: flex-start;
}

main.blog-listing-page section.tag-cloud .tabbedlinks li a {
    border: 1px solid #b3b3b3;
    margin: 0 10px 10px 0;
    font-size: 12px;
    padding: 10px 14px 8px;
    line-height: 1;
}

main.blog-listing-page section.tag-cloud .tabbedlinks li a:hover,
main.blog-listing-page section.tag-cloud .tabbedlinks li a:focus,
main.blog-listing-page section.tag-cloud .tabbedlinks li a:active {
    background-color: #0d8943;
    color: #fff;
    border-color: transparent;
}

.blog-pagination {text-align: center;}

.blog-pagination .pagination > li {
    display: inline-block;
    vertical-align: middle;
}

.blog-pagination .pagination > li > a, 
.blog-pagination .pagination > li > span {
    border: none;
    line-height: 1;
    padding: 0 8px;
    color: #5f5f5f;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.blog-pagination .pagination > li > a:focus {
    background: none;
}

.blog-pagination .pagination > li > a:hover, 
.blog-pagination .pagination > li.active > a, 
.blog-pagination .pagination > li.active > span {
    background: none;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.blog-pagination .pagination > li:first-child > a,
.blog-pagination .pagination > li:first-child > span,
.blog-pagination .pagination > li:last-child > a,
.blog-pagination .pagination > li:last-child > span {
    color: #0d8943;
    font-size: 16px;
    letter-spacing: 1px;
}

.blog-pagination .pagination > li:first-child > a:focus,
.blog-pagination .pagination > li:first-child > span:focus,
.blog-pagination .pagination > li:first-child > a:hover,
.blog-pagination .pagination > li:first-child > span:hover,
.blog-pagination .pagination > li:last-child > a:focus,
.blog-pagination .pagination > li:last-child > span:focus,
.blog-pagination .pagination > li:last-child > a:hover,
.blog-pagination .pagination > li:last-child > span:hover {
    color: #094e97;
}

@media screen and (min-width: 768px) {
    main.blog-listing-page {
        position: relative;
        text-align: center;
    }

    main.blog-listing-page .blog-lists-wrap {
        max-width: 69%;
        display: inline-block;
        vertical-align: top;
        padding-right: 20px;
    }

    main.blog-listing-page section.tag-cloud {
        max-width: 30%;
        position: sticky;
        right: 0;
        top: 90px;     
        display: inline-block;
        vertical-align: top;
    }

    main.blog-listing-page .blog-lists-wrap figure.listed-blog {overflow: hidden;}
    main.blog-listing-page .blog-lists-wrap figure.listed-blog img {
        max-width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption {
        max-width: 58%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
    }
    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h4 {font-size: 16px;}
    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h6 {margin-top: 0; margin-bottom: 5px;}
    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption p {font-size: 13px; line-height: 1.2;}

    main.blog-listing-page section.tag-cloud {margin-top: 10px;}
/* 
    .blog-pagination {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    } */
}

@media screen and (min-width: 992px) {
    main.blog-listing-page .blog-lists-wrap {max-width: 68%; text-align: left;}
    main.blog-listing-page section.tag-cloud {max-width: 30%;}
    main.blog-listing-page .blog-lists-wrap figure.listed-blog img {
        max-width: 36%;
    }

    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption {
        max-width: 60%;
        padding-left: 15px;
    }

    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption h4 {
        font-size: 18px;
    }
    main.blog-listing-page .blog-lists-wrap figure.listed-blog figcaption p {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1200px) {
    main.blog-listing-page {
        max-width: 1280px;
        padding: 30px 0;
    }
}

.blog-inside-wrap {padding-bottom: 20px;}
.blog-inside-wrap figure img {
    width: 100%;
}

.blog-inside-wrap figure.blog-spotlight-banner figcaption h3 {
    margin: 10px 0;
}

.blog-inside-wrap figure.blog-spotlight-banner figcaption h6 {
    color: #898989;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
}

.blog-inside-wrap > .blog-copy {text-align: justify;}
.blog-inside-wrap > .blog-copy > h1,
.blog-inside-wrap > .blog-copy > h2,
.blog-inside-wrap > .blog-copy > h3,
.blog-inside-wrap > .blog-copy > h4,
.blog-inside-wrap > .blog-copy > h5,
.blog-inside-wrap > .blog-copy > h6 {margin: 15px 0 10px;}
.blog-inside-wrap > .blog-copy > p {
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-inside-wrap .related-blogs {
    border-top: 1px solid #818181;
    padding-top: 20px;
    margin-top: 40px;
}
.blog-inside-wrap .related-blogs .related-blog-thumb {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin-bottom: 10px;
}

.blog-inside-wrap .related-blogs .related-blog-thumb:nth-child(3) {
    display: none;
}

.blog-inside-wrap .related-blogs .related-blog-thumb h4 {
    font-size: 14px;
    margin: 10px 0;
}

.blog-inside-wrap .related-blogs .related-blog-thumb a {
    text-decoration: none;
    color: #0d8943;
}

.blog-inside-wrap .related-blogs .related-blog-thumb a:hover,
.blog-inside-wrap .related-blogs .related-blog-thumb a:focus,
.blog-inside-wrap .related-blogs .related-blog-thumb a:active {
    color: #094e97;
}

@media screen and (min-width: 768px) {
    .blog-inside-wrap {
        text-align: left;
    }
        
    .blog-inside-wrap .related-blogs .related-blog-thumb:nth-child(3) {
        display: inline-block;
    }

    .blog-inside-wrap .related-blogs .related-blog-thumb {
        max-width: 32%;
    }
}



/*----------------------------contact us page------------------------------*/
.contact-us .spotlight img {width: 100%}

.contact-us .addresses-wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.contact-us .addresses-wrap .address {width: 100%; text-align: left;}
.contact-us .addresses-wrap .address h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-us .addresses-wrap .address p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contact-us .addresses-wrap .address a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-us .addresses-wrap .address a.telephone::before {
    content: "";
    background-image: url('../image/call-icon-blue_54d.svg');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.contact-us .addresses-wrap .address a.email::before {
    content: "";
    background-image: url('../image/email_682.svg');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.feedback-form {
    padding: 10px;
    background-color: #e9f0f8;
} 

.feedback-form form {
    max-width: 700px;
    margin: 0 auto;
}
.feedback-form h6 {margin-bottom: 10px;}

.feedback-form .form-group {margin-bottom: 20px;}
.feedback-form .form-control {
    box-shadow: none;
    border-radius: 0; 
    height: 40px;
    color: #101010;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
    height: auto;
    max-width: 320px;
    background-color: #e9f0f8;
}

.feedback-form textarea.form-control {
    border: 1px solid #000;
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    min-height: 104px;
    max-height: 104px;
}

.feedback-form .checkbox label {font-weight: 500; font-size: 12px;}


@media screen and (min-width: 768px) {
    .contact-us .addresses-wrap {padding: 40px;}
    .contact-us .addresses-wrap .address a {margin-right: 15px;}
    .contact-us .addresses-wrap .address {
        width: 100%;
        max-width: 35%;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .contact-us .addresses-wrap .address-map {
        width: 100%;
        max-width: 60%;
        display: inline-block;
        vertical-align: top;
    }
    .feedback-form form {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .feedback-form form > div {
        width: 100%;
        padding-right: 0;
    }

    .feedback-form form > div + div {padding: 0;}
}

@media screen and (min-width: 992px) {
    .contact-us .addresses-wrap {padding: 40px 20px;}
    .contact-us .addresses-wrap .address {
        width: 100%;
        max-width: 40%;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .contact-us .addresses-wrap .address-map {
        width: 100%;
        max-width: 57%;
        display: inline-block;
        vertical-align: top;
    }

    .contact-us .addresses-wrap .address a.email::before {
        width: 20px;
        height: 20px;
        margin-top: 1px;
    }
}


.media, .media-body {overflow: auto;}
#html5lightbox-watermark {display: none !important;}

.gallery-page .gallery-wrap {padding: 20px 0;}
.gallery-page .gallery-wrap figure.gallery-thumb {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 15px;
}

.gallery-page .gallery-wrap figure.gallery-thumb img {width: 100%;}

.gallery-page .gallery-wrap figure.gallery-thumb figcaption {
    padding: 10px 0;
}

.gallery-page .gallery-wrap figure.gallery-thumb figcaption h4 {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .gallery-page .gallery-wrap figure.gallery-thumb {
        max-width: 300px;
        margin: 10px;
    }
}

@media screen and (min-width: 992px) {
    .gallery-page .gallery-wrap figure.gallery-thumb {
        margin: 20px;
    }
}


/*downloads and dealer locator page styles*/

.dealer-locator-wrap {
    max-width: 1200px;
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 auto;
}

.dealer-locator .dealer-address-wrap {
    padding-top: 10px;
}
.dealer-locator .dealer-address-wrap .dealer-selected-city {
    font-weight: bold;
    margin-bottom: 15px;
}

.dealer-locator .dealer-address-wrap address.addresses .dealer-address-phone,
.dealer-locator .dealer-address-wrap address.addresses .dealer-address-email {
    display: flex;
    margin-top: 5px;
    color: #0d8943;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    width: 50%;
    align-items: center;
}

.dealer-locator .dealer-address-wrap address.addresses .dealer-address-phone::before {
    background-image: url('../image/call-icon-blue_54d.svg');
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
}

.dealer-locator .dealer-address-wrap address.addresses .dealer-address-email::before {
    background-image: url('../image/email_682.svg');
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
}

.dealer-locator .form-inline .form-group {
    width: 100%;
}

.dealer-locator .form-inline .form-group .form-control {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #555;
    border-radius: 0;
    height: 40px;
    padding: 0 0 0 10px;
}

.dealer-locator .dealer-locator-map {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .dealer-locator .form-inline .form-group .form-control {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {
    .dealer-locator .form-inline .form-group {
        width: 47%;
        margin-right: 10px;
    }

    .dealer-locator .dealer-address-wrap address.addresses {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    .dealer-locator .dealer-locator-map {
        height: 460px;
        margin-bottom: 20px;
    }
}

.downloads .downloads-wrap {
    text-align: center;
    min-height: 60vh;
}

.downloads .downloads-wrap .download-item {
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    vertical-align: top;
    margin-bottom: 10px;
}

.downloads .downloads-wrap .download-item > img {
    width: 50px;
    height: auto;
}

.downloads .downloads-wrap .download-item > h4 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .downloads .downloads-wrap {
        text-align: left;
        max-width: 780px;
        margin: 0 auto;
    }
}





.forminator-custom-form {padding: 20px;} .forminator-label {font-size: 14px;}
 .forminator-label .forminator-required {color: #0d8943;}
  .forminator-input {
      box-shadow: none;
    border-radius: 0;
    height: 40px;
    color: #101010;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
    height: auto;
    margin: 0;
    background-color: transparent;
  }
  
  .forminator-error-message {margin: 0;}
  
  .forminator-button-upload {
      background-color: #0d8943;
    border: none;
    border-radius: 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
  .forminator-button-submit {
      background-color: #094e97;
    border: none;
    border-radius: 0;
    padding: 8px 20px;
    letter-spacing: 1px;
    width: 100% ;
    height: 40px;
  }
  
  @media screen and (min-width: 768px) {
    .forminator-custom-form { 
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 880px;
        margin: 0 auto;
    }
    
    .forminator-row {
        width: 100%;
        padding: 0 10px;
    }
    
    .forminator-row .forminator-row {width: 100%;}

    .page-template-page-contact-us-php .forminator-row {max-width: 100% !important;}
  }

  .is-form-style input.is-search-input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #555;
  }

  .forminator-error ul li {display: none !important;}

  .forminator-ui.forminator-custom-form-364 .forminator-error-message {
    background-color: #F9E4E8;
    color: #E04562;
    width: 100%;
    display: block;
    padding: 4px 8px;
    font-size: 12px;
    letter-spacing: 0.2px;
  }


  .forminator-ui.forminator-custom-form-364 .forminator-input:active,
  .forminator-ui.forminator-custom-form-364 .forminator-input:focus {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #555 !important;
  }

.search-results main {
    padding: 10px 30px;
    max-width: 860px;
    margin: 0 auto;
}

.search-results main section h1 {
    color: #0d8943;
    font-size: 24px;
    text-align: center;
}

.search-results main section article {
    margin-bottom: 20px;
    background-color: #e9f0f8;
    padding: 20px;
}

.search-results .pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.search-results .pagination span,
.search-results .pagination a {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px;
    font-size: 16px;
}

.search-results .pagination span.page-numbers.current {
    font-size: 20px;
    color: #888;
}

.search-results main section article h2 {
    color: #094e97;
    font-size: 20px;
    margin-bottom: 6px;
}

.search-results main section article span.date {
    display: block;
    margin-bottom: 5px;
}

.search-results main section article span.author {
    display: block;
}

.search-results main section article span.author a {
    color: #094e97;
    text-transform: capitalize;
}

.search-results main section article p {
    margin-top: 5px;
    font-size: 16px;
}

.search-results main section article p a {
    font-weight: bold;
    color: #0d8943;
    font-size: 14px;
}

/* 
.page-template-page-general-2022 .content-wrap ul,
.page-template-page-general-2022 .content-wrap ol {padding: 0; padding-left: 20px;}

.page-template-page-general-2022 .content-wrap ul li ul,
.page-template-page-general-2022 .content-wrap ol li ol {padding-left: 0;} */

.codeofConductWrap {padding: 0 15px;}

.codeofConductWrap ul,
.codeofConductWrap ol {padding: 0 !important;}

#upload-1 .forminator-field {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.whyInsurancePoints {
    list-style: none;
    padding: 0;
}

.whyInsurancePoints li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 10px 0;
    max-width: 290px;
    text-align: left;
}

.whyInsurancePoints li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 55px;
}

.whyInsurancePoints li h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    padding-left: 10px;
}

@media screen and (min-width: 992px) {
    .introduction .section-title {
        margin-top: 50px;
    }

    .whyInsurancePoints {
        margin-top: 30px;
    }
}