.logo_main {
    width: 120px;
}

li a:hover {
    text-decoration: none;
    color: unset;
}

a.nav-link.active {
    font-weight: 600;
}

li.nav-item {
    font-weight: 600;
}

.navbar-nav {
    align-items: center;
}

.nav_container {
    position: relative;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post ul {
  list-style: disc;
}

.container.nav_container {
    position: relative;
}

/* li.main_mega_item_inner:nth-child(1)>ul.inner_dropdown.mega_menu {
    opacity: 1;
    visibility: visible;
} */

.inner_dropdown.mega_menu.mega_menu_active {
    opacity: 1;
    visibility: visible;
}

/***********************************************/
/**mega menu css style use here for custom*****/
/*********************************************/
#navbar_box a.nav-link.dropdown-toggle:after {
    width: auto;
    background-color: transparent !important;
    color: black;
    background: #fff;
    display: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}
.inner_list_icon {
    height: 100%;
}
.inner_list_content {
    display: flex;
    flex-direction: column;
    /* padding-top: 10px; */
    justify-content: flex-start;
    height: 100%;
}
.inner_list_content p {
    margin-top: 0;
    margin-bottom: 5px;
}
.inner_dropdowns {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-top: 0px;
    top: 40px;
    padding-left: 10px;
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    z-index: 99;
}

.inner_dropdowns li {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #BEBEBE;
    font-size: 15px;
}


.inner_dropdowns a {
    color: #333 !important;
}

.nav_items_drop {
    position: relative;
}

.nav_items_drop:hover .inner_dropdowns {
    opacity: 1;
    visibility: visible;
    padding: 0;
}

.mega_menu_footer {
    z-index: 99;
    background: #FAD045;
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.mega_menu_footer p {
    margin: 0;
}

.innerlist_item_megadropdown {
    padding: 25px;
}

.inner_list_content p {
    margin-top: 0;
}

.innerlist_item_megadropdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
}

.inner_list_icon_box {
    display: flex;
    gap: 15px;
    font-size: 14px;
    align-items: end;
    margin-bottom: 40px;
}

ul.mega_menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid grey;
    transition: all 0.3s;
    width: 100%;
    left: 0;
    /* min-height: 250px; */
    z-index: 9;
    overflow: hidden;
}

li.nav-item.dropdown_toggler:hover ul.mega_menu {
    opacity: 1;
    visibility: visible;
}

button.btn-close.mega_drop_menu {
    position: absolute;
    right: 12px;
    top: 10px;
    box-shadow: none;
    display: none;
}

ul.mega_menu.main_mega_item.close_active {
    display: none;
}


/* ul li:hover ul {
    opacity: 1;
    visibility: visible;
} */

/* ul.navbar_dropdown_box>li:hover>ul {
    opacity: 1;
    visibility: visible;
} */

ul.inner_dropdown.mega_menu {
    left: 300px;
    width: 100%;
    /* overflow: hidden; */
    top: 0;
}

ul.mega_menu.main_mega_item {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    padding-left: 0;
    top: 72px;
    background-color: #BFDBFE;
}

/* .mega_menu.main_mega_item>li {
    position: relative;
} */

ul.inner_dropdown {
    position: absolute;
    width: -webkit-fill-available;
    left: 300px;
    z-index: 9;
    top: 0;
    display: none;
    height: 100%;
    background-color: #fff;
    padding: 25px;
}

li.main_mega_item_inner a {
    padding: 25px 20px;
    background-color: #fff;    
    font-size: 15px;
    max-width: 300px;
    border-bottom: 1px solid #BEBEBE;
     border-right: 2px solid #BEBEBE;
      border-bottom: 1px solid #BEBEBE;
      border-left: 1px solid #BEBEBE;
}

li.main_mega_item_inner:hover>a {
    color: #000;
    background-color: #FAD045;
}

/* li.main_mega_item_inner.main_mega_item_active {
    border-right: 2px solid #062592;
} */
a.dropdown-item.main_mega_item_active {
    border-right: 2px solid #062592;
    background-color: #FAD045;
}

li.main_mega_item_inner>a {
    text-align: center;
}

