/*asap chat bot*/

.asap-chatbot-wrap {
    position: fixed;
    bottom: 160px;
    right: 5px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.8);
    padding: 5px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.asap-chatbot-wrap img{
    max-width: 35px;
}

.asap-chatbot-wrap:hover{
    background-color: rgba(255,255,255,0.95);
} 

nav.header.navbar-fixed-top {
    padding: 0px !IMPORTANT;
}

/******************************|header|*****************************/


.fixed02.main_paging .open > .dropdown-menu {
    /* left: -35px !important; */
    width: 100% !important;
    min-width: 100% !important;
    left: 0px !important;
    right: 0px !important;
    position: fixed;
    margin: 0 auto !important;
    top: 114px ;
    background: #594a9b !IMPORTANT;
    justify-content: center;
}
    .fixed02.main_paging .open > .dropdown-menu li a {
        padding: 3px 10px !important;
        border: none;
        background-color: transparent !important;
        background: transparent;
    }

.mybanner {
    position: absolute;
    top: -48px;
}

header .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: 0.3s;
    padding: 0 20px;
}
nav.nav_holder.md-menu-view ul li ul {
    background: #0000006b;
}
nav.header.navbar-fixed-top.change-bg {
    background-color: #fff;
}
nav.header.navbar-fixed-top.change-bg-inner{
    background-color: #ffffff!important;
    box-shadow: 0px 0px 3px 3px #33333340;
}
nav.header.navbar-fixed-top.change-bg i.fa-caret-down{
   color: #594a9b;
}
nav.header.navbar-fixed-top.change-bg-inner i.fa-caret-down{
   color: #594a9b!important;
}
header .header a {
     color: #fff;
     text-decoration: none;
     text-align: left;
}
header .header a:hover {
/*   color: #594a9b;*/
}

a.logo img {
    margin-top: 15px;
}

ul.cta li {
    display: inline-block;
    list-style-type: none;
    margin: 8px -3px 0;
}
ul.cta li:first-child a {
    padding: 10px 20px 6px;
    border: 2px solid #594a9b;
}
ul.cta li:first-child a i{
    font-size: 2em;
    position: relative;
    top:3px;
}
ul.cta li:nth-child(2) a {
    padding: 10px 20px 6px;
    border: 2px solid #594a9b;
}
ul.cta li:nth-child(2) a i{
    font-size: 1.5em;
}

.cta button.search-box-trigger {
    background-color: #594a9b;
    color:#fff;
    border: none;
    padding: 10px 25px 8px;
}
.cta button.search-box-trigger:hover,
.cta button.search-box-trigger:active,
.cta button.search-box-trigger:focus {
        background-color: #f5b449;
}
.cta button.search-box-trigger i{
    font-size: 1.5em;
}

.nav-search-wrap {
    margin-bottom: 0px;
    text-align: right;
}
/*
.search_form {
    margin-top: 0px;
    float: none;
    display: block;
    padding: 0px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
}
.search_form input {
    border: none;
    padding: 5px 10px;
    height: 40px;
    font-family: FontAwesome,'robotolight';
    background: #fff;
    
}
 .search_form select {
     border: none;
     background-color: transparent;
     height: 23px;
     
}
.select_holder {
    color: #282828;
    
    padding: 8px 10px 8px 15px;
    margin-left: 0;
    background: #ffffff;
}
.search_form .submit_btn {
    font-family: 'robotobold';
    background-color: #eff5fe;
    color: #180f3a;
    border: none;
    padding: 1px 10px 4px 10px;
    font-size: 1em;
    transition: 0.3s;
    height: 39px;
    margin-right: 0;
    margin-left: -5px;
    font-size: 1.3em;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
 .search_form .submit_btn:after {
     content: ' Search';
     text-transform: uppercase;
}

.search_form .submit_btn:hover, .search_form .submit_btn:focus {
    background-color: #180f3a;
    color: #fff;
}*/
 .line {
     font-family: 'robotobold';
     color: #666464;
     font-size: 0.9em;
}
.pulse:focus {
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 1s ease-in-out;
    outline: 0;
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 50px rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 10px rgba(122,122,124, 0);
         box-shadow: 0 0 0 50px rgba(122,122,124, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0);
    }
}
/* Standard syntax */
 @keyframes mymove {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 50px rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 10px rgba(122,122,124, 0);
         box-shadow: 0 0 0 50px rgba(122,122,124, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0);
    }
}

