@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,500,700,900');
/*font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Maven Pro', sans-serif;
*/
html, body{
    margin:0 !important;
    padding: 0 !important;
   /* background-color:#f5f5f5; */
    font-size: 100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
body a {
    text-decoration:none;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    font-family: 'PT Sans', sans-serif;
}
a:hover{
 text-decoration:none;
 font-family: 'PT Sans', sans-serif;
}
input[type="button"],input[type="submit"]{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
} 

h1,h2,h3,h4,h5,h6{
    font-family: 'PT Sans', sans-serif;
}   
p{
    letter-spacing:0px;
    font-size:14px;
    color:#655F5;
    font-family: 'PT Sans', sans-serif;
}
/*ul{
    margin:0;
    padding:0;
}*/
label{
    margin:0;
}
.d-md-none{display: none !important;visibility: hidden !important;} 
.d-md-block{display: block !important;visibility: visible !important;}
label.error {
    color: #921407;
    font-size: 13px;
    font-weight: normal;
}
/* top-header */
.header-most-top p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    letter-spacing: 2px;
    background: #1accfd;
}
/* //top-header */
/*-- header-bottom --*/
/*-- Header Lists --*/
/*.header ul li {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.header ul li a {
    color: #FFFDFD;
text-decoration: none;
padding: 6px 0px 10px 6px;
text-transform: capitalize;
}
.header ul li span {
    margin-right: -3px;
    color: #F78F15;
    font-size: 15px;
}
.header-right {
    text-align: right;
}
.header-left{
    text-align: left;   
}
.header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
    width: 100%;
}*/
/*-- shop locator --*/
.list_of_cities {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(47, 47, 47, 0.44);
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
}
/*-- //shop locator --*/
/*-- //Header Lists --*/
/*-- search --*/
.agileits_search {
    margin-top: 16px;
    float: left;
    width: 80%;
}
.agileits_search input[type="search"]{
    outline: none;
    border: 1px solid #191e21;
    background: #fff;
    border-right-color: transparent;
    color: #191e21;
    padding: 10px;
    font-size: 14px;
    float: left;
    width:90%;
    letter-spacing: 1px;
}
.agileits_search .btn-default {
    border: none;
    width:60px;
    height: 42px;
    outline: none;
    box-shadow: none;
    background: #1accfd;
    padding: 0;
    border-radius: inherit;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.agileits_search .btn-default:hover {
    background:#FF5722;
}
.agileits_search span {
    color: #fff;
}
#agileinfo_search {
    padding: 9.5px 2px;
}
.agileits-navi_search {
    float: left;
    width: 23%;
}
#agileinfo-nav_search {
    outline: none;
    border: none;
    color: #000;
    font-size: 14px;
    background: #f3f3f3;
    padding:15px 10px;
    width:100%;
    letter-spacing: 1px;
}
/*-- //search --*/
/*-- logo --*/
.logo_agile {
    /*text-align: center;*/
}
.logo_agile span {
    color: #FF5722;
}
.logo_agile h1 a {
    color: #000;
    font-size: 38px;
    font-style: italic;
    text-decoration: none;
}
.logo_agile h1 a:hover {
  text-decoration:none;
}
.header-left img {
    width: 73%;
}
.header-bot {
    padding: 3px 0 3px;
    background: #fff;
    box-shadow: 0px 2px 4px #c3c3c3
}
/*-- //logo --*/
/*-- model_signin --*/
.modal-body.modal-body-sub_agile input[type="text"], .modal-body.modal-body-sub_agile input[type="email"], .modal-body.modal-body-sub_agile input[type="password"] {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    padding: 10px 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 2px;
    margin-top: 10px;
}
.modal-body.modal-body-sub_agile select{margin-top: 10px}
.modal-body.modal-body-sub_agile input[type="submit"] {
    border: none;
    padding: 7px 32px;
    font-size: 13px;
    outline: none;
    text-transform: capitalize;
    margin: 0;
    font-weight: normal;
    letter-spacing: 1px;
    background: #005395;
    color: #fff;
    margin: 20px 0;
    border-radius: 3px;
}
.modal-body.modal-body-sub_agile input[type="submit"]:hover{
   background: #000;
}
h3.agileinfo_sign {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*margin-bottom: 20px;*/
    margin: 0;
    text-align: left;
    color: #eea236;
}
h3.agileinfo_sign span {
    font-weight:300;
}
.modal-content {
    position: relative;
}
.main-mailposi span {
    position: absolute;
    font-size: 150px;
    color: #e8e8e8;
    opacity: .4;
    right: 7%;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
}
/* placeholder */
.modal-body.modal-body-sub_agile ::-webkit-input-placeholder{
    color:#212121 !important;
}
/* //placeholder */
.modal-body.modal-body-sub_agile p a {
    color: #FF5722;
}
.modal-body.modal-body-sub_agile p {
    line-height: 2em;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}
.modal-body.modal-body-sub_agile {
    padding:0 2em 2em;
    margin-top: 1em;
}
/*-- //model_signin --*/
/*-- navigation --*/
/*.navbar-default {
    background: none;
    border: none;
    min-height: inherit;
    margin: 0;
    float: right;
    margin-top: 1.5em;
}*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   background-color: red
}
/* .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #005395
} */


.navbar-default .navbar-nav > .open > a{
    color: #000;
    background-color: #ffffff
}
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #005395
}
.navbar-default .navbar-nav > .open > a:focus{
    color: #000;
    background-color: #fff
}

.navbar-nav > li {
    margin: 0 0px;
}
.navbar-nav > li > a {
    padding: 15px 0px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav > li > a {
    line-height: inherit;
}
a.nav-stylehead {
    letter-spacing: 1px;
    color: #000;
    font-size: 15px;
}
.navbar-default .navbar-nav > .in > a{background: #005395;
    color: #fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #FF5722;
    background: #005395;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #FF5722;
    background: #005395;
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
padding: 13px 12px;

}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding:0;
    border: none;
}
.agile_short_dropdown li a {
    color: #545454;
    font-size: 15px;
}
.agile_short_dropdown > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color:#000;
}
.multi-gd-img img {
    margin-top: 60px;
}
/*-- navigation-dropdown --*/
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 2.5em;
}
ul.multi-column-dropdown li a {
    text-decoration:none;
    font-size: 0.9em;
    color: #545454;
    letter-spacing: 1px;
}
ul.multi-column-dropdown li a:hover{
    color:#FF5722;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FF5722;
}
/*-- //navigation-dropdown --*/
/* //navigation */
/*-- cart details--*/
.top_nav_right {
    float: right;
    width: 20%;
}
.box_1 {
    text-align: center;
    margin-top: 14px;
}
a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}
button.w3view-cart {
    outline: none;
    border: none;
    background: #FF5722;
    width: 48px;
    height: 43px;
    font-size: 24px;
    color: #fff;
}
/*-- //cart details--*/
/*-- //header-bottom --*/
/*-- banner --*/
.ban-top {
    border: 1px solid rgba(0, 0, 0, 0.22);
    /*margin: 0 10px 10px 10px;*/
    border-radius: 4px;
}
.dropdown-menu.columns-3 {
    min-width:673px;
    padding: 30px 30px;
}
.multi-gd-img img{
    width:100%;
}

/*-- carousel-slider --*/  
/*.carousel .item{    
    background:-webkit-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide1.jpg) no-repeat;
    background:-moz-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide1.jpg) no-repeat;
    background:-ms-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide1.jpg) no-repeat; 
    background:linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide1.jpg) no-repeat;
    background-size:cover;   
}
.carousel .item.item2{   
    background:-webkit-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide2.jpg) no-repeat;
    background:-moz-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide2.jpg) no-repeat;
    background:-ms-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide2.jpg) no-repeat; 
    background:linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide2.jpg) no-repeat;
    background-size:cover;  
}   
.carousel .item.item3{   
    background:-webkit-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide3.jpg) no-repeat;
    background:-moz-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide3.jpg) no-repeat;
    background:-ms-linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide3.jpg) no-repeat; 
    background:linear-gradient(rgba(234, 233, 234, 0.2),rgba(138, 135, 138, 0.5)), url(../images/slide/slide3.jpg) no-repeat;
    background-size:cover;   
}   */
#home-slider .item{position: relative;}
#home-slider .item .slide-container{position: absolute;width: 100%;height: 100%;top: 0;left: 0}
.section-home-slider .owl-carousel .item {padding: 0;}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 5em;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 3px 8px 2px rgb(12, 12, 12);
  
}
.carousel-caption h2 span, .carousel-caption h3 span{
    font-weight: 800;
    color: #FF5722;
}
.carousel-caption p {
    letter-spacing: 5px;
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
}
.carousel-caption p span{
    font-size: 40px;
    letter-spacing: 0px;
    font-weight:600;
}
.codes.agileitsbg3 {
    background: #3498DB;  
    padding-bottom: 10em;
}
.codes.agileitsbg4 {
    background: #2ECC71 ; 
    padding-bottom: 10em;
}
.carousel.slide.grid_3.grid_4 {  
    border-top: 10px solid #3ACFD5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃ¢â‚¬Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃ¢â‚¬Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}
.carousel-indicators {
    bottom: 4%;
}
/*-- carousel-slider --*/  
/*-- banner-button --*/
.button2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    background: #1accfd;
    border-radius: 4px;
    color: #fff;
    letter-spacing: 2px;
    padding: 11px 27px;
    margin-top: 2em;
}
.button2:hover, .button2:focus{
    background: #FF5722;
    color:#fff;
}
/*-- //banner-button --*/
/*-- //banner --*/
/*-- top products --*/
.product_list_header {
    float: right;
}
.snipcart-details {
    width: 150px;
    margin: 0 auto;
}
.btn-danger.my-cart-btn:focus {
    outline: none;
}
.snipcart-details .btn-cart {
    font-size: 12px;
    color: #777;
    background-color: #fff;
    border: 1px solid #777 !important;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 8px 10px;
    height: 35px;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.5s;
    display: block;
}

.snipcart-details .add-btn-cart {
    font-size: 12px;
    color: #005395;
    background-color: #fff;
    border: 2px solid #005395 !important;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 100%;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 8px 10px;
    height: 35px;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.5s
}

.snipcart-details .add-btn-cart:hover{
    background: #777;
    color: #fff
}

.snipcart-details a.add-btn-cart {
    font-size: 12px;
    color: #777;
    background-color: #fff;
    box-shadow: 0px 2px 4px #ddd;
    border: 1px solid #777 !important;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 100%;
    text-transform: uppercase;
    padding: 8px 10px;
    height: 35px;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.5s;
    text-shadow: none;
    display: inline-block;
}

.snipcart-details a.add-btn-cart:hover{
    background: #777;
    color: #fff
}

.snipcart-details .btn-cart:hover{
    background: #777;
    color: #fff
}
.product_list_header input.button {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-transform: capitalize;
    padding: .5em 2.5em .5em 1em;
    border: 1px solid #fe9126;
    margin: .35em 0 0;
    background: url(../images/cart.png) no-repeat 116px 9px;
}
#PPminicartk form {
    width: 590px !important;
    padding: 10px 20px 40px !important;
    max-height:450px !important;
}
#PPminicartk ul {
    width: 548px !important;
}
#PPminicartk .minicartk-item a {
    color: #212121 !important;
    font-size: 1em;
    display: block;
    margin-bottom: .5em;
    text-transform: capitalize;
}
#PPminicartk .minicartk-item {
    min-height:60px !important;
}
#PPminicartk .minicartk-attributes li {
    color: #999;
}
#PPminicartk .minicartk-remove {
    background: #3399cc !important;
    border: 1px solid #3399cc !important;
    opacity: 1 !important;
    outline:none;
}
#PPminicartk .minicartk-submit {
    color: #fff !important;
    background: #1accfd !important;
    padding: 0 10px !important;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    bottom: -25px!important;
    right: 0 !important;
    border: 1px solid #1accfd!important;
    border-radius: 0px!important;
    text-shadow: none!important;
}
#PPminicartk .minicartk-subtotal {
    padding-left: 25px !important;
    bottom: -17px !important;
}
#PPminicartk {
    left: 44% !important;
}
.minicartk-showing #PPminicartk form{
    overflow-x: hidden;
    overflow-y: auto;
}
#PPminicartk .minicartk-footer {
    position: relative;
    width: 80%;
}
.product-men {
    margin-top: 2em;
}
.men-pro-item {
    position: relative;
    border:1px solid #eee;
    margin-bottom: 20px;
    background: #fff
}
.men-thumb-item {
    position: relative;
}
#PPminicartk .minicartk-submit img {
    vertical-align: middle;
    padding: 4px 0 0 2px;
    display: none;
}

