.btn {
    border: none;
    text-decoration: none;
    outline: 0;
}

header.main_header_m
    .menu_m
    .main_sidebar_section
    .sidebar_inner_e
    .sidebar_right_m {
    background-color: #000;
}

header.main_header_m
    .menu_m
    .main_sidebar_section
    .sidebar_inner_e
    .sidebar_right_m
    .sidebr_right_logo {
    width: 550px;
    height: 540px;
    margin: 0 auto;
}

header.main_header_m .header_button_m .notify_bell {
    position: relative;
}

header.main_header_m .header_button_m .notify_bell i {
    font-size: 40px;
    color: var(--grey);
    cursor: pointer;
}

header.main_header_m .header_button_m .notify_bell span.num_notify {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -2px;
    right: -8px;
    background-color: #d00;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    padding: 10px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}

header.main_header_m .header_button_m .drop_down_notify {
    background-color: var(--grey);
    border-radius: 10px;
    position: absolute;
    top: 70px;
    right: 0;
    width: 293px;
}

header.main_header_m .header_button_m .drop_down_notify .sell_all_btn,
header.main_header_m .header_button_m .drop_down_notify li.items_notify {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px;
    border-bottom: 1px solid #c1c1c1;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

header.main_header_m
    .header_button_m
    .drop_down_notify
    .sell_all_btn
    span.icons,
header.main_header_m
    .header_button_m
    .drop_down_notify
    li.items_notify
    span.icons {
    margin-right: 5px;
}

header.main_header_m
    .header_button_m
    .drop_down_notify
    .sell_all_btn
    span.icons
    i,
header.main_header_m
    .header_button_m
    .drop_down_notify
    li.items_notify
    span.icons
    i {
    font-size: 22px;
}

header.main_header_m .header_button_m .drop_down_notify .sell_all_btn {
    border-bottom: unset;
}

header.main_header_m
    .header_button_m
    .drop_down_notify
    .sell_all_btn
    span.icon_n
    i {
    color: var(--text-color);
}

header.main_header_m .main_account_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--grey);
}

.video_slide_m {
    background-color: var(--black_medium);
}

.exclusive-data {
    text-align: center;
    padding: 50px 20px;
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 80%;
    padding: 80px;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: calc(100% * 3);
}

.carousel-item {
    flex: 0 0 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.5;
    transform: scale(0.8);
    width: 250px;
    height: 250px;
}

.carousel-item.middle {
    opacity: 1;
    transform: scale(1.2);
}

.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
}

.arrow {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

section.hero_banner_m a.bttn_i.bttn_arrow {
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        180deg,
        #fff 50%,
        rgba(231, 231, 231, 0.63) 100%
    );
    border-radius: 50px;
    padding: 25px 24px;
    left: 50%;
    animation: down 1.5s infinite;
    transition: down 0.5s ease-in-out;
}

section.hero_banner_m a.bttn_i.bttn_arrow svg {
    width: 30px;
    height: 25px;
    fill: var(--light-grey);
}

section.categorySlider .owl-nav.disabled {
    display: block;
    margin: 0;
}

.progeny_main_m
    .pogeny_info_inner_e
    .pogeny_info_inner
    .progeny_list
    ul
    li
    span.check_listing {
    margin-bottom: -6px;
}

.progeny_main_m
    .pogeny_info_inner_e
    .pogeny_info_inner
    .progeny_list
    ul
    li
    span.check_listing
    svg {
    width: 21px;
    fill: #000;
    background-color: #d9d9d9;
    border-radius: 20px;
    padding: 4px 5px;
    margin-right: 10px;
}

.listing_category .listing_heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    line-height: 58px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
}

.listing_category .catimg {
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.listing_category .catimg .category_badegs {
    position: absolute;
    background-color: #747474;
    top: 25px;
    z-index: 9;
    transform: rotate(-45deg);
    left: -35px;
    padding: 0 30px;
    width: 150px;
    text-align: center;
}

.listing_category .catimg .category_badegs p a {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 200;
    text-transform: uppercase;
}

.listing_category .listing_bttn a {
    color: var(--black_medium);
}

section.advertisement_sec .catimg {
    border-radius: 0 !important;
}

section.advertisement_sec .catimg:before {
    content: unset !important;
}

section.advertisement_sec .owl-nav.disabled {
    display: none;
}

section.advertisement_sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -25px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    section.advertisement_sec {
        height: 260px;
    }
}

.slider_lastest_up #categorySlider_services .item a .catimg .maque_badges {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: var(--light-brown);
    border-radius: 20px 20px 0 0;
    padding-top: 5px;
    z-index: 99;
}

