@font-face {
    font-family: 'inform';
    src: url('../fonts/one.eot');
    src: local('☺'), url('../fonts/one.woff') format('woff'), url('../fonts/one.ttf') format('truetype'), url('../fonts/one.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Arial", Helvetica, sans-serif;
    background-color: #e5e5e5;
    font-size: 17px;
    color: #3f3f3f;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-weight: 700;
}

a {
    color: #f47a21;
    text-decoration: none;
}

.btn {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f47a21;
    background-color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: relative;
    padding: 0.375rem 1rem;
    cursor: pointer;
    text-align: center;
}

.btn * {
    cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:visited,
.btn:focus,
select:focus-visible {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn.orange {
    color: #fff;
    background-color: #f47a21;
}

.btn.orange:hover {
    color: #f47a21;
    background-color: transparent;
    border-color: #f47a21;
}

.btn.red {
    color: #fff;
    background-color: red;
}

.btn.red:hover {
    color: red;
    background-color: transparent;
    border-color: red;
}

.btn.green {
    color: #fff;
    background-color: green;
}

.btn.green:hover {
    color: green;
    background-color: transparent;
    border-color: green;
}



ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.fullwidth {
    float: left;
    width: 100%;
}

/* Wrapper **************************************************/
#wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 0;
    background: #f47a21;
    border-radius: 6px;
}

/* Main Section **************************************************/
#main-content {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* #main-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 0 6px 0;
    background: url(../images/pattern.png);
    left: 5px;
    top: 5px;
    z-index: 1;
} */

/* Home Section **************************************************/
#home-section {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 10;
    border-radius: 6px;
    background: #fff;
}

/* #home-section div {
    margin-bottom: 40px
} */

/* #home-section h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 58px;
    color: #202528;
} */

#home-section h1 .logo-hd {
    display: inline-block;
    text-indent: -9999px;
    width: 275px;
    height: 57px;
    background: url(../images/img-logo-heading.png) no-repeat left top;
    vertical-align: middle;
}

/* #home-section h3 {
    font-size: 23px;
    color: #60666a;
    padding: 0 40px;
} */

/* Card Section **************************************************/
#card-section {
    float: left;
    width: 103%;
    margin-left: -3%;
    margin-bottom: 40px;
}

#card-section ul li {
    float: left;
    width: 47%;
    margin-left: 3%;
    position: relative;
}

#card-section ul li article {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 10;
    border: 1px solid #e5e5e5;
    min-height: 310px;
    border-radius: 6px;
}

#card-section ul li:before {
    content: '';
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/pattern2.png);
    border-radius: 0 0 6px 0;
}

#card-section ul li figure {
    float: none;
    width: 400px;
    display: table-cell;
    height: 300px;
    vertical-align: middle;
}

#card-section ul li figure img {
    max-width: 100%;
}

#card-section ul li:first-child article figure {
    height: 205px
}

#card-section ul li .desc {
    float: left;
    width: 100%;
    padding: 0 25px;
}

.pd-require {
    font-size: 22px;
    color: #60666a;
}

/* Sidebar Section **************************************************/
/* #sidebar {
    float: left;
    width: 100%;
} */

.logo {
    width: 100%;
    text-align: center;
}

/* PD Steps **************************************************/
#pd-steps {
    width: 100%;
    border-radius: 4px;
    background: #2a2a2a;
    padding: 10px;
    box-shadow: 1px 1px 0 0 #f69528;
    text-align: center;
    font-size: 0;
}

#pd-steps li {
    display: inline-block;
    width: 20%;
    position: relative;
    overflow: hidden;
}

#pd-steps li:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #959595;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 8;
}

#pd-steps li:first-child:before {
    left: 50%
}

#pd-steps li:last-child:before {
    left: auto;
    right: 50%;
}

#pd-steps li span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 14px;
    text-indent: -9999px;
    background: #2a2a2a;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 0 2px #2a2a2a;
}

#pd-steps li.active span {
    background: #fff;
    box-shadow: 0 0 0 2px #2a2a2a inset, 0 0 0 2px #2a2a2a;
}

/* PD info Box **************************************************/
.pd-info-box {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 20px 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    border-right: none;
}

.pd-info-box p {
    margin: 0
}

.btnstart {
    width: 100%;
}

