.container-fluid {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0
}

body,* {
    padding: 0;
    margin: 0;
    font-family: 'open sans'
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat'
}

.ffopen {
    font-family: 'open sans'
}

.ffmont {
    font-family: 'Montserrat'
}

.f400 {
    font-weight: 400
}

.f500 {
    font-weight: 500
}

.f600 {
    font-weight: 600
}

.f700 {
    font-weight: 700
}

.f800 {
    font-weight: 800
}

.fm_box_search {
    color: #e11f26
}
 

.fill_btn {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #fff;
    align-items: center;
    text-decoration: none;
    background: #e11f26;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: none
}

.fill_btn img {
    margin-left: .3rem;
    transition: ease-in-out .3s;
    filter: brightness(0) invert(1)
}

.fill_btn:hover {
    color: #fff;
    text-decoration: none
}

.fill_btn:hover img {
    transform: translateX(3px)
}

a.fill_btn-hover {
    position: relative;
    overflow: hidden
}

a.fill_btn-hover:before {
    width: 25px;
    height: 25px;
    background: rgb(255 255 255 / .1);
    content: '';
    position: absolute;
    left: 0;
    bottom: -2rem;
    right: 0;
    margin: auto;
    z-index: 0;
    border-radius: 100%;
    transition: ease-in-out .3s
}

a.fill_btn-hover:hover:before {
    transform: scale(40)
}

.outline_btn {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    position: relative;
    background: none;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    border: solid 1px #e11f26;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    overflow: hidden
}

.outline_btn img {
    transition: ease-in-out .3s;
    filter: none
}

.outline_btn:hover,.outline_btn:hover span {
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out
}

.outline_btn:hover img {
    filter: brightness(0) invert(1)
}

.outline_btn span {
    font-family: 'Montserrat';
    color: #e11f26;
    position: relative
}

.outline_btn_gry {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    position: relative;
    background: none;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    border: solid 1px #181617;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    overflow: hidden
}

.outline_btn_gry img {
    transition: ease-in-out .3s;
    filter: none
}

.outline_btn_gry:hover,.outline_btn_gry:hover span {
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out
}

.outline_btn:hover img {
    filter: brightness(0) invert(1)
}

.outline_btn_gry span {
    font-family: 'Montserrat';
    color: #181617;
    position: relative
}

.outline_btn_gry:before {
    width: 100%;
    height: 100%;
    background: #181617;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    transform: translateX(-100%);
    transition: .3s ease-in-out
}

.outline_btn_gry:hover:before {
    transform: translateX(0)
}

.outline_btn_red {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    position: relative;
    background: none;
    padding: .7rem 1rem;
    border-radius: 5px;
    border: solid 1px #e11f26;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    overflow: hidden
}

.outline_btn_red img {
    transition: ease-in-out .3s;
    filter: none
}

.outline_btn_red:hover,.outline_btn_red:hover span {
    color: #555;
    text-decoration: none;
    transition: .3s ease-in-out
}

.outline_btn:hover img {
    filter: brightness(0) invert(1)
}

.outline_btn_red span {
    font-family: 'Montserrat';
    color: #e11f26;
    position: relative;
    font-size: 16px
}

.outline_btn_red:hover {
    border-color: #555;
    background: #fff;
    box-shadow: 0 0 10px #d1d1d1
}

.outline_btn_red:hover img {
    filter: grayscale(4)
}

.learn_m {
    display: inline-flex;
    font-size: 16px!important;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #e11f26;
    align-items: center;
    text-decoration: none;
    position: relative
}

.learn_m img {
    margin-left: .3rem;
    transition: ease-in-out .3s
}

.learn_m:hover {
    color: #e11f26;
    text-decoration: none
}

.learn_m:before {
    width: 106%;
    height: 1px;
    background: #e11f26;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transform: scaleX(.8);
    transform-origin: left;
    transition: ease-in-out .5s
}

.learn_m:hover:before {
    transform: scaleX(1)
}

.learn_m:hover img {
    transform: translateX(3px)
}

.learn_m.white {
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #fff!important;
    align-items: center;
    text-decoration: none;
    position: relative
}

.learn_m img {
    margin-left: .3rem;
    transition: ease-in-out .3s
}

.learn_m:hover {
    color: #e11f26;
    text-decoration: none
}

.learn_m:before {
    width: 106%;
    height: 1px;
    background: #e11f26;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transform: scaleX(.8);
    transform-origin: left;
    transition: ease-in-out .5s
}

.learn_m:hover:before {
    transform: scaleX(1)
}

.learn_m:hover img {
    transform: translateX(3px)
}

.round_btn_outline {
    display: inline-flex;
    padding: .6rem 1.8rem;
    border-radius: 40px;
    color: #e11f26;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    border: solid 1px #e11f26
}

.round_btn_outline svg {
    margin-right: .5rem
}

.round_btn_outline:hover {
    text-decoration: none;
    color: #fff
}

.round_btn_outline span {
    color: #E11F26
}

.round_btn_outline img {
    margin-left: .3rem;
    transition: ease-in-out .3s
}

.round_btn_outline:hover img {
    transform: translateX(3px);
    filter: brightness(0) invert(1)
}

.btn_arrow img {
    transform: translateX(0);
    transition: .3s ease-in-out
}

.btn_arrow:hover img {
    transform: translateX(3px)
}

.glob_h {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding-top: .5rem;
    color: var(--primary-black);
}

.glob_h sup {
    font-size: 55%
}

.primery_text {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #e11f26
}

.secondry_text {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-bottom: 0
}

.glob_gray {
    background: #f3f3f3
}

.primery_text sup {
    color: #e11f26;
    font-size: 55%
}

.glob_lr {
    padding-left: 4rem;
    padding-right: 4rem
}

sup {
    font-size: 50%
}

html {
    scroll-behavior: smooth
}

.footer-resource {
    color: #555;
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 14px
}

.footer-resource:hover {
    color: #555
}

header {
border-bottom: solid 1px #e3e3e3;
background: #fff;
position: sticky;
top: 0;
z-index: 11
}

header nav {
    padding: 0
}

.tpleftnav .nav-link {
    color: #FFF;
    padding: 1rem 1.5rem 1rem!important;
    display: inline-block;
    font-weight: 600;
    font-size: 15px
}

.tpleftnav .nav-link::after {
    content: none
}

.tpleftnav .dropdown a.dropdown-toggle span {
    padding-bottom: 4px;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #181617;
    font-weight: 700
}

.top_nav_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem
}

.tpleftnav .dropdown-toggle {
    position: relative;
    display: block
}

.tpleftnav a.dropdown-toggle:before {
    width: calc(100% - 35px);
    height: 2px;
    background: linear-gradient(147deg,#f53843 9%,#2f5795 78%);
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    margin: auto;
    transform: scaleX(0);
    transition: ease-in-out .3s;
    display: block;
    transform-origin: left
}

.tpleftnav .dropdown.show a.dropdown-toggle:before,.tpleftnav a.dropdown-toggle:hover:before {
    transform: scaleX(1)
}

.tpleftnav a.dropdown-toggle:hover span,.tpleftnav .dropdown.show a.dropdown-toggle span {
    color: #e11f26
}

.dropdown-menu.search .btn {
    border-radius: 0
}

.dropdown-menu.search {
    border: none;
    margin-right: 12px
}

#menu {
    display: none
}

.menu-large {
    position: static!important
}

.megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border: none;
    border-radius: 0;
    margin-top: 0;
    z-index: 9;
    display: none
}

