/*================================
	Project		 : Festivity
	Start-Date   : 08 / May / 2018
  ================================ */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    background: #f7f6f1;

}

html {
    scroll-behavior: smooth;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

p {
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

/*	================================
			Common styles here
	================================ */

.arab {
    font-family: 'GE Flow';
    font-weight: normal;
}

.full-width {
    float: left;
    width: 100%;
}

.relative {
    position: relative;
}

input[type="text"] {
    width: 100%;
    float: left;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}

button {
    outline: none !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4b4b4b !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #4b4b4b !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #4b4b4b !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #4b4b4b !important;
}

img {
    max-width: 100%;
}

/*	================================
			Header section
	================================*/

header {
    background: #f5f5f5;
    position: relative;
    /*z-index: 999;*/
    border-top: 4px solid #f99d1c;
}

.logo a {
    padding: 15px 0;
    display: block;
}

.login_menus {
    text-align: right;
    margin-top: 41px;
    position: relative;
    padding: 0px;
}

.login_menus:before {
    background: #bcbdbf;
    width: 2px;
    height: 26px;
    content: "";
    position: absolute;
    left: 25px;
    top: 14px;
    display: none;
}

.login_menus a {
    font-size: 14.27px;
    color: #f99d1c;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px 11px 6px;
    max-width: 96px;
    overflow: hidden;
    text-align: left;
}

.login {
    background: url(../images/icons/login.png) left no-repeat;
    padding-left: 25px !important;
}

.register {
    background: url(../images/icons/register.png) left  no-repeat;
    padding-left: 25px !important;
}

.cart {
    position: relative;
    padding-left: 4px !important;
    padding-right: 20px !important;
}

.cart span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #fe0404;
    width: 18px;
    height: 18px;
    right: 13px;
    top: 13px;
    text-align: center;
    font-weight: 600;
    padding-top: 3px;
    border-radius: 50%;
}

.lang {
    background: url(../images/icons/language.png) left top 8px no-repeat;
    font-family: 'GE SS Two';
    padding-left: 25px !important;
}


.navigation .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navigation .navbar {
    min-height: 0;
    margin-bottom: 0;
    margin-top: 43px;
}

.navigation .nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #636262 !important;
}

.navigation .nav > li > a:hover {
    color: #f79d1b !important;
}

.navigation .navbar-default .navbar-nav > .active > a, .navigation .navbar-default .navbar-nav > .active > a:hover, .navigation .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #000;
}

.banner_section {
    text-align: center;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

.banner_section .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    padding: 0 30px;
}

.banner_section .owl-prev {
    float: left;
    opacity: 0.5;
}

.banner_section .owl-prev:hover {
    opacity: 1;
}

.banner_section .owl-next {
    float: right;
    opacity: 0.5;
}

.banner_section .owl-next:hover {
    opacity: 1;
}

.banner_contents {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    width: 446px;
    background: rgba(0, 0, 0, 0.67);
    pointer-events: all;

}

.banner_contents h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 21px;
    text-align: left;
    font-weight: 600;
}

.banner_contents h2:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 4px;
    height: 100%;
    content: "";
}

.tab_cov .nav-tabs {
    border: 2px solid #fff;
    border-radius: 33px;
    text-align: center;
    margin-bottom: 35px;
}

.tab_cov .nav-tabs > li {
    width: 50%;
    margin-top: -2px;
}

.tab_cov .nav-tabs > li > a {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    border-radius: 33px;
    padding: 5px 0 5px 0;
    margin: 0 -2px 0 -2px;
}

.tab_cov .nav-tabs > li.active > a, .tab_cov .nav-tabs > li.active > a:hover, .tab_cov .nav-tabs > li.active > a:focus, .tab_cov .nav-tabs > li > a:hover {
    background-color: #f99d1c;
    border: 2px solid #f99d1c;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.tab_cov .nav-tabs > li.active:first-child:before, .tab_cov .nav-tabs > li:first-child:hover:before {
    position: absolute;
    left: -2px;
    top: 0;
    content: "";
    width: 47px;
    height: 100%;
    background: #f99d1c;
    border-radius: 33px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 2.0s;
    -ms-transition: background-color 2.0s;
    -o-transition: background-color 2.0s;
    transition: background-color 2.0s;
    display: none;
}

.tab_cov .nav-tabs > li.active:last-child:before, .tab_cov .nav-tabs > li:last-child:hover:before {
    position: absolute;
    right: -2px;
    top: 0;
    content: "";
    width: 47px;
    height: 100%;
    background: #f99d1c;
    border-radius: 33px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 2.0s;
    -ms-transition: background-color 2.0s;
    -o-transition: background-color 2.0s;
    transition: background-color 2.0s;
    display: none;
}

.tab_cov select {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: url(../images/icons/select_arrow.png) right 10px top 13px no-repeat;
    height: 36px;
    border: none;
    border-bottom: 3px solid #fff;
    margin-bottom: 14px;
}

.tab_cov input[type="text"] {
    margin-bottom: 14px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #fff;
    border-bottom: 3px solid #fff;
    height: 36px;
    outline: none !important;
    background: url(../images/icons/calendar_icon.png) right 10px top 1px no-repeat;
}

.tab_cov label {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    margin: 10px 0 15px 0;
}


#input-select,
#input-number {
    padding: 7px;
    padding-top: 0;
    padding-left: 0;
    margin: 0;
    background: none !important;
    border: none;
    color: #fff;
    position: relative;
}

#input-select {
    float: left;
}

#input-number {
    float: right;
}

.inpNum, .inpSel {
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
}

.inpSel {
    float: left;
}

.inpNum {
    float: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: none;
}

.noUi-horizontal {
    height: 5px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -17px;
    top: -6px;
    border-radius: 50%;
    outline: 0;
    background: #f9960d;
    border: 1px solid #f9960d;
    box-shadow: none;
}

.noUi-target {
    border-radius: 0;
}

.noUi-connect {
    background: #fff;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -11px;
}

.tab_cov button {
    font-size: 20px;
    border-radius: 33px;
    width: 100%;
    float: left;
    background: #f99d1c;
    border: none;
    height: 37px;
    margin-top: 0px;
    color: #fff;
}

.festivity_section {
    background: url(../images/festi_bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    text-align: center;
}

.festivity_section h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 40px;
}

.inline_wraps {
    width: 148px;
    display: inline-block;
    min-height: 152px;
}

.inline_wraps h4 {
    font-size: 18px;
    color: #fff;
    min-height: 50px;
    float: left;
    width: 100%;
    padding-top: 15px;
    line-height: 22px;
}

.inline_wraps h4 span {
    display: block;
}

.inline_wraps.chngbl {
    min-height: 32px !important;
    position: relative;
    top: -27px;
}

.featured_service h3 {
    font-size: 43px;
    color: #737373;
    padding: 30px 0 15px 0;
    text-align: left;
}

.featured_service h3 span {
    display: block;
    font-size: 23px;
    color: #f89d1c;
}

.fifity_div {
    width: 50%;
    float: left;
}

.fifity_div img {
    width: 100%;
    float: right;
    height: 280px;
    text-align: right;
}

.y_wrap {
    background: #f89d1c;
    height: auto;
    overflow: hidden;
}

.yellow {
    padding: 20px;
    background: #f89d1c;
    text-align: left;
}

.fifity_div h4 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 15px;
}

.fifity_div p {
    font-size: 27px;
    color: #fff;
    font-size: 22px;
}

.b_wrap {
    overflow: hidden;
    background: #0884c3;
    height: auto;
    overflow: hidden;
}

.blue {
    background: #0884c3;
    padding: 20px;
    text-align: left;
}

.pd_controll {
    padding-right: 0;
}

.pd_controll .owl-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0dfd9;
    border-radius: 50%;
    margin: 0 5px;
}

.pd_controll .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 16px;
    width: 100%;
}

.first_slide {
    position: relative;

}

#slideFirst button {
    background: #252323;
    font-size: 18px;
    color: #fff;
    padding: 12px 15px;
    border: none;
    position: absolute;
    bottom: 23px;
    left: 63px;
}

.pd_controll .owl-carousel .owl-dot.active {
    background: #f99d1c;
    border-color: #f99d1c;
}

.first_slide:nth-child(2) {
    background: #f0f0f0;
    padding-bottom: 0px;
}

.blog_section {
    background: #f0f0f0;
    padding: 0 50px 0 50px;
}

.blog_box {
    /*max-width: 532px;*/
    float: right;
    padding: 40px 0 0px 0;
    margin-left: 30px;
}

.blog_box h2 {
    font-size: 42px;
    color: #252323;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: left;
}

.blog_box h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background: #252323;
}

.blogs {
    border: 1px solid #e0dfda;
    background: #fff;
    float: right;
    position: relative;
    width: 93%;
    margin-bottom: 20px;
    min-height: 117px;
}

.blogs p {
    font-size: 20px;
    color: #252323;
    padding: 25px 75px 8px 42px;
    line-height: 25px;
    text-align: left;
}

.blogs span {
    font-size: 15px;
    color: #1570a2;
    background: url(../images/icons/clock.png) left center no-repeat;
    float: left;
    padding: 7px 3px 5px 25px;
    margin: 0 0 16px 42px;
}

.date {
    float: left !important;
    background: #1570a2 !important;
    width: 62px;
    text-align: center;
    margin: 0 !important;
    font-size: 23px !important;
    color: #fff !important;
    padding: 15px 0 0 0 !important;
}

.date span {
    display: block;
    font-size: 18px;
    color: #fff;
    background: #f99d1c;
    width: 100%;
    margin: 10px 0 0 0 !important;
    padding: 10px 0 10px 0 !important;
    font-style: italic;
}

.date_time {
    position: absolute;
    left: -37px;
    top: 13px;
}

.blog_box button {
    font-size: 20px;
    color: #fff;
    background: #f99d1c;
    border: none;
    border-radius: 33px;
    padding: 10px;
    width: 203px;
    display: block;
    margin: 20px auto;
}

.extr .col-lg-4, .extr .col-lg-8 {
    padding: 0;
}

.extr img {
    width: 100%;
    float: left;
    height: 217px;
    object-fit: cover;
}

.extr button {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 12px 30px;
    position: absolute;
    bottom: 15px;
    left: 44px;

}

footer {
    padding: 30px 0;
    background: url(../images/footer_bg.jpg) left top no-repeat;
    background-size: 100% 100%;
}

footer h2 {
    font-size: 22px;
    color: #fff;
    display: block;
    padding-bottom: 20px;
}

footer ul {
    float: left;
    width:50%;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul li a {
    font-size: 18px;
    color: #fff;
    padding: 6px 0;
    display: block;
}

footer ul li a:hover {
    color: #f99d1c;
}

footer ul + ul {
    padding-left: 33px;
}

.icon_container a {
    display: inline-block;
    padding: 6px 15px;
}

.copy_right {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
}


.our_service_sec {
    padding: 25px 0 54px 0;
    width: 100%;
    float: left;
}

.our_service_sec h2 {
    font-size: 34px;
    color: #03527c;
    padding-bottom: 30px;
    font-weight: 600;
}

.our_service_sec-cartpage h2 {
    font-size: 34px;
    color: #03527c;
    padding-bottom: 30px;
    font-weight: 600;
}

.center .slick-slide span {
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 66%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;

}

.our_service_sec .slick-dots li {
    width: 12px;
}

.our_service_sec .slick-dots li button {
    width: 11px;
    height: 11px;
    background: #c2c2c2;
    border-radius: 50%;
}

.our_service_sec .slick-dots li.slick-active button {
    background: #f39507;
}

.our_service_sec .slick-prev {
    left: -50px;
    width: 35px;
    /*height: 58px;*/
    height: 423px;
    background: url(../images/icons/sl_prev.png) left top no-repeat;
    z-index: 999;
    top: 41%;
    background-position: center;
}

.cartpage_row .slick-prev {
    left: -140px;
    width: 35px;
    /*height: 58px;*/
    height: 423px;
    background: url(../images/icons/sl_prev.png) left top no-repeat;
    z-index: 999;
    top: 41%;
    background-position: center;
    color: transparent;
}

.our_service_sec .slick-next {
    right: -50px;
    width: 35px;
    /*height: 58px;*/
    height: 423px;
    background: url(../images/icons/sl_next.png) left top no-repeat;
    z-index: 999;
    top: 41% !important;
    background-position: center;
    color: transparent;
}
.our_service_sec-cartpage .slick-next {
    right: -150px;
    width: 35px;
    /*height: 58px;*/
    height: 423px;
    background: url(../images/icons/sl_next.png) left top no-repeat;
    z-index: 999;
    top: 41% !important;
    background-position: center;
    color: transparent;
}



/*	================================
			inner page start
  	================================*/


.innerpage-main {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding-bottom: 40px;
}


.innerpage-main .breadcrumb {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #c9c9c9;
    padding: 8px 0 14px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.innerpage-main .breadcrumb a {
    color: #bababa;
}

.innerpage-main .breadcrumb > .active {
    color: #f99d1c;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0";
}


.innerpage-main h2 {
    color: #2e7fab;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    float: left;
}


.ma-style {
    margin-top: 40px;
}

.innerpage-main select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/drop1.png) no-repeat 95% center !important;
    text-indent: 0.01px;
    text-overflow: "";
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 0;
    border-bottom: 2px solid #f99d1c;
    width: 100%;
    margin: 21px 0;
    float: left;
    color: #6c6c6b;
}


.inner-banner img {
    width: 100%;
    max-width: 100%;
}

.inner-banner {
    float: left;
    width: 100%;
}


.con-bre-main {
    background: rgba(0, 0, 0, 0.7);
    float: left;
    width: 100%;
    margin-top: -96px;
    padding: 10px 0 0;
    z-index: 9999;
    position: relative;
}

.con-bre-main h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}


.con-bre-main .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.con-bre-main .breadcrumb a {
    color: #bababa;
}

.con-bre-main .breadcrumb > .active {
    color: #f99d1c;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0";
}


.contact-main {
    float: left;
    width: 100%;
    margin: 25px 0;
    display: inline-flex;
}

.contact-main i {
    float: left;
    margin-right: 24px;
}

.contact-main span {
    color: #3c3c39;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.ma-style11 {
    margin-top: 17px;
    float: left;
}


.faq-main {
    float: left;
    width: 100%;
    margin: 40px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #6c6c6c;
    border-top: 1px solid #969696;
    padding-top: 15px;
}


.faq-main .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e252"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #f99d1c; /* adjust as needed */
}

.faq-main .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e250"; /* adjust as needed, taken from bootstrap.css */
}


.faq-main .panel-group .panel {
    border-radius: 0;
}

.faq-main .panel-default > .panel-heading {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #f99d1c;
    padding: 15px 0;
}

