@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url('../webfonts/material-symbols-outlined.woff2') format('woff');
}

.noscript-div {
    position:fixed;
    top:100px;
    left: 0;
    right: 0;
    height:60px;
    background-color: rgba(180,180,180,0.7);
    z-index: 99999;
    color:#000000;
    text-align: center;
    font-weight:bold;
    padding:15px;
}


button {
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
    background-color: #12999B;
    border-radius: 5px;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.15);
}

.os_index3_input_box_wrapper input {
   /* margin-top: 0px !important;*/
}

.os_index2_graph_right_side_category {
    margin-top: 30px;
    display: flex;
}

.os_index2_footer_first_wrapper p {
 padding-top: 20px;
}

.os_index2_graph_right_side_heading {
    margin-bottom: 40px;
}
.material-icons-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.why-box-icon {
    font-size:50px;
    line-height: 50px;
    color:#12999B;
}

.os_index3_pricing_main_box {
rgba(18, 153, 155, 0.2);
}

.os_index3_pricing_main_box h3 {
    color: rgba(18, 153, 155, 1);
    font-weight: bold;

}

.os_index3_pricing_main_box a:hover {
    background-color: rgba(18, 153, 155, 1);

}


.list-features-li-icon {
    font-size:35px;
    line-height: 35px;
    color:#12999B;
}

.bos_maintop_btn_div{
    float:right;
    padding-top: 12px;
}
.bos_maintop_btn_div a{
    float:right;
    width:220px;
    height:75px;
    font-size: 20px;
    font-weight: 400;
    line-height:75px;
    text-align:center;
    color: #ffffff;
    background: #d82d34;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
}


@media only screen and (max-width: 549px) {
    .bos_maintop_btn_div a{
        width:100%;
    }
    .bos_maintop_btn_div {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        display: inline-table;
    }

    .os_index2_banner_left_content_wrapper li {

        width: 100%;
        float: none;
    }
}

.bos_maintop_btn_div a:hover{
    background:#fff;
    color:#d82d34;
}


.bos_maintop_btn a{
    background-image: linear-gradient(90deg, #12999B 0%, #29494a 100%);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    border:0;
    display: block;
}
.bos_maintop_btn a:hover{
    background-image: linear-gradient(90deg, #12999B 0%, #29494a 100%);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    border:0;
    color:#fff;
}

.bos_navicta_btn a{
    background-image: linear-gradient(90deg, #12999B 0%, #12999B 100%);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    border:0;
    display: block;
}
.bos_navicta_btn a:hover{
    background-image: linear-gradient(90deg, #057173 0%, #057173 100%);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    border:0;
    color:#fff;
}

.os_index2_bottom_footer_copy {
    text-align: right;
    float: none;
    width: 100%;
}

.in-pricing-li-p {
    display: flex;
    align-items: center;
}
.in-pricing-li-p span {
    margin-right: 4px;
    margin-left: 4px;

}

input, select, textarea {
    border:1px solid #E5E5E5 !important;
    margin-top: 40px !important;
}