input:focus {
     outline: none;
}
 select {
     outline: none !important;
     -webkit-appearance: none;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
     border-radius: 0px;
     box-shadow: none !important;
     padding-right: 30px;
     width: 120px;
}
 select option {
     background-color: #ffffff;
     border: none;
     color: #333333;
     padding: 5px !important;
     display: block !important;
}

@-moz-document url-prefix() {
    select option {
         background-color: #ffffff;
         border: none;
         color: #333333;
         padding: 0px !important;
         display: block !important;
    }
    #mySearchModal .search_form select{
        position: relative;
        top:-2px;
    }
}
select {
     background-image: url("../img/arrow_select.png")!important;
     background-repeat: no-repeat;
     background-position: right center;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;

}

select::-ms-expand {
     display: none;
}
/*------------|CSS for search modal|--------------*/
#mySearchModal .modal-content {
    position: relative;
    background-color: white;
    border-radius: 0;
}
#mySearchModal .close {
    margin-top: 0;
    padding: 5px 10px;
    background: #180f3a;
    opacity: 1;
    color: #fff;
}
#mySearchModal .search_form a {
            margin: 0px 0px 0px;
}
#mySearchModal .search_form select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    padding: 2px;
    width: 100%;
}
#mySearchModal .search_form .submit_btn {
    padding: 8px 20px !important;
    width: auto;
    background-color: #594a9b;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0px;
    border: none;
}
#mySearchModal .search_form .submit_btn:hover,
#mySearchModal .search_form button.voice:hover {
            background-color: #f5b449
}
#mySearchModal .search_form .submit_btn:after {
    content: ' Search' 
}
#mySearchModal .search_form input.input_effect, #mySearchModal .search_form select {
    width: 100%;
    border: none;
    padding: 10px;
    border-bottom: 1px solid #180f3a;
    background-color: transparent;
}
#mySearchModal .search_form button.voice {
    border: none;
    font-size: 1.5em;
    padding: 0 20px 5px;
    float: none;
    background: #594a9b;
    color: #fff;
}
#mySearchModal .search_form button.voice i{
    position: relative;
    top:2px;
}

/*------------------------------------------------*/

 .top_links {
     display: block;
     clear: both;
     margin-bottom: 0px;
}
 .nav_holder {
     display: block;
     overflow: hidden;
     clear: both;
}
.main_nav {
    margin: 0px;
    padding: 8px 0 0;
    display: block;
    clear: both;
    font-family: 'robotoregular';
    font-size: 1.125em;
	width: 100%;
}
 .main_nav li {
     display: inline-block;
     position: relative;
     margin: 0px 10px;
}
nav.header.navbar-fixed-top {
    background: white;
}
.main_nav > li > a {
    color: #333;
    text-decoration: none !important;
    padding: 5px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
	font-size: 14px;
}
.main_nav li a:hover, .main_nav li a:focus, .main_nav li.active a {
    color: #594a9b;
	
}
 .main_nav li span {
     position: absolute;
     bottom: 0px;
     height: 3px;
     display: block;
     left: 0px;
     width: 0%;
     right: 0px;
     transition: 1s;
}
 .main_nav li:hover span, .main_nav li:focus span {
     width: 100%;
     animation: overspan 1s forwards;
     transition: 1s;
}
/* Safari 4.0 - 8.0 */
 @-webkit-keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:#fff;
    }
     50% {
         left:0px;
         right:0px;
         background-color:#fff;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:#fff;
    }
}
/* Standard syntax */
 @keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:#fff;
    }
     70% {
         left:0px;
         right:0px;
         background-color:#fff;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:#fff;
    }
}
/***********************************************|sub_menu|**********************************************/
 .nav_holder {
     overflow: visible;
}
 .main_nav li {
     position: relative;
}
 .main_nav li > .fa-caret-down {
     display: none;
}
.main_nav > li > ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 280px;
    background: #594a9b;
    z-index: 10000;
    display: none;
}