.faq-main .panel-default > .panel-heading a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #6c6c6c;
}

.faq-main .panel {
    border: 0;
    box-shadow: none;
}

.faq-main .panel-body {
    padding: 20px 0;
    line-height: 24px;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}


.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #f99d1c;
    border-radius: .25em;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: .5em;
    margin-top: -3px;
}

.radio .cr {
    border-radius: 2px;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 10px;
    left: 4px;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.fa-circle:before {
    color: #f99d1c;
    background: #f99d1c;
    border-radius: 10px;
}

.checkbox a {
    color: #f99d1c;
}

.bu1 {
    font-weight: normal !important;
    width: 300px !important;
}

.checkbox .radio label, .checkbox label {
    padding-left: 0;
    font-size: 16px!important;
}

.fa-circle:before {
    color: #f99d1c;
    background: #f99d1c;
    border-radius: 10px;

}

.tr-style {
    background: #f5f1ee;
    padding: 20px;
    border-top: 10px solid #f3edeb;
}

.cart-main {
    float: left;
    width: 100%;
}

.cart-main table tr td {
    border-top: 0;
    vertical-align: middle;
    padding: 14px;
    text-align: left;
}

.cart-main table tr th {
    border-top: 0;
}

.table-con {
    float: left;
}

.table-con h4 {
    /*color: #f99d1c;*/
    font-size: 19px;
    /*font-weight: bold;*/
    color: #116ea0 !important;
    font-weight: 600;
}

.table-con h3 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}


.table-con h3 span {
    color: #1671a2;
}

.pro-img {
    float: left;
}

.table-con {
    float: left;
    margin-left: 15px;
    width: 69%;
}

.table-con p {
    font-size: 14px;
    margin-top: 5px;
}

.table-con button {
    font-size: 16px;
    color: #fff;
    background: #f99d1c;
    border: none;
    border-radius: 33px;
    padding: 1px;
    width: 60px;
    display: block;
    font-weight: normal;
    margin-top: 10px !important;
    float: left;
    /* margin:0 auto;*/
}


.table-con button:hover {
    background: #2e7fab;
}

.confirmed {
    color: #5ac900;
    font-size: 16px;
    float: left;
    border-left: 1px solid #c9c9c9;
    padding: 10px 0 5px 6px !important;
}

.confirmed1 {
    color: #ff6c00;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
}


.price {
    color: #3c3c3c !important;
    font-size: 19px;
    font-weight: bold;
}

.cart-main table td a {
    margin: 0 10px;
    float: left;
}

.total-value {
    font-weight: 600;
    margin: 20px 0;
    color: #3c3c3c;
    line-height: 26px;
}

.total-value span {
    color: #5ac900;
}

.cons1 {
    color: #f99d1c !important;
    font-size: 20px;
    font-weight: bold;
}

.cons1 span {
    color: #3c3c3c !important;
}

.status-icon {
    position: relative;
    top: 2px;
    left: 10px;
}

.cart-summery {
    float: left;
    width: 100%;
    border: 1px solid #c2c2c2;
    margin-top: 27px;
}

.cart-summery h2 {
    color: #f99d1c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 28px;
    border-bottom: 1px solid #c2c2c2;
}

.summery-con {
    float: left;
    width: 100%;
    padding: 17px 28px;
    color: #3c3c3c;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #c2c2c2;
    line-height: 25px;
    position: relative;
    font-weight: bold;
}

.summery-con span {
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;

}

/*.summery-con i {position:absolute; right:20px; top:40%;}*/

.bor {
    border: 0;
}

.spa1 {
    color: #5ac900;
}

.spa2 {
    color: #ff6c00;
}


.thanku {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #636262;
    font-weight: 400;
    line-height: 25px;
}

.thanku a {
    color: #f99d1c;
}

.thanku span {
    color: #116da0;
    font-weight: 600;
}

.ma-style2 {
    margin-top: 20px;
}


.cart-summery1 {
    float: left;
    width: 100%;
    border: 1px solid #c2c2c2;
    margin-top: 20px;
}

.cart-summery1 h2 {
    color: #f99d1c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 10px;
    border-bottom: 1px solid #c2c2c2;
}

.cart-summery1 p {
    padding: 15px 10px;
    line-height: 25px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
}

.cart-summery1 .summery-con {
    float: left;
    width: 100%;
    padding: 17px 10px;
    color: #3c3c3c;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #c2c2c2;
    line-height: 25px;
    position: relative;
    font-weight: bold;
}

.payment-method {
    padding: 15px 10px;
    float: left;
    width: 100%;
}


.reviw-main {
    float: left;
    width: 100%;
}

.reviw-main h5 {
    color: #40403f;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #c9c9c9;
    padding: 0 0 10px 0;
}

.reviw-main p {
    padding: 20px 0;
}

.reviw-main p span {
    font-weight: 600;
}

.add-change {
    font-weight: normal !important;
    padding: 5px !important;
    font-size: 16px !important;
    width: 150px !important;
}

.service-main {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #c9c9c9;
}

.service-main:last-child {
    border-bottom: 0;
}

.service-main p {
    padding: 0 !important;
    margin-top: 0 !important;
}

.service-main img {
    width: 58px;
}

.services {
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
}

.border-left {
    border-left: 1px solid #c9c9c9;
}


.cart-summery22 {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 0 0 15px;
}

.cart-summery22 h2 {
    color: #f99d1c;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 10px;
    border-bottom: 1px solid #c2c2c2;
}

.summery-con22 {
    float: left;
    width: 100%;
    padding: 20px 10px;
    color: #3c3c3c;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    position: relative;
}

.summery-con22 span {
    font-size: 16px;
    width: 100%;
    float: left;
    line-height: normal;

}

.payment-main {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0 0 0 15px;
    /* min-height: 290px; */
}

.payment-msg {
    float: left;
    width: 100%;
    padding: 10px 5px;
    margin-top: 5px;
    border: 1px solid #c9c9c9;
}

.payment-msg h6 {
    color: #1570a2;
    font-weight: bold;
    text-transform: uppercase;
}

.payment-msg p {
    font-size: 12px;
    color: #000;
    margin: 0;
    line-height: 13px;
    padding: 5px 0;
}

.back {
    float: left;
    margin-right: 15px !important;
    margin-bottom: 20px !important;
}

.order {
    float: left;
    background: #1671a2 !important;
}

.order:hover {
    background: #f99d1c !important;
}


.inner-banner {
    float: left;
    width: 100%;
    position: relative;
}

.inner-banner img {
    width: 100%;
    max-width: 100%;
}

.search-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    font-weight: 200;

}

.search-inner h2 {
    color: #fff;

    font-size: 42px;
    margin: 0 0 8px 0;
    font-weight: 300;
}


.search-inner .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 2px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;

    font-size: 14px;
    margin-bottom: 10px;
}

.search-inner .breadcrumb a {
    color: #fff;
}

.search-inner .breadcrumb > .active {
    color: #f99d1c;
}


.search-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/drop2.png) no-repeat 98% center !important;
    text-indent: 0.01px;
    text-overflow: "";
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #fff;
    width: 100%;
    margin: 7px 0;
    float: left;
}


.search-inner input {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
    margin: 20px 0;
    float: left;
    color: #fff;
    line-height: 25px;
    background: transparent;
}

.date-pic {
    margin: 0 !important;
    width: 80% !important;
    background: url(../images/icons/calendar_icon.png) no-repeat right center !important;
}

.sort {
    border-bottom: 3px solid #f99d1c;
    margin: 0px 0 15px 0;
    width: 175px;
    height: 30px;
}

.sort label {
    color: #f99d1c;
    margin: 0px;
    width: 40%;
    float: left;
    text-align: left;
    font-size: 15px;
}

.sort select {
    width: 100%;
    border: 0;
    float: right;
    margin: 4px 0;
}

.innerpage-main .sort .soring-list .chzn-container-single .chzn-single span {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #6c6c6b;
    background: url(../images/drop1.png) right 10px top 7px no-repeat;
    height: 30px;
    border: none;
    border-bottom: none;
    margin-bottom: 9px;
    padding-top: 0;
}

.innerpage-main .sort .soring-list .chzn-container-single .chzn-results li {
    font-size: 15px;
}


.first-img {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.border-div {
    position: absolute;
    margin: 10px;
    z-index: 100;
    border: 1px solid #ccc;
    background: transparent;
    top: 0;
    left: 0;
    width: 96%;
    height: 96%;
    display: none;
}

.first-img:hover > .border-div {
    display: block;
}

.product-des {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    padding: 15px;
    color: #fff;
}

.product-des h2 {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.product-des h3 {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}

.product-des h4 {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 5px 0;
}

.place {
    color: #fff;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-top: 7px;
}

.place i {
    float: left;
}

.place span {
    margin-top: 2px;
    float: left;
    margin-left: 5px;
}

.price-list {
    font-size: 21px;
    font-weight: 800;
    float: left;
    width: 100%;
    color: #d4d8d0;
    text-decoration: line-through;
}

.price-list1 {
    font-size: 21px;
    font-weight: 800;
    float: left;
    width: 100%;
    color: #f99d1c;
}

.inner-outline {
    outline: 1px solid transparent;
    outline-offset: -10px;
    cursor: pointer;

}


.inner-outline:hover.first-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C90;
    opacity: 0.2;
    content: "";
}

.gallery-main {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.first-img img {
    width: 100%;
    max-width: 100%;
}

.line {
    width: 200px;
    margin: 20px auto;
    height: 3px;
    background: #f99d1c;
}


.venu-logo {
    position: absolute;
    bottom: 100px;
    width: 190px;
    z-index: 1000;
    right: 13%;
}

.venu-logo img {
    width: 100%;
    max-width: 100%;
}


.tab-main {
    float: left;
    width: 100%;
}

.tab-main .nav-tabs > li > a {
    border: 0;
    color: #2e7fab;
    font-weight: bold;
    font-size: 14px;
}

.tab-main .nav-tabs > li > a:hover {
    background: transparent;
}

.tab-main .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    background: transparent;
    color: #f99d1c;
}

.tab-main .nav-tabs {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 12px;
}

.tab-con-main {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.tab-con-main p {
    color: #43494c;
    font-size: 16px;
}

.tab-con-main h4 {
    color: #43494c;
    font-size: 18px;
    color: #2e7fab;
    margin: 15px 0;
}

.address1 {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.ad-book {
    float: left;
    width: 100%;
}

.address1 i {
    float: left;
    margin-top: 5px;
}

.address1 p {
    float: left;
    margin-left: 10px;
}

.ad-button {
    float: left;
    margin-top: 20px !important;
    font-weight: normal !important;
    padding: 5px !important;
    font-size: 15px !important;
}


.package-main {
    float: left;
    width: 100%;
    border: 1px solid #f8c986;
    margin-top: 20px;
}

.package-list {
    float: left;
    width: 100%;
    border: 1px solid #f99d1c;
    background: #f0f0f0;
    padding: 30px;
    text-align: center;
}

.package-list h2 {
    font-size: 28px;
    font-weight: bold;
    color: #f99d1c;
}

.package-list h3 {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.price-list2 {
    font-size: 26px;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #3c3c3c;
    margin-top: 10px;
}

.add-cart {
    font-weight: normal !important;
    margin-top: 10px !important;
    text-align: center;
    margin: 0 auto;
    float: none !important;
}


.owl-main {
    float: left;
    width: 100%;
    padding: 10px 40px 10px 20px;
}

.owl-main .owl-prev {
    position: absolute;
    top: 48%;
    left: -30px;
}

.owl-main .owl-next {
    position: absolute;
    top: 48%;
    right: -30px;
}

.list-title {
    float: left;
    width: 100%;
    padding: 0 0px;
}

.list-title h3 {
    color: #156fa0;
    font-size: 18px;
    float: left;
    width: auto;
    margin-top: 15px;
}

.viewall {
    float: right;
    background: #156fa0 !important;
    padding: 5px !important;
    font-size: 13px !important;
    width: 140px !important;
    margin-top: 15px !important;
}

.viewall:hover {
    background: #f99d1c !important;
}

.owl-main .item {
    position: relative;
}


.product-des11 {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    padding: 15px;
    color: #fff;
}

.product-des11 h2 {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.product-des11 h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.product-des11 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.first-img11 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 33px;
}

.border-div {
    position: absolute;
    z-index: 100;
    background: #f99d1c;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.4;
    padding: 0;
    margin: 0;
}

.first-img11:hover > .border-div {
    display: block;
}

.first-img11:hover > a > .border-div {
    display: block!important;
}

.first-img11 img {
    width: 100%;
    max-width: 100%;
}

.product-des22 {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: calc(49% - -38px);
    text-align: center;
    z-index: 1000;
    padding: 15px;
    color: #fff;
}

.product-des22 h2 {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    color: #fff;
    text-align: center;
}

.product-des22 h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #000;
}


.product-main {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 467px;
}

.slider-main {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
}


.slider-main img {
    float: left;
    width: 100%;
    max-width: 100%;
}


.slider-main .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -8%;
}


.product-details {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.product-details h2 {
    font-size: 32px;
    color: #f99d1c;
}


.product-details h3 {
    font-size: 18px;
    color: #585654;
}


.share-link a {
    margin: 10px;
    float: left;
}

.avaiable {
    float: right;
    border-left: 1px solid #c9c9c9;
    color: #36cd02;
    font-size: 18px;
    padding: 10px 0 5px 10px;
}

.avaiable i {
    margin-top: -2px;
    /* commented by Lokesh 
    margin-top: -4px;*/
    margin-right: 4px;
    float: left;
}

.notavaiable {
    float: right;
    border-left: 1px solid #c9c9c9;
    color: #f00707;
    font-size: 18px;
    padding: 10px 0 5px 10px;
}

.notavaiable i {
    margin-top: -2px;
    /* commented by Lokesh 
    margin-top: -4px;*/
    margin-right: 4px;
    float: left;
}

.rating {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%
}

.rating span {
    color: #1570a2;
    font-size: 12px;
}

.product-details p {
    color: #585654;
    font-size: 14px;
}

.pro-des-main {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #f99d1c;
    border-top: 1px solid #f99d1c;
    text-align: center;
}

.des-co-1 {
    padding: 0 12px;
    width: auto;
    display: inline-block;
}

.date-pic1 {
    width: 100% !important;
    background: url(../images/calender.png) no-repeat right center !important;
    padding-bottom: 5px;
    color: #f99d1c;
    margin: 10px 0 !important;
}

.time-pic1 {
    margin: 10px 0 !important;
    width: 100% !important;
    padding-bottom: 5px;
    color: #f99d1c;
    background: url(../images/timer.png) no-repeat right center !important;
}

.pricell {
    font-size: 27px;
    font-weight: bold;
    color: #3c3c3c;
}

.price-part {
    float: left;
    padding: 20px 0 20px 20px;
}

.join {
    float: left;
    margin-right: 15px !important;
    font-weight: normal !important;
    background: #d7d7d7 !important;
}

.join:hover {
    background: #1872a2 !important;
}

.next {
    float: left;
    font-weight: normal !important;
}

.add1 {
    float: left;
    font-weight: normal !important;
    display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../images/ga-icon.png) center center no-repeat;
    width: 65px;
    height: 35px;
    border-radius: 0;
    border-top: 3px solid #2e7fab;
    background-color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(../images/ga-icon.png) center center no-repeat;
    width: 65px;
    height: 35px;
    border-radius: 0;
    border-top: 3px solid #f99d1c;
    background-color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    border-top: 3px solid #f99d1c;
}

.video-popup {
    background: url(../images/video-icon.png) center center no-repeat;
    width: 61px;
    height: 35px;
    border-radius: 0;
    border-top: 3px solid #2e7fab;
    background-color: transparent;
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    margin: 5px 0 0 0;
}

.video-popup a :hover {
    background: url(../images/video-icon.png) center center no-repeat;
    width: 65px;
    height: 35px;
    border-radius: 0;
    border-top: 3px solid #f99d1c;
    background-color: transparent;
}

.modal-content {
    border-radius: 0;
    float: left;
    width: 100%;
    background: #f7f6f1;
}


.modal-content p {
    color: #272727 !important;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0px;
}

.close {
    font-size: 32px;
    color: #70706f;
    font-weight: normal;
}

.modal-header {
    border-bottom: 0;
    padding: 52px 38px 0 15px;
}

.popup-main {
    float: left;
    width: 100%;
    border-right: 1px solid #c9c9c9;
    padding-right: 36px;
}

.modal-content h2 {
    color: #f99d1c;
    font-weight: 600;
    font-size: 24px;
}

.modal-content input {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 0;
    border-bottom: 3px solid #f99d1c;
    width: 100%;
    margin: 20px 0;
    float: left;
    color: #6c6c6b;
    line-height: 25px;
    font-size: 18px;
}

.forgot {
    color: #1872a2;
    font-size: 15px;
    float: left;
}


.modal-content-button {
    font-size: 20px;
    color: #fff;
    background: #f99d1c;
    border: none;
    border-radius: 33px;
    padding: 10px;
    width: 203px;
    display: block;
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 20px 0;
    max-width: 300px;
}


.modal-content-button:hover {
    background: #2e7fab;
}


.modal-content-button1 {
    font-size: 20px;
    color: #fff;
    background: #2e7fab;
    border: none;
    border-radius: 33px;
    padding: 10px;
    width: 203px;
    display: block;
    font-weight: normal;
    width: 100%;
    float: left;
    margin: 10px 0;
    max-width: 300px;
}


.modal-content-button1:hover {
    background: #f99d1c;
}


.cancel-button {
    font-size: 20px;
    color: #fff;
    background: #2e7fab;
    border: none;
    border-radius: 33px;
    padding: 10px;
    width: 203px;
    display: block;
    font-weight: normal;
    float: left;
    margin: 20px 10px 10px 0;
    max-width: 100px;
}


.cancel-button:hover {
    background: #f99d1c;
}


.modal-body {
    padding: 0px 50px 50px 50px;
}

.loginimg {
    float: left;
    width: 100%;
}

.loginimg img {
    width: 100%;
    max-width: 290px;
}

.modal-content .share-link {
    margin: 43px 0 0 0;
}

.modal-content textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 0;
    border-bottom: 3px solid #f99d1c;
    width: 100%;
    margin: 10px 0;
    float: left;
    color: #6c6c6b;
    line-height: 25px;
    background: transparent;
    resize: vertical;
}

.modal-content textarea:focus {
    outline: none;
}

.modal-content button {
    font-size: 20px;
    border-radius: 33px;
    width: auto;
    float: left;
    background: #f99d1c;
    border: none;
    height: 40px;
    margin-top: 0px;
    color: #fff;
    padding: 8px 30px 9px 30px;
    min-width: 100%;
}

.modal-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/drop1.png) no-repeat 95% center !important;
    text-indent: 0.01px;
    text-overflow: "";
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 0;
    border-bottom: 2px solid #f99d1c;
    width: 100%;
    margin: 15px 0;
    float: left;
    color: #6c6c6b;
}

