.loading {  
        position: fixed;
    z-index: 11111111;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0.8 ) url(/wp-content/uploads/loading.gif) 50% 50% no-repeat;
    display: none;
    }
    .loading:before{
           content: '';
    width: 20px;
    height: 20px;
    background: 0;
    animation: ldld-default .5s ease-in-out infinite;
    border-radius: 50%;
    /* width: 100%; */
    /* height: 100%; */
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-color: currentColor transparent currentColor transparent;
    display: block;
    top: 50%;
    position: relative;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;

}
@-moz-keyframes ldld-default {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ldld-default {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes ldld-default {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ldld-default {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.field-sec{ padding-bottom:20px }
.field-sec label{
       font-size: 18px;
       font-weight: 700;
       color: #444444;
       line-height: 26px;
       display: block;
       padding-bottom: 3px;
}
.field-sec span{  font-size: 13px;
    line-height: 16px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;}
.field-sec .error{ color:red; }
.field-sec input,.field-sec textarea{ color:#555555; width: 100%; font-size: 16px; background-color:#fff; border:1px solid #d2d2d2; height:40px; font-weight:400; padding:6px 10px; }
.field-sec textarea{height: 116px; width: 100%;}
#submitsec{
       width: 100%;
    font-family: 'Avenir LT W01_45 Book1475508',"Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #009ee2;
    border-width: 0px;
    border-color: #cccccc;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
   
    text-shadow: none;
    padding: 10px 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 6px!important;
    box-shadow: inset 0px 0px 0px #0684ba, 0px 5px 0px #0684ba, 0px 0px 0px 0px rgba(0, 0, 0, 0.3)!important;
    -webkit-box-shadow: inset 0px 0px 0px #0684ba, 0px 5px 0px #0684ba, 0px 0px 0px 0px rgba(0, 0, 0, 0.3)!important;
    -moz-box-shadow: inset 0px 0px 0px #0684ba, 0px 5px 0px #0684ba, 0px 0px 0px 0px rgba(0, 0, 0, 0.3)!important;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}
#submitsec:hover {
    background: #068fca !important;
}
.my-actions { margin: 0 2em; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }

.right-gap {
  margin-right: auto;
}

.d-curency{position: relative;}
.d-curency input{ padding-left:40px; }
.d-curency:before{     position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    border-radius: 5px 0px 0px 5px;
    content: '£';
    display: block;
    background: #009EE2;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    color: #fff;}