ul.inner_dropdown.mega_menu_active {
    display: block;
}

ul.inner_dropdown {
    display: none;
}

.mega_menu_active .inner_dropdown {
    display: block;
}

header.header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(206, 206, 206);
    position: fixed;
    width: 100%;
    background: #fff !important;
    z-index: 999;
}

li.btn_group.nav-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 10px;
}

.login_btn {
    border: 1px solid grey;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
}

.free_demo_btn {
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #FAD045;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
}

.free_demo_btn:hover {
    background-color: #000;
    color: #fff !important;
}

.free_demo_btn.join_now_btn:hover {
    color: #000;
    text-decoration: none;
}

.body_wrapper {
    min-height: 80vh;
}

.head_title {
    position: relative;
}

.head_title span img {
    position: absolute;
    top: 25px;
    z-index: -1;
    left: 100px;
    width: 385px;
}

p.abt_emitrr {
    color: #ababab !important;
    padding-top: 13px;
}

.header_number {
    padding: 13px 12px 0px 0px;
    font-weight: bold;
}

.social_group_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 23%;
}

.join_now_box {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: auto;
    align-items: center;
    background-color: rgb(66, 66, 66);
    padding: 20px 40px;
    border-radius: 16px;
}

/* Mega menu white screen issue fix */
ul.mega_menu.main_mega_item {
    background-color: #fff !important;
}

.innerlist_item_megadropdown {
    padding: 0 !important;
}

li.main_mega_item_inner {
    position: static;
    width: 300px;
}

li.main_mega_item_inner:hover ul.inner_dropdown {
    display: block;
}

li.nav-item.dropdown_toggler:hover ul.mega_menu li.main_mega_item_inner:nth-child(1) ul.inner_dropdown {
    display: block;
}
/* Mega menu white screen issue fix End */

.banner {
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 140px;
    justify-content: center; 
}

.single-post p, body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #000000;
}

.responsive-table li {
    list-style-type: disc; 
    padding-left: 10px;  
}

.responsive-table li {
    margin-bottom: 0.5em; 
}


.responsive-table p {
    margin: 0;
    text-align: justify;
    /* text-indent: -1.5em; */
    /* padding-left: 1.5em; */
}

.th-masonry-blog {
    padding-top: 150px;
}

.mas-blog .mas-blog-post-sizer { 
	display:none;
}

.mas-blog-post a, .mas-blog-post p {
	color:#111;
}

section#themo_single_post_layout {
    padding-top: 150px;
}

.nav_items_drop a {
    font-weight: 600 !important;
    color: #000000A6;
}

#menu-header-free-resources {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #menu-header-free-resources li {
    position: relative;
    width: 100%;
  }
  
  #menu-header-free-resources li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box; 
}

.inner_list_icon_box a {
    padding: 0 !important;
    border: 0 !important;
    color: #333;
}

#menu-header-free-resources li:hover {
    background-color: #FAD045; /* Changes the background color on hover */
}

.nav_items_drop .dropdown-item {
    color: #000000A6;
}


#themo_single_post_layout h1 {
    color: #111;
    font-weight: 400;
}

.banner_left .book_live_demo {
    position: absolute;
    bottom: -44%;
    width: 300px;
    right: 34%;
}

.banner img {
    width: 550px;
}

.banner_left {
    position: relative;
}

.banner_left ul li {
    position: relative;
    margin-bottom: 10px;
    /* Adjust as needed */
    font-size: 18px;
}

.banner_left ul {
    margin-top: 20px;
    margin-bottom: 40px;
}

.banner_left ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 16px;
    /* Adjust size as needed */
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn_banner {
    background-color: #FAD045;
    max-width: 220px;
    border-radius: 8px;
}
.btn_banner a{
 border-radius: 8px;
}

.btn_banner a:hover{
    border-radius: 8px;
}

/*.btn_banner a .btn_inner_text {
    font-size: 12px;
    margin: 0;
}*/

.banner_bot_right img {
    width: 100%;
}

a.free_demo.credit_card_btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #000;
    text-rendering: auto;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.3s;
    font-weight: 600;
}