/*-- effect on products --*/
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
}
.product-men:nth-child(3) .product-new-top {
    background: #FFC107;
}
.product-men:nth-child(4) .product-new-top {
    background: #219ff3;
}
.product-new-top {
    background: #fc636b;
    color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    width: 45px;
    font-size: 13px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 3.3;
}
.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background:#FF5722;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro > ul > li {
    display: inline-block;
}
.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}
.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 61%;
    top: 0;
    left: 17%;
    margin: 0 auto;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 73%;
}
.link-product-add-cart:hover {
    background: #000;
    color: #fff;
}
/*-- //effect on products --*/
/*-- product left --*/
.ads-list {
    width:33.333%;
    float:left;
}
.select-box {
    background: rgba(255, 76, 76, 0.66);
    padding: 30px 30px;
    margin: 40px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.ads-list label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}
.ads-list select {
    width: 70%;
    outline: none;
    color: #000;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 7px 8px;
}
.btn-group.bootstrap-select.show-tick button {
    padding: 8px 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 260px;
}
#custom-search-input {
    padding: 3px;
    border: solid 1px #D1E0EE;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #fff;
    width: 80%;
    color: #000;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.input-lg {
    height: 29px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
#custom-search-input .glyphicon-search {
    font-size: 16px;
}
.btn-default {
    border-color: #D1E0EE;
}

.search-hotel input[type="search"] {
  background:#fff;
  border: none;
  width: 81%;
  outline: none;
  padding: 11px 10px 10px 10px;
  font-size: 13px;
  color: #c4c4c4;
}
.search-hotel form input[type="submit"]{
  background: url(../images/search.png) no-repeat 13px 11px #1accfd;
  width: 44px;
  height: 39px;
  border: none;
  padding:0;
  margin-top: 0;
  }
.search-grid-left{
  padding: 15px;
  background:#f5f4f0;
}
  h3.agileits-sear-head {
    color: #FF5722;
    margin-bottom: 20px;
    font-size: 21px;
}
.search-hotel{
    padding: 15px 0;
    border-bottom: 1px solid #e5e3db; 
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
margin:0;
position:relative;
}
ul.dropdown-menu6 li {
list-style:none;
}
ul.dropdown-menu6 li p{
width:100%;
}
span.amount{
color:#ffffff;
font-size:16px;
}
input#amount,input#amount1 {
  font-size: 13px;
  outline: none;
  background: none;
  word-spacing: 1em;
  color: #000 !important;
  position: absolute;
  left: 0%;
  top: -27px;
  margin-top: -10px;
}
.range,.w3-brand-select,.w3ls-featured-ads{
    padding: 25px 0 30px 0;
    border-bottom: 1px solid #e5e3db; 
}
.side-bar {
    background-color: #F9F9F9;
    padding: 25px 15px;
}
/*-- //Slider range --*/
/*-- check input --*/
.left-side ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}
input.checked {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.left-side ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: top;
}
.left-side{
    margin-top: 18px;
}
/*-- //check input --*/

/* Custom CSS -Rutuja*/
.new_address {
    color: #fff;
}
.new_address:hover  {
    color: #fff;
}
.customer-right {
    margin: 0 auto; display: block; width:40%;
}
.reset_block {
    background-color: #005395;
}
.reset_block h4 {
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #fff;
   
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
}
.password-details label {
    font-weight: normal;
}

.password-details input[type=password] {

    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 8px;
    resize: vertical;
}
.password-details button[type=submit] {
    background-color: #005395;
    color: white;
    padding: 6px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.password-details button[type=submit]:active:hover {
    background-color: #005395;
    color: white;
    padding: 6px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-success:active:hover {

    background-color: #005b96;
}
/* end rutuja*/

/*-- customer --*/
.customer-rev ul li i {
    color: #FFC107;
}
.customer-rev ul li {
   list-style: none;
}
.customer-rev ul li a span {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    margin-left: 8px;
}
/*-- //customer --*/
/*-- special deals --*/
.img-deal1 {
    padding: 0 .5em;
    margin-top: 10px;
}
.img-deal1 h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.img-deal1 a{
    font-size: 18px;
    color: #d60404;
}
.special-sec1:nth-child(3), .special-sec1:nth-child(5) {
    margin: 15px 0;
}
/*-- //special deals --*/
/*-- //product left --*/
/*-- product right --*/
/*-- nuts --*/
.product-sec1 {
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding: 30px 20px;
    margin-bottom: 14px;
}
h3.heading-tittle {
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
}
.men-thumb-item {
    text-align: center;
}
.men-thumb-item .image{height: 200px;
     width:200px;
     position: relative;
     /* margin:10px auto 0; */
	 margin:10px auto;
	 display: flex;
 }
.men-thumb-item .image img{
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	opacity: 1;*/
    margin: auto;    
    max-width: 100%;
    max-height: 100%;
}
.item-info-product {
    margin-top: 10px;
    text-align: center;
    padding: 10px
}
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}
.item-info-product a h4{color: #000;font-weight: 400;
font-size: 14px;}
.item-info-product h4 {
   font-family: 'PT Sans', sans-serif;
   font-size: 14px;
   min-height: 40px;
}
/*.item-info-product h4 a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
}*/
.info-product-price {
    margin: 0 0 10px ;
}
span.item_price {
    font-size: 14px;
    color: #d60404;
}
.info-product-price del {
    font-weight: 300;
    margin-left: 13px;
    font-size: 15px;
}
.product-sec1.product-sec2{
    background: url(../images/bg1.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.effect-bg {
    margin-top: 40px;
}
.effect-bg h3 {
    color: #fff;
    font-size: 47px;
    letter-spacing: 3px;
    font-weight: 600;
}
.effect-bg h6 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 18px 0;
    color: #fff;
}
.effect-bg p {
    color: #000;
}
h3.w3l-nut-middle {
    position: absolute;
    right: 30%;
    bottom: 46%;
    font-size: 35px;
    font-weight: 800;
    color: rgba(10, 10, 10, 0.38);
    transform: rotate(-64deg);
    -ms-transform: rotate(-64deg); /* IE 9 */
    -webkit-transform: rotate(-64deg);
}
/*-- //nuts --*/
.ads-grid, .contact-w3l, .w3_wthree_agileits_icons, .typo, .faqs-w3l, .terms-of-use, .welcome, .about, .banner-bootom-w3-agileits, .privacy {
    padding: 5em 0;
}
/*-- tittle heading --*/
h3.tittle-w3l {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
    font-weight:400;
}
span.heading-style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    z-index: 1;
    line-height: 0px;
}
.heading-style i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FF5722;
    margin: 0 -4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading-style i:nth-child(2) {
    width: 12px;
    height: 12px;
    background-color: #1accfd;
}
h3.tittle-w3l:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    bottom: 0px;
    right: 50%;
    width: 160px;
    margin-right: -80px;
    height: 1px;
    background-position: 0px 0px;
}
/*-- //tittle heading --*/
/*-- //product right --*/

/*-- special-offers --*/
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width:90%;
    margin: 0 auto;
}
.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative; 
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width:90%;
    margin: 0 auto;
}
.nbs-flexisel-item {
    float: left;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative; 
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:32px;
    height:32px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/left.png) no-repeat -0px 0px;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/right.png) no-repeat -0px 0px ;
}

