.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu {
    display: grid;
    grid-template-columns: 50% 50%;
}
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li {
    display: grid;
    grid-template-columns: 130px auto;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.fbar-location-box .tm-boxheading,
.fbar-subscription-box .tm-boxheading,
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li.tm-cursor-none>a {
    font-size: 22px;
    line-height: 27px;
    opacity: .4;
    pointer-events: none;
}
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul {
    list-style: none;
    margin-top: -22px;
}
.fbar-subscription-item h4,
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul li a {
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
	font-weight: 600;
}
body .themetechmount-fbar-main-w .tm-fbarstyle-style1 .floatingbar-widgets-top .widget .widget-title {
    font-size: 90px;
    line-height: 105px;
	padding-left: 0;
    margin-left: 50%;
    margin-bottom:85px;
	padding-bottom:10px;
	font-weight: bold;
	color: #fff !important;
}
body .themetechmount-fbar-main-w .tm-fbarstyle-style1 .widget .widget-title:after {
	content:unset;
}
body .themetechmount-fbar-main-w .tm-fbarstyle-style1 .floatingbar-widgets-top .widget .widget-title:before {
    content: "";
    top: 0px;
    left: 0px;
    color: inherit;
    width: calc(100% + 500px);
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    top: auto;
}
.fbar-location-box>ul.fbar-conatct-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30px,auto));
    gap:20px;
    margin-top: 0;
    margin-bottom: 60px;
}
.fbar-location-box>ul.fbar-conatct-wrap > li:nth-child(2) {
    margin-left: -70px;	
}
.fbar-location-box .tm-ofc-location {
    display: inline-block;
    border: 1px solid;
    padding: 1px 20px;
    border-radius: 6px;
    margin-bottom: 19px;
}
.fbar-location-box p{
margin-bottom:8px;
}
.tm-floatingbar-form input[type="email"] {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255,0.08);
    padding: 12px 0px;
}
.tm-floatingbar-form button[type="submit"] {
    position: relative;
    bottom: 25px;
    height: 50px;
    width: 50px;
    border: 0;
    right: 0;
    top:15px;
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255,0.08);
    border-radius: 50%;
    padding: 0;
    float: right;
    display: inline;
    margin-right: 0;
}
.tm-floatingbar-form label {
    padding: 22px 0px;
}
.fbar-subscription-box>ul.fbar-subscription-wrap {
    display: grid;
    grid-template-columns: 30% 70%;
    gap:0px;
    margin-top: 0;
    margin-bottom:20px;
	margin-left: -10px;
}
.fbar-subscription-box .tm-boxheading {
	position: relative;
    top: 15px;
}
.fbar-subscription-item h4 {
	margin-bottom: 30px;
}
.tm-textcolor-white .tm-ofc-adr a:not(:hover),
.tm-textcolor-white .tm-ofc-adr{
    color: rgba(255, 255, 255, 0.50);
}

.tm-floatingbar-form input[type="checkbox"] {
    width: 0;
    margin-left: 22px;
    position: relative;
    z-index: 1;
}
.tm-floatingbar-form input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: -21px;
    height: 16px;
    width: 16px;
    z-index: 1;
    border: 1px solid #e7e7e7;
    background-color: var(--prt-greycolor-bg);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 50%;
}
.tm-floatingbar-form input[type="checkbox"]:checked:after {
    content: "";
    border: solid var(--tm-skincolor-bg);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
	position: absolute;
    left: -15px;
    width: 6px;
    height: 11px;
    background-color: transparent !important;
    z-index: 1;
}
.tm-floatingbar-form button[type="submit"]:hover {
    color: var(--tm-skincolor-bg);
    border-color: var(--tm-skincolor-bg);
}
.tm-floatingbar-form button[type="submit"] i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	transform: rotate(-45deg);
	transform-style: preserve-3d;
	font-size: 18px;
	line-height: 30px;
}
.tm-floatingbar-form button[type="submit"]:hover i {
	transform: rotate(0deg);
}
.tm-fbar-close {
    font-size:17px;
    border: 2px solid rgba(255, 255, 255,0.08);
    border-radius: 50%;
    line-height: 42px;
	height:42px;
    width: 42px;
}
@media (max-width:1024px) {
body .themetechmount-fbar-main-w .tm-fbarstyle-style1 .floatingbar-widgets-top .widget .widget-title {
    font-size: 30px;
    line-height: 40px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}
body .themetechmount-fbar-main-w .tm-fbarstyle-style1 .floatingbar-widgets-top .widget.widget_nav_menu .widget-title {
	display:none;
}
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu {
    grid-template-columns: auto;
}	
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li {
    grid-template-columns: auto;
    margin-bottom:5px;
}
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul {
    margin-top:10px;
}
.fbar-subscription-item h4, .tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul li a {
    font-size: 23px;
    line-height: 33px;
}
.themetechmount-fbar-position-default .widget {
    margin: 25px 0 0px;
}
.fbar-subscription-box>ul.fbar-subscription-wrap {
    display: block;
}
.fbar-subscription-box .tm-boxheading {
    top: 0;
}
.tm-fbarstyle-style1 .themetechmount-fbar-box .widget_nav_menu ul.menu li:last-child {
	padding-bottom:0px;
}
.fbar-location-box>ul.fbar-conatct-wrap > li:first-child {
    margin-right: 0;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper {
    width: 100%;
}
}

.themetechmount-fbar-position-default div.themetechmount-fbar-box-w {
    height: 100%;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper {
    height: 100%;
    overflow-y: scroll;
}
.themetechmount-fbar-position-default .themetechmount-fbar-box {
    padding-bottom: 0;
}