@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px)
  and (min-device-height: 1366px)
  and (max-device-height: 1366px)
  and (orientation: portrait) {
  
  body.single-post  .col-lg-3 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

.col-lg-6 {
    flex: 0 0 80%;
        max-width: 80%;
}
		.blog-lhs .row {justify-content: center;}
		.heateor_sss_vertical_sharing{
top: 200px !important;
}
.case-sidebar .jet-listing-dynamic-terms {
    text-align: left !important;
    padding: 0px 0px 0px 35px !important;
}
}


.lhs-cont-bar{
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: clip;}

.page-id-71066 .top-banner {
    display: none !important;
}
.filter-inner-section .jet-filter-items-dropdown__label {font-size: 13px;}
/* For larger screens, maintain 4 columns */
.filter-inner-section .jet-checkboxes-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Create 4 columns */
    gap: 10px; /* Space between items */
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Each row within the grid */
.filter-inner-section .jet-checkboxes-list__row {
    margin: 0; /* Remove any margins */
    padding: 0; /* Remove any padding */
    box-sizing: border-box;
}

/* Each item within the row */
.filter-inner-section .jet-checkboxes-list__item {
    width: 100%; /* Ensure each item takes up the full width of its grid cell */
    margin: 0; /* Remove any margins */
    padding: 5px; /* Add slight padding for spacing */
    box-sizing: border-box; /* Include padding and border in the width */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .filter-inner-section .jet-checkboxes-list-wrapper {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for medium screens */
    }
}

@media (max-width: 768px) {
    .filter-inner-section .jet-checkboxes-list-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
    }
}

@media (max-width: 480px) {
    .filter-inner-section .jet-checkboxes-list-wrapper {
        grid-template-columns: 1fr; /* 1 column for very small screens */
    }
}









.filter-inner-section {
    position: relative; /* Ensuring it acts as a positioning reference for children */
}
.jet-filter-items-dropdown__body {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.jet-filter-items-dropdown.jet-dropdown-open .jet-filter-items-dropdown__body {
    display: block;
}




.cta-icon {
    color: #FFFFFF !important;
}
.swiper-button-next, .swiper-button-prev {color:#00348D;}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 21px;}

#ez-toc-container .ez-toc-heading-1 {
color: #060531 !important;
    font-size: 13px !important;
    font-weight: 500;
background-color: azure;
    padding: 5px;
margin-bottom: 7px;}

.left-sidebar {
    position: sticky;
    top: 0; 
    z-index: 10; 
    transition: top 0.3s ease; 
}


/* Apply CSS only on single blog post pages */
 @media (min-width: 1300px) {
    .blog-lhs {
        max-width: 1250px;
    }
}



#custom_html-2 .widget-title::before {
        background: linear-gradient(to right top, #008dc9, #003cc1, #0047c9, #0152d0, #0a5dd8);
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px; } 


#custom_html-2 {box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    background-color: #ffffff;}

#custom_html-2 .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    font-size: 20px !important;
  }

/* Hide element on mobile and tablet */
@media screen and (max-width: 1024px) {
    #custom_html-2 {
        display: none;
    }
}


.cstmsidebar .col-lg-4.col-md-12 {
    width: 100% !important;
	max-width: 100%; }

#ez-toc-container a {
    color: #060531 !important;
    font-size: 12px !important;
        font-weight: 300;
        }

.table_of_content .elementor-toc__list-item-text-wrapper:before {
    content: none !important;
}



/* Hide elements on post with ID 66824 */
.postid-66824 .transforming-form-hiide {
    display: none;
}

/* Hide elements on post with ID 70444 */
.postid-70444 .old-form-white-paper {
    display: none;
}




.single-post .mt-80 {
     margin-top: 40px !important; 
}

#recent-posts-2.widget_recent_entries ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Adjust width as needed */
    height: 1px;
    background-color: #f5f5f5; /* Adjust line color */
    margin-top: 3px; /* Adjust spacing from text */
}

#recent-posts-2.widget_recent_entries ul li {
    position: relative; /* Necessary for absolute positioning of the line */
    padding-bottom: 7px; /* Adjust spacing from the line if needed */
}



.blog-sidebar .widget ul li {
    font-size: 12.5px;
	font-weight: 500;
}

.blog-sidebar .tagcloud a {
    font-weight: 300;
    border: 1px solid;
border-radius:7px;
}

.category .single-blog-post .post-content p {
    display: none;
}
.learn-more-btn {color:#074ece;}

/* Style for Explore Topics widget with ID categories-2 */
#categories-2 ul {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 2px;
    padding: 0;
}

#categories-2 ul li {
    list-style: none;
}

#categories-2 ul li a {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid;
    border-radius: 20px;
    color: #3e4a59;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    transition: background-color 0.3s, color 0.3s;
}

#categories-2 ul li a:hover {
    background-color: #074ece;
    color: white;
}

.blog-sidebar .widget ul li {
    margin-bottom: 4px !important;
	padding-left: 2px !important; }

