.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;
    }
}

@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;
}

.slide-container
{
    max-width: 1120px;
    width: 100%;
    /*padding: 40px 0;*/
}

.slide-content
{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 0;
}

.image-content
{
    padding: 0;
}

.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;
    }
}

.primary-no-hover:hover
{
    background-color: #f4540b;
    outline: none;
}

#label_googleauthenticator_mobi
{
    display:none;
}

@media (max-width: 600px) 
{
    #label_googleauthenticator
    {
        display:none;
    }
    #label_googleauthenticator_mobi
    {
        display:inline;
    }
}

.input_otp 
{
    width: 40px !important;
    /* height: 50px !important; */
    text-align: center;
    font-size: 25px;
    border-radius: 8px;
    padding: 10px;
}

::placeholder 
{
    color: #bbbec0;
}

.resend_code_btn 
{
    background: #f4a30b;
    border: 1px solid #cb900c;
    color: #fff;
    width: 100%;
    pointer-events: unset;
}

.resend_code_disabled_btn 
{
    background: #e1e1e1;
    color: black;
    pointer-events: none;
    border:none;
}

.error_text_msg
{
    margin: 6% 0%;
    color:red;
    font-size: 13px;
}
.loader_img
{
    width:50px;
    height:50px;
}

.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;
}