/** ==========================================================================================

  Project :   Ai-demo - Car Dealers - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */

/** 
          1. Prt-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. Sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. Featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar 

          14. Testimonial

          15. Accordion

          16. Wrap-Form

          17. Tab

          18. Boxes-Spacing

          19. Sidebar

**/


/* ===============================================
    1.prt-row
------------------------*/
.prt-row {padding: 100px 0;}
.prt-row.padding_bottom_zero-section {padding: 100px 0 0;}
.prt-row.padding_top_zero-section {padding: 0 0 100px;}
.prt-row.padding_zero-section {padding: 0 0;}
/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* ===============================================
    3.Bg-Layer 
------------------------*/
.prt-bg{ position: relative;}
.prt-col-bgimage-yes {z-index: 1;}
.bg-layer-equal-height .prt-col-bgimage-yes, 
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes{ height: 100%;}
.prt-bg-layer , .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.prt-left-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}
.prt-right-span > .prt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%; }

.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }

.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}

.prt-bgcolor-white.prt-bg.prt-bgimage-yes >.prt-bg-layer, 
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: .94;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/

.bg-img1{
    background-image: url(../images/bg-image/col-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img2{
    background-image: url(../images/bg-image/col-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-img3{
    background-image: url(../images/bg-image/col-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit:cover;
}
.bg-img4{
    background-image: url(../images/bg-image/col-bgimage-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}
.bg-img5{
    background-image: var(--base-black);
    background-image: url(../images/bg-image/row-bgimage-5.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* ===============================================
    5.Col-Bg-Image  
------------------------*//*
.prt-equal-height-image{ display: none; }*/
.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ===============================================
    6.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 12px;
}.section-title span.pretitle{ font-size: 18px; line-height: 32px; }
.section-title h2 {
     font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #1f1f1f;
}
.section-title .title-desc p{ padding-bottom: 15px; margin: 0; }
.section-title.title-style-center_text { text-align: center; }
.section-title.title-style-center_text .title-desc p{ 
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}
.section-title .title-header { 
    position: relative;
}
.section-title .title-desc{
    position: relative;
    margin-top: 18px;
    padding-top: 20px;
}
.section-title .title-desc:before{
    content: '';
    position: absolute;
    top: 0;
    width: 132px;
    height: 2px;
    background-color: var(--base-skin);
}
.title-overlay {
    position: absolute;
    bottom: 0;
    left: -115px;
    font-size: 120px;
    line-height: 130px;
    font-weight: 800;
    font-family: var(--base-headingfont);
    color: rgba(255 255 255 / 0.60);
    text-transform: uppercase;
    z-index: 0;
}

/*style1*/
.section-title.style1 .title-header{ padding-bottom: 0; }
.section-title.style1 .title-desc:before{ display: none; }
.section-title.style1 .title-desc{ margin-top: 0; padding-top: 0; }


/* ===============================================
    7.sep_holder
------------------------*/
.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
}
.bg-base-dark .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.bg-base-skin .prt-horizontal_sep{
    border-top-color: rgba(255,255,255,0.2);
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: rgba(255, 255, 255, 0.15);
}

.bg-base-dark .border,
.bg-base-dark .border-top,
.bg-base-dark .border-left,
.bg-base-dark .border-bottom,
.bg-base-dark .border-right,
.bg-base-skin .border,
.bg-base-skin .border-top,
.bg-base-skin .border-left,
.bg-base-skin .border-bottom,
.bg-base-skin .border-right{
    border-color: rgba(255,255,255,0.06) !important;
}
.prt-vertical_sep > [class*='col'] { position: relative; }
.prt-vertical_sep > [class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgba(0, 0, 0, 0.10); }
.prt-vertical_sep.style2 > [class*='col']:not(:last-child):before{ background-color: #e9e9e9; }
.row.no-gutters.prt-vertical_sep > [class*='col']:not(:last-child):before{ right: 0; }
.bg-base-dark .prt-vertical_sep > [class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*='col']:not(:last-child):before {
    background-color: rgba(255,255,255,.21);
}
.prt-vertical_sep.style3 > [class*='col']:first-child:before { 
    right: 15px; 
    background-color:rgba(255, 255, 255, 0.13); 
}
.prt-vertical_sep.style4 > [class*='col']:not(:last-child):before { 
    right: 15px; 
    background-color:rgba(255, 255, 255, 0.10); 
}
/* ===============================================
    8.Buttons
------------------------*/
.prt-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 30px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--base-white);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    color: var(--base-white);
    background-color: transparent;
    font-family: var(--base-headingfont);
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
}
.prt-btn.prt-btn-color-skincolor:hover,.prt-btn:hover{
        background-color:var(--base-white);
        border-color:var(--base-black);
        color:var(--base-black);
}
/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-white);
}
.prt-btn-color-greycolor{
    background-color:var(--base-grey);
    color:#1f1f1f;
    border-color:  var(--base-grey) ;
}
.prt-single-product-details .cart .prt-product-buy a:hover,.prt-btn-color-greycolor:hover{
    background-color:var(--base-skin);
    border-color:var(--base-skin);
    color:var(--base-white);
}
.prt-btn.prt-btn-color-darkcolor {
    color: var(--base-white);
    background-color:var(--base-secondary-bg);
    border-color:var(--base-secondary-bg ) ;
}
.prt-btn.prt-btn-color-darkcolor:hover{
 color: var(--base-white);
    background-color:var(--base-skin);
    border-color:var(--base-skin ) ;
}
.prt-btn.prt-btn-color-skincolor{
    color: var(--base-white) ;
    background-color:var(--base-skin);
    border-color:var(--base-skin);
}

.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover{
    background-color: var(--base-black);
    border-color: var(--base-black);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor{
    background-image: linear-gradient(to right, var(--base-first-gradientcolor) 0%, 
            var(--base-second-gradientcolor) 50%, var(--base-first-gradientcolor) 100%) !important;
    color: var(--base-white);
    background-size: 200% auto;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-gradientcolor:hover{
    background-position: left center;background-image: linear-gradient(to right, var(--base-second-gradientcolor) 0%, 
            var(--base-second-gradientcolor) 50%, var(--base-second-gradientcolor) 100%) !important;
}
.prt-btn:not(.btn-inline):hover::after {
    color:var(--base-white);
}


/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 14px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 8px; margin-left: 0;}

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs { font-size: 11px; padding: 8px 20px;}
.prt-btn.prt-btn-size-xs i { font-size: 11px; line-height: 11px;}

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm { font-size: 14px; line-height: 24px; padding: 10px 25px 10px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 14px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 16px !important; line-height: 26px !important; padding: 15px 30px ;}
.prt-btn.prt-btn-size-md i { font-size: 15px; line-height: 15px; }

/** btn-size-lg **/
.prt-btn.prt-btn-size-lg { font-size: 18px; line-height: 18px; padding: 11px 35px;}
.prt-btn.prt-btn-size-lg i { font-size: 18px; line-height: 18px;}

/** btn-shape **/
.prt-btn.prt-btn-shape-round { border-radius: var(--base-border-radius-28); }
.prt-btn.prt-btn-shape-rounded { border-radius: var(--base-border-radius-25); }
.prt-btn.prt-btn-shape-square { border-radius: 0; }
.prt-btn .btn-inline .bg-secondary-bg{color:var(--base-white);}
/** btn-style-border **/
.prt-btn.prt-btn-style-border{ background-color: transparent; border: 1px solid currentColor; }
.prt-btn.prt-btn-style-border.prt-btn-color-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.prt-btn.prt-btn-style-border.prt-btn-color-white:hover{
    border-color: var(--base-dark);
    background-color: var(--base-dark);
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    width: 115px;
    padding: 10px 0;
    margin: 10px 0 10px 10px;
    border: 2px solid var(--base-skin);
    border-radius: var(--base-border-radius50);
}
.prt-btn.prt-icon-shap.prt-btn-color-seconddark:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white) !important;
}

/** btn-inline **/
.prt-btn.btn-inline{
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    position: relative;
}

.prt-btn.btn-inline:after{ display: none; }
.prt-btn.btn-inline.prt-icon-btn-right{
    padding: 6px 0;
    display: unset;
}
.prt-btn.btn-inline i{  position: absolute; }
.prt-btn.btn-inline.prt-icon-btn-right i:before{
    content: "\e627";
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    border-radius: var(--base-border-radius-50);
    transform: rotate(45deg);
    font-weight: 900;
    transition: all 0.3s ease 0s;
}
.prt-btn.btn-inline.prt-icon-btn-right:hover i:before{
    transform: rotate(90deg);
}
.prt-btn.btn-underline { position: relative; overflow: visible; vertical-align: baseline;}
.prt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */
.prt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation{ 
    display: inline-block;
    position: relative;
}
.prt-play-icon .prt-play-icon-animation:after, .prt-play-icon .prt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}
.prt-play-icon .prt-play-icon-animation:after, .prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation:videoplay-anim 1.08s infinite;
    -moz-animation:videoplay-anim 1.08s infinite;
    -ms-animation:videoplay-anim 1.08s infinite;
    -o-animation:videoplay-anim 1.08s infinite;
    animation:videoplay-anim 1.08s infinite;
}
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play{ 
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}
.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play{ 
    font-size: 20px;
    z-index: 2;
}
.prt-play-icon-btn .prt-play-icon-animation{
    position: relative;
    display: inline-block;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon { margin-bottom: 0; }
.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%,-50%);
    border-radius: var(--base-border-radius50);
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after{
    z-index: 1;
    width: calc(100% * 1.25 );
    height: calc(100% * 1.25 );
    opacity: .4;
    background-color: inherit;
}
.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after { opacity: .1; }

.prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after, 
.prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
    -webkit-animation:sep-anim 1.05s infinite;
    -moz-animation:sep-anim 1.05s infinite;
    -ms-animation:sep-anim 1.05s infinite;
    -o-animation:sep-anim 1.05s infinite;
    animation:sep-anim 1.05s infinite;
}
@-webkit-keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }
@keyframes sep-anim{ 100% { width:200%;height:200%;opacity:0 } }



/* ===============================================
    9.Icons
------------------------*/
.prt-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}
.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease 0s;
}
.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}
.prt-icon_element-color-darkcolor {
    color: var(--base-headingfont-color);
}
.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-gradientcolor{
    background-color: var(--base-skin);
    background-image: linear-gradient(to top,var(--base-first-gradientcolor) 30%,var(--base-second-gradientcolor) 100%);
    color: var(--base-white);
    border: 0;
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}
.prt-icon_element-color-darkgrey {
    color: var(--base-dark);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-dark {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-dark {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}
/** icon-size-xs **/
.prt-icon.prt-icon_element-size-xs { height: 30px; width: 30px; line-height: 30px; }
.prt-icon.prt-icon_element-size-xs i { font-size: 16px; }

/** icon-size-sm **/
.prt-icon.prt-icon_element-size-sm { height: 55px; width: 55px; line-height: 55px; }
.prt-icon.prt-icon_element-size-sm i { font-size: 31px; }

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md { height: 67px; width: 67px; line-height: 67px }
.prt-icon.prt-icon_element-size-md i { font-size: 37px; }

/** icon-size-lg **/
.prt-icon.prt-icon_element-size-lg { height: 78px; width: 78px; line-height: 78px; }
.prt-icon.prt-icon_element-size-lg i { font-size: 53px; }

/** icon-size-xl **/
.prt-icon.prt-icon_element-size-xl { height: 80px; width: 80px; line-height: 80px; }
.prt-icon.prt-icon_element-size-xl i { font-size: 58px; }

.prt-icon.prt-icon_element-onlytxt { height: auto; width: auto; line-height: 1;}
.prt-icon.prt-icon_element-onlytxt i { 
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transform: translate(0,0);
}

/** icon-shape **/
.prt-icon.prt-icon_element-style-round { border-radius: var( --base-border-radius-28:); }
.prt-icon.prt-icon_element-style-rounded { border-radius: var(--base-border-radius50); }
.prt-icon.prt-icon_element-style-square { border-radius: 0;}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon.fw-normal li i , 
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}
.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.prt-list.prt-list-style-icon li:last-child{padding-bottom: 0;}
.prt-list.prt-list-style-icon li i.fa-minus:before{
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}
.prt-list.prt-list-style-icon li i:before{
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
}
.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 .prt-list-li-content,
.prt-list.prt-list-style-icon-01 .prt-list-li-btn a{
    display: block;
    padding: 11px 0 9px 55px;
    border: 1px solid #ece9e0;
    border-radius: var(--base-border-radius-10);
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.prt-list.prt-list-style-icon-01 .prt-list-li-content:hover{ background: var(--base-grey); }
.prt-list.prt-list-style-icon-01 li:before{
    content: "\f067";
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 25px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    left: 18px;
    top: 12px;
    font-size: 13px;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}
.prt-list.prt-list-style-icon-01 li:hover:before{ background-color: #fff; }
.prt-list.prt-list-style-icon-01 li.prt-list-li-btn:before{ display: none; }
 .prt-list.prt-list-style-icon-01 .prt-list-li-btn a{
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    padding: 11px 0 9px 0px;
    text-align: center;
 }
 
.prt-list.fs-14 { font-size: 14px; }
.prt-list.fs-15 { font-size: 15px; }
.prt-list.fs-15 i { font-size: 12px; }


.prt-list-icon-color-skincolor li i { color: var(--base-skin); }
.prt-list-icon-color-darkgrey li i { color: var(--base-dark); }

/* prt-video-icon */
.prt-video-icon .prt-icon.prt-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}
.prt-video-icon .prt-icon.prt-icon_element-size-md i { 
    font-size: 40px;
}
.prt-right-video-icon, .prt-left-video-icon, .prt-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}


/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}
.prt-fid-view-lefticon .prt-fid-icon-wrapper ,
.prt-fid-view-lefticon .prt-fid-contents ,
.prt-fid-view-righticon .prt-fid-icon-wrapper ,
.prt-fid-view-righticon .prt-fid-contents{
    display: table-cell;
    vertical-align: top;
}
.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left;
}
.prt-fid-view-topicon i {
    margin-bottom: 10px;
}
.prt-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}
.inside h4, .inside h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
}

/*style1*/
.prt-fid.inside.style1 { 
    background-color:var(--base-skin);
     display: inline-block;
    position: relative;
    margin-bottom: 12px;
    padding: 18px 28px;
    border-radius: 0px 50px 50px 0px;
}
.prt-fid.inside.style1:before   {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -10px;
    z-index: 9;
    margin: 0px auto;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid var(--base-skin);
}
.prt-fid.inside.style1  .prt-fid-contents{text-align: left;}
.prt-fid.inside.style1 h4.prt-fid-inner, .prt-fid.inside.style1 h4.prt-fid-inner span {
   font-size: 54px;
    line-height: 54px;
    color: var(--base-white);
}
.prt-fid.inside.style1 h3.prt-fid-title{
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color:var(--base-white);
 font-family: var(--base-bodyfont);
}

/*style2*/    