.modal-content label {
    font-weight: normal;
    font-size: 18px;
    margin: 11px 0 5px 0;
}


.price22 {
    font-size: 27px;
    font-weight: bold;
    color: #3c3c3c;
}

.price-part22 {
    float: left;
    padding: 20px 11px;
    margin-top: 60px;
}


.hr-style {
    float: left;
    width: 100%;
}

.rate-main {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.rate-main span {
    float: left;
    width: 100%;
    color: #636262;
    font-size: 15px;
}

.rate-main p {
    float: left;
    width: 100%;
    color: #636262;
    font-size: 15px;
}

.modal-content h3 {
    color: #f99d1c;
    font-weight: 600;
    font-size: 20px;
}


.load-more {
    font-weight: normal !important;
    background: url(../images/load.png) 25px center no-repeat #f99d1c !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    display: block;
}


button {
    margin-top: 30px;
}

.back1 {
    display: none;
    font-size: 20px;
    color: #fff;
    background: #2e7fab;
    border: none;
    border-radius: 33px;
    padding: 10px;
    width: 120px;
    font-weight: normal;
    margin-right: 10px;
    float: left;
    text-align: center;
}

.back1:hover {
    background: #f99d1c;
}


.next {
    margin-left: 50px;
}

.end {
    display: none;
}


.con-holder {
    float: left;
    width: 100%;
}


.smallbutton1 {
    font-size: 16px !important;
    color: #fff;
    background: #2e7fab !important;
    border: none;
    border-radius: 33px;
    padding: 5px !important;
    width: 120px !important;
    font-weight: normal !important;
    float: left;
    text-align: center;
    margin: 20px 10px 20px 0 !important;
}

.smallbutton1:hover {
    background: #f99d1c !important;
}

.smallbutton2 {
    font-size: 16px !important;
    color: #fff;
    background: #f99d1c !important;
    border: none;
    border-radius: 33px;
    padding: 5px !important;
    width: 120px !important;
    font-weight: normal !important;
    float: left;
    text-align: center;
    margin: 20px 10px 20px 0 !important;
}

.add {
    color: #fff;
    border: none;
    border-radius: 33px;
    font-weight: normal !important;
    float: left;
    text-align: center;
    width: 300px !important;
    margin: 20px 10px 20px 0 !important;
}

.smallbutton2:hover {
    background: #2e7fab !important;
}


.view-invoice {
    color: #fff;
    border: none;
    border-radius: 33px;
    font-weight: normal !important;
    text-align: center;
    width: 200px !important;
    margin: 0 auto !important;
    padding: 5px 0 !important;
    font-size: 16px !important;
}

.h-style {
    float: left;
    margin: 20px 0 10px 0;
    color: #f99d1c !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.green {
    color: #01bd0e;
    width: 100%;
    float: left;

}

.blue-status {
    color: #09659b;
    width: 100%;
    float: left;

}

.grey {
    color: #969c97;
    width: 100%;
    float: left;


}

.orange {
    color: #f99d1c;
    width: 100%;
    float: left;
}

.red {
    color: #F00;
}

.item1 {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.show-more {
    color: #000;
}


#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}


.scrollbar {
    float: left;
    height: 600px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
    padding-right: 20px;
}

.force-overflow {
    min-height: 450px;
}


/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f99d1c;
}

#style-4::-webkit-scrollbar {
    width: 4px;
    background-color: #09659b;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #09659b;
    border: 0;
    cursor: pointer;
}


.update {
    padding: 5px !important;
    margin-top: 30px !important;
}

.main {
    float: left;
    width: 100%;
}

label {
    font-weight: normal;
}


.p-style {
    color: #6c6c6b !important;
    margin: 20px 0;
}


.owl-main2 {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.owl-main2 .owl-prev {
    position: absolute;
    top: 34%;
    left: -30px;
}

.owl-main2 .owl-next {
    position: absolute;
    top: 34%;
    right: -30px;
}

.slider-item {
    background: #e5dfdf;
    text-align: center;
    height: 115px;
    width: 100%;
    margin-bottom: 5px;
}

.slider-item i {
    margin-top: 20%;
}

.slider-item img {
    width: auto !important;
    max-width: none;
}

.slider-item p {
    color: #fff;
    text-transform: uppercase;
}

.owl-main2 .owl-carousel .owl-item img {
    display: inline-block;
    margin-top: 15px;
}


.slider-item:hover {
    background: #2e7fab;
}

.ta-con {
    min-height: 254px;
}


.owl-main2 .owl-dots {
    margin: 25px auto; /*for centering the dots*/
    text-align: center;

}

.owl-main2 .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c2c2c2;
    margin-right: 5px;
    display: inline-block; /*for making them horizontal, if you want vertical then you can use- display: block*/
}

.owl-main2 .owl-dots .active {
    background: #f99d1c;
}


.list-cart {
    border-top: 0;
    position: absolute;
    top: 90px;
    z-index: 10000;
    right: 20px;
    display: none;
}

.list-cart .pro-img {
    width: 64px;
    height: 70px;
}

.list-cart .tr-style {
    background: #fafaf9;
    border-top: 0;
}

.list-cart .tr-style td {
    border-top: 1px solid #f99d1c !important;
}

.button33 {
    font-size: 17px;
    color: #fff;
    background: #f99d1c;
    border: none;
    border-radius: 33px;
    padding: 7px;
    width: 180px;
    display: block;
    font-weight: bold;
    margin-top: 20px !important;
    float: left;
    /* margin: 0 auto; */
}

.button33:hover {
    background: #136fa1;
}

.total-value1 {
    font-weight: 600;
    margin: 20px 0;
    color: #3c3c3c;
    line-height: 26px;
}

.total-value1 span {
    font-size: 19px;
}

.list-cart .table {
    margin-bottom: 0;
}


/*	================================
			inner page end
  	================================*/


/* new styles */

.search-wrap {
    width: calc(80% + 57px);
    margin: 0 auto;
    float: none;
    /* background: #000; */
    z-index: 9999;
    position: relative;
    text-align: center;
    height: 100%;
    /* width: 50%; */
    position: absolute;
    right: 0;
    left: 0px;
    top: 0;
    pointer-events: none;
}


.logo {
    padding: 0px;
    margin-top: 30px;
}

.search-box-brap {

    padding: 30px 51px 26px 51px;
    width: 100%;
    float: left;
}

.ta-con > ul {
    list-style: none;
    width: 100%;
    float: left;
}

.ta-con > ul > li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


.cd-select option {
    background: #f99d1c;
    color: #fff;
    padding: 10px 0 10px 0;
    height: 20px;
}


.sort-atri {
    width: 100%;
    float: left;
    margin: 0 0 4px 0;
    padding: 0px;
    position: relative;

}

.ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background: #fff;
    border-radius: 0px;
    top: 0;
}

.datepicker-ui .ui-widget.ui-widget-content {
    border: none;
    height: auto;
    background: #fff;
    border-radius: 0px;
    top: 0;
}

.datepicker-display .ui-widget.ui-widget-content {
    border: none;
    height: auto;
    background: #fff;
    border-radius: 0px;
    top: 0;
}


.ui-state-default, .ui-widget-content .ui-state-default {
    background: #f9960d !important;
    font-weight: normal;
    color: #454545 !important;
    width: 52px !important;
    border-radius: 10px !important;
    height: 19px !important;
    border: none !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
    margin-left: -.6em;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.range-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.range-hold:before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 3px;
    background: #fff;
    width: 53px;
    content: "";

}

.range-text {
    width: 50% !important;
    float: left;
    font-size: 12px !important;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border: none !important;
    background: none !important;

}

.ui-widget-header {
    background: #dcdceb !important;
}

.min-val-text {
    width: 30% !important;
    float: left !important;
    margin: 10px 0 0 0;
    padding: 0px;
    text-align: left;
    cursor: default;
    height: 30px !important;
}


.max-val-text {
    width: 30% !important;;
    float: right !important;;
    margin: 10px 0 0 0;
    padding: 0px;
    text-align: right;
    cursor: default;
    height: 30px !important;
}


.tab_cov button:hover {
    background: #ee9518;
}

.banner-slider .slick-next {
    background: url(../images/icons/ban_next.png);
    width: 36px;
    height: 81px;
    right: 20px;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 999;
}

.banner-slider .slick-next:hover {
    opacity: 1;
}

.banner-slider .slick-next:before {
    display: none;
}


.banner-slider .slick-prev {
    background: url(../images/icons/ban_prev.png);
    width: 36px;
    height: 81px;
    left: 20px;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: 999;
}

.banner-slider .slick-prev:hover {
    opacity: 1;
}

.banner-slider .slick-prev:before {
    display: none;
}

.search-box-brap ::before {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    content: "";
}

.slick-dotted.slick-slider {
    margin-bottom: -2px !important;
}

.ui-datepicker {
    z-index: 999999 !important;
    width: 346px !important;
    background: #f5f5f5 !important;
    border-radius: 0px !important;
}

.xdsoft_datetimepicker {
    z-index: 999999 !important;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    background: #f5f5f5;
    color: #000;
}

.ui-datepicker td span, .ui-datepicker td a.ui-state-default {
    background: none !important;
    text-align: center;
    padding: 12% 0 0 0;
    margin: 0px;
    border-radius: 0px !important;
    float: left;
    width: 100% !important;
    height: 25px !important;
    border: solid 1px #e4e2dd !important;

}

.ui-datepicker td span, .ui-datepicker td span.ui-state-default {
    background: none !important;
    text-align: center;
    padding: 12% 0 0 0;
    margin: 0px;
    border-radius: 7px !important;
    float: left;
    width: 100% !important;
    height: 28px !important;

}

.ui-datepicker-calendar .ui-widget.ui-widget-content {
    height: 0px !important;
}

div#ui-datepicker-div {
    height: auto;
    border-radius: 0px !important;
}

.ui-datepicker th {
    background: #f5f5f5;
}

.ui-datepicker-header {
    background: #f9960d !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #f9960d !important;
    color: #fff !important;
    border-radius: 0px;
    font-weight: 100;
}

.ui-datepicker-prev span {
    background: url(../images/icons/cal_prev.png) left !important;
    width: 11px;
    height: 20px;
    background-repeat: no-repeat !important;
}

.ui-datepicker-next span {
    background: url(../images/icons/cal_next.png) left !important;
    width: 11px;
    height: 20px;
    background-repeat: no-repeat !important;
}

.chzn-search input {
    background: none !important;
}