a.free_demo.credit_card_btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    
}
a.free_demo.credit_card_btn p{
    font-size: 12px;
    margin: 0;
}

a.free_demo.credit_card_btn:hover p {
    color: #ababab;
}

a.free_demo.credit_card_btn svg {
    width: 24px;
    height: 24px;
}

/*********************************************/
/*banner bottom section style start from here*/
/********************************************/
.banner_bot_left h3 span {
    color: #000;
}

.main_bottom {
    padding: 30px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main_bottom .circle_half {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 3px;
}

.banner_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    max-width: 1120px;
    margin: auto;
    position: relative;
    z-index: 1;
    padding-left:100px;
}

 div.banner_bot_left > h3{
    font-size:2.2rem;
 }
/*******************************/
/* tab section strt from here */
/*******************************/


.tool_box_group {
    padding: 65px 20px;
}

.small_container {
    max-width: 1140px;
    margin: auto;
}

.small_container h2 {
    max-width: 70%;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
}

.tab {
    overflow: hidden;
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Style the tab buttons */
.tab button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 20px;
    transition: background-color 0.3s;
    border: 1px solid grey;
    border-radius: 8px;
    min-width: 260px;
    position: relative;
    font-weight: 500;
}

/* Change background color of active tab button */
.tab button.active.tab1,
.tab button.active.tab4 {
    background-color: #BFDBFE;
    border-color: #BFDBFE;
    color: #062592;
}

.tab button.active.tab2 {
    background-color: #d1c4fc;
    color: #5e11a2;
}

.tab button.active.tab3 {
    background-color: #cdf8dd;
    color: #0b5e26;
}

#Tab2 .accordion-header.accordion_head_active,
#Tab2 .accordion-content.accordion_active {
    background-color: #5e11a2;
}

#Tab3 .accordion-header.accordion_head_active,
#Tab3 .accordion-content.accordion_active {
    background-color: #0b5e26;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;

}

.tablinks {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.tablinks img {
    width: 20px;
}

.inner_tab_area {
    display: flex;
    gap: 40px;
}

.right_area_tab {
    flex: 100%;
}

.right_area_tab img {
    width: 100%;
}

/* Show the active tab content */
.tabcontent.active {
    display: block;
}

/* accordion area style used here */
.accordion-content {
    display: none;
    color: #fff;
    padding: 10px 20px 30px 20px;
}

.accordion-content.accordion_active {
    display: block;
    background-color: #062592;
}

.accordion {
    width: 100%;
}

.accordion h4 {
    font-size: 18px;
}

.accordion p {
    font-size: 32px;
}

.accordion .accordion-item a.login_btn {
    padding: 12px 30px;
    background-color: #fff;
}

.accordion .accordion-item ol {
    padding-bottom: 20px;
}

.accordion .accordion-item ol li {
    margin-bottom: 12px;
}

.accordion .accordion-item a:hover {
    text-decoration: none;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    /* border-radius: 10px; */
}

.accordion_head_active {
    background-color: #062592;
    color: #fff;

}

.accordion-header {
    padding: 18px 20px;
    cursor: pointer;
    /* color: #fff;
    background-color: #062592; */
}


.slider_section {
    padding: 0px 0px 50px 0px;
}

.slider_logo img {
    max-width: 110px;
}

.slider_container {
    max-width: 906px;
    margin: auto;
}

.author_box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
}

.slider_content_box {
    display: flex;
}

.slider_inner_box {
    position: relative;
    padding: 60px;
    border-radius: 10px;
}

.slider_inner_box.green {
    background-color: #8AE2A9;
}

.slider_inner_box {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.slider_logo {
    padding-bottom: 35px;
}

.inner_left_box p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #191919;
    padding-right: 80px;
}

.inner_left_box {
    flex: 75%;
}

.inner_right_box {
    flex: 25%;
}

.inner_right_box .inner_right_details h3 {
    color: #062592;
    font-weight: 600;
}

.inner_right_details {
    position: relative;
    color: #000;
}

.inner_right_details:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background: #062592;
}

.author_box img {
    max-width: 55px;
}