.prt-fid.inside.style2{padding:0;}
.prt-fid.inside.style2 .prt-fid-content{
    float:right;
}
.prt-fid.inside.style2 .prt-fid-content-inner .prt-fid-inner{
   color: #1f1f1f;
    font-size: 46px;
    font-weight: 500;
    line-height: 62px;
}
.prt-fid.inside.style2 .prt-fid-content-inner  .prt-fid-title p{
        justify-content: start;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 28px;
}
 
   
/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box { position: relative; margin: 15px 0; }
.featured-icon-box .prt-icon{ margin-bottom: 0; }
.featured-title h3{ font-size: 20px; line-height: 28px; margin-bottom: 12px; font-weight: 600;}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content .featured-icon i { display: inline-block; vertical-align: middle; }
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}
.featured-icon-box.icon-align-before-content .featured-content, 
.featured-icon-box.icon-align-before-title .featured-title{ padding-left: 15px; }
.featured-icon-box.icon-align-before-title .featured-title h3{ margin-bottom: 0; }
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p{ 
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 15px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

section { counter-reset:container}
.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}

/* style1 */
.featured-icon-box.style1 .featured-icon i{
    font-size:28px;
    color:#1f1f1f;
}
.featured-icon-box.style1 .featured-content .featured-title h3{
    font-size:20px;
    line-height:30px;
}
.featured-icon-box.style1.icon-align-before-content .featured-content{padding-top: 13px;}
.featured-icon-box.icon-align-before-content.style1 .featured-icon{vertical-align: text-bottom ; padding-top:16px;}
.featured-icon-box.style1 .featured-content  .featured-desc .tm-darktext {color:var(--base-headingfont-color);}
.featured-icon-box.style1 .featured-content  .featured-desc  .tm-darktext a{color:var(--base-bodyfont-color);}

/*style-2*/
.prt-row.service-section{padding:90px 65px;}
.featured-icon-box.style2{
    padding: 30px;
    background-color: #fff;
}
.featured-icon-box.icon-align-before-content.style2 .featured-icon{
    display:flex; 
    vertical-align:baseline;
    padding-top:7px;
    margin-bottom:15px;
}
.featured-icon-box.icon-align-before-content.style2 .featured-icon .prt-subheading{
     position: absolute;
    top: 40px;
    right: 30px;
    font-size: 52px;
    line-height: 1;
    opacity: .20;
}
.featured-icon-box.style2 .featured-content .featured-title h3{
    font-size: 24px;
    line-height: 34px;
    position: relative;
    margin-bottom: 10px;
}
.featured-icon-box.icon-align-before-content.style2 .featured-content .featured-desc p{-webkit-line-clamp:3;}

