@import url('../fonts/stylesheet.css');

body {
    font-family: 'poppinsregular';
    font-size: 20px;
    color: #333333;
}

p {
    font-family: 'poppinsregular';
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #00adef;
}

    a:hover,
    a:focus,
    a:active,
    a:focus:active {
        outline: none;
        text-decoration: none;
        color: #333333;
    }

p a:hover {
    text-decoration: underline;
}

.h3,
h3 {
    font-size: 26px;
    font-family: 'poppinsbold';
    margin-bottom: 15px;
}

.h4,
h4 {
    font-size: 22px;
    color: #2b353f;
    font-family: 'poppinsbold';
    margin-bottom: 15px;
    font-weight: 600;
}

.linked-in {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 15px 8px;
    background-color: #006699;
    border-radius: 20px;
    margin-left: auto;
    min-width: 200px;
}

    .linked-in span {
        display: block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-bottom: 3px;
    }

    .linked-in img {
        max-width: 102px;
        height: auto;
        object-fit: contain;
    }

p:last-child {
    margin-bottom: 0;
}

.row {
    --bs-gutter-x: 30px;
}

.g-0, g-x-0 {
    --bs-gutter-x: 0;
}

.header .navbar-toggler {
    background-color: #00adef;
}

    .header .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #00adef;
}

.navbar-nav .nav-link {
    font-family: 'poppinsmedium';
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        color: #00adef;
    }

.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    /*box-shadow: none;
    border: 0;*/
    background-color: #ffffff;
    width: 260px;
    padding: 9px 15px;
}

.social-nav.d-flex {
    align-items: center;
}

.navbar-brand img {
    width: 240px;
}

.dropdown-menu .dropdown-item {
    font-family: 'poppinsmedium';
    text-transform: uppercase;
    font-size: 18px;
    white-space: break-spaces;
    padding-top: 9px;
}

.dropdown-menu .nav-link {
    padding-bottom: 0 !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #00adef;
    color: #ffffff;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    text-decoration: none !important;
}


    .btn.disabled, .btn:disabled, fieldset:disabled .btn {
        background-color: #00adef;
        color: #fff;
        padding: 8px 17px;
        font-family: 'poppinsmedium';
        font-size: 20px;
        border: 1px solid #00adef;
        border-radius: 10px;
        text-transform: uppercase;
        opacity: 0.5;
    }