a.btn.btncapturecam {
    position: absolute;
    left: calc(50% - 65px);
    top: 15px;
    z-index: 999999;
    font-size: 14px;
}

a.btn.btncapturecam span {
    width: 100%;
    padding: 0;
    line-height: 40px;
}

.btnstart span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    margin-left: 15px;
}

/* Button Section **************************************************/
.button-wrapp.mobilesec {
    position: relative;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    height: auto;
    float: left;
    width: 100%;
}

.button-wrapp.mobilesec a.btninfo {
    background-position: 0 -176px;
    width: 32px;
    height: 41px;
}

.button-wrapp.mobilesec #cropbtn-panel {
    border-radius: 6px;
    margin-top: 10px;
}

.button-wrapp.mobilesec a.btn {
    width: auto;
    border-radius: 6px;
}

.button-wrapp.mobilesec a.btn span {
    background-color: #f47a21;
    width: 155px;
    font-weight: normal;
    text-align: left;
    padding: 5px 20px;
    text-shadow: none;
}

.button-wrapp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 82%;
}

.button-wrapp a.btnprev,
.button-wrapp a.btnremove {
    display: block;
    float: left;
    width: 46px;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    background: #f47a21;
    padding: 0;
    line-height: 46px;
    border-radius: 0 0px 4px 0;
    text-align: center;
}

.button-wrapp a.btnremove {
    float: right;
    border-radius: 0 0px 0 4px;
}

.crop-btns {
    position: absolute;
    width: 100%;
    z-index: 999;
}

a.btninfo {
    display: block;
    float: left;
    width: 32px;
    height: 38px;
    background: url(../images/bg-ico-control.png) no-repeat 0 -17px;
    text-indent: -9999px;
    margin: 10px 0 0 10px;
}

#select-section {
    float: left;
    width: 100%;
    padding-top: 20px;
}

#select-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* user selection **************************************************/
#user-choice-box {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

#user-choice-box article {
    float: left;
    padding-top: 50px;
}

#user-choice-box article figure {
    float: left;
    width: 100%;
    background: #e5e5e5;
}

#user-choice-box article .desc {
    float: left;
    width: 100%;
    padding: 0 20px;
    padding-top: 35px;
}

#user-choice-box article .desc p {
    min-height: 85px;
    font-size: 18px;
    color: #3f3f3f;
}

/* #user-choice-box article .desc .btn span {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 215px;
    line-height: 64px;
    font-size: 30px;
    text-transform: uppercase;
    background: #f47a21;
    color: #fff;
} */

#user-choice-box article.pd-cam {
    padding-top: 60px
}

#user-choice-box article.pd-cam figure {
    width: 185px;
    height: 185px;
    border-radius: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#user-choice-box article.pd-cam figure img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 35px;
}

#user-choice-box article.pd-image {
    float: right
}

#user-choice-box article.pd-image figure {
    width: 190px;
    height: 195px;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 10px;
    position: relative;
}

#user-choice-box article.pd-image figure:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e5e5e5;
    z-index: 5;
}

#user-choice-box article.pd-image figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png);
    left: 5px;
    top: 5px;
    z-index: 1;
}

#user-choice-box article.pd-image figure img {
    position: relative;
    z-index: 10;
}

.mid-seprator {
    float: left;
    position: absolute;
    left: 50%;
    width: 70px;
    top: 0;
    height: 100%;
    margin-left: -35px;
}

.mid-seprator:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #d0d0d0;
}

.mid-seprator span {
    text-transform: uppercase;
    color: #f47a21;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 10px 0;
    line-height: 54px;
    font-size: 48px;
    font-weight: bold;
    margin-top: -37px;
    background: #fff;
}

/* Video Section **************************************************/
#camera-section {
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: #2a2a2a;
}

#camera-section video {
    float: left;
    /*width: 100%;*/
    position: relative;
    z-index: 9;
    -webkit-transform: translateX(-50%) scaleX(-1);
    -moz-transform: translateX(-50%) scaleX(-1);
    -ms-transform: translateX(-50%) scaleX(-1);
    -o-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
    left: 50%;
}

#camera-section .button-wrapp {
    width: 100%;
}

#canvas {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

#capture-section {
    float: left;
    position: absolute;
    left: 50%;
    box-shadow: 0 0 0 1000em rgb(0 0 0 / 50%);
    z-index: 10;
    border: 2px dashed #959595;
    transform: translate(-50%, 0);
}

