/* Need to remove the height property and set min-height, becasuse Reseller Text is going to next line but bg color doesnt apply to this due to static height */
.header-seo-link
{
    height : unset;
    min-height: 2em;
}

.h1_with_image
{
    position : relative;
    padding-left : 55px;
    text-align: left;
}

.h1_with_image > img
{
    display: inline-block;
    width: 45px;
    position: absolute;
    top: 6px;
    left: 2px;
}

.h2_with_image
{
    position : relative;
    padding-left : 50px;
}

.h2_with_image > img
{
    display: inline-block;
    width: 40px;
    position: absolute;
    top: 6px;
    left: 2px;
}

.h3_with_image
{
    position : relative;
    padding-left : 45px;    
}

.h3_with_image > img
{
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 0;
    left: 2px;
}

.full_bg_img_style
{
    background-position-y:50%;
    background-position-x:50%;
    background-size:cover;
}

.div_premium_partner_update247
{
    display:flex;
    align-items:center;
    justify-content:center;
    column-gap:15px;
    padding-top:25px;
    padding-bottom:25px;
}

.span-title-1
{
    background-color: #FFFFFF;
    display: inline-block;
    padding: 3px 15px 2px;
    margin-top: 10px;
    border-radius: .25em;
}

.jumbotron_custom p
{
    font-size:1em;
    font-weight:300;
}

@media only screen and (min-width : 768px)
{
    .h3_with_image
    {
      font-size: 1.65em;
      /* font-size: 1.75em; */
    }
}

@media only screen and (max-width : 767.85px)
{
    .h1_with_image
    {
      padding-left: 40px;
    }

    .h1_with_image > img
    {
      top: 3px;
      width: 32px;
    }

    .h2_with_image
    {
      padding-left: 30px;
    }

    .h2_with_image > img
    {
      width: 25px;
      top: 3px;
      /* left: 0px; */
    }

    .h3_with_image > img
    {
      top: 2px;
    }

    .cols-3
    {
      margin: 5px 3px !important;
    }
}

@media only screen and (max-width : 575.85px)
{
    .div_premium_partner_update247
    {
      flex-direction: column;
      row-gap : 10px;
    }
}
  
/*added by kamal on 21-05-2024*/
.customwebsite_thumb_text
{
    margin:0;
}
  
/*added by kamal on 07-08-2024*/
/* FF : change bottom */
#fix-footer
{
    position: fixed;
    /* bottom: 0; */
    bottom: calc(0px + var(--pms-safearea-bottom));
    width: 100%;
}

/* FF : remove <?php ?> tag   */
/* added by kamal on 21-05-2024 */ 
.slide-container
{
    max-width: 1120px;
    width: 100%;
    /*padding: 40px 0;*/
}

.slide-content
{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 0;
}
/*.card{*/
/*  border-radius: 25px;*/
/*  background-color: #FFF;*/
/*}*/
.image-content
{
    padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px)
{
    .desktop_content
    {
        display: none;
    }
    .copyright
    {
        margin-bottom:15px;
    }
}

.swiper-navBtn
{
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover
{
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after
{
    font-size: 35px;
}

.swiper-button-next
{
    right: 0;
}

.swiper-button-prev
{
    left: 0;
}

.swiper-pagination-bullet
{
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active
{
    background-color: #4070F4;
}

@media screen and (max-width: 768px)
{
    .slide-content
    {
          margin: 0 10px;
    }
    
    .swiper-navBtn
    {
        display: none;
    }
}

/* FF : remove <?php ?> tag */
/*added by kamal on 26-08-2024*/
.div-footer-link-container > a {
    display: block;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none !important;
    text-align: center;
    padding: 3px 1px;
    line-height: 14px;
}

.div-footer-link-container > a > i, .div-footer-link-container > a > svg
{
    font-size: 20px;
}

.div-footer-link-container > a > span
{
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

/*add by racon 07/09/2023, for fontawesome to overwrite .div-footer-link-container > a > i font size*/
.fa-xs
{
    font-size: .75em !important;
}

.fa-sm
{
    font-size: .875em !important;
}

/* add by James on 09/05/2025, for video */
.div_video_container_1
{
    position : relative;
}

.div_video_container_1 video 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index : 1;
}

/* FH-A : add by James on 27/09/2025, Reviews Slider CSS */
.div_review_slider_root_parent
{
    /* border : 1px solid #000; */
    margin-left: auto;
    margin-right: auto;
    max-width : 1120px;
    position: relative;
}

.div_review_slider_root_parent_close
{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index : 10;
    transform: translate(5px, -10px);
}

.div_review_slider_root_parent_close button
{
    background-color: red;
    border: none;
    color: #fff;
    border-radius: 0.35em;
    padding: 3px 6px;
    line-height: 1;
}

.div_review_slider_root
{
    background: #fff;
    border-radius: 0.75em;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.div_review_slider_root .review-slider
{
    width: 100%;
    /* max-width: 800px;
    margin: 40px auto; */
}
  
.div_review_slider_root .swiper-slide 
{
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE/Edge */    
}

.div_review_slider_root .swiper-slide .swiper-slide-img img
{
    width : 100%;
    display : block;
    object-fit : contain;
}

.div_review_slider_root .swiper-slide .swiper-slide-text
{
    padding: 20px;
    text-align: center;
}
  
.div_review_slider_root .review-text
{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
  
.div_review_slider_root .review-author
{
    font-weight: bold;
    color: #555;
}
  
.div_review_slider_root .swiper-pagination-bullet-active
{
    background: #007bff;
}

@media only screen and (max-width : 767.95px)
{
    .div_review_slider_root_parent
    {
        margin-top : 10px;
        margin-bottom : 10px;
        width : calc(100% - 20px);
    }
}

@media only screen and (min-width : 768px)
{
    .div_review_slider_root_parent
    {
        position : fixed;
        bottom : 10px;
        right : 10px;
        width : 600px;
        max-width : calc(100% - 20px);
        z-index : 10;
    }

    .div_review_slider_root .swiper-slide-content-container
    {
        max-height : 400px;
        overflow-y: auto;
        overflow-x : hidden;
    }

    .div_review_slider_root .swiper-slide .swiper-slide-img img
    {
        max-height : 400px;
    }
}