.author_box p {
    margin-bottom: 0;
}

.slider_section h2 {
    text-align: center;
    padding-bottom: 40px;
    max-width: 800px;
    margin: auto;
}

.slider_section .carousel-inner img {
    width: 100%;
}


#carouselExampleDark .carousel-control-next {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    display: flex;
    right: -15%;
    height: 50px;
    width: 50px;
    top: 45%;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 1;
    background-color: #fff;
}

#carouselExampleDark .carousel-control-prev {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    display: flex;
    left: -15%;
    height: 50px;
    width: 50px;
    top: 45%;
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 1;
    transform: rotate(180deg);
    background-color: #fff;
}

.carousel-control-next-icon {
    display: none;
}

.integrate_section {
    padding: 80px 0;
}

.integrate_section h2 {
    text-align: center;
    padding-bottom: 40px;
    max-width: 800px;
    margin: auto;
}

.features_title{
    text-align: center;
    padding-bottom: 40px;
    max-width: 605px;
    margin: auto;
}
.ulternate_container {
    display: flex;
    gap: 50px;
    align-items: center;
    padding-bottom: 50px;
}
.integrete_item {
    display: flex;
    gap: 20px;
    width: 100%;

}
.ulternate_container .btn_banner{
max-width: 160px;

}
.ulternate_container .btn_banner a{
padding: 14px 20px;
}
 .ulternate_container .image img{
    width: 560px;
}

.ulternate_container .content h2{
    font-size: 32px;
}

.left_box ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
    
}
.left_box ul li{
    position: relative;
    padding-bottom: 5px;
}
.left_box ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}
.features_section {
    padding: 40px 20px;
}


.integrete_item.item_odd.list_brand {
    margin-left: -100px;
    padding-top: 0;
}

.integrete_item.item_odd {
    justify-content: flex-start;
    padding-top: 20px;
}

.integrete_icon_card {
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-width: 160px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    min-height: 80px;
}

.integrete_icon_card.kareo {
    box-shadow: rgba(247, 148, 29, 0.35) 1px -1px 4px;
}

.integrete_icon_card.hubspot {
    box-shadow: rgba(255, 92, 53, 0.35) 1px -1px 4px;
}

.integrete_icon_card.zapier {
    box-shadow: rgba(255, 79, 0, 0.35) 1px -1px 4px;
}

.integrete_icon_card.indeed {
    box-shadow: rgba(0, 97, 247, 0.35) 1px -1px 4px;
}

.integrete_icon_card.ziprecruiter {
    box-shadow: rgba(178, 229, 34, 0.35) 1px -1px 4px;
}

.integrete_icon_card.pandologic {
    box-shadow: rgba(49, 175, 201, 0.35) 1px -1px 4px;
}

.integrete_icon_card.dentrix {
    box-shadow: rgba(26, 54, 104, 0.35) 1px -1px 4px;
}

.integrete_icon_card.eaglesoft {
    box-shadow: rgba(47, 198, 208, 0.35) 1px -1px 4px;
}

.integrete_icon_card.opendental {
    box-shadow: rgba(43, 43, 94, 0.35) 1px -1px 4px;
}

.integrete_icon_card.eclinicalworks {
    box-shadow: rgba(06, 46, 71, 0.35) 1px -1px 4px;
}

.integrete_icon_card.acuity {
    box-shadow: rgba(06, 46, 71, 0.35) 1px -1px 4px;
}

.integrete_icon_card.athenahealth {
    box-shadow: rgba(06, 46, 71, 0.35) 1px -1px 4px;
}

.integrete_items_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.integrete_items_center_box img {
    width: 280px;
}

.integrete_items_right_box,
.integrete_items_left_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.integrete_items_left_box {
    padding-bottom: 30px;
}

.integrete_items_box {
    display: flex;
    justify-content: center;
}



.integret_box {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;

}

.integrete_items_center_box img:nth-child(2) {
    display: none;
}

/************************/
.features_section


/*************************/
/* modal style use here */
/*************************/
.input_row_area {
    display: flex;
    gap: 20px;
}

.logo_modal {
    width: 115px;
}

.logo_area {
    text-align: center;
}