.featured-section {
    padding-bottom: 5em;
}
.product-name-w3l h4 a {
    color: #000;
    font-size: 20px;
}
.w3l-pricehkj {
    margin: 13px 0 20px;
}
.w3l-pricehkj h6{
    color: #FF5722;
    font-size: 21px;
}
.w3l-pricehkj p {
    color: #38393a;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 0;
    margin-top: 10px;
    padding-left: 10px;
}
.product-sec1{background-color: #fff}
.product-name-w3l .snipcart-details {
    width: 100%;
}
.product-name-w3l .snipcart-details input.button {
    padding: 20px 0;
}
.w3l-specilamk {
    border: 1px solid #CACACA;
    padding: 20px;
    margin: 0 10px;
}
.speioffer-agile {
    text-align: center;
}
.product-name-w3l {
    margin-top: 20px;
}
/*-- //special-offers --*/

/*-- newsletter --*/
.footer-top input[type="email"] {
    display: inline-block;
    background: #f5f5f5;
    border: none;
    width:72%;
    outline: none;
    padding: 14px;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
}
.footer-top input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: 14px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 18%;
    background: #FF5722;
    border: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.footer-top input[type="submit"]:hover{
    background:#1accfd;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.footer-top {
    background: rgb(28, 34, 36);
}
.agile-leftmk {
    padding: 4em 0 3em 3em;
    position: relative;
}
.footer-top h2 {
    font-size: 34px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}
.footer-top p {
    font-size: 18px;
    color: #fff;
    margin:15px 0 40px;
}
.newsform-w3l span {
    position: absolute;
    font-size: 150px;
    color: #888686;
    opacity: .3;
    right: 8%;
    top: 7%;
    transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    -webkit-transform: rotate(-31deg);
}
/*-- //newsletter --*/
/*-- footer --*/
p.footer-main {
    color: #383737;
    font-size: 15px;
    margin-bottom: 40px;
}
p.footer-main span {
    font-weight: 600;
}
.icon-fot {
    text-align: center;
}
.icon-fot span {
    font-size: 33px;
    line-height: 2.1;
    color: #FF5722;
}
.text-form-footer{
    padding:0;
}
.text-form-footer h3 {
    color: #000;
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.3;
}
.w3l-grids-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    padding: 33px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.footer-info.w3-agileits-info {
    padding: 50px 0;
}
.footer-info h3 {
    color: #1accfd;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom:25px;
}
.footer-grids ul li {
    display: block;
    font-size: 14px;
    margin: 15px 0 0;
    color: #000000;
}
.footer-grids ul li a{ 
    color:#656565;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
    transition:.5s all;
}
.footer-grids {
    padding-left: 0;
}
.footer-grids ul li a:hover {
    color: #FF5722;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
    transition:.5s all;
}
.footer-grids ul li i {
    color: #FF5722;
    padding-right: 10px;
}
.footer-grids.agile-secomk {
    margin-top: 34px;
}
/*-- social-icons --*/
.footer-grids.w3l-socialmk ul li {
    display: inline-block;
    margin:0;
}
.footer-grids.w3l-socialmk ul li:nth-child(2) {
    margin:0 10px;
}
.social_icons {
    text-align: center;
}
.social a{
    position: relative;
    display: inline-block;
    width:45px;
    height:45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
}
.social .fb{
    background: #6788ce;
}
.social .tw{
    background: #00ACEE;
}
.social .gp{
    background: #DD4B39;
}
.social .pin{
    background: #fe4445;
}
.social .db{
    background: #f85993;
}
.social .rss{
    background: #ff9845;
}
.social .lin{
    background: #3a9bdc;
}
.social ul li a i {
     color: #fff;
    line-height: 2em;
    font-size: 1.6em;
    border-radius: 50%;
    padding:0;
}
/*-- //Social-Icons --*/
/*-- download app --*/
.agileits_app-devices {
    margin-top: 20px;
}
.agileits_app-devices h5 {
    color: #FF5722;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
}
.agileits_app-devices a {
    margin-top: 10px;
    display: inline-block;
}
/*-- //download app --*/
/*-- footer text --*/
.sub-some:nth-child(2), .sub-some:nth-child(3), .sub-some:nth-child(4) {
    margin-top: 25px;
}
.sub-some h5 {
    font-size: 19px;
    color: #696969;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.sub-some p {
    font-size: 13px;
    letter-spacing: 0px;
}
.sub-some ul li {
    display: inline-block;
    margin: 1px 5px;
}
.sub-some ul li a {
    font-size: 13px;
    color: #999;
}
.child-momu ul li {
    margin: 1px;
}
/*-- //footer text --*/
/*-- //footer --*/
/*-- copyright --*/
.copy-right {
    text-align: center;
    padding: 15px 0;
    background: #212121;
    margin:0;
}
.copy-right p {
    color: #fff;
    font-size: 13px;
    margin: 0
}
.copy-right p a{
    color: #fff;
}
.copy-right p a:hover{
    color: #f44336;
}
/*-- //copyright --*/
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999; 
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/* contact page */
.page-head_agile_info_w3l {
    background: url(../images/banner2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}
ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size:1.2em;
}
ul.w3_short li a {
    color: #FF5722;
    text-decoration: none;
}
.services-breadcrumb {
    padding: 0;
    background: #424547;
}
.services-breadcrumb ul li i {
    padding: 0 5px 0 0;
}
ul.w3_short {
    text-align: left;
    padding:16px 0;
    margin-bottom: 0
}
/*-- contact --*/  
.contact-form.wthree {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:3px 3px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.5);
}
.contact input[type="text"], .contact input[type="email"], .contact textarea  {
    width: 100%;
    color: #000;
    background: none;
    outline: none;
    font-size: 15px;
    padding: 13px 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: solid 1px #ccc;
}
.contact textarea {
    min-height: 12em;
    resize: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 10px 42px;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #FF5722;
    border: 2px solid #FF5722;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #FF5722;
}
.contact::-webkit-input-placeholder {
    color:#999 !important;
}
.contact:-moz-placeholder { /* Firefox 18- */
    color:#999 !important;
}
.contact::-moz-placeholder {  /* Firefox 19+ */
    color:#999 !important;
}
.contact:-ms-input-placeholder {  
    color:#999 !important;
}
.contact-right h4 {
    font-size: 30px;
    color: #FF5722;
    letter-spacing: 1px;
}
.contact-text {
    padding: 3em; 
} 
.contact-right.wthree {
    margin-top: 70px;
}
.contact-text p {  
    margin-top: 20px;
    text-align: left;
}
.contact-text p a{  
    color:#FF5722; 
    -webkit-transition: 0.5s all; 
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.contact-text p a:hover{  
    color:#999; 
}
.contact-text p i.fa {
    margin-right: 10px;
    color: #1accfd;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: 8px solid #FF5722;
    padding: 10px;
    display: inherit;
}
/*-- //contact --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    -moz-transition:0.5s all;
}
.icon-box:hover i.fa {
    color:#fff !important;
}
.icon-box:hover a.agile-icon {
    color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;  
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #FF5722 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:991px){
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 22px;
    }
}
@media (max-width:768px){
    h3.agileits-icons-title {
        font-size: 28px;
    }
    h3.icon-subheading {
        font-size: 25px;
    }
    /*.row {
        margin-right: 0;
        margin-left: 0;
    }*/
    .icon-box {
        margin: 0;
    }
}
@media (max-width: 640px){
    .icon-box {
        float: left;
        width: 50%;
    }
}
@media (max-width: 480px){
    .bs-glyphicons li {
        width: 31%;
    }
}
@media (max-width: 414px){
    h3.agileits-icons-title {
        font-size: 23px;
    }
    h3.icon-subheading {
        font-size: 18px;
    }
    .bs-glyphicons li {
        width: 31.33%;
    }
}
@media (max-width: 384px){
    .icon-box {
        float: none;
        width: 100%;
    }
}
/*-- //icons --*/
/*-- Codes --*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}
.grid_3{
    margin-bottom:2em;
}
.xs h3, h3.m_1{
    color:#000;
    font-size:1.7em;
    font-weight:300;
    margin-bottom: 1em;
}
.grid_3 p{
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
.grid_4{
    background:none;
}
.label {
    font-weight: 300 !important;
    border-radius:4px;
}  
.grid_5{
    background:none;
    padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #FF5722;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #22cdf3;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p{
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables  p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*padding: 15px!important;*/
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    /*color: #999;*/
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.alert {
    font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
    line-height:2em;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.in-gp-tl{
    padding:0;
}
.in-gp-tb{
    padding-right:0;
}
.list-group {
    margin-bottom: 48px;
}
.typo ol {
    margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
    padding: 0 0 1em;
}
.grid_3 {
    margin-bottom: 0em;
}
}
@media (max-width:640px){
/*h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}*/
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: .5em;
}
.progress {
    height: 10px;
    margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
    font-size: 14px;
}
.breadcrumb {
    margin-bottom: 25px;
}
.well {
    font-size: 14px;
    margin-bottom: 10px;
}
h2.typoh2 {
    font-size: 1.5em;
}
.label {
    font-size: 60%;
}
.in-gp-tl {
    padding: 0 1em;
}
.in-gp-tb {
    padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    font-size: 1.2em;
}
.table h1 {
    font-size: 26px;
}
.table h2 {
    font-size: 23px;
    }
.table h3 {
    font-size: 20px;
}
.label {
    font-size: 53%;
}
.alert,p {
    font-size: 14px;
}
.pagination {
    margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
    margin-top: 25px;
}
}
@media (max-width: 320px){

/*rutuja*/

.customer-right {
    width: 100%;
}
.grid_4 {
    margin-top: 18px;
}
h3.title {
    font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
    font-size: 13px;
}
.alert {
    padding: 10px;
    margin-bottom: 10px;
}
ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px;
}
.list-group {
    margin-bottom: 10px;
}
.well {
    padding: 10px;
}
.nav > li > a {
    font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
     /*   display: none;*/
}
}
h3.title-w3l.w3l-2:before {
    right: 25%;
}
/*-- //Codes --*/
/*-- faq-page --*/
h3.w3-head {
    color: #FF5722;
    font-size: 35px;
    margin: 0 0 35px 0;
}
.faq-w3agile h5, .privacy-w3row h5 {
    font-size: 20px;
    color: #1e1e1e;
    margin: 16px 0 0;
    letter-spacing: 1px;
}
ul.faq {
    padding-left: 1.5em;
}
.faq-w3agile .faq li {
    margin-top: 2em;
    list-style-type: decimal;
    padding-left: 0.5em;
}
.faq-w3agile .faq > li > a { 
    color: #025061;
    font-size: 17px;
    letter-spacing: 0.5px;
} 
li.subitem1 p {
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
}
.faq-w3agile .faq li li.subitem1 {
    display: block;
    margin-top: 1em;
} 
/*-- //faq-page --*/
/*-- help page --*/
.wthree-help {
    margin: 65px auto;
}
.wthree-help textarea {
    font-size: 16px;
    color: #000;
    width: 90%;
    border: none;
    padding: 16px;
    border-bottom: solid 1px #1accfd;
    height:150px;
    outline:none;
}
.wthree-help form input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #FF5722;
    outline: none;
    border: none;
    cursor: pointer;
    padding:12px 45px;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    margin-top:20px;
}
.wthree-help form input[type="submit"]:hover {
    background: #1accfd;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.wthree-help h5 {
    font-size:25px;
    color:#000;
    margin:30px 0;
}
.wthree-help a {
    color:#fff;
    padding:10px 20px;
    background:#1accfd;
    font-size:16px;
    margin-bottom:50px;
}
/*-- //help page --*/


.top-contact ul li{
    width: 32%;
    margin-top: 2em;
}

.slider-text {
    margin-top: 5em;
    text-align: left;
}

.slider-text h1{
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;;
    color: #3e3d3d;
}

