﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,600,100,300,500,700,900,200);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,200,300,700,800,900,600,500);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700,500,300,100);

ul {
    list-style: none;
}
.FileUpld
{
    margin-bottom:10px;
    height:24px;
    width:300px;
}
.dnld-div
{
    width:600px;
    border:none;
    height:30px;
}
.lblSet
{
    color:#444444;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:small;
    padding-bottom :7px;
    height:25px;
}
.divlbl
{
    text-align:left;
    height:35px;
    padding-top:15px ;
    padding-bottom:3px;
    vertical-align:bottom;
    color:gray;

}
.autocomplete_completionListElement
{
	overflow-y: scroll;
	visibility: hidden;
	margin: 0px !important;
	color: black;
	cursor: hand;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	padding: 0;
	z-index: 200;
	font-size: 10px;
	font-family: Verdana;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
}
.Mylabel {  
  max-width: 100%;
  margin-top: 5px;
}
.container_slider {
    width: 100%;
    display: block;
}

* {
    margin: 0;
}
.marginB20{
    margin-bottom:20px !important;
}
body {
    color: #000;
}
    /*    ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}*/

/*ul.topnav li a:hover {background-color: #111;}*/

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  /*ul.topnav li:not(:first-child) {display: none;}*/
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}



.banner_text {
        color: #fad218;
    font-weight: 600;
    text-shadow: black 2px 2px 0px;
}

.example1 h3 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

div.slide-right {
  width:100%;
  overflow:hidden;
}
div.slide-right p {
  animation: 6s slide-right;
  font-size:20px;
  color:#fff;
}
    div.slide-right h1 {
    animation: 4s slide-right;
    text-shadow: black 0.1px 0.1px 1.1px;
    }
@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
div.slide2-right {
  width:100%;
  overflow:hidden;
}
div.slide2-right p {
  animation: 6s slide-right;
  font-size:20px;
  color:#fff;
  animation-delay: 4s;
}
    div.slide2-right h1 {
    animation: 4s slide-right;
    text-shadow: black 0.1px 0.1px 1.1px;
    animation-delay: 4s;
    }
@keyframes slide2-right {
  from {
    margin-left: -100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

a {
    text-decoration: none;
}

    a:visited {
        text-decoration: none!important;
    }

    a:focus, a:hover {
        text-decoration: none!important;
        outline: 0;
        color: #fff;
    }

.banner_hdr {
    width: 100%;
    top: 0;
    position: relative;
    z-index: 99999;
}

.tophearder {
    height: 40px;
    position: relative; /*background: url(../images/top_header_bg.png) repeat top left;*/
    background: #000;
}

    .tophearder i {
        color: #00b4c8;
    }

.loginpop {
    text-align: right;
    line-height: 40px;
    color: #fff;
    padding-right: 15px;
    width: auto;
    text-transform: capitalize;
    cursor: pointer;
    padding-left: 15px;
}

    .loginpop:hover {
        color: #00b4c8;
    }

.tophearder .tel {
    text-align: left;
    line-height: 40px;
    color: #fff;
    padding-right: 15px;
    width: auto;
    text-transform: capitalize;
    cursor: pointer;
    padding-left: 15px;
}

    .tophearder .tel a {
        text-align: left;
        line-height: 40px;
        color: #fff;
        padding-right: 15px;
        width: auto;
        text-transform: capitalize;
        text-decoration: none;
        padding-left: 15px;
    }

        .tophearder .tel a:hover {
            color: #00b4c8;
        }

.tel:hover {
    color: #00b4c8;
}

.mainhearder { /*background: url(../images/top_mainheader_bg.png) repeat top left;*/
    background: #262626;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.activehead {
    display: none;
}

.activehead1 {
    position: fixed;
}

.mainhearder .logo {
    padding: 5px 0;
}

.mainhearder .menuul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    position: relative;
}

    .mainhearder .menuul li {
        display: inline-block;
        float: right;
        position: relative;
    }

        .mainhearder .menuul li a {
            text-decoration: none;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 700;
            display: block;
            position: relative;
            line-height: 80px;
            font-family: Raleway;
            color: #fff;
            padding: 0 20px;
        }

            .mainhearder .menuul li a:hover {
                color: #00b4c8;
            }

            .mainhearder .menuul li a .number {
                position: absolute;
                left: 36px;
                top: 8px;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
            }

#owl-carousel2 .owl-theme .owl-prev {
    text-indent: 100px!important;
}

#owl-carousel2 .owl-theme .owl-next {
    text-indent: 100px!important;
}

.aboutins {
    width: 100%;
    padding: 70px 0;
    min-height: 315px;
}

    .aboutins h1 {
        float: left;
        font-family: Raleway;
        color: #272d32;
        font-size: 45px;
        font-weight: bold;
    }

    .aboutins p {
        float: left;
        font-family: lato;
        color: #4e5860;
        font-size: 18px;
        margin-bottom: 60px;
    }

    .aboutins h2 {
        float: left;
        font-family: lato;
        color: #4e5860;
        font-size: 28px;
        font-weight: normal;
        line-height: 36px;
    }

.writeReview {
    font-size: 18px;
    color: #00b4c8;
}

.reviewRatingsLeft {
    margin: 0;
    padding: 0;
    width: 350px;
    margin-right: 20px;
    float: left;
}

.thumbnail img {
    height: 200PX !important;
    margin-bottom: 10px;
}

.galleryinner img {
    height: 135PX !important;
    margin-bottom: 10px;
}
.inputStyle{
    width: 100%;
   /*// background-color: lightgrey;*/
    padding:0;
    margin:0;
}