.slider_lastest_up
    #categorySlider_services
    .item
    a
    .catimg
    .maque_badges
    marquee {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.slider_lastest_up
    #categorySlider_services
    .owl-stage
    .owl-item:nth-child(2n)
    .item
    .maque_badges {
    background-color: var(--dark-grey);
}

section.who_are_m .who_inner_e .who_info .who_list ul li {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    margin-bottom: 10px;
}

section.who_are_m .who_inner_e .who_info .who_list ul li span.check_listing {
    margin-bottom: -6px;
}

section.who_are_m
    .who_inner_e
    .who_info
    .who_list
    ul
    li
    span.check_listing
    svg {
    width: 21px;
    fill: #000;
    background-color: #d9d9d9;
    border-radius: 20px;
    padding: 4px 5px;
    margin-right: 10px;
}

.about_stallions {
    background-color: var(--grey);
}

.stallion_listing_m {
    background-color: var(--grey);
}

.stallion_listing_m
    .stallion_listing_inner
    .listing_stallion_m
    article.list_stallion_a
    .maque_badges {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: var(--light-brown);
    border-radius: 20px 20px 0 0;
    padding-top: 5px;
}

.stallion_listing_m
    .stallion_listing_inner
    .listing_stallion_m
    article.list_stallion_a
    .maque_badges
    marquee {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.stallion_listing_m
    .stallion_listing_inner
    .listing_stallion_m
    article.list_stallion_a
    a
    .listing_title
    p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

.stallion_listing_m .stallion_listing_inner .listing_load_more a {
    background-color: var(--black_medium);
    color: var(--white);
}

.featured_star {
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    color: var(--white);
    position: absolute;
    bottom: 18px;
    right: 20px;
}

.featured_star.filled {
    color: var(--white);
}

section.with_us_main .with_us_inner .with_us_heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}

section.mares_category {
    background-color: var(--black_medium);
}

section.mares_category .stallions_heading h2 {
    color: var(--white);
}

section.mares_listing_m .stallion_listing_inner .listing_load_more a {
    background-color: var(--grey);
    color: var(--black_medium);
}

section.bottom_line {
    border-bottom: 1px solid var(--grey);
}

section.stallion-info_m {
    background-color: var(--grey);
    padding-top: 100px;
}

@media (max-width: 767px) {
    section.stallion-info_m .sire-info {
        margin-bottom: 50px;
    }
}

section.stallion-info_m .sire_head {
    margin-bottom: 50px;
}

section.stallion-info_m .sire_head h4 {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    color: var(--black_medium);
    margin-bottom: 20px;
}

section.stallion-info_m .sire_head p {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: var(--black_medium);
    margin-bottom: 20px;
}

section.stallion-info_m .sire_details p {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: var(--black_medium);
}

section.single_stallions_m .view_contract_btn {
    padding: 100px 0 0;
}

section.single_stallions_m .view_contract_btn a {
    background-color: var(--black_medium);
    color: var(--white);
}

section.categorySlider_design1 {
    padding: 0 10px 50px;
}

section.categorySlider_design1 div#catslider {
    padding: 100px 0;
}

section.categorySlider_design1
    div#catslider
    .owl-stage-outer
    .owl-item.active:nth-child(2)
    .item {
    height: 364px;
}

@media (max-width: 767px) {
    section.categorySlider_design1 div#catslider {
        padding: 50px 0 0;
    }
}

section.categorySlider_design1 #catslider .item:nth-child(2),
section.categorySlider_design1 #catslider .item:nth-child(3) {
    height: 400px;
}

section.categorySlider_design_txt_hover
    div#catslider_gallery
    .item:hover
    .catimg
    .cattitle
    p {
    bottom: 0;
}

section.categorySlider_design_txt_hover
    div#catslider_gallery
    .item
    .catimg
    .cattitle
    p {
    bottom: -100px;
    transition: 0.3s ease;
}

.main_tab_m .tab_heading_i h3 {
    color: var(--grey);
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .main_tab_m .tabs_list_m .nav_tabs .nav_tab {
        display: flex;
        align-items: center;
    }
}

.main_tab_m
    .tabs_list_m
    #progenysalesperformance
    .main_stallion_list
    .stallion_list_info
    .stallion_list_para
    p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: var(--black_medium);
    margin-bottom: 20px;
}

.main_tab_m
    .tabs_list_m
    #progenysalesperformance
    .main_stallion_list
    .stallion_list_info
    .progeny_list
    ul
    li
    span.check_listing {
    margin-bottom: -6px;
}

.main_tab_m
    .tabs_list_m
    #progenysalesperformance
    .main_stallion_list
    .stallion_list_info
    .progeny_list
    ul
    li
    span.check_listing
    svg {
    fill: var(--white);
    background-color: var(--black_medium);
    width: 21px;
    border-radius: 20px;
    padding: 4px 5px;
    margin-right: 10px;
}

.main_tab_m .stallion_img .stallion_label_inner {
    background-color: #2caf2c;
    padding: 4px 3px;
    color: var(--white);
    margin-left: -20px;
    border-radius: 2px 3px 3px 2px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.main_tab_m .stallion_img .stallion_label_inner:before {
    content: "";
    top: 0;
    right: -13px;
    position: absolute;
    z-index: 9;
    border-top: 14px solid transparent;
    border-left: 14px solid #2caf2c;
    border-bottom: 14px solid transparent;
    border-radius: 1px;
}

.main_tab_m .stallion_img .stallion_label_inner label {
    padding: 0 4px 1px;
    border-radius: 3px;
    font-family: var(--font-poppins);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
}

.main_tab_m
    .main_stallions_listings
    article.stallion-box:hover
    .stallion-items
    .catimg
    .cattitle {
    bottom: -70px;
}

.main_tab_m .call_owner_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c2;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.main_tab_m .call_owner_pop .intersted_purchase {
    width: 550px;
    height: auto;
    background-color: var(--grey);
    padding: 50px 30px;
    border-radius: 20px;
    position: relative;
}

.main_tab_m .call_owner_pop .intersted_purchase .pop_box .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.main_tab_m .call_owner_pop .intersted_purchase .pop_box .close-btn svg {
    width: 20px;
    height: 20px;
}

.main_tab_m .call_owner_pop .intersted_purchase .pop_box .pop-title h4 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: var(--black_medium);
    margin-bottom: 30px;
}

.main_tab_m
    .call_owner_pop
    .intersted_purchase
    .pop_box
    .pop-title
    h4
    .text_underline {
    text-decoration: underline;
}

.main_tab_m .call_owner_pop .intersted_purchase .pop_box .pop-title h4 svg {
    width: 20px;
    height: 20px;
}