.slider-text h4{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;;
    color: #fff;
}
.slideInUp{
}
.three-product{
    padding: 2em 0 0em 0;
}
.ortho{padding: 15px;border: 2px solid #ddd;background-color: #fff}
.ortho img{
    /*border: 1px solid #f7941e;*/
    margin: 0 auto;
    display: block;
}
.ortho h4{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}
.ortho p{
    text-align: center;
}
.ortho a{
    color: #fff;
}


.comment_box p{
    float: left;
    width: 85px;
    background-color: #f7941e;
    color: #FFF;
    padding: 9px 10px;
    font-size: 11px;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.comment_box .date .arrow_date, .comment_box .arrow_comments {
    content: '';
    display: inline;
    visibility: visible;
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 0;
    left: 159px;
    top: 1px;
}

.comment_box .date .arrow_date {
    border-color: #f7941e transparent;
}

.upcoming{
    padding: 2em 0 2em 0;
}
.box_header {
    font-size: 20px;
}
.box_header::after {
    content: "";
    display: block;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #005395;
    margin-top: 10px;
}



/* .testim {
        height: 100%;
    -webkit-background-image: url("https://s26.postimg.org/jwkc4z42h/testim6.jpg");
    -webkit-background-size: cover;
    -webkit-background-position: center;
    -webkit-background-attachment: fixed;
    -moz-background-image: url("https://s26.postimg.org/jwkc4z42h/testim6.jpg");
    -moz-background-size: cover;
    -moz-background-position: center;
    -moz-background-attachment: fixed;
    -ms-background-image: url("https://s26.postimg.org/jwkc4z42h/testim6.jpg");
    -ms-background-size: cover;
    -ms-background-position: center;
    -ms-background-attachment: fixed;
    -o-background-image: url("https://s26.postimg.org/jwkc4z42h/testim6.jpg");
    -o-background-size: cover;
    -o-background-position: center;
    -o-background-attachment: fixed;
    background-image: url("https://s26.postimg.org/jwkc4z42h/testim6.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
    overflow: hidden;
    display: none;
}

.testim .arrow:before {
        cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
        height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
        position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
    margin-top: 15px;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim-cover {
   
    width: 100%;
    height: 100%;
}

.testim .cont {
    position: relative;
        overflow: hidden;
}
.comment_box {padding: 0;}
.comment_box li{list-style: none}

/*.testim .cont > div {
   
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 60px 0;
    opacity: 0;
}*/

.testim .cont > div.inactive {
    /*opacity: 1;*/
}
    

.testim .cont > div.active {
    position: relative;
   /* opacity: 1;*/
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
    line-height: 24px;
}

.testim .cont div p {
    font-size: 14px;
    color: #4a4747;
    width: 93%;
    margin: auto;
}

/*.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}*/
.testim h2 a{
    font-size: 18px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
}


.testim h2 a:hover{
    text-decoration:underline;
    cursor: pointer;
}

.testim blockquote {
    padding-left: 1px;
    padding: 4px 2px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 2px solid #201b1b;

}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    
    .testim .cont div p {
        line-height: 25px;
    }
}
/* --- general --- */

.testim{
    margin-left: 0px;
}
.pl-100{padding-left: 100px !important}
.testim a{
    font-size: 15px;
}

.box_header.slide::after {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-timing-function: cubic-bezier(.75, 0, .25, 1);
    -webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    visibility: visible;
}

/*.col-tab a{
    background-color: #337AB7;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    float: right;
}*/
/*.col-tab{
    margin: 10px;
}*/

.upcoming-bottom ul li{
    list-style: none;
    float: left;
    margin-left: 3em;
    padding-bottom: 2em;
}
.upcoming-bottom ul li img{
    border: 1px solid #ddd;
    padding: 2px;
}
.upcoming-about h4{}

.upcoming-about-next p{
padding-top: 12px;
}


/*.upcoming-about-next a{
 background-color: #337ab7;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    float: right;
}*/
.panel-default > .panel-heading {
    color: #FFF;
    background-color: #eea236;
    border-color: #ddd;
}

.product-section{
    padding: 0px 0 20px 0;
    background-image: url(../images/home/dental-clinic.jpg);
    background-size: cover;
    position: relative;
    background-color: rgba(0, 188, 212, 0.9);
    background-attachment: fixed;
}
.text-white{color: #fff !important}
.product-section:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.8)
}
.product-section .owl-theme .owl-controls .owl-page span{background: #fff}
.product-section .owl-theme .owl-controls {
    margin-top: 20px;
}
.product-section .owl-theme .owl-controls .owl-buttons div{opacity: 0.7}
.product-section .owl-buttons .owl-prev:before, .product-section .owl-buttons .owl-next:before{color: #fff !important}
.product-block {
    border: 1px solid #f5d588;
    margin: 0 20px 20px;
    background-color: #fff
}
.product-block .image{
    height: 200px;
    width: 200px;
    position: relative;
    margin: 10px auto 0;
}
.product-block .image img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}
.product-block .content {
    text-align: center;
    padding: 8px 10px;
    background-color: #2b2b2b;
    width: 100%;
    display: table;
    margin: 0 auto;
    color: #fff;
    height: 60px
}
.product-block .content h4{display: table-cell;vertical-align: middle; font-size: 14px;line-height: 18px}

.product-block .content:hover{
    background-color: #005B96;
    margin: 0 auto;
    color: #fff;
}
.top-footer{
    background-color: #005b96;
    padding-bottom: 20px;
}
.footer-address p {
    line-height: 25px;
    padding: 0 0 5px;
    color: #ffffff;
    font-size: 1em;

}
.footer-address span {
    font-weight: bold;
    color: #dedddd;
}

.footer-address p> a{
    color: #fff;
}
.footer-address ul {
    padding: 0;
}

.footer-address ul li{
    list-style: none;
}

.footer-address ul li a {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 0.8em;
    color: #fff;
}

.footer-address ul li {
    list-style: none;
    padding: 5px 0 5px 0;
    font-weight: bold;
}
.footer-address i {
    font-size: 10px;
    color: #d5d5d5;
}

.footer-address h3{
    color: #fff;
}

.footer-address ul li a {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 1em;
    font-family: 'PT Sans', sans-serif;
}

.social_icons li:first-child {
    margin-left: 0;
}
.social_icons li {
    float: left;
    margin-left: 5px;
}

.footer-address h3{
    padding: 20px 0 20px 0;
font-size: 21px;
font-weight: normal;
}

.social ul li {
    float: left;
    margin-right: 10px;
    display: block;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    border: 1px solid #AAA69F;
    padding: 3px;
}
.top-contact ul li{
    border-right: none;
}
.top-contact {
    margin-left: 5em;
    width: 100%;
}
.top-contact ul li {
    border-right: none;
    float: left;
}
.top-contact strong{
    color: #005C97;
font-size: 16px;
}
/*.panel-body img{
    width: 100%;
}*/

/* .glyphicon-plus::before {
    content: "\002b";
    color: #337AB7;
    font-size: 14px;
   //padding-right: 3px;
  // float: right;
   text-align: center;
} */

.glyphicon-chevron-down::before {
    content: "\e114";
    color: #337AB7;
    font-size: 14px;
    text-align: center;
}


.top-menu-back {
    background: #005395; 
}
.top-menu ul li{
 display: inline-block;
list-style: none;
padding: 10px;
color: #fff;
}
.top-menu{
    /*float:right;*/
}
.top-menu ul{
    margin-bottom: 0px;
    padding: 0px
}
.contact-ul {
    margin-right: 515px;
}
.logo_agile img{
    width: 140px;
}
.top-menu ul li i{
    color: #ffe9b3;
}
.top-menu ul li {
    font-size: 15px;
    line-height: 30px;
}
.top-menu ul li a{
    color: #fff;
    font-size: 14px;
}


.top-menu ul li .dropdown> a {
     color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    background-color: #005395!important;
}
.top-menu ul li .dropdown .dropdown-menu li{
     padding: 0px;
     display: block;
}
.top-menu ul li .dropdown .dropdown-menu a {
    color: #000 !important;
    font-size: 14px;
    padding: 5px 10px;
}
.top-menu-right{float: right;}
.top-menu-right ul{padding: 0;margin:0;}
.top-menu-right ul li{list-style: none;display: inline-block;padding:10px;vertical-align: middle;}
.top-menu-right ul li a{color: #fff;font-size: 14px;}
#searchForm .input-group{margin-bottom: 0;width: 230px;border-radius: 30px}
#searchForm .input-group input{border-top-left-radius: 30px;border-bottom-left-radius: 30px;height: 30px}
#searchForm .input-group button{border-top-right-radius: 30px;border-bottom-right-radius: 30px;height: 30px}
/* #searchForm .input-group button{background-color: #005395;border: #005395;border-top-right-radius: 30px;border-bottom-right-radius: 30px;height: 28px}
 */
 .z_index_for_search{z-index: 10}
 #ui-id-1{position: fixed;}
.top-menu-right ul li .dropdown> a {color: #fff !important;font-size: 15px;text-decoration: none;background-color: #005395!important;}
.top-menu-right ul li .dropdown .dropdown-menu li{padding: 0px;display: block;}
.top-menu-right ul li .dropdown .dropdown-menu a {color: #000 !important;font-size: 14px;padding: 5px 10px;}
/* #lblCartCount {
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 2px 2px;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-weight: 400;
    margin-top: -15px;
} */

.menu__list{
margin-top: 1.3em;
}

.after-login-top-space {
    padding: 40px 0 40px 0;
    background: #f5f0f0;
}

.my-acc ul li {
  list-style: none;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #ddd;
}

.my-acc ul li:hover {
    color: #fff;
    background: #F6EACB;
    transition: all 1s ease ;
    display: block;
    
}
.after-log a{
    color: #fff;
    background: #005395;
    padding: 10px 23px 13px 23px;
    border-radius: 5px;
    line-height: 15px;
}
.after-log a:hover{
    background: #f68a0d;
}
.after-log a{
    float: right;
}
.account-details label{
    font-size: 13px;
}
/*input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 8px;
    resize: vertical;
}*/

input[type=submit] {
    background-color: #005b96;
    color: white;
   /* padding: 6px 20px;*/
    border: none;
  /*  border-radius: 4px;*/
    cursor: pointer;
}

.btn-view-cart {
    color: #fff;
    background-color: #f79119;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 50px;
}
input[type=submit]:hover {
    background-color: #005b96;
}
.password-details{
    padding: 10px;
}

.account-details{
    padding: 10px;
}


table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

 /* table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }*/

  table th, table td {
    padding: 10px;
    font-size: 13px;
  }

  table th {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 768px) {

    table.datalabel-table {
      border: 0;
    }

    table.datalabel-table thead {
      display: none;
    }

    table.datalabel-table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.datalabel-table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table.datalabel-table td:last-child {
      border-bottom: 0;
    }

    table.datalabel-table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: 600;
    }
  }
  .status-ordered{display: initial;}
  .catr-product-img span{
   color: #000;
}
.qty_txt { width: 140px;}
/*.catr-product-img td h5{
    line-height: 30px;
    color: #005395;
    font-weight: normal;
}*/

/*.catr-product-img img{
    width: 100px;
}*/
.order-tab input{
        width: 50px;
    text-align: center;
}



























































/*-- terms-page --*/
.terms h2 {
    font-size: 30px;
    color: #000000;
    letter-spacing: 3px;
}
.terms h5 {
    margin-top: 10px;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ff5a5a;
}
.terms h6 {
    font-size: 20px;
    color: #000;
    margin: 35px 0 18px 0;
    letter-spacing: 1px;
}
.terms p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    padding-left: 40px;
    letter-spacing: 0px;
}
.terms ol li {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}
.terms span {
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}
.terms-bottom {
    margin-top: 3em;
}
/*-- //terms-page --*/
/*-- about page --*/
/*-- welcome --*/
.welcome-img {
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.5);
}
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
.w3l-welcome-text p {
    margin: 2em auto 0;
}
/*-- //welcome --*/
/*-- video --*/
.about {
    background: rgba(26, 204, 253, 0.23);
} 
.wthree_about_grid-left1{ 
    text-align: center;
}
.wthree_about_grid-left1 span {
    font-size: 1.5em;
    color: #555;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border: 2px dashed;
    padding: 0.8em;
} 
.about h4 {
    font-size: 30px;
    margin: 13px 0;
    color: #FF5722;
}
.wthree_about_grid {
    margin-top: 3em;
}
.wthree_about_grid-left {
    padding: 0;
} 
.wthree_about_grid-right {
    padding: 0.3em 0 0 1em;
}
.about h5 {
    text-transform: capitalize;
    font-weight: 200;
    color: #f44336;
    font-size: 1.3em;
    letter-spacing: 2px;
    margin-bottom: .3em;
}  
.about iframe {
    width: 100%;
    min-height: 415px;
    border:none;
}
/*-- //video --*/
/*-- //about page --*/
/*-- product page --*/
.w3l-rightpro .product-men {
    margin: 0;
}
/*-- //product page --*/
/*-- single-page --*/
.single-right-left h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    font-weight: 400;
    margin-top: 0;
}
.single-right-left p {
    margin: 10px 0 15px;
}
.single-right-left p label{
    color: #000;
}
.single-right-left del {
    margin: 0 9px 0 13px;
    font-size: 15px;
    color: #999;
    font-weight: 300;
}
/*-- Ratings --*/
.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/star1.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/star22.png);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
.single-infoagile ul li {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}
.product-single-w3l {
    border-top: 1px dashed #bbb;
    padding-top: 10px
}
.product-single-w3l p i {
    color: #1accfd;
    margin-right: 11px;
    font-size: 24px;
}
.product-single-w3l p , .product-single-w3l>div,.product_content_box>div {
    color: #333;
    letter-spacing: 0px;
    font-size: 14px
}
.product-single-w3l ul li {
    list-style: inside;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.7;
}
.occasion-cart .snipcart-details {
    width: 38%;
    margin: 0;
}

