/*left side nav starts*/
.leftmenu_withsubmenu h3 {
    margin-left: 16px;
    font-size: 24px;
    color: #ed1a21;
    font-family: ptSansBold;
}

.leftmenu_withsubmenu ul li ul {
    display: none;
    padding-left: 12px;
}

.leftmenu_withsubmenu ul li {
    padding: 8px;
    position: relative;
}

.leftmenu_withsubmenu > ul > li {
    padding-left: 28px;
    position: relative;
}

.leftmenu_withsubmenu ul li a {
    font-family: ptSans;
   /* color:#4b4b4b;Mindtree CR change font color*/
            color: black;
    font-size: 14px;
    word-wrap: break-word;
}

.leftmenu_withsubmenu > ul > li > a .dropdown_rarrow, .leftmenu_withsubmenu > ul > li > a .dropdown_darrow { /* Changed */
    position: absolute;
    left: 14px;
    top: 2px;
}

.leftmenu_withsubmenu .menu ul .dropdown_rarrow, .leftmenu_withsubmenu .menu ul .dropdown_darrow /* Changed on Jan 5 */ {
    position: absolute;
    left: -5px;
    top: 2px;
}

.leftmenu_withsubmenu > ul li a .dropdown_rarrow:AFTER { /* Changed on Jan 5 */
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
}

.leftmenu_withsubmenu > ul li a .dropdown_darrow:AFTER { /* Changed on Jan 5 */
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 5px;
}

/*left side nav ends*/



/*smart menu style starts*/

#main-menu li a {
    color: rgb(62, 62, 62);
    padding: 5px 20px;
    line-height: 1.42857143;
    font-family: openSansSemiBold;
    font-size: 14px;
}

#main-menu > li > a {
    font-family: ptSansBold;
    color: #3e3e3e;
    font-size: 16px;
    padding: 6px 22px;
    font-weight: 500;
    background-color: #fff;
}

.sm-clean {
    background: #FFF;
}


#main-menu > li > a .sub-arrow {
    right: 8px;
    border-width: 5px;
}

.navbar #main-menu .menu_content {
    display: none;
    border: 1px solid #e7e7e7;
    width: 400px;
    z-index: 5;
    position: absolute;
    background-color: #f9f9f9;
    padding: 10px;
}
/*.navbar #main-menu .menu_content img
    {
        width: 200px;
        float:right;
    }*/

.menu_content .content {
    /*float:left;
        width:60%;*/
    line-height: 1.5;
}

.menu_content .menu_img img {
    float: right;
}

.sm-clean-vertical a span.sub-arrow, .sm-clean ul a span.sub-arrow {
    right: 6px;
}



/*smart mentu style ends*/

/* Main Menu starts*/
.main_header nav {
    clear: both;
}

.main_header .navbar {
    margin: 0;
}

.main_header .navbar-default {
    background: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    /*margin-top: 15px;*/
    float: left;
    width: 100%;
}

.main_header .container-fluid {
    padding-left: 0;
}

    .main_header .container-fluid .navbar-collapse {
        padding-left: 0;
    }

.active_menu {
    border-bottom: 2px solid #ed1a21 !important;
}

.main_header nav .down_arrow:AFTER {
    content: "\f107";
    font-family: FontAwesome;
    position: relative;
    left: 3px;
    font-size: 18px;
    top: 2px;
}

#main-menu > li {
    border-bottom: 2px solid #fff;
}

.main_header nav ul.navbar-nav > li > a {
    font-family: ptSansBold;
    color: #3e3e3e;
    font-size: 16px;
    padding: 15px 22px;
    font-weight: 500;
    background-color: #fff;
}

.main_header nav ul.navbar-nav > li.open > a, .main_header nav ul.navbar-nav > li.open > a:HOVER, .main_header nav ul.navbar-nav > li.open > a:FOCUS {
    background-color: #fff;
}

.main_header nav ul.dropdown-menu a {
    padding: 5px 20px;
    position: relative;
}

.main_header nav .global_search_mob {
    display: none;
}

.main_header .custom_nav_bar .dropdown-menu span {
    float: right;
}

.main_header nav .right_arrow:AFTER {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    /*	left: 3px; */
    font-size: 20px;
    /* bottom: 4px; */
    right: 20px;
    top: 2px;
}

.navbar .dropdown-menu .menu_content {
    display: none;
    border: 1px solid #e7e7e7;
    width: 400px;
    z-index: 5;
    position: absolute;
    background-color: white;
    padding: 10px;
}

    .navbar .dropdown-menu .menu_content img {
        width: 200px;
        float: right;
    }