/* Edit Section **************************************************/
#edit-section,
#edit-mainsection {
    float: left;
    width: 100%;
    /* min-height: 665px;
    */
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #2a2a2a;
    z-index: 10;
}

#edit-container {
    float: left;
    width: 100%;
    position: relative;
}

#image-user {
    width: 100%;
}

.pd-eye {
    display: block;
    float: left;
    left: 40%;
    top: 35%;
    position: absolute;
    width: 54px;
    height: 54px;
    cursor: all-scroll;
}

.pd-eye .pd-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 2px solid #FF0000;
}

.pd-eye .pd-circle:before,
.pd-eye .pd-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    height: 2px;
    background: #FF0000;
}

.pd-eye .pd-circle:after {
    width: 2px;
    height: 100%;
    left: 50%;
    margin: 0 0 0 -1px;
    top: 0;
}

.pd-drag-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 100%;
    top: 0;
    background: url(../images/pd-edit-icon.png) no-repeat center center;
    background-size: cover;
    cursor: move;
    font-size: 0;
    line-height: 0;
    margin-top: -8px;
}

.pdmiddlebar {
    left: 50%;
    height: 100%;
    margin-left: -7px;
    top: 0;
    width: 14px;
    display: none;
    padding-top: 26px;
    position: absolute;
}

.pdmiddlebar .pd-inner-line {
    background: rgba(192, 227, 194, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;

}

.pdmiddlebar .pd-inner-line:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background: #f47a21;
}

.pdmiddlebar .pd-inner-line:after {
    content: '';
    width: 35px;
    height: 2px;
    position: absolute;
    left: -11px;
    bottom: 0;
    background: #f47a21;
}

#pd1 .pd-drag-icon {
    left: auto;
    right: 100%;

}

.pd-cross {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
    position: absolute;
    left: 40%;
    top: 35%;
    opacity: 1;
    display: none;
}

.pd-cross:before {
    content: '';
    height: 32px;
    width: 4px;
    margin-left: -2px;
    background: #FF0000;
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 9;
}

.pd-cross:after {
    content: '';
    width: 46px;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -23px;
    height: 100%;
    background: rgba(192, 227, 194, 0.5);
    position: absolute;
    z-index: 8;
}

.pd-eye:after {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
}

.totalvalue {
    position: absolute;
    left: 75%;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    margin-left: 10px;
    background: #898989;
    line-height: 12px;
    padding: 0 4px;
    border-radius: 6px;
    bottom: -5px;
    display: none;
}

.pd-height-measure .totalvalue,
.pd-height-measure .pdmiddlebar {
    display: block;
}

.pd-button-panel {
    /* padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    float: left; */
}

.pd-button-panel .btn {
    margin-bottom: 12px;
    font-size: 18px;
}

#edge-frame,
.btnsinglevision {
    display: none;
}

#pd3total.totalvalue {
    left: auto;
    right: 100%;
    margin: 0 10px 0 0;
}

#pd2.pd-eye,
#pd4.pd-cross {
    left: 60%;
}

#creditbar {
    position: absolute;
    top: 62%;
    width: 180px;
    height: 40px;
    left: 43%;
    background: #FF0000;
    opacity: 0.5
}

#creditbar .ui-draggable {
    float: left;
    width: 40px;
    position: absolute;
    right: -70px;
    top: 100%;
}

.op-score-bar {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    text-align: left;
    max-width: 494px;
    background: #e5e5e5;
    font-size: 0;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;

}

/* .op-score-bar ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 50%;
    padding: 8px 10px;
    text-align: center;
    border-radius: 20px 0 0 20px;
}

.op-score-bar ul li:first-child {
    background: #fff;
} */

.op-score-bar ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 50%;
    padding: 8px 10px;
    text-align: center;
    border-radius: 20px 0 0 20px;
}

.op-score-bar.varifocal ul li {
    width: 70%;
    text-align: left;
}

.op-score-bar ul li:first-child {
    background: #fff;
    padding: 8px 22px;
    border: 1px solid #acacac;
    text-align: center;
    border-radius: 20px 0 0 20px;
}

.op-score-bar.varifocal ul li:first-child {
    width: 30%;
}

.op-score-bar ul li .op-measure-box {
    display: inline-block;
    vertical-align: top;
}