.modal-body.modal_box_main {
    padding: 0;
    display: flex;
}

button.btn-close.modal_close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

input.modal_submit_btn {
    background: black;
    color: #fff;
    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
}

.modal_right_section {
    background-color: #fff;
    flex: 100%;
    padding: 25px;
    padding-top: 64px;
}

.modal_body_left {
    flex: 100%;
    background: #FAD045;
    padding: 25px;
}

.banner_left.modal_left_list ul {
    padding-left: 20px;
}

.modal_form_bottom_box p a {
    color: #000;
}

.rating_list {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
}

.modal_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.modal_form_bottom_box {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.banner_left.modal_left_list ul li {
    font-size: 14px;
}

.banner_left.modal_left_list ul li::before {
    left: -25px;
    top: 3px;
}

/******************************/
/*footer style start from here*/
/******************************/


.content_box p {
    color: #ababab;

}

.social_group_box ul li {
    padding: 12px 0;
    border-bottom: 1px solid #3f3f3f;
}


footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 20px;
}

.social_icon_box {
    display: flex;
    gap: 15px;
}

.social_icon_box a svg {
    width: 25px;
    height: 25px;
}

footer h5 {
    color: #FAD045;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer a {
    color: #ababab;
}

footer a:hover {
    color: #fff;
}

.footer_main {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    position: relative;
}

.footer_main::after {
    content: '';
    top: 85px;
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #666666;
}

#navbar_box li.nav-item:hover {
    border-bottom: 2px solid #FFE10B;
    transition: width 0.3s ease;
}

/* Footer new widget Contact us */
.social_group_box1 {
    padding-top: 20px;
}

.social_group_box1 h5 {
    border-bottom: 1px solid #3f3f3f;
    padding-bottom:13px;
}

#menu-homepage-new-site-footer-menu img {
    height: 25px;
    width: 25px;
    padding-right: 7px;
    margin-top: -6px !important;
}

.link-container {
    display: flex;
    align-items: center; 
    text-decoration: none; 
}

.link-container img {
    margin-right: 10px;
}

.footer_address {
    margin: 0; 
    font-size: 14px;
    color: #ababab;
}

div#offcanvasNavbar {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
}

ul#navbar_box a {
    color: rgb(0 0 0 / 65%);
    font-size: 17px;
}

#form-templates ul li {
    list-style: disc;
}

.inner_dropdowns a {
    font-size:14px !important;
}

.header_number a {
    color: #0056b3;
}

#menu-homepage-new-site-footer-menu .menu-item {
    display: flex;
    align-items: center;
}

#menu-homepage-new-site-footer-menu .menu-item img {
    margin-right: 10px;
    padding-top:6px;
}

.header a.navbar-brand {
    margin-top: -8px;
}

/* Fix blog pagination design*/
.page-template-blog-masonry .post-nav {
    text-align: center;
    margin: 20px 0;
}

.page-template-blog-masonry .pager {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-template-blog-masonry .pager li {
    margin: 0 10px;
}

.pager a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius:5px;
    transition: background-color 0.3s ease;
}


@media(min-width:1366px) {
    /* .container {
        max-width: 1440px !important;
    } */
}

.join_now_box {
    display: none !important;
}

/* custom-campaign-template (contact us not reflecting) */

.logo-shadow {
    box-shadow: 8px 5px 25px rgba(0, 0, 0, .1);
    margin: 0 15px 30px;
    background: #fff;
    padding: 15px;
    max-width: 166px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-demo-form .inputs-list {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style:none
}

.request-demo-form .inputs-list li {
    margin-right:20px
}


.request-demo-form .hs-form-radio input[type="radio"] {
    margin-right: 5px; 
}

.request-demo-form .hs-form-radio label {
    display: flex;
    align-items: center;
}

.request-demo-form .hs-form-radio span {
    margin-left: 5px; 
}

#menu-header-free-resources {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.yourcustom_nav {
    position: absolute;
    opacity: 0;
}

.ulternate_container .image{
    width: 100%;
    text-align: center;
}

.ulternate_container .head_title{
    max-width: 539px;
}