.btn-secondary {
    background-color: #333333;
    border: 0;
    padding: 10px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'poppinsmedium';
    font-size: 20px;
    text-transform: uppercase;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary:active:focus {
        background-color: #00adef;
    }

        .btn-secondary:focus,
        .btn-secondary:focus:active {
            box-shadow: 0 0 0 0.25rem rgb(0, 173, 239, 0.5) !important;
        }

.btn-primary {
    background-color: #00adef;
    color: #fff !important;
    padding: 10px 17px 6px 17px;
    font-family: 'poppinsmedium';
    font-size: 20px;
    border: 1px solid #00adef;
    border-radius: 10px;
    text-transform: uppercase;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus {
        background-color: #333333;
        border-color: #333333;
        color: #fff;
        text-decoration: none;
    }

        .btn-primary:focus,
        .btn-primary:focus:active {
            box-shadow: 0 0 0 0.25rem rgba(64, 88, 72, 0.5) !important;
        }

.btn-light {
    background-color: #fff;
    color: #00adef;
    border: 0;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'poppinsmedium';
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-transform: uppercase;
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active,
    .btn-light:active:focus {
        background-color: #333333;
        border-color: #fff;
        color: #fff;
    }

        .btn-light:focus,
        .btn-light:focus:active {
            box-shadow: 0 0 0 0.25rem rgba(64, 88, 72, 0.5) !important;
        }

.text-secondary {
    color: #00adef !important;
}

.bg-secondary {
    background-color: #00adef !important;
}

.form-check-input:checked {
    background-color: #00adef;
    border-color: #00adef;
}

.form-check-input:focus {
    border-color: #00adef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(134 183 254 / 25%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* home banner */
.home-banner {
    margin-bottom: 100px;
    margin-top: 109px;
}

    .home-banner .carousel-caption {
        top: 40%;
        bottom: auto;
        background-color: transparent;
        padding-bottom: 0;
        padding: 0;
        text-align: center;
        display: block;
        left: 10%;
        right: 10%;
    }

        .home-banner .carousel-caption .text-caption {
            background-color: rgba(0,0,0,0.5);
            display: inline-block;
            padding: 15px 15px 12px;
            max-width: 100%;
        }

    .home-banner h1 {
        font-family: 'poppinsbold';
        font-size: 46px;
        line-height: 60px;
        text-align: center;
        margin-bottom: 0;
    }

    .home-banner p {
        color: #fff;
        font-family: 'poppinsregular';
        font-size: 23px;
    }

.navbar-nav .nav-link {
    padding: 5px 0 0;
}

.inner-banner {
    background: url(../media/siteimages/inner-banner-img.png) center left no-repeat;
    padding: 30px 0;
    margin-bottom: 95px;
    color: #fff;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin-top: 109px;
    background-size: cover;
}

.about-inner-banner {
    margin-bottom: 100px;
}

.inner-banner h1 {
    font-family: 'poppinsbold';
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
}
/* End */
/* Heading */
.heading {
    width: 100%;
    display: block;
}

    .heading span {
        color: #000000;
        font-size: 24px;
        font-family: 'poppinsregular';
        display: block;
        margin-bottom: 2px;
    }

    .heading h1 {
        color: #00adef;
        font-size: 40px;
        line-height: 42px;
        font-family: 'poppinsbold';
        text-transform: uppercase;
        margin-bottom: 26px;
    }
/* End */
.inner-section {
    margin-bottom: 100px;
}

.contact-inner {
    margin-bottom: 96px;
}

.btnContactUs {
    margin-top: 40px;
    margin-bottom: 35px;
}

.btnInstructUniqueForm {
    margin-bottom: 35px;
}

.insurance-consultancy {
    background: url(../media/siteimages/banner-bg.png);
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.what-we-do-panel {
    margin-top: 100px;
}

.consultancy {
    width: 100%;
}

    .consultancy a {
        color: #fff;
        width: 100%;
        padding: 15px;
        text-align: center;
        min-height: 90px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

.feature-panel .feature-body:nth-child(4n+1) .consultancy a {
    background-color: #00adef;
}

.feature-panel .feature-body:nth-child(4n+2) .consultancy a {
    background-color: #ff4978;
}

.feature-panel .feature-body:nth-child(4n+3) .consultancy a {
    background-color: #37a754;
}

.feature-panel .feature-body:nth-child(4n+4) .consultancy a {
    background-color: #6b7589;
}

/* clients carousel */
.clients-carousel {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 28px;
}

    .clients-carousel .caption {
        border: 1px solid #d1d1d1;
        border-radius: 0;
        padding: 30px;
        text-align: left;
    }

    .clients-carousel .carousel-indicators {
        margin-bottom: 0;
    }

    .clients-carousel .carousel-item > img {
        position: relative;
        top: 60px;
        margin-left: auto;
        margin-right: auto;
        width: 152px;
        height: 152px;
        object-fit: cover;
        border-radius: 50%;
        border: 5px solid #00adef;
    }

    .clients-carousel .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 0 !important;
    }

.carousel-dark .carousel-indicators .active[data-bs-target] {
    background-color: #00adef !important;
}

.clients-carousel h5 {
    font-size: 22px;
    font-family: 'poppinsmedium';
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: -3px;
}

    .clients-carousel h5::after {
        content: '';
        position: absolute;
        width: 194px;
        border-bottom: 3px solid #00adef;
        left: 0;
        bottom: 0;
    }

.clients-carousel p {
    color: #000000;
}

.linkedIn .info-panel h1 {
    margin-bottom: 26px !important;
}

.linkedIn .info-panel p {
    margin-bottom: 36px !important;
}

.service-detail-panel-2 ul {
    margin-left: 0;
    padding-left: 18px;
}

@media (min-width: 1199px) {
    .testimonilas-panel .carousel-item .img-cover {
        max-height: 200px;
    }
}

/* testimonials */
.testimonilas-panel {
    width: 100%;
    display: block;
    margin-bottom: 93px;
    margin-top: -6px;
}

.inner-headeing {
    text-align: center;
}

    .inner-headeing span {
        display: block;
        font-size: 24px;
        color: #000000;
        margin-bottom: 3px;
    }

    .inner-headeing h2 {
        font-family: 'poppinsbold';
        display: block;
        font-size: 40px;
        color: #00adef;
        text-transform: uppercase;
    }

.text-sm {
    font-size: 14px !important;
}

.border-right {
    position: relative;
    padding-right: 20px;
}

.mt-contact {
    margin-top: 39px;
}

.contact-info {
    margin-top: 39px;
    padding: 15px 15px 1px;
    background-color: #f3f3f3;
    height: calc(100% - 39px);
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 303px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 303px;
}

.gmap_iframe {
    height: 303px !important;
}

.img-cover {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: stretch;
    justify-content: space-between;
}

    .img-cover img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

.grid-content {
    border: 1px solid #d1d1d1;
    box-shadow: none !important;
}

/*copy right*/
.copy-right {
    padding: 10px 0 12px 0;
    background-color: #000000;
    color: #fff;
}

.copy-right {
    color: #fff;
}

    .copy-right a {
        text-decoration: underline;
        color: #fff;
    }

        .copy-right a:hover,
        .copy-right a:focus,
        .copy-right a:active,
        .copy-right a:active:focus {
            color: #00adef !important;
        }

    .copy-right p,
    .copy-right span,
    .copy-right a {
        font-size: 16px;
        color: #fff;
    }

.img-panel {
    height: 100%;
}

    .img-panel img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.image-position, .image-position-und {
    width: 100%;
    height: 100%;
    min-height: 270px;
    overflow: hidden;
    position: relative;
}

    .image-position img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        object-position: left bottom;
    }

    .image-position-und img {
        width: auto;
        height: 100%;
        object-fit: cover;
        position: absolute;
        /* left: 0; */
        top: 0;
        right: -80px;
        object-position: center;
    }

.law-consultancy {
    background: url(../media/siteimages/who-we-are.png) center center no-repeat;
    padding: 100px 0 90px;
    margin-bottom: 60px;
    background-size: cover;
}

    .law-consultancy .consultancy {
        border-radius: 50%;
        height: 300px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .law-consultancy h5 {
        color: #fff;
        font-size: 24px;
        font-family: 'poppinsbold';
        text-align: center;
        margin-bottom: 0;
        line-height: 35px;
    }

.button-panel {
    margin-bottom: 100px;
    text-align: center;
}

.meet-the-team {
    margin-bottom: 70px;
    padding-top: 10px;
}

    .meet-the-team h2:first-child {
        margin-top: -2px;
    }

    .meet-the-team h2 {
        color: #00adef;
        text-align: center;
        margin-bottom: 31px;
        margin-top: 65px;
    }

.meet-the-team-banner {
    margin-bottom: 92px;
}

.header-img {
    margin-bottom: 28px;
}

    .header-img img {
        width: auto;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
    }

.card {
    background-color: #fff;
    border-color: #d1d1d1;
    margin-bottom: 30px;
}

.card-title {
    color: #00adef;
    font-family: 'poppinsbold';
    font-size: 24px;
}

.card-body {
    padding: 30px 15px;
}

    .card-body:not(:last-child) {
        padding: 30px 15px 15px;
    }

.card-footer {
    padding: 0 15px 30px;
    background-color: #fff;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-img {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

    .modal-img img {
        border-radius: 50%;
        max-width: 100%;
    }

.modal-title {
    font-size: 24px;
    color: #fff;
    font-family: 'poppinsbold';
    text-align: center;
    margin-bottom: 30px;
}

.modal-footer > * {
    margin-top: 0;
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.navbar-nav .dropdown-menu .nav-link {
    padding-right: 0;
}

.navbar-nav .dropdown .dropdown-toggle {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
}

.social-nav {
    margin: 0;
    padding: 0;
}

    .social-nav li {
        display: flex;
        align-items: center;
        flex-basis: auto;
        margin-left: 10px;
    }

        .social-nav li .social-link,
        .social-nav li .social-link:focus,
        .social-nav li .social-link:active,
        .social-nav li .social-link:active:focus {
            height: 36px;
            width: 36px;
            border: 3px solid #000000;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000000;
        }

            .social-nav li .social-link i {
                font-size: 18px;
            }

            .social-nav li .social-link:hover {
                border-color: #00adef;
                color: #00adef;
            }

.footer {
    background-color: #f2f2f2;
    padding: 58px 0 36px 0;
    color: #000;
}

.footer-nave h3 {
    font-family: 'poppinsmedium';
}

.footer-list a {
    color: #333;
    font-family: 'poppinsregular';
    font-size: 18px !important;
    font-weight: normal;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-between;
    text-transform: uppercase;
}

    .footer-list a:hover,
    .footer-list a:focus,
    .footer-list a:active,
    .footer-list a:focus:active {
        color: #00adef;
    }

    .footer-list a span {
        margin-right: 15px;
        width: 28px;
    }

.footer-list p, .footer-list p a {
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-between;
    text-transform: inherit;
    font-size: 18px !important;
    color: #333;
    font-family: 'poppinsregular';
}

    .footer-list p a.location {
        margin-bottom: 0;
    }

    .footer-list p span {
        margin-right: 15px;
        width: 28px;
    }

        .footer-list p span.location {
            font-size: 24px;
            color: #00adef;
            margin-top: 3px;
        }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 12px;
    margin-left: 0;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #333333;
    margin-top: -2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.d-in {
    display: inline-block;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.fixed-top {
    background: #fff;
}

.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu .nav-link {
        padding-left: 0 !important;
    }

        .dropdown-menu .nav-link a {
            border-radius: 0;
        }

.contact-detail {
    margin-top: 26px;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
}

    .contact-detail a {
        font-size: 16px;
        color: #333;
        text-align: left;
        margin-top: 15px;
        display: flex;
        word-break: break-all;
    }

        .contact-detail a:hover {
            color: #00adef;
        }

.qr-code-panel img {
    width: 120px;
    margin-bottom: 10px;
}

.contact-detail a .fa {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
}

.team-panel h6 {
    min-height: 38px;
    color: #00adef;
    padding: 0 30px;
}

.info-panel h1 {
    color: #00adef;
    font-size: 40px;
    line-height: 42px;
    font-family: 'poppinsbold';
    text-transform: uppercase;
    margin-bottom: 23px;
}

.text-primary {
    color: #00adef !important
}

.error {
    font-size: 16px;
    color: red;
    padding-top: 8px;
    text-transform: initial;
}

label {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

.form-label {
    font-family: 'poppinsregular';
    text-transform: capitalize;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    position: relative;
}

.form-control {
    border-radius: 0;
    min-height: 43px;
}

    .form-control:focus {
        color: #00adef;
        box-shadow: 0 0 0 0.25rem rgb(0 173 239 / 20%);
    }

.required {
    color: #666;
    font-style: italic;
    font-size: 16px;
    margin-left: 0;
    text-transform: lowercase;
}

.file-type {
    color: #666;
    font-style: italic;
    font-size: 16px;
    margin-left: 0;
    text-transform: none;
}

.privacy-link {
    font-size: 18px;
}

    .privacy-link a {
        color: #333333;
        text-decoration: underline;
        white-space: nowrap;
    }

        .privacy-link a:hover {
            text-decoration: underline;
            color: #00adef;
        }

.sk-ww-linkedin-page-post.introduction {
    margin-bottom: 92px;
    margin-top: 32px;
}

.about-heading {
    margin-top: -5px;
}

.card-margin {
    margin-bottom: 30px;
}

.service-detail-panel {
    margin-bottom: 98px;
}

.service-detail-panel-2 h3 {
    margin-bottom: 24px;
}

.button-panel.mb-0.work-with-us {
    margin-top: -14px;
    margin-bottom: 9px !important;
}

.service-testimonials {
    margin-top: -15px;
}

    .service-testimonials .testimonilas-panel {
        margin-bottom: 99px;
    }

.service-detail-panel-2 ul li {
    padding-left: 0;
}

    .service-detail-panel-2 ul li:last-child {
        padding-bottom: 0;
    }

.service-detail p span {
    display: inline-flex;
}

.service-detail p a {
    color: #333333;
}

    .service-detail p a:hover {
        color: #00adef
    }

#thankYouMsg {
    padding-top: 37px;
}

    #thankYouMsg h3 {
        margin-bottom: 50px;
    }

.unique-form {
    margin-bottom: 94px;
}

.list-group .list-group-item {
    font-family: 'poppinsregular';
    font-size: 18px;
    color: #333333;
}

.cky-audit-table .cky-cookie-des-table p {
    font-size: 12px !important;
}

.other-page-panel p:last-child {
    margin-bottom: 30px;
}

.other-page-panel ul li {
    font-size: 18px;
}

.other-panel table, .other-panel table tr td, .other-panel table tr th {
    font-size: 18px;
}

.other-page-panel a {
    font-size: 18px;
    color: #333333;
    text-decoration: underline;
}



    .other-page-panel a:hover,
    .other-page-panel a:focus,
    .other-page-panel a:focus:hover {
        color: #00adef;
        text-decoration: underline;
    }

.content a {
    color: #00adef;
    text-decoration: underline;
}

    .content a:hover,
    .content a:focus,
    .content a:focus:hover {
        color: #00adef;
        text-decoration: underline;
    }

.call-btn {
    border-radius: 40px !important;
    width: auto !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

    .call-btn span {
        margin-top: 4px;
        margin-left: 5px;
    }

    .call-btn .fa {
        font-size: 20px;
        margin-top: 3px;
    }

.team-social-nav {
    margin-top: 28px;
}

hr.hr {
    margin-top: 54px;
    width: 100%;
    float: left;
    margin-bottom: 95px;
}

.team-panel .card-title {
    color: #000000;
}


.bio-header {
    display: flex;
    justify-content: center;
    margin-bottom: 41px;
}

.bio-img {
    display: inline-block;
}

    .bio-img img {
        max-width: 100%;
    }

.bio {
    display: inline-block;
    text-align: left;
    margin-left: 30px;
}

    .bio h5 {
        color: #000 !important;
        display: block;
        margin-bottom: 0;
        text-align: left;
    }

    .bio h6 {
        color: #00adef;
        display: block;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 3px;
    }

    .bio a {
        display: block;
        text-align: left;
        color: #000;
        font-weight: normal !important;
        font-size: 20px !important;
        white-space: nowrap;
    }

        .bio a i {
            float: left;
            position: relative;
            top: 5px;
        }

        .bio a:hover {
            color: #00adef;
        }

        .bio a span {
            margin-left: 15px;
            font-size: 18px;
            margin-top: 4px;
            display: inline-flex;
        }

.fa-arrow-right {
    margin-left: 2px;
}

#upload-errorId {
    margin-top: -14px;
    text-transform: initial;
}


label.error {
    display: none !important;
}

.error {
    font-size: 16px;
    color: red;
}

.required-input {
    border-color: #db1600;
    outline: 0;
}

.modal.show .modal-dialog {
    transform: none !important;
}

.modal-content {
    border-color: #00adef;
}

.modal-header {
    background-color: #00adef;
    color: #fff;
}

.modal-footer {
    background-color: #f2f2f2;
}

    .modal-footer .btn-secondary {
        padding: 10px 22px;
    }


loader {
    display: inline-block;
    max-width: 70px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader > * {
    width: 10%
}

.blockUI.blockOverlay {
    z-index: 10000 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 10100 !important;
    background-color: transparent !important;
    border: 0 !important;
}

.other-page-panel p {
    margin-bottom: 22px;
}

#ccc h1, #ccc h2, #ccc button {
    text-transform: uppercase;
}

.ccc-notify-button {
    background-color: #00adef !important;
    border-color: #00adef !important;
    color: #fff !important;
    font-family: 'poppinsregular';
    font-weight: 400;
    font-size: 20px;
    border-radius: 30px;
    padding: 10px 30px;
}

    .ccc-notify-button:hover,
    .ccc-notify-button:active:focus,
    .ccc-notify-button:focus,
    .ccc-notify-button:active {
        text-decoration: none;
        background-color: #333333 !important;
        border-color: #333333 !important;
        color: #fff !important;
    }

        .ccc-notify-button:focus,
        .ccc-notify-button:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.25) !important;
            color: #fff !important;
        }

#ccc .ccc-content--light .ccc-notify-button, #ccc .ccc-content--light .ccc-notify-button.ccc-notify-button span {
    color: #fff !important;
}

#ccc .checkbox-toggle--slider input:checked ~ .checkbox-toggle-toggle {
    background-color: #00adef !important;
}

#ccc .ccc-content--light h1,
#ccc .ccc-content--light h2,
#ccc .ccc-content--light h3 {
    color: #00adef !important;
    font-family: 'poppinsmedium';
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: uppercase;
}

#ccc .ccc-content--light a {
    color: #333333;
    text-decoration: underline;
}

    #ccc .ccc-content--light a:hover {
        color: #00adef
    }