/* Main Menu ends*/

/* Home Page Banner  Starts*/
.desk_home_banner {
    padding-top: 10px;
}

    .desk_home_banner h4 {
        margin: 0;
        padding: 3%;
        font-family: openSansSemiBold;
    }

    .desk_home_banner h5 {
        margin: 0;
        padding: 3% 0;
        font-family: ptsans;
        margin-bottom: 5%;
    }

    .desk_home_banner .content {
        position: absolute;
        padding: 3%;
    }

        .desk_home_banner .content p {
            font-family: ptSansBold;
            color: #3e3e3e;
            line-height: 1.7;
        }

    /* .desk_home_banner .pos_lefttop {
	position: absolute;
	top: 0;
	background: rgba(0, 145, 210, 0.5);
	color: #fff;
	padding: 10px;
}

.desk_home_banner .pos_leftbottom {
	position: absolute;
	bottom: 0;
	background: rgba(0, 145, 210, 0.5);
	color: #fff;
	padding: 10px;
} */

    .desk_home_banner > .col1 {
        width: 30%;
        float: left;
        height: 100%;
    }

    .desk_home_banner .tile {
        position: relative;
    }

        .desk_home_banner .tile img {
            width: 100%;
            height: 100%;
        }

    .desk_home_banner .tile1 {
        height: 30%;
        text-align: right;
    }

        .desk_home_banner .tile1 .content {
            right: 0;
            top: 0;
        }

        .desk_home_banner .tile1 .change_color {
            color: #0091d2;
        }

    .desk_home_banner .tile2 {
        height: 67%;
        margin-top: 3%;
    }

    .desk_home_banner > .col2 {
        width: 53%;
        float: left;
        margin-left: 1%;
        height: 100%;
    }

        .desk_home_banner > .col2 .row1 {
            height: 67%;
        }

            .desk_home_banner > .col2 .row1 .col1 {
                width: 33.333%;
                float: left;
                height: 100%;
            }

    .desk_home_banner .tile3 {
        height: 45%;
    }

        .desk_home_banner .tile3 .content {
            bottom: 0;
            left: 0;
        }

    .desk_home_banner .tile4 {
        height: 50%;
        margin-top: 6%;
    }

        .desk_home_banner .tile4 .content {
            top: 0;
        }

    .desk_home_banner > .col2 .row1 .col2 {
        width: 64.666%;
        float: left;
        margin-left: 2%;
        height: 100%;
    }

    .desk_home_banner .tile5 {
        height: 100%;
    }

    .desk_home_banner > .col2 .row2 {
        height: 30%;
        margin-top: 2%;
    }

    .desk_home_banner .tile6 {
        height: 100%;
        width: 64.666%;
        float: left;
    }

    .desk_home_banner .tile7 {
        height: 100%;
        width: 33.333%;
        margin-left: 2%;
        float: left;
    }

        .desk_home_banner .tile7 .content {
            top: 0;
        }

            .desk_home_banner .tile7 h5, .desk_home_banner .tile7 .content p {
                color: #FFF6F6;
            }

    .desk_home_banner > .col3 {
        width: 15%;
        margin-left: 1%;
        float: left;
        height: 100%;
    }

    .desk_home_banner .tile8 {
        height: 67%;
    }

        .desk_home_banner .tile8 .content {
            top: 0;
        }

            .desk_home_banner .tile8 .content p {
                color: #F7F6FD;
            }

    .desk_home_banner .tile9 {
        height: 30%;
        margin-top: 7%;
    }

/* .desk_home_banner .desk_tile2 {
	background-image: url("../../desktop banner/images/b1.png");
	background-size: 100% 100%;
}

.desk_home_banner .desk_tile5 {
	background-image: url("../../desktop banner/images/b3.png");
	background-size: 100% 100%;
}

.desk_home_banner .desk_tile6 {
	background-image: url("../../desktop banner/images/b2.png");
	background-size: 100% 100%;
}

.desk_home_banner .desk_tile9 {
	background-image: url("../../desktop banner/images/b4.png");
	background-size: 100% 100%;
} */

/* Home Page Banner Ends */

/* Product List Starts */
.product_list .content {
    padding: 10px 15px;
}

    .product_list .content p {
        margin: 0;
    }