.elementor-button {
 background : linear-gradient(to right, #2b87da, #3a8ed8, #4995d8, #77abd8, #29c4a9)!important
}
.swiper-wrapper {
flex-wrap: nowrap !important;
}
.swiper-slide {
display: flex !important;
    flex-wrap: inherit;
}
.swiper {
      width: 100%;
    }


.swiper-button-prev{
left:-100px
}
.swiper-button-next{
right:-100px
}


.page-id-71066 .top-banner {
    display: none !important;
}
.filter-inner-section .jet-filter-items-dropdown__label {font-size: 13px;}
/* For larger screens, maintain 4 columns */
.filter-inner-section .jet-checkboxes-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Create 4 columns */
    gap: 10px; /* Space between items */
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Each row within the grid */
.filter-inner-section .jet-checkboxes-list__row {
    margin: 0; /* Remove any margins */
    padding: 0; /* Remove any padding */
    box-sizing: border-box;
}

/* Each item within the row */
.filter-inner-section .jet-checkboxes-list__item {
    width: 100%; /* Ensure each item takes up the full width of its grid cell */
    margin: 0; /* Remove any margins */
    padding: 5px; /* Add slight padding for spacing */
    box-sizing: border-box; /* Include padding and border in the width */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .filter-inner-section .jet-checkboxes-list-wrapper {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for medium screens */
    }
}

@media (max-width: 768px) {
    .filter-inner-section .jet-checkboxes-list-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
    }
}

@media (max-width: 480px) {
    .filter-inner-section .jet-checkboxes-list-wrapper {
        grid-template-columns: 1fr; /* 1 column for very small screens */
    }
}

.filter-inner-section {
    position: relative; /* Ensuring it acts as a positioning reference for children */
}
.jet-filter-items-dropdown__body {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.jet-filter-items-dropdown.jet-dropdown-open .jet-filter-items-dropdown__body {
    display: block;
}

.cta-icon {
    color: #FFFFFF !important;
}
.swiper-button-next, .swiper-button-prev {color:#00348D;}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 21px;}



.left-sidebar {
    position: sticky;
    top: 0; 
    z-index: 10; 
    transition: top 0.3s ease; 
}


/* Apply CSS only on single blog post pages */
 @media (min-width: 1300px) {
    .blog-lhs {
        max-width: 1250px;
    }
}



#custom_html-2 .widget-title::before {
        background: linear-gradient(to right top, #008dc9, #003cc1, #0047c9, #0152d0, #0a5dd8);
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px; } 


#custom_html-2 {box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    background-color: #ffffff;}

#custom_html-2 .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    font-size: 20px !important;
  }

/* Hide element on mobile and tablet */
@media screen and (max-width: 1024px) {
    #custom_html-2 {
        display: none;
    }
}


.cstmsidebar .col-lg-4.col-md-12 {
    width: 100% !important;
	max-width: 100%; }

#ez-toc-container a {
    color: #060531 !important;
    font-size: 12px !important;
        font-weight: 300;
        }

.table_of_content .elementor-toc__list-item-text-wrapper:before {
    content: none !important;
}



/* Hide elements on post with ID 66824 */
.postid-66824 .transforming-form-hiide {
    display: none;
}

/* Hide elements on post with ID 70444 */
.postid-70444 .old-form-white-paper {
    display: none;
}




.single-post .mt-80 {
     margin-top: 40px !important; 
}

#recent-posts-2.widget_recent_entries ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Adjust width as needed */
    height: 1px;
    background-color: #f5f5f5; /* Adjust line color */
    margin-top: 3px; /* Adjust spacing from text */
}

#recent-posts-2.widget_recent_entries ul li {
    position: relative; /* Necessary for absolute positioning of the line */
    padding-bottom: 7px; /* Adjust spacing from the line if needed */
}



.blog-sidebar .widget ul li {
    font-size: 12.5px;
	font-weight: 500;
}

.blog-sidebar .tagcloud a {
    font-weight: 300;
    border: 1px solid;
border-radius:7px;
}

.category .single-blog-post .post-content p {
    display: none;
}
.learn-more-btn {color:#074ece;}

/* Style for Explore Topics widget with ID categories-2 */
#categories-2 ul {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 2px;
    padding: 0;
}

#categories-2 ul li {
    list-style: none;
}

#categories-2 ul li a {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid;
    border-radius: 20px;
    color: #3e4a59;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    transition: background-color 0.3s, color 0.3s;
}

#categories-2 ul li a:hover {
    background-color: #074ece;
    color: white;
}

.blog-sidebar .widget ul li {
    margin-bottom: 4px !important;
	padding-left: 2px !important; }

b {
    font-weight: inherit;
}
strong {
    font-weight: bolder;
}


.first-menus-col .elementor-icon-list-icon svg
 {
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
}

.icons-border svg
 {
    background: #F3F4F6 !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 4px !important;
}

.first-menus-col .elementor-icon-list-item:hover {
    background-color: #3C81F63D;
}

.first-menus-col .elementor-icon-list-item {
    border-radius: 8px;
    padding: 4px;
}

.first-menus-col .elementor-widget-icon-list .elementor-icon-list-icon svg {
     fill: unset;
}

.first-menus-col .elementor-icon svg {
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
}

.wpr-sub-mega-menu {
    background-color: rgba(60, 129, 246, 0.24) !important; 
    border-style: solid;
    border-width: 1px 1px 1px 1px; */
    border-color: rgba(60, 129, 246, 0.24) !important;
    border-radius: 7px;
}

.wpr-main-menu-align-center .wpr-nav-menu-horizontal .wpr-mega-menu-pos-default.wpr-mega-menu-width-custom .wpr-sub-mega-menu {
	left: 60%;
top: 125%; }

#top-bar-banner {
    top: 0;
    width: 100%;
}

#hide-header {
    width: 100%;
    transition: top 0.3s ease-in-out !important;
}