.mb-20{
    margin-bottom: 20px;
}
/*-- //single-page --*/
/*-- checkout --*/
.checkout-right h4 {
    color: #FF5722;
    font-size: 27px;
    margin-bottom: 30px;
}
table.timetable_sub {
    width:100%;
    margin:0 auto;
}
.timetable_sub th {
    background: #000;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #ded2d2;
    text-align: center;
    padding: 12px 0;
    letter-spacing: 1px;
    font-weight: normal;
}
.timetable_sub td {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #212121;
}
.timetable_sub td {
    border:1px solid #CDCDCD;
}
td.invert-image a img {
    width:30%;
    margin: 0 auto;
}
.rem{
    position:relative;
}
.close1,.close2,.close3 {
    background: url('../images/close_1.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: -13px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
/*-- quantity-starts --*/
 .value-minus,
.value-plus{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border:1px solid #b2b2b2;
        vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
    content: ""; 
    width: 13px;
    height: 2px; 
    background: #000;
    left: 50%;
    margin-left: -7px; 
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}
.quantity-select .entry.value-plus:after{
    content: "";
    height: 13px;
    width: 2px; 
    background: #000;
    left: 50%; 
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}
.value  {
    cursor: default;
    width: 160px;
    height:40px;
    padding: 8px 0px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #F68A0D;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
    background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}
/*-- //quantity-end --*/
/*-- checkout form --*/
.checkout-left {
    margin-top: 50px;
}
.address_form_agile h4 {
    color: #1accfd;
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.information-wrapper input, .information-wrapper select {
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 13px 10px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid #FF5722;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31);
}
button.submit.check_out {
    padding: 12px 25px;
    letter-spacing: 1px;
    background: #1accfd;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-top: 20px;
}
button.submit.check_out:hover {
    background: #FF5722;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //checkout form --*/
/*-- payment button --*/
.checkout-right-basket {
    margin-top: 20px;
}
.checkout-right-basket a {
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    background: #000;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
}
.checkout-right-basket a:hover{
    background: #FF5722;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.checkout-right-basket a span {
    margin-left: 7px;
    color: #1accfd;
    font-size: 20px;
}
/*-- //payment button --*/
/*-- Payment page --*/
.agileits_w3layouts_tab2 input[type="email"], .agileits_w3layouts_tab2 input[type="password"], .creditly-wrapper .form-control {
    display: block;
    width: 100%;
    padding: 18px 10px;
    font-size: 14px;
    color: #212121;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    outline: none;
}
.agileits_w3layouts_tab2 input[type="email"]:focus,.agileits_w3layouts_tab2 input[type="password"]:focus,.creditly-wrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.agileits_w3layouts_tab2 input[type="submit"] {
    display: block;
    position: relative;
    padding: 6px 50px 11px;
    letter-spacing: 3px;
    background: #1accfd;
    font-size: 1.5em;
    color: #fff;
    border: 1px solid #1accfd;
    outline: none;
    text-transform: uppercase;
    cursor:pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits_w3layouts_tab2 input[type="submit"]:hover{
    background: #fff;
    color: #212121;
    border: 1px solid #e7e7e7;
}
.agileinfo_main_grid_left_grid h3{
    font-size:1.3em;
    color:#fff;
}
.agileinfo_main_grid_left_grid ul{
    margin-top:1.5em;
}
.agileinfo_main_grid_left_grid ul li{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    vertical-align: top;
}
.agileinfo_main_grid_left_grid ul li span{
    display:block;
    font-size:.5em;
    color:#999;
}
.agileinfo_main_grid_left_grid ul li:first-child{
    width: 70%;
    border-right:1px solid #999;
}
.agileinfo_main_grid_left_grid ul li:last-child{
    padding-left:1em;
    text-align:right;
}
.agile_amount{
    padding:1em 2em;
    background:#f71926;
}
.agile_amount h3{
    font-size:1.3em;
    color:#fff;
}
.agile_amount h4{
    font-size:2em;
    color:#fff;
    font-weight:bold;
}
.agile_amount p{
    font-size:1em;
    color:#1adeed;
    line-height:1.8em;
}
.form-group label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px
}
img.pp-img {
    width: 65%;
}
.tab-grid p {
    color: #8B8B8B;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 400;
    margin: 10px 0;
}
/* a.btn.btn-primary {
    background-color: #005395;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    border: none;
}

a.btn.btn-primary:hover {

    background: #000;
} */

.vertical_post h5 {
    color: #FF5722;
    font-size: 20px;
    margin: 0 0 18px 0;
    letter-spacing: 1px;
    font-weight: 600;
}
label.anim {
    letter-spacing: 1px;
}

.swit-radio label {
    font-size: 16px;
    color: #696969;
    padding: 0;
    font-weight: 100;
    margin-bottom: 12px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0 0;
}
.swit-radio {
    margin-bottom: 25px;
}
.radio_one:first-child {
    margin-left: 0;
    margin: 0;
}
.radio_one {
    padding-left: 22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
}
.radio_one {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
.section_room_pay select {
    padding: 6px 10px;
    width: 33%;
    border: none;
    background: none;
    border: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    background: url(../images/arrow.png) no-repeat 96% center #ffffff;
    background-size: 4% !important;
    -webkit-appearance: none;
}
 select.form-control.option-w3ls {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 0.5em 0;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    text-align: left;
}
.checkout-right-basket span {
    margin-left: 1em;
}
.vertical_post form input[type="submit"], .number-paymk input[type="submit"] {
    background: #1accfd;
    color: #FFFFFF;
    text-align: center;
    padding: 11px 19px;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.vertical_post form input[type="submit"]:hover, .number-paymk input[type="submit"]:hover {
    background: #FF5722;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.form-control {
    border-radius: 0;
}
/*-- //Payment page --*/

/* Start Rushikesh 23/06/2018*/
.breadcrumb > li{font-size: 13px}
.logo_agile img{transition: 0.5s}
.navbar.navbar-default{transition: 0.5s;min-height: auto}
/*.navbar.navbar-default>.container-fluid{display: flex;}*/
header.navbar-fixed-top .header-bot .navbar-brand img {width: 90px;}
header.navbar-fixed-top .header-bot .navbar-default{margin:0px 0;min-height: auto}
header.navbar-fixed-top .header-bot  .navbar-default .navbar-nav > li > a{padding: 10px 12px;}
.navbar-default{border: 0px;background: transparent;margin:0;}
.navbar-default .navbar-nav{margin-top: 30px;}
header.navbar-fixed-top .header-bot .navbar-default .navbar-nav{margin-top: 10px;}
.navbar > .container-fluid .navbar-brand{height: auto;padding: 0;margin: 0}
.navbar-default .navbar-nav{float: right;margin-right: -15px}
/*.navbar-brand{display: none}*/
.navbar-default .navbar-nav > li > a{text-transform: uppercase;}
.dropdown-menu{min-width: 12em;max-width: 30em;border:0px;border-top: 1px solid #eee}
.dropdown-menu.left{right: 0;}
.dropdown-menu{padding: 0px;border-radius: 0px;background-color: #fff;top:90%;}
.dropdown-menu > li > a{padding: 8px 20px;color: #333;border: 0px;border-bottom: 1px solid #eee;}
.dropdown-menu > li:last-child > a{border-bottom: 0px}
.dropdown-menu>li.open>a,.dropdown-menu>li.open>a:hover,.dropdown-menu>li.open>a:focus{color: #000}
.btn{border-radius: 2px}
.m-0{margin: 0px}
.single-product-thumb{
   /* width: 15%;
    float: left;*/
    display: flex;
    justify-content: center;
}
h3.title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.single-product-thumb ul{
    padding: 0;
    margin:0;
    list-style: none
}
.single-product-thumb ul li{ 
    width: 80px;
    height: 80px;
    border:2px solid #eee;
    /*border-bottom: 0px;*/
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: middle;

}
.single-product-thumb ul li.active{border:2px solid #005395 !important;}
.single-product-thumb ul li:last-child{
    border-bottom: 2px solid #eee;
} 
.single-product-thumb ul li img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
}
.single-product-image-box{
   /* float: right;*/
    /*width:85%;*/
    /*border:1px solid #eee;
	position: relative;
    margin: 0 auto 10px;
    background: #fff;
    height: 400px;
    overflow: hidden;*/
	border:1px solid #eee;
	width:555px;
	background: #fff;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
/*.big-single-img:hover{transform: scale(2.2);}*/
.single-product-image-box img {
   /*position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   margin: 0 auto;
   opacity: 1;
   padding: 10px 10px;
   max-width: 100%;
   max-height: 100%;*/
   
    margin: auto;
    max-width: 100%;
    max-height: 100%;

    /* position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    top: 50%;
    margin: 0 auto;
    opacity: 1;
    padding: 10px 10px;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%); */
}
.single-cart-btn-clock{
    width: 100%;
    float: right;
    display: block
}
.single-cart-btn-clock .btn-div{
    width: 48%;
    display: inline-block;
}
.single-cart-btn-clock .btn-div .btn{
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.single-cart-btn-clock .btn-div .btn-cart{
    background-color: #005395;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px
}
.single-cart-btn-clock .btn-div .btn-bynow{
    background-color: #f79119;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px
}
.single-cart-btn-clock .btn-div .btn-bynow_simple{
    background-color: #f79119;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px
}
.single-right-left h4{margin-bottom: 10px;font-weight: 400;font-size: 16px;color: #000}
.single-product-size a{
    padding: 5px;
    border: 2px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}
.single-product-size a.active,.single-product-size a:hover{
    border-color: #f79119;
    text-decoration: none
}
.page-box{
    box-shadow: 0px 0px 15px 0px #D6D6D6;padding: 20px;
    background: #fff
}
.owl-carousel {position: relative;}
.owl-carousel .owl-item img{width: auto;display: block;}
.owl-carousel .owl-nav{position: absolute;top: 50%;margin-top:-26px;border: 0px solid #fff;width: 100%}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {position: absolute;background-color: transparent; !important;width: 25px;height: auto;line-height: 0 !important;border-radius: 2px;
    font: initial !important;color: #136fba !important;border: 0px solid #136fba !important; text-align: center;}
.owl-carousel .owl-next i,
.owl-carousel .owl-prev i{font-size: 50px;color: #eee} 
.owl-carousel .owl-prev {left: -20px;} 
.owl-carousel .owl-next {right: -20px;}
.owl-carousel .item:before {position: absolute;content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.1);}
.owl-carousel .item{position: relative;}
.owl-dots {display: flex;justify-content: center;padding: 0px 0;margin-bottom: 30px;}
.owl-dot {background-color: transparent;border: 2px solid #999 !important;border-radius: 50%;height: 0.7rem;margin: 0 5px;opacity: .5;
  transition: opacity .3s;width: 0.7rem;}
.owl-dot:hover, .owl-dot.active {opacity: 1;background-color: #999}

.navbar-default>.container-fluid{
    padding: 0px
}
/*Cart Page*/
 table .product-div{display: table;width: 100%}
 table .product-div .image, table .product-div-content{display: table-cell;vertical-align: top}
 table .product-div .image{position: relative;width: 80px;height: 80px;
    border: 1px solid #eee;background: #fff}
 table .product-div .image img{position: absolute;bottom: 0;left: 0;right: 0;top: 0;
    margin: auto;opacity: 1;padding: 5px;max-width: 100%;max-height: 100%;}
 table .product-div-content{padding-left: 20px}
 table .product-div-content h5{font-size: 16px;font-weight: 400;color: #f68e15;font-family: 'PT Sans', sans-serif}
 table.review-tabble td,table.review-tabble th{border:1px solid #eee;font-size: 12px;}
.catr-product-img form{width: 130px}
.catr-product-img form .input-group{margin-bottom: 0px}
#accordion .panel-default > .panel-heading {color: #FFF;background-color: #3c3c3c;border-color: #ddd;}
.panel-heading .panel-title a{display: block}
#accordion .panel-default .panel-default .panel-heading{background-color: #f68a0d}
.address-box{border:1px solid #eee;padding: 0 15px 15px;margin-bottom: 10px}
.address-box .select-address{border-bottom: 1px solid #eee;margin: 0 -15px;padding: 10px 15px 10px;margin-bottom: 10px;background-color: #7bdaf5}
.address-box .select-address a{color: #fff}
.btn-place-order{color:#fff;background-color: #f79119;margin-top: 20px;font-size: 16px;text-transform: uppercase;padding: 8px 50px}
.btn-place-order:hover,.btn-place-order:focus{background-color: #fb8801;color: #fff;}
/* The radio-inline */
.address-box .radio-inline {position: relative;padding-left: 35px;cursor: pointer;font-size: 18px;
    -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none;user-select: none;}
/* Hide the browser's default radio button */
.address-box .radio-inline input {position: absolute;opacity: 0;cursor: pointer;}
/* Create a custom radio button */
.checkmark { position: absolute; top: 0;left: 0;height: 25px;width: 25px;background-color: #eee;border-radius: 50%;}
/* On mouse-over, add a grey background color */
.address-box .radio-inline:hover input ~ .checkmark {background-color: #ccc;}
/* When the radio button is checked, add a blue background */
.address-box .radio-inline input:checked ~ .checkmark { background-color: #2196F3;}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {content: "";position: absolute;display: none;}
/* Show the indicator (dot/circle) when checked */
.address-box .radio-inline input:checked ~ .checkmark:after { display: block;}
/* Style the indicator (dot/circle) */
.address-box .radio-inline .checkmark:after {top: 9px;left: 9px;width: 8px; height: 8px;border-radius: 50%;
    background: white;}
.main{padding: 60px 0}

/*My Order*/
.panel-ordered{box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);-mz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);}
.panel-ordered .panel-heading{background-color: #eee;color: #005395;border-color: #eee;}
.table-ordered thead{background: #005395;color: #fff;}
.table-ordered> tbody > tr>td{border-bottom: 1px solid #ddd}
.table-ordered> tbody > tr:nth-of-type(odd) {background-color: #f3f3f3;}
.status-ordered{color: #fff;padding: 2px 5px;border-radius: 2px;font-size: 14px;display: block;text-align: center}
.status-failed{background-color: #E5DB55;}
.status-cancelled{background-color: #D54E21}
.status-processing{background-color: #7F00FF}
.status-delivered{background-color: #73A724}
.btn-view-ordered{background: #555;color: #fff}
.btn-view-ordered:hover{background: #333;color: #fff}
.dentos-breadcrumb{background: #fff;box-shadow: 0px 2px 4px #ddd;padding: 10px}
.dentos-breadcrumb .breadcrumb{margin-bottom: 0px;padding: 0px;background-color: #fff}

/*Order Details Page*/
.order-list-block{display: block}

/*Home Page*/
.carousel-caption{display: table;width: 75%;min-height:472px;position: inherit;font-family: 'PT Sans', sans-serif;}
.carousel-caption h1, h2,h3, h4{font-family: 'PT Sans', sans-serif;}
.product-slide-img,.slider-text{display: table-cell;vertical-align: middle;}
.carousel-caption>div{display: table-cell;}
.carousel-caption>div>div{display: inline-block;}
.carousel-caption .product-slide-img{width: 15%;}
.carousel-caption .threeS-img{width: 20%;}
.carousel-caption .threeS-text.slider-text{width: 100%;margin: 0;text-align: center;}
.carousel-caption .slider-text{width: 40%}
.carousel-caption .threeS-img-2{width: 30%;vertical-align: top;padding-top: 90px;position: relative;}
.carousel-caption .threeS-img-2 img{position: absolute;}
.carousel-caption .threeS-img-2 img.img1{left: 0;top: 20px;width: 120px;}
.carousel-caption .threeS-img-2 img.img2{left: 150px;top: 110px;width: 50px;}
.carousel-caption .threeS-img-2 img.img3{left: 240px;top: 90px;width: 20px;}
.carousel-caption .slider-text-2{width: 80%;vertical-align: top;padding-top: 90px;position: relative;}
.carousel-caption .slider-text-2 h1{color: #333;margin-top: 0px}
.carousel-caption .ss-block{display: table;width: 100%;margin-bottom: 10px;padding-left: 30px;position: absolute;left: 0;top: 160px}
.carousel-caption .ss-block>div{display:table-cell;vertical-align: middle;}
.carousel-caption .ss-block>.div2>span {background: #fff;display: block;width: 100%;padding: 10px;border-radius: 5px;position: relative;
}
.carousel-caption .ss-block>.div2>span:before {position: absolute;content: '';border-right: 10px solid #ffffff;border-left: 10px solid transparent;border-top: 10px solid transparent;border-bottom: 10px solid transparent;top: 50%;left: -20px;margin-top: -10px;
}
.carousel-caption .ss-block>.div1{width: 150px}
.carousel-caption .ss-block>.div2{text-align: left;color: #333;padding-left: 30px;font-size: 20px}
.carousel-caption .ss-block>.div1>span{background-color: #4472C3;color: #fff;border-radius: 5px;padding:10px;font-size: 30px;display: block;}
.ss-block-last{display: table;width: 100%;margin-bottom: 10px;padding-left: 30px;position: absolute;left: 0;top: 160px}
.ss-block-last>div{display: table-cell;vertical-align: middle;width: 200px;padding: 0 10px;}
.carousel-caption .ss-block-last>div>span{background-color: #4472C3;color: #fff;border-radius: 5px;padding:10px;font-size: 30px;display: block;}
.three-product .ortho {margin-bottom: 30px;}
.panel-group-home .panel-title .glyphicon-plus::before{color: #fff !important}
.panel-group-home .panel-title .more-less{color: #fff}

/*Home Slider  Animation*/
.slide-container>.container>.row>div{display: table;height: 600px}
.slide-container>.container>.row>div>div{display: table-cell;vertical-align: middle;}
.slide-container>.container>.row>div .caption{position: relative;}
.slide-container>.container>.row>div .caption .sss-tool{position: absolute;top: 25%;left: 50%;width: 160px;transform: translateX(-50%) translateY(-50%);}
.slide-container>.container>.row>div .caption .caption-content{position: absolute;width: 100%;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
.slide-container>.container>.row>div .caption.one .caption-content{width: 90%;text-align: center;text-transform: uppercase;font-family: 'Poppins', sans-serif;
}
.slide-container>.container>.row>div .caption .caption-content h3{font-family: 'Poppins', sans-serif;}
.slide-container>.container>.row>div .caption.one h3{font-size: 24px;font-family: 'Poppins', sans-serif;font-weight: 600;}
.slide-container>.container>.row>div .caption.one .o-box{background-color: #FEB518;color: #fff;padding: 10px 10px;-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);}
.slide-container>.container>.row>div .caption.one .o-box h3{margin: 0;font-size: 36px;font-family: 'Poppins', sans-serif;font-weight: 600;text-shadow: 2px 1px #7b7b7b}
.slide-container>.container>.row>div .caption.two .caption-content{padding-top: 60px}
.slide-container>.container>.row>div .caption.two{text-align: center;}
.slide-container>.container>.row>div .caption.two .our-3s{font-size: 28px;background: linear-gradient(to top, #E99D25, #f8c311);color: #000;display: initial;padding: 5px 20px;border-radius: 30px;border: 3px solid #e09b03;border-bottom-color: #f8c311;border-right-color: #f8c311;text-transform: uppercase;font-weight: 600;}
.sss-box {padding-top: 50px;display: flex;}
.sss-box>span {background: linear-gradient(-300deg, #4289C9, #4FBAF0,#4289C9);color: #fff;padding: 6px 20px;border: 2px solid #4289C9;font-size: 20px;text-transform: uppercase;line-height: 24px;border-radius: 30px;width: 280px;font-weight: 600;margin: 0 10px;}
.slide-container>.container>.row>div .caption.three .caption-content{top:40%;}
.slide-container>.container>.row>div .caption.three .sss-tool{left: 30%}
.slide-container>.container>.row>div .caption.three  .s-box{display: flex;position: absolute;padding-top: 10px}
.slide-container>.container>.row>div .caption.three  .s-box>div>span.sp {background: linear-gradient(-300deg, #4289C9, #4FBAF0,#4289C9);color: #fff;padding: 6px 20px;border: 2px solid #4289C9;font-size: 20px;text-transform: uppercase;line-height: 24px;border-radius: 30px;display: block;text-align: center;font-weight: 600;margin: 0 10px;}
.slide-container>.container>.row>div .caption.three  .s-box>.div1{width: 290px;padding-left: 50px;padding-right: 15px;}
.slide-container>.container>.row>div .caption.three  .s-box>.div2{width: 80%}
.slide-container>.container>.row>div .caption.three .caption-content h3{font-size: 34px;color: #000;text-transform: uppercase;}
.slide-container>.container>.row>div .caption.three  .s-box>div>span.text {font-size: 20px;background: #fff;display: block;width: 100%;padding: 10px;border-radius: 5px;position: relative;
}
.slide-container>.container>.row>div .caption.three  .s-box>div>span.text:before {position: absolute;content: '';border-right: 10px solid #ffffff;border-left: 10px solid transparent;border-top: 10px solid #ffffff;border-bottom: 10px solid transparent;top: 50%;left: -20px;margin-top: -10px;
}
ul.resource_list{padding: 0;margin: 0;list-style: none}
ul.resource_list li{margin-top: 15px}
ul.resource_list li>a{font-size: 18px;padding: 5px 10px;background-color: #fff;color: #333;display: block;-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
ul.resource_list li>a>span{width: 35px;display: inline-block;vertical-align: middle;margin-right: 10px}
/*End Rushikesh 23/06/2018*/

/*Partner Page*/
.partner-row .ortho{margin-bottom: 20px}
.partner-row .ortho h4,.partner-row .ortho p{text-align: left;}
/*Contact Page*/
.contact-form input.form-control{height: 40px;border-color: #eee}
.contact-form textarea.form-control{border-color: #eee}
.contact-form .form-group{margin-bottom: 20px}
address.address-block{}
address.address-block article{padding-left: 40px;position: relative;}
address.address-block article i.fa{color: #fff;position: absolute;left: 0;top: 2px;font-size: 13px;
    text-align: center;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 16px;
    background-color: #005395;}
address.address-block article{margin-bottom: 15px}
address.address-block article p{margin-bottom: 0px}


/*Distributor Page*/
.dis-title{font-weight: 500;font-size: 20px;position: relative;}
.dis-title>a{font-size: 18px;padding:8px 15px !important}
.dis-title:before {position: absolute;content: '';left: 55px;bottom: 10px;width: 60px;height: 2px;background-color: #f7931e;}
.dis-panel{border:1px solid #eee;box-shadow:0px 0px 15px 0px #D6D6D6;margin-bottom: 10px !important}
.dis-title i.fa-map-marker{margin-right: 5px;color: #fff;font-size: 16px;text-align: center !important;padding: 5px;width: 30px !important;height: 30px;border-radius: 100%;line-height: 18px;background-color: #005395;}
.dis-panel h5.name{font-weight: 600;margin-top: 0;}
.dis-panel p.company{/*font-style: italic;*/}
.dis-panel ul{list-style: none;padding: 0;margin:0;}
.dis-panel ul li{padding-left: 32px;position: relative;margin-bottom: 10px;}
.dis-panel ul li i{position: absolute;left: 0;top: -2px;color: #fff;font-size: 14px;text-align: center;padding: 5px;width: 25px;height: 25px;border-radius: 100%;line-height: 18px;background-color: #f7931d;}
.dis-panel p:last-child{margin-bottom: 0}
.distributor-panel-group 
.panel-group  .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

.panel-group    .panel > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

.panel-group    .panel-title {
        font-size: 14px;
    }

.panel-group    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
.panel-group    .panel-title > a i{
    width: 20px;
    text-align: center
}
.panel-group    .more-less {
        float: right;
        color: #212121;
    }

.panel-group   .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


/*Mega Dropdown*/
@media only screen and (min-width: 768px) {
  .dropdown:hover .mega-dropdown-menu,.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.dropdown.mega-dropdown{position:static;}
.mega-dropdown {
  position: static !important;
}
header.navbar-fixed-top .header-bot .mega-dropdown-menu{top: 80%}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: auto !important;
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: 0px !important;
    position: absolute;
    top: 65%;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    
    overflow-x: auto;
    overflow-y: visible;
}
.mega-dropdown-menu>li>ul>li>a.dropdown-toggle{background: #fff !important;color: #333 !important}
.mega-dropdown-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.mega-dropdown-menu::-webkit-scrollbar
{
    height: 10px;
    background-color: #F5F5F5;
}

.mega-dropdown-menu::-webkit-scrollbar-thumb
{
    background-color: #005395;
    border-radius: 10px;
}
.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu>li>ul>li {
  list-style: none;
  margin-left: 10px
}
.mega-dropdown-menu>li>ul>li.dropdown-header {
    margin-left: 0
}
.mega-dropdown-menu>li>ul>li>a {
  display: block;
  color: #222;
  padding:5px 5px;;
  border-bottom: 1px dashed #c0c0c0;
  font-size: 13px;
  text-transform: capitalize;
}
.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: none;
  /*background-color: #eee;*/
  /*color: #ddd*/
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px;
  line-height: 22px;
  display: block;
}
.mega-dropdown-menu .dropdown-header>a {
 color: #ff3546;
 display: block;
 border:0;
}

.sub_li:before {
    position: absolute;
    content: '.';
    left: 6px;
    top: 2px;
    font-size: 40px;
    line-height: 0;
}
.sub_li {
    padding-left: 15px;
    position: relative;
}
/*.mega-dropdown-menu .dropdown .dropdown-menu::before {
    position: absolute !important;
    content: '';
    border-bottom: 10px dashed #e5e5e5;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}*/
.mega-dropdown-menu .dropdown .dropdown-menu>li>a{padding: 2px 2px; font-size: 12px}
.mega-dropdown-menu .dropdown .dropdown-menu{position:static;display: none;max-width: auto;min-width: auto;width: 100%;
box-shadow: none;border:0;list-style: disc;padding-left: 35px}
.mega-dropdown-menu .dropdown .dropdown-menu li a{border-bottom: 1px dashed #ddd;}
.mega-dropdown-menu .dropdown .dropdown-menu li a:hover{background-color: transparent;}
.mega-dropdown-menu .dropdown .dropdown-menu{display: block;position: relative;margin-top: -1px}

.card-column-li .card-li {
  /*margin-bottom: 0.75rem;*/
}
.card-li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  border-radius: 0.25rem;
}
.card-li>span{
  font-size: 14px;
  color: #ff3546;
  padding: 2px 2px;
  font-weight: 500;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 100
}
.card-li>span>a{color: #424547;}
.card-column-li {
    -webkit-column-count:6;
    -moz-column-count:6;
    column-count:6;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    padding-left: 10px;
    padding-right: 10px
  }
  .card-column-li .card-li {
    display: inline-block;
    width: 100%;
  }

/*Section Testimonials*/
.section-testimonials{background-color: #212121}
.section-testimonials figure.snip1167 img{border: 5px solid #212121}
.testimonial-slider .item{padding: 0 20px}
figure.snip1167 {
  font-family: 'PT Sans',sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
 /* min-width: 220px;
  max-width: 310px;*/
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1167 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1167 img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
  border: 5px solid #f5f5f5;
}
.testimonial_home_height {
    height: 250px;
}
figure.snip1167 blockquote {
  font-size: 13px;
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 65px 50px 30px 50px;
  font-weight: 500;
  margin: -50px 0 0;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  
}
figure.snip1167 blockquote:before,
figure.snip1167 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1167 blockquote:before {
  top: 70px;
  left: 20px;
}
figure.snip1167 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1167 .author {
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
figure.snip1167 .author h5 {
  opacity: 0.8;
  line-height: 20px;
  margin: 0;
  font-weight: 800;
  font-family: 'PT Sans', sans-serif
}
figure.snip1167 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}

/*Management Page*/
/* card container */
.card-wrapper {
    height:330px;
    width: 100%;
    perspective:800px;
    margin-bottom: 40px
}

/* card */
.card{
    width:100%;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

    transform-style:preserve-3d;

    -webkit-transition: transform 1.5s;
    transition: transform 1.5s;
}
    
/* front side of the card */
.front{
    position: absolute;
    height:100%;
    width:100%;
    background-color: #005395;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    text-align: center;
  /*  line-height: 208px;*/
    font-family: Helvetica;
}

/* back side of the card */
.back{
    position: absolute;
    height:100%;
    width:100%;
    background-color: #005395;
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg); /* Safari */
    transform: rotateY(-180deg);   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;  
    color: #fff;
    text-align: center;
    font-family: Helvetica;
    padding: 15px
}
.modal-advisor .row .block-thumb{display: table;width: 100%}
.modal-advisor .row .block-thumb .image{display: table-cell;vertical-align: middle;width:140px}
.modal-advisor .row .block-thumb .des-txt{display: table-cell;vertical-align: middle;;padding-left: 20px}
/* flipping the card on hover */
.card:hover {
    -ms-transform: rotateY(-180deg); /* IE 9 */
    -webkit-transform: rotateY(-180deg); /* Safari */
    transform: rotateY(-180deg);
}
/*.card .front .image img{height: 262px}*/
.card .front .front-content{color: #fff;width: 100%;justify-content: center;padding: 15px}
.card .front .front-content>span,.card .back .back-content>span{display: block}
.card-wrapper .name{font-size: 14px}
.card-wrapper .designation{font-size: 12px}
.card-wrapper .card .back .back-content{text-align: left}
.card-wrapper .card .back .back-content p{margin-top: 20px;font-size: 12px} 


/*Testimonial Page*/
.testimonial-wrapper figure.snip1167 blockquote{background-color: #212121;color: #fff;padding: 30px 50px 30px 95px;margin: 0}
.testimonial-wrapper figure.snip1167 .author{color: #333;text-align: left}
.testimonial-wrapper figure.snip1167 img{left: -50px;top: 50%;margin:0;margin-top: -80px;position: absolute;}
.testimonial-wrapper figure.snip1167{float: none;overflow: unset;margin:10px 1%}
.testimonial-wrapper figure.snip1167 blockquote:before {top: 30px;left: 66px;}


/*Event Page*/
.event-list{list-style: none;padding: 0;margin-bottom: 0}
.event-list .item{margin-bottom: 30px;border-bottom:1px solid transparent;display: block}
.event-list .event-card{display: table}
.event-list .event-card>div{display: table-cell;vertical-align: top}
.event-list .event-card>.image-thumb{width: 200px}
.event-list .event-card>.event-card-content{padding:10px 20px;}
.event-card-content h4 { line-height: 24px; }
.event-list .event-card .date-content .date{position: relative;background-color: #F68A0D;color: #fff;padding: 5px 10px;font-size: 14px;border-radius: 2px}
.event-list .event-card .date-content .date:before{position: absolute;content: '';border-right: 5px solid #f68a0d;border-left: 5px solid transparent;
    border-top: 5px solid transparent;border-bottom: 5px solid transparent;top: 50%;left: -10px;margin-top: -5px}
.event-list .event-card .details{border-left: 1px solid #000;padding-left: 20px;margin:10px 0;}
.event-card>.event-card-content .venue i{color:#F68A0D }
.module {width: 100%;margin: 0 0 1em 0; overflow: hidden;}
.module p {margin: 0;}

/*Event Details Page*/
.event-page{display: inline-block;}
.event-page .evnt-venue p i{color: #FFFFFF;width: 30px;height: 30px;background-color:#F68A0D;text-align: center;line-height: 30px;margin-right: 10px;border-radius: 2px}
.event-page .table{font-family: 'Lato', sans-serif;font-size: 14px}
.event-page .table th{text-transform: inherit;}
ul.tabs {
   margin: 40px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    border-bottom: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 5px 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* width: 33.33%; */
    /* flex-basis: 0; */
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 100%;
    flex-grow: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.tabs li:first-child{ border-top-left-radius: 0px;}
ul.tabs li:last-child{ border-top-right-radius: 0px;}
.tab_last { border-right: 1px solid #ddd; }

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #005395;
    color: #fff;
    border-bottom: 0px solid #fff;
    display: block;
    border-color: #005395
}

.tab_container {
    border: 1px solid #ddd;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px 15px;
    display: none;
}

.tab_drawer_heading { display: none; }
.conf-event-title{font-size: 30px;color: #005395}
.conf-event-title2{font-size: 26px;color:#f68a0d;margin-bottom: 0px}
.conf-event-title3{font-size: 22px;color:#f68a0d;margin-bottom: 20px}
.conf-event-date{position: relative;font-size: 20px;background-color:#f68a0d;display: inline-block;color: #fff;padding: 5px 15px}
/*.conf-event-date:after {position: absolute;content: '';right: -64px;top: 0;border-top: 32px solid transparent;border-right: 32px solid transparent;border-bottom: 34px solid #f68a0d;border-left: 32px solid #f68a0d;}*/
.conf-event-date p{font-size: 17px;color:#fff;margin: 0;}
.conf-aim-block{background-color: #eee;padding: 10px 20px;margin-top: 20px;margin-bottom: 30px}
sup{font-size: 60%}
@media screen and (max-width: 680px) {
    .conf-event-title{font-size: 24px;color: #005395}
    .conf-event-title2{font-size: 20px;color:#f68a0d;margin-bottom: 0px}
    .conf-event-title3{font-size: 16px;color:#f68a0d;margin-bottom: 20px}
    .conf-event-date:after{display: none}
    ul.tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #607D8B;
        color: #fff;
        border-top: 0px solid #333;
        margin-bottom: 10px;
        margin-top:0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color:#005395;
        color: #fff;
    }
}
.card-faculty{margin-bottom: 26px;position: relative;}
.card-faculty .card-footer{background-color: #005395;color: #fff;text-align: center;padding: 5px 10px}
.card-faculty .card-footer span{display: block;font-size: 14px}
.card-faculty:hover .card-overlay{opacity: 1;transition: 0.5s}
.card-faculty .card-overlay {opacity: 0;position: absolute;left: 0;top:0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6)}
.card-faculty .card-overlay .card-overlay-content{display: table;width: 100%;height: 100%;}
.card-faculty .card-overlay .view-btn{display: table-cell;vertical-align: middle;}

.table-program thead{background-color: #005395;color: #fff}
.table-program tr td a{cursor: pointer;}

.payment-mode{padding: 0;margin: 0;list-style: none;display: flex;flex-wrap: wrap;margin-top: 60px}
.payment-mode li{width: 33.33%;text-align:center;padding: 20px;font-size: 18px;background-color: #E4E5E4}
.payment-mode li .icon{width: 80px; margin: -60px auto 20px;}
.payment-mode li p{margin-bottom: 0;font-size: 18px}

.faculty-modal .name{font-size: 16px;margin: 0;font-weight: bold}
.faculty-modal .designation{font-size: 14px;margin: 0;font-weight: bold}
.faculty-modal  .details{margin:10px 0;font-size: 14px}
.faculty-modal  .details ul,.faculty-modal  .details ol{padding-left: 20px}
.faculty-modal .modal-body  .row{display: flex;flex-wrap: wrap;width: 100%}
.faculty-modal .modal-body  .row>div{align-self: center}
.faculty-modal .modal-body .scroll-body{max-height: 450px;overflow-y: auto;overflow-x: auto;}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: slategray;
}

::-webkit-scrollbar-track {
  background: #b8c0c8;
}

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8;
}
.gallery_img_shadow a img {
    box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.3);
padding: 5px;
height: 109.8px;
width: 160px;
}

/*Gallery Details Page*/
.gallery-block{position: relative;border-bottom: 1px solid rgba(0, 0, 0, 0.2);box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);margin-bottom: 30px}
.gallery-block-overlay{position: absolute;width: 100%;height: 100%;top:0;left:0;background-color: rgba(0,0,0,0.6);padding: 10px}
.gallery-block-overlay-content{color: #fff;display: table;width: 100%;height: 100%;padding: 10px;border: 2px solid #fff}
.gallery-block-overlay-content span{vertical-align: middle;display: table-cell;text-align: center;font-size: 20px;font-weight: bold}


/*Resources Page*/
.resources-sec-ul{padding-left: 20px;margin-bottom: 20px}
.resources-sec-ul>li{font-size: 16px}
.resources-sec-ul>li>ul{padding-left: 20px;margin-bottom: 20px}
.resources-sec-ul>li>ul>li{font-size: 14px}
.upcoming-about-next{padding-top:30px}
.about_txt{margin-bottom: 10px}
.resources-list{padding:0;margin: 0;display: flex;flex-wrap: wrap;margin:0 -15px;}
.resources-list li{list-style: none;padding: 0 15px;width: 20%;}
.resources-list.event li{list-style: none;padding: 0 15px;width: 25%;}
.resources-list li.video{width: 25%}
.resources-list li:last-child{margin-right: 0}
.p-0{padding: 0px !important}
.resources-list li .panel{padding: 10px;border: 0;-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.resources-list li .panel:hover{background-color: #f2f2f2;-webkit-box-shadow: 0 2px 2px 0 rgba(0, 83, 149,0.14), 0 3px 1px -2px rgba(0, 83, 149,0.12), 0 1px 5px 0 rgba(0, 83, 149,0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 83, 149,0.14), 0 3px 1px -2px rgba(0, 83, 149,0.12), 0 1px 5px 0 rgba(0, 83, 149,0.2);}
.resources-list.pdf .panel{display: inline-flex;}
.resources-list li .panel>.panel-footer{padding: 10px;text-align: center;color: #333;font-weight: 600;}
.resources-list li .panel>.panel-footer h5{align-self: center;text-align: center;margin: 0;font-size: 16px}
.resources-list li.video .panel>.panel-footer{padding: 10px;text-align: center;color: #333;font-weight: 600;height:75px;display: flex;justify-content: center;}
.resources-list li.video .panel>.panel-footer h5{align-self: center;text-align: center;margin: 0;font-size: 13px;line-height: 16px}
.resources-list.pdf .panel .image{width: 20%;margin-right: 5px;-ms-flex-item-align: center !important;
    align-self: center;}
.resources-list li .panel>.title{width: 80%;font-size: 12px;color: #333;-ms-flex-item-align: center !important;
    align-self: center;}
    .resources-list.event li .panel>.title{width: 80%;font-size: 18px;color: #333;-ms-flex-item-align: center !important;
    align-self: center;}
/*New Cart Page*/
.cart-alert{display: none}
.cart-alert:before{position: absolute;content: '';top: -14px;left: 50%;margin-left: -5px;border-top: 7px solid #ff000008;border-right: 7px solid #ff000000;border-left: 7px solid #ff000000;border-bottom: 7px solid #333333;}
.cart-alert{border-radius: 4px; position: relative;max-width: 300px;color: #fff;background-color: #333;border: 0;padding: 10px;position: fixed;top: 50px;right: 90px;z-index: 10000;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
.cart-alert>b{font-weight: 500}
.alert-dismissable.cart-alert .close ,.alert-dismissible.cart-alert .close{top: -12px;right: -6px;opacity: 0.7}
.panel{border-radius: 0px}
.panel-shadow{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);border: 0px !important}
.panel-heading{border-radius: 0px;}
.panel.panel-my-cart{border-radius: 0;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);border: 0px}
.panel.panel-my-cart .panel-heading{border-radius: 0}
.panel.panel-my-cart .panel-heading h3{font-family:'PT Sans', sans-serif}
.panel-heading .badge{margin-right: 20px;border-radius: 2px;width: 20px; line-height: 15px}
.panel.panel-my-cart .panel-body>.product-div{display: table;width: 100%;border-bottom: 1px solid #eee;padding: 10px 0}
.panel.panel-my-cart .panel-body>.product-div:last-child{border-bottom: 0px}
.panel.panel-my-cart .panel-body>.product-div>div{display: table-cell;vertical-align: top}
.panel.panel-my-cart .panel-body>.product-div>.div1{width:130px}
.panel.panel-my-cart .panel-body>.product-div .image {position: relative;width: 100px;height: 100px;border: 1px solid #eee;background: #fff;}
.panel.panel-my-cart .panel-body>.product-div .image img {position: absolute;bottom: 0;left: 0;right: 0;top: 0;margin: auto;opacity: 1;padding: 5px;max-width: 100%;max-height: 100%;}
/*.panel.panel-my-cart .panel-body>.product-div>.div2{width: 60%}*/
.panel.panel-my-cart .panel-body>.product-div>.div2 .name{margin: 0;margin-bottom: 5px}
.panel.panel-my-cart .panel-body>.product-div>.div2 .cat-name{margin: 0;font-size: 13px;margin-bottom: 5px}
.panel.panel-my-cart .panel-body>.product-div>.div2 .all-size{margin: 0;font-size: 13px;margin-bottom: 5px}
.panel.panel-my-cart .panel-body>.product-div>.div2 .prices{margin: 0;font-size: 14px;font-weight: 600;color: #dd4b39}
.panel.panel-my-cart .panel-body>.product-div>.div2 .prices>span{color: #000;font-size: 85%}
.panel.panel-my-cart .panel-body>.product-div>.div3{width: 130px}
.panel.panel-my-cart .panel-body>.product-div>.div3 input{text-align: center;padding: 0;}
.panel.panel-my-cart .panel-body>.product-div>.div3 .quantity-block .input-group{margin-bottom: 10px}
.panel.panel-my-cart .panel-body>.product-div>.div3 .quantity-block label {font-size: 13px;font-weight: 400;text-align: center;display: block;margin-bottom: 10px;}
.panel.panel-my-cart .panel-body>.product-div>.div3 .btn-primary{text-transform: uppercase;}
.panel-my-cart .panel-footer .btn{text-transform: uppercase;font-size: 16px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);font-weight: 500}
.panel-my-cart .panel-footer p{line-height: 42px;margin-bottom: 0;}
.price-table{border: 0px}
.p-0{padding: 0px !important}

/*Checkout Page*/
.checkout-panel{border-top: 1px solid #eee !important}
.checkout-panel >.panel-body{padding-left: 60px;font-size: 14px;padding-top: 0;}
.panel-address .address-block{display: table;width: 100%;border-top: 1px solid #eee;padding: 15px 0}
.panel-address .panel-body>.address-block:first-child{padding-top: 0px;border-top: 0px}
.panel-address .address-block>div{display: table-cell;vertical-align: top}
.panel-address .address-block>.div1{}
.panel-address .address-block>.div2{width: 50px}
.panel-address .address-block>.div1 .btn-deliver{margin-left: 35px;margin-top: 10px}
.panel-address .address-block>.div1 .btn-billing{margin-left: 35px;margin-top: 10px}
.radio,
.radio__label,
.radio__label:after,
.radio__label:before {box-sizing: border-box;}
.radio__container:nth-child(1) {/*padding-bottom: 35px;margin-bottom: 28px;border-bottom: 1px dotted #dbdbdb;*/}
.radio__container .radio-inline {/*display: inline-block;*/display: block;/*margin-right: 10px;*/padding-left: 0px}
.radio__container .radio {display: inline;opacity: 0;width: 0;margin: 0;overflow: hidden;-webkit-appearance: none;}
.radio__container .radio__label {display: inline-block;/*height: 50px;*/position: relative;padding: 0px 0px 0px 36px;cursor: pointer;vertical-align: bottom;color: rgba(0, 0, 0, 0.54);font: 300 14px/20px sans-serif;transition: color 200ms ease;}
.radio__container .radio__label:before, .radio__container .radio__label:after {position: absolute;content: "";border-radius: 50%;transition: border-color 200ms ease, -webkit-transform 200ms ease;transition: transform 200ms ease, border-color 200ms ease;transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;}
.radio__container .radio__label:before {left: 0;top: 0px;width: 20px;height: 20px;border: 2px solid #dbdbdb;}
.radio__container .radio__label:after {top: 5px;left: 5px;width: 10px;height: 10px;-webkit-transform: scale(0);transform: scale(0);
  background-color: #3c91e6;}
.radio__container .radio__label:hover {color: #3c91e6;}
.radio__container .radio__label:hover:before {border-color: #fb872b;}
.radio__container .radio:checked + .radio__label {color: rgba(0, 0, 0, 0.87);}
.radio__container .radio:checked + .radio__label:before {border-color: #3c91e6;}
.radio__container .radio:checked + .radio__label:after {-webkit-transform: scale(1);transform: scale(1);}
.radio__container .radio + .radio__label + div .btn-deliver{display: none}
.address-block.delivery .radio__container .radio:checked + .radio__label + div .btn-deliver{display:block}
.radio__container .radio + .radio__label + div .btn-billing{display: none}
.address-block.billing .radio__container .radio:checked + .radio__label + div .btn-billing{display:block}
.add-address-panel{margin-top:10px;margin-bottom: 0px;border:1px solid #eee;}
.add-address-panel .panel-heading {padding: 0px;}
.add-address-panel .panel-heading a{text-decoration: none;text-decoration: none;padding: 10px 15px;}

/*My Order List*/
/*.my-order-panel>.panel-body>.panel{border:1px solid #ddd;}*/
.order-item{display: table;width: 100%;border-top: 1px solid #eee;padding: 10px 0;}
.order-item:first-child{border-top: 0px solid #eee;}
.order-item>.div1 {width: 130px;}
.order-item>.div2>.span-group{margin-top: 10px}
.order-item>.div2>.span-group>.span-quantity{border: 1px solid #ddd;border-radius: 2px;width: 100px;text-align: center;padding: 3px 7px; }
.order-item>.div2>.span-group>.span-price{text-align: center;margin-left: 20px;color: red}
.order-item>div{display: table-cell;vertical-align: top;}
.order-item .image {position: relative;width: 100px;height: 100px;border: 1px solid #eee;background: #fff;}
.order-item .image img {position: absolute;bottom: 0;left: 0;right: 0;top: 0;margin: auto;opacity: 1;padding: 5px;max-width: 100%;max-height: 100%;}
.order-item>.div2>.name{margin-top: 0px;margin-bottom: 5px}
.order-item>.div2>.cat-name{margin-top: 0px;margin-bottom: 5px;color: red}
.my-order-panel .order-total div p{margin-bottom: 0}
.my-order-panel .order-total div p>span{color: #7a7a7a}
.my-order-panel .order-total div:last-child p{float: right}
.order-item>.div3{width: 200px}
.order-item>.div4{width: 340px}

/*Animate CSS*/
.animatedOn {animation-fill-mode: both;} 
.active .duration-1{ -webkit-animation-duration: 1s;animation-duration: 1s;}
.active .duration-2{ -webkit-animation-duration: 2s;animation-duration: 2s;}
.active .duration-3{ -webkit-animation-duration: 3s;animation-duration: 3s;}
.active .duration-4{ -webkit-animation-duration: 4s;animation-duration: 4s;}
.active .duration-5{ -webkit-animation-duration: 5s;animation-duration: 5s;}

.delay-1{-webkit-animation-delay:1s;animation-delay: 1s}
.delay-2{-webkit-animation-delay:2s;animation-delay: 2s}
.delay-3{-webkit-animation-delay:3s;animation-delay: 3s}
.delay-4{-webkit-animation-delay:4s;animation-delay: 4s}
.duration-1{ -webkit-animation-duration: 1s;animation-duration: 1s;}
.duration-2{ -webkit-animation-duration: 2s;animation-duration: 2s;}
.duration-3{ -webkit-animation-duration: 3s;animation-duration: 3s;}
.duration-4{ -webkit-animation-duration: 4s;animation-duration: 4s;}
.duration-5{ -webkit-animation-duration: 5s;animation-duration: 5s;}

.active .delay-1{-webkit-animation-delay:1s;animation-delay: 1s}
.active .delay-2{-webkit-animation-delay:2s;animation-delay: 2s}
.active .delay-3{-webkit-animation-delay:3s;animation-delay: 3s}
.active .delay-4{-webkit-animation-delay:4s;animation-delay: 4s}
.active .delay-5{-webkit-animation-delay:5s;animation-delay: 5s}
.active .delay-6{-webkit-animation-delay:6s;animation-delay: 6s}
.active .delay-7{-webkit-animation-delay:7s;animation-delay: 7s}
.active .delay-8{-webkit-animation-delay:8s;animation-delay: 8s}
.active .delay-9{-webkit-animation-delay:9s;animation-delay: 9s}
.active .delay-10{-webkit-animation-delay:10s;animation-delay: 10s}
.active .delay-11{-webkit-animation-delay:11s;animation-delay: 11s}
.active .delay-12{-webkit-animation-delay:12s;animation-delay: 12s}
.active .delay-13{-webkit-animation-delay:13s;animation-delay: 13s}
.active .delay-14{-webkit-animation-delay:14s;animation-delay: 14s}
.active .delay-15{-webkit-animation-delay:15s;animation-delay: 15s}
.active .delay-16{-webkit-animation-delay:16s;animation-delay: 16s}
.active .delay-17{-webkit-animation-delay:16s;animation-delay: 17s}
.active .delay-18{-webkit-animation-delay:16s;animation-delay: 18s}
.active .delay-19{-webkit-animation-delay:16s;animation-delay: 19s}
.translateX-50{transform: translateX(50%)}
.translateY-50{transform: translateY(-50%)}
.translate-middle{transform: translate(50%,-50%)}

.active .fadeInOn {
  animation-name: fadeIn;
}

.active .fadeInDownOn {
  animation-name: fadeInDown;
}

.active .fadeInDownBigOn {
  animation-name: fadeInDownBig;
}

.active .fadeInLeftOn {
  animation-name: fadeInLeft;
}


.active .fadeInLeftBigOn {
  animation-name: fadeInLeftBig;
}

.active .fadeInRightOn {
  animation-name: fadeInRight;
}

.active .fadeInRightBigOn {
  animation-name: fadeInRightBig;
}

.active .fadeInUpOn {
  animation-name: fadeInUp;
}

.active .fadeInUpBigOn {
  animation-name: fadeInUpBig;
}

.active  .fadeOutOn {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.active .fadeOutDownOn {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}


.active .fadeOutDownBigOn {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.active .fadeOutLeftOn {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}


.active .fadeOutLeftBigOn {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}



.active .fadeOutRightOn {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}



.active .fadeOutRightBigOn {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}


.active .fadeOutUpOn {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}



.active .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}



.active .zoomInOn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


.active .zoomInDownOn {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}


.active .zoomInLeftOn {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}


.active .zoomInRightOn {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}


.active .zoomInUpOn {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}


.active .zoomOutOn {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}


.active .zoomOutDownOn {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}



.active .zoomOutLeftOn {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}



.active .zoomOutRightOn {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}



.active .zoomOutUpOn {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}


.active .slideInDownOn {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


.active .slideInLeftOn {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}



.active .slideInRightOn {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


.active .slideInUpOn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.active .slideOutDownOn {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}


.active .slideOutLeftOn {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}


.active .slideOutRightOn {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}


.active .slideOutUpOn {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top: 30px
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}

.pagination > li > a, .pagination > li > span {
    padding: 6px 20px;
}