.op-score-bar ul li #left-height,
.op-score-bar ul li #right-height,
.pd-title-score {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}

.op-score-bar ul li #right-height {
    border-left: 1px solid #acacac;
}

.pd-title-score {
    padding-right: 0;
}

.op-score-bar span {
    color: #f47a21;
    text-transform: capitalize;
}

.score .score-counter,
.score1 .score-counter1 {
    display: inline-block;
    vertical-align: top;
}

#zoom-wrapp {
    position: absolute;
    right: 25px;
    bottom: 0;
    height: 90%;
    width: 40px;
    z-index: 99;
    padding: 60px 0;
    max-height: 340px;
    background: #d7d7d7;
    top: 0;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #acacac;
}

#zoom-vertical {
    float: left;
    width: 22px;
    height: 100%;
    background: #a1a1a1;
    box-shadow: 0 0 0 4px #d7d7d7 inset;
    position: relative;
    border-radius: 20px;
    border: 1px solid #acacac;
    margin-left: 8px;
}

#zoom-vertical .ui-slider-handle {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    outline: none;
    background: #f78029;
    background: -moz-radial-gradient(center, ellipse cover, #ffa564 29%, #ffa564 29%, #ea882c 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffa564 29%, #ffa564 29%, #ea882c 100%);
    background: radial-gradient(ellipse at center, #ffa564 29%, #ffa564 29%, #ea882c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa564', endColorstr='#ea882c', GradientType=1);
    border: 1px solid #bb5e19;
    border-radius: 100%;
    margin-bottom: -15px;
    left: -4px;
}

#zoom-vertical .ui-slider-handle:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    background: #bb5e19;
    border-radius: 100%;

}

#zoom-vertical div {
    float: left;
    width: 20px;
    background: #f47a21;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #d7d7d7 inset;
}

.ui-resizable-handle {
    display: block;
    float: left;
    position: absolute;
    width: 30px;
    height: 46px;
    left: -40px;
    top: 50%;
    margin-top: -23px;
}

.ui-resizable-handle:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 23px 23px 23px 0;
    border-color: transparent #FF0000 transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.ui-resizable-handle.ui-resizable-n {
    left: 50%;
    margin-top: -10px;
    margin-left: -23px;
    top: -30px;
    width: 46px;
    height: 30px;
}

.ui-resizable-handle.ui-resizable-n:before {
    border-width: 0 23px 23px 23px;
    border-color: transparent transparent #FF0000 transparent;
}

.ui-resizable-handle.ui-resizable-e {
    left: auto;
    right: -45px;
}

.ui-resizable-handle.ui-resizable-e:before {
    border-width: 23px 0 23px 23px;
    border-color: transparent transparent transparent #FF0000;
}

.ui-resizable-handle.ui-resizable-s {
    top: auto;
    left: 50%;
    margin-top: 0;
    margin-left: -23px;
    bottom: -45px;
    width: 46px;
    height: 30px;
}

.ui-resizable-handle.ui-resizable-s:before {
    border-width: 23px 23px 0 23px;
    border-color: #FF0000 transparent transparent transparent;
}

.range-point {
    float: left;
    width: 8px;
    font-size: 30px;
    height: 100%;
    position: relative;
    line-height: 15%;
}

.range-point span.pd-bar {
    display: block;
    float: left;
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
    height: 1px;
    background: #aaa;
}

.range-point span.pd-bar.bar2 {
    top: 20%
}

.range-point span.pd-bar.bar3 {
    top: 30%
}

.range-point span.pd-bar.bar4 {
    top: 40%
}

.range-point span.pd-bar.bar5 {
    top: 50%
}

.range-point span.pd-bar.bar6 {
    top: 60%
}

.range-point span.pd-bar.bar7 {
    top: 70%
}

.range-point span.pd-bar.bar8 {
    top: 80%
}

.range-point span.pd-bar.bar9 {
    top: 90%
}

.z-plus {
    display: block;
    float: left;
    position: absolute;
    left: -0;
    top: 0;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #acacac;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #a1a1a1;
    font-weight: 700;
    cursor: pointer;

}

.z-minus {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 45px;
    border-top: 1px solid #acacac;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #a1a1a1;
    font-weight: 700;
    cursor: pointer;
}

