/*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);
} 


header .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: 0.3s;
    padding: 0;
    background: #fd4761;
background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}

.main_nav a,.header a {
     text-decoration: none;    
}

.nav_holder {
     display: block;
     overflow: hidden;
     clear: both;
     text-align: right;
}
.main_nav {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
}
 .main_nav li {
     display: inline-block;
     position: relative;
     margin: 0px 8px;
}
.main_nav > li > a {
    color: #333;
    text-decoration: none !important;
    padding: 20px 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.95em;
    font-family: 'robotomedium';
}

.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;
}

 .main_nav li:hover a,.main_nav li:focus a,.main_nav li.actmenu a{
    background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    text-decoration: none;
}

 .main_nav li:hover a i.fa-caret-down:before,
 .main_nav li:focus a i.fa-caret-down:before,
 .main_nav li.actmenu a i.fa-caret-down:before{
    background: -webkit-linear-gradient(left, #fd4761 , #fb7a41);
    background: -o-linear-gradient(right, #fd4761, #fb7a41);
    background: -moz-linear-gradient(right, #fd4761, #fb7a41);
    background: linear-gradient(to right, #fd4761 , #fb7a41); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    text-decoration: none;
}

.main_nav li:hover ul li:hover a{
   background: #ffcd82!important;
    color: #fd4761!important;
}

.main_nav li:hover ul li:hover ul li a{
    background: -webkit-linear-gradient(left, #fd4761 , #fb7a41)!important;
    background: -o-linear-gradient(right, #fd4761, #fb7a41)!important;
    background: -moz-linear-gradient(right, #fd4761, #fb7a41)!important;
    background: linear-gradient(to right, #fd4761 , #fb7a41)!important; 
    -webkit-background-clip: text!important;
    color:#fff!important;
}

.main_nav li:hover ul li:hover ul li:hover a{
   background: #ffcd82!important;
    color: #fd4761!important;
}

/***********************************************|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: #fd4761;
background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    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: #fd4761;
background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
     z-index: 10000;
     display: none;
}
 .main_nav > li > ul > li > ul {
       background: #fd4761;
background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
}
 .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: 'Open Sans', sans-serif;
    font-size: 0.85em !important;
    position: relative;
    -webkit-text-fill-color: #fff!important;
}
 .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: #fff !important;
     color: #b69f72!important;
}
 .main_nav > li > ul > li:hover > a {
     background-color: #fff !important;
     color: #b69f72!important;
}*/

/***************************************|non mobile|****************************************/
 .menu_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;
}
 .pop {
     display: block;
     top: 120px;
     transition: 0.3s;
}
/******************************************************************************************************************/
.nav-search-wrap {
    text-align: right;
}

form.search_form,a.inrfq,ul.cta{
    display: inline-block;
}

ul.cta {
    list-style-type: none;
    padding-left: 0;
}
ul.cta li{
    padding-left: 0 20px;
    margin-right: 20px;
    display: inline-block;
}

ul.cta li a {
  font-size: 1.125em;
  font-family: 'robotoregular';
  color: rgb(255, 255, 255);
  line-height: 2.833;
  text-align: right;
  vertical-align: middle;
  line-height: 1.5;
}
ul.cta li a span{
  display: inline-block!important;  
}

ul.cta li a i{
    margin-right:10px;
    vertical-align: middle;
     display: inline-block!important;   
}
ul.cta li a:hover,ul.cta li a:focus,ul.cta li a:active{
    color:#fff;
}

form.search_form {
    border: 2px solid #fff;
    padding: 2px 3px;
    border-radius: 40px;
}

form.search_form input,form.search_form select,form.search_form button {
    background-color: transparent;
    border: none;
    color: #fff;
}

form.search_form input {
     width: 220px;
     max-width: 100%
}

form.search_form select option{
    color:#000;
}

form.search_form input:hover, form.search_form input:focus, form.search_form input:active, form.search_form select:hover, form.search_form select:focus, form.search_form select:active, form.search_form button:hover, form.search_form button:focus, form.search_form button:active {
    outline: 0;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

form.search_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 400;
}
form.search_form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-weight: 400;
}
form.search_form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-weight: 400;
}
form.search_form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-weight: 400;
}

form.search_form button i{
    font-size: 1.35em;
    vertical-align: middle;
}

/*form.search_form button:hover i,
form.search_form button:focus i,
form.search_form button:active i{
    color:#fd4c5e;
}*/