.main_nav > li > ul > li,.main_nav > li > ul > li > ul > li {
    margin: 0px;
}
 .main_nav > li > ul > li > ul {
     position: absolute;
     margin: 0px;
     padding: 0px;
     left: 280px;
     width: 280px;
     top: 0px;
     background: #594a9b;
     z-index: 10000;
     display: none;
}
 .main_nav > li > ul > li > ul {
     background: #594a9b;
}
 .main_nav > li:hover > ul, .main_nav > li > ul > li:hover ul {
     display: block;
}
 .main_nav > li:nth-child(n+5) > ul > li > ul {
     left: -280px;
}
 .main_nav li ul li {
     display: block;
}
 .main_nav li ul li a {
     display: block;
     padding: 13px 15px !important;
     border-bottom: 1px rgba(255,255,255,0.3) dashed;
     color: #ffffff !important;
     text-align: left;
     width: 100%;
     font-family: 'robotolight';
     font-size: 0.85em !important;
     position: relative;
}
 .main_nav li ul li a i {
     position: absolute;
     right: 0px;
     top: 4px;
     padding: 12px 15px;
}
 .main_nav li ul li a:hover {
     background-color: #180f3a !important;
}
 .main_nav > li > ul > li:hover > a {
     background-color: #180f3a !important;
}
/* .search_form h4 {
     display: none;
}*/
/***************************************|non mobile|****************************************/
 .menu_bar {
     display: none;
}
/* .search_bar {
     display: none;
}*/
 .plus_btn {
     display: none;
}
 .bg-light {
     background-color: rgba(0,0,0,0.7);
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     z-index: 10000;
     width: 100% !important;
     height: 100%;
     position: fixed;
     display: none 
}
 .bg-light2 {
     background-color: rgba(0,0,0,0.7);
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     z-index: 10000;
     width: 100% !important;
     height: 100%;
     position: fixed;
     display: none 
}
 .multi_part {
     display: none;
     background-color: #ffffff;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 15px;
     margin: 0 auto;
     top: -1000px;
     left: 0px;
     right: 0px;
     position: fixed;
     width: 60% !important;
     height: auto !important;
     transition: 0.3s;
     overflow-y: scroll;
     z-index: 100000;
}

/******************************************************************************************************************/
 .fixed {
     background-color: #fff !important;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
     transition: 0.3s;
}
div#mySearchModal {
     background: #0000008f;
    margin-top: 65px;
	    overflow: scroll;
}
.inrfq {
    float: right;
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    overflow: hidden;
    background-color: #180f3a;
    height: 40px;
    font-family: 'robotobold';
    font-size: 1em;
    color: #ffffff !important;
    text-transform: uppercase;
    
    line-height: 12px;
    
}
.inrfq:hover, .inrfq:focus {
    background-color: #f5b449;
}
 .multipart {
     border-bottom: none !important;
     display: inline-block;
     color: #939191 !important;
}
 .multipart:hover, .multipart:focus {
     border-bottom: none !important;
     display: inline-block;
     color: #ef4b4c !important;
}
 .certix{
     background-color:#ffffff;
     padding:30px 0px;
}
 .big_cta{
     font-size:2em;
}
/***************************************|desktop master mq|*********************************************************/
@media(max-width: 1600px){
    header .header {
        padding: 0 20px 10px;
    }
    ul.cta li:first-child a {
        padding: 10px 20px 6px;
    }
}
@media(max-width:1440px){
    ul.cta li:first-child a {
        padding: 10px 20px 6px;
    }
}
@media(max-width:1366px){
    ul.cta li:nth-child(2) a {
        padding: 10px 20px 6px;
        border: 2px solid #594a9b;
    }
    ul.cta li:first-child a {
        padding: 10px 20px 6px;
    }
}