/* Model **************************************************/
#pdmodel-info {
    font-family: 'inform';
    font-size: 22px;
    color: #434343;
}

.pdmodel-box .modal-header {
    border-bottom: none;
    padding: 15px 30px 30px 30px;
    display: block;
}

.pdmodel-box .modal-body {
    padding: 0 30px 30px 30px;
}

.pdmodel-box figure img {
    width: 100%;
}

.pdmodel-box .modal-header h2 {
    font-size: 34px;
    margin-bottom: 0px;
    font-weight: normal;
}

.pdmodel-box .modal-header h3 {
    font-weight: normal;
    font-size: 22px;
}

.pdmodel-box .modal-content {
    border: none;
}

.pdmodel-box p {
    line-height: 1.2;
    margin: 0;
}

.pdmodel-box .close {
    position: absolute;
    right: 0px;
    top: 0;
    background: #F47A21;
    border-radius: 0 4px 0 4px;
    color: #fff;
    line-height: 46px;
    padding: 0 10px;
    opacity: 1;
    border: 0;
}

/*   **************************************************/
.pd-position-info {
    float: left;
    width: 100%;
    position: relative;
}

.pd-position-info article {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 15px;
    padding-top: 25px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
}

.pd-position-info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 0 6px 0;
    background: url(../images/pattern.png);
    left: 5px;
    top: 5px;
    z-index: 1;
}

.pd-position-info article h3 {
    font-weight: normal;
    font-size: 18px;
    color: #49c13d;
}

.pd-position-info article figure {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.btnsubmit input {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Contact Section **************************************************/
#contact-section {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 70px;
    min-height: 565px
}

#contact-section h1 {
    text-align: center;
    margin-bottom: 80px;
}

#contact-section li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

#contact-section li span {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 10;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
}

#contact-section li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/pattern2.png);
    border-radius: 0 0 6px 0;
    z-index: 1;
}

#contact-section li span input,
#contact-section li span textarea {
    float: left;
    width: 100%;
    height: 48px;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    border: none;
    background: none;
}

#contact-section li span textarea {
    resize: none;
    height: 155px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-left: 130px;
    padding-right: 70px;
}

#contact-section li span label {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 18px;
    margin: 0;
}

#attachment-wrapp,
#attachment-wrapp article,
#attachment-wrapp figure img {
    float: left;
    width: 100%;
    position: relative;
}

#attachment-wrapp {
    margin-bottom: 30px;
}

#attachment-wrapp:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/pattern.png);
    border-radius: 0 0 6px 0;
    z-index: 1;
}

#attachment-wrapp article {
    padding: 10px;
    background: #e5e5e5;
    border-radius: 6px;
    text-align: center;
    z-index: 10;
}

#attachment-wrapp article figure {
    margin-bottom: 14px;
    float: left;
    width: 100%;
}

#attachment-wrapp article h3 {
    margin-bottom: 4px;
    font-size: 22px;
}

/* Pd Edit Panel **************************************************/
.pd-edit-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.pd-edit-panel~.pd-info-box {
    margin-top: 20px;
}

.pd-edit-panel li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.pd-edit-panel li span.pd-number {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: bold;
}

.pd-edit-panel li .pd-desc {
    margin-left: 45px;
    position: relative;
}

.pd-edit-panel li .pd-desc p {
    font-size: 14px;
    margin: 0;
}

.pd-edit-panel li .pd-desc .pd-popupinfo~p {
    padding-right: 40px;
}

.pd-popupinfo {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    width: 30px;
}

.pd-popupinfo a {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../images/bg-ico-control.png) no-repeat -1px -55px;
    text-indent: -9999px;
}

/* Pd Model **************************************************/
#pdmodel1,
#pdmodel2 {
    font-family: 'inform';
    font-size: 24px;
}

/* #pdmodel1 h2, #pdmodel2 h2 {
    margin-bottom: 30px;
    font-size: 34px;
} */

/* #pdmodel1 p, #pdmodel2 p {
    padding-top: 50px;
} */

/* #pdmodel1 .row:first-child, #pdmodel2 .row:first-child {
    height: 190px;
} */

#standby {
    position: absolute;
    left: 50%;
    top: 20%;
    margin: 0px 0 0 -70px;
    width: 140px;
    line-height: 140px;
    color: #fff;
    border-radius: 100%;
    font-size: 56px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    z-index: 999;
    display: none;
}