.menuhovebg {
    background: linear-gradient(270deg,#f8f8f8 378px,#fff 228px);
    border-top: solid 1px #e3e3e3;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / .1)
}

.cross_btn {
    position: absolute;
    right: 5%;
    top: 5%;
    background: url(https://www.bitraser.com/asset/images/cross.svg) no-repeat;
    width: 15px;
    height: 20px;
    z-index: 999;
    cursor: pointer
}

.mgh {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat'
}

.mgsh {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding-top: 20px
}

.megale {
    padding-right: 0;
    padding-top: 1.5rem;
    background-color: #f8f8f8;
    min-height: 415px
}

.megari {
    background-color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 20px;
    padding-right: 4rem
}

.mgach {
    font-size: 16px;
    border-radius: 3px;
    font-weight: 600;
    color: #e11f26;
    display: inline-block;
    margin-top: 30px;
    font-family: 'Montserrat'
}

.mgach span {
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px
}

.mgach img {
    margin-right: 10px;
    transition: ease-in-out .3s
}

.mgach:hover img {
    transform: translateX(5px)
}

.mgach:hover {
    color: #e11f26
}

.megariinner ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem
}

.megariinner li span {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #555;
    font-weight: 600;
    display: block;
    padding-bottom: .1rem;
    transition: ease-in-out 300ms
}

.megariinner li a {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans';
    padding: 1rem 1.2rem;
    display: flex;
    align-items: flex-start;
    margin: .5rem .5rem;
    margin-left: 0;
    border-radius: 19px;
    position: relative;
    overflow: hidden
}

.megariinner li {
    width: 50%
}

.menu_header .title_text {
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #555;
    font-weight: 700
}

.product_name {
    display: flex;
    align-items: center
}

.product_name figure {
    padding: .5rem;
    box-shadow: 0 0 20.37px .63px rgb(0 0 0 / .09);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    background: #fff;
    margin-bottom: 0;
    position: relative;
    transition: ease-in-out 300ms
}

.product_name figcaption {
    font-size: 14px;
    position: relative;
    transition: ease-in-out 300ms
}

.product_name figcaptio span {
    display: block;
    transition: ease-in-out 300ms
}

.megariinner li a:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#f53843 0%,#2f5795 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    opacity: 0;
    transition: ease-in-out 300ms
}

.megariinner li a:hover:before {
    opacity: 1
}

.megariinner li a:hover figcaption,.megariinner li a:hover,.megariinner li a:hover figcaption span {
    color: #fff;
    text-decoration: none
}

.menu_header P {
    font-size: 14px;
    color: #888;
    padding-top: .3rem
}

.menu_header {
    border-bottom: solid 1px #e3e3e3
}

.media-topic {
    align-items: center;
    margin: 2.2rem 0
}

.media-topic ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.media-topic ul li {
    display: flex;
    align-items: center
}

.media-topic ul a:hover {
    color: #e11f26
}

.media-topic a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    padding: .3rem 0;
    align-items: flex-start;
    display: flex;
    line-height: normal;
    font-weight: 700
}

.media-topic ul a img {
    margin-right: .8rem;
    margin-top: .3rem
}

#custom-search-input {
    padding: 3px
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    height: 65px;
    font-family: 'Montserrat';
    color: #888;
    font-size: 36px;
    font-weight: 300;
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    padding-right: 6rem
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none
}

#custom-search-input .fa {
    color: #e11f26;
    margin-top: 15px
}

#custom-search-input input:focus {
    border-bottom-color: #181617
}

.search_popup input {
    width: 60%!important;
    padding: 20px 30px;
    border-radius: 2px 0 0 2px
}

.search_popup button {
    border-radius: 0 2px 2px 0;
    padding: 20px 0;
    width: 100px
}

.search_icons {
    display: flex;
    align-items: center;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10
}

.megamenu {
    border-top: solid 1px #e3e3e3;
    box-shadow: 0 10px 10px 0 rgb(0 0 0/10%)
}

.support_btn a {
    background: #E11F26;
    font-size: 13px;
    font-family: 'Montserrat';
    display: inline-flex;
    padding: .5rem .8rem;
    font-weight: 600;
    border-radius: 5px;
    color: #fff
}

.support_btn a:hover img {
    transform: translateX(5px)
}

.support_btn a:hover {
    background-color: #E11F26;
    text-decoration: none;
    color: #FFF
}

.support_btn a img {
    transition: ease-in-out .3s
}

.right_nav {
    align-items: center
}

.phone_input {
    background: #555;
    position: absolute;
    padding: .5rem 1rem;
    border-radius: 5px;
    left: -65px;
    margin: auto;
    width: 170px;
    text-align: center;
    margin-top: 1rem;
    color: #fff;
    font-weight: 700;
    z-index: 2
}

.phone_input:before {
    width: 0;
    height: 0;
    border-left: 14px solid #fff0;
    border-right: 14px solid #fff0;
    border-bottom: 12px solid #555;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    top: -11px
}

.startDictation {
    filter: grayscale(2);
    opacity: .5
}

.contact_info {
    list-style: none;
    margin-top: 2rem
}

.contact_info li a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #888;
    margin: .5rem 0
}

.contact_info li a img {
    margin-right: .4rem
}

.three_cell .megariinner li {
    width: 33.3%
}

.three_cell .menuhovebg {
    background: #fff
}

.case_study {
    text-decoration: none;
    align-items: flex-start;
    padding-right: 1rem;
    margin-top: 2.5rem;
    color: #555
}

.case_study .title_text {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding-bottom: .5rem;
    display: block;
    text-transform: uppercase;
    color: #555
}

.case_study:hover {
    text-decoration: none!important
}

.case_study p {
    font-size: 14px;
    color: #888
}

footer{ }
footer h5,footer .h5 {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    font-family: 'Montserrat'
}

footer ul {
    list-style: none
}

footer ul li a {
    list-style: none;
    font-size: 14px;
    margin: .3rem 0;
    color: #888
}

footer ul li a:hover {
    color: #888
}

.footer_container p {
    font-size: 14px
}

.call_us li a {
    display: inline-flex;
    align-items: center
}

.call_us li {
    line-height: 1.2;
    padding-bottom: .5rem
}

.call_us li a img {
    margin-right: 5px
}

.call_us li a:hover {
    text-decoration: none
}

.call strong {
    font-family: 'Montserrat'
}

.flow_us {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.flow_us li {
    padding-left: .8rem
}

.flow_us li span {
    padding-left: .8rem;
    font-size: 13px; color: #555;font-weight: 500
}

.flow_us li a {
    display: block
}

.footer_bottom p {
    font-size: 13px; color: #555
}

h5.footer_title,.h5.footer_title {
    padding-bottom: 0;
    position: relative;
    cursor: auto
}

h5.footer_title:before,.h5.footer_title:before {
    width: 8px;
    height: 8px;
    content: '';
    right: 1rem;
    top: 0;
    position: absolute;
    background: #fff0;
    bottom: 0;
    margin: auto 0;
    text-indent: -9999px;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    transition: all 250ms ease-in-out;
    transform: rotate(135deg);
    display: block
}

h5.footer_title[aria-expanded="true"]:before,.h5.footer_title[aria-expanded="true"]:before {
    transform: rotate(224deg)
}

.call_us li .small-text {
    font-size: 13px;
    color: #888
}

.submit_enquiry .modal-header {
    padding: 1rem;
    color: #fff;
    text-align: center;
    justify-content: center
}

.submit_enquiry .modal-header h4,.submit_enquiry .modal-header .h4 {
    text-align: center;
    color: #fff;
    padding: .4rem;
    margin-bottom: 0;
    font-size: 1rem
}

.radius_wrapper {
    display: flex;
    width: 100%;
    padding: 1.4rem 2rem;
    border-radius: 50px;
    border: solid 1px #fff;
    background: rgb(255 255 255 / .17);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-top: 4rem;
    margin-bottom: 5rem
}

.enquiry_form {
    padding: 2rem;
    padding-top: 0
}

.enquiry_form label {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0
}

.enquiry_form label input,.enquiry_form label select,.input_box,.text_area {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    ;padding: .8rem;
    border: solid 1px rgb(0 0 0 / .37);
    border-radius: 5px;
    outline: none;
    font-size: 14px
}

.enquiry_form label input:focus,textarea:focus {
    border-color: #181617
}

.twice_col {
    display: flex;
    justify-content: space-between;
    margin: 1.3rem 0;
    column-gap: 1rem
}

.twice_col .left_col,.twice_col .right_col {
    max-width: 48%;
    width: 100%;
    position: relative
}

.twice_col input {
    width: 100%
}

.twice_col select,select.drop_down {
    max-width: 100%;
    width: 100%;
    color: #181617;
    appearance: none;
    -webkit-appearance: none;
    background: url(https://www.bitraser.com/asset/frontend/images/downarrowform.png) #fff no-repeat;
    background-position: 95% center
}

.captch_box {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    color: #555
}

.captch_box .cT {
    font-size: 16px;
    font-weight: 600;
    color: #555
}

.captch_box .captcha {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin: 0 .5rem
}

.captch_box .input_box {
    max-width: 97px;
    padding: 10px
}

label.check_box {
    display: flex;
    align-items: center;
    align-items: flex-start
}

.check_box .custom-checkbox {
    width: 16px;
    height: 16px;
    box-shadow: none
}

.check_box p {
    font-size: 12px
}

.demo_btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #e11f26;
    border-radius: 5px;
    padding: .9rem 2rem;
    margin-top: 1.5rem;
    display: inline-flex
}

select.drop_down {
    max-width: 100%
}

.demo_btn:hover {
    color: #fff
}

.demo_btn_white {
    display: none
}

.enquiry_form .single_input,.enquiry_form .twice_col {
    position: relative
}

.enquiry_form .single_input span,.enquiry_form .twice_col span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: .5rem;
    height: 25px;
    transition: ease-in-out .2s;
    background: #fff;
    padding: 5px 15px 5px 0
}