.ui-datepicker-calendar td a:hover {
    background: #09699d !important;
    color: #fff !important;

}


.ui-datepicker-calendar a.ui-state-default.ui-state-active {
    background: #f99d1c !important;
    color: #fff !important;

}

.center .slick-slide div {
    padding: 0 3px 0 3px;

}

.center .slick-slide a:hover {
    opacity: 0.8;
}

.center .slick-prev:before, .slick-next:before {
    display: none;
}

.center .slick-prev, .slick-next {
    top: calc(40% + 10px);

}

.center .slick-slide span {
    padding: 0px 10px 0 10px;
    line-height: normal;
}

.offer-slider-slick .slick-dots li button {
    top: -48px !important;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #726e6e;
    margin: -42px 0 0 0 !important;
    z-index: 9999999;
    border-radius: 50%;
}

.offer-slider-slick .slick-dots li button:before {
    display: none;
}

.offer-slider-slick .slick-dots li.slick-active button {
    background: #f39507;
}

.offer-slider-slick .slick-dots li button {
    width: 11px;
    height: 11px;
    background: #c2c2c2;
    border-radius: 50%;
}

.center .slick-slide img {
    min-height: 100%;
}

.offer-slider-slick .slick-slide img {
    height: 353px;
}

.pro-list-wrap {
    width: 100%;
    margin: 0 0 36px 0;
    padding: 0px;
    float: left;
}

.pro-list-wrap ul {
    width: 102%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pro-list-wrap ul li {
    width: 25%;
    margin: 0px;
    padding: 0px 2% 2% 0;
    list-style: none;
    float: left;
    margin: 0px 0 -2px 0;
    position: relative;
}

.product-des:before {
    position: absolute;
    background: url(../images/shade_details.png) repeat-x;
    content: "";
    bottom: 1px;
    width: 100%;
    height: 164px;
    left: 0px;
    z-index: -3;
}


.pro-list-wrap ul li .first-img {
    margin-top: 0;
}

.pro-list-wrap ul li:first-child {
    width: 50% !important;
    float: left;
    padding: 0px 2% 0px 0px;
}

.pro-list-wrap ul li:first-child .price-list {
    font-size: 26px;
    font-weight: 800;
    float: left;
    width: 100%;
    color: #d4d8d0;
    text-decoration: line-through;
}

.pro-list-wrap ul li:first-child .price-list1 {
    font-size: 26px;
    font-weight: 800;
    float: left;
    width: 100%;
    color: #f99d1c;
    margin: 2px 0 2px 0;
}

.inner-outer-wrapper {
    background: #f7f6f1;
}

.section {
    font-size: 14px;
}

.product-des h3 {
    font-size: 14px;
}

.filter-calendar input {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border: 0;
    border-bottom: 3px solid #fff;
    width: 100%;
    margin: 7px 0;
    float: left;
    color: #fff;
    line-height: 25px;
    background: transparent;
    background: url(../images/icons/calendar_icon.png) right 10px top -2px no-repeat;

}

.soring-list .chzn-container-single .chzn-single span {

    float: left;
    width: 100%;
    font-size: 17px;
    color: #6c6c6b;
    background: url(../images/drop1.png) right 0px top 6px no-repeat;
    height: 36px;
    border: none;
    margin-bottom: 0;
    padding-top: 0;
}


.sort .sort-atri {
    width: 60%;
    float: left;
    margin: 0 0 4px 0;
    padding: 0px;
    position: relative;
    text-align: left;
}


.soring-list .chzn-container .chzn-drop {
    background: #f5f5f5;
    padding: 10px 10px 10px 10px;
    box-shadow: #000 0px 0px 1px inset;
    border-top: 0;
    position: absolute;
    top: 29px !important;

    z-index: 9999;
    width: 143px !important;
}

.soring-list .chzn-container-single .chzn-search {
    display: none;
}

.soring-list .chzn-container .chzn-results {
    margin: 0 0px 4px 0;
    padding: 0px 0 0 0px;
}

.soring-list .chzn-container-single .chzn-drop {
    overflow-y: unset !important;
}

/* .gallery-main .row:nth-of-type(even) > .col-md-12 > .pro-list-wrap > ul > li {
	float:right!important;
} */


.pro-list-wrap:before {
    position: absolute;
    content: "";
    width: 207px;
    height: 3px;
    background: #f99d1c;
    text-align: center;
    bottom: 26px;
    margin: 0 auto;
    display: inline-block;
    right: calc(40% + 12px);
}

.random-color-blank {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 1px;
    cursor: default !important;
    position: relative;
}


.random-color-blank h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    display: flex;
    vertical-align: middle;
    height: 100%;
    float: none;
    padding: 0 20px 0 20px;
    line-height: normal;
    width: 100%;
    justify-content: center;
    align-items: center;

}

/* new styles ends */


#boxscroll {
    padding: 0px 20px;
    height: 359px;
    width: 100%;

    overflow: auto;
    margin-bottom: 20px;
}

#boxscroll2 {
    padding: 40px;
    height: 120px;
    width: 730px;
    border: 2px solid #F00;
    overflow: auto;
}

#boxscroll3 {
    overflow: hidden;
}

#boxframe {
    position: absolute;
    top: 28px;
    left: 420px;
    width: 400px;
    height: 300px;
    overflow: auto;
    border: 2px solid #0F0;
}

#add-more {
    display: none;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tab-con-main .panel-default > .panel-heading {
    background: #fff;
    color: #2e7fab;
    font-size: 18px;
    text-transform: none;
}

.tab-con-main .panel-title > a, .panel-title > a:active {
    color: #2e7fab;
    font-weight: 500;
    text-transform: none;
    padding: 0;
}

.panel {
    border: 0;
    box-shadow: none;
}

.tab-con-main .panel-heading a:before {
    color: #c9c9c9;
}

.tab-con-main .panel-body {
    padding: 15px 0;
    color: #43494c;
    font-size: 16px;
    line-height: 24px;
}

.tab-con-main .panel-title {
    padding: 15px 0;
    border-bottom: 1px solid #c9c9c9;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}

.ma-top {
    margin-top: 30px;
}

.da-main {
    text-align: center;
    float: left;
    width: 100%;
}

.date-div {
    text-align: center;
    width: 60px;
    height: 60px;
    border: 2px solid #3080ab;
    border-radius: 20px;
    display: inline-block;
    line-height: 50px;
    font-size: 34px;
    color: #3080ab;
    position: relative;
}

.clo-se-button {
    position: absolute;
    right: -10px;
    top: -25px;
    width: 21px;
    height: 21px;
}

.da-main h4 {
    color: #f99d1c;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.da-main p {
    color: #464646;
    font-size: 14px;
}


ul.flextable-list {
    list-style-type: none;
    padding-left: 0px;
    list-style: none;
}

ul.flextable-list li.flextable-head {
    padding: 30px 5px;
}

ul.flextable-list li.flextable-data {
    padding: 5px;
    text-align: left;
}

ul.flextable-list li.flextable-row {
    clear: both;
    float: none;
    border-bottom: 1px solid rgb(255, 255, 255);
}

ul.flextable-list li.flextable-row ul.flextable-set {
    list-style-type: none;
    padding-left: 0px;
}

ul.flextable-list li.flextable-row ul.flextable-set li.flextable-head {
    width: 33%;
    padding: 5px;
    margin-right: 2%;
    background-color: rgba(96, 101, 111, 0.75);
    color: rgb(255, 255, 255);
    float: left;
}

ul.flextable-list li.flextable-row ul.flextable-set li.flextable-data {
    width: 65%;
    padding: 5px;
    color: rgb(96, 101, 111);
}

table#options {
    background: rgb(255, 255, 255);
}

table#options th {
    padding: 5px 5px 5px;
}

table#options td {
    padding: 5px 5px 5px;
}

table#options td pre {
    margin: 0px;
}

table#options td strong {
    font-weight: 600;
}

#html ul li {
    list-style: none !important;
}


.modal-content .chzn-container-single .chzn-single span {

    float: left;
    width: 100%;
    font-size: 18px;
    color: #6c6c6b;
    background: url(../images/drop1.png) right 10px top 21px no-repeat;
    height: 53px;
    border: none;
    border-bottom: 3px solid #f99d1c;
    margin-bottom: 9px;
    padding-top: 19px;


}

.modal-content input {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #6c6c6b;
    height: 36px;
    border: none;
    border-bottom: 3px solid #f99d1c;
    padding-top: 8px;
    background-color: transparent;
    margin: 0 0 11px 0 !important;
    height: 53px;

}

.innerpage-main .chzn-container-single .chzn-single span {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #6c6c6b;
    background: url(../images/drop1.png) right 10px top 21px no-repeat;
    height: 53px;
    border: none;
    border-bottom: 3px solid #f99d1c;
    margin-bottom: 9px;
    padding-top: 19px;

}

.innerpage-main input {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #6c6c6b;
    height: 36px;
    border: none;
    border-bottom: 3px solid #f99d1c;
    margin-bottom: 11px;
    padding-top: 8px;
    background-color: transparent;
    height: 53px;
    border-radius: 0px;

}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
input:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.innerpage-main input:focus {
    outline: none;
}

.innerpage-main textarea:focus {
    outline: none;
}

.innerpage-main textarea {
    font-weight: normal;
    border: 0;
    border-bottom: 3px solid #f99d1c;
    width: 100%;
    margin: 10px 0;
    float: left;
    line-height: 25px;
    background-color: transparent;
    height: 56px;
    font-size: 18px;
    color: #6c6c6b;
    resize: vertical;
}

.line1 {
    float: left;
    width: 100%;
    height: 1px;
    background: #c9c9c9;
    margin-bottom: 20px;
}


.tab_cov .nav-tabs > li > a:hover {
    background: transparent;
    color: #f99d1c;
}

.ui-datepicker th {
    font-size: 12px !important;
}

.explore-tab {
    margin: 0px 0 0 0;
}

.expo-cal {
    margin: 10px 0 15px 0;
}

.sel-date-label1 {
    float: none;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: left;

}

#custom-handle {
    top: 50%;
    margin-top: 0px;
    text-align: center;
    line-height: 1.6em;
    color: #fff !important;
    line-height: 20px;
    font-size: 11px;
    cursor: pointer;

}


ui-slider .ui-slider-handle {
    width: 40px !important;
    height: 30px !important;
    left: -10.5px !important;
}

.ui-widget.ui-widget-content {
    padding: 0 0px 0 0;
    margin: 0 0 0 0px;
    width: 299px;
    float: left;
}


.table-responsive ul {
    list-style: none;
    margin: 0px;
    width: 100%;
    float: left;

}

.table-responsive ul li {
    list-style: none;
    margin: 12px 0 15px 0;
    padding: 0px;
    width: 100%;
    float: left;
}