@media(min-width:1280px) and (max-width:1365px) {
     .logo {
         padding: 25px 0px;
    }
  /*   .search_form a {
         margin: 0px 5px 5px;
    }
     .select_holder {
         padding: 8px 5px 8px 8px;
    }*/
     .header .col-lg-10 {
         margin-left: 0px;
         margin-right: -30px;
    }
       .cta {
        font-size: 1em;
        margin-top: 0;
        margin-right: 0;
    }
     .cta a {
         padding: 0px;
    }
    .main_nav {
        font-size: 0.98em;
        font-family: 'robotobold';
        margin-top: 0;
        padding-top: 0;
    }
    .main_nav > li > a {
        padding: 10px 4px;
    }
    /*header {
         height: 84px;
    }*/
    header .header {
        padding: 0 20px 0px;
    }
    
}

 @media(min-width:1200px) {
    header .header {
        padding: 0 20px 0px;
    }
    .logo {
         padding: 20px 0px;
    }
    .logo img {
        margin-left: 0;
        max-width: 250px;
        padding-top: 10px;
    }
    /* .search_form input {
        width: 160px;
    }
     .search_form a {
         margin: 0px 5px 5px;
    }
     .select_holder {
         padding: 8px 5px 8px 8px;
    }*/
     .header .col-lg-10 {
         margin-left: 0px;
         margin-right: -25px;
    }
     .cta {
         font-size: 1em;
         margin-top: 0px;
    }
    .main_nav {
         font-size: 1em;
         font-family: 'robotobold';
         margin-top: 33px;
    }
    .main_nav > li > a {
         padding: 5px 5px;
    }
   /* .select_holder select {
        padding-right: 0;
        width: 70px;
        font-size: 0.85em;
        height: 24px;
    }*/

    .main_nav > li:first-child {
        margin-left: -15%;
    }
}
@media(max-width:1280px){
    .main_nav li {
        display: inline-block;
        position: relative;
        margin: 0px 4px;
    }
}
@media(min-width:1800px){
.nchanddown .nochina {
    overflow: hidden;
    margin-bottom: -11px;
    z-index: 100;
}
}
@media(min-width:0px) and (max-width:1200px) {

    header .header a:hover {
       color: #180f3a;
    }
     .upload_file{
         display: block;
         text-align: center;
         background-color: #1d1b54;
         background-repeat: no-repeat;
         background-position: bottom;
         background-size: 100%
    }
     .upload_file img{
         margin: 0 auto;
    }
     .socialicon a{
         display: inline-block;
         margin:0 auto;
         left: 0px;
         right: 0px;
         width: 110px;
         margin-bottom: 5px;
         text-align: left;
    }
     .big_cta{
         font-size: 1.6em;
    }
     .hideinmob{
         display:none !important;
    }
  /*   .search_form .submit_btn:hover, .search_form .submit_btn:focus {
         background-color: #ef4b4c ;
    }*/
     .topsec {
         margin-top: 30px;
    }
     .banner .pop {
         top: 190px;
    }
     .banner .line {
         display: block;
         padding-top: 10px;
         clear: both;
    }
    
    .multipart {
        padding: 7px 18px !important;
        width: auto;
        background-color: #f6b549;
        color: #ffffff !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin-left: 0;
        margin-right: 0px;
        transition: all .3s ease-in-out;
        font-size: 1.3em;
    }
    .header a.multipart:hover, .header a.multipart:focus {
        color: #ffffff !important;
        background-color: #180f3a;
    }
     .multipart::after{
        content:' Voice Search';
        font-family: 'robotobold';

    }
     .instant_rfq .form_titlex{
         font-size: 2em;
    }
     .zoomowlbox{
         background-color:#ffffff;
    }
     .logo{
         padding-bottom:0px;
    }
     .header{
         padding-bottom:0px;
    }
     header .cta a i {
         padding-top: 1px;
    }
     input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select:focus, textarea {
    }
     .content_section3 h1 {
         font-size: 1.2em;
    }
     .content_section3 h2 {
         font-size: 1.1em;
    }
    /* .more_less {
         display: inline-block;
         position: absolute;
         background-color: #c60311;
         color: #ffffff !important;
         padding: 8px 15px;
         top: 16px;
         right: 21px;
         cursor: pointer;
         text-decoration: none !important;
         width: auto !important;
         text-align: left;
    }
     .more_less:after {
         content: " View More";
    }*/
     .topsec section {
         transition: 0.3s;
         overflow: hidden;
    }
     .autoheight {
         height: auto !important 
    }
     .autoheight .more_less:after {
         content: " View Less";
    }
     .more_less:hover {
         background-color: #555555 
    }
     .upload_btn img {
         width: 100%;
    }
     .rfq_page .col-lg-5 .topsec {
         display: none;
    }
     .upload_btn {
         display: none;
    }
     
     .header a:focus {
         outline: none !important;
    }
     .container {
         width: 100%;
    }
     .logo img {
         margin:0;
         width: 220px;
         padding-bottom: 10px;
    }
     .menu_bar {
         display: block;
        color: #594a9b !important;
         border: none;
         padding: 7px 15px;
         font-size: 1.8em;
         transition: 0.3s;
         position: absolute;
         right: 10px;
         top: 8px;
         z-index: 10000;
    }
     .search_bar {
        display: block !important;
        color: #594a9b!important;
         border: none;
         padding: 7px 15px;
         font-size: 1.8em;
         transition: 0.3s;
         position: absolute;
         right: 55px;
         top: 8px;
         z-index: 10000;
    }
        .search_bar i, .menu_bar i {
       
         -webkit-transition: all 1s;
         -moz-transition: all 1s;
         -o-transition: all 1s;
         transition: all 1s;
       
    }
     .top_links {
         display: none;
    }
     /*.search_form {
         display: none;
    }*/
     .nav_holder {
         display: none;
    }
     .owl-carousel01 .owl-dots {
         bottom: 0px;
    }
     .plus_btn {
        background-color: #180f3a;
        color: #ffffff !important;
        border: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 10px 15px 10px 15px;
        font-size: 1.5em;
        transition: 0.3s;
        display: block;
        position: absolute;
        right: 25px;
        z-index: 1000;
        bottom: 0;
        cursor: pointer;
    }
     .content_section {
         padding: 30px 0px;
    }
     .content_section > div > div:nth-child(2) {
         margin-top: 20px;
    }

   
     .nav_holder {
         background-color: #00005a;
         display: block;
         position: fixed;
         left: 100%;
         right: -50%;
         bottom: 100%;
         top: 60px;
         padding-top: 0px;
         text-align: left;
         height: 0%;
         width: 0%;
         opacity: 1;
         transition: 0.5s ease-out;
         -webkit-border-bottom-left-radius: 300%;
         -moz-border-radius-bottomleft: 300%;
         border-bottom-left-radius: 300%;
    }
    nav.header.navbar-fixed-top.change-bg i.fa-caret-down {
        color: #fff !important;
    }
     .md-menu-view {
        height: auto;
        width: 100%;
        display: block;
        transition: 0.5s ease-in;
        background-color: #594a9b;
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
        opacity: 1;
        left: 0%;
        right: 0px;
        top: 60px;
        bottom: 40px;
		z-index: 99999;
    }
     .nav_holder ul {
         opacity: 0;
         transition: 0s ease-in;
         left: 100%;
         padding-bottom: 30px;
    }
     .md-menu-view ul {
         opacity: 1;
         transition:all 0.3s ease-in-out;
         left: 0%;
    }
     .nav_holder ul {
         height: 95%;
         overflow-y: auto;
    }
     .nav_holder ul li {
         display: block;
         position: relative;
    }
     .nav_holder ul li a {
         color: #ffffff !important;
         font-weight: normal;
         font-family: 'robotobold';
         padding: 13px 15px !important;
         width: 100%;
         border-bottom: 1px #18103b dotted !important;
         position: relative;
    }
     .nav_holder ul li a:focus {
         background-color: #180f3a;
    }
     .nav_holder ul li a:hover {
         background-color: #180f3a;
    }
     .nav_holder ul li span {
         display: none !important;
    }
     .main_nav li:hover ul, .main_nav > li > ul > li:hover ul {
         display: none;
         width: 100% !important;
    }
     .main_nav > li > ul, .main_nav > li > ul > li > ul {
         width: 100% !important;
         position: relative !important;
         left: 0px !important;
         right: 0px !important;
    }
     .main_nav li > .fa-caret-down, .main_nav li > ul > li .fa-caret-down {
         display: block;
         position: absolute;
         right: 10px;
         top: 0px;
         color: #ffffff;
         padding: 15px;
         cursor: pointer;
    }

     .main_nav li:hover > a {
         background-color: #180f3a;
    }
     .main_nav li > a > .fa-caret-down, .main_nav li > ul > li a > .fa-angle-right {
         display: none;
    }
     .main_nav li > a, .main_nav li > ul > li > a {
         display: block;
         width: 100%;
         left: 0px;
         right: 0px;
    }
    
     .top_links {
         display: block;
         width: 100%;
         margin: 0 auto;
         left: 0px;
         right: 0px;
    }
   
     .floatingform .form_holder {
         text-align: center;
    }
     .form_title {
         font-size: 1.8em;
    }
    /*
    .search_form h4 {
         margin-bottom: 20px;
    }
     .search_form {
         background-color: #ffffff;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
         -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
         box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
         padding: 15px;
         margin: 0 auto;
         top: -1000px;
         left: 0px;
         right: 0px;
         position: fixed;
         width: 90% !important;
         height: auto !important;
         transition: 0.3s;
         overflow-y: scroll;
         text-align: center;
    }*/
     .multi_part {
         width: 90% !important;
    }
     .floatingform .form_holder {
         margin: 0px !important;
         padding: 15px !important;
         width: 100%;
    }
     .floatingform .form_holder div div {
         margin: 0px;
         padding: 0px;
    }
     .form_holder .btn {
         width: auto !important;
         margin-bottom: 10px !important;
         margin: 0px !important;
    }
     .floatingform {
         display: none;
         background-color: #ffffff;
         -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
         -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
         box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.49);
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
         padding: 0px !important;
         margin: 0 auto !important;
         top: -1000px;
         left: 0px;
         right: 0px;
         position: absolute;
         width: 90% !important;
         height: auto !important;
         transition: 0.3s;
         overflow-y: scroll;
         z-index: 1000000000;
    }
     .form_holder .closer {
         display: inline-block;
         position: absolute;
         top: 0px;
         right: 0px;
         font-size: 1.5em;
         color: #333333;
         cursor: pointer;
         padding: 15px !important;
    }
     /*.select_holder {
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
         width: 100%;
         margin-bottom: 10px;
         border-bottom: 1px #cccccc solid;
         padding: 8px !important;
         padding-top: 0px !important;
         padding-left: 5px !important;
    }
     .search_form input {
         width: 100%;
         border-bottom: 1px #cccccc solid;
         margin-bottom: 10px;
         margin-top: 0px;
         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
    }
     .search_form input:focus {
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         box-shadow: none;
    }
     .pop {
         display: block;
         transition: 0.3s;
    }
     .search_form select {
         width: 100%;
    }
     .search_form h4 {
         display: block;
    }*/
     .top_links .cta {
         position: fixed;
         bottom: 0px;
         display: block;
         left: 0px;
         right: 0px;
         height: 51px;
         background-color: #1d1a54;
         text-align: left;
         transition: 0.3s;
         padding-left: 15px;
         width: 100%;
		 margin-bottom: 0;
    }
     .top_links .cta a i {
        font-size: 1.3em;
        background: transparent;
    }
     .top_links .cta a {
         padding: 10px 6px !important;
         text-align: left !important;
        display: inline-block;
    }
     .top_links .cta a span {
         display: none;
    }
     .top_links .cta span {
         display: none;
    }
     .inrfq{
          position: fixed;
         padding:10px;
         height:32px;
         bottom: 3px;
         z-index: 100;
         right: 75px;
    }
}
/*@media (max-width:1199px) {
    .search_form input{
        width: 95%;
        margin: 0 auto 20px;
    }
    .select_holder {
        width: 95%;
        margin: 0 auto 20px;
        height: 40px;
        padding-top: 0;
    }
    .search_form h4 {
        padding-left: 30px;
    }
    .search_form select {
        height: 40px;
    }
}
@media (max-width:767px) {
    .search_form input{
        width: 90%;
        margin: 0 auto 20px;
    }
    .select_holder {
        width: 90%;
        margin: 0 auto 20px;
        height: 40px;
        padding-top: 0;
    }
    .search_form h4 {
        padding-left: 20px;
    }
}*/
    /********************************|mobile form close|***********************************/
    /*--------------------------------------------------------------------------------------*/
     .form_holder .btn {
         float: none;
         margin: 0 auto !important;
         width: 215px !important;
    }
     @media(min-width:0px) and (max-width:1023px) {
         .main_paging .open>.dropdown-menu a {
/*             width: 20px;*/
        }
         .main_paging .open>.dropdown-menu {
             
        }
        .main_paging ul.pager li:last-child .dropdown-menu {
            /* left: -112px !important; */
            justify-content: center;
        }
         
    }
    @media(min-height:0px) and (max-height:250px) {
             .banner .pop {
                 top: 70px;
            }
             .multi_part, .floatingform {
                 height: 200px !important;
                 width: 100% !important;
                 overflow-y: scroll !important;
                 position: absolute !important;
                 top: 0px;
                 left: -15px !important;
                 right: -15px !important;
                 bottom: 0px !important;
            }
             .floatingform {
                 margin: 15px 25px !important;
                 width: auto !important;
            }
             .multi_part button, .search_form button {
                 margin-bottom: 150px !important;
            }
             .top_links .cta {
                 margin-bottom: -100px;
            }
             .breadcrumb .more_btn, .btt {
                 bottom: -100px;
            }
        }