.main_tab_m
    .call_owner_pop
    .intersted_purchase
    .pop_box
    form
    .main_groups
    .group_fields {
    width: 100%;
    margin-bottom: 20px;
}

.main_tab_m
    .call_owner_pop
    .intersted_purchase
    .pop_box
    form
    .main_groups
    .group_fields
    input,
.main_tab_m
    .call_owner_pop
    .intersted_purchase
    .pop_box
    form
    .main_groups
    .group_fields
    textarea {
    outline: 0;
    border: 1px solid silver;
    padding: 12px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: var(--black_medium);
    text-transform: capitalize;
    background-color: transparent;
}

@media (max-width: 992px) {
    .main_tab_m
        .tabs_list_m
        #pedigreechart
        .pedigree_chart_m
        .chart_tree
        > ul
        > li
        > a {
        width: 100%;
        max-width: 275px;
        position: absolute;
    }

    .main_tab_m
        .tabs_list_m
        #pedigreechart
        .pedigree_chart_m
        .chart_tree
        > ul
        > li
        > ul {
        left: 210px;
    }

    div#pedigreechart .pedigree_chart_m .chart_tree > ul {
        width: 100%;
        overflow-x: scroll;
    }
}

section.with_us_main .with_us_inner .video_icon_m .video_icon_i {
    width: 110px;
    height: 110px;
}

section.with_us_main .with_us_inner .video_icon_m .video__pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000ba;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

section.with_us_main .with_us_inner .video_icon_m .video__pop .clos-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}

section.with_us_main .with_us_inner .video_icon_m .video__pop .clos-btn svg {
    fill: var(--white);
}

div#catslider .owl-stage .owl-item.active:nth-child(2),
div#catslider .owl-stage .owl-item.active:nth-child(3) {
    scale: 5.5 !important;
}

@media (max-width: 767px) {
    section.Stallions_section .pogeny_info_inner_e.direction_mobile {
        flex-direction: column-reverse;
    }
}

.follwed_sidebar_m {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999999;
}

.follwed_sidebar_m .button_follow {
    background-color: #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 60px 0 0 60px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 45px;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.follwed_sidebar_m .button_follow svg {
    width: 25px;
    height: 25px;
    stroke-width: 2px;
    stroke: var(--black_medium);
}

.follwed_sidebar_m .button_follow .filled {
    color: var(--black_medium);
}

.follwed_sidebar_m .button_follow:hover {
    max-width: 300px;
}

.follwed_sidebar_m .icon_follow {
    font-size: 16px;
    padding: 0 8px 0 14px;
    display: flex;
    align-items: center;
}

.follwed_sidebar_m .text {
    color: var(--black_medium);
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 15px;
}

section#create_account_main {
    height: 400px;
    padding-top: 100px;
}

.create_ac_form {
    background-color: var(--grey);
}

.create_ac_form .create_ac_form_inner .form-container {
    max-width: 650px;
    margin: 0 auto;
}

.create_ac_form .create_ac_form_inner .form-container .account_detail h3 {
    color: var(--black-medium);
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    line-height: 28px;
    font-weight: 500;
}

.create_ac_form .create_ac_form_inner .form-container .account_detail .row {
    margin: 0 0 15px;
    gap: 20px;
}

.create_ac_form
    .create_ac_form_inner
    .form-container
    .account_detail
    .row
    .form-group {
    flex: 1 calc(100% - 20px);
}

.create_ac_form
    .create_ac_form_inner
    .form-container
    .account_detail
    .row
    .form-group
    label {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    color: var(--black-medium);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.create_ac_form
    .create_ac_form_inner
    .form-container
    .account_detail
    .row
    .form-group
    input {
    display: block;
    width: 100%;
    outline: 0;
    border: 0;
    padding: 12px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: var(--black_medium);
    height: 40px;
    border-radius: 5px;
}

section.progeny_list_m .main_tab_m .progeny_list_title h3 {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

section.progeny_list_m
    .main_tab_m
    .main_stallions_listings
    article.stallion-box {
    padding: 20px 10px;
}

section.categorySlider .catslider .item a .catimg .slider_info .cat_p p {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white);
}

section.categorySlider .catslider .item a:hover .slider_info {
    bottom: 0;
}

section.progeny_main_m .pogeny_info_inner_e .pogeny_info_inner .socials_icon p {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

section.progeny_main_m
    .pogeny_info_inner_e
    .pogeny_info_inner
    .socials_icon
    .footer_socials
    ul.social_media_list
    li
    a {
    background-color: var(--light-grey);
    margin: 0 5px 0 0;
    border-radius: 30px;
    padding: 10px 10px 6px;
    display: inline-block;
}

section.progeny_main_m
    .pogeny_info_inner_e
    .pogeny_info_inner
    .socials_icon
    .footer_socials
    ul.social_media_list
    li
    a
    svg {
    width: 20px;
    height: 20px;
    fill: var(--black_medium);
}

section.Stallions_section
    .pogeny_info_inner_e
    .pogeny_info_inner
    .socials_icon
    p {
    color: var(--black_medium);
}

section.Stallions_section
    .pogeny_info_inner_e
    .pogeny_info_inner
    .socials_icon
    .footer_socials
    ul.social_media_list
    li
    a {
    background-color: var(--black_medium);
}

section.Stallions_section
    .pogeny_info_inner_e
    .pogeny_info_inner
    .socials_icon
    .footer_socials
    ul.social_media_list
    li
    a
    svg {
    fill: var(--light-grey);
}

section#categorySlider_mare {
    background-color: var(--black_medium);
}

section#categorySlider_mare .slider_title h3 {
    color: var(--grey);
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

section#categorySlider_mare div#catslider {
    padding: 50px 10px;
}