/*style-3*/
.prt-row.faq-icon-section{padding:85px 0 0;}
.featured-icon-box.style3 .prt-iconbox-wrapper .prt-icon-type-img-overlay{
    content: '';
    background: linear-gradient(0deg,#000 10%,transparent 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
}

.featured-icon-box.style3:hover .prt-iconbox-wrapper .prt-icon-type-img-overlay{
    background: linear-gradient(0deg,#000 0%,transparent 80%);
    transition: .5s;
    
    opacity: 0;
}
.featured-icon-box.style3 .featured-content .featured-title h3{
 font-size: 22px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 11;
    color:var(--base-white);
}
/*style-3*/
.prt-row.contact-section-1{
    padding:90px 0;
}
.featured-icon-box.style4{
     background-color: #fff;
    padding: 40px 30px 30px;
}
.featured-icon-box.style4 .featured-icon i{font-size:48px;}
.featured-icon-box.style4:hover .featured-icon{
    animation: tm-bounce .6s ease-in-out 60ms;
    transition: all 1s ease;
}
.featured-icon-box.style4 .featured-content .prt-subheading{
 margin-bottom: 16px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
}
.featured-icon-box.style4.icon-align-before-content .featured-icon{
    display:block;
}
.featured-icon-box.style4 .featured-content .prt-custom-heading {
   font-size: 21px;
    line-height: 31px;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 15px;
    word-wrap: break-word;
}
/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {  margin: 15px 0; }
.featured-imagebox,
.featured-imagebox .featured-thumbnail { 
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.featured-imagebox .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

/*category*/
.featured-imagebox-category {
    border-radius: var(--base-border-radius-15);
    background-color: var(--base-white);
    border: 1px solid var(--base-border-color-white);
    box-shadow: var(--base-shadow);
    padding: 30px 30px 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.featured-imagebox-category:hover{ transform: translatey(5px); }
.featured-category-icon { margin-bottom: 22px; }
.featured-imagebox-category .featured-thumbnail img{ transform: scale(1) !important; width: auto; }
.featured-imagebox-category .featured-thumbnail {
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-imagebox-category .featured-title h3{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

/* ===============================================
    shop-section
------------------------*/
.prt-row.shop-section-3{padding:0 0 70px;}
.prt-row.shop-section.style-4{padding:0 0 45px;}
.prt-row.shop-section #sidebar-left{
      padding-top: 70px;
    padding-bottom: 35px;
    float: left;
    margin-bottom: 70px;
}
.prt-row.shop-section #primary{
    margin-top: 12px;
    padding-top: 45px;

}
.prt-row.shop-section{padding: 80px 0 66px}
.featured-imagebox-post.style1{
    position:relative;
}
.featured-imagebox-post.style1 .prt-box-imagebox:after{
position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: visible;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 30%, transparent 70%);
    padding: 20px;
    transition: 0.3s;
}
.featured-imagebox-post.style1 .featured-content{
    position: absolute;
    left: 30px;
    right: auto;
    bottom: 30px;
    text-align: left;
    z-index: 11;
}
.featured-imagebox-post.style1:hover .featured-thumbnail img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-post.style1 .featured-content .prt-content-heading h2{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}
.featured-imagebox-post.style1 .featured-content .prt-content-subheading h3{
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 22px;
}
.featured-imagebox-post.style1 .featured-content.center{
    left: 30px;
    right: 30px;
    text-align: center
}
.featured-imagebox-post.style1 .featured-content.center .prt-content-subheading h3{
    font-size: 22px;
    line-height: 32px;
}
.featured-imagebox-post.style1 .featured-content.center .prt-content-heading h2{
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
}
/*blog-section-2*/
.prt-row.shop-section-2{padding:93px 0 45px;}
.shop-section-2 .section-title h2{
    font-size:32px;
    line-height:42px;
    margin-bottom:20px;
}
.featured-imagebox-shop.style2 .featured-thumbnail img{border-radius:50%;}
.featured-imagebox-shop.style2:hover .featured-thumbnail img{
    border-radius:50%;
     transform: scale(1.1);
      overflow:hidden;
  }
  .featured-imagebox-shop.style2 .featured-thumbnail{border-radius:50%;}
.featured-imagebox-shop.style2 .featured-content .prt-content-heading h2 {
    font-size: 18px!important;
        line-height: 28px;
    font-weight: 500;
    color:#1f1f1f;
    text-align: center!important;
    margin-top:15px;
}
/*blog-section-3*/
.featured-imagebox-shop.style3 .featured-content    {
    position: absolute;
    left: 30px;
    right: auto;
    bottom: 80px;
    text-align: left;
    z-index: 11;
}
.featured-imagebox-shop.style3 .featured-content.left{
    left:auto ;
    right:30px;
    text-align:end;
}
.featured-imagebox-shop.style3 .featured-content .featured-desc{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color:var(--base-white);
}
.featured-imagebox-shop.style3:hover .featured-thumbnail img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-shop.style3 .featured-content .featured-title h2{
     font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color:var(--base-white);
}
.featured-imagebox-shop.style3 .featured-content .inner-btn{
    color:var(--base-white);
    border-bottom:1px solid var(--base-white);
}
/*blog-section-1*/
.prt-row.blog-section-1{padding:90px 0 68px;}
.featured-imagebox-blog.style1 .featured-content .prt-box-desc{
    display: flex;
    padding-top: 25px;
    padding-bottom: 5px;
    font-size:14px;
}
.featured-imagebox-blog.style1 .featured-content .prt-box-desc .prt-box-post-date{
    position: relative;
    padding-right: 17px;
}
.featured-imagebox-blog.style1 .featured-content .prt-box-desc .prt-box-post-date:after{
  position: absolute;
    content: '/';
    right: 4px;
    top: 0;
}
.featured-imagebox-blog.style1 .featured-content .featured-title a h2{
    color:#1f1f1f;
    font-size:20px;
    line-height:30px;
}
.featured-imagebox-blog.style1 .featured-content .featured-title:hover  a h2{color:var(--base-skin);}

/*style2*/

.prt-row.blog-section-2{padding:92px 0 50px;}
.prt-row.blog-section-2 .section-title h2{
        font-size: 32px;
    line-height: 42px;
}
/* ===============================================
    product-section
------------------------*/
.prt-row.product-section{padding-bottom:30px; padding-top:90px}
.prt-row.product-section.style-1{padding:0 0 90px}
.prt-row.product-section.style-2{padding:90px 0 85px;}
.featured-imagebox-product.style1 .featured-content{
        text-align: left;
    background-color: #fff;
    transition: transform .3s cubic-bezier(.17,.67,.35,.95), -webkit-transform .3s cubic-bezier(.17,.67,.35,.95);
}
.featured-imagebox-product.style1:hover .featured-thumbnail img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.featured-imagebox-product.style1:hover .featured-content{
    transform   :translateY(-4.4rem);
}
.featured-imagebox-product.style1 .featured-content a h2{
     width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
 .prt-rating li i{
  color: #feac1b !important;
  padding-left:2px;
  font-size:12px;
}  
.price .amount{
    color:var(--base-secondary-bg);
    font-size:15px;
    font-weight:500;
}
 .price .old{
    color:var(--base-bodyfont-color);
    font-size:15px;
    font-weight:500;
    text-decoration:line-through ;
}
.featured-imagebox-product.style1 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.featured-imagebox-product.style1:hover .btn-wrapper .prt-btn.prt-btn-color-darkcolor{
    left:0;
    opacity: 1;
}
.featured-imagebox-product.style1 .btn-wrapper .prt-btn.prt-btn-color-darkcolor{
   position: absolute;
    right: auto;
    top: auto;
    left: 0;
    margin: auto;
    line-height: unset !important;
    transition: all .5s ease 0s;
    opacity: 0;
    transition: all .3s ease 0s;
 }
.featured-imagebox-product.style1 .prt-shop-icon {
    position:absolute;
    z-index:3;
    left:auto;
    right:0px;
    top:22px;
       transition: all .5s ease 0s;
       opacity:0;
}
.featured-imagebox-product.style1:hover .prt-shop-icon{opacity:1; display:block; right:22px;}
.featured-imagebox-product.style1:hover  .prt-shop-icon .prt-wc-quickview-btn.prt-wc-btn{padding-bottom:4px;}
.featured-imagebox-product.style1:hover  .prt-shop-icon .prt-wc-compare-btn.prt-wc-btn{margin-bottom: 15px;}
.featured-imagebox-product.style1:hover .prt-shop-icon .prt-wc-compare-btn.prt-wc-btn a i{padding:10px 10px 4px;}
.featured-imagebox-product.style1:hover  .prt-shop-icon a i{
    opacity:1;
     font-weight:400;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}
.featured-imagebox-product.style1 .prt-shop-icon a i{opacity:0;}
.featured-imagebox-product.style1 .product-labels {
    position:absolute;
    z-index:4;
}
.product-labels .onsale.product-label{
 background-color: #000;
    color: #fff;
    padding: 0 6px;
    position: absolute;
    display: block;
    left: 15px;
    top: 15px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
    min-width: auto;
    min-height: auto;
    line-height: unset;
}
.featured-imagebox-product.style1:hover .tmcountdown{opacity:0;}
.featured-imagebox-product.style1 .tmcountdown{
 margin: 0;
    clear: both;
    padding: 0 15px 20px;
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    border: 0;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index:4;
}
.featured-imagebox-product.style1 .tmcountdown .prttimer{
display: inline-block;
    vertical-align: top;
}
.featured-imagebox-product.style1 .tmcountdown .prttimer .clocktime{
 height: auto;
    width: auto;
    line-height: initial;
    float: left;
    margin: 0;
    padding: 8px 5px;
    text-align: center;
    position: relative;
    background-color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.featured-imagebox-product.style1 .prttimer .clocktime:last-child:before {display:none;}
.featured-imagebox-product.style1 .prttimer .clocktime:last-child {
    margin: 0;
    padding-right: 10px
}
.featured-imagebox-product.style1 .clocktime.days {padding-left: 10px}
.featured-imagebox-product.style1 .prttimer .clocktime .clocktime-number {
    font-size: 15px;
    line-height: 30px;
    display: block;
    font-weight: 600;
    vertical-align: top;
    color: #000;
    padding-right: 3px
}
.featured-imagebox-product.style1 .prttimer .clocktime .clocktime-text {
    font-size: 15px;
    font-weight: 400;
    display: block;
    vertical-align: top;
    line-height: 20px;
    color: var(--body-fonts-color)
}

/*prodect-section-2*/
 .prt-row.product-section-2{padding:90px 0 85px;}
.featured-imagebox-product.style2{
     background-color: #fff;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    display: flex;
}
.featured-imagebox-product.style2 .featured-thumbnail{
     position: relative;
    overflow: hidden;
    border-radius: 0;
    width: 174px;
    margin-right: 20px;
    float: left;
    z-index: 11;
}
 .featured-imagebox-product.style2 .featured-content{
    text-align: left;
    overflow: hidden;
    width: 50%;
    background-color: #fff;
    align-content:center;
    transition: transform .3s cubic-bezier(.17,.67,.35,.95),-webkit-transform .3s cubic-bezier(.17,.67,.35,.95)
 }
 .featured-imagebox-product.style2 .featured-content h2{
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
 }

/* style-3*/
.product-details-section{padding:90px 0 90px;}
.prt-single-product-details .prt-single-single-image{
    width:42%;
   
}
.prt-single-product-details .prt-single-single-image .product-gallery__image{
    float: left;
    background-color: var(--base-grey);
    padding: 30px;
    position:relative;
    margin-bottom:62px;
}
.prt-single-product-details  .summary.entry-summary{
    width:57%;
     padding-left:45px;
}
.prt-single-product-details  .summary.entry-summary .product_title{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 18px;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.prt-single-product-details .summary .product-rating{height:20px;}
.prt-single-product-details .summary .star-rating{
    display: flex;
    font-size: 10px;
    width: 70px;
    margin-top: 0px;
    margin-right: 6px;
    float: left;
    padding: 0;
}
.prt-single-product-details .summary .star-rating li i{
    color:#feac1b !important;
    font-size:10px;
    margin-right:3px;
}
.prt-single-product-details  .price .woocommerce-Price-amount{
    font-size: 20px;
    color:#1f1f1f;
    font-weight:500;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.prt-single-product-details .quantity-block {
    border-radius:30px;
    background-color: var(--base-grey);
    height: 48px;
    border-width: 0;
    padding: 12px 20px 10px;
    margin-right:27px;
}
.prt-single-product-details .quantity-block button{
    padding:12px 20px 10px;
    position:relative;
    top:-10px;
    color:#1f1f1f;
}
.prt-single-product-details .quantity-block .qty {
    width: 44px;
font-size: 15px;
height: 46px;
    width: 57px;
    background-color: transparent;
    border: unset;
    font-size: 20px;
    position:relative;
    top:-10px;
}
.prt-single-product-details  .cart{height:153px;}
.prt-single-product-details  .cart  .prt-product-buy a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color:#1f1f1f;
    width: 100%;
    line-height:16px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 30px;
    margin: 0px 0 25px;
    position:absolute;
}
.prt-single-product-details .prt-shop-icon .fa-heart{
    margin-right: 5px;
    width: 18px;
    font-weight: 100;
}
.prt-single-product-details .product_meta{
        padding-top: 35px;
    margin-top: 15px;
    border-top: 1px solid rgba(119, 119, 119, .2);
    display:grid;
}
.prt-single-product-details .product_meta>span {
    display: block;
    width: 100%;
    padding-bottom: 7px;
}
.prt-single-product-details .product_meta span label,.prt-single-product-details  label{
    font-weight: 500;
    color:#1f1f1f;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.prt-single-product-details .product_meta span a{color: #777;}
.prt-single-product-details .product_meta span a:hover{color:var(--base-skin);}
.prt-single-product-details   #reviews #comments h2{
    clear: none;
    margin-bottom: 25px;
    font-size:25px;
    line-height:28px;
} 
.prt-single-product-details #reviews #comments ol.commentlist li img.avatar{
      float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 65px;
    height: auto;
    background: #f4f7fb;
    margin: 0;
    box-shadow: none
}
.prt-single-product-details #reviews #comments ol.commentlist li .comment-text{
    border-radius: 10px;
    margin-left: 70px;
    background-color: var(--base-grey);
    border: unset;
    padding: 30px;
    position:relative;
}
.prt-single-product-details #reviews #comments ol.commentlist li .comment-text:before{
     position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--base-grey) transparent var(--base-grey);
    z-index: 1;
    content: "";
    left: -12px
}
 #reviews #comments ol.commentlist li .comment-text p.meta strong{
    font-weight: 500;
    font-size: 20px;
    color:#767676;
 }
 #reviews #comments ol.commentlist li .comment-text p.meta{
    font-size:14px;
 }
 #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em;}