#ccc .ccc-content--light a,
#ccc .ccc-content--light p,
#ccc .ccc-content--light span {
    font-family: 'poppinsregular';
}

#ccc-info {
    display: none;
}

#ccc-icon.ccc-icon--light {
    fill: #00adef !important;
}


    #ccc-icon.ccc-icon--light #star path {
        fill: #fff !important;
    }


.breadcrumb li.active {
    color: #00adef;
}

.breadcrumb li a, .breadcrumb li {
    color: #fff;
    font-size: 14px;
}

    .breadcrumb li a:hover {
        color: #00adef;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}


@media (min-width: 1199px) and (max-width: 1399px) {
    .contact-info .footer-list p, .contact-info .footer-list p a {
        font-size: 18px !important;
    }

    .footer-list p span {
        margin-right: 10px;
    }
}

@media all and (max-width:1399px) {
    .team-panel h6 {
        min-height: 58px;
    }

    .image-position-und img {
        right: -140px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .call-btn span {
        font-size: 12px;
    }

    .social-nav .btn-primary {
        padding: 7px 10px 5px;
        font-size: 16px;
    }

    .social-nav li {
        margin-left: 5px;
    }

    .home-banner {
        margin-top: 78px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
    }

    .inner-banner {
        margin-top: 78px;
    }
}

@media (max-width: 1199px) {
    .contact-info {
        min-height: 1px;
        height: auto;
    }

    .inner-banner,
    .home-banner {
        margin-bottom: 50px;
    }

    .inner-section,
    .insurance-consultancy,
    .testimonilas-panel,
    .button-panel,
    .unique-form {
        margin-bottom: 50px;
    }


    .contact-inner {
        margin-bottom: 47px;
    }

    .footer {
        padding: 50px 0 45px;
    }

    .sk-ww-linkedin-page-post.introduction {
        margin-bottom: 47px
    }

    .team-panel h6 {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-banner .carousel-caption {
        display: flex !important;
        height: 100%;
        top: 0;
        align-items: center;
        justify-content: center;
    }

    .bio-img {
        display: inline-block;
        max-width: 110px;
    }

    .bio {
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .mobile-space {
        margin-bottom: 26px;
        min-height: auto;
    }

        .mobile-space img {
            position: static;
            height: auto;
            width: 100%;
        }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
        margin-bottom: 7px;
    }

        p:last-child {
            margin-bottom: 0;
        }


    .h3, h3 {
        font-size: 24px;
    }

    .h2, h2 {
        font-size: 24px;
    }

    .btn-primary,
    .list-group .list-group-item,
    .form-label,
    .privacy-link,
    label {
        font-size: 16px;
    }

    .required {
        font-size: 14px;
    }

    .home-banner h1,
    .inner-banner h1,
    .info-panel h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .heading h1,
    .inner-headeing h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .inner-headeing {
        margin-bottom: 20px;
    }

        .inner-headeing h2 {
            margin-bottom: 0;
        }

    .clients-carousel {
        margin-top: 0;
    }

        .clients-carousel .caption {
            padding-bottom: 27px;
        }

    .img-cover {
        height: auto;
        margin-bottom: 29px;
    }

        .img-cover img {
            margin-bottom: 0;
        }

    .clients-carousel h5 {
        margin-bottom: 24px;
    }

    .footer-list a,
    .footer-list p,
    .footer-list p a {
        font-size: 16px !important;
    }

    .heading h1 {
        margin-bottom: 13px;
    }

    .details-panel {
        margin-bottom: 27px;
    }

    .inner-section,
    .insurance-consultancy,
    .button-panel {
        margin-bottom: 60px;
    }

    section.unique-form {
        margin-bottom: 39px;
    }

    .linkedIn .info-panel h1 {
        margin-bottom: 13px !important;
    }

    .linkedIn .info-panel p {
        margin-bottom: 27px !important;
    }

    .sk-ww-linkedin-page-post.introduction {
        margin-top: 22px;
        margin-bottom: 52px;
    }

    .testimonilas-panel {
        margin-bottom: 22px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .img-panel {
        height: auto;
    }

        .img-panel img {
            height: auto;
        }

    .what-we-do-panel .img-panel {
        margin-bottom: 22px;
        height: auto;
    }

    .who-we-are .insurance-consultancy {
        margin-bottom: 30px;
    }

    section.inner-section.meet-the-team {
        margin-bottom: 30px;
    }

    .header-img {
        margin-bottom: 25px;
    }

    .team-social-nav {
        margin-top: 25px;
    }

    .heading.text-center.mb-50 {
        margin-bottom: 19px !important;
    }

        .heading.text-center.mb-50 h1 {
            margin-bottom: 0 !important;
        }

    .service-detail h3 {
        margin-bottom: 20px;
    }

    .service-detail-panel {
        margin-bottom: 50px;
    }

    .service-detail-panel-2 h3 {
        margin-bottom: 11px;
    }

    .service-testimonials .testimonilas-panel {
        margin-bottom: 60px;
    }

    .justify-content-center.service-detail-panel {
        margin-bottom: 19px;
    }

    .service-testimonials {
        margin-top: 0;
    }

        .service-testimonials .testimonilas-panel {
            margin-top: -11px;
        }

    ul.list-group.list-group-flush.mb-50 {
        margin-bottom: 27px !important;
    }

    .button-panel.mb-0.work-with-us {
        margin-top: 0;
        margin-bottom: 3px !important;
    }

    .border-right.mb-5 {
        margin-bottom: 30px !important;
    }

    .captcha.required.mb-4 {
        margin-bottom: 0 !important;
    }

    .btnContactUs {
        margin-top: 30px;
        margin-bottom: 24px;
    }

    p.privacy-link {
        margin-bottom: 18px;
    }

    .img-panel.mt-3.mt-md-0 {
        margin-top: 0 !important;
    }

    .social-mobile {
        position: absolute;
        top: 30px;
        right: 88px;
        text-align: right;
        width: auto;
        display: flex;
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    .consultancy a {
        min-height: auto;
    }

    section.our-clients.linkedIn {
        margin-top: 52px;
    }

    .col-md-12.mx-auto.mb-5 {
        margin-bottom: 21px !important;
    }

    .footer {
        padding: 36px 0 17px;
    }

    .social-nav li {
        display: flex;
        align-items: center;
        flex-basis: auto;
        margin-left: 10px;
        justify-content: center;
    }

    .mobile-button {
        width: 100%;
        text-align: center;
    }

    .navbar-brand img {
        width: 200px;
    }

    .navbar-nav .dropdown-menu {
        border-top: none;
        border-left: none;
        border-right: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }

    #thankYouMsg {
        padding-top: 0;
        min-height: 1px;
        margin-bottom: 30px;
    }

    .home-banner {
        margin-top: 96px;
        margin-bottom: 52px;
    }

    .inner-banner {
        margin-top: 96px;
        background-size: cover;
        margin-bottom: 52px;
    }

    .about-heading {
        margin-top: 0;
    }

    .meet-the-team h2 {
        margin-bottom: 28px;
        margin-top: 26px;
    }

    .home-banner .carousel-caption .text-caption {
        max-width: 100%;
    }

    .navbar-nav .nav-link.active {
        background-color: #00adef;
        color: #fff;
    }

    .navbar-nav .nav-link {
        text-align: center;
        width: 100%;
        padding: 5px 5px 3px;
        font-size: 18px;
    }

    .navbar-nav .dropdown {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

        .navbar-nav .dropdown .dropdown-toggle {
            margin-right: 0;
            padding-right: 0;
        }

    .navbar-nav .dropdown-menu {
        text-align: center;
        width: 100%;
    }

        .navbar-nav .dropdown-menu .nav-link {
            padding-top: 0;
        }

    .dropdown-menu .nav-link a {
        padding-top: 10px;
        font-size: 16px;
    }

    .navbar-nav .dropdown {
        position: relative;
    }

        .navbar-nav .dropdown .dropdown-toggle {
            position: absolute;
            right: 20px;
            top: 10px;
        }

    .insurance-consultancy {
        padding-top: 60px;
        background-position: center 0;
        padding-bottom: 30px;
    }

    .what-we-do-panel {
        margin-top: 60px;
        margin-bottom: 53px;
    }

    .border-right {
        padding-right: 0;
    }

        .border-right:after {
            display: none;
        }

    .work-with-us {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .img-panel {
        height: auto !important;
    }

        .img-panel img {
            height: auto !important;
        }

    .inner-banner h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .home-banner .carousel-caption .text-caption {
        width: 100%;
    }

    .carousel-caption {
        position: static;
        text-align: center !important;
    }

    .home-banner h1 {
        color: #00adef;
    }

    .home-banner p {
        color: #000;
    }

    .card-margin .card {
        height: auto !important;
    }

    .team-panel h6 {
        min-height: 0 !important;
    }

    .bio-header {
        display: block;
    }

    section.copy-right.text-center p.mb-3 {
        margin-bottom: 5px !important;
    }

    section.copy-right.text-center p.mb-2 {
        margin-bottom: 0 !important;
    }

    .bio-img,
    .bio {
        width: 100%;
        margin: 0;
    }

    .bio-img {
        margin-bottom: 15px;
    }

    .bio h5,
    .bio h6,
    .bio a {
        text-align: center;
    }

        .bio a i {
            float: none;
            top: 0;
        }

    .footer-list a {
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    .footer-list p, .footer-list p a {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .h3, h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-list p span {
        width: 20px;
        margin-right: 10px;
    }

        .footer-list p span img {
            width: 100%;
        }

    .header .btn-primary {
        font-size: 16px;
    }

    .social-nav li .social-link {
        height: 30px;
        width: 30px;
        border: 2px solid #000000;
    }

        .social-nav li .social-link i {
            font-size: 16px;
        }

    .social-mobile {
        top: 34px;
        right: 82px;
    }

    .clients-carousel .carousel-heading {
        min-height: 60px;
    }

    .clients-carousel .carousel-details {
        min-height: 165px;
    }
}

@media (max-width: 575px) {
    .carousel-control-next {
        justify-content: flex-end;
    }

        .carousel-control-next .carousel-control-next-icon {
            margin-right: 5px;
        }

    .carousel-control-prev {
        justify-content: flex-start;
    }

        .carousel-control-prev .carousel-control-prev-icon {
            margin-left: 5px;
        }

    .clients-carousel .caption {
        padding: 15px;
    }

    .clients-carousel .carousel-details {
        min-height: 190px;
    }
}

@media (max-width: 450px) {

    .bio a {
        display: flex;
        justify-content: center;
        white-space: normal;
        word-break: break-all;
    }


        .bio a span {
            display: inline-block;
            white-space: break-spaces;
        }

        .bio a i {
            top: 5px;
        }
}

@media (max-width: 375px) {
    a .navbar-brand {
        max-width: 190px;
    }

        a.navbar-brand img {
            width: 100%;
            max-width: 150px;
        }

    .social-mobile {
        position: absolute;
        top: 25px;
        right: 63px;
        text-align: right;
        width: auto;
        display: flex;
        margin-bottom: 0;
        margin-top: 0;
    }

    .navbar-toggler {
        padding: 2px 7px;
    }

    .navbar-toggler-icon {
        width: 25px;
        height: 25px;
    }

    .home-banner {
        margin-top: 78px;
    }

    .inner-banner {
        margin-top: 78px;
    }

    .navbar-brand img {
        width: 200px;
    }
}

#ccc-info {
    display: none;
}