section.main_tab_mare {
    background-color: var(--black_medium);
}

section.main_tab_mare
    .tabs_list_m
    #progenysalesperformance
    .main_stallion_list
    .stallion_list_info
    .progeny_list
    ul
    li
    span.check_listing
    svg {
    background-color: var(--grey);
    fill: var(--black_medium);
}

section.main_tab_mare .view_contract_btn a {
    background: var(--grey);
    color: var(--black_medium);
}

.main_fllowed article.Fllowed_list {
    flex: 0 calc(20% - 16px);
    border-radius: 20px;
    height: 375px;
    position: relative;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 1350px) {
    .main_fllowed article.Fllowed_list {
        flex: 0 calc(25% - 16px);
    }
}

@media (max-width: 1132px) {
    .main_fllowed article.Fllowed_list {
        flex: 0 calc(33.3% - 16px);
    }
}

@media (max-width: 992px) {
    .main_fllowed article.Fllowed_list {
        flex: 0 calc(50% - 16px);
    }
}

@media (max-width: 550px) {
    .main_fllowed article.Fllowed_list {
        flex: 0 calc(100%);
    }
}

.main_fllowed article.Fllowed_list::before {
    position: absolute;
    content: "";
    background: linear-gradient(182.7deg, #000000e0, #000000e0 97.44%);
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 9;
    border-radius: 20px;
    transition: bottom 0.4s ease;
}

.main_fllowed article.Fllowed_list .list_info_m {
    position: relative;
    z-index: 99;
    bottom: -230px;
    transition: bottom 0.4s ease;
}

.main_fllowed article.Fllowed_list .list_info_m h3 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
}

.main_fllowed article.Fllowed_list .list_info_m p {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white);
    margin-bottom: 10px;
}

.main_fllowed article.Fllowed_list .category_badegs {
    position: absolute;
    background-color: #747474;
    top: 25px;
    z-index: 9;
    transform: rotate(-45deg);
    left: -35px;
    padding: 0 30px;
    width: 150px;
    text-align: center;
}

.main_fllowed article.Fllowed_list .category_badegs a {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 200;
    text-transform: uppercase;
}

.main_fllowed article.Fllowed_list:hover::before {
    bottom: 0;
}

.main_fllowed article.Fllowed_list:hover .list_info_m {
    bottom: 0;
}

.all_animal_m .content-table tr {
    cursor: pointer;
}

.all_animal_m .content-table tr .List_name a {
    font-size: 18px;
    font-weight: 500;
    color: var(--black_medium);
    line-height: 28px;
}

.all_animal_m .content-table tr .author_info p {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--d-grey);
    margin-bottom: 5px;
}

.all_animal_m .content-table tr .action_btns {
    text-transform: capitalize;
    font-size: 13px;
    line-height: 16px;
    color: var(--d-grey);
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.all_animal_m .content-table tr:hover .action_btns {
    opacity: 1;
    visibility: visible;
}

.all_animal_m .content-table tr td:first-child {
    width: 15%;
}

@media (max-width: 767px) {
    .all_animal_m .content-table tr .action_btns {
        opacity: 1;
        visibility: visible;
    }
}

.actions_drop label.screen-reader-text {
    opacity: 0;
}

.actions_drop select#bulk-action-selector-top {
    padding: 6px 13px;
    outline: 0;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    color: var(--text-color);
}

.actions_drop input.button_action {
    border: 1px solid transparent !important;
}

@media (max-width: 767px) {
}

.searchbar .preview_btn {
    padding-right: 30px;
}

.stallions_d_form .preview_list_stallion ul {
    margin-left: 15px;
}

.stallions_d_form .preview_list_stallion ul li.list_items {
    font-family: var(--font-poppins);
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 5px;
}

.all_gallery ul > li {
    flex: 0 calc(12% - 21px);
}

@media (max-width: 992px) {
    .all_gallery ul > li {
        flex: 0 calc(25% - 15px);
    }
}

.upload-container .upload-section {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 25px 20px;
    margin-bottom: 20px;
}

.upload-container .upload-section h3 {
    font-family: var(--font-poppins);
    font-size: 20px;
    line-height: 24px;
    color: var(--black_medium);
    margin-bottom: 20px;
    font-weight: 400;
}

.upload-container .upload-section input {
    width: 100%;
    outline: unset;
    padding: 4px 5px 5px;
    border: 1px solid #dae3f8;
    border-radius: 3px;
    font-family: var(--font-poppins);
    font-size: 14px;
    background-color: #f4f4f4;
}

.upload-container .upload-section input.upload-input {
    width: auto;
}

.upload-container .advertisement-container {
    display: flex;
    gap: 20px;
}

.upload-container .advertisement-section {
    flex: 1;
}

.upload-container .upload-link {
    text-decoration: none;
    font-size: 14px;
    color: #9e735e;
    cursor: pointer;
}

.media_all {
    border: 1px solid #f2f5fa;
    border-radius: 16px;
}

.media_all .title_bar {
    padding: 15px;
    background-color: #f2f5fa;
    border-radius: 16px 16px 0 0;
}

.media_all .title_bar P {
    font-family: var(--font-poppins);
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #8a8a8a;
}

.all_gallery {
    padding: 0 15px;
}

.maindrop {
    padding: 0 15px;
}

