.agency-article * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.agency-article
/* Common Css start   */

a {
    text-decoration: none;
    color: black;
    font-family: "Didact Gothic", sans-serif;
}

.agency-article h1,
.agency-article h2,
.agency-article h3,
.agency-article h4,
.agency-article h5,
.agency-article h6 {
    font-family: "Gloock", serif;
}

.agency-article h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}

.agency-article h5 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}

.agency-article h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.agency-article p {
    font-family: "Didact Gothic", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.agency-article .tm-mb-10 {
    margin-bottom: 10px;
}

.agency-article .tm-mb-24 {
    margin-bottom: 24px;
}

.agency-article .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 20px;
}

.agency-article
/* Common Css end   */


/* Banner Box start  */

.tm-hero-banner-sec {
    background-image: url(../Images/banner-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    margin-bottom: 20px;
    position: relative;
}

.agency-article .tm-banner-box .tm-content-wrapper {
    max-width: 935px;
}

.agency-article .tm-banner-box .tm-content-wrapper p {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.agency-article .tm-banner-box .tm-content-wrapper p:last-child {
    font-size: 16px;
    line-height: 22px;
}

.agency-article .tm-content-sidebar {
    display: flex;
}

.agency-article
/* Banner Box end  */


/* artical wrapper start  */

.tm-artical-wrapper {
    width: 100%;
    /* margin-right: 30px; */
    padding-bottom: 60px;
}

.agency-article .tm-sidebar {
    width: 23%;
    padding-bottom: 60px;
}

.agency-article .tm-box-wrapper {
    width: 100%;
    margin-bottom: 24px;
}

.agency-article .tm-content-box {
    border: 1px solid #E200711A;
    padding: 24px 32px;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
}

.agency-article .tm-content-box:not(:last-child) {
    margin-bottom: 24px;
}

.agency-article .tm-content-box .click-widget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    z-index: 1;
}

.agency-article .tm-content-box .tm-popular-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1px;
    left: 4px;
}

.agency-article .tm-content-box .tm-popular-tag .tm-tag-text {
    background-color: #CC0066;
    color: white;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 3px 20px;
    font-size: 14px;
    line-height: 14px;
}

.agency-article .tm-content-box .tm-popular-tag .tm-tag-text p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.agency-article .tm-content-box .tm-content-box-left {
    display: flex;
    align-items: start;
    margin-right: 55px;
    width: 100%;
}

.agency-article .tm-content-box .tm-content-box-left .tm-box-title {
    margin-right: 32px;
    max-width: 120px;
    width: 100%;
}

.agency-article .tm-ad-box>a.click-widget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    z-index: 1;
}

.agency-article .title-logo {
    max-width: 120px;
}

.agency-article .tm-content-box .tm-box-title h1 {
    font-size: 56px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 8px;
}

.agency-article .tm-content-box .tm-box-title .tm-box-rating {
    display: none !important;
}

.agency-article .tm-content-box .tm-box-text p:first-child {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 14px;
    font-family: "Gloock", serif;
}

.agency-article .tm-content-box .icon-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.agency-article .tm-content-box .icon-list:not(:last-child) {
    margin-bottom: 12px;
}

.agency-article .tm-content-box .icon-list p {
    font-size: 16px;
    line-height: 23px;
    font-family: "Cabin", sans-serif;
}

.agency-article .tm-content-box .tm-content-box-right {
    text-align: center;
    max-width: 180px;
    width: 100%;
}

.agency-article .tm-content-box .tm-content-box-right a:last-child {
    font-size: 12px;
    line-height: 16px;
}

.agency-article .tm-content-box .tm-box-title .tm-box-rating {
    width: auto;
}

.agency-article .tm-box-rating h3 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    font-family: "Didact Gothic", sans-serif;
}

.agency-article .tm-box-rating p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #CC0066;
    margin-bottom: 2px;
}

.tm-box-rating {
    display: flex;
    margin-bottom: 10px;
    gap: 12px;
}

.agency-article .tm-box-rating div:first-child {
    background: #CC0066;
    color: white;
    padding: 0 10px;
    height: 100%;
    width: 50px;
}

.agency-article .tm-rating-icon-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 2px;
    padding: 0 !important;
}

.agency-article .tm-btn-visit {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 17px;
    background-color: #CC0066;
    color: #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.agency-article .tm-content-box .tm-btn-visit {
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.3);
}