.logo-nav-wrap {
    background-color: #fff;
    
}
.logo-nav-wrap a img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inrfq {
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 2.833;
    text-align: right;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    font-size: 1.125em;
    font-family: 'robotomedium';
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0 0 0 2px;
    transition: all .3s ease-in-out;
}
/* effect-shine */
.effect-shine:hover,.effect-shine:focus,.effect-shine:active {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    -webkit-text-fill-color: white!important;
    text-shadow: none;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


.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;
}
/*---------------------------------------------------------*/
a.btt {
    right: 5px;
    position: fixed;
    bottom: 50px;
    color: #fd4761;
    display:none;
}

a.btt:hover,a.btt:active,a.btt:focus{
  -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
  -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
  box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.09);
}

.btt i {
    transform: rotate(-45deg);
    font-size: 2.5em;
    padding: 3px;
}

/***************************************|desktop master mq|*********************************************************/
@media(max-width: 1600px){
   
}
@media(max-width:1440px){
      .main_nav li {
        margin: 0px 4px;
    }
}
@media(max-width:1366px){
  
   ul.main_nav {
    padding-left: 0;
    }
}

@media(min-width:1280px) and (max-width:1365px) {
     .logo {
         padding: 25px 0px;
    }
    
   .main_nav {
    font-size: 0.98em;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    padding-top: 0;
}
     .main_nav > li > a {
         padding: 10px 4px;
    }
    header .header {
        padding: 0 0px 0px;
    }
    
}

