@charset "utf-8";
/**--------------------------------------------------------
 * CSS Information
 * File Name    :  style.css
 * Theme Name   :  The Dermatology Practice.
 * Author       :  Gladys & Jayesh Morker
 * Description  :  June 2021
 -----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Inter', sans-serif;
100;200;300;400;500;600;700;800;900

var(--primary)
var(--secondary)
var(--light)
var(--red)
*/
:root { --primary: #91313D;/*maroon*/
--secondary: #766A6C;/*Body Text*/
--light: #AAAAAA;/*light Gray*/
--dark: #1E1E1E;/*dark*/
--red: #E13940;/*red*/
}
.primary { color: var(--primary); }
.secondary { color: var(--secondary); }
.light { color: var(--light); }
.dark { color: var(--dark); }
.red { color: var(--red); }
* { }
@media (min-width: 1210px) {
.container { max-width: 1180px; }
}
.gutters-5 { margin-right: -5px; margin-left: -5px; }
.gutters-5 > .col, .gutters-5 > [class*="col-"], .gutters-5 .slick-slide {
 padding-right: 5px;
 padding-left: 5px;
}
.gutters-8 { margin-right: -8px; margin-left: -8px; }
.gutters-8 > .col, .gutters-8 > [class*="col-"], .gutters-8 .slick-slide {
 padding-right: 8px;
 padding-left: 8px;
}
.gutters-10 { margin-right: -10px; margin-left: -10px; }
.gutters-10 > .col, .gutters-10 > [class*="col-"], .gutters-10 .slick-slide {
 padding-right: 10px;
 padding-left: 10px;
}
.gutters-12 { margin-right: -12px; margin-left: -12px; }
.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12 .slick-slide {
 padding-right: 12px;
 padding-left: 12px;
}
.gutters-15 { margin-right: -15px; margin-left: -15px; }
.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15 .slick-slide {
 padding-right: 15px;
 padding-left: 15px;
}
.gutters-20 { margin-right: -20px; margin-left: -20px; }
.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20 .slick-slide {
 padding-right: 20px;
 padding-left: 20px;
}
.gutters-25 { margin-right: -25px; margin-left: -25px; }
.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25 .slick-slide {
 padding-right: 25px;
 padding-left: 25px;
}
.gutters-30 { margin-right: -30px; margin-left: -30px; }
.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30 .slick-slide {
 padding-right: 30px;
 padding-left: 30px;
}
/*---*/
i::before { text-rendering: optimizeLegibility; }
html { height: 100%; }
html, body { width: 100%; margin: 0; padding: 0; height: 100%; }
hr { border-top: 1px solid #707070; clear: both; margin: 40px 0; }
body { font-family: 'Inter', sans-serif; font-style: normal; font-variant: normal; font-size: 16px; line-height: 1.7; color: var(--secondary); font-weight: 400; background: #ffffff; overflow-x: hidden; letter-spacing: 0px; }
a { color: var(--primary); text-decoration: none !important; outline: none; transition: all 0.2s linear; /*display: inline-block;*/ }
a:hover, a:focus { color: var(--secondary); text-decoration: none !important; }
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }
p { margin-top: 0; margin-bottom: 30px; }
p:last-child { margin-bottom: 0px !important; }
ol, ul { margin: 0px auto; padding-left: 15px; list-style-position: outside; }
/*----*/
.PageLoading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: #ffffff; }
.PageLoading .text-center { width: 200px; margin: 0px auto; }
.loading-bar { display: -webkit-box; display: flex; height: 5px; width: 100%; border-radius: 50px; overflow: hidden; background: rgba(0,0,0,.2); margin: 20px auto 0px; }
@-webkit-keyframes progress-animation { 0% {
 width: 0%;
}
 20% {
 width: 10%;
}
 40% {
 width: 30%;
}
 50% {
 width: 60%;
}
 100% {
 width: 95%;
}
}
@keyframes progress-animation { 0% {
 width: 0%;
}
 20% {
 width: 10%;
}
 40% {
 width: 30%;
}
 50% {
 width: 60%;
}
 100% {
 width: 95%;
}
}
.loading-bar .progress-bar { display: -webkit-box; display: flex; height: 100%; width: 95%; background: var(--primary); -webkit-animation: progress-animation 3s ease-in-out; animation: progress-animation 3s ease-in-out; }
/*---*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Inter', sans-serif; font-size: 38px; color: var(--primary); line-height: 1.1; font-weight: 700; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 15px; }
.h1, .h2, .h3, .h4, .h5, .h6 { }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 700; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 700; }
h2, .h2 { font-size: 34px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 26px; }
h5, .h5 { font-size: 22px; }
h6, .h6 { font-size: 18px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; }
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 { color: var(--white) !important; }
/*----*/
iframe { display: block; width: 100%; }
figure { margin: 0px !important; }
.hide-xlg, .hide-xl, .hide-lg, .hide-md, .hide-sm, .hide-xs, .hide-xxs { }
.show-xlg, .show-xl, .show-lg, .show-md, .show-sm, .show-xs, .show-xxs { display: none; }
.fullscreen { width: 100%; min-height: 100%; }
.fullcontainer { position: relative; margin: 0px auto; }
.fullcontainer.full0 { z-index: 0; }
.fullcontainer.full1 { z-index: 1; }
.fullcontainer.full2 { z-index: 2; }
.fullcontainer .container { position: relative; z-index: 1; }
.fullcontainer .container.container-float { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) }
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top:50%; transform: translateY(-50%); }
.full-height { height: 100%; }
.container-full { width: 100%; padding: 0px 30px; }
.full-img img { width: 100%; }
.full-mx { max-width: 1920px; margin: 0px auto; overflow: hidden; }
.container-mx { margin: 0px -100px; position: relative; }
.fancybox-progress { background: #930000; }
.is_stuck { z-index: 6; }
/*body.body-noscroll { height: 100%; overflow: hidden; }*/
.leftpad, .rightpad { }
.cont-1170 { width: 100%; max-width: 1170px; }
.cont-1150 { width: 100%; max-width: 1150px; }
.cont-1130 { width: 100%; max-width: 1130px; }
.cont-1100 { width: 100%; max-width: 1100px; }
.cont-1050 { width: 100%; max-width: 1050px; }
.cont-1000 { width: 100%; max-width: 1000px; }
.cont-950 { width: 100%; max-width: 950px; }
.cont-900 { width: 100%; max-width: 900px; }
.cont-850 { width: 100%; max-width: 850px; }
.cont-800 { width: 100%; max-width: 800px; }
.cont-770 { width: 100%; max-width: 770px; }
.cont-750 { width: 100%; max-width: 750px; }
.cont-700 { width: 100%; max-width: 700px; }
.cont-650 { width: 100%; max-width: 650px; }
.cont-600 { width: 100%; max-width: 600px; }
.cont-550 { width: 100%; max-width: 550px; }
.cont-500 { width: 100%; max-width: 500px; }
.cont-450 { width: 100%; max-width: 450px; }
.cont-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
/*------*/

.bg { background-repeat: no-repeat !important; background-size: 100% 100%; }
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.bg-img-c { background-repeat: no-repeat !important; background-position: center center !important; background-size: 100% auto; }
.bg-img.lc { background-position: left center !important; }
.bg-img-tp { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% }
.bg-img-bt { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% }
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; }
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; }
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; }
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; }
.bg-img-rb { background-position: right bottom !important; background-repeat: no-repeat !important; }
.bg-img-bl { background-position: bottom left !important; background-repeat: no-repeat !important; }
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; }
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; }
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-r { background-position: top right !important; background-repeat: no-repeat !important; background-size: auto 100%; }
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-l { background-position: top left !important; background-repeat: no-repeat !important; background-size: auto 100%; }
.bg-img-md { background-repeat: no-repeat !important; background-position: center center !important; background-size: 100% auto; }
.bg-x { background-repeat: repeat-x; background-position: top left !important; }
.bg-y { background-repeat: repeat-y; background-position: top left !important; }
.bg-xb { background-repeat: repeat-x; background-position: bottom left !important; }
.bg-yr { background-repeat: repeat-y; background-position: top right !important; }
/*----*/
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-justify { text-align: justify !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-pre { white-space: pre; }
.text-note { font-size: 12px; font-style: italic; }
p[align=center] { text-align: center !important; }
p[align=left] { text-align: left !important; }
p[align=right] { text-align: right !important; }
.underline { text-decoration: underline; }
strong { font-weight: 700; }
.small, small { font-size: 90%; }
.responsive { width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
img { vertical-align: top; max-width: 100%; }
img.valign-bottom, .valign-bottom { vertical-align: bottom; }
img.valign-middle, .valign-middle { vertical-align: middle; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; font-size: 0px; }
.fleft { float: left; }
.fright { float: right; }
.row-inner { padding-bottom: 30px; }
/*---*/
.m0 { margin: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mr5 { margin-right: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.ml5 { margin-left: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mr15 { margin-right: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mr25 { margin-right: 25px !important; }
.mb25 { margin-bottom: 25px !important; }
.ml25 { margin-left: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr30 { margin-right: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mr40 { margin-right: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mr50 { margin-right: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
/*--*/
.p0 { padding: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.p5 { padding: 5px !important }
.pt5 { padding-top: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pl5 { padding-left: 5px !important; }
.p10 { padding: 10px !important }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.p15 { padding: 15px !important }
.pt15 { padding-top: 15px !important; }
.pr15 { padding-right: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.p20 { padding: 20px !important }
.pt20 { padding-top: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.p25 { padding: 25px !important }
.pt25 { padding-top: 25px !important; }
.pr25 { padding-right: 25px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl25 { padding-left: 25px !important; }
.p30 { padding: 30px !important }
.pt30 { padding-top: 30px !important; }
.pr30 { padding-right: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.p35 { padding: 35px !important }
.pt35 { padding-top: 35px !important; }
.pr35 { padding-right: 35px !important; }
.pb35 { padding-bottom: 35px !important; }
.pl35 { padding-left: 35px !important; }
.p40 { padding: 40px !important }
.pt40 { padding-top: 40px !important; }
.pr40 { padding-right: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.p45 { padding: 45px !important }
.pt45 { padding-top: 45px !important; }
.pr45 { padding-right: 45px !important; }
.pb45 { padding-bottom: 45px !important; }
.pl45 { padding-left: 45px !important; }
.p50 { padding: 50px !important }
.pt50 { padding-top: 50px !important; }
.pr50 { padding-right: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pt90 { padding-top: 90px!important; }
.pb90 { padding-bottom: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pt110 { padding-top: 110px !important; }
.pb110 { padding-bottom: 110px !important; }
.pt120 { padding-top: 120px !important; }
.pb120 { padding-bottom: 120px !important; }
.pt130 { padding-top: 130px !important; }
.pb130 { padding-bottom: 130px !important; }
/*-----*/
.grid-5 > .col, .grid-5 > [class*="col-"], .grid-5 .slick-slide {
padding-top: 5px;
padding-bottom: 5px;
}
.grid-8 > .col, .grid-8 > [class*="col-"], .grid-8 .slick-slide {
padding-top: 8px;
padding-bottom: 8px;
}
.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10 .slick-slide {
padding-top: 10px;
padding-bottom: 10px;
}
.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12 .slick-slide {
padding-top: 12px;
padding-bottom: 12px;
}
.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15 .slick-slide {
padding-top: 15px;
padding-bottom: 15px;
}
.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20 .slick-slide {
padding-top: 20px;
padding-bottom: 20px;
}
.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25 .slick-slide {
padding-top: 25px;
padding-bottom: 25px;
}
.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30 .slick-slide {
padding-top: 30px;
padding-bottom: 30px;
}
/*--------------*/
.cd-top { display: block; height: 40px; width: 40px; position: fixed; bottom: 150px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; border-radius: 50%; background: var(--primary) url(../images/cd-top-arrow-white.png) no-repeat center 50%; visibility: hidden; opacity: 0; z-index: 8; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); background-size: 30% !important; }
.cd-top.cd-is-visible { visibility: visible; opacity: .5; }
.cd-top:hover { opacity: 1; }
/*-----*/
.grid-box { position: relative; }
.grid-box-img { position: relative; overflow: hidden; }
.grid-box>a { display: block; position: relative; overflow: hidden; color: #ffffff; }
.grid-ov, .grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; text-align: center; }
.grid-content.alt { height: inherit; padding: 0px 30px 40px; bottom: 0px; top: auto; text-align: center; z-index: 1; }
.grid-content { padding: 30px; text-align: center; }
.grid-info { text-align: center; margin: 0px auto; }
.grid-ov { opacity: 0; visibility: hidden; z-index: 9; /*background: rgba(21,21,21,.8);*/ padding: 30px 30px; overflow-y: auto; }
.grid-box:hover .grid-content { visibility: hidden; opacity: 0; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; }
.grid-tb { display: table; height: 100%; width: 100%; }
.grid-tc { display: table-cell; vertical-align: middle; }
.grid-tc.bt { vertical-align: bottom; }
.grid-tc.tp { vertical-align: top; }
.grid-tc img { vertical-align: middle; }
.grid-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; /*background: #3A3A3A; opacity: .2;*/ }
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 50%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/overlay1.png); background-size: 100% 100%; opacity: 1; }
.grid-box .img-holder { /*border: 1px solid #efefef;*/ }
.grid-box:hover .img-holder::before { opacity: .95; background: var(--primary); }
.grid-box:hover .img-holder::after { opacity: 0; }
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; }
.img-holder figure img { position: relative; position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.img-effect { overflow: hidden; display: block; position: relative; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1);*/ transform: scale(1.1) rotate(2deg); }
/*--Grid-Border-Effect--*/
/*.grid-ov, .grid-content {transition: all 1s;}
.grid-ov::before, .grid-ov::after { pointer-events: none; position: absolute; content: ''; opacity: 0; top: 10px; left: 10px; right: 10px; bottom: 10px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }
.grid-ov::before { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; -webkit-transform: scale(0, 1); transform: scale(0, 1); }
.grid-ov::after { border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; -webkit-transform: scale(1, 0); transform: scale(1, 0); }
.grid-box:hover .grid-ov::before, .grid-box:hover .grid-ov::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }*/
/*-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; opacity: .5;*/
/*-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1;*/
/*---*/

/*- ISOTOPE--*/
.grid-listing { position: relative; margin-left: -14px; margin-right: -14px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item.grid4 { width: 25%; }
.grid-item.grid3 { width: 33.33%; }
.grid-item.grid2 { width: 50%; }
.grid-item.grid1 { width: 100%; }
.visible-grid-item { display: none; }
/*.filter-button-group { display: flex; flex-wrap: wrap; justify-content: center !important; text-align: center; margin-bottom: 40px; padding-bottom: 15px; border-bottom: 1px solid #dbd9da; }
.filter-button-group button { margin: 0px 20px; flex: 0 0 auto; width: auto; max-width: 100%; border: none; padding: 0px 0px; background: none; color: #4D5257; transition: all 0.2s linear; position: relative; text-transform: uppercase; font-weight: 600; font-size: 20px; }
.filter-button-group button::before { content: ""; background: #FF555A; height: 3px; width: 0%; left: 50%; position: absolute; bottom: -17px; transition: all 0.2s linear; }
.filter-button-group button:hover::before, .filter-button-group button.is-checked::before { left: 0px; width: 100%; }
.filter-button-group button:hover { color: #FF555A; }
.filter-button-group button.is-checked { color: #FF555A; }*/
@media only screen and (max-width: 1147px) {
.grid-item.grid4 { width: 33.33%; }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.grid-item.grid4 { width: 50%; }
/*.filter-button-group { }
.filter-button-group button { font-size: 14px; margin: 0px 10px; }*/
}
@media only screen and (max-width: 567px) {
.grid-item.grid4 { width: 100%; }
}
/*----*/
.ul-listing { padding: 0px; margin: 0px 0px 30px; list-style: none; }
.ul-listing li { position: relative; padding-bottom: 10px; padding-left: 20px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f111"; left: 0px; top: 8px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 6px; color: var(--primary); }
.listing1 li { padding-left: 25px; }
.listing1 li::before { content: "\f00c"; font-size: 18px; top: 0px; }
.listing2 li { }
.listing2 li::before { content: "\f559"; font-size: 18px; top: 0px; }
.ol-listing, ol { counter-reset: item; list-style: none; margin: 0px 0px 15px; padding: 0px; }
.ol-listing>li, ol li { display: block; position: relative; padding-left: 25px; padding-bottom: 15px; }
.ol-listing>li:before, ol li:before { /*content: counter(item);*/ content: counter(item) "."; counter-increment: item; position: absolute; left: 0px; top: 0px; color: var(--primary); font-weight: 700; }
.ol-listing ul { margin-top: 30px; }
.ul-listing:last-child /*.ul-listing:last-child li:last-child*/ { margin-bottom: 0px; padding-bottom: 0px; }
.ul-listing.color-white li::before { color: #ffffff; }
.list-2col { display: flex; flex-wrap: wrap; }
.list-2col li { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
ul.counter { counter-reset: section; }
ul.counter li::before { counter-increment: section; content: counter(section); }
.normal-list { list-style: none; margin: 0px 0px 20px; padding: 0px; }
.ul-listing .normal-list { padding-top: 5px; }
.ul-listing .normal-list:last-child { margin-bottom: 0px; }
.ul-listing .normal-list li:before { display: none; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 400; }
.icon-list li { padding-left: 35px; }
.icon-list li::before { display: none; }
.icon-list li i, .icon-list li img { left: 0px; top: 6px; position: absolute; }
/* Map */
.map-holder { position: relative; display: block; width: 100%; background: #ffffff; overflow: hidden; border: 0px; z-index: 0; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 510px; }
/* BreadCrumbs */
.breadcrumbs-holder { position: absolute; left: 0px; bottom: 0px; width: 100%; background: rgba(0,0,0,.75); padding: 10px 0px; }
.breadcrumbs { z-index: 1; padding: 0px; position: relative; font-size: 15px; font-weight: 400; }
.breadcrumbs ul { margin: 0px; padding: 0px; list-style: none; }
.breadcrumbs li { display: inline-block; padding: 0px 0px 0px 0px; }
.breadcrumbs li:last-child { padding: 0px; }
.breadcrumbs li a { color: #ffffff; position: relative; padding-right: 30px; display: block; }
.breadcrumbs li a::after { content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; /*margin-left: 8px;*/ right: 10px; top: 1px; position: absolute; /*content: "|";*/ color: #ffffff; }
.breadcrumbs li a:hover { color: #ffffff; text-decoration: underline !important ; }
.breadcrumbs strong { font-weight: 400; color: #ffffff; }
.breadcrumbs-holder.alt { position: static; background: none; padding-top: 130px; padding-bottom: 0px; }
.breadcrumbs-holder.alt .breadcrumbs li a { }
.breadcrumbs-holder.alt .breadcrumbs li a:hover, .breadcrumbs-holder.alt .breadcrumbs strong { color: var(--secondary); }
.breadcrumbs-holder.alt .breadcrumbs li a::after { top: 0px; color: var(--secondary); }
.breadcrumbs li:first-child a { font-weight: 400; }
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; }
.page-item { padding: 0px 8px; }
.page-item:last-child { padding-right: 0px; }
.page-link { border: 0px; padding: 0px 0px; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #58595B; background: none; display: block; font-weight: 400; position: relative; border-radius: 7px !important; }
.page-item .page-link.prev, .page-item .page-link.next { }
.page-item .page-link.prev { }
.page-item .page-link.next { }
.page-item .page-link.prev:hover { }
.page-item .page-link.next:hover { }
.page-item:hover .page-link { color:var(--primary); /*background:var(--primary);*/ }
.page-item.active .page-link { color:var(--primary); /*background:var(--primary);*/ }
.page-link i { position: relative; }
.page-item span { display: inline-block; vertical-align: text-top; line-height: 5px; color: #E3E3E3; letter-spacing: 2px; font-size: 25px; }
.page-link:focus { box-shadow: none; }
.page-item.active .page-link { font-weight: 400; }
/*----*/
.textColRight, .textColLeft { display: block; position: relative; width: 575px; padding: 0px; }
.textColRight { float: left; }
.textColLeft { float: right; }
.textColRight .textContent { position: relative; }
.textColLeft .textContent { position: relative; }
.info-holder-left { margin-right: 155px; }
.info-holder-right { margin-left: -155px; }
/*---*/
/*
<div class="checkbox">
    <input type="checkbox" id="c1">
    <label for="c1">checkbox</label>
</div>
<div class="radio-inline">
    <div class="radio">
        <input id="r1" type="radio" name="r1">
        <label for="r1">Yes</label>
    </div>
    <div class="radio">
        <input id="r2" type="radio" name="r1" checked="checked">
        <label for="r2">No</label>
    </div>
</div>
*/

.radio, .checkbox { display: inline-block; margin: 0px; position: relative; text-align: left; padding-bottom: 6px; }
.radio-inline .radio, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label { display: inline-block; position: relative; padding-left: 26px; margin: 0px !important; font-weight: 500; cursor: pointer; color: var(--light); }
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
label.lbl-sm { font-size: 13px; line-height: 22px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label::before { content: ""; display: inline-block; position: absolute; width: 16px; height: 16px; left: 0px; top: 4px; border: 1px solid #636363; border-radius: 2px; }
.checkbox label::after, .radio label::after { font-family: "Font Awesome 5 Free"; content: "\f00c"; content: ""; display: inline-block; position: absolute; top: 7px; left: 3px; transition: all 0.2s linear; opacity: 0; line-height: 17px; font-weight: 900; text-align: center; font-size: 16px; color: var(--primary); width: 10px; height: 10px; background: var(--primary); border-radius: 0px; }
.checkbox input[type="checkbox"], .radio input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before, .radio input[type="radio"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .radio input[type="radio"]:hover + label::after { opacity: .65; color: var(--primary); }
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after { opacity: 1; color: var(--primary); }
.checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before { }
.checkbox input[type="checkbox"]:checked::before, .radio input[type="radio"]:checked::before { }
.checkbox input[type="checkbox"]:disabled + label, .radio input[type="radio"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before, .radio input[type="radio"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.radio { margin: 15px 0px 14px; padding-bottom: 3px; }
.radio:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label::before, .radio label::after { border-radius: 50%; }
.radio label::after { content: ""; background: var(--primary); left: 3px; width: 10px; height: 10px; }
/*Radio Image*/
.radio-img { }
.radio-img .radio { margin: 10px; padding: 0px; }
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; }
.radio-img input[type=radio]+label>img { max-width: 100%; }
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; }
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; }
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; }
/*---*/
.form-holder { }
.form-action { }
.form-group { margin-bottom: 15px; position: relative; }
.form-group label { font-weight: 400 !important; color:var(--secondary); margin-bottom: 10px; display: block; font-size: 14px; }
label.inline { line-height: 50px; margin-bottom: 0px; }
.form-group .control { float: right; width: calc(100% - 110px); }
.form-note { font-size: 13px; color: var(--secondary); padding-top: 3px; }
/*<select class="selectpicker" data-width="100%" data-style="" title="Title">
    <option>Select</option>
    <option>Select</option>
</select>
*/
.form-control, .bootstrap-select .btn, .bootstrap-select .btn.btn-default, .bootstrap-select .btn.btn-default:hover, .bootstrap-select .btn.btn-default:focus, .myselect select { height: 50px; border: 0px; border: 1px solid #DFDFDF; color: var(--secondary); box-shadow: none !important; border-radius: 30px; padding: 0px; background: #ffffff; padding-left: 30px; text-transform: none; outline: none !important; font-size: 14px; font-weight: 400; }
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none;  margin: 0;}
.form-control { }
.form-control.alt { }
.form-control:focus, .bootstrap-select .btn:focus, .myselect select:focus { border-color: var(--primary); background: #ffffff; color:var(--secondary); /*box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15) !important;*/ }
*:focus, input:focus, .bootstrap-select .dropdown-toggle:focus { outline: none !important; }
.form-control.small { text-align: center; padding-left: 0px; padding-right: 0px; }
textarea.form-control { padding-top: 15px; height: 150px; resize: none; }
textarea.form-control.md { height: 90px; }
textarea.form-control.sm { height: 50px; }
.bootstrap-select .btn { padding-right: 40px !important; }
/* Select Arrow*/
.bootstrap-select .btn::before, .myselect::after { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); background: var(--primary); font-family: "Font Awesome 5 Free"; content: "\f107"; border-radius: 30px !important; color: #ffffff; font-weight: 900; text-align: center; z-index: 2; pointer-events: none; width: 44px; height: 44px; line-height: 44px; text-align: center; }
.bootstrap-select .btn::after { display: none; }
.filter-option-inner-inner { color: #BFBFBF !important; opacity: 1 !important; line-height: 100%; position: relative; display: table-cell; vertical-align: middle; height: 52px; width: 100%; font-weight: 400; }
.bootstrap-select.alt .btn { height: 43px; }
.bootstrap-select.alt .btn::before { width: 43px; height: 43px; line-height: 36px; }
.bootstrap-select.alt .filter-option-inner-inner { padding-top: 0px; }
.bootstrap-select .btn .caret { display: none !important; }
input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder {
color: var(--secondary) !important;
opacity:1 !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover { color: var(--secondary) !important; opacity: 1 !important; }
.bootstrap-select .dropdown-menu { padding: 0px; max-width: 100%; left: auto; right: 0; margin-top: 0px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); background: #ffffff; border-radius: 0px; border: 0px; }
.bootstrap-select .dropdown-item { white-space: inherit; }
.bootstrap-select .dropdown-menu li a { padding: 8px 20px; /*font-size:14px;*/ }
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a.active { color: var(--white); background: var(--primary); }
.dropdown-menu { z-index: 5; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F1F1F1; border-color: #c4c4c4; }
input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder {
color: #545454 !important;
opacity:1 !important;
}
.has-icon { position: relative; }
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; }
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: var(--secondary); z-index: 4; }
.input-with-icon { position: relative; }
.input-with-icon i { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); z-index: 4; color: var(--secondary); }
/*---*/
.myselect { position: relative; }
.myselect select { -webkit-appearance: none; -moz-appearance: none; width: 100%; padding-right: 45px; }
.myselect select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.myselect select::-ms-expand {
display: none;
}
/*---*/
/*<div class="input-group select-date" >
<input type="text" class="form-control datepicker" placeholder="Preferred Date*" >
<span class="input-group-addon"><i class="far fa-calendar"></i></span> </div>*/
.input-group-addon { background: none; color: var(--secondary); border-left: none; line-height: 54px; }
.select-date .form-control { box-shadow: none !important; }
.input-group.select-date { position: relative; width: 100%; }
.input-group.select-date .form-control { padding-right: 60px; border-radius: 5px; }
.input-group.select-date .input-group-addon { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); z-index: 4; border: 0px; padding: 0px; display: block; border-radius: 0px !important; font-size: 20px; text-align: center; color: var(--secondary); }
/*---*/
.showing-container,.sortby-container{ border-radius: 30px; border: 1px solid #E1E1E1; padding: 14px 30px; display: inline-block; margin: 0px auto; }
.showing-holder {}
.showing-holder ul { list-style: none; margin: 0px; padding: 0px; flex-wrap: wrap; display: -ms-flexbox; display: flex; }
.showing-holder ul li { padding-right: 10px; }
.showing-holder ul li:last-child { padding-right: 0px; }
.showing-holder ul li a { font-weight: 700; color: var(--light); }
.showing-holder ul li a:hover, .showing-holder ul li.active a, .showing-holder ul li a.active { color: var(--primary); }
.tool-bar { line-height: 20px !important; color:#58595B; font-size: 14px; }
.tool-bar .page-link { background: none !important; width: auto !important; height: auto !important; line-height: 1 !important; padding: 0px !important; }
.tool-bar .myselect { /*max-width: 150px;*/ }
.tool-bar .myselect select { padding: 0px 15px 0px 0px; background:none; border: 0px; height: 20px; font-weight: 400 !important; text-transform: uppercase; color: var(--primary); font-size: 14px;}
.tool-bar .myselect::after { right: 0px; width: auto; height: auto; line-height: 1; background:none; color: var(--dark);}
.page-count { text-transform: uppercase; text-align: center; }
/*----*/
.form-group.floating-label label { position: absolute; pointer-events: none; left: 30px; top: 20px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; margin: 0px; width: auto; margin: 0px; padding: 0; line-height: 1; font-size: 15px; }
.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -12px; background: #1A1A1A; border-radius: 5px 5px 0px 0px; font-size: 12px; padding: 5px 10px 0px; }
/*---*/
/*<div class="f-upload">
<input type="file" class="fileinput">
</div>*/
.f-upload .input-group-btn { position: absolute; display: block; z-index: 5; right: 0px; top: 0px; overflow: hidden; }
.f-upload .input-group-btn .button { min-width: inherit; width: 100%; cursor: pointer; }
.f-upload .btn-file input[type="file"] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; text-align: right; opacity: 0; background: none; cursor: pointer; display: block; }
.f-upload .file-input .file-caption-name { height: auto; margin: 0px; border: 0px; width: 100%; color: #ACACAC; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); padding-left: 30px; }
.f-upload .file-caption-icon { display: none; }
.f-upload .input-group > .form-control { width: 100% !important; display: block; border-radius: 7px; height: 50px; position: relative; }
.f-upload .input-group-btn .button { font-size: 16px; background: #8A8A8A; color: #ffffff; border: 0px; padding: 17px 25px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.f-upload .input-group-btn .button:hover { background: #333333; }
@media only screen and (max-width: 567px) {
.f-upload .input-group > .form-control { height: 40px; }
.f-upload .file-input .file-caption-name { font-size: 14px; padding-left: 20px; }
.f-upload .input-group-btn { position: static; display: block; width: 100%; margin-top: 10px; }
.f-upload .input-group-btn .button { padding: 11px 20px; border-radius: 7px; font-size: 12px; }
}
/*---*/
.close { float: none; position: absolute; top: 15px; right: 15px; font-size: 30px; font-weight: 400; line-height: 1; z-index: 1; opacity: 1 !important; cursor: pointer; text-shadow: none; color: var(--primary);}
.close span{ line-height: 1; }
.close img { width: 100%; }
.modal-content { border-radius: 20px; }
.modal-body { padding: 60px; border-radius: 10px; overflow: hidden; background: #ffffff; }
/*----*/
#wrapper { display: block; height: auto; margin: 0 auto; min-height: 100%; overflow: hidden; position: relative; width: 100%; background: #ffffff; }
#wrapper, .footer-wrapper { opacity: 0; }
/*----*/
.card { margin-bottom: 0px; border-radius: 0px !important; border: 0px !important; padding: 0px; background: none; }
.card:last-child { margin-bottom: 0px; }
.card-header { padding: 0px; border: 0px; background: none; border-radius: 0px !important; position: relative; z-index: 2; }
.card-header a { padding: 15px 70px 15px 0px; display: block; position: relative; cursor: pointer; font-weight: 400; color:var(--primary); background:none; font-size: 15px; border-radius: 0px; border-bottom: 1px solid var(--primary); }
.card-header a.collapsed { background: #ffffff; color: var(--secondary); border-color: #e1e1e1; }
.card-header a:hover { color:var(--primary); background:none; border-color: var(--primary); }
.card-header a::before { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; font-family: "Font Awesome 5 Free"; content: "\f106"; font-weight: 900; text-align: center; font-size: 18px;  color: var(--primary);}
.card-header a.collapsed::before { content: "\f107"; color:var(--secondary); }
.card-header a:hover::before { color: var(--primary); }
.card-body { padding: 30px 30px; border: 0px;/*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/ border-radius: 0px 0px 20px 20px; }
/*---*/
.tab-holder { position: relative; padding: 0px 0px; }
.nav-tabs { display: none; border: none !important; }
.tab-holder .card { background: none; padding: 0px; }
.tab-holder .card-body { box-shadow: none; background: none; padding: 40px 0px 0px; border-radius: 0px; font-size: 14px; }
.tab-content { padding-top: 0px; }
.nav-tabs .nav-link { border: 0px; text-align: center; padding: 14px 15px; display: block; border-radius: 7px 7px 0px 0px; font-size: 16px; line-height: 16px; color: var(--secondary); position: relative; background: #ffffff; font-weight: 400; border: 0px; border-bottom: 3px solid #F1F1F1; min-width: 155px; }
.nav-tabs .nav-link::before { position: absolute; left: 50%; bottom: -3px; width: 0%; height: 3px; background: var(--primary); content: ""; transition: all 0.2s linear; }
.nav-tabs .nav-item { margin: 0px!important; padding: 0px 0px 0px 0px; flex-grow: 1; flex-basis: 0; }
.nav-tabs .nav-link:hover { color: var(--secondary); background: none;  }
.nav-tabs .nav-link.active { color: var(--primary); background: none;}
.nav-tabs .nav-link:hover::before, .nav-tabs .nav-link.active::before { left: 0px; width:100%; }
 @media(min-width:768px) {
.nav-tabs { display: flex !important; padding-bottom: 0px; align-items: center; justify-content: left; }
.tab-holder .card { border: none !important; margin-bottom: 0px; }
.tab-holder .card .card-header { display: none; }
.tab-holder .card .collapse { display: block; }
.tab-holder .card .card .card-header { display: block; }
.tab-holder .card .card .collapse { display: none; }
.tab-holder .card .card .collapse.show { display: block; }
}
 @media(max-width:767px) {
.tab-content > .tab-pane { display: block !important; opacity: 1; }
.tab-holder { margin: 0px 0px; }
.nav-tabs .nav-link::before { display: none; }
.nav-tabs { display: none !important; }
.tab-content { width: 100% !important; }
/*.tab-holder .card-header { margin: 0px; }
.tab-holder .card-header a { color:#EC283C; background: #F3F3F3; border-color: #F3F3F3; }
.tab-holder .card-header a.collapsed { background: none; color: #979797; }
.tab-holder .card-header a::before { right: 15px; }*/
.tab-holder .tab-content { }
.card-body.alt { padding: 30px 0px; }
.accordion-holder .card { margin-bottom: 0px; }
.accordion-holder .card:first-child .card-header { margin-top: 0px; }
.tab-holder .card-body { padding: 30px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
}
/*----*/
.accordion-holder { margin-bottom: 70px; }
.accordion-holder:last-child { margin-bottom: 0px; }
.accordion-holder .card-body { padding: 30px 30px; border: 2px solid #313131; background: #1A1A1A; }
.accordion-holder > .card .card-header { margin-top: 15px; }
/*----*/
.accordion-style1 .card-header a { color: #1D1C5F; background: none; border-radius: 0px; border-bottom: 1px solid #e2e2e2; padding: 20px 70px 20px 30px; }
.accordion-style1 .card-header a.collapsed { background: none; color: #292929; border-radius: 0px; }
.accordion-style1 .card-header a:hover { color: #1D1C5F; background: none; }
.accordion-style1 .card-header a::before { color: #1D1C5F; }
.accordion-style1 .card-header a.collapsed::before { color: #292929; }
.accordion-style1 .card-header a:hover::before { color: #1D1C5F; }
.accordion-holder.accordion-style1 .card-body { border: none; padding-bottom: 0px; padding: 30px 30px 0px; }
/*---*/
/* Tooltip */
/* Tooltip Color */
.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color: #333333; font-size: 14px; max-width: 525px; line-height: 20px; border-radius: 5px; padding: 10px 40px; /*width:auto; white-space:nowrap;*/ text-align: left; background-color: #ffffff; font-weight: 600; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { /*display: none !important;*/ border-top-color: #ffffff; }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { /*display: none !important;*/ border-right-color: #ffffff; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { /*display: none !important;*/ border-bottom-color: #ffffff; }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { /*display: none !important;*/ border-left-color: #ffffff; }
@media only screen and (max-width: 567px) {
.tooltip > .tooltip-inner { border-radius: 5px; padding: 8px 10px; max-width: 280px; font-size: 12px; }
}
/*----*/
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 30px; padding-bottom: 10px; }
.table { margin: 0px; width: 100%; color:var(--secondary);}
.table td, .table th { vertical-align: middle !important; padding: 15px 15px 15px 30px; border: 1px solid #e3e3e3 !important; }
.table th { font-weight: 700; color:var(--dark); background: #e3e3e3;}
tr:nth-child(odd){ background-color: #ffffff; }
tr:nth-child(even){ background-color: #F5F5F5; }
/*----*/
.subnav { width: 100%; overflow: auto; margin-bottom: 30px; }
.subnav ul { list-style: none; margin: 0px; padding: 0px; display: block; width: 100%; text-align: center; }
.subnav ul li { display: inline-block; position: relative; padding: 0px 0px; }
.subnav ul li a { display: block; position: relative; text-align: center; padding: 0px 35px 0px 30px; font-size: 20px; color: var(--secondary); font-weight: 500; border-right: 2px solid #dfdfdf; }
.subnav ul li:first-child a { padding-left: 0px; }
.subnav ul li:last-child a { padding-right: 0px; border-right: 0px; }
/*.subnav ul li a::before { position: absolute; left: 50%; bottom: 0px; width: 0%; height: 3px; background: #D96EB2; content: ""; transition: all 0.2s linear;}*/
.subnav ul li.selected a, .subnav ul li:hover a, .subnav ul li a.active { color: #D7263D; }
/*.subnav ul li.selected a::before, .subnav ul li:hover a::before { width: 100%; left: 0%; }*/
.subnav ul li.selected a, .subnav ul li a.active { font-weight: 700; }
/*--Floating Icons--
<div class="float-icon ficon1 floating slower"><img src="images/icon.png" alt="" class="responsive" /></div>
*/
.float-icon { position: absolute; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1; z-index: 1; }
.float-icon img { width: 100%; }
.float-icon span { display: block; }
.floating { animation-name: floating; }
@keyframes floating { 0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 20px);
}
100% {
transform: translate(0, -0px);
}
}
@media only screen and (max-width: 567px) {
@keyframes floating { 0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 15px);
}
100% {
transform: translate(0, -0px);
}
}
}
.rotate { animation-name: rotate; }
.rotate-alt { animation-name: rotate-alt; }
@keyframes rotate { 100% {
transform:rotate(360deg);
}
}
@keyframes rotate-alt { 100% {
transform:rotate(-360deg);
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/
.inner-container-xxlg { padding: 140px 0px; position: relative; width: 100%; }
.inner-container-xlg { padding: 120px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container { padding: 70px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 60px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 40px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; }
/*---*/
.header { z-index: 10; width: 100%; top: 0px; transition: all 0.2s linear; position: fixed; /*max-width: 1920px;left: 50%; transform: translateX(-50%);*/ background: #ffffff; }
.header .container { position: relative; }
.logo { position: relative; z-index: 9; transition: all 0.2s linear; float: left; }
.logo a { display: block; position: relative; z-index: 2; width: 140px; transition: all 0.2s linear; padding: 10px 0px; }
.logo a img { width: 100%; }
.header.sticky { top: -100px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
.header.sticky .logo a { /*width: 65px; padding: 5px 0px;*/ }
/*----*/
.main-container { /*max-width: 1920px;*/ margin: 0px auto; margin-top: 200px; }
.main-container.full { max-width: 100%; }
.banner-holder { position: relative; height: 100%; margin: 0px auto; width: 100%; }
.bn-caption { bottom: 0; height: 100%; left: 0; position: absolute; width: 100%; z-index: 4; }
.bn-caption .container { display: table; height: 100%; }
.bn-content { display: table-cell; text-align: left; vertical-align: middle; }
.home-banner { margin-bottom: 0px; }
.home-banner-slide, .home-banner-slide-img { position: relative; overflow: hidden; }
.home-banner-slide-img a { display: block; position: relative; z-index: 1; }
.home-banner-slide-img::after, .home-banner-slide-img::before, .inner-banner-img::after, .inner-banner-img::before { position: absolute; right: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; z-index: 2; }
.home-banner-slide-img::before { background: #000000; opacity: 0; }
.home-banner-slide-img::after { /*background:#000000 url(../images/banner-overlay.png);*/ background-size: 100% 100%; height: 30%; z-index: 1; height: 70%; opacity: 0; }
.inner-banner-img::before { background: #000000; opacity: .2; }
.inner-banner-img::after { /*background:#000000 url(../images/banner-overlay.png);*/ background-size: 100% 100%; height: 30%; z-index: 1; height: 70%; opacity: 0; }
.bn-content>div { padding: 0px; width: 100%; display: inline-block; position: relative; }
.bn-content>div>div, .inner-banner .bn-content>div { /*margin: 0px; padding: 0px; float: none;*/ }
.bn-content div img { width: auto !important; display: inline-block !important; }
.bann-scroll { position: absolute; z-index: 9; bottom: 50px; left: 50%; transform: translateX(-50%); text-align: center; transition: all 0.2s linear; }
.bann-scroll a { display: block; width: 10px; height: 32px; /*background: url(../images/banner-arrow.png) no-repeat;*/ background-size: 100% 100%; }
.bann-scroll a i { background: #ffffff; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; text-align: center; color: #0689d9; font-size: 12px; }
.SlideNumbers { position: absolute; font-size: 14px; line-height: 14px; font-weight: 500; color: #100249; bottom: 30px; left: 160px; z-index: 2; }
.bn-content .btn-holder { padding-top: 30px; }
/*.home-banner .slick-current .bn-content div { -webkit-animation: zoomIn 3s; -moz-animation: zoomIn 3s; -o-animation: zoomIn 3s; animation: zoomIn 3s; }*/
.inner-banner { position: relative; overflow: hidden; }
.inner-banner .bn-content{ }
.inner-banner-img, .home-banner-slide-img { display: block; overflow: hidden; position: relative; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center center; }
/*.inner-banner-img img, .home-banner-slide-img img { width: 100%; }
.home-banner-slide-img { height:768px;}*/
/*.inner-banner-img{ height: 700px;}*/
/*.inner-banner-img img, .home-banner-slide-img img { height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; position: relative; }*/
.inner-banner.banner-no-text .inner-banner-img { height: auto; }
.inner-banner.banner-no-text .inner-banner-img > img { width: 100%; height: auto; }
/*-- TOP Menu--*/
.nav-holder { background: #19296F; }
.topRightContainer { position: relative; display: block; z-index: 5; padding: 0px; transition: all 0.2s linear; float: right; }
.header.sticky .topRightContainer { }
.mean-container, .mean-container a.meanmenu-reveal { }
.nav-wrapper { position: relative; display: block; }
.nav-container { position: relative; display: inline-block; margin: 0px auto; vertical-align: top; }
.main-nav { position: relative; width: 100%; display: block; margin: 0px auto; }
.main-nav ul { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; list-style: none; }
.main-nav>ul>li { position: relative; padding: 0px; display: block; margin: 0px 0px; float: left; transition: all 0.2s linear; }
/*.main-nav>ul>li::before, .main-nav>ul>li:last-child::after { content: ""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 1px; height: 29px; background: #485795; }
.main-nav>ul>li:last-child::after { left: auto; right: 0px; }*/
.main-nav>ul>li:first-child { margin-left: 0px; }
.main-nav>ul>li:last-child { margin-right: 0px; padding: 25px 0px 25px 20px; }
.main-nav>ul>li>a { position: relative; display: block; padding: 40px 20px; text-align: center; font-weight: 400; font-size: 16px; line-height: 20px; color: var(--secondary); transition: all 0.2s linear; }
.main-nav>ul>li:hover>a, .main-nav>ul>li.selected>a { color: var(--primary); background: none; }
.main-nav>ul>li:last-child>a { color: var(--primary); background: #ECC8BC; border-radius: 30px; padding: 15px 30px; font-size: 14px; letter-spacing: .98px; text-transform: uppercase; }
.main-nav>ul>li:last-child>a:hover { color: #ffffff; background: var(--primary); }
.main-nav>ul>li.selected>a { font-weight: 400; }
.main-nav>ul ul, .main-nav>ul ul ul { position: absolute; left: 0; top: 100%; opacity: 0; width: 200px; min-width: 100%; text-align: left; visibility: hidden; margin: 30px 0px 0px 0px; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; border-radius: 0px;/*overflow: hidden;*/ padding: 0px 0px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); z-index: 2; border-top: 3px solid var(--primary); }
.main-nav>ul ul ul { left: 100%; top: auto; margin: 0px; padding: 0px 0px; }
.main-nav>ul>li:hover>ul, .main-nav>ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: 0px; visibility: visible; }
.main-nav>ul ul>li:hover>ul { margin-top: 0px; top: 0; border-top: 0px; z-index: 2; }
.main-nav>ul ul a, .main-nav>ul ul ul a { position: relative; display: block; line-height: 20px; padding: 18px 20px; color: var(--secondary); background: #ffffff; font-size: 16px; letter-spacing: 0px; font-weight: 400; transition: all 0.2s linear; }
.main-nav>ul ul li { position: relative; }
.main-nav>ul ul li:last-child>a { border-bottom: none; }
.main-nav>ul ul li:first-child a { }
.main-nav>ul ul li:hover>a, .main-nav>ul ul li.selected>a, .main-nav>ul ul ul li:hover>a, .main-nav>ul ul ul li.selected>a { color: var(--primary); -o-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #FAF2F3; }
.main-nav>ul ul li.selected>a, .main-nav>ul ul ul li.selected>a { font-weight: 600; }
.main-nav>ul li.has-sub>a { }
.main-nav>ul li.has-sub>a::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107"; font-size: 18px; margin-left: 8px; }
.main-nav>ul ul li.has-sub>a { }
.main-nav>ul ul li.has-sub>a::after { content: '\f0da'; }
/*----*/
.product-listing-right { padding-top: 0px; }
.product-list { border-bottom: 1px solid #E1E1E1; border-top: 1px solid #E1E1E1;padding: 20px 0px 20px; margin: 30px 0px 30px; }
.product-box { overflow: hidden; position: relative; background: #ffffff; padding: 15px; transition: all 0.2s linear; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05) }
.product-box a { display: block; color: var(--secondary); }
.product-box-content { position: relative; background: #ffffff; transition: all 0.2s linear; }
.product-box:hover { /*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/ }
.new-slider .product-box:hover { box-shadow: none; }
.product-image-holder { position: relative; }
.product-image-holder a { }
.product-image-holder .img-holder { padding-bottom: 82.55%; }
.product-image-holder .img-holder figure { padding: 0px 0px; }
.product-box-ov { transition: all 0.2s linear; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 1; }
.product-box:hover .product-box-ov { opacity: 1; visibility: visible; }
.product-box-header { /*position: absolute; left: 0px; top: 0px; width: 100%; z-index: 2;*/ padding: 25px 15px 15px; }
.product-box-header .product-wishlist { margin-right: 15px; }
.product-wishlist { line-height: 1; }
.product-wishlist a { color: #A2A2A2; line-height: 1; font-size: 20px; }
.product-wishlist a i.fas.fa-heart, .product-wishlist a:hover { color: var(--red); }
.product-tag-holder { }
.product-tag { line-height: 1; }
.product-tag span { display: inline-block; line-height: 1; color: #ffffff; padding: 7px 10px; border-radius: 5px; font-size: 12px; font-weight: 400; min-width: 70px; text-align: center; text-transform: uppercase; }
.tag-outstock span { background: #1D1D1D; }
.tag-new span { background: #104816; }
.tag-sale span { background: #9A0000; }
.tag-featured span { background: #A8C432; }
.product-box-info-holder { padding: 20px 0px 0px; text-align: center; font-size: 14px; }
.product-box-info { padding: 15px 0px 20px; }
.product-cat { font-size: 13px; padding-bottom: 10px; color: #A2A2A2; font-weight: 400; }
.product-box-info-holder h2 { font-size: 18px; line-height: 1.3; padding-bottom: 0px; }
.product-box-info-holder h2 a { color: var(--primary); display: block; }
.product-box-info-holder h2 a:hover { color: #000000; }
.price-holder { padding: 0px 0px 0px; transition: all 0.2s linear; font-size: 16px; font-weight: 500; }
.price-holder ins { color: #CBCBCB; text-decoration: none; display: inline-block; margin: 0px 5px; }
.price-holder ins bdi { color: #CBCBCB; text-decoration: none; display: inline-block; margin: 0px 5px; }
.price-holder del { color: #808080; margin: 0px 5px; display: inline-block; }
.product-box-footer { }
.sidebar { width: 265px; border: 1px solid #E1E1E1; border-radius: 10px; padding: 30px;}
.sidebar-content { background: #F7F7F7; padding: 20px; }
.widget-title-holder { margin-bottom: 25px; }
.widget-title-holder h4 { color: var(--dark); font-size: 24px; }
.widget-title-holder a { color: var(--light); }
.widget-title-holder a:hover { color: var(--primary); }
.widget-title { padding-bottom: 0px !important; font-size: 35px; }
.widget-box { padding: 25px 0px; border-top: 1px solid #e9e9e9; }
.widget-box:last-child { padding-bottom: 0px; }
.widget-box h6 { }
.checkbox-list { list-style: none; margin: 0px; padding: 0px; }
.checkbox-list li { padding-bottom: 10px; }
.sidebar .search-box { width: 100%; margin-bottom: 20px; }
.sidebar-banner { max-width: 265px; margin: 20px auto 0px; }
.sidebar-banner a { position: relative; overflow: hidden; display: block; text-align: center; color: var(--secondary); }
.sidebar-banner-info { position: absolute; top: 0px; left: 0px; z-index: 1; padding: 40px; }
.sidebar-banner-info span { text-decoration: underline; color: var(--primary); }
/*--AccordionFilterNav--*/
.AccordionFilterNav { display: block; text-decoration: none; line-height: 1.1; }
/* First Level */
.AccordionFilterNav ul { margin: 0; padding: 0px; list-style: none; }
.AccordionFilterNav>ul>li { padding: 0px 0px; }
.AccordionFilterNav>ul>li:last-child { }
.AccordionFilterNav>ul li a { color: var(--dark); display: block; position: relative; text-decoration: none; line-height:18px; font-weight: 700; padding:16px 20px; font-size: 14px; }
/*.AccordionFilterNav>ul>li>a::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0px; top: 4px; border: 2px solid #414141; border-radius: 10px; transition: all 0.2s linear; }
.AccordionFilterNav>ul>li>a::after { font-family: "Font Awesome 5 Free"; content: "\f00c"; content: ""; display: inline-block; position: absolute; top: 5px; left: 3px; transition: all 0.2s linear; opacity: 0; line-height: 17px; font-weight: 900; text-align: center; font-size: 16px; color: var(--primary); width: 10px; height: 10px; background: var(--primary); border-radius: 0px; }
.AccordionFilterNav>ul>li.chosen>a::after, .AccordionFilterNav>ul>li>a:hover::after { opacity: 1; }
.AccordionFilterNav>ul>li>a:hover::before, .AccordionFilterNav>ul>li.chosen>a::before { background-color: var(--primary); }*/
.AccordionFilterNav>ul>li.chosen>a,.AccordionFilterNav>ul>li.selected>a, .AccordionFilterNav>ul li a:hover{ color: var(--primary); background: #E6ABAB; }
.AccordionFilterNav>ul>li.has-subnav>a:hover,.AccordionFilterNav>ul>li.has-subnav>a{ background:none; }
.AccordionFilterNav>ul>li.has-subnav.active>a{color: var(--primary);background:none;}
.AccordionFilterNav>ul>li.has-subnav>a{ padding-left: 0px; }

/* Second Level */
.AccordionFilterNav ul ul { }
.AccordionFilterNav ul ul li { border-top: 0px; }
.AccordionFilterNav ul ul li a { background: #F9F9F9; font-weight: 400; }
.AccordionFilterNav ul ul li.selected a,.AccordionFilterNav ul ul li.chosen a { color: var(--primary); background: #E6ABAB; }
/* Third Level */
.AccordionFilterNav ul ul ul { }
.AccordionFilterNav ul ul ul li { }
.AccordionFilterNav ul ul ul li a { }
/* Accordion Button */
.AccordionFilterNav ul li.has-subnav .accordion-btn { font-size: 14px; }
.accordion-collapsed { color: var(--dark); }
.accordion-expanded, .accordion-collapsed:hover { color: var(--primary); }
.accordion-btn-wrap {width:20px !important; text-align: right !important; }
.AccordionFilterNav>ul>li.has-subnav>a{ margin-right: 20px !important; }
/*--Top- Search --*/
.top-search-holder { margin-right: 100px; width: 615px; }
.search-box-holder { margin: 0px; left: auto !important; right: 0px !important; transform: none !important; top: 33px !important; border-radius: 0px; padding: 5px; background: #3D0A24; border: 0px solid #E8E8E8; width: 300px; z-index: 10; border-radius: 40px; }
.top-input { background: #ffffff !important; width: 100%; border-color: #ffffff !important; color: #5D5B5B !important; padding-top: 0px; }
.search-box-holder input::placeholder, .search-box-holder input.form-control::-webkit-input-placeholder {
color: #5D5B5B !important;
opacity:1 !important;
}
.search-box-holder .form-control:focus { color: #5D5B5B !important; }
.search-box { position: relative; }
.top-button { position: absolute !important; top: 50%; transform: translateY(-50%); right: 6px; padding: 0px !important; width: 44px; height: 44px; line-height: 44px; color: #ffffff; background: var(--primary); border-radius: 30px; border: 0px; font-size: 18px; transition: all 0.2s linear; }
.top-button:hover { background: #101010; }
.top-button img { vertical-align: middle; position: relative; margin-top: -2px; }
.top-link { display: block; line-height: 1; }
/*----*/
.gallery-holder { position: relative; max-width: 559px; margin: 0px auto; }
.gallery-main { margin-bottom: 20px;  }
.gallery-main-slide { text-align: center; position: relative; padding: 30px; border-radius: 20px; background: #ffffff; border: 1px solid #E1E1E1;}
.gallery-main-slide .img-holder { padding-bottom: 82.96%; }
.gallery-main-slide .img-holder figure { }
.gallery-main-slide a { display: block; position: absolute; top: 0px; right: 0px; color: var(--primary); font-size: 20px; width: 100%; height: 100%; text-align: right; padding: 40px; opacity: 0; transition: all 0.2s linear; z-index: 1; }
.gallery-main-slide a:hover { opacity: 1; }
.gallery-nav { padding: 0px 28px; }
.gallery-nav .slick-list { padding: 0px 0px !important; }
.gallery-nav-slide { cursor: pointer; transition: all 0.2s linear; text-align: center; }
.gallery-nav-slide .img-holder { transition: all 0.2s linear; border: 1px solid #E1E1E1; border-radius: 5px; padding-bottom: 82.96%; background: #ffffff; }
.gallery-nav-slide .img-holder figure { padding: 5px; }
.gallery-nav-slide.slick-current .img-holder, .gallery-nav-slide:hover .img-holder { border-color: var(--primary); }
.gallery-nav .slick-arrow { height: 100%; background:none; width: 20px; border-radius: 3px; border: 0px; opacity: 1; color: var(--light); }
.gallery-nav .slick-arrow:hover { background: none; color: var(--primary); }
.gallery-nav .slick-prev { left: 5px; }
.gallery-nav .slick-next { right: 5px; }
 @media only screen and (max-width: 567px) {
/*.gallery-nav .slick-prev { left: 0px; }
.gallery-nav .slick-next { right:0px; }*/
}
/*----*/
.product-details-holder { padding-bottom: 0px; }
.product-details { position: relative; margin-right: -20px; }
.product-details-header { margin-bottom: 15px; }
.product-details .product-cat { font-size: 17px; }
.product-details-header h1 { font-size: 35px; font-weight: 500; }
.product-details .price-holder { font-size: 30px; line-height: 1; }
.product-details .price-holder ins { }
.product-details .price-holder del { margin-left: 0px; }
.ptitle { color: #BFBFBF; width: 80px; }
.product-availability { padding-bottom: 30px; }
strong.instock { color: #20D000; }
strong.outofstock { color: var(--red); }
.product-intro { margin: 0px 0px 30px; padding: 0px 0px 40px; border-bottom: 1px solid #e1e1e1; }
.product-intro p { margin-bottom: 15px; }
.product-intro-list { list-style: none; margin: 0px; padding: 0px; }
.product-intro-list li { padding-bottom: 15px; font-weight: 700; color: #4E4E4E; }
.product-intro-list li strong { width: 60px; font-weight: 400; color: #707070; display: inline-block; }
.product-size { width: 240px; }
.product-size { font-weight: 600; }
.product-size-group { margin-bottom: 20px; }
.product-footer { padding: 0px 0px 20px; }
.product-footer .product-wishlist a { color: var(--secondary); padding: 0px; }
.product-footer .product-wishlist a i.fas.fa-heart, .product-footer .product-wishlist a:hover { color: var(--red); }
.product-footer .product-wishlist a i { margin-right: 8px; }
.product-details .product-footer .product-wishlist a { background: #2E2E2E; border-radius: 30px; width: 55px; height: 55px; text-align: center; display: block; line-height: 55px; }
.product-details .product-footer .product-wishlist a:hover { background: var(--red); color: #ffffff; }
.product-details .product-footer .product-wishlist a i.fas.fa-heart { color: #ffffff; }
.product-details .product-footer .product-wishlist a i { margin-right: 0px; }
.product-footer .custom-button { width: 220px; }
.product-details-table { margin-bottom: 30px; }
.product-details-table table { border-radius: 10px; overflow: hidden; }
.product-details-table table th { background: var(--secondary); color: #ffffff; }
.product-details-table table th, .product-details-table table td { padding: 15px; text-align: center; border: 1px solid #ffffff; }
.product-details-table table td { font-weight: 700; background: #F3F3F3; }
.product-variations-holder { padding-bottom: 20px; }
@media only screen and (max-width: 567px) {
.product-details-table table th, .product-details-table table td { padding: 10px; font-size: 80%; }
}
/*----*/
.product-review-section { padding-top: 60px; max-width: 955px; margin: 0px auto; }
.reviews-holder { padding-bottom: 60px; }
.review-box { position: relative; padding: 30px 0px; border-bottom: 2px solid #2a2a2a; }
.review-box-content { }
.review-title { padding-bottom: 10px; }
.review-star { margin-bottom: 15px; line-height: 1 }
.review-star:last-child { margin-bottom: 0px; }
.review-description { padding: 10px 0px; }
.review-description-footer { }
.review-description-footer p { margin-bottom: 0px; }
.button-reviews { background: none; padding: 0px; border: 0px; font-size: 16px; text-transform: uppercase; font-weight: 500; color: var(--light); transition: all 0.2s linear; }
.button-reviews:hover { color: var(--primary); }
.review-form-holder { background: #242424; border-radius: 10px; padding: 30px 50px; }
.review-form-holder .form-control { padding-top: 0px; }
.review-form-holder textarea.form-control { height: 105px; padding-top: 15px; }
.review-form-holder label { font-weight: 500 !important; width: 70px; margin-top: 15px; color: var(--secondary); }
.review-form-holder .form-action { padding-left: 90px; }
.review-text { text-transform: uppercase; margin-bottom: 15px; font-weight: 500; }
.review-form-title { border-bottom: 2px solid #3c3c3c; padding-bottom: 30px; margin-bottom: 30px; }
.review-form-title h6, .review-title h6 { font-size: 22px; }
.review-form-holder .review-star-holder label { margin-top: 0px; }
/*---*/
.product-quantity { }
.product-details .product-quantity { }
.add-qty { display: block; position: relative; max-width: 140px; width: 100%; }
.qty { width: 140px; text-align: center; padding: 0px 28px !important; font-size: 17px; border: 2px solid #444444; font-weight: 500; background: none; border-radius: 30px; height: 55px; color: #ffffff; }
.qty-btn { border: 0px; width: 42px; height: 100%; padding: 0px; position: absolute; background: none; top: 0px; color: #ffffff; font-size: 12px; text-align: center; }
.qty-btn:hover { }
.qty-up { right: 2px; border-left: 2px solid #444444; }
.qty-dwn { left: 2px; border-right: 2px solid #444444; }
/*---*/

.product-share { }
.product-share.alt { border-top: 0px; margin-top: 0px; padding-top: 0px; }
.product-share a { display: inline-block; color: var(--primary); margin-left: 15px; }
.product-share a i { margin-right: 5px; transition: all 0.2s linear; }
.product-share a:hover{ color: var(--dark); }
/*.fb:hover { color: #3a5a99; }
.ins:hover { color: #d50060; }
.twi:hover { color: #55acee; }
.in:hover { color: #0076b2; }
.pint:hover { color: #bd081c; }
.wha:hover { color: #25d366; }
.tel:hover { color: #38abe0; }
.yt:hover { color: #ff0000; }*/
/*---*/
.icon-pod-box { text-align: center; max-width: 230px; margin: 0px auto; }
.icon-pod-img { height: 160px; line-height: 160px; margin-bottom: 25px; }
.icon-pod-img img { vertical-align: middle; max-height: 160px; }
.icon-pod-info h6 { padding-bottom: 15px; font-size: 22px; font-weight: 500; }
.icon-pod-info h6 a { text-decoration: underline !important; }
/*----*/
.news-list { }
.news-box { }
.news-box a { display: block; position: relative; transition: all 0.2s linear; border-radius: 10px; background: #ffffff; padding-bottom: 55px; }
.news-box:hover a { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
.news-box .img-holder { padding-bottom: 60.40%; }
.news-info-holder { padding: 20px; }
.news-box-title h6 { font-size: 20px; padding-bottom: 20px; transition: all 0.2s linear; line-height: 1.5; }
.news-box:hover .news-box-title h6 { }
.news-box-info-holder { padding: 30px; border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; }
.news-box-info { padding: 20px 0px; }
.news-right { width: 405px; }
.related-news { list-style: none; margin: 0px 0px 30px; padding: 0px; }
.related-news:last-child { margin-bottom: 0px; }
.related-news li { padding: 18px 0px; border-bottom: 1px solid #dddddd; }
.related-news li:last-child { border-bottom: 0px; }
.related-news li a { display: block; }
.related-news .news-box-title h6 { }
.related-news-img { width: 118px; }
.related-news-img .img-holder { border-radius: 10px; }
.related-news li a:hover .news-box-title h6 { }
.related-news .news-meta .col-auto:first-child { border: 0px; }
.news-details { border-bottom: 2px solid #e7e7e7; margin-bottom: 10px; padding-bottom: 30px; }
.news-details-img { padding-bottom: 30px; }
.news-details-img img { }
.news-details-title { margin-bottom: 15px; }
.news-details-title h2 { font-size: 45px; }
.news-meta { color: var(--light); margin-bottom: 20px; }
.news-meta strong { color: var(--secondary); }
.news-avtar { width: 43px; border-radius: 50%; overflow: hidden; }
.news-date::before, .news-by::before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 15px; margin-right: 5px; }
.news-date::before { content: "\f783"; }
.news-by::before { content: "\f303"; }
.news-meta .col-auto:first-child { border-right: 1px solid #bfbfbf; }
.news-categories { list-style: none; margin: 0px 0px 30px; padding: 0px; }
.news-categories li { display: block; position: relative; }
.news-categories li a { display: block; font-weight: 500; padding: 5px 0px; }
.news-categories li:hover a { color: #D7263D; }
/*----*/
.footer-wrapper { display: block; position: relative; width: 100%; font-size: 14px; font-weight: 300; color: #aaaaaa; }
.footer-nav, .social-icons, .social-list, .contact-list { list-style: none; margin: 0px; padding: 0px; }
.contact-list { margin-bottom: 40px; }
.contact-list:last-child { margin-bottom: 0px; }
.footer-nav li, .contact-list li, .social-list li { position: relative; padding-bottom: 10px; }
.contact-list li:last-child, .footer-nav li:last-child, .social-list li:last-child { padding-bottom: 0px; }
.footer-nav li a, .social-list li a { display: block; position: relative; text-transform: capitalize; }
.footer-nav.inline li { display: inline-block; margin-right: 5px; padding-right: 8px; border-right: 1px solid #b590a2; padding-bottom: 0px; line-height: 1; }
.footer-nav.inline li:last-child { padding-right: 0px; border-right: 0px; }
.contact-list li { padding-left: 20px; padding-bottom: 5px; }
.contact-list li.inline { display: inline-block; margin-right: 30px; }
.contact-list li.inline.inline-last { margin-right: 0px; }
.contact-list li i, .social-list li i, .contact-list li img, .social-list li img { position: absolute; left: 0px; top: 7px; color: var(--primary); }
.social-icons li { display: block; padding: 5px 0px; }
.social-icons li a { display: flex; align-items: center !important;}
.social-icons li a:hover { opacity: 1; }
.social-icons li:first-child { margin-left: 0px; }
.social-icons li:last-child { margin-right: 0px; }
.social-icons li a img{ margin-right: 10px; opacity: .6; }
.social-icons li a:hover img{ opacity: 1; }
.social-list li a { padding-left: 40px; }
.footer-wrapper h6 { padding-bottom: 15px; color: #ffffff; }
.footer { background: #A7C613; padding: 18px 0px; }
.copyright { }
.copyright a { display: inline-block; color: #A6A6A6; }
.copyright strong { background: url("../images/verz-logo.png") no-repeat scroll right center; padding-right: 19px; }
.copyright a:hover { color: #ffffff !important; }
.newsletter-holder { position: relative; }
.newsletter-input { background: #ffffff !important; width: 100%; border-color: #ffffff !important; color: #5D5B5B !important; padding-top: 0px; }
.newsletter-holder input::placeholder, .newsletter-holder input.form-control::-webkit-input-placeholder {
color: #5D5B5B !important;
opacity:1 !important;
}
.newsletter-button { position: absolute !important; top: 6px; right: 6px; padding: 0px !important; width: 44px; height: 44px; line-height: 44px; color: #ffffff; background: var(--primary); border-radius: 30px; border: 0px; font-size: 18px; transition: all 0.2s linear; }
.newsletter-button:hover { background: #101010; }
.newsletter-holder .form-control:focus { color: #5D5B5B !important; }
.newsletter-holder .mc4wp-form-fields { position: relative; }
.footer-wrapper a, .footer-nav a { color: #A6A6A6; }
.footer-wrapper a:hover { color: #ffffff; }
.footer-nav li.selected a, .footer-nav li.active a { color: #ffffff; }
.footer-logo { max-width: 134px; margin: 0px auto 30px; }
.foo-box { }
.foo1 { }
.foo2 { }
.foo3 { width: 210px; }
.foo4 { }
.bottom { padding: 6px 0px; color: #A6A6A6; line-height: 2; }
.bottom .footer-nav a { color: #b590a2; }
.bottom .footer-nav a:hover, .bottom .footer-nav li.selected a, .bottom .footer-nav li.active a { color: #ffffff; }
.payment-card { text-align: center; }
.footer-bar { position: fixed; left: 0px; bottom: 0px; width: 100%; padding: 15px 0px; background: #000000; z-index: 9; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bar a { display: block; text-align: center; /*width: 30px;*/ font-size: 15px; margin: 0px auto; line-height: 1; color: #ffffff; position: relative; }
.footer-bar a img { vertical-align: middle; display: inline-block; }
.footer-bar a span, .top-cart span { color: #ffffff; margin-left: 5px; }
.footer-bar a span { display: inline-block; }
.footer-bar .col:nth-child(2) { border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }
.top-cart, .top-link { position: relative; line-height: 1; }
.thankyou-content-holder { }
.thankyou-content { max-width: 440px; color: #ffffff;}
.thankyou-content h1 { font-size: 80px; padding-bottom: 0px; color: #ffffff;}
.thankyou-content h3 { font-size: 52px; color: #ffffff;}
.thankyou-content p { width: 90%; }
.footer-social li a { display: inline-block; margin-left: 10px; font-size: 18px; }
.footer-social li a:hover { color: var(--primary) }
.footer-social li span { display: inline-block; width: 126px; }
.contact-right .contact-list li a, .contact-right .contact-list li { color: var(--light); }
.contact-right .contact-list li a:hover { color: var(--primary); }
.contact-right .contact-list li i { top: 6px; }
.odd-even-list { padding-bottom: 80px; }
.odd-even-list .row { }
.odd-even-list .row:last-child { padding-bottom: 0px; }
.odd-even-list-img { position: relative; }
/*----*/
.custom-button, a.custom-button { cursor: pointer; display: inline-block; text-align: center; position: relative; z-index: 1; outline: none !important; text-decoration: none !important; font-weight: 400; color: var(--primary); border-radius: 30px; border: 1px solid #ECC8BC; vertical-align: top; background: #ECC8BC; transition: all 0.2s linear; padding: 15px 30px; font-size: 14px; letter-spacing: .98px; text-transform: uppercase; line-height: 18px; }
.custom-button.no-icon::after { display: none; }
.custom-button.button-secondary, a.custom-button.button-secondary { background: #FFF9F7; border-color: #FFF9F7; }
.custom-button.button-dark, a.custom-button.button-dark { background:var(--primary); border-color:var(--primary); color: #ECC8BC;}
.custom-button:hover, .custom-button:focus, .custom-button.selected, a.custom-button:hover, a.custom-button:focus, a.custom-button.selected { color: #ffffff !important; background: var(--primary) !important; border-color: var(--primary) !important; }
.custom-button.button-dark:hover, .custom-button.button-dark:focus, .custom-button.button-dark.selected, a.custom-button:hover, a.custom-button.button-dark:focus, a.custom-button.button-dark.selected { color: #ffffff !important; background: var(--dark) !important; border-color: var(--dark) !important; }
.mwidth { width: 210px; padding-left: 0px !important; padding-right: 0px !important; }
.btn-block, a.btn-block { width: 100% !important; min-width: inherit !important; padding-left: 5px; padding-right: 5px; }
.button-holder { }
.button-holder .custom-button { margin: 5px 15px 5px 0px; }
.button-holder .custom-button:last-child { margin-right: 0px; }
.custom-button img { display: inline-block; }
.custom-button i { }
.iright { margin-left: 10px; }
.ileft { margin-right: 10px; }
.custom-button .iright { margin-left: 10px; }
.custom-button .ileft { margin-right: 10px; }
.uncap { text-transform: none !important; }
/*-- Button-Effect--*/
/*.custom-button::before, a.custom-button::before { content: ""; display: inline-block; height: 100%; width: 100%; border-radius: 30px; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.4s; }
.custom-button::before, a.button::before { background-color: var(--primary); }
.custom-button:hover::before { transform: scaleX(1.4) scaleY(1.6); opacity: 0; }*/
/*-- Button-Effect END--*/
/*--Links--*/
.text-link, a.text-link { color: var(--primary); text-decoration: underline !important; font-weight: 400; text-transform: uppercase; }
a.text-link:hover { color: #000000; text-decoration: underline !important; }
.text-link.has-icon::after, a.text-link.has-icon::after { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; display: inline-block; margin-left: 10px; position: relative; }
/*--Slick Arrow--*/
.slick-arrow, .custom-arrows a { opacity: 1; font-size: 20px; width: 50px; height: 50px; line-height: 1; text-align: center; color: #ffffff; background: #deddde; border-radius: 30px; display: block; cursor: pointer; border: 2px solid #deddde; }
.custom-arrows a{line-height: 46px; display: inline-block;}
.custom-arrows a:first-child{ margin-right: 10px; }
.arrows-plain .slick-arrow { width: auto; height: auto; line-height: inherit; border: 0px; border-radius: 0px; opacity: 1; background: none; }
.arrows-white .slick-arrow { color: #ffffff; border-color: #ffffff; }
.slick-arrow:hover, .custom-arrows a:hover { color: var(--primary); opacity: 1; background: #ECC8BC; border-color: #ECC8BC; }
.arrows-plain .slick-arrow:hover { background: none; color: var(--primary); }
/*---*/
.pageTitle { position: relative; display: block; padding: 0px; margin-bottom: 30px; }
.pageTitle:last-child { margin-bottom: 0px; }
.pageTitle.style1 { padding-left: 25px; border-left: 1px solid #ecc8bc; }
.pageTitle.style2 { padding-bottom: 25px; margin-bottom: 30px; }
.pageTitle.style2::before { content: ""; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); background: #ecc8bc; width: 80px; height: 1px; }
.pageTitle h1, .pageTitle h2 { font-size: 38px; padding-bottom: 20px; }
.pageTitle h3 { font-size: 18px; padding-bottom: 5px; letter-spacing: 4.79px; text-transform: uppercase; color: var(--secondary); font-weight: 400; }
.pageTitle.md h1, .pageTitle.md h2 { font-size: 45px; }
.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 35px; font-weight: 500; }
.pageTitle p { font-size: 20px; }
.home-banner-slide-img { padding-bottom: 38.80%; }
.home-banner .bn-content > div { text-align: left; max-width: 420px; }
.home-banner .slick-dots { width: 1150px; left: 50%; transform: translateX(-50%); text-align: left; bottom: 70px; }
.bn-content h2,.bn-content h1 { font-size: 65px; }
.bn-content h1 { color: #ffffff; padding-bottom: 10px; }
.inner-banner-img{ padding-bottom: 18.25%; }
.top-right { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); z-index: 9; transition: all 0.2s linear; }
.top-bar { background: var(--primary); color: #ffffff; padding: 14px 0px; }
.top-contact-box { padding: 0px 40px; border-right: 1px solid #b16e76; line-height: 2;}
.top-contact-box-holder .col-lg-auto:first-child .top-contact-box { padding-left: 0px; }
.top-contact-box-holder .col-lg-auto:last-child .top-contact-box { padding-right: 0px; border-right: 0px; }
.top-contact-box .contact-list li { padding-bottom: 0px; font-size: 12px; }
.top-contact-box .contact-list li a { color: #ffffff; }
.top-contact a { display: block; position: relative; padding-left: 65px; color: #ffffff; text-transform: uppercase; font-weight: 700; line-height: 1.2; }
.top-contact a img { position: absolute; left: 0px; top: 0px; }
.top-bar a:hover, .top-contact-box .contact-list li a:hover { color: #ECC8BC; }
.bottom-contact-box { padding: 60px 15.62%; color: #87515F; line-height: 2; }
.bottom-contact-box a { color: #87515F; }
.bottom-contact-box a:hover { color: var(--primary); }
.home-service-box .grid-info { max-width: 300px; font-size: 14px; }
.home-service-box .grid-info p { margin-bottom: 20px; }
.home-service-box .img-holder { padding-bottom: 91.55%; }
.home-service-box h4 { color: #ffffff; font-size: 28px; }
.home-service-slider-holder { padding: 0px 16px; }
.home-service-box .text-link { color: #ffffff; }
.product-box:hover .custom-button.button-secondary, .product-box .custom-button.button-secondary:hover { background: #ECC8BC !important; border-color: #ECC8BC !important; color: var(--primary) !important; }
.expert-info { padding-right: 60px; }
/*----------*/
.slyFrame { position: relative; display: block; height: auto; margin: 0px auto 30px; }
.slyFrame ul.slyFrameContainer { position: relative; display: flex; width: 100%; margin: 0; padding: 0; height: 100%; list-style: none; flex-flow: row nowrap; align-items: stretch; }
.slyFrame ul.slyFrameContainer li.slyFrameCol { position: relative; /*display: inline-flex*/; /*float:left;*/padding: 0; /*width:270px;*/ /*height:100%;*/ /*cursor:pointer;*/margin: 0 30px 0 0; border-radius: 3px;  background:none;}
.slyFrame ul.slyFrameContainer li.slyFrameCol.active { }
.slyFrame ul.slyFrameContainer li.slyFrameCol .slyInnerblock { position: relative; display: block; /*width:100%;*/width: 270px; /*height:100%;*/overflow: hidden; padding: 40px 40px 60px; }
.slyFrame ul.slyFrameContainer ul { margin: 0px auto 0px; }
.slyFrame ul.slyFrameContainer ul li { line-height: 1.6; margin: 0px auto 0px; }
.slyFrame ul.slyFrameContainer ul li:before { top: 8px; }
/* Sly Scrollbar */
.slyScrollbar-container { position: relative; display: block; overflow: hidden; padding: 0px 0px; margin:0px; }
.slyScrollbar { position: relative; z-index: 2; height: 5px; line-height: 0; cursor: pointer; margin: 0px 0px; }
.slyScrollbar:before { position: absolute; display: block; z-index: -1; top: 0px; left: 0; width: 100%; content: ''; height: 5px; overflow: hidden; background: #e5e5e5; border-radius: 5px;}
.slyScrollbar .slyHandle { position: relative; z-index: 5; width: 100px; height: 5px; cursor: pointer; margin-top: 0px; background: #393f59; border-radius: 5px; }
.slyScrollbar .slyHandle .slyMousearea { position: absolute; z-index: 6; top: 0px; left: 0; width: 100%; height: 5px; cursor: pointer; }
.slyPages { font-family: Manrope-Bold; position: absolute; display: flex; margin: 0px; padding: 0; left: 0px; top: 8px; z-index: 0; width: 100%; color: #303030; font-size: 13px; list-style: none; flex-wrap: nowrap; justify-content: space-between; }
.slyPages li { position: relative; display: none; margin: 0 5px; cursor: pointer; overflow: hidden; line-height: 20px; list-style-type: none; padding: 2px 0px 0px 10px; }
.slyPages li:before { position: absolute; display: none; top: 2px; left: 0px; font-weight: normal; content: counter(my-awesome-counter); }
.slyPages li:first-child, .slyPages li:last-child, .slyPages li:first-child:before, .slyPages li:last-child:before { display: block !important; }
.slyPages li:first-child { left: 0px; }
.slyPages li:last-child { right: 0px; }
.slyPages li:hover, .slyPages li.active { color: #ee7c1c; }
/*----*/
.home-team-box { width: 266px; }
.home-team-box a,.team-box a { color: var(--secondary); display: block; }
.home-team-box .img-holder { padding-bottom: 315px; border: 1px solid #DDDDDD; background: #ffffff; }
.home-team-box-info-holder{ padding-top: 15px; font-size: 14px; }
.home-team-box-info-holder h6{ padding-bottom: 0px; }
.home-team-box-info{ padding: 20px 0px; }
.home-team-box-info-holder .text-link{ text-decoration: none !important; color:var(--secondary); }
.home-team-box:hover .home-team-box-info-holder .text-link{ text-decoration: underline !important; color: var(--primary); }
.team-header{ text-align: center; max-width: 330px; margin: 0px auto 30px; }
.team-header-img{ max-width: 280px;margin: 0px auto 30px; }
.team-box{ text-align: center; }
.team-box:hover .custom-button.button-secondary,.team-box:hover .custom-button.button-secondary:hover,.service-box:hover .custom-button.button-secondary,.service-box:hover .custom-button.button-secondary:hover{ background: #ECC8BC !important; color: var(--primary) !important; border-color: #ECC8BC !important; }
.service-box a{ display: block; text-align: center; }
.service-box-info{ padding-top: 20px; }
.service-box-info h6{ padding-bottom: 30px; }
.contact-left,.contact-right{ font-size: 14px; }
.contact-left h6{ font-size: 16px; }
.contact-left .contact-list li{ padding-bottom: 10px; }
.contact-right{ border: 1px solid #E5E5E5; border-radius: 10px; padding: 50px; }
.thankyou-img{ position: relative; }
.thankyou-img::before{position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .1; }
.contact-holder .row{ padding-bottom: 60px; }
.contact-holder .row:last-child{ padding-bottom: 0px; }
/*----*/
.lead { font-weight: 500; font-size: 20px; }
.img-left { float: left; margin: 7px 40px 25px 0px; max-width: 50%; }
.img-right { float: right; margin: 7px 0px 25px 40px; max-width: 50%;}
.video-container a { display: block; position: relative; overflow: hidden; border-radius: 15px; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f04b"; content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #ffffff; font-size: 40px; width: 90px; height: 90px; background: url(../images/play-btn.png) no-repeat; background-size: 100% 100%; }
.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: 0; z-index: 1; }
.bg-overlay { position: relative; }
.bg-overlay::before { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: #000000; opacity: .5; }
.overlay-dark::before { opacity: .8; }
.overlay-white::before { background: #ffffff; }
.overlay-xlg::before, .overlay-xl::before, .overlay-lg::before, .overlay-md::before, .overlay-sm::before { visibility: hidden; }
.rounded-corner { border-radius: 15px; overflow: hidden; }
[data-animation-in] {
opacity:0;
}
/*
font-family: 'Inter', sans-serif;
100;200;300;400;500;600;700;800;900
transition: all 0.2s linear;

var(--primary)
var(--secondary)
var(--light)
var(--red)
*/
@-ms-viewport {
 width:auto !important;
}
 @media print {
a[href]:after { content: none !important; }
}
.grecaptcha-badge { z-index: 2; }