.maindrop .form-group select {
    width: 100%;
    outline: unset;
    padding: 4px 5px 5px;
    border: 1px solid #777;
    border-radius: 3px;
    font-family: var(--font-poppins);
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .maindrop {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .maindrop .form-group {
        margin-bottom: 0;
    }

    .maindrop .form-group select {
        margin-bottom: 0;
    }
}

.filers_grapher {
    margin-bottom: 50px;
}

.filers_grapher form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.filers_grapher form h3 {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    color: var(--dark-grey);
}

@media (max-width: 992px) {
    .filers_grapher form h3 {
        font-size: 30px;
    }
}

.filers_grapher form select {
    width: 180px;
    outline: unset;
    padding: 4px 5px 5px;
    border: 1px solid #dae3f8;
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.filers_grapher form button {
    font-size: 16px;
    padding: 6px 30px;
}

@media (max-width: 767px) {
    .filers_grapher form {
        flex-direction: column;
        align-items: start;
    }
}

.grapher_listing table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--black-medium);
}

.grapher_listing thead tr th {
    padding: 18px 8px;
}

.grapher_listing td,
.grapher_listing th {
    text-align: left;
    padding: 10px;
    border: 1px solid var(--text-color);
}

.grapher_listing th {
    background-color: var(--light-brown);
    color: var(--black-medium);
}

.grapher_listing tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.grapher_listing tr:nth-child(odd) {
    background-color: #fff;
}

@media (max-width: 767px) {
    .grapher_listing {
        overflow: hidden;
        overflow-x: scroll;
    }
}

.our_services_main {
    background-color: #d9d9d9;
}

.our_services_main .main_box {
    flex: 0 calc(33.3% - 14px);
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
}

.our_services_main .service_title h3 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--black-medium);
    text-transform: uppercase;
}

.our_services_main .service_icon i {
    background-color: #b2a199;
    font-size: 35px;
    color: #fff;
    padding: 25px;
    border-radius: 50%;
}

.our_services_main .heading_text {
    margin-bottom: 10px;
}

.our_services_main .heading_text h4 {
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    line-height: 35px;
    color: var(--dark-grey);
}

.our_services_main .para_text p {
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: var(--dark-grey);
    padding: 0 15px;
}

@media (max-width: 992px) {
    .our_services_main .main_box {
        flex: 0 calc(50% - 14px);
    }
}

@media (max-width: 767px) {
    .our_services_main .main_box {
        flex: 0 calc(100%);
    }
}

@media (max-width: 550px) {
    .our_servuce_box_m {
        justify-content: center;
    }
}

section.hero_calender .banner_heading-m h1 {
    font-size: 60px;
    line-height: 65px;
}

section#celender_slider_m.calendar_event_m
    .calender_events_m
    #Calender_events
    .calender_box
    article.events_list_f
    .featured_img
    .follow-fetured {
    position: absolute;
    top: 10px;
    left: 5px;
}

section#celender_slider_m.calendar_event_m
    .calender_events_m
    #Calender_events
    .calender_box
    article.events_list_f
    .featured_img
    .follow-fetured
    i {
    font-size: 20px;
    color: var(--white);
}

@media (max-width: 767px) {
}

section#celender_slider_m.calendar_event_m
    .calender_events_m
    #Calender_events
    .item_calender:nth-child(2n)
    .calender_box {
    flex-direction: row-reverse;
}

section#celender_slider_m.calendar_event_m
    .calender_events_m
    #Calender_events
    .item_calender:nth-child(2n)
    .calender_box
    .events_listing:before {
    transform: translate(-50%, 0);
    left: 0;
    right: unset;
}

.about_stallions_para h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
}

.main-checkout h1 {
    font-size: 72px;
    color: #000;
}

.main-checkout h2 {
    font-size: 28px;
}

.main-checkout h3 {
    font-size: 16px;
}

.main-checkout p {
    font-size: 13px;
    padding: 20px 0;
}

.main-checkout h3 {
    position: relative;
}

.main-checkout h3.topborder {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--black);
}

.main-checkout h3.topborder:before {
    content: "";
    display: block;
    border-top: 1px solid #c2c2c2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.main-checkout h3.topborder span {
    background: #fff;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 5;
}

.main-checkout .white-space {
    height: 90px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 12px 14px -10px #ddd;
    -webkit-box-shadow: 0 12px 14px -10px #ddd;
    -moz-box-shadow: 0 12px 14px -10px #ddd;
    -o-box-shadow: 0 12px 14px -10px #ddd;
}

.main-checkout .fa-info {
    font-size: 24px;
    padding: 0 20px;
    color: #757575;
    line-height: 56px;
    vertical-align: middle;
}

.main-checkout a {
    color: var(--light-blue);
    font-size: 13px;
    text-decoration: none;
}

.main-checkout a:hover {
    color: #000;
}

.main-checkout .info-bar {
    background-color: #f5f5f5;
}

.main-checkout .info-bar p:first-child {
    padding: 0;
}

.main-checkout .oder {
    float: left;
}

.main-checkout .order {
    border: 12px solid #f5f5f5;
    padding: 30px;
    margin-top: 28px;
}