.cart-m-over {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.pro-image-icon {
    width: 20%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.pro-image-icon img {
    width: 100%;
    float: left;
}

.pro-values {
    width: 57%;
    float: left;
    margin: 0 0 0 3%;
    padding: 0px;
}

.pro-values h1 {
    font-size: 15px;
    color: #f99d1c;
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
}

.pro-values .vendorname-m-over-cart {
    font-size: 14px;
    color: #40403f;
    text-decoration: none;
    font-weight: normal;
    margin: 3px 0 3px 0;
}

.pro-values .vendorname-m-over-cart span {
    color: #116ea0 !important;
    font-weight: 600;
}

.pro-values .datetime-m-over-cart {
    font-size: 14px;
    color: #40403f;
    text-decoration: none;
    font-weight: normal;
    margin: 3px 0 3px 0;
}

.pro-values .datetime-m-over-cart span {
    color: #40403f;
    font-weight: bold;
}


.pro-status {
    width: 20%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.pro-status .status-icon-m-over {
    text-align: center;
    width: 100%;
}

.pro-status .status-txt {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}


.confirmed .status-txt {
    color: #5ac900;
}

.pendingconfirmed .status-txt {
    color: #ff6c00;
    float: left;
}


.btn-style {
    font-size: 20px;
    border-radius: 33px;
    width: auto;
    float: left;
    background: #f99d1c;
    border: none;
    height: 40px;
    margin-top: 0px;
    color: #fff;
    padding: 8px 30px 9px 30px;
    font-weight: 600;
}

.btn-style:hover {
    background: #ee9518;
}

.m-over-cart-total {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.view-cart-btn-hold {
    width: 70%;
    float: left;
    margin: 0px;
    padding: 6px 5% 0 0%;
}

.view-cart-amout-hold {
    width: 30%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.view-cart-amout-hold p {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #3c3c3c;
    text-decoration: none;
    text-align: right;
}

.view-cart-amout-hold .total-amount-mcart {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
}

.cart-main1 {

    padding: 18px;

    padding: 18px;
    float: left;
}

.list-cart .table-responsive {
    width: 100%;
    overflow: unset;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 300;
    font-weight: 600;
}

.inne-page-heads {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.inne-page-heads h2 {
    width: 100%;
    float: left;
    margin: 0 0 16px 0;
    padding: 0px;
    color: #2e7fab;
    font-size: 26px;
    font-weight: 600;

}

.inne-page-heads p {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;

}

.std-fld-space {
    min-height: 65px;

}

.std-fld-space-label {
    min-height: 81px;
    margin-top: 14px;
}

.activity-btn-space {
    margin-top: 30px;
}


.product-attr-pop .required-field:after{
    display: none;
}

/*to align product option pop up starts*/
.product-attr-pop .col-sm-12{
    padding: 0px!important;

}

.product-attr-pop .col-sm-12 .row{
    margin: 0px!important;

}

.product-attr-pop .col-md-12{
    padding: 0px!important;

}

.product-attr-pop .modal-content{
    max-width: 1000px;
    margin: 0 auto;
    float: none;
}

.product-attr-pop .modal-content .product-details h3{
    margin: 8px 0 0 0;
}


/*to align product option pop up ends*/




.product-attr-pop .required-field label:after{
    width: 16px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "*";
    color: red;
    font-weight: normal;
    top: 4px;
}


.product-attr-pop .required-field .radio label:after{
    display: none;
}
.product-attr-pop .required-field .checkbox label:after{
    display: none;
}

.required-field:after {
    width: 16px;
    height: 2px;
    position: absolute;
    left: 16px;
    content: "*";
    color: red;
    font-weight: normal;
    top: 4px;
}

.ma-style11 a {
    text-decoration: none;
    color: #3c3c39;
}

.ma-style11 a:hover {
    color: #f99d1c;
}

.contact-icon-hold {
    margin-bottom: 20px;
}

.mess {
    position: absolute;
    top: 20px;
    right: 0px;
    cursor: pointer
}

.spn-info {
    background: #fff;
    color: #2e7fab;
    font-size: 12px !important;
    font-weight: normal !important;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 234px !important;
    z-index: 999;
    line-height: 14px;
}


.spn-info strong {
    width: 100%;
    float: left;
}

.spn-info:before {
    content: '';
    /*   width: 0;
  height: 0; */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 28px;
}


.mess:hover .spn-info {
    bottom: 25px;
    visibility: visible;
    opacity: 1;
}

.disabled-fld {
    opacity: 1!important;

}

.seperate-row {
    margin-bottom: 30px;
}


.cartpage-pro-values {
    width: 71%;
    float: left;
    margin: 0 0 0 3%;
    padding: 0px;
}

.cartpage-pro-values h1 {
    font-size: 18px;
    /*color: #f99d1c;*/
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 0px;
    color: #116ea0 !important;
    font-weight: 600;    
}

.cartpage-pro-values .vendorname-m-over-cart {
    font-size: 14px;
    color: #40403f;
    text-decoration: none;
    font-weight: normal;
    margin: 3px 0 7px 0;
}

.cartpage-pro-values .vendorname-m-over-cart span {
    color: #116ea0 !important;
    font-weight: 600
}

.cartpage-pro-values .datetime-m-over-cart {
    font-size: 12px;
    color: #40403f;
    text-decoration: none;
    font-weight: normal;
    margin: 3px 0 5px 0;
}

.cartpage-pro-values .datetime-m-over-cart span {
    color: #40403f;
    font-weight: bold;
}

/*buttons starts */

.proceed {
    margin: 20px 0 !important;
    width: 100% !important;
    float: left;
}

.continue {
    width: 100% !important;
    float: left;
    background: #1671a2 !important;
    margin: 0 !important;
}

.continue:hover {
    background: #f99d1c !important;
}


.innerpage-main button {
    font-size: 19px;
    border-radius: 33px;
    width: auto;
    float: left;
    background: #f99d1c;
    border: none;
    height: 40px;
    margin-top: 0px;
    color: #fff;
    padding: 8px 30px 9px 30px;
    min-width: 250px;

}
/* commented by Rupendra for task-246 */
/* .innerpage-main button:hover {
    background: #ee9518;
} */


.smallbtn button {
    font-size: 11px;
    border-radius: 33px;
    width: auto;
    float: left;
    border: none;
    height: 21px;
    margin: 0px 15px 0 0;
    color: #fff;
    padding: 3px 14px 3px 14px;
    min-width: 11px;
}


.orange-btn {
    background: #f99d1c !important;
}

.blue-btn {
    background: #09659b !important;;
}

.grey-btn {
    background: #d7d7d7 !important;
    color: #fff;
    cursor: not-allowed;
}

.grey-btn:hover {

}

.smallbtn .orange-btn {
    background: #f99d1c !important;
}

.smallbtn .blue-btn {
    background: #09659b !important;;
}

.smallbtn .red-btn {
    background: #ff0000 !important;
}

.orange-btn:hover {
    background: #ee9518 !important;
}

.blue-btn:hover {
    background: #075785 !important;
}

.red-btn:hover {
    background: #e30909 !important;
}


.closs-btn button {
    font-size: 9px;
    border-radius: 50%;
    width: 20px;
    float: left;
    border: none;
    height: 20px;
    margin: 0px 0px 0px 10px;
    color: #fff;
    padding: 0px 0px 1px 1px;
    min-width: 11px;
    font-weight: bold;
}

.like-btn-hold .btn {
    width: 22px;
    height: 21px;
    background: url(../images/like_default.png) no-repeat;
    border: none;
    box-shadow: none;
}

.like-btn-hold .btn:focus {
    outline: none;
}

.btn.active.focus {
    outline: none !important;
}

.btn.focus {
    outline: none !important;
}

.like-btn-hold .active:focus {
    outline: none;
}


.like-btn-hold .active {
    background: url(../images/like_active.png) no-repeat;
    border: none;
    box-shadow: none;
}


.pro-detail-btn {
    width: 100% !important;
    min-width: unset !important;
    margin: 0px 2% 0 0;
    font-size: 19px !important;
}


.prodetail-slide .slick-dots li button {
    border-top: solid 3px #f99d1c;
    background-color: transparent;
    float: left;
    top: 13px;
    width: 66px;
    padding: 17px 0 7px 0;
    margin: 0px;
    min-width: unset;
    border-radius: 0px;
    background-image: url(../images/img_icon.png);
    background-repeat: no-repeat;
    background-position: bottom;

}

.prodetail-slide .slick-dots li {
    width: auto;
    text-align: left;
    float: left;
    margin: 0 12px 13px 0;
}

.prodetail-slide .slick-dots {
    bottom: 0;
    width: 86%;
    position: relative;
    float: left;
    margin: 5px 0 0 0;
}

.prodetail-slide .slick-dots .slick-active button {
    border-top: solid 3px #2e7fab;
    background-color: transparent;
    float: left;
    top: 13px;
    width: 66px;
    padding: 17px 0 7px 0;
    margin: 0px;
    min-width: unset;
    border-radius: 0px;
    background-image: url(../images/img_icon_over.png) !important;
    background-repeat: no-repeat;
    background-position: bottom;

}

.prodetail-slide .slick-dots li button:before {
    display: none;
}

.prodetail-slide .slick-dots .slick-active button:before {
    display: none;
}


/*buttons ends */


.prodetail-btn-hold {
    float: left;
    margin: 12px 0 0 0;
    padding: 0px !important;
}


.cartpage-edit-hold {
    margin: 7px 0 0 0;
    padding: 0px;
    width: 100%;
    float: left;
}

.item-nameimage-hold {
    width: auto;
    float: left;
    min-width: 252px;

}

.cart-page-pro-image-icon {
    width: 65px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.cart-page-icon img {
    width: 100%;
    float: left;
}


.cart-page-pro-status {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.cart-page-pro-status .status-icon-m-over {
    text-align: center;
    width: 100%;
}

.cart-page-pro-status .status-txt {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
}


.confirmed .status-txt {
    color: #5ac900;
}

.pendingconfirmed .status-txt {
    color: #ff6c00;
    /*font-weight: bold;*/
}

.cart-table-hold .mess {
    top: 4px;
}

.item-amnt {
    /* color: #969392; */
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.blank-value {
    text-align: center !important;
    font-size: 16px;
    font-weight: bold;
}

.like-btn-hold {
    width: auto;
    float: left;
}

.cart-table-hold tbody tr {
    border-bottom: solid 10px #f7f6f1;
}

.total-section-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.total-section-hold ul {
    width: 45%;
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.total-section-hold ul li {
    width: 100%;
    float: left;
    margin: 0 0 4px 0;
    padding: 0px;
    list-style: none;
}

.cartpage-total-title {
    float: left;
    width: 61%;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.cartpage-total-value {
    float: left;
    width: 37%;
    padding: 0px;
    margin: 0 0 0 2%;
    text-align: right;
}

.summery-mess {
    right: 8px;
    top: 32px;
}

.summery-mess .spn-info {
    right: 0px !important;
    left: unset !important;
}

.summery-mess .spn-info:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    right: 6px !important;
    left: auto !important;
}

.status-mess {
    /*right: 16px!important;*/
    right: -7px !important;

}

.package-viewall {
    float: right;
    margin-top: 18px;
}

.package-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 29px 0 21px;

}

.package-hold ul {
    list-style: none;
}

.package-hold ul li {
    width: 100%;
    float: left;
    margin: 0px;
    list-style: none;

}

.package-wrap {
    max-width: 250px;;
    float: left;
    margin: 0 10px 0 10px;
    padding: 0px;
    float: left;

}

.packages-slide-list .slick-prev, .slick-next {
    top: 55% !important;
}

.packages-slide-list .slick-prev {
    width: 27px;
    height: 35px;
    background-color: transparent;
    background-image: url(../images/package_list_prev1.png);
    background-repeat: no-repeat;
    min-width: unset;
    background-position: left;
    font-size: 0px;
    left: -30px;

}

.packages-slide-list .slick-next {
    width: 27px;
    height: 35px;
    background-color: transparent;
    background-image: url(../images/package_list_next1.png);
    background-repeat: no-repeat;
    min-width: unset;
    background-position: right;
    font-size: 0px;
    right: -30px;
}

.packages-slide-list .slick-prev:before {
    display: none;
}

.packages-slide-list .slick-next:before {
    display: none;
}

.packages-slide-list .slick-next:hover {
    width: 27px;
    height: 35px;
    background-color: transparent;
    background-color: transparent;
    background-image: url(../images/package_list_next1.png);
    background-repeat: no-repeat;
    min-width: unset;
    background-position: right;

}

.packages-slide-list .slick-prev:hover {
    width: 27px;
    height: 35px;
    background-color: transparent;
    background-image: url(../images/package_list_prev1.png);
    background-repeat: no-repeat;
    min-width: unset;
    background-position: left;
}

.package-wrap-pop {
    max-width: 250px;;
    float: left;
    margin: 0 0px 0 0px;
    padding: 0px;
    float: left
}

.close {
    opacity: 1;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    top: 18px;
    right: 40px;
    z-index: 99999;
    min-width: unset;
}

.modal-lg {
    width: 56%;
}

.prodetail-like {
    margin: 10px 0 0 0;
}

.related-pro-hold > h2 {
    font-size: 28px;
    color: #f99d1c;
    width: 100%;
    margin: 25px 0 20px 0;
    font-weight: 600;
}


.product-details .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 47%;
    margin: 0 3% 0 0px;
}

.secondset-buttons {
    display: none;
}

.prodetail-btn-hold ul li {
    list-style: none;

}


.nosearch-txtbx .chzn-container-single .chzn-search {
    display: none;
}

.tab-content .std-fld-space {
    margin: 5px 0 5px 0;
}

.form-box-border {
    border-right: 1px solid #1872a2;
    padding: 6px 21px 1px 20px;
}

.review-mess {
    top: 37px !important;
}

.fav-cat-hold .btn-secondary {
    border: none;
    box-shadow: none !important;
    width: 100%;
    height: 130px;
}

.fav-cat-hold {
    background: #e5dfdf;
    width: 100%;
    height: 100%;

}


.fav-cat-hold .btn {
    color: #fff;

    border-radius: 0px;

}

.filter-attributes-hold {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    padding: 14px 0 14px 0;
    background: rgba(0, 0, 0, 0.8);
    border: none;
}

.filter-btn-list {

}

.filter-btn-list ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 24px 0 25px 0;
    text-align: center;
}

.filter-btn-list ul li {
    list-style: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: none;
}

.fltr-btn .btn {
    background: transparent;
    float: left;
    padding: 10px;
    border-radius: 21px;
    margin: 10px;
    border: solid 2px #f99d1c;
    color: #fff;
}

.fltr-btn > .focus {

    color: #fff;
    box-shadow: none;
}

.fltr-btn > .active {
    background: #f99d1c;
    color: #fff;
    box-shadow: none;
}

.fltr-btn .btn:hover {
    background: rgba(249, 157, 28, 0.3);
    color: #fff;
}

.fltr-btn > .active:hover {
    background: #f99d1c !important;
    color: #fff !important;
    box-shadow: none !important;
}

input:focus {
    outline: none;
}

.popup-btn-hold {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    padding: 0px;
}

.modal-content .like-btn-hold .btn {
    margin-top: 12px;
}

.frgt-password a {
    float: left;
    text-decoration: none;
    color: #6395b5;
    margin-top: 15px;
    font-size: 16px;
}

.frgt-password a:hover {
    color: #f99d1c;
}

.popup-btn-hold button {
    margin-bottom: 10px;
}

.outer-pop-ups {
    z-index: 99999;
}

.attribute-tab-section {
    min-height: 328px;
    max-height: 330px;
    overflow-y: auto;
}

.useraccount-btn {
    font-size: 15px !important;
}

.color-value-1 > .active {
    background-color: #84cdc3;
}

.color-value-2 > .active {
    background-color: #ed9730;
}

.color-value-3 > .active {
    background-color: #ed7c71;
}

.color-value-4 > .active {
    background-color: #224f75;
}

.color-value-5 > .active {
    background-color: #cb449b;
}

.color-value-6 > .active {
    background-color: #ee91a4;
}

.color-value-7 > .active {
    background-color: #8dcc78;
}


.color-value-8 > .active {
    background-color: #d8b187;
}


.color-value-9 > .active {
    background-color: #9374b6;
}


.color-value-10 > .active {
    background-color: #f8d350;
}

.fav-cat-slide {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;

}

.fav-cat-slide ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 31px 0 31px;
    list-style: none;

}

.fav-cat-slide ul li {
    width: auto;
    float: left;
    padding: 0px;
    list-style: none;
    padding: 5px;

}

.fav-slick-slide img {
    width: 37%;
    display: inline;
    padding-top: 16%;
}

.fav-slick-slide p {
    width: 100%;
    float: left;
    text-align: center;
    white-space: normal;
    line-height: normal;
}


/* bootstrap hack: fix content width inside hidden tabs */
.innerpage-main .tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block; /* undo display:none          */
    height: 0; /* height:0 is also invisible */
    overflow: hidden; /* no-overflow                */
}

.innerpage-main .tab-content > .active, .pill-content > .active {
    height: auto; /* let the content decide it  */

}

/* bootstrap hack end */


.fav-slick-slide .slick-prev {
    left: 0px;
    width: 22px;
    height: 38px;
    background: url(../images/fl_prev.png) left top no-repeat;
    z-index: 999;
    min-width: 33px;
    font-size: 0px;
    top: 50% !important;
}

.fav-slick-slide .slick-next {
    right: 0px;
    width: 22px;
    height: 38px;
    background: url(../images/fl_next.png) right top no-repeat;
    z-index: 999;
    min-width: 33px;
    font-size: 0px;
    top: 50% !important;
}

.fav-slick-slide .slick-next:hover {
    background-color: transparent;
    background: url(../images/fl_next.png) right top no-repeat;
}

.fav-slick-slide .slick-prev:hover {
    background-color: transparent;
    background: url(../images/fl_prev.png) left top no-repeat;

}

.history-table .table > tbody > tr > td {
    text-align: center;
}

.history-table .table > tbody > tr > td .cartpage-edit-hold {
    padding: 0px;
    width: auto;
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}


.loyalty-text {
    width: 70%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.loyalty-box {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 17% 5px 31px 31px;
    border: solid 1px #cecdc9;
    border-radius: 65px;
    min-height: 196px;
}

.loyalty-icon {
    width: 30%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.loyalty-text p {
    font-weight: bold;
    color: #f99d1c;
    text-transform: uppercase;
    width: 100%;
    float: left;
    font-size: 14px !important;
}

.loyalty-text h2 {
    font-weight: 400;
    font-size: 25px;
}

.loyalty-text h2 span {
    color: #43494c;
}

.loyalty-text h2 span i {
    color: #f99d1c;
    font-style: normal !important;
    float: left;
}

.special-datepicker .ui-datepicker-header {
    background: transparent !important;
    color: #f99d1c !important;
    border-radius: 0px;
    font-weight: 100;
    border: none;
    text-transform: uppercase;

}

.special-datepicker tr:nth-of-type(odd) {
    background-color: transparent;
}

.special-datepicker tr {
    background-color: transparent;
}

.special-datepicker td a.ui-state-default {
    background: none !important;
    text-align: center;
    padding: 12% 0 0 0;
    margin: 0px;
    border-radius: 49px !important;
    float: left;
    width: 100% !important;
    height: 28px !important;
    border: solid 1px #e4e2dd !important;
}

.special-datepicker .ui-datepicker-year {
    display: none;
}

.special-datepicker td a:hover {
    color: #454545 !important
}

.special-datepicker a.ui-state-default.ui-state-active {
    background: #f99d1c !important;
    color: #fff !important;
    -webkit-box-shadow: 29px 23px 44px -12px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 29px 23px 44px -12px rgba(0, 0, 0, 0.44);
    box-shadow: 29px 23px 44px -12px rgba(0, 0, 0, 0.44);
}

.special-datepicker .ui-datepicker-next span {
    background: url(../images/cal_next_or.png) left !important;
    width: 11px;
    height: 20px;
    background-repeat: no-repeat !important;
}

.special-datepicker .ui-datepicker-prev span {
    background: url(../images/cal_prev_or.png) left !important;
    width: 11px;
    height: 20px;
    background-repeat: no-repeat !important;
}

.print-hold {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.filter-btn-list {
    width: 100%;
    float: left;

}

.filter-section {

    /* position: absolute; */
    /* bottom: -122px; */
    width: 100%;
    z-index: 9999;
    margin: 0px 0 0 0;
    float: left;
}

.banner-and-filter {
    position: relative;
    with: 100%;
    float: left
}


.search-inner .filter-list {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/open_filter_icon.png) no-repeat 98% center;
    text-indent: 0.01px;
    text-overflow: "";
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #fff;
    width: 100%;
    margin: 7px 0;
    float: left;
    height: 29px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;

}

.filter-list.filter-opened {
    background: url(../images/close_filter_icon.png) no-repeat 98% center !important;
}

.filter-section {
    width: 100%;
    position: relative;
}

.absolute-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    display: none;

}

.filter-close-button {
    float: right;
    margin: 15px 0 0 0;
}

.filter-close-button img {
    float: left;
    max-width: 20px;
}

.filter-close-button span {
    color: #fff;
    font-size: 16px;
    margin: 3px 0 0 6px;
    float: left;
    padding: 0px;
    cursor: pointer;
}

.filter-close-button:hover span {
    color: #f99d1c;
}

.loadmore-btn-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.loadmore-btn-hold button {
    text-align: center;
    float: none;
    /* display: inline-block; */
    margin: 0 auto;
}

.show-more {
    color: #000;
    margin: 5px 0 0 0;
    float: left;
    text-align: center;
    width: 100%;
}

.waiting-pro-name {
    width: 100%;
    float: left;
    margin: 0px;
}

.waiting-pro-name {
    width: 100%;
    float: left;
    margin: 0px;
    margin: 0px 0 10px 0;
    font-weight: 700;
    font-size: 18px;

}

.waiting-timedate {
    width: 50%;
    float: left;
    margin: 0 0 10px 0;

}

.waiting-pro-name span {
    font-weight: normal;
}

.waiting-timedate span {
    font-weight: normal;
}

.wating-top {
    margin-bottom: 20px;
}

.hidden-cart-details {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    display: none;
}

.redeem-total {
    display: none;

}

.redeem-chkd {
    text-decoration: line-through;
    color: grey;
}

.equalto {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin: 5px 0 5px 0;
    font-size: 18px;
}

.special-date-calendar {
    float: left;
    margin: 0 0 40px -20px;
    padding: 0px;
}


.fav-cat-slide .slick-prev:before, .slick-next:before {
    display: none;
}

.no-borders {
    border: none !important;
}

.spcil-date-min-width {
    min-height: 265px;
}

.m-cart-close {
    float: right;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.modal {
    z-index: 99999 !important;
}


.like-btn-hold-history {
    width: auto;
    float: none;
    text-align: center;
    margin: 0 auto;
}

.like-btn-hold-history .active {
    background: url(../images/like_active.png) no-repeat;
    border: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-block;
}


.like-btn-hold-history .btn {
    width: 22px;
    height: 21px;
    background: url(../images/like_default.png) no-repeat;
    border: none;
    box-shadow: none;
}

.green strong {
    width: 36px;
    /* float: left; */
    display: inline-block;
}

.orange strong {
    width: 36px;
    /* float: left; */
    display: inline-block;
}

.status-two-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.status-name {
    width: 61%;
    float: left;
    margin: 0 0 0 0;
    padding: 0px;
    text-align: right
}

.status-value {
    width: 39%;
    float: left;
    padding: 0 0 0 2%;
    text-align: left;
}

.expo-cal .ui-widget.ui-widget-content {
    margin: 0 0 15px 0px;
}

.expo-cal .ui-datepicker .ui-datepicker-header {
    border: none !important;
}

.area-avil-pop {
    min-height: 12px;
}

.info-msg-below-txt {
    font-size: 10px;
    color: red;
}

.area-avil-pop .avaiable {
    border: none;
    float: left;
    padding: 8px 0 0 0;
}

.area-avil-pop .avaiable i {
    margin-top: -2px;
    margin-right: 4px;
    float: left;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999999;
    background: #f99d1c;
    border: none;
}

.only-show-mobile {
    display: none;
    font-weight: bold;
}

.ser-icon-hold {
    width: 252px;
    height: 252px;
    min-height: 252px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
    display: table;
}

.ser-icon-hold-cartpage {
    width: 252px;
    height: 252px;
    min-height: 252px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
    display: table;
}

.ser-icon-hold:hover {
    opacity: 0.8;
}
.ser-icon-hold-cartpage:hover {
    opacity: 0.8;
}

.our_service_sec .slick-prev:before {
    display: none;
}
.our_service_sec-cartpage .slick-prev:before {
    display: none;
}

.our_service_sec .slick-next:before {
    display: none;
}

.our_service_sec-cartpage .slick-next:before {
    display: none;
}

.ser-slick-slide img {
    width: auto;
    text-align: center;
    padding: 10% 0 0 0;
    margin: 0 auto;
}

.ser-slick-slide-cartpage img {
    text-align: center;
    padding: 10% 0 0 0;
    margin: 0 auto;
}

.ser-slick-slide a p {
    text-align: center;
    color: #fff;

    font-weight: normal;
    width: auto;
    line-height: normal;
}
.ser-slick-slide-cartpage a p {
    text-align: center;
    /* color: #fff; */

    font-weight: normal;
    width: auto;
    line-height: normal;
}

.waiting-table .table > tbody > tr > td {
    text-align: left;

}

/* menu hover*/

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
}

.not-relative {
    position: unset !important;
}


@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

/* menu hover ends*/


/* megamenu  starts*/

.mega-dropdown-menu {
    width: auto;
    float: left;
    padding: 2% 2% 2% 2.2%;
    max-height: 600px;
    overflow-y: auto;
    text-align: center;
}

.mega-dropdown-menu h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #03527c;
    margin: 10px 0 10px 0;
}

.mega-dropdown-menu li {
    float: none;
    padding: 5px;
    display: inline-block;
}

.mega-dropdown-menu .ser-icon-hold {
    margin: 0;
    min-height: 20px;
    height: 89px;
    padding: 0;
    width: 89px;
    display: table;
}

.mega-dropdown-menu .ser-icon-hold a {
    width: 100%;
    float: none;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 5px;
}

.mega-dropdown-menu .ser-icon-hold a img {
    text-align: center;
    margin: 0 auto;
    width: 37%;
}

.mega-dropdown-menu .ser-icon-hold a p {
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 12px;
    font-size: 11px;
}

.dropdown-menu {
    z-index: 9999999;
}

/* megamenu  ends*/


.nosearch-txtbx .chzn-container-single .chzn-drop {
    top: 52px !important;

    position: absolute;
    z-index: 9999;
    overflow-y: auto;
}

.nosearch-txtbx .chzn-container .chzn-results {
    padding: 10px 0 0 0px;
}


.attribute-chkbx-group {
    margin-bottom: 7px;
    float: left;
    position: relative;
}

.attribute-chkbx-group ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}

.attribute-chkbx-group ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 10px;

}

.attribute-chkbx-group .radio, .checkbox {
    padding: 0px;
    margin: 0px;
}

.attribute-chkbx-group .radio label {
    padding: 0px;
}

.attribute-chkbx-group h2 {
    font-weight: normal;

    font-size: 18px;
    color: #6c6c6b;
    margin: 0 0 6px 0;
    padding: 0px;
    width: 100%;

}

.inc {
    width: 23px;
    height: 23px;
    background: url(../images/plus_btn.jpg) no-repeat center;
    /* float: left; */
    font-size: 0px;
    position: absolute;
    right: 0px;
    top: 45%;
}

.dec {
    width: 23px;
    height: 23px;
    background: url(../images/minus_btn.jpg) no-repeat center;
    /* float: left; */
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 45%;
}


.icre-txt-box {
    width: 100% !important;
    float: left;
    text-align: center;
}

.attribute-tab-section label {

    float: left;
    margin: 0 0 6px 0;
    padding: 0px;
    width: 100%;

    font-weight: normal;

    font-size: 18px;
    color: #6c6c6b;

}

.increment-box {
    width: 200px;
    float: left;
    position: relative;
    padding: 0px;
}

.chzn-container-multi .chzn-choices {
    border: 1px solid #ffa200 !important;
    background: transparent !important;
    width: 100%;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    width: 8px;
    height: 6px;

    font-size: 1px;
    background: url(../images/attribute_close.jpg) right top no-repeat;
    background-color: transparent !important;

}

.browse-btn {
    font-size: 19px;
    border-radius: 33px;
    width: auto;
    float: left;
    background: #f99d1c;
    height: 48px !important;
    margin-top: 0px;
    color: #fff;
    padding: 10px 30px 7px 10px;
    min-width: 250px;
    border: solid 1px #f99d1c !important;
}

.price-table-wrap {
    float: left;
    width: 100%;

}

.price-table {
    float: left;
    width: 100%;
    /*max-height: 100px;*/
    /*overflow-y: auto;*/
}

.price-table-wrap h2 {
    font-size: 16px;
    color: #585654;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: left;
    float: left;
}

.price-table > table > tbody > tr {

    height: 30px;
}

.price-table > table > tbody > tr:nth-child(odd) {
    background: #ebe5e5;
}


.price-table > table > tbody > tr > th {
    padding: 10px;
    height: 30px;
    font-size: 12px;
    text-align: center;
}

.price-table > table > tbody > tr > td {
    padding: 10px;
    height: 30px;
    font-size: 12px;
    text-align: center;
}

.listing-items-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.listing-items-hold ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.listing-items-hold ul li {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #ebe5e5;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.listing-items-hold ul li p {

    line-height: normal;
    font-size: 16px;
    float: left;
}

.listing-items p {
    width: 80%;
    float: left;
}

.listing-items .units-per-item {
    width: 20%;
    float: left;
}

.units-per-item .icre-txt-box {
    border: none !important;
    padding: 0px 0 0 0;
    margin: 0px;
    height: 27px;
}

.units-per-item .dec {
    top: 3px;
}

.units-per-item .inc {
    top: 3px;
}

.unitlist-row {
    width: 100%;
    float: left;
    border: solid 1px #f99d1c !important;
    padding: 10px;
}

.unitlist-row > .numbers-row {
    width: 100%;
}

.a2a_menu * {
    float: left !important;
}


.color-select {
    width: 20px !important;
    height: 20px !important;
    float: left;
    margin: 0 2px 0 2px !important;
    border-radius: 0px;
    padding: 2px !important;

}

.color-select.active {
    border: solid 2px #F60 !important;

}

.color-select > input {
    height: auto !important;
    padding: 0px;
    margin: 0px;
}

.chkbox-listing {
    width: 80% !important;
    float: left;
    margin: 5px 0 0 0;
    padding: 0px;
    position: relative;
}


.optional-select-hold {
    float: left;
    background: #ebe5e5;
    padding: 13px 0 0 21px;
}


.cart-notify {
    width: 331px;
    float: left;
    margin: 0px;
    top: 100px;
    right: 0px;
    background: #f7f6f1;
    border: solid 1px #f99d1c;
    -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);

    padding: 1% 1% 1% 2%;
    position: absolute;
    z-index: 999;


}

.cart-notify > h1 {
    font-size: 16px;
    font-weight: 500;
    color: #f99d1c;
    margin: 0 0 15px 0;
    float: left;
    line-height: 18px;
    text-align: left;
    padding: 0 27px 0 0px;
}

.ntfi-cls-container {
    position: absolute;
    top: 8px;
    right: 11px;
}


.payment-main .radio + .radio, .checkbox + .checkbox {
    margin: 10px 0 15px 0;
}

.radeem-range-hold .ui-widget.ui-widget-content {
    width: 83% !important;
    background: #09659b !important;
}

#radeem-range {
    top: 50%;
    margin-top: 0px;
    text-align: center;
    line-height: 1.6em;
    color: #fff !important;
    line-height: 20px;
    font-size: 11px;
    cursor: pointer
}

.radeem-range-hold {
    display: none;
}

.radeem-range-hold label {
    margin: 12px 0 14px 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    float: left;
}

.radeem-range-hold #radeem-range {
    margin-top: -2px;
}