@media(max-width:1280px){
    .main_nav li {
        display: inline-block;
        position: relative;
        margin: 0px 2px;
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .nav-search-wrap .search_form{
        display: none;
    }
    ul.cta li a span{
      display: none!important;  
    }
    ul.cta li:last-child img{
        position: relative;
        top:3px;
    }

    nav.header.navbar-fixed-top{
        max-height: 50px!important;
    }
    
    header .header a:hover {
       color: #f2692f;
    }
     .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;
    }
     .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: #f2692f;
    }
     .multipart::after{
        content:' Voice Search';
        font-family: 'Open Sans', sans-serif;

    }
     .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;
    }
     body {
         padding-bottom: 43px;
    }
     .header a:focus {
         outline: none !important;
    }
     .container {
         width: 100%;
    }
     .logo img {
         margin:0;
         width: 220px;
         padding-bottom: 10px;
    }
     .menu_bar {
         display: block;
         color: #ffffff!important;
         border: none;
         padding: 7px 15px;
         font-size: 1.8em;
         transition: 0.3s;
         position: absolute;
         right: 10px;
         top: 0px;
         z-index: 10000;
    }
     .search_bar {
        display: block !important;
        color: #fd4761 !important;
       
         border: none;
         padding: 7px 15px;
         font-size: 1.8em;
         transition: 0.3s;
         position: absolute;
         right: 50px;
         top: 0px;
         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;
    }
     .nav_holder {
         display: none;
    }
     .owl-carousel01 .owl-dots {
         bottom: 0px;
    }
     .plus_btn {
        background: #fd4761;
        background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
        background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
        background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
        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;
    }
    .plus_btn:focus{
        outline: 0;

    }
     .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;
    }
    nav.header.navbar-fixed-top.change-bg li:focus  i.fa,
    nav.header.navbar-fixed-top.change-bg li:active i.fa,
    nav.header.navbar-fixed-top.change-bg li:hover  i.fa {
        color:#fff!important;
    }
     .md-menu-view {
        height: auto;
        width: 100%;
        display: block;
        transition: 0.5s ease-in;
         background: #fd4761;
background: -moz-linear-gradient(left, #fd4761 70%, #fb7a41 99%);
background: -webkit-linear-gradient(left, #fd4761 70%,#fb7a41 99%);
background: linear-gradient(to right, #fd4761 70%,#fb7a41 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
        -webkit-border-radius: 0%;
        -moz-border-radius: 0%;
        border-radius: 0%;
        opacity: 1;
        left: 0%;
        right: 0px;
        top: 50px;
        bottom: 40px;
    }
     .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:#fff;
         font-weight: normal;
         font-family: 'Open Sans', sans-serif;
         padding: 13px 15px !important;
         width: 100%;
         border-bottom: 1px #f5b449 solid;
         position: relative;
    }
     .nav_holder ul li a:focus {
         background: #ffcd82!important;
        color: #fd4761!important;
    }
     .nav_holder ul li a:hover {
        background: #ffcd82!important;
        color: #fd4761!important;
    }
     .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: #ffcd82!important;
        color: #fd4761!important;
    -webkit-text-fill-color:#fd4761;
}
     .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;
    }
     .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;
    }
    .top_links .cta {
        position: fixed;
        bottom: 0px;
        display: block;
        left: 0px;
        right: 0px;
        height: 48px;
        background-color: #536474;
        text-align: left;
        transition: 0.3s;
        padding-left: 15px;
        width: 100%;
    }
    .top_links .cta a i {
        font-size: 1.5em;
        margin-top: 12px;
    }
    .top_links .cta  i.fa.fa-mobile-phone {
        font-size: 2.125em!important;
    }
     .top_links .cta a {
        padding: 0 6px !important;
        text-align: left !important;
        display: inline-block;
    }
    .inrfq {
        position: fixed;
        padding: 7px;
        height: 32px;
        bottom: 8px;
        z-index: 100;
        right: 40px;
        line-height: normal;
        font-size: 1.00em;
        background: #fd4761;
        background: -moz-linear-gradient(-45deg, #fd4761 30%, #fb7a41 100%);
        background: -webkit-linear-gradient(-45deg, #fd4761 30%,#fb7a41 100%);
        background: linear-gradient(135deg, #fd4761 30%,#fb7a41 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    }
    .top_links .cta li{
        border: none!important;
    }
    ul.cta li:nth-child(2) {
        margin-left: 10px;
        padding-left: 0;
        position: relative;
        top: -2px;
    }
}

    /********************************|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 {
             left: -34px !important;
        }
         .main_paging ul.pager li:last-child .dropdown-menu {
             left:15px !important;
        }
         
    }
    @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){
    .main_nav > li > a {
        font-size: 0.85em;
    }
    .main_nav li {
        margin: 0px 1px;
    }
}
@media(max-width:1024px){
    .form-group.search-sep{
        display: none!important;
    }
    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;
    }
    .logo-nav-wrap, .top_links {
        padding: 0;
    }
    .voice.pulse, .select_holder, .search_form input, .search_form {
        max-height: 100%!important;
    }

    .mob-search-form {
         padding: 20px;
        text-align: center;
        background: #fd4761;
        background: -moz-linear-gradient(left,rgba(253,71,97,0.85) 70%, rgba(251,122,65,0.85) 99%);
        background: -webkit-linear-gradient(left,rgba(253,71,97,0.85) 70%,rgba(251,122,65,0.85) 99%);
        background: linear-gradient(to right,rgba(253,71,97,0.85) 70%,rgba(251,122,65,0.85) 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4761', endColorstr='#fb7a41',GradientType=1 );
    }
    .mob-search-form .search_form {
        padding: 20px;
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
    }
    .mob-search-form .form-inline .form-group {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .form-group.search-sep {
        display: none !important;
    }
    .mob-search-form .form-inline .select_holder{
        border:none;
        padding:0;
    }

    .mob-search-form .select_holder select {
        background-position: 100% 25%;
        padding-left: 0;
    }
    .mob-search-form .select_holder select,.mob-search-form .search_form input {
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .mob-voice button.voice {
        margin-top: 15px;
        border: 1px solid #7d8d9c;
        padding: 6px 12px;
    }
    .mob-search-form .search_form .submit_btn {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        padding: 6px 12px;
        margin-top: 13px;
    }
    form.search_form button i {
        margin-left: 5px;
    }
    .mob-search-form .search_form .submit_btn:after {
            content: '';
            display: none;
        }
    .form-group.mob-sub,.mob-voice{
        display: inline-block!important;
        width:auto!important;
    }
    a.btt {
        right: 5px;
        position: fixed;
        bottom: 0;
        color: #fd4761;
        z-index: 99999;
    }
}
@media(max-width:991px){
    #mySearchModal .modal-content {
        top: 40px;
    }
    
}

@media(max-width:480px){

.plus_btn {
    right: 25px;
    bottom: -50px;
}


}

@media(max-width:320px){
    .logo img {
        width: 190px;
    }
    .menu_bar {
        right: 10px;
    }
    .search_bar {
         right: 50px;
    }
}


/******************************|Animation|*****************************/
@-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);
    }
}

/* Safari 4.0 - 8.0 */
 @-webkit-keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:red;
    }
     50% {
         left:0px;
         right:0px;
         background-color:red;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:red;
    }
}
/* Standard syntax */
 @keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:red;
    }
     70% {
         left:0px;
         right:0px;
         background-color:red;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:red;
    }
}