.enquiry_form .twice_col span.right_pace {
    position: absolute;
    right: 28%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: .5rem;
    height: 25px;
    transition: ease-in-out .2s;
    background: #fff;
    padding: 5px 15px;
    left: auto;
    z-index: -1
}

.enquiry_form .single_input span em,.enquiry_form .twice_col span em {
    font-style: normal;
    font-size: 12px
}

.enquiry_form .single_input input::placeholder,.enquiry_form .twice_col input::placeholder,.enquiry_form .single_input textarea.text_area::placeholder {
    opacity: 0;
    color: #fff
}

.enquiry_form .single_input input:not(:placeholder-shown)+span,.enquiry_form .single_input input:focus+span,.enquiry_form .twice_col .left_col input:not(:placeholder-shown)+span,.enquiry_form .twice_col .left_col input:focus+span,.enquiry_form .twice_col .right_col input:not(:placeholder-shown)+span,.enquiry_form .twice_col .right_col input:focus+span {
    transform: translate(0,-1.5rem)
}

.enquiry_form .single_input textarea.text_area:not(:placeholder-shown)~span,.enquiry_form .single_input textarea.text_area:focus~span {
    transform: translate(0,-2rem)
}

.submit_enquiry {
    backdrop-filter: brightness(.8) blur(8px);
    transition: .3s all
}

.submit_enquiry .modal-dialog {
    max-width: 650px!important
}

.stand_close,.modle_close {
    position: absolute;
    right: 5px;
    top: 6px;
    background-color: #e11f26!important;
    padding: 1px 5px!important;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90
}

.stand_close span,.modle_close span {
    color: #fff
}

.tab_from {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

.tab_from label {
    display: flex;
    width: auto;
    align-items: center
}

.tab_from label input {
    max-width: 16px;
    ;align-items: center;
    justify-content: center
}

.submit_enquiry .radio_wrapper {
    display: flex;
    align-items: center;
    margin-top: .6rem;
    justify-content: center;
    padding-bottom: 0!important
}

.request_sec .radio_wrapper {
    display: flex;
    align-items: center;
    margin-top: .6rem;
    justify-content: center
}

.request_sec .radio_wrapper .radio,.submit_enquiry .radio_wrapper .radio {
    display: flex;
    align-items: flex-start;
    width: 80px;
    margin-top: 0
}

.radio_wrapper .line {
    width: 1px;
    min-height: 35px;
    height: 100%;
    margin: 0 1rem;
    background: linear-gradient(0deg,#fff0 0%,#d3d3d3 50%,#fff0 100%);
    display: block
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer
}

.radio input {
    display: none!important
}

.radio input+span {
    font-size: 12px;
    padding-left: 22px;
    display: block;
    position: relative
}

.radio input+span:not(:empty) {
    padding-left: 25px
}

.radio input+span:before,.radio input+span:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute
}

.radio input+span:before {
    background: #D1D7E3;
    -webkit-transition: background 0.2s ease,-webkit-transform 0.4s cubic-bezier(.175,.885,.32,2);
    transition: background 0.2s ease,-webkit-transform 0.4s cubic-bezier(.175,.885,.32,2);
    transition: background 0.2s ease,transform 0.4s cubic-bezier(.175,.885,.32,2);
    transition: background 0.2s ease,transform 0.4s cubic-bezier(.175,.885,.32,2),-webkit-transform 0.4s cubic-bezier(.175,.885,.32,2)
}

.radio input+span:after {
    background: #fff;
    -webkit-transform: scale(.78);
    transform: scale(.78);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.175,.885,.32,1.4);
    transition: -webkit-transform 0.6s cubic-bezier(.175,.885,.32,1.4);
    transition: transform 0.6s cubic-bezier(.175,.885,.32,1.4);
    transition: transform 0.6s cubic-bezier(.175,.885,.32,1.4),-webkit-transform 0.6s cubic-bezier(.175,.885,.32,1.4)
}

.radio input:checked+span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: #fff;
    border: solid 1px #e11f26
}

.radio input:checked+span:after {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    background: #E11F26
}

.radio:hover input+span:before {
    -webkit-transform: scale(.92);
    transform: scale(.92)
}

.radio:hover input+span:after {
    -webkit-transform: scale(.74);
    transform: scale(.74)
}

.radio:hover input:checked+span:after {
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.radio input:checked+span .ac_text {
    font-weight: 700
}

.submit_enquiry .fill_btn {
    width: 100%;
    justify-content: center;
    border: none
}

.use {
    font-size: 16px;
    padding-right: 10px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #181617
}

.enquiry_form {
    max-width: 800px;
    width: 100%;
    margin: auto
}

.captcha_box {
    background: #FFF;
    max-width: 387px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 15px 0
}

li.calc_captcha {
    background: repeating-linear-gradient(45deg,#ffffff,#f5f5f557 2px,#d3d3d369 16px,#ffffff00 20px);
    line-height: 2!important;
    color: #080808;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 20px!important;
    font-weight: 500!important;
    height: 55px!important;
    width: 120px!important;
    margin-left: 19px;
    padding: 1px 18px!important;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
}

.captcha_field {
    display: flex
}

.captch_input input[type='text'] {
    width: 120px;
    outline: none;
    border: solid 1px rgb(0 0 0 / .37);
    margin-left: 10px;
    border-radius: 5px
}

.captch_input input[type='text']:focus {
    border-color: #181617
}

.fill_btn+a {
    color: #555
}

.product_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 1rem
}

.product_card>img {
    margin: 1rem auto;
    transform: translateY(1);
    transition: all .5s
}

.product_card .resource_title {
    font-size: 16px;
    font-weight: 700;
    transform: translateY(1);
    transition: all .5s;
    color: #181617;
    margin-top: .5rem
}

.product_card p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    transform: translateY(5px);
    transition: all .5s;
    color: #181617;
    text-transform: capitalize
}

.product_card:hover {
    text-decoration: none
}

.product_card:hover>img {
    transform: translateY(-1rem)
}

.product_card:hover .resource_title {
    transform: translateY(-1rem)
}

.product_card:hover p {
    transform: translateY(-1rem);
    opacity: 1
}

.product_card .learn_m {
    margin-top: 2rem;
    font-size: 16px
}

.lern_text,.feature_content a {
    display: inline-block;
    margin-left: .3rem;
    font-weight: 600;
    color: #e11f26;
    position: relative;
    font-style: normal
}