.agency-article
/************************/

.tm-content .text-italic {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-style: italic;
}

.agency-article .tm-content .tm-first-pick {
    margin: 20px 0 24px;
}

.agency-article .tm-content .tm-first-pick h6 {
    margin-bottom: 35px;
    text-align: center;
}

.agency-article .tm-content .tm-first-pick .tm-content-box {
    background-color: rgba(226, 0, 113, 0.07);
    border-color: rgba(226, 0, 113, 0.7);
}

.agency-article .tm-content hr {
    height: 3px;
    border: none;
    background: #000000;
}

.agency-article .tm-content .tm-ad-box {
    border: 1px solid #DDDDDD;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}

.agency-article .tm-content .tm-ad-box .tm-ad-label {
    position: absolute;
    top: 10px;
    right: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label .custom-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
    background: #3A3A3A;
    padding: 12px 16px;
    border-radius: 12px;
    width: 212px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 100;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label .custom-tooltip p {
    font-size: 14px;
    line-height: 19px;
    color: white;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label .custom-tooltip::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label:hover .custom-tooltip {
    opacity: 1;
    pointer-events: auto;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label p {
    font-size: 15px;
    line-height: 22px;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label img {
    width: 10px;
    height: auto;
    margin-left: 2px;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-left {
    display: flex;
    align-items: center;
    margin-right: 30px;
    width: 100%;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-left div {
    width: 100%;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-left img {
    margin-right: 50px;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-left p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    font-family: "Gloock", serif;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-left h5 {
    max-width: 350px;
}

.agency-article .tm-content .tm-ad-box .tm-btn-visit {
    width: 220px;
    height: 70px;
    justify-content: center;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-right {
    text-align: center;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-right a:last-child {
    font-size: 12px;
    line-height: 16px;
}

.agency-article .tm-label-gray {
    background-color: #F8F8F8;
    padding: 8px 16px;
    display: inline-block;
}

.agency-article .tm-label-gray p {
    font-family: "Didact Gothic", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
}

.agency-article
/* artical wrapper end  */


/* Sidebar start */

.tm-sidebar .tm-guides-box {
    position: sticky;
    top: 20px;
    border: 1px solid #CC0066;
    border-radius: 8px;
    overflow: hidden;
}

.agency-article .tm-sidebar .tm-guides-box .tm-title {
    background-color: #CC0066;
    color: #ffffff;
    padding: 10px 18px;
}

.agency-article .tm-sidebar .tm-guides-box .tm-read-more-box {
    background-color: #ffffff;
    padding: 18px;
}

.agency-article .tm-sidebar .tm-guides-box .tm-read-more-box:not(:last-child) {
    border-bottom: 1px solid #F8F8F8;
}

.agency-article .tm-sidebar .tm-guides-box .tm-read-more-box p {
    font-size: 16px;
    line-height: 22px;
}

.agency-article .tm-sidebar .tm-guides-box .tm-read-more-box a {
    color: #CC0066;
    margin-top: 4px;
    display: block;
}

.agency-article
/* Sidebar end */


/* Sticky Footer start  */

.tm-footer-sticky {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #00000033;
    padding: 24px 20px;
    position: sticky;
    bottom: 0;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0 -5px 6px -1px rgba(0, 0, 0, 0.1);
}

.agency-article .tm-footer-sticky .tm-col-1,
.agency-article .tm-footer-sticky .tm-col-2,
.agency-article .tm-footer-sticky .tm-col-3 {
    margin-right: 30px;
}

.agency-article .tm-footer-sticky .tm-col-2 {
    max-width: 300px;
}


.agency-article .tm-footer-sticky .tm-box-rating {
    border-color: rgba(226, 0, 113, 0.7);
    margin-bottom: 0;
    position: relative;
}


.agency-article .tm-footer-sticky .tm-col-4 .tm-btn-visit {
    padding: 12px 39px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.agency-article .tm-footer-sticky .tm-col-4 .tm-btn-visit img {
    width: 24px;
    height: auto;
    margin-left: 8px;
    border-radius: 2px;
}

.agency-article .close-btn {
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CC0066;
    border-radius: 999px;
    position: absolute;
    top: -9px;
    right: 40px;
}   

.agency-article .close-btn img {
    width: 8px;
    height: 8px;
}

@media (max-width: 1099px) {
    .agency-article h1 {
        font-size: 38px;
        line-height: 44px;
    }
}

.agency-article .tm-content-sidebar {
    flex-direction: column;
}

.agency-article .tm-artical-wrapper {
    width: 100%;
    margin-right: 0px;
}

.agency-article .tm-sidebar {
    width: 100%;
}


.agency-article .tm-content .tm-ad-box .tm-ad-label .custom-tooltip {
    left: 25%;
    transform: translateX(-75%);
}


.agency-article .tm-content .tm-ad-box .tm-ad-label .custom-tooltip::before {
    left: 75%;
    transform: translateX(-25%);
}


.agency-article .tm-footer-sticky .tm-col-2 {
    display: none;
}



@media (max-width: 767px) {
    .agency-article h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.agency-article .tm-mb-10 {
    margin-bottom: 6px;
}


.agency-article .tm-mb-24 {
    margin-bottom: 20px;
}

.agency-article .tm-hero-banner-sec {
    background-image: none;
}

.agency-article .tm-box-rating h3 {
    font-size: 16px;
    line-height: 36px;
}

.agency-article .tm-banner-box {
    margin-bottom: 14px;
}


.agency-article .tm-banner-box .tm-content-wrapper p {
    font-size: 14px;
    line-height: 20px;
}


.agency-article .tm-banner-box .tm-content-wrapper p br {
    display: none;
}


.agency-article .tm-banner-box .tm-content-wrapper p:last-child {
    font-size: 14px;
    line-height: 20px;
}


.agency-article .tm-content-box {
    flex-direction: row;
    padding: 16px;
    border-color: rgba(226, 0, 113, 0.7);
    align-items: start;
    gap: 16px;
}


.agency-article .tm-content-box .tm-popular-tag {
    position: absolute;
    margin-bottom: 24px;
}


.agency-article .tm-content-box .tm-content-box-left {
    flex-direction: row;
    margin-right: 0px;
    margin-top: 14px;
}


.agency-article .tm-content-box .tm-content-box-left .tm-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 24px;
    flex-direction: column;
}


.agency-article .tm-content-box .tm-box-title .tm-box-rating {
    display: flex;
}


.agency-article .title-logo {
    object-fit: contain;
    max-width: 110px;
}


.agency-article .tm-content-box .tm-box-text p:first-child {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
    
.agency-article .tm-btn-visit {
    justify-content: center;
    gap: 10px;
    margin-bottom: 0px;
}


.agency-article .tm-content .tm-first-pick h6 {
    margin-bottom: 20px;
}


.agency-article .tm-content .tm-ad-box {
    flex-direction: column;
    padding: 16px;
}


.agency-article .tm-content .tm-ad-box .tm-ad-box-left {
    flex-direction: row;
    margin-right: 0px;
    gap: 16px;
    margin-bottom: 20px;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-left img {
    margin-right: 0;
    margin-bottom: 20px;
}

.agency-article .tm-content .tm-ad-box .tm-ad-label {
    right: 16px;
}

.agency-article .tm-content .tm-ad-box .tm-ad-box-right {
    width: auto;
    position: absolute;
    right: 24px;
    top: 54px;
}

.agency-article .tm-content .tm-ad-box .tm-btn-visit {
    width: 100%;
    height: 100%;
    padding: 15px 17px;
    margin-bottom: 15px;
}

.agency-article .tm-label-gray {
    padding: 8px;
}

.agency-article .tm-artical-wrapper {
    padding-bottom: 20px;
}

.agency-article .tm-footer-sticky .tm-col-2 {
    display: none;
}

.agency-article .tm-footer-sticky .tm-col-4 {
    width: 100%;
}

.agency-article .tm-footer-sticky {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    border-color: #DDDDDD;
    padding: 16px;
}

.agency-article .tm-footer-sticky .tm-col-1,
.agency-article .tm-footer-sticky .tm-col-2,
.agency-article .tm-footer-sticky .tm-col-3 {
    margin-right: 0px;
}


.agency-article .tm-footer-sticky .tm-col-4 .tm-btn-visit {
    font-size: 16px;
    line-height: 20px;
}

.tm-content-box .tm-box-rating {
    border: none !important;
}

.tm-content-box .tm-box-rating div:first-child {
    margin-bottom: 0px !important;
}

.tm-content-box-right br {
    display: none !important;
}