.radeem-range-hold .range-hold:before {
    background: #09659b !important;

}

.paylater-msg {
    display: none;
}

.rateit-reset {
    display: none !important;
}


.rate-main .rateit {
    margin: 0px 0 6px 0;
}

.container {
    /*padding-right: 0px!important;*/
    /*padding-left: 0px!important;*/
}

.terms-hold {
    width: 100%;
    float: left;
}

.terms-hold strong {
    width: 100%;
    float: left;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
}

.terms-hold p strong {
    width: 100%;
    float: left;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
}

.terms-hold p {
    float: left;
    margin: 8px 0 0 0;

}

.margintop_ten {
    margin: 10px 0 0 0;
}


/*@media print
{
.noprint {display:none;}
header{display:none;}
footer{display:none;}
  body {transform: scale(.9);}
    table {page-break-inside: avoid;
	width:1500px;

	}
}*/


.print-orderid {
    border-bottom: solid 3px #f99d1c;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    float: left;
    width: 100%;
}

div#profile-pop {
    position: absolute;
    height: auto;
    /*overflow: visible;*/
}

.modal-content .product-details h3 {
    font-size: 18px;
    color: #585654 !important;
}

.color-row-hold {
    margin: 0 0 0px 0 !important;
    height: 53px;
    padding-top: 20px;
}