.main-checkout .order .border-bttm {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.main-checkout .order a {
    display: block;
}

.main-checkout .order p {
    padding: 0;
    line-height: 20px;
}

.main-checkout .order h4,
h5 {
    padding: 0;
}

.main-checkout .order div:nth-child(6) {
    border: none;
}

.main-checkout .width50 {
    width: 50%;
    float: left;
}

.main-checkout .padleft {
    margin-left: 39px;
}

.main-checkout .padright {
    padding-right: 40px;
}

.main-checkout .inline {
    display: inline-block;
}

.main-checkout .alignright {
    float: right;
}

.main-checkout .prod-description {
    text-transform: uppercase;
    color: #000;
}

.main-checkout .qty {
    font-weight: 900;
    font-size: 13px;
    color: #000;
    padding-left: 4px;
}

.main-checkout .smalltxt {
    font-size: 9px;
    vertical-align: middle;
}

.main-checkout .paymenttypes {
    border: 1px solid #ddd;
    width: 135px;
    height: 70px;
    padding: 0 8px;
    margin: 0 0 20px 10px;
    display: inline-block;
    vertical-align: middle;
}

.main-checkout .paypal {
    width: 39px;
    height: 13px;
}

.main-checkout .cards {
    width: 135px;
    height: 24px;
}

.main-checkout .difwidth {
    width: 150px;
    line-height: 20px;
}

.order .center {
    line-height: 40px;
    color: #000;
}

.main-checkout .w-100 {
    display: block;
    width: 100%;
    float: left;
}

.main-checkout .order .cart-products-main {
    width: 100%;
    border: unset;
    padding: 0;
}

.main-checkout .for-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 100vw;
    background-color: #00000087;
    height: 100vh;
    display: none;
}

.main-checkout input#submitButtonn {
    margin-top: 30px;
}

.main-checkout .for-popup .form fieldset {
    border: none;
    padding: 0;
    padding: 10px 0;
    position: relative;
    clear: both;
}

.main-checkout .for-popup .form fieldset.fieldset-expiration {
    float: left;
    width: 60%;
}

.main-checkout .for-popup .form fieldset.fieldset-expiration .select {
    width: 84px;
    margin-right: 12px;
    float: left;
}

.main-checkout .for-popup .form fieldset.fieldset-ccv {
    clear: none;
    float: right;
    width: 86px;
}

.main-checkout .for-popup .form fieldset label {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 5px;
    font-weight: 700;
}