/*------------------------------------------------------------------------------*/

@media(max-width:1279px){
    header .cta a i {
       background-color: transparent;
    }
}
@media(max-width:1200px){
	
	#mySearchModal button.input-group-btn.top-search:hover, #mySearchModal button.input-group-btn.mic:hover {
    background: #594a9b;
		    background-size: 14px;
}
	
    .main_nav > li > a {
        font-size: 0.85em;
    }
    .main_nav li {
        margin: 0px 1px;
    }
    header .header {
        padding: 0 20px;
        max-height: 120px;
    }
    ul.cta li:last-child{
        display: none;
    }
}


@media(max-width:1024px){
    ul.cta{
        margin-bottom: 0;
    }
    ul.cta li:nth-child(2) a,ul.cta li:nth-child(1) a {
        border: none;
    }
    ul.cta li {
        margin: 0;
    }
    ul.cta a {
        padding: 0 !important;
        border:none;
    }
    .pop {
        top: 0;
    }
}


@media(max-width:991px){
    #mySearchModal .modal-content {
        top: 10px;
    }
    #mySearchModal .search_form .submit_btn {
        margin-top: 20px;
    }
}

@media(max-width:320px){
    .logo img {
        width: 190px;
        margin-left: 0px;
    }
	.pager li>a, .pager li>span {
    font-size: 12px;
}
	.main_paging .open>.dropdown-menu {
    background: transparent !important;
		box-shadow: none !important;
    border: transparent !IMPORTANT;
	}
    /*.content_section.content_section2.dataview .row:nth-child(1) div .row div:nth-child(2) {
    padding: 0px !important;
}*/
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d" !important;
}