#profile-pop .listing-items-hold ul li, #profile-pop .cart-m-over {
    width: 31.5%;
    margin-right: 1.8%;
    margin-top: 5px;
}

#profile-pop .chkbox-listing {
    width: 60% !important;

}

#profile-pop .listing-items .units-per-item {
    width: 40%;
}

#profile-pop .modal-content button {
    margin-top: 50px;
}

#profile-pop .price-part {
    margin-top: 35px;
    padding: 0px;
    text-align: left;
    float: right;
}

#profile-pop .chkpro {
    background: url(../images/drop1.png) 0px 1px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    transform: rotate(180deg);
    margin: 0px 10px;
}

#profile-pop .collapsed .chkpro {
    background: url(../images/drop1.png) 5px 10px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    transform: rotate(0deg);
    margin: 0px 10px;
}

#prx .price-table {
    max-height: 100%;
}

.multi-full .chzn-container-multi .chzn-choices .search-field .default {
    width: 100% !important;
}

.multi-full label {
    margin: 10px 0px;
}

.multi-full {
    margin-bottom: 15px;
}

#profile-pop ul.chzn-choices {
    max-height: 85px;
    overflow-y: auto;
}

#profile-pop .units-per-item .icre-txt-box {
    margin-bottom: 0px !important;
}

#profile-pop .modal-content textarea {
    margin: 15px 0px;
}

.product-attr-pop {
    width: 68%;
}

.attribite-icrement {
    width: 100%;
}

.attribite-icrement input {
    margin: -15px 0 0 0 !important;
    padding: 15px 0 0 0;
    width: 100%;
}

.product-attr-pop .grey-bdr {
    border-top: solid 1px #c0baba;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0!important;
}


.order-list-btn {
    font-size: 11px;
    border-radius: 33px;
    width: auto;
    float: left;
    border: none;
    height: 21px;
    margin: 0px 15px 0 0;
    color: #fff;
    padding: 3px 14px 3px 14px;
    min-width: 11px;
}

.order-list-btn:hover {
    color: #fff;
}

.table-responsive {
    overflow-x: unset !important;
}


.back-button-hold {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
}

.New_Old_Amount span {
    width: 100%;
    font-size: 14px;
    float: left;
    margin: 10px 0 0 0;

}


div#pro-edit-pop {
    position: absolute;


}


#pro-edit-pop .listing-items-hold ul li, #pro-edit-pop .cart-m-over {
    width: 31.5%;
    margin-right: 1.8%;
    margin-top: 5px;
}

#pro-edit-pop .chkbox-listing {
    width: 60% !important;

}

#pro-edit-pop .listing-items .units-per-item {
    width: 40%;
}

#pro-edit-pop .modal-content button {
    margin-top: 50px;
}

#pro-edit-pop .price-part {
    margin-top: 35px;
    padding: 0px;
    text-align: left;
    float: right;
}

#pro-edit-pop .chkpro {
    background: url(../images/drop1.png) 0px 1px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    transform: rotate(180deg);
    margin: 0px 10px;
}

#pro-edit-pop .collapsed .chkpro {
    background: url(../images/drop1.png) 5px 10px no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    transform: rotate(0deg);
    margin: 0px 10px;
}

#pro-edit-pop ul.chzn-choices {
    max-height: 85px;
    overflow-y: auto;
}

#pro-edit-pop .units-per-item .icre-txt-box {
    margin-bottom: 0px !important;
}

#pro-edit-pop .modal-content textarea {
    margin: 15px 0px;
}

.modal {
    overflow-y: auto;
}

.order-edit-available {
    margin: 21px 0 0 0;
}

.order-edit-available .avaiable {
    float: left;
}

.order-edit-model-row {
    margin: 0 0 21px 0;
}

.oredr-edit-payment .payment-main {
    padding: 0 0 0 0px;
}


.listing-blog {
    width: 97%;
}

.listing-blog-box {
    padding: 20px 0 30px 0
}

.blog-detail-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.blog-detail-hold h1 {
    font-size: 20px;
    color: #252323;
    padding: 25px 75px 8px 0px;
    line-height: 25px;
}

.blog-detail-hold > span {
    font-size: 15px;
    color: #1570a2;
    background: url(../images/icons/clock.png) left center no-repeat;
    float: left;
    padding: 7px 3px 5px 25px;
    margin: 0 0 16px 0px;
    width: 100%;
}

.blog-detail-hold .blog-detaildate {
    font-size: 12px;
    color: #1570a2;
    padding: 25px 75px 8px 70px;
    line-height: 25px;
    float: left;
    width: 100%;
    position: relative;
}

.blg-img-span img {
    max-width: 500px;
}

.blg-img-span {
    width: 100%;
    float: left;
    margin: 16px 0 16px 0;
}

.blog-detail-hold .blogs {
    background: transparent;
    border: none;
    min-height: 109px;
}


.blog-detaildate .date_time {
    position: relative;
    left: 0px;
    top: 0;

}

.blog-detaildate .date_time {
    position: relative;
    left: 0px;
    top: 0;

}

.oredr-edit-table {
    margin: 31px 0 10px 0;
}


@media print {
    .table-responsive ul {
        list-style: none;
        margin: 0px;
        width: 1000px;
        float: left;
    }

    .table-responsive ul li {
        list-style: none;
        margin: 12px 0 15px 0;
        padding: 0px;
        width: 1000px;
        float: left;
    }

    @page {
        /*size: 297mm 210mm;*/
        /* landscape */
        /* you can also specify margins here: */
        margin-right: 45mm; /* for compatibility with both A4 and Letter */
    }
}

.contact-main i img {
    min-width: 59px;
}

.required-field label {
    margin: 0 0 0 14px;
}

.required-field .radio label {
    margin: 0 0 0 0px;
}

.required-field .checkbox label {
    margin: 11px 0 5px 0;
}


.pro-des-main .des-co-1 i img {
    max-width: 34px;
}

.ser-icon-hold a img {
    max-width: 83px;
    max-height: 109px;
    padding: 0px;
}

.ser-icon-hold-cartpage a img {
    width: 201px;
    height: 141px;
    padding: 0px;
}

.multi-price-table {
    margin: 3px 0 15px 15px;
    float: left;
    width: 100%;
}

.attribute-chkbx-group {
    width: 100%
}

.multi-op-arrow {
    background: url(../images/price_list_icon.png) 5px 5px no-repeat;
    width: 32px;
    height: 21px;
    display: inline-block;
    transform: rotate(0deg);
    margin: 0px 3px 0 3px;
    outline: none;
}

div.disabled {
    pointer-events: none;
    opacity: 0.5;
}


/* new code 31 july 2019 starts*/

.blog-detail-hold > p {
    float: left;
}

.filter-calendar > input::-webkit-input-placeholder{
    font-size: 18px!important;
    color: #fff!important;
}

.filter-calendar input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px!important;
    color: #fff!important;
}
.filter-calendar input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    color: #fff;
}
.filter-calendar input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    color: #fff;
}
.filter-calendar input[type="text"]:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    color: #fff;
}

.ser-slick-slide .slick-slider{
    float: left;
}
.ser-slick-slide-cartpage .slick-slider{
    float: left;
}

.service-sec-wrap{
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    float: none!important;
}




.slider_area {
    padding: 0 50px 0 50px;
}

.ser-slick-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.ser-slick-slide-cartpage {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}


.ser-slick-slide.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.ser-slick-slide-cartpage.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.prodetail-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}


.prodetail-slide.slick-initialized {
    visibility: visible;
    opacity: 1;
}




.ser-icon-hold a {
    display: table-cell;
    vertical-align: middle;
}

.ser-icon-hold-cartpage a {
    display: table-cell;
    vertical-align: middle;
}

.cart-page-pro-image-icon img {
    max-width: 69px;
    width: 100%;
}

.opt-btn{
    padding: 0 15px 0 0;
    margin: 0px;

}
.opt-btn-hold{
    padding: 0 15px 0 0;
    margin: 0px;
}


.swal-modal {
    width: 94%!important;
    max-width: 425px;
}

.featured_service {
    padding: 0 50px 0 50px;
}
.interstedSlider.pro-list-wrap:before{ display:none;  }
.interstedSlider .ser-icon-hold-cartpage{ width: 100%; }
.interstedSlider.pro-list-wrap ul li{ padding: 0px; width: 100% !important; margin: 0;  }
.interstedSlider .ser-icon-hold-cartpage a img{ width: 100%; }
.interstedSlider .slick-initialized .slick-slide{ padding: 0 10px; }
.interstedSlider .product-des-cartpage { position: absolute; bottom: 0; padding: 10px; box-sizing: border-box; width: 100%; z-index: 1; text-align: left; }
.interstedSlider .product-des-cartpage:before{ width: 100%; margin-left: 0; }
.interstedSlider .product-des-cartpage h4{font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px 0;}
    .interstedSlider .product-des-cartpage{
            color: #fff;
    }


.service-sec-wrap .slider_area{

}

.interstedSlider .inner-outline:hover.first-img::before{ left: 0; }
.interstedSlider.pro-list-wrap ul{ width: 100%; }

/* media quries for homepage service section starts*/



@media (max-width: 1457px) {

    .ser-icon-hold {
        width: 240px;
        height: 240px;
        min-height: 240px;
    }
    .ser-icon-hold-cartpage {
        width: 214px;
        height: 240px;
        min-height: 240px;
    }
    .fifity_div img{
        height: 265px;
    }
    .y_wrap{
        height: auto;
    }
    .b_wrap{
        height: auto;
    }

    .offer-slider-slick .slick-slide img{
        height: 337px;
    }


}

@media (max-width: 1345px) {

    .ser-icon-hold {
        width: 226px;
        height: 226px;
        min-height: 226px;
    }
    .ser-icon-hold-cartpage {
        width: 226px;
        height: 226px;
        min-height: 226px;
    }

}


@media (max-width: 1300px) {

    .ser-icon-hold {
        width: 220px;
        height: 220px;
        min-height: 220px;
    }
    .ser-icon-hold-cartpage {
        width: 220px;
        height: 220px;
        min-height: 220px;
    }
    .fifity_div img{
        height: 250px;
    }
    /*
        .y_wrap{
        height: 250px;
        }
        .b_wrap{
         height: 250px;
        }

        */

    .offer-slider-slick .slick-slide img{
        height: 326px;
    }


}


@media (max-width: 1300px) {

    .ser-icon-hold {
        width: 220px;
        height: 220px;
        min-height: 220px;
    }

    .ser-icon-hold-cartpage {
        width: 220px;
        height: 220px;
        min-height: 220px;
    }
    .fifity_div img{
        height: 250px;
    }
    /*
        .y_wrap{
        height: 250px;
        }
        .b_wrap{
         height: 250px;
        }

        */

    .offer-slider-slick .slick-slide img{
        height: 326px;
    }


}


@media (max-width: 1254px) {
    .ser-icon-hold {
        width: 186px;
        height: 186px;
        min-height: 186px;

    }
    .ser-icon-hold-cartpage {
        width: 200px;
        height: 225px;
        min-height: 225px;

    }

    .product-attr-pop .listing-items-hold ul li{
        width:100%!important;
    }


}


@media (max-width: 1153px) {



}


@media (max-width: 1024px) {
    .alert{
        float: left;
    }

    .ser-icon-hold {
        width: 164px;
        height: 164px;
        min-height: 164px;

    }
    .ser-icon-hold-cartpage {
        width: 200px;
        height: 225px;
        min-height: 225px;

    }
}



@media (max-width: 962px) {
    .ser-icon-hold {
        width: 136px;
        height: 136px;
        min-height: 136px;

    }
    .ser-icon-hold-cartpage {
        width: 200px;
        height: 225px;
        min-height: 225px;

    }
    .ser-icon-hold a img {
        max-width: 64px;
        max-height: 101px;
    }
    .ser-icon-hold-cartpage a img {
        width: 200px;
        height: 225px;
    }

    .ser-icon-hold{
        margin-bottom: 12px;
    }
    .ser-icon-hold-cartpage{
        margin-bottom: 12px;
    }


}

@media (max-width: 802px) {
    .ser-icon-hold {
        width: 125px;
        height: 125px;
        min-height: 125px;

    }

    .ser-icon-hold-cartpage {
        width: 200px;
        height: 225px;
        min-height: 225px;

    }
    .ser-icon-hold a img {
        max-width: 50px;
        max-height: 190px;
    }

    .ser-icon-hold-cartpage a img {
        width: 200px;
        height: 225px;
    }

    .ser-slick-slide a p{
        font-size: 14px!important;
    }

    .ser-slick-slide-cartpage a p{
        font-size: 14px!important;
    }
}

@media (max-width: 802px) {

    .ser-icon-hold {
        width: 125px;
        height: 125px;
        min-height: 125px;

    }
    .ser-icon-hold-cartpage {
        width: 200px;
        height: 225px;
        min-height: 225px;

    }
}



/* media quries for homepage service section ends*/


@media (max-width:1200px) and (min-width:767px) {

    .col-lg-7.col-md-7.col-sm-7.col-xs-12.navigation {
        width: 47%;
    }

    .navigation .nav > li > a {
        font-size: 11px;
        padding: 13px 3px;
    }

    .login_menus {
        margin-top: 40px;
        width: 36%;
    }


}


@media (max-width:768px) {


    .mess { top: 0px;
        left: auto;
        right: 0;

    }

    .spn-info{
        left: auto;
        right: 0;
    }

    .spn-info:before {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        bottom: -5px;
        right: 6px;
        left: auto;
    }


    .std-fld-space {
        float: left;
        width: 100%;
        min-height: 15px;
    }

    #pop5 .modal-content button{
        max-width: none!important;
    }
    .login-pop-illst{
        display: none;
    }

    .cart-summery22{
        padding: 0 0 0 0px;
    }

    .cart-summery22 .summery-con22{
        padding: 20px 0px;
    }

    .radio label, .checkbox label{
        padding-left:0px!important;
    }

    .payment-main{
        padding: 0 0 0 0px;
    }

}


@media (max-width: 984px) {
    .product-attr-pop #profile-pop .listing-items-hold ul li, #profile-pop .cart-m-over{
        width:100%;
    }

    .product-attr-pop #profile-pop .modal-content button {
        margin-top: 11px;
    }

    .product-attr-pop .price-part{
        width: 100%;
        text-align: center!important;
    }

    .opt-pop-price {
        width: 100%;
        text-align: center;
    }

    .total-section-hold ul {
        width: 317px;
    }

}