#proceed-buttons {
    position: absolute;
    left: calc(50% - 120px);
    top: 5%;
    margin: 0 auto;
    width: 280px;
    line-height: 50px;
    z-index: 99999999;
    display: none;
}

#proceed-buttons .btn {
    font-size: 14px;
}

a.btncancel {
    float: left;
}

/* 
#proceed-buttons a.btn {
    background: red;
    color: #fff;
    padding: 10px 30px;
} */

.btnproceed {
    float: right;
}

/* #proceed-buttons a.btnproceed span {
    background: green;
    color: #fff;
    padding: 10px 30px;
} */

/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder {
    direction: ltr;
    text-align: left;
}

.jcrop-vline,
.jcrop-hline {
    background: #fff url(../images/Jcrop.gif);
    font-size: 0;
    position: absolute;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

.jcrop-vline.right {
    right: 0;
}

.jcrop-hline {
    height: 1px !important;
    width: 100%;
}

.jcrop-hline.bottom {
    bottom: 0;
}

.jcrop-tracker {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    height: 100%;
    width: 100%;
}

.jcrop-handle {
    background-color: none;
    border: 5px #000 solid;
    font-size: 1px;
    height: 25px;
    width: 25px;
    opacity: 1 !important
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -12px;
    margin-top: 0px;
    top: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: 0px;
    margin-left: -12px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.jcrop-handle.ord-e {
    margin-right: 0px;
    margin-top: -12px;
    right: 0;
    top: 50%;
    border-bottom: none;
    border-top: none;
    border-left: none;
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: 0px;
    margin-top: -12px;
    top: 50%;
    border-bottom: none;
    border-right: none;
    border-top: none;
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: 0px;
    margin-top: 0px;
    top: 0;
    border-right: none;
    border-bottom: none;
}

.jcrop-handle.ord-ne {
    margin-right: 0px;
    margin-top: 0px;
    right: 0;
    top: 0;
    border-bottom: none;
    border-left: none;
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: 0px;
    margin-right: 0px;
    right: 0;
    border-top: none;
    border-left: none;
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top: none;
    border-right: none;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}

.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #FFF;
    filter: alpha(opacity=70) !important;
    opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #FFF;
    border-radius: 3px;
}

.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFF;
    border-color: #000;
    border-radius: 3px;
}

.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #FFF;
}

.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}

#cropbox {
    width: 100%;
}

#crop-section,
#cropmain-section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}

#cropbtn-panel {
    float: right;
    background: #f47a21;
    height: 44px;
    padding: 0 15px;
    border-radius: 0 0 0px 4px;
    padding-top: 8px;
}

.btn-do {
    display: block;
    float: left;
    height: 25px;
    width: 30px;
    background: url(../images/bg-ico-control.png) no-repeat 0 -79px;
    text-indent: -9999px;
    margin-right: 15px;
}

.btn-cancel {
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    background: url(../images/bg-ico-control.png) no-repeat 0 -106px;
    text-indent: -9999px;
    margin-right: 15px;
}

.btn-cropimage {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    background: url(../images/bg-ico-control.png) no-repeat 0 -132px;
    text-indent: -9999px;
    border: none;
}

#lightboxwrapp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

#lightboxwrapp .progress {
    width: 15%;
    height: 30px;
    padding: 5px;
}

#edit-container-inner {
    float: left;
    width: 100%;
    position: relative;
}

#message-box {
    color: #fff;
    font-size: 13px;
    left: 50%;
    max-width: 640px;
    position: absolute;
    text-align: center;
    top: 60px;
    transform: translateX(-50%);
    z-index: 9999;
}

.error {
    border: 1px solid #ff0000;
    color: #ff0000;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
}

.success {
    border: 1px solid #008000;
    color: #008000;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #2a2a2a;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
    display: none;
    left: 40%;
    top: 20px;
}

#rightDot,
#leftDot {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #ff090c;
    z-index: 99999999;
    border-radius: 20px;
    display: none;
}

.swal-wide {
    width: 50% !important;
}

.swal2-containerID.swal2-shown {
    z-index: 999999;
}


.dynamic-modal-p {
    padding-top: 50px;
    line-height: 1.2;
    font-family: 'inform';
    font-size: 24px;
    margin-right: 31px;
}