.hideme{
    display:none;
}

.desktopTr,
    .mobile_Tr{
        cursor:pointer;
    }
    /*.rotate-arrow{
                display:none;
            }*/
            
    .arrow{
        width:15px;
    } 
   
        .normalText
        {
            font-size:16px;
            font-weight:500;
        }
        .mobile_normalText
        {
            display: inline-block;
            font-size:16px;
            font-weight:500;
            width:55% !important;
            line-height:20px !important;
        }
        .mobile_smallnormalText
        {
            font-size:14px;
            font-weight:500;
        }
        .mobile_BlueText
        {
            color:#55B1E5;
            font-size:16px;
            font-weight:500;
            width:43% !important;
            display: inline-block;
            line-height:20px !important;
        }
        .mobile_smallBlueText
        {
            color:#55B1E5;
            font-size:14px;
            font-weight:500;
        }
        .smallBlueText
        {
            color:#55B1E5;
            font-size:16px;
            font-weight:500;
        }
        .image
        {
            border-bottom-right-radius: 80px !important;
        }
        .mobile_image
        {
            margin-top:15px;
            margin-bottom:15px;
            border-bottom-right-radius: 80px !important;
        }
        .tdDesktop
        {
            width:50% !important;
            padding_top:20px !important;
        }
        .mobile_flexContainer
        {
            display:flex !important;
            flex-wrap:wrap;
        }
        .mobile_flexContainer p
        {
            width:50% !important;
        }
    
        @media(max-width:767px)
        {
        .elementor-shortcode thead
            {
                display:none !important;
            }
            .desktopTr
            {
                display:none !important;
            }
        }
        @media(min-width:767px)
        {
            .mobile_Tr
            {
                display:none !important;
            }
        }
       /* @media(max-width:400px){*/
            .rotate-arrow{
                display:inline-block;
                margin-left: 4px;
            }
           
            .arrow{
                width:20px !important;
            } 
            .my-cust-btn{
                
                border: none !important;
                text-transform: uppercase !important;
                color: #646464 !important;
                font-weight: 600 !important;
                outline:none !important;

            }
             .my-cust-btn:hover,
             .my-cust-btn:active,
             .my-cust-btn:focus{
                color:#CE0037 !important;   
                background-color: #ffffff;
                text-decoration: none;
                border: none !important;
                outline:none !important;
            }
            .loadData{
                margin-bottom:0px !important;
            }
      /*  } */