@media (max-width: 768px) {
    .opt-pop-price{
        width: 100%;
        text-align: left;
        padding: 0;
    }

    footer .for-small ul{
        width:100%!important;

    }

    .product-attr-pop .price-part {
        width: 100%;
        text-align: left!important;
    }

    .innerpage-main button{
        min-width: 100%;
    }

    .search-inner {
        position: absolute;
        width: 100%;
        bottom: -32%;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 0;
        font-weight: 200;
    }

    .closs-btn button {
        font-size: 9px;
        border-radius: 50%;
        width: 20px;
        float: left;
        border: none;
        height: 20px;
        margin: 10px 0px 0px 0px!important;
        color: #fff;
        padding: 0px 0px 1px 1px;
        min-width: 11px!important;
        font-weight: bold;
    }

}

@media (max-width: 627px){

    div#manage-b .modal-content {
        padding-bottom: 42px!important;
    }

    .product-attr-pop .listing-items-hold ul li{
        width:100%!important;
    }
    .product-attr-pop .attribute-chkbx-group ul li{
        width:100%!important;
        margin: 4px 0 4px 0;

    }


    .product-attr-pop .modal-body {
        padding: 20px 50px 50px 50px;
    }

    .product-attr-pop .modal-body .row {
        float: none;
    }

    .opt-btn {
        padding: 0px;
        margin: 0px;
        width: 100%!important;
        float: left;
    }

    .opt-btn-hold {
        padding: 0 0px 0 0;
        margin: 0px;
        width: 100%;
        float: left;
    }


}

@media (max-width: 378px){

    .multi-op-arrow{

    }

}

@media (max-width: 414px)
    .navbar-header {
        float: right;
        margin-top: -19%;
    }


    /* media quries and new restrictions  for listing page starts */

    .pro-list-wrap ul li:first-child a .first-img img {
        height: 500px;
    }

    .first-img img {
        width: 100%;
        max-width: 100%;
        height: 239px;
        /*object-fit: contain;*/
    }

    .pro-list-wrap ul li:first-child .place i img {
        width: 100%;
        height: 100%!important;
    }

    .place i img {
        width: 100%;
        height: 100%;
    }

    .random-color-blank {
        width: 100%;

        float: left;
        margin-top: 1px;
        cursor: default !important;
        position: relative;
    }


    @media (max-width: 1199px){

        footer ul + ul {
            padding-left: 0;
        }

        .pro-list-wrap ul li:first-child a .first-img img {
            height: 432px;
        }


        .first-img img {
            width: 100%;
            max-width: 100%;
            height: 206px;
        }




    }

    @media (max-width: 991px){

        .pro-list-wrap ul li:first-child a .first-img img {
            height: 334px;
        }


        .first-img img {
            width: 100%;
            max-width: 100%;
            height: 160px;
        }

        .random-color-blank{

        }



    }


    @media (max-width: 687px){

        .thnk-img{
            display: none;
        }

        .pro-list-wrap ul li:first-child a .first-img img {
            height: 306px;
        }


        .first-img img {
            width: 100%;
            max-width: 100%;
            height: 146px;
        }

        .random-color-blank{

        }

    }

    @media (max-width: 626px){

        .pro-list-wrap ul li:first-child a .first-img img {
            height: auto;
        }


        .first-img img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }



    }





    /* media quries and new restrictions  for listing page ends */


    @media(max-width:1200px){

        .useraccount-btn{
            min-width:auto!important;
        }

    }


    @media(max-width:964px){

        .history-table .table > tbody > tr > td .cartpage-edit-hold button {
            margin-top: 4px;
            width:100%
        }

        .status-name{
            width:100%;
            text-align: center;
        }

        .status-value{
            width:100%;
            text-align: center;
        }

    }





    @media(max-width:627px){

        .cart-table-hold .smallbtn button {

            max-width: 250px;
        }
        .cart-table-hold td h1{
            text-align: center!important;
        }
    }




    /* media quries for homepage featured service section starts*/

    @media (max-width: 1254px) {


        .fifity_div img{
            height: 225px;
        }

        /*
            .y_wrap{
            height: 225px;
            }
            .b_wrap {
             height: 225px;
            }
            */
        .offer-slider-slick .slick-slide img {
            height: 309px;
        }


    }

    @media (max-width: 1128px) {
        .adrs-wrap {
            width: 50%;
        }
    }



    @media (max-width: 1050px) {


        .fifity_div img{
            height: 195px;
        }

        /*
            .y_wrap{
            height: 195px;
            }
                .b_wrap {
             height: 195px;
            }

            */

        .offer-slider-slick .slick-slide img {
            height: 276px;
        }
    }



    @media (max-width: 1024px) {

        .fifity_div img{
            height: 177px;
        }

        /*
            .y_wrap{
            height: 177px;
            }
             .b_wrap {
             height: 177px;
            }

            */

        .offer-slider-slick .slick-slide img {
            height: 256px;
        }

    }

    @media (max-width: 992px) {
        .adrs-wrap {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
    }

    @media (max-width: 991px) {


        .offer-slider-slick .slick-slide img {
            height: auto;
        }


        .fifity_div img {
            height: 350px;
        }

        /*
            .b_wrap {
            height: 350px;
        }
                .y_wrap {
            height: 350px;
        }
            */

        .fifity_div h4 {
            font-size: 40px!important;
            color: #fff;
            padding-bottom: 15px;
        }

        .fifity_div p {
            font-size: 27px!important;
            color: #fff;

        }

    }



    @media (max-width: 768px) {


        .fifity_div img {
            height: 260px;
        }

        /*
            .b_wrap {
            height: 260px;
        }
                .y_wrap {
            height: 260px;
        }
            */

        .fifity_div h4 {
            font-size: 40px!important;
            color: #fff;
            padding-bottom: 15px;
        }

        .fifity_div p {
            font-size: 27px!important;
            color: #fff;

        }


    }


    @media (max-width: 646px) {


        .fifity_div img {
            height: 209px;
        }

        /*
            .b_wrap {
            height: 209px;
        }
                .y_wrap {
            height: 209px;
        }
            */

        .fifity_div h4 {
            font-size: 32px!important;
            color: #fff;
            padding-bottom: 15px;
        }

        .fifity_div p {
            font-size: 20px!important;
            color: #fff;

        }


    }


    @media (max-width: 574px) {

        .prodetail-btn-hold ul li:first-child .pro-detail-btn{
            font-size: 15px !important;
        }

        footer ul + ul {
            padding-left: 0!important;
        }


        .fifity_div img {
            height: 176px;
        }

        /*
            .b_wrap {
            height: 176px;
        }
                .y_wrap {
            height: 176px;
        }
        */
        .fifity_div h4 {
            font-size: 24px!important;
            color: #fff;
            padding-bottom: 15px;
        }

        .fifity_div p {
            font-size: 15px!important;
            color: #fff;

        }


    }


    @media (max-width: 500px) {
        .featured_service {
            padding: 0 20px 0 20px;
        }


        .fifity_div img {
            height: 176px;
        }

        /*
            .b_wrap {
            height: 176px;
        }
                .y_wrap {
            height: 176px;
        }
            */

        .fifity_div h4 {
            font-size: 18px!important;
            color: #fff;
            padding-bottom: 0px;
            line-height: normal!important;
        }

        .fifity_div p {
            font-size: 12px!important;
            color: #fff;
            line-height: normal!important;

        }




    }

    @media (max-width: 435px) {

        .yellow {
            padding: 10px;

        }
        .blue{
            padding: 10px;
        }


        .fifity_div img {
            height: 140px;
        }

        /*
            .b_wrap {
            height: 123px;
        }
                .y_wrap {
            height: 123px;
        }
            */

        .fifity_div h4 {
            font-size: 18px!important;
            color: #fff;
            padding-bottom: 0px;
            line-height: normal!important;
        }

        .fifity_div p {
            font-size: 12px!important;
            color: #fff;
            line-height: normal!important;
            display: none;

        }


    }



    @media (max-width: 322px) {




        .fifity_div img {
            height: 100px;
        }

        /*
            .b_wrap {
            height: 100px;
        }
                .y_wrap {
            height: 100px;
        }
            */

        .fifity_div h4 {
            font-size: 16px!important;
            color: #fff;
            padding-bottom: 0px;
            line-height: normal!important;
        }


    }

    @media (max-width: 1250px) {
        .blog_box h2{
            font-size: 32px;
        }
    }

    /* media quries for homepage service section ends*/




    /* media quries for homepage blog section starts*/
    @media (max-width: 1103px) {
        .blog_sec_wrap .blg-hlf-part {
            width: 100%;
        }



        .blog_sec_wrap .pd_controll{
            width: 100%;

        }

        .blg-hlf-part {
            max-height: none!important;
            overflow-y: auto;
        }

    }

    @media (max-width: 500px) {

        .blog_section {
            background: #f0f0f0;
            padding: 0 20px 0 20px;
        }
    }



    /* media quries for homepage blog section ends*/


    .blg-fullwidth{
        background: #f0f0f0;
        width:100%;
        float: left;
    }

    .blg-hlf-part {
        max-height: 481px;

    }

    @media (max-width: 767px) {
        .history-table .table > tbody > tr > td {
            position: relative;
            white-space: unset;
        }
    }


    .alert{
        padding: 5px;
    }



    .ser-slick-slide .slick-list {

        overflow: visible;
    }

    .ser-slick-slide-cartpage .slick-list {

        overflow: visible;
    }

    .service-sec-wrap .slider_area{
        overflow: hidden;
    }

    .ser-slick-slide .slick-slide{
        opacity: 0.3;

    }
    .ser-slick-slide-cartpage .slick-slide{
        opacity: 0.3;

    }

    .ser-slick-slide .slick-slide.slick-active{
        opacity: 1;

    }
    .ser-slick-slide-cartpage .slick-slide.slick-active{
        opacity: 1;

    }

    .adrs-wrap{

        /*height: 302px;*/

    }

    .alert {
        padding: 0px;
        margin-bottom: 0;
        border: none;
        border-radius: 4px;
        font-weight: 200!important;
        font-size: 12px;
        margin: 0px;
    }

    .alert-danger {
        color: #a94442;
        /* background-color: #f2dede; */
        border-color: #ebccd1;
        border: none;
        background: transparent;
    }

    #pop4 .rating .row{
        float: none!important;
    }

/* new code 31 july 2019 ends*/

/*
* Css added by Lokesh 
*/


.pendingconfirmed {float:right; border-left:1px solid #c9c9c9;  color:#ff6c00; font-size:16px; padding:10px 0 5px 6px;}

.pendingconfirmed i {margin-top:-2px; margin-right:4px; float:left;}

.notavaiable #pNotAvailable {
    float: left;
}
.outOfDelivery{
    float: left;
}
#pNotAvaMessage{
    float: left;
}

.copydisable { 
  -webkit-user-select: none; 
  -webkit-touch-callout: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;    
}


/* new code 31 july 2019 ends*/

/* css for social buttons 21-04-2020*/

.share-link.shareBlock{
    
}
.share-link.shareBlock .like-btn-hold{ float: none; display: inline-block; vertical-align: top;}

.share-link.shareBlock .share-link a{float: none; display: inline-block;  vertical-align: top;}

.share-link.shareBlock .avaiable, .share-link.shareBlock .notavaiable, .share-link.shareBlock .pendingconfirmed{float: none; display: inline-block;  vertical-align: top; text-align: center; font-size:18px;} 
.share-link.shareBlock .avaiable i, .share-link.shareBlock .notavaiable i, .share-link.shareBlock .pendingconfirmed i{ display: block;  float: none;}



.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
    font-size: 16px;
}

.btn-google {
    color: #fff;
    background-color: #DD4B39;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social:hover {
    color: #eee;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 7px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}



.minimum-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.minimum-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.check-term{
    min-height: 40px;
    padding: 0px;
    width: 100%;
}
#confirm-error {
    color: red;
    padding: 10px 10px 10px 0px;
    display: none;
}
.remove-discount {
    line-height: 17px;
    font-size: 10px;
}
.remove-checkout {
    padding: 0px !important;
}

.showFreeDelivery{
position: absolute;
right: 10px;
top: 10px;
display: block;
width:30px !important;
height:30px !important;
z-index: 9999;
}
.showFreeDeliveryText{
position: absolute;
z-index: 9999;
top: 15px;
right: 44px;
color: #fff;
display: block;
}

.cart-page-custom h4{
    color:#116ea0 !important;
}
.custom-waiting-next , .custom-next{
	display: none;
}
/* #244 task*/
.areanotavaiable {
    float: right;
    border-left: 1px solid #c9c9c9;
    color: #f00707;
    font-size: 18px;
    padding: 10px 0 5px 10px;
}

.areanotavaiable i {
    margin-top: -2px;
    margin-right: 4px;
    float: left;
}
.areanotavaiable #pAreaNotAvaMessage {
    float: left;
}
/* #244 task END*/
.cartpage_row button{
    min-width: 100%;
    font-size: 19px;
    border-radius: 33px;
    width: auto;
    float: left;
    background: #f99d1c;
    border: none;
    height: 40px;
    margin-top: 0px;
    color: #fff;
    padding: 8px 30px 9px 30px;
    min-width: 250px;
    background: #ee9518;
}


.cartpage_row .slick-dots li {
    visibility: visible;
}

.cartpage_row .slick-dots li button {
    visibility: visible;
}

.cartpage_row .slick-dots li.slick-active button {
    visibility: visible;
}
.cartpage_li{
    width: 91% !important;
    display: inline-block !important;
}
/* .our_service_sec-cartpage {
    padding: 25px 0 54px 0;
    width: 93%;
    float: left;
} */
.our_service_sec-cartpage a p{
    font-size: 12px;
    text-align: left; 
}
.our_service_sec-cartpage .price-list1{
    font-size: 13px;
}

.cartpage_li a img{
    height: 201px !important;
}

.product-des-cartpage:before {
    position: absolute;
    background: url(../images/shade_details.png) repeat-x;
    content: "";
    bottom: 1px;
    width: 95%;
    height: 125px;
    left: 0px;
    z-index: -3;
    margin-left: 5px;
}
.cartpage_li .price-list{
    font-size: 20px !important;
    font-weight: 800;
    float: left;
    width: 100%;
    color: #d4d8d0;
    text-decoration: line-through;
}


.cartpage_li .price-list1{
    font-size: 20px !important;
    font-weight: 800;
    float: left;
    width: 100%;
    color: #f99d1c;
    margin: 2px 0 2px 0;
}
.cartpage_row{
    margin-top: 30px;
}
.ui-timepicker-container{
    height: 200px !important;
    color: inherit;
}
.spcil-date-min-width h3 {
    padding-top: 0;
}