.galleryinner {
    min-height: 230px;
    cursor: pointer;
    display: block;
    padding: 5px 5px 0px 5px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.list3titleMy {
    color: #585858;
    font-size: 13pt!important;
    font-weight: bold!important;
    font-family:Verdana ;
    line-height: 28px!important;
    margin-bottom: 0px!important;
}
.list3title3My {
    color: #585858;
    font-size: 11pt;
    font-weight: normal;
    font-family:Verdana;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 0px 0px;
}
.list3title1 {
    color: #125198!important;
    font-size: 22px!important;
    font-weight: bold!important;
    line-height: 28px!important;
    margin-bottom: 0px!important;
}

.list3title2 {
    color: #585858;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400!important;
}

.list3title3 {
    color: #585858;
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 0px 0px;
}

.box4 {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    padding: 15px;
}

    .box4.bottombdr {
        border-bottom: 10px solid #f0f0f0;
    }

.opening-title {
    color: #0a74cc!important;
    font-family: 'Roboto'!important;
    font-size: 14px;
    font-weight: 600!important;
    margin-bottom: 0;
    margin-top: 0;
}

.address-wrap {
    margin-bottom: 10px;
    color: #2b2b2b!important;
    font-size: 14px!important;
    font-family: 'Roboto'!important;
    font-style: normal!important;
    font-weight: 400!important;
    opacity: 100!important;
    min-height: 145px;
}

/*.panel-title:after {
    color: rgb(128, 128, 128) !important;
    content: "" !important;
    float: right;
    font-family: "Glyphicons Halflings";
    font-size: 16px;
}

.panel-title.collapsed:after {
    content: "\e114";
}
    */
.list3 li figure {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0;
}

    .list3 li figure.imgleader {
        width: 192px;
        height: 200px;
    }

        .list3 li figure.imgleader img {
            max-width: 100%;
        }

.thumbnail {
    cursor: pointer;
    display: block;
    padding: 5px 5px 25px 5px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.learngalra:hover {
    border: 1px solid #00b4c8;
    background-color: #fff !important;
    color: #00b4c8;
}

.learngalra {
    margin: 0 auto;
    border: 1px solid #FFF;
    background-color: #00b4c8;
    color: #fff;
    padding: 4px 12px;
    font-size: 15px;
    width: 105px;
    border-radius: 3px;
    cursor: pointer;
}

.writeReview p {
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 400;
}

.writeReview .input {
    border: 1px solid #ababab;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    background: none;
}

.webwidget_rating_sex {
    padding: 0;
    margin: 0;
    float: left;
}

    .webwidget_rating_sex li {
        line-height: 0;
        width: 35px;
        height: 33px;
        padding: 0;
        margin: 0;
        background: no-repeat;
        margin-left: 2px;
        list-style: none;
        float: left;
        cursor: pointer;
    }

        .webwidget_rating_sex li span {
            display: none;
        }

.addToCart2 {
    border-radius: 3px;
    margin-top: 10px;
    background: #fff;
    padding: 7px 30px;
    text-align: center;
    font-size: 16px;
    color: #00b4c8;
    border: 2px solid #00b4c8;
    text-decoration: none;
    cursor: pointer;
}

.reviewRatingsRight {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 0;
    color: #000;
    width: 625px;
    float: right;
    text-align: left;
    padding-top: 36px;
}

.newcarosaldiv1 h2 {
    margin: 0;
    padding: 10px 0PX;
    font-size: 25px;
    color: #000;
    margin-bottom: 12px;
    float: none !important;
    border-bottom: 2px solid #ededed;
}

.date {
    font-size: 12px;
    line-height: 14px;
    float: right;
    color: #ababab;
}

.rating {
    font-size: 18px;
    color: #ececec;
    display: block;
    padding: 0 0 6px 0;
}

.sd-icon-star {
    color: #00b4c8;
}

.head {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 8px;
    white-space: pre-wrap;
    font-weight: 600;
}

.newcarosaldiv1 {
    margin-top: 40px;
}

.addToCart2:hover {
    color: #fff;
    border: 2px solid #00b4c8;
    background: #00b4c8;
}

.contform {
    width: 100%;
    padding: 70px 0;
    min-height: 315px;
    background: #f7f7f7;
}

    .contform h1 {
        text-align: left;
        font-family: lato;
        color: #272d32;
        font-size: 45px;
        font-weight: 600;
    }

    .contform p {
        text-align: left;
        font-family: lato;
        color: #4e5860;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .contform h2 {
        text-align: left;
        font-family: lato;
        color: #4e5860;
        font-size: 28px;
        font-weight: normal;
        line-height: 36px;
    }

.adresstext {
    height: 57px;
    font-size: 14px !important;
    background: url(../images/contactdown.png) no-repeat 7px 4px;
    line-height: 22px;
    padding-left: 60px;
}

.ciontmail {
    height: 42px;
    font-size: 14px !important;
    background: url(../images/conmail.png) no-repeat 7px 4px;
    line-height: 26px;
    padding-left: 60px;
}

.emvarroc p:hover {
    color: #00b4c8;
    text-decoration: none;
    transition: 0.6s;
}

.emvarroc {
    text-decoration: none;
}

.ciontcall {
    height: 49px;
    font-size: 14px !important;
    background: url(../images/contcall.png) no-repeat 7px 9px;
    line-height: 26px;
    padding-left: 60px;
}

.innercapa img:hover {
    transform: scale(1.5,1.5);
    cursor: pointer;
    transition: 0.5s;
}

.contactform {
    width: auto;
    text-align: left;
}

.contactinput {
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: 0;
    color: #000;
    ;
    padding: 5px;
    border: none;
    border-bottom: solid 1px #999;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    margin-bottom: 40px;
}

.aboubelva img {
    width: 100%;
}

.contactinput12 {
    width: 100%;
    position: relative;
    background-color: transparent;
    outline: 0;
    color: #000;
    ;
    padding: 5px;
    border: none;
    border-bottom: solid 1px #999;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    margin-bottom: 40px;
}

    .contactinput12:focus .label_contact {
        margin-top: -20px;
        transform: translate3d(0,28px,0) scale(1);
        transition: -webkit-transform cubic-bezier(0.25,.8,.25,1) .25s;
        transition: transform cubic-bezier(0.25,.8,.25,1) .25s;
    }

.contactinput_hover:hover {
    cursor: text;
}

.label_contact {
    z-index: 1;
    position: relative;
    padding-left: 2px;
    -webkit-transform: translate3d(0,28px,0) scale(1);
    color: #4e5860;
    transform: translate3d(0,28px,0) scale(1);
    transition: -webkit-transform cubic-bezier(0.25,.8,.25,1) .25s;
    transition: transform cubic-bezier(0.25,.8,.25,1) .25s;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.enabledisable {
    position: absolute;
    top: 9px;
    right: 60px;
    margin-left: -140px;
    width: 120px;
    text-align: center;
    background: #00b4c8;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 6px 5px;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 1;
}

.contacttextarea {
    width: 100%;
    height: 100px;
    position: relative;
    background-color: transparent;
    outline: 0;
    color: #000;
    padding: 5px;
    border: none;
    border-bottom: solid 1px #999;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    margin-bottom: 40px;
}

.produbel {
    /* border: 1px solid #DDDDDD; */
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: #F5F5F5;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
/*.produbel:hover{    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.3); border: 1px solid #00b4c8;}*/



.img1:hover {
    transform: scale(1,1,1);
    cursor: pointer;
    transition: 0.3s;
}

.item-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color:transparent !important;
    transform: scale(0,0);
    -webkit-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
}

.produbel:hover .item-text {
    transform: scale(1,1);
}

.quickview {
    position: absolute;
    width: 100%;
    top: 120px;
    text-align: center;
    display: none;
}

.quickdetal_img {
    padding: 20px;
}
/*
.quickview a {
    padding: 8px;
    color: #fff;
    font-size: 14px;
    background: #00b4c8;
    color: #fff;
    border-radius: 3px;
    opacity:0.8;
    width: 120px !important;
}

    .quickview a:hover {
        background: #1895A2;
        font-size:16px;
        color:orangered;
        font-weight:bold;
         opacity:1;
    }
    */
.addcartbtn {
   width: 120px !important;
    margin: 0 auto;
    border-radius: 3px;
    padding: 8px;
    color: #fff;
    background: #00b4c8;
    display: block;
    text-align: center;
    margin-top: 165px;
     opacity:0.8;

}

    .addcartbtn:hover {
         background: #1895A2;
        font-size:16px;
        color:orangered;
        font-weight:bold;
         opacity:1;
    }
    .anchView {
   width: 120px !important;
    margin: 0 auto;
    border-radius: 3px;
    padding: 8px;
    color: #fff;
    background: #00b4c8;
    display: block;
    text-align: center;
    
     opacity:0.8;

}

    .anchView:hover {
         background: #1895A2;
        font-size:16px;
        color:orangered;
        font-weight:bold;
         opacity:1;
    }

.porpr {
    font-weight: 600;
    min-height: 60px;
    padding: 10px 15px 0 15px;
    text-align: center;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    font-family: lato;
    font-weight: 400;
    margin-bottom: 0;
    border: 0px solid !important;
    font-size: 14px !important;
}

.produbel img {
    width: 100%;
}

.prodsha {
    font-size: 20px;
    position: relative;
    margin: 0;
    width: 100%;
    color: #000;
    font-family: lato;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
}

.capabilities {
    width: 100%;
    padding: 70px 0;
    min-height: 315px;
    background: #f7f7f7;
}

    .capabilities h2 {
        font-family: Raleway;
        font-size: 45px;
        font-weight: 600;
        text-align: center;
        color: #272d32;
    }

    .capabilities p {
        font-family: lato;
        font-size: 18px;
        margin-bottom: 70px;
        text-align: center;
        color: #4e5860;
    }

.aboutins h3 {
    margin-top: 20px;
    float: left;
    font-family: lato;
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    line-height: 8px;
}

.beinhinn {
    width: 100%;
    padding: 70px 0;
    min-height: 315px;
}

.share_btn {
    background-color: #00b4c8;
    background-image: url(../images/arrow_book.png);
    background-repeat: no-repeat;
    background-position: 197px 19px;
    padding: 14px 10px 10px 19px;
    height: 48px;
    font-family: Raleway;
    font-size: 15.71px;
    color: #fff;
    width: 230px;
    display: inline-block;
    margin-top: 58px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

    .share_btn:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1895A2;
        background-position: 205px 19px;
    }

.send_btn {
    float: right;
    background-color: #00b4c8;
    background-repeat: no-repeat;
    padding: 7px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Raleway;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

    .send_btn:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1895A2;
        background-position: 205px 19px;
    }
    .send_btnCat {
    float: left;
    background-color: #00b4c8;
    background-repeat: no-repeat;
    padding: 7px 30px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-family: Raleway;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

    .send_btnCat:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1895A2;
        background-position: 205px 19px;
    }

.blocra {
    display: inline-block;
    border: 1px solid #aab2bd;
    padding: 20px;
}

.texing {
    font-size: 14px !important;
    color: #4e5860 !important;
    margin: 0px !important;
    line-height: 24px;
}

.blocra img {
    float: left;
    margin-right: 16px;
}

.project {
    width: 100%;
    background-color: #fff;
    padding: 70px 0;
    min-height: 315px;
}

    .project h2 {
        font-family: Raleway;
        font-size: 45px;
        font-weight: 600;
        text-align: center;
        color: #272d32;
    }

.loginArea {
    margin: 0;
    padding: 0;
    padding: 25px 50px;
    border: 1px #e2e2e2 solid;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}

    .loginArea .accnew {
        height: auto;
        padding-bottom: 0;
        border-bottom: 0 solid #C7C7C7;
    }

    .loginArea h1 {
        margin: 0;
        padding: 0;
        font-size: 28px;
        color: #00b4c8;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 15px;
    }

.buttonCommonacc:hover {
    color: #fff !important;
    text-decoration: none;
    background: #000;
}

.buttonCommonacc {
    background: #00b4c8;
    padding: 6px 23px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}

.loginArea .accnew .myAccLeftnew {
    float: left;
    width: 430px;
    padding: 0;
    position: relative;
    line-height: 15px;
}

.table-shippingemail td {
    padding: 5px 0;
    border-bottom: 0 solid #201a17;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #000;
}

.loginArea .myAccRightnew {
    float: left;
    width: 1098px;
    min-height: 200px;
    margin-left: -15px;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ccc;
    font-size: 12px;
    border-bottom: 1px solid #C7C7C7;
    border-top: 1px solid #C7C7C7;
}

.table-orderSummary td span.cancelled {
    color: #00b4c8;
}

.table-orderSummary {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 10px;
}

    .table-orderSummary th {
        padding: 10px;
        background: #201a17;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        vertical-align: top;
        border-right: 2px solid #111;
        font-weight: 400;
    }

    .table-orderSummary td a:hover {
        text-decoration: none;
        color: #000;
    }

.marginB10aac {
    margin-bottom: 15px !important;
    font-size: 18px;
    margin-top: 7.5px;
    color: #000;
    line-height: 24px;
}

.commonLink1Active {
    color: #fff;
    background: #000;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 10px;
    border: 1px solid #000;
}

.table-shippingAdd td {
    padding: 5px 0;
    border-bottom: 0 solid #201a17;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #000;
}

.selectCommon {
    border: 1px solid #BEBEBE;
    background: none;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 5px;
    margin-left: 6px;
    line-height: 45px;
    background: transparent;
}

.inputCommonacc {
    border: 1px solid #BEBEBE;
    background: #fff;
    height: 30px;
    line-height: 25px;
    width: 274px;
    text-align: left;
    color: #000;
    font-size: 12px;
    padding: 0 5px;
}

.myaccfrtpsw {
    display: none;
    margin-top: 0;
}

.raaccouyr {
    width: 1098px;
    margin-left: -15px;
    color: #ccc;
    border-top: 1px solid #C7C7C7;
}

.myaccfrahul {
    display: none;
    margin-top: 0;
}

.table-orderSummary td a {
    color: #00b4c8;
}

.table-orderSummary td {
    padding: 10px;
    border-bottom: 1px solid #201a17;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.loginArea .myAccRightnew .billAddress {
    width: 499px;
    float: left;
    margin-right: 0;
    padding: 5px 19px 25px 0 !important;
    margin-left: 30px !important;
    border-right: 1px solid #c7c7c7;
    position: relative;
    line-height: 17px;
    min-height: 180px;
    height: auto !important;
    color: #000;
}

.bigLink {
    color: #00b4c8 !important;
    font-size: 12x;
    text-decoration: none;
}

.loginArea h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    line-height: 14px;
    color: #00b4c8;
    margin-bottom: 10px;
    font-weight: 400;
}

.marginB10 {
    margin-bottom: 7.5px !important;
    font-size: 18px;
    margin-top: 7.5px;
    color: #000;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.innercapa {
    width: auto;
    background: #fff;
    padding: 0px 0 10px 0;
    overflow: hidden;
    text-align: center;
}

    .innercapa img {
        -webkit-transition: all .2s ease;
        transition-duration: 0.2s;
    }

    .innercapa h2 {
        font-size: 25px;
        color: #333;
        text-align: center;
        font-weight: 500;
        line-height: 60px;
        margin-bottom: 0;
    }

    .innercapa p {
        line-height: 22px;
        font-size: 14px;
        color: #4e5860;
        margin: 0px;
        text-align: center;
    }

.capilbutt {
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #00b4c8;
    padding: 5px 10px;
    font-family: Raleway;
    font-size: 15px;
    color: #00b4c8;
    display: inline-block;
    margin-top: 10px;
    transform: scale(1);
    width: auto;
    transition: transform 0.3s ease;
}

    .capilbutt:hover {
        color: #fff;
        background-color: #00b4c8;
        text-decoration: none;
    }

.scroll-text ul {
    width: 800px;
    height: 100px;
    overflow: hidden;
    margin: 0;
}

    .scroll-text ul li {
        height: 1.5em;
    }

.scroll-img {
    margin-top: 80px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    font-size: 0;
}

    .scroll-img ul {
        width: 700px;
        height: 600px;
        margin: 0;
    }

        .scroll-img ul li {
            display: inline-block;
            margin-right: 72px;
        }

#demo4.scroll-img ul,
#demo5.scroll-img ul {
    width: 1500px;
}

ul.socialicon li .fa {
    color: #fff;
}

ul.socialicon li:hover .fa {
    color: #00b4c8;
}

.footer {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode", Tahoma, Sans-Serif;
    height: 40px;
    line-height: 1;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #999;
    background-color:black ;
    border-top: 1px solid #3E3E3F;
    z-index: 10;
    /*background: #000;
    width: 100%;
    display: inline-block;*/
}

ul.socialicon li {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    padding: 10px 10px 10px 0;
    min-height: 50px;
    min-width: 50px;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.socialicon {
    padding: 20px 0px;
    display: inline-block;
    margin-bottom: 0;
}

.footer span {
    color: #e6e9ed;
    text-align: right;
    float: right;
    line-height: 90px;
}

.banner_content {
    z-index: 100;
    margin: 0 auto;
    position: absolute;
    left: 7%;
    /*top: 40%;*/
    width: 70%;
}

.banneriner {
    padding: 20px;
   /* background: rgba(0, 0, 0, .8); */
}

.banner_content h1 {
    font-size: 35px;
    color: #ffb800;
    font-weight: lighter;
    text-align: left;
   /* animation: 5s slide-right;*/
    
}

.bannerinner {
    width: 100%;
    z-index: 99999;
    background: #2e3844;
}

.imotcart {
    font-size: 11px;
    color: #5a5b5b !important;
    font-weight: 700;
}

.carprt {
    border: 1px solid #aab2bd;
}

    .carprt img {
        width: 100%;
    }

.produadm {
    width: 100%;
    padding: 20px 0;
    min-height: 315px;
    margin-top: 10px!important;
}

.prothird h2 {
    color: #555!important;
    font-size: 16px !important;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: raleway;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 12px;
}

.prothird h4 {
    color: #555;
    font-size: 16px;
}

.prothird h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #2e3844;
    font-family: Raleway;
    font-weight: 700;
    line-height: 19px;
}

.prothird p {
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 10px;
    color: #5a5b5b !important;
    font-family: Raleway;
    font-weight: 600;
    border: 0px solid !important;
}

.share_RAH {
    background-color: #00b4c8;
    background-image: url(../images/arrow_book.png);
    background-repeat: no-repeat;
    background-position: 159px 19px;
    padding: 14px 10px 10px 19px;
    height: 48px;
    font-family: Raleway;
    font-size: 15.71px;
    color: #fff;
    width: 194px;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}


    .share_RAH:hover {
        color: #fff;
        text-decoration: none;
        background-color: #9e6335;
        background-position: 170px 19px;
    }

.reviewpr {
    font-size: 16px;
    text-align: left;
    margin-bottom: 2px;
    color: #2e3844;
    font-family: Raleway;
    font-weight: 700;
    line-height: 19px;
}

.prorap {
    font-size: 14px !important;
    text-align: left !important;
    margin-bottom: 10px;
    color: #5a5b5b !important;
    font-family: Raleway;
    font-weight: 600;
    border: 0px solid !important;
}

.cartinu {
    border: 1px solid #aab2bd;
}

    .cartinu img {
        width: 100%;
    }

.innrprodre p {
    text-align: left;
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 12px;
    color: #2e3844;
    border-bottom: 1px solid #aab2bd;
}

.innrprodre h1 {
    text-align: left;
    font-weight: 600;
    font-size: 45px;
    color: #272d32;
}

.bsides p {
    padding: 10px 20px;
    margin: 0px;
    border-bottom: 1px solid #aab2bd;
    cursor: pointer;
    display: block;
    color: #333;
    transition: all ease .3s;
}


.checpros {
    padding: 10px;
}

    .checpros input[type=checkbox], input[type=radio] {
        margin: 7px 7px;
    }

.bsides p:hover {
    border-bottom: #444 1px solid;
    padding-left: 26px;
    background: #444;
    color: #FFF;
}


.map_inner {
    position: absolute;
    top: 50px;
    left: 20px;
    background: #fff;
    opacity: 0.8;
    padding: 10px;
    width:245px;
    height:135px;
}

    .map_inner h3 {
        font-size: 18px;
        margin-bottom: 5px!important;
        color: #000;
        line-height: 20px;
    }

    .map_inner p {
        font-size: 15px;
        color: #000;
        line-height: 20px;
    }








.commenstartdiv {
    margin: 0 auto;
}


    .commenstartdiv h6 {
        font-size: 24px;
        color: #00b4c8;
        padding-top: 15px;
        padding-bottom: 2px;
        margin-bottom: 15px;
        font-weight: 700;
        font-family: raleway;
        text-transform: uppercase;
        border-bottom: 1px solid #EEEEEE;
        text-transform: uppercase;
    }

.conterse {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px!important;
}

.formrforgy {
    margin: 20px 3px;
}

.aboutdiv {
    width: 100%;
    margin: 25px auto;
}

    .aboutdiv .lefts {
        width: 27%;
        height: auto;
        float: left;
    }

        .aboutdiv .lefts a {
            text-align: left;
            color: #125197;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            display: block;
            width: 100%;
        }

    .aboutdiv .right {
        width: 70%;
        float: right;
    }

        .aboutdiv .right center {
            margin-bottom: 20px;
        }

    .aboutdiv .specification {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

        .aboutdiv .specification ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .aboutdiv .specification ul li {
                margin: 0;
                color: #666;
                font-size: 15px;
                line-height: 30px;
                background: url(../images/ulbullet.png) no-repeat 0 8px;
            }

aboutdiv .mdfound .specification {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.aboutdiv .mdfound .specification ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .aboutdiv .mdfound .specification ul li {
        padding-left: 20px;
        margin: 0;
        color: #125198;
        font-size: 15px;
        line-height: 35px;
        background: url(../images/ulbulletblue.png) no-repeat 0 11px;
    }

.aboutdiv .text {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

    .aboutdiv .text p {
        color: #666;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }

        .aboutdiv .text p strong {
            color: #125197;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 5px;
            width: 100%;
            display: block;
        }

.cartlogin .logindiv .logindivright .cartpagebtnleft {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#cphBody_dlHeadOffice tr td {
}

#00b4c8 .cartlogin .logindiv .logindivright .cartpagebtnleft .reviewShipAdd {
    float: left;
    width: 350px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    min-height: 135px;
    webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    transition: all .3s ease;
}

.cartlogin .logindiv .logindivright .cartpagebtnleft .reviewShipAdd h2 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 2px;
    font-family: 'OpenSansSemiBold';
}

.cartlogin .logindiv .logindivright .cartpagebtnleft .reviewShipAdd p {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 2px;
}

.cartlogin .logindiv .logindivright .cartpagebtnleft .reviewShipAdd a {
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 3px;
    background: #00b4c8;
    /* background: url(../images/search-bg.png); */
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .cartlogin .logindiv .logindivright .cartpagebtnleft .reviewShipAdd a:hover {
        background: #10beb0;
    }

.cartlogin .logindiv .logindivright .cartpagebtnleft .reviewShipAdd p strong {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-family: 'OpenSansSemiBold';
}


.cartpagebtn {
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
}

.cartpagebtnleft {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}


    .cartpagebtnleft .reviewShipAdd {
        float: left;
        width: 350px;
        padding: 15px;
        background: #fff;
        border: 1px solid #e0e0e0;
        min-height: 135px;
        webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
        box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
        transition: all .3s ease;
    }

        .cartpagebtnleft .reviewShipAdd h2 {
            font-size: 22px;
            line-height: 28px;
            color: #000;
            margin-bottom: 2px;
            font-family: 'OpenSansSemiBold';
        }

        .cartpagebtnleft .reviewShipAdd p {
            font-size: 16px;
            line-height: 22px;
            color: #333;
            margin-bottom: 2px;
        }

        .cartpagebtnleft .reviewShipAdd a {
            padding: 3px 8px;
            font-size: 12px;
            border-radius: 3px;
            background: #00b4c8;
            /* background: url(../images/search-bg.png); */
            color: #FFF;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            .cartpagebtnleft .reviewShipAdd a:hover {
                background: #10beb0;
            }

        .cartpagebtnleft .reviewShipAdd p strong {
            font-size: 18px;
            line-height: 20px;
            color: #000;
            font-family: 'OpenSansSemiBold';
        }

.cartpagebtnright {
    width: 45%;
    float: right;
}

.cartpagebtn a {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.cartpagebtn .continou {
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 3px;
    background: #333333;
    /* background: url(../images/search-bg.png); */
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.cartpagebtn .placeorder {
    border: 0px;
    display: inline-block;
    padding: 7px 25px;
    font-size: 18px;
    border-radius: 3px;
    background: #00b4c8;
    /* background: url(../images/search-bg.png); */
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.cartpagebtn .continou:hover {
    background: #1895A2;
}

.Itemrae {
    width: 200px;
}

.cartpagebtn .placeorder:hover {
    background: #1895A2;
}


.table-viewCart {
    margin: 0 auto;
    padding: 0;
}

    .table-viewCart .taitleproduct {
        font-size: 18px;
        line-height: 24px;
        color: #00b4c8;
        margin-bottom: 2px;
        font-family: raleway;
    }

    .table-viewCart .remove {
        font-size: 16px;
        margin-top: 15px;
        color: #000;
        font-family: 'OpenSansSemiBold';
    }

    .table-viewCart .inputQyt {
        border: 1px solid #ccc;
        height: 25px;
        line-height: 25px;
        width: 40px;
        text-align: center;
        color: #125198;
        font-size: 12px;
        padding: 0 5px;
        margin-bottom: 10px;
        background: none;
    }

    .table-viewCart .sizer {
        font-size: 12px;
        margin-right: 8px;
        color: #666;
    }

        .table-viewCart .sizer span {
            font-size: 12px;
            color: #585858;
        }

    .table-viewCart td {
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        color: #000;
        vertical-align: top;
    }

        .table-viewCart td .mobfs18 {
            font-size: 18px;
        }

        .table-viewCart td p {
        }

        .table-viewCart td a {
            font-size: 10px;
            font-family: raleway;
            color: #585858;
            text-decoration: none;
        }

.forrahw {
    color: #00b4c8;
}

    .forrahw:hover {
        color: #00b4c8;
    }

.table-viewCart td a:hover {
    color: #1895A2;
    text-decoration: none;
}

.table-viewCart .price {
    width: 80px;
}

.table-viewCart .quality {
    width: 80px;
}

.table-viewCart .total {
    width: 100px;
}

.table-viewCart th {
    padding: 10px;
    background: #333;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    border-right: 2px solid #333;
    font-weight: 400;
}

.table-viewCart .selectCommonADDRESS {
    border: 1px solid #e0e0e0;
    background: none;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 5px 8px;
    margin-left: 0px;
    line-height: 45px;
    background: transparent;
}

.table-viewCart .totalamount {
    color: #00b4c8;
    font-size: 20px;
    font-family: raleway;
    font-weight: bold;
    padding-top: 15px;
    background: #eee;
    padding-bottom: 15px;
}

    .table-viewCart .totalamount span {
        margin-left: 15px;
        color: #000;
        font-size: 20px;
        font-family: raleway;
        font-weight: bold;
    }

.prohedt {
    margin-top: 0px;
    color: #000 !important;
    font-weight: 600;
    font-family: raleway;
    font-size: 28px !important;
    margin-bottom: 20px;
}

.readmore {
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 3px;
    padding: 7px 18px;
    color: #fff;
    background: #00b4c8;
    display: block;
    text-align: center;
    float: left;
}

    .readmore:hover {
        background: #1895A2;
    }

.bottombred {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bottombred_product {
    position: relative;
    background: #f5f5f5;
}

    .bottombred_product .breadcrumb_product {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0px;
        list-style: none;
        font-size: 16px;
        border-radius: 4px;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

.product_left_div {
    width: 100%;
    margin-bottom: 1px;
    overflow: hidden;
}

.product_left_div_full {
    display: block;
    padding: 1px 10px 0 3px;
    height: 50px;
    overflow: auto;
    font-size:11px!important;
    border:1px solid lightgray;
}

    .product_left_div_full::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .product_left_div_full::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    /* Handle */
    .product_left_div_full::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.81);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
    }

        .product_left_div_full::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(255,0,0,0.4);
        }

.sub_cat {
    height: 180px!important;
    overflow: auto;
}

.sub_cat_small {
    height: auto!important;
    overflow: auto;
}

.product_left_div_full input {
    width: 16px;
    height: 16px;
}

.product_left_div_full label {
    padding: 0 0px 0 10px;
    vertical-align: top;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    font-family: lato;
}

.product_left_div .panel_title {
    color: #555!important;
    font-size:11px!important;
    margin-bottom: 0px!important;
    font-weight:bold;
    text-transform: uppercase;
    font-family: Comic Sans MS;
    padding: 5px;
    margin-top: 0;
    background: #F5F5F5;
    border-top: 0px solid #000 !important;
}

.productname {
    color: #000;
    font-weight: 600;
    font-family: Comic Sans MS;
    font-size: 30px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.breadcrumb_product a {
    color: #000;
}

    .breadcrumb_product a:hover {
        color: #00b4c8;
    }

.breadcrumb_product > li {
    display: inline-block;
    color: #000;
}

    .breadcrumb_product > li + li:before {
        padding: 0 5px;
        color: #000;
        content: "/\00a0";
    }

.breadcrumb_product > .active {
    color: #00b4c8;
}


.page-wrapper {
    padding: 30px 0 30px;
}

    .page-wrapper h2 {
        text-transform: uppercase;
    }

    .page-wrapper .myacct {
        margin: 0;
    }

.login_page h3 {
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.login_page .send_btn:hover {
    background: #1895A2;
}

.login_page .div30 {
    width: 90%;
}

.login_page .send_btn {
    background-color: #00b4c8;
    background-repeat: no-repeat;
    padding: 8px 0px;
    height: 40px;
    font-family: Raleway;
    font-size: 15.71px;
    text-align: center;
    color: #fff;
    width: 130px;
    display: inline-block;
    float: left;
    margin-top: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.login_page h4 {
    margin-top: 15px;
    font-size: 24px;
    text-transform: uppercase;
}

.about_t {
    font-size: 16px;
    line-height: 30px;
    font-family: Raleway;
}

.breadcrumb_full {
    height: 300px;
    position: relative;
    background-color: #f5f5f5;
    background-size: cover;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb .active {
    color: #fff;
}

.breadcrumb a:hover {
    color: #00b4c8;
}

.innerpage {
    margin-top: 0px;
}

.rank-details .well {
    border: none!important;
    padding-top: 10px;
    margin-bottom: 10px!important;
    height: 130px!important;
    box-shadow: none!important;
    background-color: #ECECEC!important;
}

.text-danger {
    text-align: center!important;
}

.rank-details .number {
    display: block;
    font-family: 'Roboto'!important;
    font-style: normal!important;
    font-weight: 600!important;
    color: #00b4c8!important;
    text-align: center!important;
    font-size: 30px!important;
    padding-bottom: 5px!important;
}

.rank-details .text {
    font-family: Raleway!important;
    font-style: normal!important;
    font-weight: 500!important;
    color: #000!important;
    font-size: 14px!important;
    text-align: center!important;
}

.menuul .menu {
    position: absolute;
    top: 80px;
    left: 21px;
    display: none;
    z-index: 100;
    background: #fff;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 18px 24px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 18px 24px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 18px 24px -10px rgba(0,0,0,0.75);
}

    .menuul .menu:before {
        content: '';
        display: inline-block;
        border: 10px solid transparent;
        border-bottom-color: rgba(220,220,220,1);
        position: absolute;
        top: -28px;
        left: 12px;
        width: 2px;
    }

    .menuul .menu:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: -17px;
        left: 12px;
        bottom: auto;
        border: 9px solid transparent;
        border-top: 0;
        border-bottom-color: #fff;
    }

    .menuul .menu ul {
        width: 200px;
        padding-left: 20px;
        margin: 0;
    }

        .menuul .menu ul li {
            display: block!important;
            float: none!important;
            padding: 0;
            margin: 0;
        }

            .menuul .menu ul li a:hover {
                padding-left: 5px;
            }

.forrat {
    float: right;
    font-size: small;
    color: #337ab7;
}

    .forrat a:hover {
        text-decoration: none!important;
        outline: 0;
        color: #00b4c8;
    }

.menuul .menu ul li a {
    color: #747474;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 0;
    line-height: 35px!important;
    text-transform: none!important;
    text-align: left!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.hotexr {
    color: #000;
}

a.hotexr:hover {
    color: #00b4c8;
}

.table-format-career {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
}

    .table-format-career .head {
        margin: 10px 0 0px 0px;
        font-style: normal;
        font-size: 15px !important;
        padding: 10px 0px 10px 10px !important;
        font-weight: 400;
        line-height: 18px;
        background: #255E85;
        color: #fff !important;
        font-family: lato;
    }

    .table-format-career td {
        border-bottom: #255E85 1px solid;
        padding: 10px 10px !important;
        vertical-align: top;
        font-size: 15px;
        color: #000000;
        line-height: 16px;
        font-family: lato;
    }

        .table-format-career td a {
            font-size: 15px;
            color: #000000;
            font-weight: 700;
            font-family: lato;
        }

            .table-format-career td a:hover {
                color: #ee1c25;
            }

        .table-format-career td .last {
            border-bottom: none;
        }

        .table-format-career td p {
            margin-bottom: 0 !important;
        }






















/*shipping address*/
.cartlogin {
    width: 100%;
}

    .cartlogin .steps-nav {
        color: #444;
        background: #eee;
        border: 0px solid #aaa;
        border-bottom-color: #919191;
        overflow: hidden;
        margin-bottom: 2em;
        display: none;
    }

        .cartlogin .steps-nav ul {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            list-style: none;
        }

        .cartlogin .steps-nav li {
            float: left;
        }

.steps-nav a {
    position: relative;
    float: left;
    padding: 0 1.5em 0 2.75em;
    height: 3.5em;
    line-height: 3.5em;
    text-decoration: none;
    color: #bfbdbd;
    background: #ddd;
    -webkit-transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    -ms-transition: padding 0.2s ease-in-ou t;
    transition: padding 0.2s ease-in-out;
}

.steps-nav li.steps-step-active a {
    padding-right: 2.5em;
    background: #333;
    color: #FFF;
    cursor: default;
}

    .steps-nav li.steps-step-active a:after {
        border-left-color: #333;
    }

.steps-nav a:after, .steps-nav a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: -2em;
    margin-right: 0;
    margin-top: -.125em;
    border-width: 2em 1em;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ddd;
}

.cartlogin .logindiv {
    width: 100%;
}

    .cartlogin .logindiv .logindivleft {
        border-right: 1px solid #EEE;
        width: 45%;
        float: left;
    }

        .cartlogin .logindiv .logindivleft h1 {
            color: #125198;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .cartlogin .logindiv .logindivleft .inp {
            color: #666;
            font-size: 14px;
            margin-bottom: 15px;
            margin-top: 5px;
        }

        .cartlogin .logindiv .logindivleft .input {
            border: 1px solid #e0e0e0;
            height: 35px;
            line-height: 35px;
            width: 370px;
            text-align: left;
            color: #000;
            font-size: 12px;
            padding: 0 10px;
            background: none;
            transition: all .3s ease;
        }

.logindivright .placeorder {
    color: #00b4c8;
}

.cartlogin .logindiv .logindivleft .placeorder {
    display: inline-block;
    padding: 7px 50px;
    font-size: 16px;
    border-radius: 3px;
    background: #00b4c8;
    border: none;
    text-transform: uppercase;
    /* background: url(../images/search-bg.png); */
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .cartlogin .logindiv .logindivleft .placeorder:hover {
        background: #1895A2;
    }

.cartlogin .logindiv .logindivleft .divInput {
    margin-bottom: 25px;
}

.cartlogin .logindiv .logindivleft .section {
    width: 100%;
}

.cartlogin .logindiv .logindivleft input[type="radio"] {
    -webkit-appearance: none;
    border: 2px solid #333;
    position: absolute;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #fff;
}

    .cartlogin .logindiv .logindivleft input[type="radio"]::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 10px;
        width: 10px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

.cartlogin .logindiv .logindivleft input[type=radio]:checked {
    border: 2px solid #333;
}

    .cartlogin .logindiv .logindivleft input[type=radio]:checked::before {
        background: #125198;
    }

.cartlogin .logindiv .logindivright .input {
    border: 1px solid #e0e0e0;
    height: 35px;
    line-height: 35px;
    width: 300px;
    text-align: left;
    color: #000;
    font-size: 12px;
    padding: 0 10px;
    background: none;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    transition: all .3s ease;
}

.cartlogin .logindiv .savebtn .placeorder {
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    margin-right: 35px;
    border-radius: 3px;
    background: #125198;
    border: none;
    text-transform: uppercase;
    /* background: url(../images/search-bg.png); */
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}



.cartlogin .logindiv .logindivright {
    width: 50%;
    float: right;
}

    .cartlogin .logindiv .logindivright h1 {
        color: #125198;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cartlogin .logindiv .logindivright .loginwithfb {
        width: 100%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

        .cartlogin .logindiv .logindivright .loginwithfb img {
            border-radius: 3px;
        }

    .cartlogin .logindiv .logindivright .marginB10 {
        line-height: 20px;
        color: #000!important;
        font-size: 16px;
        margin-bottom: 10px;
    }

.table-shippingAdd td {
    padding: 8px 0;
    border-bottom: 0px solid #201a17;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #000;
}

.selectCommonADDRESS {
    border: 1px solid #e0e0e0;
    background: none;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 5px;
    margin-left: 0px;
    line-height: 45px;
    background: transparent;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    transition: all .3s ease;
}

.valid {
    font-size: 11px;
    font-weight: bold;
    font-family: sans-serif;
}
/*shipping address*/
/* changes */



.nopadding { padding:0 10px 0 0!important; margin:0!important; box-sizing:border-box!important;}
.nopadding_right { padding-right:0!important;}