.main-checkout .for-popup .form fieldset input,
.main-checkout .select {
    width: 100%;
    height: 38px;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    outline: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.main-checkout .for-popup .form fieldset .select.input-cart-number,
.main-checkout .for-popup .form fieldset input.input-cart-number {
    width: 82px;
    display: inline-block;
    margin-right: 8px;
}

.main-checkout .for-popup .form fieldset .select.input-cart-number:last-child,
.main-checkout .for-popup .form fieldset input.input-cart-number:last-child {
    margin-right: 0;
}

.main-checkout .for-popup .form fieldset .select {
    position: relative;
}

.main-checkout .for-popup .form fieldset .select select {
    padding: 0;
    border: none;
    width: 100%;
    outline: 0 !important;
    top: -6px;
    left: 10px;
    background: 0 0;
}

.main-checkout .for-popup .form fieldset .select select :-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.main-checkout .for-popup .form .main-checkout button {
    width: 100%;
    outline: 0 !important;
    background: linear-gradient(180deg, #49a09b, #3d8291);
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    box-shadow: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.main-checkout .for-popup .form .main-checkout button .fa {
    margin-right: 6px;
}

.checkout {
    position: relative;
    top: 50px;
    width: 460px;
    background: #fff;
    border-radius: 15px;
    padding: 160px 45px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.credit-card-box {
    perspective: 1000;
    width: 400px;
    height: 280px;
    position: absolute;
    top: -112px;
    left: 50%;
    transform: translateX(-50%);
}

.credit-card-box.hover .flip,
.credit-card-box:hover .flip {
    transform: rotateY(180deg);
}

.credit-card-box .back,
.credit-card-box .front {
    width: 400px;
    height: 250px;
    border-radius: 15px;
    backface-visibility: hidden;
    background: linear-gradient(135deg, #bd6772, #53223f);
    position: absolute;
    color: #fff;
    font-family: Inconsolata;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.credit-card-box .back::before,
.credit-card-box .front::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
    background-size: cover;
    opacity: 0.05;
}

.credit-card-box .flip {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.credit-card-box .logo {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 60px;
}

.credit-card-box .logo svg {
    width: 100%;
    height: auto;
    fill: #fff;
}

.credit-card-box .front {
    z-index: 2;
    transform: rotateY(0);
}

.credit-card-box .back {
    transform: rotateY(180deg);
}

.credit-card-box .back .logo {
    top: 185px;
}

.credit-card-box .chip {
    position: absolute;
    width: 60px;
    height: 45px;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #ddccf0 0, #d1e9f5 44%, #f8ece7 100%);
    border-radius: 8px;
}

.credit-card-box .chip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 4px solid rgba(128, 127, 127, 0.1);
    width: 80%;
    height: 70%;
    border-radius: 5px;
}

.credit-card-box .strip {
    background: linear-gradient(135deg, #404040, #1a1919);
    position: absolute;
    width: 100%;
    height: 50px;
    top: 30px;
    left: 0;
}

.credit-card-box .number {
    position: absolute;
    margin: 0 auto;
    top: 103px;
    left: 19px;
    font-size: 38px;
}

.credit-card-box .for-popup label {
    font-size: 10px;
    letter-spacing: 1px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.5;
    display: block;
    margin-bottom: 3px;
}

.credit-card-box .card-expiration-date,
.credit-card-box .card-holder {
    position: absolute;
    margin: 0 auto;
    top: 180px;
    left: 19px;
    font-size: 22px;
    text-transform: capitalize;
}

.credit-card-box .card-expiration-date {
    text-align: right;
    left: auto;
    right: 20px;
}

.credit-card-box .ccv {
    height: 36px;
    background: #fff;
    width: 91%;
    border-radius: 5px;
    top: 110px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    color: #000;
    text-align: right;
    padding: 10px;
}

.credit-card-box .ccv label {
    margin: -25px 0 14px;
    color: #fff;
}

.main-checkout button {
    background-color: var(--black_medium);
    color: var(--white);
    font-size: 17px;
    margin-top: 30px;
}

.main-checkout button:hover {
    background-color: var(--black_medium);
    color: var(--white);
}

@media (max-width: 767px) {
    .main-checkout .checkout {
        width: 330px;
        padding: 160px 25px 30px;
    }

    .main-checkout .credit-card-box .back,
    .main-checkout .credit-card-box .front {
        width: 350px;
        left: 25px;
    }

    .main-checkout .for-popup .form fieldset .select.input-cart-number,
    .main-checkout .for-popup .form fieldset input.input-cart-number {
        width: calc(49% - 0px);
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-checkout .for-popup .form fieldset.fieldset-expiration .select {
        width: 70px;
    }

    .form fieldset .select select {
        padding: 5px;
    }
}

.ck-label {
    display: none !important;
}

/* Animation for the modal */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button Style */

.error {
    color: red;
}

.valid {
    color: green;
}

.validation-stallion {
    color: #9f0808;
}

.ck-label {
    display: none !important;
}

/* Animation for the modal */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

popup_event_s .close_btn_p i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 50px;
}

.event_badge .icon .img-contain {
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.popup_event_s .event-card .event_details .event_badge {
    position: relative;
    margin-top: -80px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.event_f_i img {
    border-radius: 0;
}

.popup_event_s .event-card .event_details {
    padding: 20px 40px 40px;
}

.popup_event_s .event-card .event_details .follow_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup_event_s .event-card .event_details .events_inf p > span {
    flex: 0 50%;
}

.header-dropdwon {
    height: 40px;
    width: 40px;
}

.popup_event_s .event-card .event_details .events_inf p {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: var(--black_medium);
    display: flex;
}

.event_f_i .img-cover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main_fllowed article.Fllowed_list .list_info_m {
    position: relative;
    z-index: 99;
    bottom: -230px;
    transition: bottom 0.4s ease;
}

.main_fllowed article.Fllowed_list .maque_badegs {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: var(--light-brown);
    border-radius: 20px 20px 0 0;
    padding-top: 10px;
    color: white;
}

.maque_badegs marquee a {
    font-size: 20px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-container {
    background: #fff;
    border-radius: 8px;
    width: 360px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: popup-slide-in 0.3s ease-out;
}

.popup-header {
    background: #ffffff;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-title {
    margin: 0;
    font-size: 18px;
    color: #141111;
}

.popup-close {
    cursor: pointer;
    font-size: 30px;
    color: #141111;
}

.popup-body {
    padding: 20px;
    text-align: center;
}

.popup-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #ffffff;
}

.popup-button {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.confirm-btn {
    background-color: var(--black_medium);
    color: #fff;
}

.cancel-btn {
    background-color: #404646;
    color: #fff;
}

@keyframes popup-slide-in {
    from {
        transform: translateY(-20%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.relative .w-5 {
    display: none;
}

.relative span {
    display: none;
}

/* .relative a{
  display: none;
} */
.flex .relative + a {
    margin-left: 20px;
}

.mainLinkk {
    color: white;
}

.photographerimage {
    width: 150px;
}

.price_list {
    position: relative;
}

.price_list a {
    position: absolute;
    top: -10px;
    left: 50px;
    color: #a13c3c;
    font-size: 30px;
}

input::placeholder {
    color: black;
    /* Change text color */
}

input::placeholder::after {
    content: "*";
    color: red !important;
}

/* Modal Content (Image + Info) */
.popup-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/* Popup Content Box */
.popup-content {
    background: #d9d9d9;
    padding: 30px;
    width: 507px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 7px;
    right: 13px;
    font-size: 30px;
    cursor: pointer;
}

.add_stallion_barrr {
    width: 425px;
    height: 476px;
    margin: 10px 10px 10px 10px;
}

.stallion_titleeeee {
    margin-bottom: 30px;
}

.stallion_titleeeee p {
    font-family: var(--font-poppins);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black_medium);
}

svg.svg-inline--fa.fa-download.dowwldIcon {
    position: absolute;
    bottom: 20px;
    left: 40px;
    font-size: 30px;
}

svg.svg-inline--fa.fa-trash.dletttIcon {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 30px;
}

.video-container {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 2;
}

@media (max-width: 992px) {
    .price_list a {
        left: 10px;
    }
}

.uploadgallery {
    color: #fff !important;
}

.videouploadimage {
    color: #fff !important;
}

.progeny_para a,
.pricing_info a,
.who_para a {
    text-decoration: underline;
    color: var(--light-brown);
}

section#celender_slider_m.calendar_event_m
    .popup_event_s
    .event-card
    .event_details {
    height: 300px;
    padding: 30px;
    overflow-y: scroll;
}

p.downArwwwww {
    font-size: 30px;
    color: var(--light-brown);
    top: 16px;
    position: relative;
    left: 17px;
}

section.who_are_m .who_inner_e .who_info .who_para ul li {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: var(--white);
}

/* Form Styles */

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
    color: var(--dark-grey);
    font-size: 16px;
}

/* need help */
.helpsupport {
    text-align: end;
    padding-bottom: 15px;
}

.helpsupport:hover {
    color: #b2a199;
}

/* grapher table */
.grapher_listing td,
.grapher_listing th {
    width: 300px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grapher_listing td.d-flex > div {
    flex: 0 40%;
}

/* profile menu  */

.header_button_m .profile_avtar i {
    font-size: 40px;
    color: white;
}

.profile_drop_m {
    display: none;
    background: aliceblue;
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 720px;
    }

    .main_tab_m .container {
        max-width: 100%;
    }

    .semen_contract_f .container {
        max-width: 100%;
    }

    section.about_stallions .about_mares {
        padding: 30px 0px;
    }

    section.stallion-category .stallions_heading h2 {
        font-size: 20px;
    }

    div#catslider .owl-stage .owl-item.active:nth-child(2),
    div#catslider .owl-stage .owl-item.active:nth-child(3) {
        scale: 1 !important;
    }

    .btn_i {
        font-size: 14px;
        padding: 12px 23px;
    }

    .pogeny_info_inner .pogeny_heading {
        padding: 0px 0px;
    }

    .pogeny_info_inner .pogeny_heading {
        font-size: 20px;
        line-height: 25px;
    }

    .categorySlider .listing_heading {
        margin: 0px;
    }

    .containerrListing-m {
        display: block;
    }

    button.swrdPrflnew {
        font-size: 12px;
        padding: 10px 21px;
    }

    section#celender_slider_m .owl-carousel .owl-stage-outer {
        padding: 30px 0 30px;
    }

    .pogeny_info_inner .sire_dam_mm .sire-info .sire_head h4 {
        font-size: 25px !important;
    }

    .progeny_main_m
        .pogeny_info_inner_e
        .progeny-info-details
        .pogeny_heading
        h2 {
        font-size: 25px;
    }

    article.events_list_f {
        margin-bottom: 50px;
    }

    .filter_section .search_filter_iiii .searchhh-bar-wrapper {
        margin: 0px;
    }

    .mainPortfolio {
        margin-top: 30px;
    }

    .cncttour_servuce_box_m {
        margin-top: 30px;
    }

    .filers_grapher form {
        flex-direction: column;
        align-items: center;
    }

    .main_tab_m .tab_heading_i h3 {
        font-size: 20px;
    }

    .main_tab_m .tabs_list_m .nav_tabs .nav_tab {
        font-size: 13px;
    }

    section.stallion-category .stallions_heading h2 {
        font-size: 20px;
    }

    section.semen_contrat_pdf.semen_contract_f h3 {
        font-size: 18px;
    }

    section.hero_banner_m.vnone.image.d-flex.align-items-center {
        padding: 100px 0px;
    }

    section#plans_pricing .pricing_main_m .pricing_items.gold_pricing {
        padding: 50px 30px;
    }

    section.hero_banner_m .banner_logo_m {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    section#plans_pricing .pricing_main_m .pricing_items {
        padding: 30px 30px;
    }

    .pricing_main_m {
        flex-wrap: wrap;
        width: 100%;
    }

    section#plans_pricing .pricing_main_m > div {
        flex: 0 100%;
    }

    footer#main_footer .main_footer_upper .footer_logo_m .footer_main_l > div {
        flex: 0 100%;
    }

    .main_dashboard_m
        .dashboard_wrapper_f
        .dash_sidebar_m
        .dash_sidebar_inner
        .menu_list
        ul.menu_list_ul
        li.have-child
        > a::before {
        right: 25px;
        top: 12px;
    }

    .dash_main_body .profile_status_m .profile_title p {
        line-height: 25px;
    }
    .events_m .tabs_i .profile_status_m .profile_title .searchbar input {
        margin-bottom: 10px;
    }
    .add_new_stallions .satllion_title_search_m .searchbar {
        flex-direction: column;
    }
    .grapher_listing td .fetured_img img {
        max-width: 100%;
    }
    .grapher_listing tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .grapher_listing td {
        border-top: none;
    }
    div#tab-7.main_tab_content {
        max-width: 100%;
    }
    section.progeny_list_m .searchhh-bar-wrapper {
        margin: 0px;
        flex-direction: column;
        border-radius: 35px;
        padding: 5px;
    }

    section.progeny_list_m .searchhh-bar-wrapper .form-group {
        flex: 0 100%;
        width: 100%;
    }

    section.progeny_list_m
        .searchhh-bar-wrapper
        .form-group:first-child
        select {
        border-radius: 30px 30px 0 0px;
    }

    section.progeny_list_m .searchhh-bar-wrapper .searchh-button {
        border-radius: 0 0 30px 30px;
    }

    div#catslider .owl-stage .owl-item.active:nth-child(3) {
        scale: 1 !important;
    }

    .portfoliotConten p {
        font-size: 13px;
    }

    .portfolioTitle h3 {
        font-size: 20px;
    }

    .contact-form-container h3 {
        margin: 0 0 10px 0;
    }

    .slider_info {
        opacity: 1;
        visibility: visible;
    }

    .slider_info {
        top: unset;
        bottom: -25px;
        height: unset;
        padding: 5px;
    }

    .cat_p {
        padding: 5px;
    }

    section.categorySlider .catslider .item a .catimg .slider_info {
        position: absolute;
        bottom: -25px;
    }

    .modall .modal-contents {
        width: 80% !important;
    }

    .pogeny_info_inner .sire_dam_mm .sire-info .sire_head p {
        font-size: 20px !important;
        line-height: 30px;
    }

    .pogeny_info_inner_e.pogeny_info_Ininner_etwo.d-flex {
        flex-direction: column-reverse;
    }

    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-top: 15px;
    }

    .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
        margin-right: 20px;
    }

    .popup_event_s .event-card .event_details {
        padding: 20px 40px 40px;
        height: 300px;
        overflow-y: scroll;
    }

    .popup_event_s .event-card .event_details .follow_btn {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

/*@media (max-width: 1024px) {*/
/*  section.hero_banner_m .banner_heading-m h1 {*/
/*      font-size: 20px;*/
/*      line-height: 45px;*/
/*  }*/
/*}*/

@media (max-width: 776px) {
    .dash_body_inner .stallions_details .add_new_stallions .grid {
        grid-template-columns: 1fr;
    }
}