#review_form_wrapper .comment-reply-title{
    font-size: 17px;
    line-height: 20px;
    font-family: var(--base-bodyfont);
    font-weight: regular;
    color: var( --base-secondary-bg);
}
 #review_form_wrapper #email-notes{
    margin: 0 0 15px;
    font-size:15px;
    font-style:italic;
}
.comment-form-rating .prt-rating li i{
    font-size:17px;
}
#commentform label{
     margin: 0 0 5px !important;
    font-size: 15px;
    font-weight: 400;
}
 #reviews #comment{height:75px;}
 #review_form #respond textarea{

 }
.prt-single-product-details .comment-form textarea, 
.prt-single-product-details .comment-form input[type=text], 
.prt-single-product-details .comment-form input[type=email]{
    background-color:transparent    ;
     border: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding: 5px 15px;
    border-width: 0 0 1px;
 }
 .prt-single-product-details .comment-form textarea:focus, 
.prt-single-product-details .comment-form input[type=text]:focus, 
.prt-single-product-details .comment-form input[type=email]:focus {
      border-width: 0 0 1px!important   ;
    border-bottom : 1px solid var(--base-skin)!important    ;
}
 /* ===============================================
   counter-section
------------------------*/
.counter-section{padding:40px 0 40px;}
.counter-section .counter-contain .counter-title h2{
        font-size: 32px;
    line-height: 42px;
     color: #1f1f1f;
}
.prt-fid.inside.style2{padding:0;}
.prt-fid.inside.style2 .prt-fid-content{
    float:right;
}
.prt-fid.inside.style2 .prt-fid-content-inner .prt-fid-inner{
   color: #1f1f1f;
    font-size: 46px;
    font-weight: 500;
    line-height: 62px;
}
.prt-fid.inside.style2 .prt-fid-content-inner  .prt-fid-title p{
        justify-content: start;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 28px;
}
 .counter-section .layer-inner-content {
   padding-left:55px;
 }

  /* ===============================================
    blog-section
------------------------*/
 .prt-icon.prt-icon_element-size-lg i


  /* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar{ position: relative; }
.prt-progress-bar:not(:last-child){ margin-bottom: 20px; }
.prt-progress-bar .progressbar-title,
.prt-progress-bar .progress-bar-percent {
    display: block;
    margin-bottom: 12px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.prt-progress-bar .progress-bar-percent {background: none;position: absolute;text-align:right;right: 0;top: 0;}
.prt-progress-bar .progress-bar {
    display: block;
    height: 6px;
    line-height: 2px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}
.prt-progress-bar .progress-bar-inner{ 
    box-shadow: none;
    height: 6px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-10);
    overflow: hidden;
}
.bg-base-skin .prt-progress-bar .progress-bar-inner{ background-color: rgba(0, 0, 0, 0.1); }
.bg-base-dark .prt-progress-bar .progress-bar-inner { background-color: rgba(255,255,255,.1); }
.bg-base-grey .prt-progress-bar .progress-bar-inner { background-color: #fff;}

/*circle-progress*/

.prt-fid-view-circle-progress .prt-fid-contents {
    display: block;
    align-items: center;
}
.prt-fid-view-circle-progress .prt-circle-content { 
    line-height: 0;
    position: relative;
    margin:0 auto   ;
}
.prt-fid-view-circle-progress .prt-circle-boxcontent {
    position: absolute;
    top: 50%;
    left: -14PX;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}
