﻿.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.flexanc1
{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px;
}

.ancedgbtn1
{
    display: inline-block;
    background-color: #284695;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    white-space: nowrap;
    border: none;
    outline: none;
    padding: 10px 24px;
    margin: 1px;
}

.ancedgdropdown
{
    min-width: calc(100% - 2px);
    padding: 0;
    background-color: #284695;
    border: none;
    border-radius: 0;
    margin: 1px;
}

.ancedgdropdown>li>a
{
    color: #ffffff;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.4s ease-in-out;
}

.ancedgdropdown>li>a:hover
{
    padding: 5px 15px 5px 25px;
    background-color: #284695;
    color: #ffffff;
}

.ancedg-image-wrapper
{
    position: relative;
    margin-top: 50px;
    border: 2px solid #eff0f3;
    background-color: #f5f6f8;
    padding: 20px;
/*    max-height: 600px;
    overflow-y: auto;*/
}

.ancedg-sticky
{
    position: sticky;
    top: 0;
    margin-top: 50px;
}

.ancedg-ebookdiv
{
    border-radius: 2px;
    border: 2px solid #eff0f3;
    background-color: #f5f6f8;
    padding: 20px 20px 0 20px;
}

.ancedg-ebookdiv .ancedg-title 
{
    margin: 0 0 10px 0;
    font-size: 24px;
}

.ancedg-sepret
{
    margin-bottom: 20px;
    width: 60px;
    height: 4px;
    position: relative;
}

.ancedg-sepret:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: #284594;
}

.ancedg-sepret:after
{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: #284594;
}

.ancedg-cosoon
{
    margin: 40px;
    text-align: center;
    transform: rotate(-16deg);
}

.ancedg-cosoon h3
{
    margin: 0;
    font-size: 24px;
    display: inline-block;
    padding: 15px;
    border: 1px dashed #333333;
}

.ancedg-vdioimg
{
    border: 1px solid #dddddd;
    padding: 10px;
    border-width: 1px 1px 0 1px;
    position: relative;
}

.ancedg-vdioimg .vidabs
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 42px;
    opacity: 0.8;
    transition: all 0.6s ease-in-out;
}

.ancedg-vdiotitle
{
    display: block;
    border: 4px double #dddddd;
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    color: #333333;
}

.gallery_product:hover .vidabs
{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.4);
}

















.range-slider,
.range-sliderper
{
    width: 100%;
    position: relative;
    padding: 6px 0 0 0;
}

.range-slider__range,
.range-slider__rangeper
{
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb,
.range-slider__rangeper::-webkit-slider-thumb
{
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover,
.range-slider__rangeper::-webkit-slider-thumb:hover
{
    background: #2c3e50;
}

.range-slider__range:active::-webkit-slider-thumb,
.range-slider__rangeper:active::-webkit-slider-thumb
{
    background: #2c3e50;
}

.range-slider__range::-moz-range-thumb,
.range-slider__rangeper::-moz-range-thumb
{
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover,
.range-slider__rangeper::-moz-range-thumb:hover
{
    background: #2c3e50;
}

.range-slider__range:active::-moz-range-thumb,
.range-slider__rangeper:active::-moz-range-thumb
{
    background: #2c3e50;
}

.range-slider__range:focus::-webkit-slider-thumb,
.range-slider__rangeper:focus::-webkit-slider-thumb
{
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2c3e50;
}

.range-slider__value, .range-slider__valueper
{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 18px;
    border: none;
    width: 60px;
    color: #ffffff;
    
  
    outline: none;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer 
{
    border: 0;
}

.calc-div
{
    padding: 10px 0px;
}

.calc-div .ttl-e
{
    font-size: 15px;
    font-weight: 400;
}

.calc-div .ttl-e sup
{
    color: red;
}

.calc-submit
{
    color: #ffffff;
    text-shadow: 0 1px 0 #f3f3f3;
    background-color: #E0E0E0;
    border-radius: 30px;
    display: inline-block;
    border: none;
    outline: none;
    /*background-color: #2c3e50;*/
    background-color: #262b30;
    padding: 12px 40px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.6px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.4);
}

.outpt-table
{
    border-collapse: separate;
    border-spacing: 4px;
}

.outpt-table tr td
{
    border: none !important;
}

.outpt-table tr td:first-child
{
    background-color: #d9f6f6;
}

.outpt-table tr td:last-child
{
    background-color: #e4e4e4;
}

.outpt-new
{
    position: absolute;
    top: -24px;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: white;
    font-size: 13px;
    background: #00b8ba;
}

.outpt-new:before
{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    background: #00b8ba;
    width: 20px;
    height: 100%;
    transform: skew(35deg);
    transform-origin: 0 0;
    z-index: 0;
}

.outpt-options
{
    position: relative;
    display: block;
    margin-top: 25px;
    padding: 8px;
    background-color: #f9e8d5;
    z-index: 99;
}

.outpt-ttle
{
    text-align: center; font-size: 20px; color: #008283; font-weight: 600; margin: 0; padding: 6px 0 0 0;
}

.all-clctr
{
    border-radius: 2px;
    border: 2px solid #eff0f3;
    background-color: #f5f6f8;
    padding: 20px;
    margin: 0;
}

.all-clctr .title-clctr
{
    margin: 0 0 10px 0;
    font-size: 24px;
    padding-bottom: 20px;
    color: #333333;
    position: relative;
}

.all-clctr .title-clctr:before 
{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 1px;
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #008283;
}

.rel_calctr
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.rel_calctr li
{
    position: relative;
    padding: 8px 8px 8px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*.rel_calctr li:before 
{
    content: "\f148";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333333;
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
} */

.rel_calctr li a
{
    font-size: 15px;
    color: #333333;
}

.cltr-nme
{
    color: #00b8ba;
}
.cltr-name1
{
    font-size: 20px; text-align: center;
}

.cltr-name2
{
    font-size: 18px; text-align: center; padding: 0; margin: 0;
}
.error
{
    color:Red;
    font-weight:normal;
}

.brand-btm
{
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.brand-btm .br-dtls
{
    padding-top: 15px;
    text-align: center;
}

.brand-btm .br-dtls h4.br-nme
{
    color: #5E5E5E;
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 34px;
}

.brand-btm a.br-eml
{
    color: #00b8ba;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.br-lgo
{
    max-width: 220px; 
    max-height: 200px;
}

.brand-btm .br-dtls h4.br-phn
{
    color: #5E5E5E;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 28px;
}

.br-darr
{
    color: #858585;
    text-align: center;
}

.dscl-mrttle
{
    font-size: 16px;
    margin: 10px 0 4px 0;
    line-height: 22px;
    padding: 0;
    color: #5E5E5E;
    font-weight: 600;
}

.dscl-dtls
{
    font-size: 13px;
    line-height: 20px;
}

.calc-dt
{
    display: table;
    width: 100%;
}

.calc-dc
{
    display: table-cell;
    padding: 0 8px 12px 8px;
    vertical-align: top;
}

.calc-dc:first-child, .calc-dc:nth-child(2)
{
    width: 40%;
}

.calc-dc:last-child
{
    width: 20%;
}
.loadingimg
{
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: rgba(0,0,0,0.6);
}

.loadingimg img
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}