.container{
	padding-left: unset;
	padding-right: unset;
    	margin-right: auto;
    	margin-left: auto;
    	max-width: 100%;
}
.bg-set-index{
    background-image: url(https://tipservices.ca/wp-content/uploads/2024/05/team.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.content-wrapper{
	margin-top:70px;
	width: 100%;
    	padding-right: 20px;
    	padding-left: 20px;
    	margin-right: auto;
    	margin-left: auto;
    	max-width: 1140px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    	padding: 30px;
}
.pg-title-containers{
	width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}
.pg-title-containers h1{
	color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
}
.jupiterx-main-content > .container > .row{
	margin:unset;
}
.content-img img{
    width: -webkit-fill-available;
}
.content-flex{
    display: flex;
    align-items: center;
    padding:0;
}
.sec-title h2{
    color: #0e799c;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.right-wrapper{
    margin-left: 20px;
}
.right-wrapper p{
    color: #7A7A7A;
    font-weight: bolder;
}
.right-wrapper a{
    color: #49A676;
}
.social-link{
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 10%;
    margin-right: 5px;
    display: inline-flex;
    margin-top: 10px;
}
.social-link i{
    color: #fff;
}
.fb-color{
    background-color: #3b5998;
}
.insta-color{
    background-color: #262626;    
}
.linkdin-color{
    background-color: #1782ba;
}
.content-wrapper .btn-primary{
    background-color: #0e799c;
    padding: 8px 18px;
    color: #ffffff;
    border-radius: 25px;
    font-weight: 600;
    text-transform: capitalize;  
    font-size: 17px;
    line-height: 30px;
    margin-right: 20px;
    margin-top:20px;
}
.content-wrapper .btn-primary a{
    color: #fff;
}
.quote-btn{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
p{
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px 0px 15px;
    color: #7A7A7A;
}
.team-inner-page-list{
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px 0px 15px;
    color: #7A7A7A;
}
.about-me h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
}
.jupiterx-main-content > .container > .row > [class*=col-]{
    flex: 0 0 100% !important;
    max-width: 100%  !important;
	padding: 0;
}
.social-link i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
}
.content-wrapper .btn-primary{
    border: 1px solid #0e799c;
    font-size: 16px !important;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{
    background-color: #0e799c;
    border: 1px solid #0e799c;
}

.team-aboutme h2{margin-top:20px;}

.dhi-quote{margin-top:73px;}
.dhi-quote .btn-quote {background: #0e799c !important;}
.dhi-quote .arrow-quote-tables, .dhi-quote .quote-table .dropdown-deductible {fill: white;}
.dhi-quote label {font-size: 16px;}
.dhi-quote .email-sections .form-control {border: 1px solid #dedede;}
.dhi-quote .grid-view-table-section .btn-area {background: #0e799c !important;}
.dhi-quote .btn:focus, .dhi-quote .btn.focus {outline: 0;box-shadow: none;}
.dhi-quote .quote-table th, td{text-align: center;font-size: 16px;}
.dhi-quote .buy-btn{margin-top: -1px;}
.dhi-quote .form-control:disabled, .dhi-quote .form-control[readonly] {background-color: transparent !important;}
.dhi-quote .btn:focus, .dhi-quote .btn.focus {box-shadow: none !important;}
.dhi-quote .email-sections .form-control {border: 1px solid #dedede !important;}
.quote-table-section h4 strong {color: #444444;}
.dhi-quote .btn-quote {padding: 14px 15px !important;}
.dhi-quote .compare-wrapper .text-left { text-align: center !important;}
.dhi-quote .ti-life-logo {text-align: center !important;margin: auto;}
.dhi-quote .print-data span {font-weight: 600;}
.dhi-quote .btn-quote:active{border: none !important;box-shadow: none !important;}
button:focus {outline:0 !important;}
#print_action_life{margin-bottom:10px;}
.dhi-quote .header-note{padding:0 15px;}
@media (min-width: 1200px){
    .dhi-quote .header-note{
        max-width: 1140px;
        margin:auto;}}
@media(max-width:991px){
.dhi-quote .container{max-width:100% !important;}
}

.agent-profile-page {
    position: relative;
    overflow: hidden;
    width: 100%;
    background:
        radial-gradient(circle at 12% 8%, rgba(14, 121, 156, .14), transparent 30%),
        linear-gradient(180deg, #f4fbfd 0%, #ffffff 58%);
    padding: 56px 20px 72px;
}

.agent-profile-page::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 210px;
    background: linear-gradient(135deg, rgba(14, 121, 156, .12), rgba(75, 176, 125, .08));
    pointer-events: none;
}

.agent-profile-page .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1140px !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.agent-profile-page .row {
    margin-left: 0;
    margin-right: 0;
}

.agent-profile-page [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.agent-profile-card {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(14, 121, 156, .14);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(16, 47, 59, .14);
}

.agent-photo-panel {
    position: relative;
    height: clamp(390px, 42vw, 500px);
    min-height: 390px;
    overflow: hidden;
    background: #dfeff4;
}

.agent-photo-panel::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    background: linear-gradient(180deg, transparent, rgba(4, 33, 43, .18));
    pointer-events: none;
}

.agent-photo-panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.agent-info-panel {
    height: 100%;
    padding: clamp(30px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agent-profile-kicker {
    width: fit-content;
    background: #eaf6f9;
    color: #0e799c;
    border: 1px solid #c8e7ef;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}

.agent-profile-name {
    color: #102f3b;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.agent-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.agent-contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border: 1px solid #e5edf1;
    border-radius: 16px;
    background: #fbfdfe;
    color: #22343b;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.agent-contact-card:hover {
    color: #0e799c;
    border-color: #b8dce6;
    box-shadow: 0 12px 24px rgba(14, 121, 156, .10);
    transform: translateY(-1px);
    text-decoration: none;
}

.agent-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #0e799c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.agent-contact-card small {
    display: block;
    color: #6f7d83;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.agent-contact-card strong {
    display: block;
    color: #26363d;
    font-size: 15px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.agent-socials {
    margin-bottom: 12px;
}

.agent-action-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
}

.agent-action-grid .quote-button {
    margin: 0;
}

.agent-action-grid .btn-primary {
    min-height: 38px;
    margin: 0 !important;
    padding: 7px 13px !important;
    border: 0;
    border-radius: 999px;
    background: #0e799c;
    box-shadow: 0 8px 18px rgba(14, 121, 156, .16);
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.agent-action-grid .btn-primary:hover,
.agent-action-grid .btn-primary:focus {
    background: #0b6785;
    box-shadow: 0 12px 22px rgba(14, 121, 156, .22);
    transform: translateY(-1px);
}

.agent-quote-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.agent-quote-action i {
    font-size: 13px;
    line-height: 1;
}

.agent-more-services-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 1 100%;
    margin-top: 2px;
}

.agent-more-services-list {
    flex: 1 1 360px;
    min-width: 300px;
    width: min(560px, 100%);
    max-width: 560px;
    background: #ffffff;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    padding: 6px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .10);
}

.agent-more-services-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 4px;
}

.agent-more-services-item:hover {
    background: #f6fbfd;
}

.agent-more-services-item:last-child {
    margin-bottom: 0;
}

.agent-more-services-name {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.agent-more-services-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8f5f8;
    color: #0e799c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}

.agent-more-services-icon i {
    font-size: 11px;
}

.agent-service-mini-btn {
    border: 1px solid #0e799c;
    background: #ffffff;
    color: #0e799c;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.agent-service-mini-btn:hover {
    background: #0e799c;
    color: #ffffff;
}

.agent-about-card {
    max-width: 1140px;
    margin: 24px auto 0;
    background: #ffffff;
    border: 1px solid #e6eef2;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 14px 34px rgba(14, 121, 156, .08);
}

.agent-about-card .about-me h2 {
    margin-top: 0;
    color: #102f3b;
}

.agent-about-card p {
    color: #33444c;
    line-height: 1.75;
}

.agent-partners-section {
    max-width: 1140px;
    margin: 24px auto 0;
    background: #ffffff;
    border: 1px solid #e6eef2;
    border-radius: 20px;
    padding: 28px 30px 30px;
    box-shadow: 0 14px 34px rgba(14, 121, 156, .08);
}

.agent-partners-section h2 {
    margin-top: 0;
    color: #102f3b;
}

.agent-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    align-items: stretch;
    margin-top: 18px;
}

.agent-partner-logo {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 1px solid #edf3f6;
    border-radius: 12px;
    background: #ffffff;
}

.agent-partner-logo img {
    display: block;
    max-width: 100%;
    max-height: 54px;
    object-fit: contain;
}

.agent-request-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    background: rgba(0, 0, 0, .65);
    padding: calc(118px + env(safe-area-inset-top)) 20px 40px;
    overflow: auto;
}

.agent-request-dialog {
    position: relative;
    width: min(100%, 520px);
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.agent-request-dialog h3 {
    color: #102f3b;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
}

.agent-request-dialog label {
    color: #26363d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.agent-request-dialog .form-control {
    min-height: 44px;
    border: 1px solid #dbe7ec;
    border-radius: 10px;
    box-shadow: none;
}

.agent-request-dialog .form-control:focus {
    border-color: #0e799c;
    box-shadow: 0 0 0 3px rgba(14, 121, 156, .12);
}

.agent-request-dialog-wide {
    width: min(100%, 720px);
}

.agent-request-dialog .mb-3 {
    margin-bottom: 16px !important;
}

.agent-request-dialog textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.agent-modal-actions {
    margin-top: 18px;
    gap: 10px;
}

.agent-modal-actions .btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 9px 16px;
}

@media(max-width: 991px) {
    .agent-profile-page {
        padding: 32px 14px 52px;
    }

    .agent-photo-panel {
        height: 100%;
        min-height: 420px;
    }

    .agent-info-panel {
        padding: 30px 24px;
    }

    .agent-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    .agent-profile-page {
        padding: 24px 12px 44px;
    }

    .agent-profile-page .container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .agent-profile-card {
        border-radius: 18px;
    }

    .agent-profile-card .row {
        display: block;
    }

    .agent-profile-card [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .agent-photo-panel {
        height: 360px;
        min-height: 360px;
    }

    .agent-info-panel {
        padding: 24px 18px 26px;
    }

    .agent-contact-grid {
        grid-template-columns: 1fr;
    }

    .agent-action-grid .quote-button {
        flex: 1 1 calc(50% - 9px);
    }

    .agent-action-grid .quote-button .btn-primary,
    .agent-more-services-wrap > .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .agent-more-services-wrap {
        flex: 1 1 100%;
    }
}

@media(max-width: 575px) {
    .agent-photo-panel,
    .agent-photo-panel img {
        height: 315px;
        min-height: 315px;
    }

    .agent-profile-name {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 18px;
    }

    .agent-action-grid {
        gap: 8px;
    }

    .agent-action-grid .quote-button {
        flex: 1 1 100%;
    }

    .agent-action-grid .btn-primary {
        min-height: 42px;
        width: 100%;
        justify-content: center;
    }

    .agent-more-services-wrap {
        display: block;
        width: 100%;
    }

    .agent-more-services-list {
        min-width: 0;
        width: 100%;
        max-width: none;
        margin-top: 8px;
    }

    .agent-more-services-item {
        align-items: flex-start;
        gap: 8px;
        padding: 10px;
    }

    .agent-service-mini-btn {
        padding: 5px 9px;
    }

    .agent-request-modal {
        padding: calc(118px + env(safe-area-inset-top)) 14px 28px;
    }

    .agent-request-dialog {
        border-radius: 14px;
        padding: 22px;
    }
}

 .app-bg-one {
     background: #4BB07D;
     color: #ffffff;
 }
 
 .app-bg-two {
     background: #0D799C;
     color: #ffffff;
 }
 
 .fld-no-1{
 background: #4BB07D;
color: #ffffff !important;
 }
 
 .fld-no-2 {
     background: #0D799C;
     color: #ffffff !important;
 }
 
 
 