.prt-fid-view-circle-progress .prt-fid-number,
.prt-fid-view-circle-progress .prt-fid-number sub,
.prt-fid-view-circle-progress .prt-fid-number sup {
    padding: 18px;
    font-size: 20px;
    font-weight: 700;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
}
.prt-fid-view-circle-progress .prt-fid-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: left;
}
.prt-fid-view-circle-progress p{margin-bottom: 0;text-align: left;}
.prt-fid-view-circle-progress .prt-fid-number{
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 25px;
    font-size: 22px;
    font-weight: 500;
    color: #20292f;
    padding: 3px 15px 0;
    /* padding-right: 10px; */
    /* padding-left: 15px; */
}
.prt-fid-view-circle-progress .prt-fid-title{
    padding: 2px 4px 0px 4px;
    display: block;
}
/* ===============================================
    14.Testimonial
------------------------*/
.testimonial-section.prt-row { 
    position: relative;
    padding:88px 0 95px;
}
.prt-testimonial-box.style1{position:relative;}
.prt-testimonial-box.style1 {
    background-color:#f3f3f3;
     padding: 10px 35px 31px;
    position: relative;
    margin-top:25px;
}
.prt-testimonial-box.style1:hover .testimonial-content:before{opacity:1;}
.prt-testimonial-box.style1 .testimonial-content:before{
position: absolute;
    content: "";
    left: 30px;
    background-image: url(../images/quote-demo.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 52px;
    text-align: center;
    top: -29px;
    opacity: .3;
    height: 47px;
    width: 61px;
    transition: all .3s linear;
}
.prt-testimonial-box.style1 .testimonial-content {
      padding: 26px 0 20px;  
   
}

/*.prt-testimonial-box.style1 .testimonial-content .testimonial-text{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
     

}*/
.prt-testimonial-box.style1 .testimonial-avatar .testimonial-img img{border-radius:50%; width:65px;}

.prt-testimonial-box.style1 .testimonial-avatar  .testimonial-caption{
    padding: 5px 0 0 15px;
    display: block;
    flex-direction: row-reverse;
}
.prt-testimonial-box.style1 .testimonial-avatar  .testimonial-caption h3{
    font-size: 18px;
    line-height: 28px;
    margin:0;
    font-family: var(--base-headingfont);
}
.prt-testimonial-box.style1 .testimonial-avatar  .testimonial-caption span{
    font-size: 14px;
    line-height: 24px;
    color:var(--base-body-font-color);
}


/* ===============================================
    15.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle-title a{ 
    display: block;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content { margin-top: 15px; }
.accordion .toggle-content.show { display: block !important; }
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f106";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after { content: "\f056"; }
.accordion .alignleft{ margin: .15em 1.5em 1.1em 0; }
.accordion .toggle.prt-control-left-true .toggle-title a{  padding-left: 40px; }
.accordion .toggle.prt-control-left-true .toggle-title a:after{  left: 20px; }
.accordion .toggle.prt-control-left-true .toggle-title a { padding-left: 30px; }
.accordion .toggle.prt-control-left-true .toggle-title a:after{
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}


/*style1*/
.accordion.style1{ 
    position: relative;
    padding: 18px 45px 18px;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: var(--base-border-radius-20);
    min-height: 464px;
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion.style1 .toggle.prt-toggle_style_classic { border-bottom: 1px solid var(--base-white); }
.accordion.style1 .toggle.prt-toggle_style_classic:last-child { border-bottom:0; }
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content { margin-top: 0; padding: 0 0 45px; }
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 25px 70px 25px 0px;
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    white-space: normal;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active { padding: 25px 70px 15px 0px; }
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after{
    content: "\f123";
    font-size: 29px;
    font-weight: 800;
    font-family: "flaticon";
    position: absolute;
    top: 26px;
    right: 0;
    transition: all 0.1s ease;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after { transform: rotate(90deg); }

/*style2*/
.accordion.style2.icon-not   .toggle-title a:after,
.accordion.style2.icon-not   .toggle .toggle-title a.active:after 
{display:none!important ;}
.accordion.style2 .toggle .toggle-title a:after {
    position: absolute;
    font-family: "flaticon_ailabflow";
    right: 20px;
    display: inline-block;
    content: "\f116";
    border-radius: 50%;
    font-size: 18px;
    font-weight:700;
}
.accordion.style2 .toggle .toggle-title a.active:after {
    transform:rotate(180deg);
}
.accordion.style2 .toggle-content { margin-top: 22px; }
.accordion.style2 .prt-toggle_style_classic .toggle-title a{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    padding: 25px 0 24px;
    border-bottom: 1px solid #b3afbb ;
    cursor: pointer;
    outline: none;
}
.accordion.style2 .prt-toggle_style_classic .toggle-title a:hover{color:#1f1f1f;}
.accordion.style2 .prt-toggle_style_classic:first-child .toggle-title a{
    margin-top: 0;
}
.accordion.style2 .toggle-content p{
     display: -webkit-box;   
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
/*style3*/
.accordion.style3 .toggle-content { margin-top: 22px; }
.accordion.style3 .prt-toggle_style_classic .toggle-title a{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--base-headingfont);
    font-weight: 400;
    padding: 25px 0 24px;
    border-bottom: 1px solid #b3afbb ;
    cursor: pointer;
    outline: none;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a:hover{color:#1f1f1f;}
.accordion.style3 .prt-toggle_style_classic:first-child .toggle-title a{
    margin-top: 0;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a:after{
    content: "\f107";
    font-size: 22px;
    font-family: "fontello";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.accordion.style2 .prt-toggle_style_classic .toggle-title a.active:after{
    transform: rotate(180deg);
}

.accordion.style3 .prt-toggle_style_classic .toggle-title a.active{margin-bottom: 0px;}
.accordion.style3 .prt-toggle_style_classic .toggle-title a:after{
     content: "\e648";
    font-family: 'themify';
    font-size: 16px;
    line-height: 26px;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a.active:after{
     content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    line-height: 26px;
    color:var(--base-white);
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a.active {
    background-color:var(--base-skin);
    color:var(--base-white);
        border-color: #e9ad60 !important;
}
.accordion.style3 .prt-toggle_style_classic .toggle-title a:after{
   font-weight:900;
    position: absolute;
    top: 20px;
    right: 11px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
}
.accordion.style3 .toggle-content{
    background-color: var(--base-grey);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 5px 0px;
    margin:0;
}
.accordion.style3 .toggle-title .toggle-content:last-child{ margin-bottom: 0; }

.prt-row.faq-section{padding:64px 0 100px;}
.prt-row.faq-section-2{padding:90px 0 100px;}
/* ===============================================
    16.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.wrap-form span.text-input > i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}.query_form-2.wrap-form textarea{height:178px;}
.query_form-2.wrap-form textarea,.query_form-2.wrap-form input[type="text"]{
    background-color: transparent !important;
    border-width: 0 0 1px;
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid rgba(119,119,119,.2);
    padding:11px 0 ;
}

.query_form-2.wrap-form input::placeholder,.query_form-2.wrap-form textarea::placeholder{
    color: var(--base-white);
}
/*style1*/
.team-details-section .cta-content-block{
    background-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 50px 10px 50px;
    border-radius: 20px 20px 20px 20px;
}

.wrap-form.query_form-1 label{
    font-size: 16px;
    margin-bottom: 6px;
}
.wrap-form.query_form-1 span.text-input {
   margin-bottom: 15px;
    display: block;
    padding-top: 5px;
}
.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    background-color: transparent;
    border-bottom: 0px solid #000;
    border-width: 0 0 1px 0;
    padding: 0 0 10px 0;
    font-size: 16px
}
.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder, 
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.50); 
    text-transform: capitalize;
}
.wrap-form.query_form-1 .form-btn .btn-wrapper{padding: 10px 54px 10px 27px;
    }
.wrap-form.query_form-1 .form-btn .btn-wrapper.prt-btn:after{top: 19px;}
.wrap-form.query_form-1 .form-btn .btn-wrapper:hover{
   border-color: #232323;
    color: #fff;
    background-color: #232323;
}

/* ===============================================
    17.Tab
------------------------*/
.prt-tabs ul.tabs{
    width:100%; 
    padding: 0;
    margin: 0;
}
.prt-tabs ul.tabs li{ 
    position: relative;
    display: inline-block;
}
.prt-tabs ul.tabs li:last-child{  margin-bottom: 0; }
.prt-tabs .content-tab .content-inner {
    display: none;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.prt-tabs .content-tab .content-inner.active {
    display: block;
    min-height: 100%
}

/* prt-tab-style-01 */
.prt-tabs.prt-tab-style-01 ul.tabs { 
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 9;
    -webkit-transition: all .3s;
    transition: all .3s
}
.prt-tabs.prt-tab-style-01 ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    padding: 0;
    margin: 0 20px 0 0;
    transition: all .5s ease;
    border: unset;
    font-family: var(--base-headingfont);
    font-weight: regular;
    color: var(--base-secondary-bg);
    text-transform: capitalize
}
.prt-tabs.prt-tab-style-01 ul.tabs li a:before{
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--base-white);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active a:before {
   
    -khtml-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}
.prt-tabs.prt-tab-style-01 ul.tabs li.active a{
    color:var(--base-skin);
    border-bottom:1px solid var(--base-skin);
}
.prt-tabs.prt-tab-style-01 .content-tab { padding: 20px 0px 0px; margin-top:-1px;}
table.shop_attributes th{
    font-weight: 400;
    width: 150px;
    padding: 8px 46px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    border-left: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    text-align:left;
    line-height: 1.5;
    color:#1f1f1f;
}
table.shop_attributes tr:nth-child(even) th, table.shop_attributes tr:nth-child(even) td{background-color:rgba(0,0,0,.025);}
table {border-top:1px dotted rgba(0,0,0,.1);}
table.shop_attributes td{
    font-style: italic;
    padding-left: 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    width:100%;
    margin: 0;
    line-height: 1.5;

}
table th,table tbody td,table tbody th {
    border-right: 1px solid rgba( 119,119, 119, 0.2);
}
table th{color:#1f1f1f}
/* ===============================================
    18.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-25px, .prt-boxes-spacing-25px { margin: 0 -25px !important; }
.row.prt-boxes-spacing-25px .prt-box-col-wrapper {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.row.prt-boxes-spacing-20px, .prt-boxes-spacing-20px { margin: 0 -20px !important; }
.row.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.row.prt-boxes-spacing-15px, .prt-boxes-spacing-15px { margin: 0 -15px; }
.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row.prt-boxes-spacing-10px, .prt-boxes-spacing-10px{ margin: 0 -10px !important; }
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
}


/* ===============================================
    19.Sidebar
------------------------*/
.sidebar .widget-area .widget {    
    position: relative;
    margin: 0 0 35px;
    background-color: #fff;
    border-radius: 5px;
}
.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
    z-index: 1;
}
.sidebar .widget-area .widget.with-title{
    background-color: var(--base-white);
    padding: 0;
    margin: 0 0 40px;
    border-radius: 0;
    overflow: hidden;
}
.sidebar .widget-area .widget:last-child{ margin-bottom: 0px; }
.sidebar .widget ul{
    margin: 20px 0 0;
    padding: 0;
}
.sidebar .widget ul >li {
    list-style: none;
}

.sidebar .widget-title h3{ 
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
/*widget-search*/
.sidebar .widget.widget-search ,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search { 
    padding: 0;
}
.sidebar .widget.widget-search .search-form{ 
    border: 0;
    position: relative;
}
.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
    width: 100%;
}
.sidebar .widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/*.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    line-height: 0;
    z-index: 1;
    outline: 0;
    border: 0;
    border-radius: 5px;
}*/
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: 5px;
    padding: 10px 15px;
    padding-right: 60px;
    background-color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sidebar .widget.widget-search input{
    color: #242c42;
}

/* widget-banner */
.widget-banner { 
    padding: 0 !important;
    border: 0 !important;
}
.widget-banner > div { 
    padding: 35px 30px 45px;
    border-radius: 0;
    overflow: hidden;
}
.widget-banner .prt-btn.prt-btn-size-md{
    padding: 13px 30px;
    font-size: 15px;
}
.widget-banner h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 15px;
}
.widget-banner .widget-banner-btn{ margin-top: 65px; }

/*.download_block */
.download_block {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    position: relative;
}
.download_block .prt-file-title{
    padding-left: 15px;
}
.download_block .prt-file-title h3{margin-bottom: 0;}
.download_block .prt-file-title h3 a{
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: var(--base-headingfont);
}
.download_block span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
}
/* widget-categories */

.prt-sidebar-right .post.prt-blog-classic{
        margin-bottom: 40px;
    padding-bottom: 0px;
    position: relative;
}
.prt-sidebar-right .featured-imagebox-post.style2{
    padding: 24px 0px 30px;
    margin:0;
}
.featured-imagebox-post.style2 .prt-box-post-date{
    background-color:var(--base-skin);
    height: 62px;
    width: 69px;
    position: absolute;
    top: 58px;
    left: 30px;
    font-weight: 500;
    font-size: 31px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color: var(--base-white);
    text-align: center;
        font-family: DM Sans;
}
.featured-imagebox-post.style2 .prt-box-post-date .entry-month.entry-year{
    color: #fff;
    padding-left: 3px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 21px;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta{
    border-bottom: none;
    margin-bottom: 1px;
    position: relative;
    display: inline-block;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line{
    font-size: 14px;
    padding-right: 15px;
    position: relative;
    color: #9dabaf;
}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line i{color:var(--base-skin); margin-right:15px;}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line.byline{padding-right: 12px;   }
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line  a{ color: #6f6f6f;}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-meta .prt-meta-line  a:hover,
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-title.featured-title h5 a:hover{color:var(--base-skin)}   
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-title.featured-title h5 a{
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    position: relative;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.featured-imagebox-post.style2  .featured-content-post{padding-top:24px}
.featured-imagebox-post.style2  .featured-content-post .prt-post-entry-header .post-title.featured-title:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid white;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    color: #6f6f6f;
}
 .featured-imagebox-post.style2 .featured-content-post .prt-postbox-footer-readmore{
        padding: 0px;
    margin-top: 43px;
    margin-bottom: 0px;
 }    
.featured-imagebox-post.style2 .featured-content-post .prt-postbox-footer-readmore .prt-btn:after{display:none;} 
 .featured-imagebox-post.style2 .featured-content-post .prt-postbox-footer-readmore .prt-btn{
    font-weight: 700;
    padding:10px 30px;
}


.prt-sidebar-right .widget.widget-search .search-form label {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.prt-sidebar-right .widget.widget-search .search-form .block-search__inside-wrapper{
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.prt-sidebar-right .widget.widget-search input[type="search"] {
    border: 1px solid #f2f2f2;
    font-size: 13px;
    min-width: 3rem;
    color: #242424;
    padding: 10px 15px;
    font-weight: normal;
    background-color: #fff;
    border-radius:0;
}
.prt-sidebar-right .widget.widget-search button[type="submit"] {
    cursor: pointer;
    margin-left: 10px;
    word-break: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 45px 12px;
    border: 2px solid transparent;
    background-color: #232323;
    border-radius: 0;
    color:var(--base-white);
}

.prt-sidebar-right .widget.widget-search .search-form{ position: relative; }
.prt-sidebar-right .widget.widget-search .btn-check:focus+.btn,
.prt-sidebar-right .widget.widget-search .btn:focus {
    outline: 0;
    box-shadow: none;
}
.prt-sidebar-right .widget.with-title{
        position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background-color:var(--base-grey);
}
.prt-sidebar-right .widget.with-title:last-child {
    margin-bottom: 0;
}
.prt-sidebar-right .widget .widget-title{
    margin: 0 -29px 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 0 30px 15px;
    font-family:"Poppins", Arial, Helvetica, sans-serif;
    font-weight:400!important;
    font-size:20px;
    line-height:32px;
    color:#1f1f1f;
}
.widget-categories ul{
    padding: 0;
    margin: 0 0;
    list-style-type: none;
}
.sidebar .widget ul>li:first-child{
    border-top: unset;
    padding-top: 0;
}
.sidebar .widget ul >li{
    border-top: 1px solid rgba(119,119,119,.2);
    padding-bottom: 10px;
    padding-top: 10px;
    clear: both;
    overflow-wrap: break-word;
}

.widget-categories ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.widget-categories ul li a:hover:before{color: var(--base-skin);}
.content-area#primary .products-result-count{
    margin: 0 0 1em;
    margin-top: 13px;
    float: unset;
    background-color: var(--base-grey);
    padding: 23px 25px 23px 13px;
    margin-bottom: 50px;
    position: relative;
}
.content-area#primary  .products-ordering{
    position: absolute;
    top: 10px;
    right: 10px;
    float: right;
}
.content-area#primary  .products-ordering .orderby{
    padding: 12px 15px 12px;
    border: 1px solid rgba(0, 43, 92, 0.08);
    background-color:var(--base-grey);
}
.content-area#primary  .products-ordering .orderby select{padding:0;border-width:0;}
.widget-categories ul li span {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    background-color: #fff;
}

/* widget-nav-menu */
.widget.widget-nav-menu:after {
    content: unset !important;
}
.widget.widget-nav-menu ul li{ 
    padding: 10px 0px 10px 0;
    border: 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.widget.widget-nav-menu ul li a{
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    color: var(--base-dark);
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
}
.widget.widget-nav-menu ul li:last-child{
    border-bottom: 0;
    padding: 10px 0 0;
}
.widget.widget-nav-menu ul li a:after {
    content: "";
    font-style: normal;
    position: absolute;
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, 
                var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
    width: 10px;
    height: 10px;
    left: 20px;
    right: auto;
    top: 8px;
    bottom: 0;
}
.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a{
    color: var(--base-skin);
}

/** prt-recent-post-list **/
.widget ul.prt-recent-post-list{
    margin: 6px 0 0;
    padding: 0;
}
.widget ul.prt-recent-post-list>li {
    padding: 15px 0;
    border-top: none;
    margin-bottom: 0;
    display: inline-block;
}
.widget ul.prt-recent-post-list>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.widget ul.prt-recent-post-list>li> .post-detail a {
    font-weight: 600;
    font-size: 17px;
    position: relative;
    font-family: var(--base-headingfont);
}
.widget ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 15px;
    padding-bottom: 12px;
    font-weight: 400;
}
.widget ul.prt-recent-post-list>li::marker{font-size: 0;}
.widget ul.prt-recent-post-list>li:last-child {
    padding-bottom: 0;
}
.widget ul.prt-recent-post-list>li>.post-detail a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget ul.prt-recent-post-list>li img {
   width: 100px;
    height: 100px;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
    object-fit: cover;
}
.prt-blog-single  .post-meta .prt-meta-line{position:relative;padding-left:20px;}
.prt-blog-single  .post-meta .prt-meta-line:not(:first-child):before{
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 4px;
    height: 4px;
    background-color: #1f1f1f;
    border-radius: 5px;
 }
.prt-blog-single{padding:85px 0 0;}
.prt-blog-single  .prt-sidebar-right{
    padding-top: 95px;
    padding-bottom: 35px;
    float: left;
    margin-bottom: 70px;
}
 .prt-blog-single   #sidebar-left{
    margin-top: 12px;
    padding-top: 58px;
    margin-bottom:60px;
    padding-bottom:30px;
 }
 .prt-blog-single   #sidebar-right{
    margin-top: 12px;
    padding-top: 58px;
    padding-bottom:90px;
 }
.widget ul.prt-recent-post-list .post-meta{padding: 8px 0 6px;}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line{
    position: relative;
    color: inherit;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.widget ul.prt-recent-post-list .post-meta .prt-meta-line:last-child {
    padding-right: 0;
}
.widget ul.prt-recent-post-list .post-meta span:not(:last-child):after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #616161;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    top: 10px;
    right: -15px;
    border-radius: 10px;
}
.widget ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */
.widget .tagcloud a {
    display: inline-block;
    position: relative;
    padding: 4px 12px;
    margin: 0 5px 8px;
    border: 1px solid ;
    border-radius: 0px;
    font-size: 15px!important;
    background-color: transparent;
    font-weight: 500;
    color: #000;
    color: #626369;
    border-color: rgba(0,0,0,.2);
    background-color: #fff
}
.slider-container {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    height: 1.5em;
}
.slider-track {
    height: 6px;
    background: #ddd;
    border-radius: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.slider-range {
    height: 6px;
    border-radius: 1em;
    background-color: #491bc6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
input[type=range] {
    position: absolute;
    width: 100%;
    top: 9px;
    left: 0;
    background: none;
    pointer-events: all;
    -webkit-appearance: none;
    z-index: 3;
}
input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #491bc6;
    cursor: ew-resize;
    -webkit-appearance: none;
    margin-top: -0.3em;
}
.widget.widget_price_filter .price_slider_amount{
    margin-top:38px;
    display:flex;
    justify-content: space-between;
}
.widget.widget_price_filter .price_slider_amount button{
    float: right;
    padding: 4px 26px 2px;
    margin-top: -5px;
    border-radius: 2em;
    font-size: 13px;
}

.widget.widget_price_filter .price_slider_amount .price_label{
    text-align: left;
    line-height: 2.4;
    font-size: .8751em;
   color: #575757;
}

.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}
.widget .tagcloud a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.slider-text-2{
    background-color: #318bda;
    padding: 0 14px 5px;
}
.rs-parallax-wrap rs-loop-wrap rs-mask-wrap{ overflow: visible !important; }
.slider-ml{ margin-left: -430px; }
.slider-mr{ margin-right: -420px; }
.left-border-line{ position: relative; }


/*slider-text*/
.slider-text{
    border: 2px solid var(--base-white);
    padding: 10px 35px 8px;
    border-radius: var(--base-border-radius-20);
}

.slider-offter-text{
    background-color: var(--base-secondskin);
    padding: 20px 10px 56px 8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    
}
.slider-offter-text-2{
    background-color: var(--base-seconddark);
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    padding: 16px 4px 16px 3px; 
}

/* price-plan*/
.pricing-plan-section{
    background-color:var(--base-grey);
}
.pricing-plan-section .section-subtitle{display:inline-block;}
.pricing-plan-section .section-subtitle .sub-title {display:flex; }
.pricing-plan-section .section-subtitle .sub-title span,.pricing-plan-section .section-subtitle .subtitle{
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    color:#1f1f1f;
    display:flex;
    align-items:center;
    text-align:center;
}
.pricing-plan-section #checkboxInput {
  display: none;
}
.pricing-plan-section .toggleSwitch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 34px;
  background-color: #000;
  border-radius: 20px;
  cursor: pointer;
  transition-duration: .2s;
}
.pricing-plan-section .toggleSwitch::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 5px;
  background-color:white;
  border-radius: 50%;
  transition-duration: .2s;
  box-shadow: 5px 2px 7px rgba(8, 8, 8, 0.26);
  border: 5px solid white;
}

#checkboxInput:checked+.toggleSwitch::after {
  transform: translateX(100%);
  transition-duration: .2s;
  background-color: white;
  left:auto;
  right:25px;
}
/* Switch background change */
#checkboxInput:checked+.toggleSwitch {
  transition-duration: .2s;
}
.pricing-plan-section .pricing-plan{
    text-align: left;
    display: block;
    position: relative;
    background-color: var(--base-grey);
    padding: 30px;
}
.pricing-plan-section .pricing-table-heading .prt-p_table-head{
    padding-top: 40px;
    padding-bottom: 0;
    text-align: left;
}
.pricing-plan-section .pricing-table-heading .prt-p_table-head h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom:9px;
    font-weight:500;
    font-family:'Poppins';
}
.pricing-plan-section .pricing-table-heading .prt-p_table-amount .pac-symbol,
.pricing-plan-section .pricing-table-heading .prt-p_table-amount h3{
    font-size: 44px;
    line-height: 54px;
    font-family:'Poppins';
    color:#1f1f1f;
}
.pricing-plan-section .pricing-table-body .prt-desc .prt-cta3-content-wrapper {
    padding-top: 30px;
    padding-bottom: 15px;
}
.prt-p_table-amount{ 
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.prt-p_table-amount .pac_frequency{display:inline-block ;}
.pricing-plan-section .pricing-table-body .prt-p_table-footer .prt-btn.prt-btn-color-darkcolor{
    transition: .5s;
    border-radius: 40px;
    padding: 14px 30px;
    margin-bottom:20px;
}
.pricing-plan-section .pricing-table-body .prt-desc .prt-cta3-content-wrapper p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*contact-section*/
.contact-section .section-title .title-subheading{
    color: var(--base-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.contact-section .section-title h2{
     color: #fff;
    font-size: 44px;
    line-height: 54px;
}
.contact-section .contact-btn-list .contact-btn{
      display: inline-grid;
    border: 1px solid rgba(255,255,255,.2);
    cursor: pointer;
    transition: all .2s;
    font-size: 15px;
    padding: 4px 16px;
    border-radius: 20px;
    color: #fff;
    margin-right:7px;
    margin-top:16px;
}
.contact-section .contact-btn-list .contact-btn.active{
     border-color:var(--base-white);
     color: #1f1f1f;
     background-color:var(--base-white);
}
@keyframes tm-bounce {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-12px)
    }

    100% {
        transform: translateY(0)
    }
}