.help_section {
    background: linear-gradient(90deg,#f53843 0%,#2f5795 100%);
    position: relative;
    padding-bottom: 1rem
}

.help_section:after {
    width: 100%;
    height: 100%;
    background: url(https://www.bitraser.com/asset/frontend/images/bineary-bg.png) no-repeat right;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-blend-mode: luminosity;
    z-index: 0;
    mix-blend-mode: luminosity;
    opacity: .7
}

.help_user {
    margin-top: -3rem
}

.help_conatainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.help_conatainer .glob_h {
    font-size: 42px;
    font-weight: 700;
    color: #fff
}

.help_conatainer p {
    font-size: 22px;
    color: #fff;
    font-family: 'Montserrat'
}

.help_btn_wrapper {
    display: flex;
    margin-top: 2.5rem
}

.help_btn_wrapper a {
    display: inline-flex;
    align-items: center;
    border: solid 1px #fff;
    color: #fff;
    padding: .5rem 2rem;
    margin-right: 1rem;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    transition: ease-in-out .3s
}

.help_btn_wrapper a:hover {
    text-decoration: none
}

.help_btn_wrapper a.license_btn img {
    margin-left: .5rem;
    position: relative;
    z-index: 1;
    transition: ease-in-out .3s
}

.help_btn_wrapper a.license_btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600
}

.help_btn_wrapper .help_btn {
    display: flex
}

.help_btn_wrapper .help_btn span {
    padding-left: .8rem;
    position: relative;
    z-index: 1;
    ransition: ease-in-out .3s
}

.help_btn_wrapper .help_btn em {
    font-size: 13px;
    color: #fff;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    transition: ease-in-out .3s
}

.help_btn_wrapper .help_btn i {
    font-size: 18px;
    color: #fff;
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    transition: ease-in-out .3s
}

.help_btn_wrapper a:hover {
    background: #fff
}

.help_btn_wrapper .help_btn:hover em,.help_btn_wrapper .help_btn:hover i,.help_btn_wrapper a.license_btn:hover span {
    color: #555
}

.help_btn_wrapper .help_btn:hover img,a.license_btn:hover img {
    filter: brightness(1) invert(1);
    position: relative;
    z-index: 1;
    opacity: .7
}

a.license_btn:hover img {
    transform: translateX(3px)
}

.gradient_strip {
    background: linear-gradient(147deg,#f53843 9%,#2f5795 78%)
}

.left_side_logo {
    display: flex;
    align-items: center
}

.left_side_logo p {
    margin-left: 2rem;
    border-left: solid 1px #fff;
    padding-left: 2rem;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 0
}

.left_side_logo p span {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.logo_list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0
}

.logo_list li {
    margin-left: 1.5rem;
    margin-top: 1rem
}

.counter_text {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0
}

.counter_text li {
    text-align: center;
    margin: 1rem auto
}

.counter_text li .gtext {
    background: linear-gradient(147deg,#f53843 10%,#2f5795 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.counter_text .counter_h span {
    font-size: 42px;
    font-weight: 800;
    font-family: 'Montserrat'
}

.counter_text .counter_h span sup {
    font-size: 60%;
    font-weight: 800;
    position: static;
    vertical-align: revert
}

.counter_sh {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.counter_text p {
    margin-bottom: 0
}

.kb_sries:hover {
    color: #555
}

.kb_sries {
    border-radius: 19px;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / .13);
    padding: 0;
    overflow: hidden;
    background: #fff;
    min-height: 100%;
    display: block;
    text-decoration: none;
    color: #555
}

.kb_sries figcaption {
    padding: 1rem;
    font-size: 15px;
    margin-bottom: .5rem
}

.kb_sries figcaption p {
    font-size: 15px;
    padding-top: .5rem;
    margin-bottom: 0
}

.kb_sries figcaption .help_title {
    font-size: 16px;
    color: #181617
}

.blog_container {
    max-width: 1200px!important;
    width: 100%
}

.kb_sries .learn_m {
    font-size: 14px;
    margin-top: .5rem;
    opacity: 0;
    transition: ease-in-out .5s
}

.kb_sries .learn_m img {
    width: 14px
}

.latestUpdate .col-lg-3 {
    padding: 0 10px
}

.latestUpdate .col-lg-6 {
    padding: 0 12px
}

.kb_sries .mocup {
    width: 100%;
    margin: auto
}

.kb_sries:hover {
    text-decoration: none
}

.kb_sries:hover .learn_m {
    opacity: 1
}

.modal {
    backdrop-filter: blur(8px)
}

.container-fluid {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0
}

.gototop {
    display: inline-flex;
    padding: .5rem;
    background: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    width: 41px;
    height: 41px;
    z-index: 9;
    opacity: .6;
    transition: all .3s;
    align-items: center;
    justify-content: center
}

.gototop:hover {
    opacity: 1
}

.navbar-brand {
    margin-top: -1.3rem
}

.tpleftnav {
    margin-top: -1rem
}



.stellar_bootom_strip{padding: 1px; border-radius: 20px; position: relative; z-index: 3}
.stamp_row{ display: flex; column-gap: 25px; }
.stellar_bootom_strip .stellar_stamp{background: #fff; padding: 1rem; border-radius: 18px 0 0 18px; padding-right: 2rem; display: flex; align-items: center}

.stellar_bootom_strip .inovation_col{ color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 1rem 0}
.stellar_bootom_strip .inovation_col .info_title{font-size: var(--fs-lg); font-family: var(--font-mont); text-transform: uppercase; font-weight: var(--fw-bold); white-space: nowrap; margin-bottom: 0}
.logo_list{margin-left: auto; padding-right: 2rem}

.footer_container_wrapper{ border: solid 1px #FFCACD;; padding:2rem 2rem!important; padding-bottom: 0 !important; border-radius:  18px 18px 0 0; border-bottom: none;box-shadow: 0px 4px 51px -8px rgba(0, 0, 0, 0.25); background: #FFFFFF; position: relative; z-index: 1
}
 
footer .container-fluid{position: relative}
footer .container-fluid:after{position: absolute; content: ''; background: var( --bg-ellipse-1); width: 518px; height: 317px; right: -6rem; top: -45px; bottom: 0; margin: auto;transform: rotate(90deg); filter: blur(3rem)}
footer .container-fluid:before{position: absolute; content: ''; background: var( --bg-ellipse-1); width: 518px; height: 317px; left: -6rem; top: -0rem;  margin: auto;transform: rotate(333deg); filter: blur(3rem)}





.scrollspy-wrapper .upgrade_btn .upgrade_icon {width: 23px;height: 23px;background-position: -211px -162px;transition: ease-in-out .3s;background-size: 388px;}

.scrollspy-wrapper .request_btn{ font-size: 14px;    font-family: var(--font-mont); font-weight: 700; padding: 10px;border-radius:  5px;}
#backToTop {position: fixed;bottom: 6rem;right: 20px;display: none;z-index: 1000;border: none;outline: none;background-color: #8888;color: white;cursor: pointer;padding: 15px;border-radius: 50%;font-size: 18px;width: 35px;height: 35px;transition: opacity 0.3s ease;}

 
#backToTop:hover {background-color: #555;}
#backToTop { display: flex; align-items: center; justify-content: center}
#backToTop img{   transform: rotate(270deg); width: 8px}
#backToTop:hover img{ filter: brightness(0) invert(1); transform: rotate(270deg)}





@media (min-width: 573px) {
    footer .h5.footer_title:before {
        display:none
    }

    .collapse.dont-collapse-sm {
        display: block;
        height: auto!important;
        visibility: visible;
        font-size: 13px
    }

    .footer_mobile_collaps h4.diy-box-title[aria-expanded="true"]:before {
        transform: rotate(224deg)
    }
}

@media screen and (min-width: 1500px) {
    .container-fluid {
        max-width:1400px;
        padding-left: 0;
        padding-right: 0
    }

    .left_side_logo p {
        font-size: 20px
    }
}

@media screen and (max-width: 1308px) {
    .tpleftnav .nav-link {
        padding:.067rem .8rem 0.310rem!important;
        font-size: 14px
    }
}

@media screen and (max-width: 1280px) {
    .glob_lr {
        padding-left:3rem;
        padding-right: 3rem
    }
}

@media screen and (max-width: 1220px) {
    .tpleftnav .nav-link {
        padding:.067rem .5rem 0.310rem!important;
        font-size: 13px
    }

    .support_btn a {
        padding: .5rem
    }
}

@media screen and (max-width: 1024px) {
    .glob_h {
        font-size:24px
    }

    body,* {
        font-size: 14px
    }

    .flow_us li span {
        white-space: nowrap
    }

    .left_side_logo p {
        font-size: 13px
    }

    .tpleftnav .dropdown a.dropdown-toggle span {
        font-size: 14px
    }
}

@media screen and (max-width: 992px) {
    header {
        display:none
    }

    footer h5,footer .h5,footer ul li a,footer ul li a strong {
        font-size: 13px
    }

    .glob_lr {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .flow_us li span {
        white-space: nowrap
    }

    .navbar-expand .navbar-nav.tpleftnav,.support_btn a {
        display: none
    }

    header .navbar-brand svg {
        width: 120px
    }

    .logo_list {
        justify-content: center
    }

    .left_side_logo p {
        font-size: 12px;
        padding-left: 0;
        margin-left: 0;
        border: none
    }

    .help_user {
        display: none;
        text-align: center
    }

    .help_conatainer {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .help_btn {
        margin-right: 0
    }

    .help_btn_wrapper {
        justify-content: center
    }

    .help_conatainer {
        padding: 1.5rem 0
    }

    .gradient_strip {
        padding: 2rem 0
    }

    .counter_text {
        flex-wrap: wrap
    }

    .counter_text li {
        max-width: 30%;
        width: 100%
    }

    .counter_text .counter_h span {
        font-size: 30px
    }

    .help_btn_wrapper .help_btn {
        text-align: left
    }

    .left_side_logo {
        flex-direction: column;
        align-items: center
    }

    .logo_list {
        justify-content: center
    }

    .logo_list li img {
        max-width: 100%
    }

    .left_side_logo p {
        border: none;
        text-align: center;
        padding-top: 1rem;
        margin-left: 0;
        white-space: normal
    }

    .advantage_swiper .img_shadow,.certificate_col img {
        max-width: 80px
    }

    .kb_sries {
        margin: 2rem auto;
        min-height: 95%
    }

    .kb_sries>img {
        width: 100%
    }

    .kb_sries .learn_m {
        opacity: 1
    }

    .help_conatainer .glob_h {
        font-size: 24px
    }

    .help_conatainer p {
        font-size: 18px
    }

    .accordion {
        margin-top: 2rem
    }

    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .copyright {
        order: 2
    }

    .social-icon {
        order: 1
    }

    ul.flow_us {
        padding-left: 0;
        justify-content: flex-start
    }

    ul.flow_us li,ul.flow_us li span {
        padding-left: 0
    }

    ul.flow_us li a {
        padding-left: 1rem
    }

    .hamburger_menu {
        margin-right: 20px
    }

    .menu a.navbar-brand {
        margin-left: 20px
    }

    .language_menu {
        margin-left: -1rem;
        width: 65px!important
    }

    .language_menu:after {
        left: auto!important;
        right: 19px!important
    }
}

@media screen and (max-width: 767px) {
    .container-fluid {
        padding-left:.5rem;
        padding-right: .5rem
    }

    .learn_m {
        font-size: 13px
    }

    .primery_text {
        font-size: 12px
    }

    .glob_h {
        font-size: 18px
    }

    .twice_col {
        margin: 0;
        flex-direction: column
    }

    .twice_col .left_col,label.twice_col .right_col,.enquiry_form label input {
        max-width: 100%;
        margin: 1rem 0
    }

    .left_side_logo p span {
        font-size: 12px
    }

    .counter_text .counter_h span {
        font-size: 25px
    }

    .counter_sh {
        font-size: 11px
    }

    .help_conatainer .glob_h {
        font-size: 18px
    }

    .help_conatainer p {
        font-size: 14px
    }

    .help_btn_wrapper {
        flex-direction: column
    }

    .help_btn_wrapper a {
        margin: 1rem auto
    }

    .help_btn_wrapper .help_btn {
        text-align: left
    }

    .help_btn_wrapper a.license_btn {
        padding: 1.5rem 2rem
    }

    .help_btn_wrapper {
        margin-top: 0
    }

    h5.footer_title,.h5.footer_title {
        padding-bottom: .7rem;
        margin-bottom: 1rem;
        border-bottom: solid 1px #e1e1e1
    }

    .certification {
        padding: 0
    }

    .cetification_sec .round_pt {
        margin: 0
    }

    .cetification_sec .swiper-button-next,.cetification_sec .swiper-rtl .swiper-button-prev,.cetification_sec .swiper-button-prev,.cetification_sec .swiper-rtl .swiper-button-next {
        display: none
    }

    .cetification_sec .swiper-pagination {
        position: static;
        margin-bottom: 1rem
    }

    .advantage_swiper .certificate_wrapper {
        padding-bottom: 2rem
    }

    .advantage_swiper.swiper {
        padding-bottom: .5rem
    }

    .cetification_sec .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: none;
        border: solid 2px #bdbdbd;
        transition: .3s ease-in-out;
        opacity: 1!important
    }

    .cetification_sec .swiper-pagination .swiper-pagination-bullet-active {
        width: 30px;
        background: #bbb;
        height: 12px;
        border-radius: 12px;
        transition: ease-in-out .3s
    }

    .cetification_sec .swiper-button-next:after,.testimonial_sec .swiper-button-prev:after {
        display: none
    }

    .cetification_sec .swiper-button-next {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        top: 90%;
        background: #555!important;
        opacity: 1!important;
        transition: ease-in-out .3s
    }

    .cetification_sec .swiper-button-next img {
        transform: rotate(180deg)
    }

    .cetification_sec .swiper-button-prev {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #555;
        top: 90%;
        left: auto;
        right: 3rem!important;
        transition: ease-in-out .3s
    }

    .tab_view ul li a {
        font-size: 14px;
        padding: .5rem;
        margin: .5rem;
        margin-bottom: 1rem
    }

    .advantage_swiper .certificate_col {
        justify-content: center
    }

    .media-topic {
        margin: 0px!important
    }

    .solution-mobile-menu {
        padding: 0rem 2rem;
        background-color: #f8f8f8;
        padding-bottom: 5rem
    }

    .mobile-list-align {
        padding: 0 0 220px!important
    }

    .menu_header {
        border-bottom: none!important
    }
}

@media screen and (max-width: 572px) {
    .help_btn_wrapper a.license_btn,.help_btn_wrapper .help_btn {
        max-width:280px;
        width: 100%
    }

    .help_btn_wrapper a.license_btn {
        justify-content: center
    }

    .fill_btn,.outline_btn_red,.product_box_sec .round_btn,.round_btn_outline {
        max-width: 280px;
        width: 100%;
        margin: .5rem auto;
        justify-content: center;
        text-align: center
    }

    .kb_sries {
        min-height: auto;
        margin: 1rem auto
    }

    .enquiry_form .single_input span,.enquiry_form .twice_col span {
        font-size: 12px
    }

    .enquiry_form {
        padding: .5rem
    }

    .enquiry_form label input {
        margin: .3rem 0
    }

    .text_area {
        margin-top: 1rem
    }

    .flow_us {
        justify-content: flex-start
    }

    .flow_us li span,.flow_us li {
        padding-left: 0;
        padding-right: .8rem
    }

    .footer_container p br {
        display: none
    }

    .swiper-button-next,.swiper-button-prev {
        display: none
    }

    .testimonial_sec .swiper-pagination {
        display: flex
    }

    .resource_sec .testimonial_swiper,.resource_sec .case_swiper {
        padding-bottom: 0!important
    }

    .twice_col .left_col,label.twice_col .right_col {
        max-width: 100%!important
    }

    .twice_col {
        margin: 0!important
    }

    .enquiry_form .single_input span,.enquiry_form .twice_col span,.enquiry_form label select {
        font-size: 11px!important;
        color: #555555!important
    }

    .enquiry_form .single_input span,.enquiry_form .twice_col span {
        padding: 5px!important
    }

    .text_area {
        margin-top: 1rem!important
    }

    .captcha_box {
        padding: 0 5px!important
    }

    li.calc_captcha {
        margin-left: 5px!important
    }

    .logo_list li:first-child {
        margin-left: 0
    }

    footer .border-bottom {
        border-bottom: none!important
    }

    ul.flow_us li a {
        padding-left: 0!important
    }
	.footer_container_wrapper{margin-top: 1rem}
}

.along_btn {
    display: flex
}

@media screen and (max-width: 572px) {
	.__cf_email__{line-height: 0}
    .menu .navbar-brand {
        margin-top:0rem!important
    }

    .along_btn {
        display: block
    }

    .learn_btn {
        width: 280px;
        justify-content: center
    }

    .dropdown.multi_selector .dropdown-toggle {
        font-size: 11px!important;
        color: #555555!important
    }
	
    .mobile_submit_enquiry_btn{
            margin: auto;
    width: fit-content;
    }
}

@media only screen and (min-width: 1230px) and (max-width: 1320px) {
   
}
.language_menu a {
    color: #000;
    display: block;
    padding: 1px 15px;
    font-weight: 600;
    font-size: 14px
}

.language_menu {
    width: 180px;
    float: right;
    left: -1.9rem;
    margin-top: 25px;
    border-radius: 0;
    padding: 15px 8px;
    box-shadow: 0 0 15px #d1d1d1
}

.globle_lang {
    position: relative!important
}

.language_menu:after {
    width: 0;
    height: 0;
    border-left: 15px solid #fff0;
    border-right: 15px solid #fff0;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -11px;
    left: 25px;
    content: ''
}

.globle_lang .dropdown-toggle::after {
    display: none
}

.top_nav_bar {
    background: #fff;
    position: relative
}

.top_nav_line {
    justify-content: flex-end;
    color: #fff;
    align-items: center
}

.top_nav_line li {
    display: flex
}

.top_nav_line li a {
    color: #fff;
    font-size: .825rem;
    margin-left: .8rem;
    border-left: solid 1px #ffffff20;
    padding: .15rem;
    padding-left: .8rem
}

.top_nav_line li:first-child a {
    border-left: none
}

.top_nav_bar:before {
    content: '';
    position: absolute;
    right: 0rem;
    background: linear-gradient(129deg,#ffffff 13%,#34578d 13%,#f53a45 100%);
    ;top: 0;
    width: 39%;
    height: 70px
}

 

.navXl {
    background: #fff;
    position: relative
}

.tpleftnav {
    margin-top: -1rem
}

.navbar-brand {
    margin-top: -1.3rem
}

@media screen and (min-width: 1920px) {
    .top_nav_bar:before {
        width:41%
    }
}

@media screen and (max-width: 1420px) {
    .top_nav_bar:before {
        width:40%
    }
}

@media screen and (max-width: 1366px) {
	.newsletter_subs .email_filed .input_email{ max-width: 165px}
 
	
}
@media screen and (max-width: 1280px) {
    .top_nav_bar:before {
        width:44%
    }
 
	.product_edition .varient_p {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1200px) {
	.footer_container.pl-md-5{padding-left: 0!important}
 
}

@media screen and (max-width: 1180px) {
    .top_nav_bar:before {
        width:45%
    }
    ul.tpleftnav{
        margin-top: 0;
    }
    .megariinner li .product_name .product_edition{
        column-gap: 5px;
    }
    .megariinner li .product_name:hover .product_edition .varient_p{
        padding: 5px;
        font-size: 10px;
        white-space: nowrap;
        margin: 10px 0px;
    }
     .newsletter_subs img{
        display: none;
    }
    footer .email_content{
        margin-left: 0px!important;
    }
    .product_tab {
        height: 470px;
    }
    ul.nav.top_nav_line li a img {
 filter: brightness(0) invert(1);
}
}

.dropdown.multi_selector .dropdown-toggle {
    position: relative;
    overflow: hidden
}

.dropdown.multi_selector .dropdown-toggle:before {
    width: 40px;
    height: 100%;
    background: url(https://www.bitraser.com/asset/frontend/images/downarrowform.png) #fff;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: center
}

.right_col,.left_col {
    width: 48%!important
}

.enquiry_form label input,.enquiry_form label select,.input_box,.text_area,.phone .number_input,.dropdown.multi_selector .dropdown-toggle,.inputField {
    padding: 0.4rem!important
}

.dropdown.multi_selector {
    width: 100%
}

.dropdown.multi_selector .dropdown-toggle {
    display: block;
    width: 100%;
    ;margin: 0;
    padding: .6rem;
    border: solid 1px rgb(0 0 0 / .37);
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    background: url(https://www.bitraser.com/asset/frontend/images/downarrowform.png) #fff no-repeat;
    color: #181617;
    background-position: 95% center;
    text-align: left
}

.dropdown.multi_selector .dropdown-toggle:after {
    display: none
}

.dropdown.multi_selector .dropdown-menu {
    max-width: 100%;
    width: 100%;
    border: solid 1px #555;
    max-height: 200px;
    overflow-y: scroll
}

.dropdown.multi_selector .dropdown-menu label {
    display: flex;
    padding: .3rem 1rem;
    font-size: .875rem
}

.dropdown.multi_selector .dropdown-menu label input {
    width: 1rem;
    margin-right: .5rem;
    font-size: .875rem
}

.dropdown.multi_selector .dropdown-menu label:hover {
    background: #f0f0f0
}

.enquiry_form .errorinfo {
    margin-bottom: 0px!important
}

.dropdown.multi_selector .dropdown-menu {
    scrollbar-width: thin;
    scrollbar-color: #555 #DFE9EB
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar {
    width: 3px
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #DFE9EB
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar-track:active {
    background-color: #B8C0C2
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #555
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #2A2323
}

.dropdown.multi_selector .dropdown-menu::-webkit-scrollbar-thumb:active {
    background-color: #62A34B
}

@media only screen and (min-width: 100px) and (max-width:555px) {
    body div.zsiq-mobhgt[embedtheme].zsiq-newtheme {
        height:75%!important
    }
}

.nitro-lazy-render {
    content-visibility: inherit!important
}

.newsletter_subs {
    padding: 1rem;
    border-radius: 15px;
    border: solid 1px #d1d1d1;
    background: #f7f7f7;
    display: flex;
    align-items: flex-start
}

.newsletter_subs .footer_title {
    color: #555;
    text-transform: capitalize;
    font-size: 14px
}

.newsletter_subs .email_filed {
    display: flex;
    margin-top: .3rem
}

.newsletter_subs .email_filed .input_email {
    padding: .5rem .7rem;
    margin-right: .5rem;
    border-radius: 5px;
    outline: none;
    border: solid 1px #d1d1d1;
    flex: 1
}

.newsletter_subs .email_filed .subs {
    padding: .5rem .6rem;
    background: #e11f26;
    border: solid 1px #e11f26;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: .75rem;
    color: #fff;
    transition: ease-in-out .3s
}

.newsletter_subs .email_filed:hover .subs {
    background: #e11f2+;
    color: #fff;
    box-shadow: 0 0 15px #d1d1d1
}

.newsletter_subs label span {
    font-size: .65rem;
    padding-left: .5rem;
    line-height: .9rem;
    color: #838383
}

.newsletter_subs label {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem
}

.newsletter_subs label input {
    margin-top: .3rem;
    font-size: .875rem
}

.newsletter_subs input::placeholder {
    font-size: .75rem!important
}

.newsletter_subs img {
    margin-top: 2rem
}

.newsletter_subs label span a {
    font-size: .65rem
}

.subresponseerror {
    color: red;
    font-size: 11px
}

.top_nav_line .language_menu a {
    color: #181617!important;
    padding: .2rem .3rem;
    margin: 0
}

.language_menu {
    min-width: auto;
    width: 70px
}

.top_nav_line li a.select_lang {
    position: relative;
    margin-right: .8rem
}

.top_nav_line li a.select_lang:before {
    width: 0;
    height: 0;
    border-left: 4px solid #fff0;
    border-right: 4px solid #fff0;
    border-top: solid 4px #fff;
    content: '';
    position: absolute;
    right: -10px
}

.newsletter_subs {
    position: relative
}

.thankyou_sub {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / .9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    border-radius: 14px
}

.thankyou_sub img {
    max-width: 100px
}

.subscontent {
    position: relative;
    z-index: 1
}

.subscribed .thankyou_sub {
    display: flex
}

.subsclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 3;
    font-weight: 400
}

.substhankmsg span {
    color: #e11f26
}

.substhankmsg {
    font-weight: 700
}

.product_edition {
    display: inline-flex;
    margin-top: 1rem;
    visibility: hidden
}

.product_edition .varient_p {
    padding: .2rem .7rem;
    border: solid 1px #d1d1d1;
    color: #555;
    margin-right: .5rem;
    border-radius: 25px;
    font-size: .703rem;
    font-weight: 700;
    text-decoration: none
}

.megariinner li .product_name:hover .product_edition .varient_p {
    background: #fff
}

.megariinner li .product_name:hover .product_edition {
    visibility: visible
}

.mega_tab li .mega_link {
    font-size: 1rem;
    color: #555;
    display: block;
    margin-right: 2.5rem;
    padding-bottom: .5rem;
    position: relative;
    margin-left: 0;
    text-decoration: none;
    font-weight: 700
}

.mega_tab li .mega_link.active {
    background: linear-gradient(90deg,#f53843 10%,#2f5795 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.product_tab .megatab_container li {
    width: 50%
}

.product_tab {
    background: #fff
}

.product_tab .megatab_container li {
    width: 33%;
    max-width: 433px
}

.mega_tab {
    margin-bottom: 1rem
}

.mega_tab li .mega_link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#f53843 0%,#2f5795 100%);
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s
}

.mega_tab li .mega_link.active:after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.mega_tab {
    position: relative
}

.mega_tab:before {
    max-width: 987px;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(39deg,rgba(85,85,85,34%) 0%,#fff0 100%);
    background: -o-linear-gradient(39deg,rgba(85,85,85,34%) 0%,#fff0 100%);
    background: linear-gradient(129deg,rgba(85,85,85,34%) 0%,#fff0 100%);
    content: ''
}

.megariinner li span {
    position: relative
}

.megariinner li span .new_tag {
    background: #e11f26;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    height: 15px;
    padding: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-left: 5px
}

.megariinner li .product_name:hover .new_tag {
    background: #fff;
    color: #555
}

ul.twoColContainer li {
    width: 50%
}

.twoColContainer {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem
}

.product_box_wrapper {
    background: #f8f8f8;
    min-height: 200%;
    position: absolute;
    right: 0;
    max-width: 419px;
    width: 100%;
    padding-bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column
}

.product_box_container {
    padding: 2rem;
    padding-top: 1rem
}

.product_box_container .menu_header {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 1rem
}

.product_box_container .sub_text {
    font-size: .875rem;
    color: #555
}

.product_tab {
    height: 450px;
    overflow-y: hidden
}

.image_footer_box {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    width: 292px;
    margin: auto
}

.image_footer_box:before {
    width: 292px;
    height: 292px;
    border-radius: 292px;
    background: #f0f0f0;
    position: absolute;
    right: 2rem;
    bottom: -5rem;
    content: ''
}

.image_footer_box img {
    position: relative;
    bottom: 5rem
}

.megatab_container.diagnos_tab li {
    width: 50%
}

.megariinner .mega_tab {
    justify-content: flex-start;
    margin-top: 0
}

.megariinner .mega_tab li {
    width: auto
}

.megariinner .mega_tab li a {
    margin: 0;
    border-radius: 0;
    margin-right: 2.5rem;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
}

.megariinner .mega_tab li:first-child a {
    padding-left: 0
}

.megariinner .mega_tab li a:hover {
    color: #555
}

.megariinner li .product_name {
    position: relative
}

.megariinner li .product_name:before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#f53843 0%,#2f5795 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    opacity: 0;
    transition: ease-in-out 300ms
}

.mega_item a:before,.varient_p:before {
    display: none
}

.megariinner li .product_name:hover:before {
    opacity: 1
}

.megariinner li .product_name:hover figcaption,.megariinner li .product_name:hover,.megariinner li .product_name:hover figcaption span {
    color: #fff;
    text-decoration: none
}

.megariinner li .product_name {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans';
    padding: 1rem 1.2rem;
    display: flex;
    align-items: flex-start;
    margin: .5rem .5rem;
    margin-left: 0;
    border-radius: 19px;
    position: relative;
    overflow: hidden
}

.product_name figcaption {
    display: flex;
    flex-direction: column
}

.megariinner li .product_name .product_edition {
    margin-top: 0
}

.megariinner li .product_name:hover .product_edition .varient_p {
    color: #181617
}

.tab_container .menu_header {
    border-bottom: 0
}

.product_box_container .menu_header {
    border-bottom: solid 1px #e3e3e3
}

.megariinner li span {
    font-weight: 700;
    color: #181617;
    font-size: 16px
}

.tpleftnav a.dropdown-toggle:before {
    bottom: -.61rem
}

.product_name figcaption {
    align-items: flex-start
}

figcaption a.link_inner,figure .icon_link {
    border-radius: 0
}

figcaption a.link_inner:before,figure .icon_link:before {
    display: none
}

li .product_name:hover figcaption a.link_inner {
    color: #fff
}

@media screen and (max-width: 992px) {
    .dd_wrap {
        margin-top:3.0rem!important
    }

    .dd_wrap .product_sub_name li {
        margin-bottom: .7rem;
        padding-bottom: .7rem;
        border-bottom: solid 1px #e1e1e1
    }

    .dd_wrap .prduct_name {
        font-family: 'Montserrat';
        margin-bottom: 0!important;
        padding-bottom: 0!important;
        cursor: pointer
    }

    .dd_wrap .product_sub_name {
        margin-top: 2rem
    }

    .dd_wrap .product_dis p {
        font-size: .75rem
    }

    .dd_wrap .sub_menu li a span {
        color: #181617
    }

    .dd_wrap .prduct_name[aria-expanded="true"] {
        background: linear-gradient(90deg,#f53843 10%,#2f5795 20%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0
    }

    .dd_wrap .product_sub_name li:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .dd_wrap .product_sub_name li {
        display: flex;
        flex-direction: column
    }

    .product_edition {
        visibility: visible
    }

    .product_sub_name .product_edition .varient_p {
        padding: .3rem .7rem;
        border-radius: 25px!important
    }

    .dd_wrap .sub_menu li a {
        line-height: 1.3
    }

    .dd_wrap>ul {
        padding-top: 2rem!important
    }

    .mobie_tab_nav {
        padding: 1rem;
        height: 75%;
        overflow-y: scroll
    }

    .mobie_tab_nav .mega_tab:before {
        display: none
    }

    .mobie_tab_nav .mega_tab {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-top: 0
    }

    .mobie_tab_nav .mega_tab li .mega_link {
        padding: .5rem .8rem;
        margin-right: .8rem;
        border: solid 1px #d1d1d1;
        border-radius: 25px;
        font-size: 1rem;
        font-family: 'Montserrat';
        background: #f3f3f3
    }

    .mobie_tab_nav .mega_tab li .mega_link.active {
        background: linear-gradient(90deg,#f53843 10%,#2f5795 68%);
        background-clip: border-box;
        text-fill-color: #fff;
        -webkit-text-fill-color: #fff
    }

    .mobie_tab_nav .mega_tab li .mega_link:after {
        display: none
    }

    .mobie_tab_nav .product_sub_name li a span {
        display: block;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Montserrat';
        padding-bottom: 0;
        color: #181617
    }

    .mobie_tab_nav .product_sub_name li a {
        color: #555
    }

    .back_btn {
        margin-left: 1rem!important
    }

    .mobile_head {
        background: #fff;
        z-index: 5
    }

    .dd_wrap .product_sub_name li:last-child {
        margin-bottom: 4rem
    }

    .product_edition .varient_p {
        font-size: .875rem
    }
}










@media screen and (max-width: 360px) {
    .mobie_tab_nav .mega_tab li .mega_link {
        font-size:.875rem
    }
}

.zsiq_theme11 .siqico-chat div,.zsiq_theme11 .siqico-chat::before {
    color: #fff!important
}

.zsiq_theme11 .siqico-chat #zsiq_maintitle {
    font-size: 11px!important
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .learn_btn,.outline_btn_red {
        padding:.7rem 1rem;
        font-size: 14px
    }

    .outline_btn_red span {
        font-size: 14px
    }
}


 .wrapper_mb {
                width: 100%;
                position: fixed;
              
                top: -1px;
                z-index: 150;
                background: #fff;
                border-top: solid 1px #e7e7e7;
                padding-bottom: .3rem
            }

            .menu {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                width: 100%
            }

            .menu a.navbar-brand {
                margin-left: 11px;
                position: relative;
                z-index: 1052
            }

            .hamburger_menu {
                width: 20px;
                height: 50px;
                border-radius: 3px;
                text-align: center;
                color: #e11f26;
                line-height: 50px;
                font-size: 26px;
                cursor: pointer;
                position: relative;
                z-index: 9;
                transition: all 0.2s ease
            }

            .dd_wrap {
                height: 100vh;
                background: #fff;
                position: absolute;
                top: 0;
                margin-top: 3.5rem;
                width: 100%;
                transform: translateX(-100%);
                transition: .3s ease-in-out;
                overflow-y: scroll
            }

            .dd_wrap ul {
                padding: 0;
                list-style: none;
                margin-top: 1rem
            }

            .dd_wrap>ul>li>a {
                display: block;
                background: none;
                color: #181617;
                padding: 0 22px;
                width: 100%;
                transition: all 0.2s ease
            }

            .dd_wrap ul li a:hover {
                color: #e11f26;
                text-decoration: none
            }

            .dd_wrap ul li:first-child a {
                border-top-right-radius: 3px;
                border-top-left-radius: 3px
            }

            .dd_wrap ul li:last-child a {
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px
            }

            .dd_wrap ul li a .icon {
                width: 30px;
                display: inline-block
            }

            .dd_wrap.active {
                transform: translateX(0)
            }

            .dd_menu {
                position: fixed;
                top: 0;
                left: 0%;
                width: 100%;
                height: 100%;
                background: #fff;
                ;padding-top: .5rem;
                transform: translateX(-100%);
                transition: ease-in-out .3s;
                z-index: 1055;
                margin-top: 2rem
            }

            .dd_menu:before {
                content: "";
                position: absolute;
                top: 15px;
                left: -30px;
                z-index: 1;
                border: 15px solid;
                border-color: transparent #dc555f transparent transparent
            }

            .dd_wrap ul li a.active+.dd_menu {
                transform: translateX(0)
            }

            .back_btn {
                margin-left: 22px;
                display: inline-flex;
                padding: 10px 0;
                align-items: center;
                font-family: 'Montserrat';
                font-size: 15px;
                font-weight: 600;
                color: #888
            }

            .back_btn svg {
                margin-right: 10px
            }

            .dd_sub_menu ul li a {
                padding: 5px;
                padding-left: 2rem;
                text-transform: capitalize;
                letter-spacing: normal
            }

            .a_child+.dd_sub_menu {
                overflow: hidden
            }

            .dd_sub_menu ul {
                width: 100%;
                height: 100%;
                overflow: hidden
            }

            .dd_sub_menu ul li {
                margin-bottom: -3rem;
                transition: ease-in-out .3s
            }

            .a_child.active+.dd_sub_menu ul li {
                margin-bottom: .5rem;
                transition: ease-in-out .5s
            }

            .a_child .wrap {
                display: flex;
                justify-content: space-between;
                transition: .3s ease-in-out
            }

            .a_child .wrap i {
                transition: .3s ease-in-out
            }

            .a_child.active .wrap i {
                transform: rotate(90deg)
            }

            .hamburger_menu {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                margin-right: 11px
            }

            .hamburger_icon {
                width: 19px;
                height: 2px;
                background: #181617;
                display: block;
                position: relative;
                margin-top: 4px
            }

            .hamburger_icon:before {
                width: calc(100%);
                height: 2px;
                position: absolute;
                right: 0;
                top: -7px;
                content: '';
                background: #181617;
                transition: .3s ease-in-out
            }

            .hamburger_icon:after {
                width: calc(100%);
                height: 2px;
                position: absolute;
                right: 0;
                bottom: -7px;
                content: '';
                background: #181617;
                transition: .3s ease-in-out
            }

            .hamburger_icon.show {
                background: none
            }

            .hamburger_icon.show:after {
                transform: rotate(134deg)
            }

            .hamburger_icon.show:before {
                transform: rotate(45deg);
                top: 3px
            }

            .hamburger_icon.show:after {
                top: 3px
            }

            .field {
                position: relative
            }

            .field i {
                width: 5px;
                height: 9px;
                border: solid rgb(37,160,67);
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                position: absolute;
                right: 1rem;
                bottom: 1rem;
                display: block
            }

            .wrap span.text {
                font-family: 'Montserrat';
                font-size: 16px;
                line-height: 61px;
                font-weight: 700
            }

            .wrap {
                border-bottom: solid 1px #EEE;
                position: relative
            }

            .wrap:before {
                width: 10px;
                height: 10px;
                border: solid #ccc;
                border-width: 0 2px 2px 0;
                transform: rotate(-48deg);
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                margin-right: .8rem;
                transition: ease-in-out .5s
            }

            .dd_wrap ul ul li a.active .wrap:before {
                transform: rotate(47deg)
            }

            .searchpanel {
                display: flex;
                padding-top: .3rem
            }

            .searchpanel {
                margin-right: 15px
            }

            .searchpanel span {
                margin-left: 10px;
                margin-right: 10px
            }

            .dd_menu h3,.dd_menu .h3 {
                font-size: 16px;
                margin-left: 22px;
                text-transform: uppercase;
                font-weight: 700;
                margin-top: 20px;
                margin-bottom: 10px;
                font-family: 'Montserrat'
            }

            ul.sub_menu {
                padding: 0 22px 220px;
                margin-top: 0;
                height: 170vh;
                overflow-y: scroll;
                -webkit-appearance: none;
                -webkit-overflow-scrolling: touch;
                height: -webkit-fill-available
            }

            ul.sub_menu>li {
                border-bottom: 1.5px solid #EEE;
                padding: 20px 0
            }

            ul.sub_menu li .prduct_name {
                font-size: 16px;
                font-weight: 700;
                padding: 10px 0;
                position: relative
            }

            .product_dis {
                font-weight: 300;
                font-size: 15px;
                line-height: 20px;
                color: #333
            }

            .prodcut_type {
                display: flex;
                padding: 0;
                list-style: none
            }

            .b2b_product {
                flex-direction: column
            }

            ul.prodcut_type li a {
                color: #e11f26;
                font-weight: 600;
                font-size: 14px;
                line-height: 20px;
                padding: 0;
                margin-right: 8px;
                padding-bottom: 5px;
                display: inline-block;
                border-bottom: solid 1px #e11f26;
                width: auto;
                border-radius: 0!important;
                margin-bottom: 15px
            }

            .sub_menu p {
                padding-right: 15px
            }

            ul.prodcut_type.b2b_product a {
                border-bottom: solid 1px #ebebeb;
                color: #888;
                font-weight: 400;
                font-size: 12px;
                padding-bottom: 1rem
            }

            ul.prodcut_type.b2b_product a span {
                display: block;
                color: #e11f26;
                font-family: 'Montserrat';
                padding-bottom: .2rem;
                font-weight: 600;
                font-size: 15px
            }

            ul.prodcut_type.b2b_product li:last-child a {
                border-bottom: none;
                padding-bottom: 0
            }

            ul.sub_menu>li .prduct_name[aria-expanded="false"]:before {
                width: 10px;
                height: 10px;
                border: solid #ccc;
                border-width: 0 2px 2px 0;
                transform: rotate(-48deg);
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                margin-right: .8rem;
                transition: ease-in-out .5s
            }

            ul.sub_menu>li .prduct_name[aria-expanded="true"]:before {
                transform: rotate(47deg);
                width: 10px;
                height: 10px;
                border: solid #ccc;
                border-width: 0 2px 2px 0;
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                top: 0;
                margin: auto;
                margin-right: .8rem;
                transition: ease-in-out .5s
            }

            @keyframes slide_down {
                from {
                    top: -25px
                }

                to {
                    top: 0
                }
            }

            .searchwrape {
                width: 100%;
                height: 100vh;
                background: #fff;
                position: absolute;
                top: 0;
                margin-top: 4rem;
                transform: translateX(100%);
                transition: .3s ease-in-out;
                overflow-y: scroll;
                padding: 20px;
                display: none
            }

            .searchwrape.active {
                transform: translateX(0);
                display: block
            }

            .searchwrape label {
                display: block;
                width: 100%;
                max-width: 100%;
                border: solid 1px #e1e1e1;
                margin-top: .5rem;
                position: relative
            }

            .searchwrape label input {
                display: block;
                width: 100%;
                outline: none;
                padding: 13px 8px;
                border: none;
                border-radius: 3px;
                font-size: 14px
            }

            .searchwrape .search {
                position: absolute;
                right: 0;
                left: auto;
                top: 0;
                bottom: 0;
                margin: auto;
                display: flex;
                align-items: center;
                background: #fff;
                padding-right: 1rem
            }

            .searchwrape .search svg {
                cursor: pointer;
                margin: 0 5px
            }

            .fm_box_search_link a {
                color: #616161
            }

            .fm_box_search_link a:hover {
                color: #e11f26
            }

            .mobilebtn {
                border: none;
                color: #181617;
                background: #fff;
                display: inline-block;
                margin: 0 2px;
                padding: 0;
                border-radius: 20px
            }

            .coverappinfo {
                overflow-x: hidden
            }

            .sub_menu li a span {
                display: block;
                font-size: 14px;
                font-weight: 700;
                font-family: 'Montserrat';
                padding-bottom: 10px
            }

            .sub_menu li a {
                padding-left: 0;
                text-decoration: none;
                color: #555;
                font-size: 13px;
                line-height: 1
            }

            .searchwrape label input::placeholder {
                font-size: 14px!important
            }

            .mobile_top_bar {
                background: linear-gradient( 147deg, rgb(245,56,67) 9%, rgb(47,87,149) 78%)
            }

            @media screen and (max-width: 767px) {
                input::placeholder {
                    font-size:22px!important
                }
            }

            @media screen and (max-width: 992px) {
                input::placeholder {
                    font-size:22px!important
                }
				
				
            }

            @media screen and (max-width: 767px) {
                .language_menu {
                    width:65px!important;
                    min-width: auto!important;
                    margin-left: -1rem
                }

                .language_menu:after {
                    left: auto!important;
                    right: 20px!important;
                }

                .language_menu a {
                    padding: 1px 5px
                }
            }

            @media screen and (max-width: 1400px) {
                .footer_bottom p {
                    font-size:13px
                }
            }

            .mobile_menu-title {
                font-size: 16px;
                margin-left: 22px;
                text-transform: uppercase;
                font-weight: 700;
                margin-top: 20px;
                margin-bottom: 10px;
                font-family: 'Montserrat';
            }

@media screen and (max-width:991px){
	
	footer .newsletter_subs { max-width: 410px}	
	
}
	@media screen and (max-width:572px){
	
	.newsletter_subs .footer_title{ font-size: 12px}
		.newsletter_subs .email_filed .input_email { max-width: 100%}
		 
	
	
}