.product_list .product li {
    margin-bottom: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

    .product_list .product li .product_img {
        float: left;
        margin-right: 2%;
        width: 28%;
    }

        .product_list .product li .product_img img {
            width: 100%;
        }

    .product_list .product li .product_content {
        float: left;
        width: 70%;
       /*color: #595959; Mindtree CR change font color*/
        color: black;
        font-size: 13px;
        font-family: openSans;
    }

.product_list .product_content h5 {
    margin-top: 5px;
}

.product_list .product_content p {
    padding-bottom: 15px;
    display: inline;
}

.readmore-js-toggle {
    display: inline !important;
}

.see_more {
    clear: both;
    padding: 10px 0;
    margin: 30px 0;
    background-color: #eaeaea;
    text-align: center;
    cursor: pointer;
}
/* Product List Ends */

/* Product Detail start*/
.product_detail {
    /*padding-bottom: 20px;*/
}

.product_detail_cont {
    background-color: #fff;
}

    .product_detail_cont .top_content {
        border-bottom: 1px solid #e7e7e7;
        padding-top: 10px;
        padding-bottom: 15px;
    }

        .product_detail_cont .top_content .product_vl_img {
            margin-bottom: 15px;
        }

            .product_detail_cont .top_content .product_vl_img img {
                width: 100%;
            }

        .product_detail_cont .top_content .product_hl_img {
            width: 30%;
            display: inline-block;   
        }

        .product_detail_cont .top_content .product_cont {
            width: 69%;
            display: inline-block;
            vertical-align: top;
            padding-left: 15px;
        }

            .product_detail_cont .top_content .product_cont .product_carousel {
                height: 150px;
            }

            .product_detail_cont .top_content .product_cont .product_cont_desc {
                margin-top: 15px;
            }

    .product_detail_cont .bottom_content {
        padding: 10px 0 0 15px;
    }

.data_manual {
    width: 30%;
    float: left;
}

    .data_manual a {
        font-size: 14px;
    }

    .data_manual .download_data ul {
        padding-left: 12px;
        display: none;
    }

        .data_manual .download_data ul li {
            padding: 3px 0;
        }

    .data_manual .count {
        margin-left: 5px;
    }

    .data_manual .right_arrow:AFTER {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
        font-weight: bold;
    }

    .data_manual .down_arrow:AFTER {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 18px;
        margin-left: 10px;
        font-weight: bold;
    }

    .data_manual .download_icon {
        background: url("/images/download.png") no-repeat;
        width: 7px;
        background-size: 7px 10px;
        height: 10px;
        display: inline-block;
        margin-left: 5px;
    }

.product_icon {
    width: 69%;
    float: right;
}

    .product_icon li {
        float: right;
        margin-left: 15px;
    }

        .product_icon li img {
            width: 100%;
        }

        .product_icon li .prod_icon_desc {
            display: inline-block;
            margin-top: 5px;
        }
/* Product Detail End*/

/* Product Tabs*/
/*.product_tabs .signup, .product_tabs .register, .product_tabs .quote, .product_tabs .watch, .product_tabs .product_img {
    margin-bottom: 15px;
}*/

.product_tabs .product_tabs .register img, .product_tabs .quote img, .product_tabs .watch img, .product_tabs .product_img img {
    width: 100%;
}

.product_tabs .signup {
    position: relative;
}

    .product_tabs .signup img {
        width: 100%;
        height: 100%;
    }


    .product_tabs .signup .text {
        position: absolute;
        width: 100%;
        padding: 3% 25px 3% 3%;/*changed on March 30*/
        top: 0;
        font-size: 17px;
        color: #fff;
        text-align: right;
        font-family: openSansSemiBold;
        /*Mindtree Dev Feb 4 Fixed issue:- Text Was not showing up on CTA in IE*/
        left: 0px;
    }



/* Lablet style starts*/
@media ( min-width : 1025px) and (max-width: 1200px) { /* Home Banner */
    .desk_home_banner .content p {
        line-height: 1.5;
        font-size: 90%;
    }

    .leftmenu_withsubmenu .menu {
        margin-left: 10px;
    }

    .leftmenu_withsubmenu ul li a {
        margin-left: 0px;
    }
    
    /*changed on March 30*/
    .product_tabs .signup .text {
  padding: 3% 25px 3% 3%;
  font-size: 14px;
}
}

/*Added on May 26 for Showing Bullet listing in Hover Menu*/
#main-menu .menu_content ul{
  position: static;
  width: auto;
  border: none;
  box-shadow: none;
  list-style-type: disc;
  padding-left: 18px;
  background-color: #f9f9f9;

}

#main-menu .menu_content ul li{
  display: list-item;
  list-style-type: disc;
}
