@font-face {
     font-family: 'Nexa';
     src: url('../font/NexaBold.eot');
     src: url('../font/NexaBold.eot?#iefix') format('embedded-opentype'), url('../font/NexaBold.woff2') format('woff2'), url('../font/NexaBold.woff') format('woff'), url('../font/NexaBold.ttf') format('truetype'), url('../font/NexaBold.svg#Nexa') format('svg');
     font-weight: bold;
     font-style: normal;
}
 @font-face {
     font-family: 'Nexa';
     src: url('../font/NexaLight.eot');
     src: url('../font/NexaLight.eot?#iefix') format('embedded-opentype'), url('../font/NexaLight.woff2') format('woff2'), url('../font/NexaLight.woff') format('woff'), url('../font/NexaLight.ttf') format('truetype'), url('../font/NexaLight.svg#NexaLight') format('svg');
     font-weight: 300;
     font-style: normal;
}
 @font-face {
     font-family: 'Segoe UI';
     src: url('../font/SegoeUI.eot');
     src: url('../font/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../font/SegoeUI.woff2') format('woff2'), url('../font/SegoeUI.woff') format('woff'), url('../font/SegoeUI.ttf') format('truetype'), url('../font/SegoeUI.svg#SegoeUI') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Segoe UI';
     src: url('../font/SegoeUI-Bold.eot');
     src: url('../font/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../font/SegoeUI-Bold.woff2') format('woff2'), url('../font/SegoeUI-Bold.woff') format('woff'), url('../font/SegoeUI-Bold.ttf') format('truetype'), url('../font/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
     font-weight: bold;
     font-style: normal;
}
 @font-face {
     font-family: 'Segoe UI';
     src: url('../font/SegoeUI-Light.eot');
     src: url('../font/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../font/SegoeUI-Light.woff2') format('woff2'), url('../font/SegoeUI-Light.woff') format('woff'), url('../font/SegoeUI-Light.ttf') format('truetype'), url('../font/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
     font-weight: 300;
     font-style: normal;
}
 @font-face {
     font-family: 'Segoe UI';
     src: url('../font/SegoeUI-SemiBold.eot');
     src: url('../font/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/SegoeUI-SemiBold.woff2') format('woff2'), url('../font/SegoeUI-SemiBold.woff') format('woff'), url('../font/SegoeUI-SemiBold.ttf') format('truetype'), url('../font/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
     font-weight: 600;
     font-style: normal;
}
 * {
    padding:0;
     margin:0;
}
 body{
    margin:0px;
     font-family: 'Segoe UI';
    font-w-webkit-font-smoothing: subpixel-antialiased;
    font-weight:300;
}
 a {
     text-decoration:none;
     transition-duration: 0.5s;
     outline:none !important;
}
 a:hover {
     text-decoration: none;
     animation-delay: 0.5s;
     animation-duration: 1s;
     animation-iteration-count: infinite;
     animation-name: hvr-back-pulse;
     animation-timing-function: linear;
}
 :focus {
     outline: 0;
     text-decoration:none !important;
}
 img{
    border:0px;
     outline:none;
     max-width:100%;
}
 .img-fullwidth {
    width:100%;
}
 ul,li{
     list-style:none;
     margin:0;
     padding:0;
}
 strong{
}
/* Headings */
 h1,h2,h3, h4,h5,h6 {
}
 h1 {
}
 h2 {
}
 h3 {
}
 h4 {
}
 h5 {
}
 h6 {
}
 input[type="submit"]{
     cursor:pointer
}
 .t-t-u{
     text-transform:uppercase !important;
}
 .t-t-n{
     text-transform:none !important;
}
 .t-l{
     text-align:left !important;
}
 .t-r{
     text-align:right !important;
}
 .t-c{
     text-align:center !important;
}
 .r-gap{
     margin-right:0!important;
}
 .flt-l{
     float:left!important;
}
 .flt-r{
     float:right!important;
}
 .flt-none{
     float:none!important;
}
 .no-border{
     border:0!important;
}
 .bgnone{
     background:none !important
}
 .underliene {
     text-decoration:underline;
}
 div{
}
 p{
     margin:0;
}
 .no-padding {
     padding-right: 0 !important;
     padding-left: 0 !important;
}
 .no-padding-left {
    padding-left: 0 !important;
}
 .no-padding-right {
    padding-right: 0 !important;
}
 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     opacity: 0.3;
}
 ::-moz-placeholder {
    /* Firefox 19+ */
     opacity: 0.3;
}
 :-ms-input-placeholder {
    /* IE 10+ */
     opacity: 0.3;
}
 :-moz-placeholder {
    /* Firefox 18- */
     opacity: 0.3;
}
 .wrapper{
    width:100%;
     float:left;
}
 header {
    width: 100%;
     float: left;
     position: relative;
}
 header .logo-area {
    position: absolute;
     left:0;
     top: 0;
     width: 100%;
     z-index: 9;
}
 header .logo-area .logo-main {
    margin-top: 5px;
}
 header .signin {
     padding: 6px 20px;
     font-weight: bold;
     font-size:14px;
     color: #fff;
     border: 2px solid #e4af14;
     border-radius: 2px;
     margin-right: 6px;
     text-transform: uppercase;
}
 header .signin:hover {
     background: #e4af14;
}
 header .signup {
     padding: 6px 20px;
     font-weight: bold;
     font-size:14px;
     color: #fff;
     border: 2px solid #1184d4;
     border-radius: 2px;
     text-transform: uppercase;
}
 header .signup:hover {
     background: #1184d4;
}
 header .top-btnarea {
     text-align: right;
     padding-top:32px;
}
.dd_block a:focus, 
.dd_block a:hover {
     color: #e9b312;
}
.carousel .carousel-caption {
    padding: 15px;
     left:50%;
     margin-left: -585px;
     right: inherit;
     top: 250px;
    width: 1170px;
     text-shadow: 0 1px 2px rgba(0,0,0,0);
}
 .carousel .item img{
    margin: 0 auto;
     max-width: inherit;
}
 .carousel .carousel-caption {
    text-align: center;
}
 .carousel .carousel-caption h1 {
    font-size:26px;
     text-align: center;
    font-family: 'Nexa';
     font-weight:300;
     margin: 0 0 15px;
     font-style: italic;
}
 .carousel .carousel-caption .line {
     height: 1px;
     width: 70%;
     display: block;
     padding: 0;
     margin: 0 auto 1px;
     background: -moz-linear-gradient(left, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.7) 35%, rgba(255,255,255,0.7) 57%, rgba(255,255,255,0.05) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 57%,rgba(255,255,255,0.05) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.7) 35%,rgba(255,255,255,0.7) 57%,rgba(255,255,255,0.05) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#0dffffff',GradientType=1 );
    /* IE6-9 */
}
 .carousel .carousel-caption .top-head2 {
     font-family: 'Nexa';
     font-weight: bold;
     font-size: 57px;
     color: #fff;
     margin: 0;
}
 .carousel .carousel-caption form {
     width: 65%;
     margin: 0 auto;
     text-align: center;
}
 .carousel .carousel-caption form input[type="text"] {
     width: 65%;
     background: rgba(255,255,255,0.9);
     font-weight: normal;
     color: #3e3e3f;
     font-size:14px;
     min-height: 53px;
     border-radius: 5px;
     letter-spacing: -1px;
    border: 0;
     padding: 0 9% 0 30px;
    position: relative;
     margin-left:50px;
}
 .carousel .carousel-caption form input[type="submit"] {
     width:22%;
     background:#e9b312;
     font-weight: bold;
     color: #fff;
     font-size:16px;
     min-height: 53px;
     border-radius: 5px;
     letter-spacing: -1px;
     text-transform: uppercase;
     border: 0;
    position: relative;
     margin-left: -50px;
     z-index: 1;
     top:1px;
}
 .blinkarea {
    /*width: 16px;
    */
     height: 64px;
     right: 20px;
     bottom: 0;
     position: absolute;
     font-weight: normal;
     color: #fff;
     font-size: 14px;
}
 .blinkarea span{
     margin-top: -15px;
}
 .mid1 {
     width: 100%;
     padding: 38px 0 78px;
     background: #fafafa;
     position: relative;
}
 .mid1 h2 {
     color: #051627;
     font-size:35px;
    font-family: 'Nexa';
     font-weight: bold;
     padding-bottom: 22px;
     background: url('../images/heading-bk.jpg') 50% 100% no-repeat;
     margin:0 0 40px;
     text-transform: uppercase;
     text-align: center;
}
 .mid1 .owl-carousel .item {
     background: #fff;
     border: 1px solid #f4f4f4;
     color: #444;
     font-size: 15px;
     margin:0 12px;
     text-align: center;
     padding: 25px 0 10px;
}
 .mid1 .owl-carousel .item:hover {
     -webkit-box-shadow: 0px 0px 117px -62px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 117px -62px rgba(0,0,0,0.3);
     box-shadow: 0px 0px 117px -62px rgba(0,0,0,0.3);
}
 .mid1 .owl-carousel .item .imgarea {
     width: 100%;
     float: left;
     text-align: center;
     margin: 0 0 15px;
}
 .mid1 .owl-carousel .item h3 {
     color: #051627;
     font-size:23px;
     font-weight: bold;
     margin-bottom: 12px;
    font-family: 'Nexa';
}
 .mid1 .owl-carousel .item h3 span {
     color: #313131;
    font-family: 'Segoe UI';
    font-size:12px;
    font-weight: normal;
    display: block;
}
 .mid1 .owl-carousel .item .rating {
     font-size:13px;
     margin-bottom: 15px;
}
 .mid1 .owl-carousel .item .maintxt {
     padding: 0 10%;
     margin-bottom: 15px;
}
 .mid1 .owl-carousel .item a {
     padding: 6px 16px;
     border: 1px solid #d6a007;
     font-family: 'Segoe UI';
     font-weight: bold;
     text-transform: uppercase;
     margin-bottom: 12px;
     display: inline-block;
     color: #d6a007;
     font-size:11px;
     border-radius:20px;
}
 .mid1 .owl-carousel .item a:hover {
     background: #d6a007;
     color: #fff;
}
 .blinkarea2 {
     color: #454c55;
}
 .mid2 {
     width: 100%;
     padding: 38px 0 78px;
     background: #fff;
     position: relative;
     min-height: 1580px;
}
 .mid2 h2 {
     color: #051627;
     font-size:35px;
    font-family: 'Nexa';
     font-weight: bold;
     padding-bottom: 22px;
     background: url('../images/heading-bk.jpg') 50% 100% no-repeat;
     margin:0 0 40px;
     text-transform: uppercase;
     text-align: center;
}
 .mid2 .work1 {
     position: absolute;
     left: 0;
     top: -60px;
     width: 627px;
     height: 437px;
     background: url('../images/work-img1.png') 0 0 no-repeat;
}
 .mid2 .work1 .txtarea {
     width: 241px;
     float: right;
     font-weight: 300;
     color: #444;
     font-size:15px;
     margin-top:160px;
     margin-right: 130px;
}
 .mid2 .work1 .txtarea h3 {
     font-family: 'Nexa';
     font-weight: bold;
    color: #444;
     font-size:23px;
     margin: 0 0 15px;
}
 .mid2 .work1 .txtarea p {
     margin-bottom: 17px;
    font-size: 13px;
}
 .mid2 .work1 .txtarea a {
     padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #d6a007;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
}
 .mid2 .work1 .arrow {
     width: 191px;
     height: 128px;
     position: absolute;
     right: 40px;
     bottom: -10px;
}
 .mid2 .work2 {
     position: absolute;
     right: -50px;
     top: 40px;
     width: 550px;
     height: 437px;
     background: url('../images/work-img2.png') 90% 50% no-repeat;
     z-index: 3 
}
 .mid2 .work2 .txtarea {
     width: 241px;
     float: left;
     font-weight: 300;
     color: #444;
     font-size:15px;
     margin-top:220px;
     margin-right: 130px;
}
 .mid2 .work2 .txtarea h3 {
     font-family: 'Nexa';
     font-weight: bold;
    color: #444;
     font-size:23px;
     margin: 0 0 15px;
}
 .mid2 .work2 .txtarea p {
     margin-bottom: 17px;
    font-size: 13px;
}
 .mid2 .work2 .txtarea a {
     padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #d6a007;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
}
 .mid2 .work2 .arrow {
     width: 191px;
     height: 128px;
     position: absolute;
     left:-100px;
     bottom: -120px;
}
 .mid2 .work3 {
     position: absolute;
     left: 0;
     top: 400px;
     width: 627px;
     height: 437px;
     background: url('../images/work-img3.png') 70% 0 no-repeat;
     z-index: 2;
}
 .mid2 .work3 .txtarea {
     width: 241px;
     float: left;
     font-weight: 300;
     color: #444;
     font-size:15px;
     margin-top:200px;
     margin-right: 130px;
}
 .mid2 .work3 .txtarea h3 {
     font-family: 'Nexa';
     font-weight: bold;
    color: #444;
     font-size:23px;
     margin: 0 0 15px;
}
 .mid2 .work3 .txtarea p {
     margin-bottom: 17px;
    font-size: 13px;
}
 .mid2 .work3 .txtarea a {
     padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #d6a007;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
}
 .mid2 .work3 .arrow {
     width: 191px;
     height: 128px;
     position: absolute;
     right:0px;
     bottom:-50px;
}
 .mid2 .work4 {
     position: absolute;
     right: -50px;
     top: 600px;
     width:550px;
     height: 437px;
     background: url('../images/work-img4.png') 70% 0 no-repeat;
     z-index: 2;
}
 .mid2 .work4 .txtarea {
     width: 241px;
     float: left;
     font-weight: 300;
     color: #444;
     font-size:15px;
     margin-top:240px;
     margin-right: 130px;
}
 .mid2 .work4 .txtarea h3 {
     font-family: 'Nexa';
     font-weight: bold;
    color: #444;
     font-size:23px;
     margin: 0 0 15px;
}
 .mid2 .work4 .txtarea p {
     margin-bottom: 17px;
     font-size: 13px;
}
 .mid2 .work4 .txtarea a {
     padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #d6a007;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
    /*padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #fff;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
     background: #d6a007*/
}
 .mid2 .work4 .arrow {
     width: 191px;
     height: 128px;
     position: absolute;
     right:0px;
     bottom:-50px;
}
 .mid2 .work5 {
     position: absolute;
     left: 0px;
     top: 870px;
     width:550px;
     height: 437px;
     background: url('../images/work-img5.png') 70% 0 no-repeat;
     z-index: 2;
}
 .mid2 .work5 .txtarea {
     width: 241px;
     float: left;
     font-weight: 300;
     color: #444;
     font-size:15px;
     margin-top:240px;
     margin-right: 130px;
}
 .mid2 .work5 .txtarea h3 {
     font-family: 'Nexa';
     font-weight: bold;
    color: #444;
     font-size:23px;
     margin: 0 0 15px;
}
 .mid2 .work5 .txtarea p {
     margin-bottom: 17px;
    font-size: 13px;
}
 .mid2 .work5 .txtarea a {
     padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #d6a007;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
    /*padding: 5px 15px;
     border-radius:40px;
     font-weight: bold;
     color: #fff;
     border: 1px solid #d6a007;
     font-size:11px;
    text-transform: uppercase;
     background: #d6a007*/
}
 .mid2 .work5 .arrow {
     width: 191px;
     height: 128px;
     position: absolute;
     right:0px;
     bottom:-50px;
}
 .mid3 {
     width: 100%;
     padding: 38px 0 30px;
     background: #fcfbfb;
     position: relative;
}
 .mid3 h2 {
     color: #051627;
     font-size:35px;
    font-family: 'Nexa';
     font-weight: bold;
     padding-bottom: 22px;
     background: url('../images/heading-bk.jpg') 50% 100% no-repeat;
     margin:0 0 40px;
     text-transform: uppercase;
     text-align: center;
}
 .mid3 .panel-group .panel {
     margin-bottom: 10px;
}
 .home-faq ol {
     padding-left: 30px;
}
 .home-faq ol li {
     list-style-type: decimal;
     padding-top: 12px;
}
 .panel-heading {
     padding: 0 15px;
     color: #444;
     font-size: 17px;
     font-weight: 300;
     position: relative;
    background-color: #fff !important;
}
 .panel-heading h4 a {
     display: block;
     padding: 13px 0 13px 50px;
     font-size: 14px !important;
}
 .panel-heading:before {
     width: 50px;
     height: 45px;
     left: -1px;
     top: 0;
     position: absolute;
     content: url('../images/qustn.png') 
}
 .panel-body {
     background: #ffffe3;
     font-size:16px;
     color: #444;
     line-height:24px;
}
 .panel-yellow {
     background-color: #ffffe3 !important;
}
 .panel-white {
     background-color: #fff !important;
}
 footer {
     background: #232425;
     padding: 40px 0;
     float: left;
     width: 100%;
}
 footer .left {
     color: #fff;
     font-size:14px;
     font-weight: normal;
}
 footer .left span{
     color: #e9b312;
     font-size:14px;
     font-weight: bold;
}
 footer .right {
     text-align: right;
}
/*================*/
 .inner-head {
     background: #373f5d;
     position: relative !important;
}
 .inner-head .logo-main {
     padding: 10px 0;
}
 .inner-head form {
     margin-top:23px;
}
 .inner-head form input[type="text"] {
     width: 82%;
     background:#fff;
     font-weight: normal;
    /*color: #79797a;
    */
     color: #000;
     font-size:15px;
     min-height: 48px;
     border-radius: 5px;
     letter-spacing: -1px;
    border: 0;
     padding: 0 9% 0 30px;
    position: relative;
     margin-left:0px;
}
 .inner-head form input[type="submit"] {
     width:26%;
     background:#e9b312;
     font-weight: bold;
     color: #fff;
     font-size:15px;
     min-height: 48px;
     border-radius: 5px;
     letter-spacing: -1px;
     text-transform: uppercase;
     border: 0;
    position: relative;
     margin-left: -50px;
     z-index: 1;
}
 .inner-mid1 {
     width: 100%;
     padding: 30px 0 35px;
     background: #f8f8f8;
     position: relative;
}
 .inner-mid1 h2 {
     color: #051627;
     font-size:35px;
    font-family: 'Nexa';
     font-weight: bold;
     padding-bottom: 22px;
     background: url('../images/heading-bk.jpg') 50% 100% no-repeat;
     margin:0 0 40px;
     text-align: center;
     text-transform: none;
     line-height: 45px;
}
 .inner-mid1 h2 span {
     display: block;
     font-family: 'Segoe UI';
     font-weight:300;
     font-size:22px;
     color: #424242;
     text-transform: none;
     line-height: 25px;
}
 .inner-mid1 .blok1 {
     width: 100%;
     margin-bottom: 5px;
     border: 1px solid #e5e5e5;
     border-radius:3px;
     float: left;
    color: #424242;
     font-size:18px;
     padding: 7px 0 7px 20px;
     font-weight:normal;
     background: rgb(248,248,248);
    /* Old browsers */
     background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
}
 .inner-mid1 .blok1 .icon-gap {
     margin-right: 16px;
}
 .inner-mid1 .low-sec {
     margin-top: 55px;
}
 .inner-mid1 .low-sec .blok2 {
     width: 100%;
     float: left;
     background: #fff;
     border: 1px solid #e5e5e5;
     border-radius:3px;
     margin-bottom: 10px;
}
 .inner-mid1 .low-sec .blok2 h3 {
     font-family: 'Nexa';
     font-weight:normal;
     padding: 8px 15px;
     color: #303030;
     margin: 0;
     border-bottom: 1px solid #e5e5e5;
     font-size:20px;
     float: left;
     width: 100%;
}
 .inner-mid1 .low-sec .blok2 textarea {
     margin: 10px 15px;
     width: 93%;
     height: 40px;
     resize: vertical;
     border: 0;
    /*color: #b8b8b8;
    */
     color:#000;
     font-size:15px;
     font-weight: normal;
}
 .inner-mid1 .low-sec input[type="submit"] {
     padding: 10px 32px;
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-family: 'Nexa';
     font-weight:bold;
     color: #fff;
     text-transform: uppercase;
     font-size:17px;
     color: #fff;
     margin-top: 10px;
}
 .inner-mid1 .left .blok {
     width: 100%;
     float: left;
     background: #fff;
     border: 1px solid #eaeaea;
     margin-bottom:22px;
     padding: 20px 0;
}
 .inner-mid1 .left .blok .toparea {
     width: 100%;
     float: left;
     margin-bottom: 15px;
     padding: 0 0 0 10px;
}
 .inner-mid1 .left .blok .toparea h3 {
     font-family: 'Nexa';
     font-weight:bold;
     color: #051627;
     font-size:23px;
     margin: 22px 0 15px;
}
 .inner-mid1 .left .blok .toparea h3 span {
     font-family: 'Segoe UI';
     font-weight:normal;
     color: #313131;
     font-size:14px;
     display: block;
}
 .inner-mid1 .left .blok .toparea .ratingtxt {
     color: #444;
     font-size:13px;
     font-weight:normal;
     font-family: 'Segoe UI';
     padding-left: 10px;
}
 .inner-mid1 .left .blok h4 {
     font-weight:600;
     color: #424242;
     font-size:16px;
     margin: 0 0 12px;
}
 .inner-mid1 .left .blok .sm-blk1 ul li {
     padding: 0 0 0 22px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 8px;
     background: url('../images/sm-icon1.png') 0 5px no-repeat;
     list-style: none;
}
 .inner-mid1 .left .blok .sm-blk2 ul li {
     padding: 0 0 0 22px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 8px;
     background: url('../images/sm-icon2.png') 0 5px no-repeat;
     list-style: none;
}
 .inner-mid1 .left .blok .sm-blk3 ul li {
     padding: 0 0 0 22px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 8px;
     background: url('../images/sm-icon3.png') 0 5px no-repeat;
     list-style: none;
}
 .inner-mid1 .left .blok .btnarea {
     padding-top: 80px;
     text-transform: uppercase;
}
 .inner-mid1 .left .blok .btnarea .link1 {
     font-weight: 600;
     color:#d7a20c;
     border:2px solid #d7a20c;
     padding:7px 22px;
     border-radius:40px;
     margin-bottom: 10px;
     display: inline-block;
}
 .inner-mid1 .left .blok .btnarea .link1:hover {
     background: #d7a20c;
     color: #fff;
}
 .inner-mid1 .left .blok .btnarea .link2 {
     font-weight: 600;
     color:#393939;
     border:2px solid #393939;
     padding:7px 22px;
     border-radius:40px;
     display: inline-block;
}
 .inner-mid1 .left .blok .btnarea .link2:hover {
     background: #393939;
     color: #fff 
}
 .inner-mid1 .left .show-more {
     width: 100%;
     padding: 10px 0;
     border: 1px solid #eaeaea;
     background: #fff;
     border-radius:3px;
     font-weight: normal;
     float: left;
     text-align: center;
    color: #313131;
}
 .inner-mid1 .left .show-more2 {
     width: 100%;
     padding: 10px 0;
     border: 1px solid #d6a007;
     background: #d6a007;
     border-radius:3px;
     font-weight: bold;
     float: left;
     text-align: center;
    color: #fff;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .inner-mid1 .right .frmarea {
     width: 100%;
     background: #fff;
     border: 1px solid #eaeaea;
     padding: 0 18px;
     margin-bottom: 15px;
     float: left;
}
 .inner-mid1 .right .frmarea h3 {
     margin: 25px 0;
     color: #363e5e;
     font-size:26px;
     font-family: 'Nexa';
     font-weight: bold;
}
 .inner-mid1 .right .frmarea label {
     color: #424242;
     font-size:15px;
     width: 100%;
     float: left;
     padding: 0 0 5px;
     font-weight: normal;
}
 .inner-mid1 .right .frmarea input[type="text"], .inner-mid1 .right .frmarea select {
     width: 100%;
     padding: 0 10px;
     background: #fcfcfc;
     border:1px solid #e5e5e5;
     color: #000;
     font-weight: normal;
     height: 42px;
     margin-bottom: 12px;
}
 .inner-mid1 .right .frmarea input[type="submit"] {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-size:16px;
     color: #fff;
     letter-spacing: 2px;
     width: 100%;
     margin-bottom: 30px;
     height: 45px;
}
 .inner-mid1 .right .imgblok {
     margin-bottom: 15px;
     float: left;
     width: 100%;
}
 .inner-mid1 .right .imgblok img {
     width: 100%;
}
 .modal-content {
     border-radius:0;
     float: left;
     font-weight: normal;
     font-size:16px;
}
 .modal-content h2 {
     color: #051627;
     font-size:30px;
    font-family: 'Nexa';
     font-weight: bold;
     padding-bottom: 12px;
     background: url('../images/heading-bk.jpg') 50% 100% no-repeat;
     margin:0 0 0px;
     text-align: center;
}
 .modal-content h2 span {
     display: block;
     font-family: 'Segoe UI';
     font-weight:300;
     font-size:17px;
     color: #424242;
     text-transform: none;
     line-height: 17px;
}
 .modal-header {
     border-bottom: 0;
}
 .modal-body input[type="text"] {
     width: 100%;
    height: 45px;
     border: 1px solid #e5e5e5;
     padding: 0 12px;
     font-weight: normal;
     color: #424242;
     font-size:17px;
     margin-bottom: 15px;
     border-radius:3px;
     width: 100%;
}
 .modal-body select {
     width: 100%;
    height: 45px;
     border: 1px solid #e5e5e5;
     padding: 0 12px;
     font-weight: normal;
     color: #424242;
     font-size:17px;
     margin-bottom: 15px;
     border-radius:3px;
     width: 100%;
}
 .modal-body label {
    font-weight: normal;
     font-size:17px;
     color: #424242;
     width: 100%;
     float: left;
}
 .modal-body label span {
     color: #8a8a8a;
     font-size:14px;
}
 .modal-body input[type="email"], .modal-body input[type="password"], .modal-body input.pass {
     width: 100%;
    height: 45px;
     border: 1px solid #e5e5e5;
     padding: 0 12px;
     font-weight: normal;
     color: #424242;
     font-size:17px;
     margin-bottom: 15px;
     border-radius:3px;
     width: 100%;
}
 .modal-body input[type="submit"] {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-size:16px;
     color: #fff;
     letter-spacing: 2px;
     margin: 30px 0;
     height: 45px;
     padding: 0 45px;
}
/*.modal-body select {
     border: 1px solid #e5e5e5;
    height: 45px;
     background: #fdfdfd;
     width: 100%;
    font-family: 'Segoe UI';
     font-weight: normal;
     color:#afafaf;
     padding: 0 10px;
     margin-bottom:20px;
}
*/
 .main-claimarea {
     background: #fafafa;
}
 .claimarea-left {
     float: left;
     background: #fff;
     padding: 25px 25px;
}
 .claimarea-left input[type="text"], .claimarea-left input[type="email"] {
     height: 45px;
     background: #fdfdfd;
     border: 1px solid #e5e5e5;
    font-family: 'Segoe UI';
     font-weight: normal;
    /*color:#afafaf;
    */
     color:#000;
     font-size:16px;
     width: 100%;
     margin-bottom:20px;
     border-radius: 2px;
     padding: 0 10px;
}
 .claimarea-left label {
     font-family: 'Segoe UI';
     font-weight: normal;
     color: #424242;
     font-size:17px;
    /*width: 100%;
    */
     float: left;
    /*margin-bottom: 5px;
    */
}
 .claimarea-left p {
     width: 100%;
     float: left;
    /*word-break: break-all;*/
}
 .claimarea-left label span {
     color: #8a8a8a;
     font-size:14px;
}
 .claimarea-left select {
     border: 1px solid #e5e5e5;
    height: 45px;
     background: #fdfdfd;
     width: 100%;
    font-family: 'Segoe UI';
     font-weight: normal;
    /*color:#afafaf;
    */
     color:#000;
     padding: 0 10px;
     margin-bottom:20px;
}
 .claimarea-left input[type="submit"] {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-family: 'Nexa';
     font-size:17px;
     color: #fff;
     letter-spacing: 2px;
     height: 45px;
     padding: 0 60px;
}
 .claimarea-right .panel-heading::before {
     content: " ";
}
 .gap1 span a{
    color: #e9b312;
}
 .claimarea-right .panel-primary, .claimarea-right .panel-primary > .panel-heading {
     border: 0;
     padding: 0;
}
 .claimarea-right .panel-primary > .panel-heading ul {
     background: #fafafa;
}
 .claimarea-right .panel-primary > .panel-heading li {
     font-size:18px;
     text-transform: uppercase;
     font-weight: bold;
    font-family: 'Nexa';
     width: 50%;
     float: left;
    background: #f2f2f2;
     padding: 0 10px;
     -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
     border-bottom-left-radius: 10px;
}
 .claimarea-right .panel-primary > .panel-heading li.active {
     background: #fafafa;
}
 .claimarea-right .panel-primary > .panel-heading li a {
     padding: 10px 0;
    color: #051627;
}
 .claimarea-right .panel-primary > .panel-heading li a:hover, .claimarea-right .panel-primary > .panel-heading li.active a {
     background: transparent;
}
 .claimarea-right .panel-body {
     background: #fafafa;
}
 .claimarea-right label {
     font-family: 'Segoe UI';
     font-weight: normal;
     color: #424242;
     font-size:15px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
}
 .claimarea-right input[type="text"], .claimarea-right input[type="email"], .claimarea-right input[type="password"] {
     height: 45px;
     background: #fff;
     border: 1px solid #e5e5e5;
    font-family: 'Segoe UI';
     font-weight: normal;
    /*color:#afafaf;
    */
     color:#000;
     font-size:16px;
     width: 100%;
     margin-bottom:20px;
     border-radius: 2px;
     padding: 0 10px;
}
 .claimarea-right input[type="submit"], input[type="button"] {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-family: 'Nexa';
     margin-top: 10px;
     margin-bottom: 35px;
     font-size:17px;
     color: #fff;
     letter-spacing: 2px;
     height: 45px;
     padding: 0 30px;
}
 .claimarea-right .panel {
     box-shadow: 0 1px 1px rgba(0,0,0,0);
}
 .claimarea-right a.s-link {
     margin-bottom: 10px;
     display: block;
     text-align: center;
}
 .relatioship-review-left input[type="checkbox"]{
     margin: 12px 5px 0 0;
}
 .relatioship-review-left .chkbox-txt {
     padding: 0 25px 0 0;
}
 .relatioship-review-left p {
     color: #909090;
    font-size: 16px;
    font-weight: normal;
     margin-bottom: 25px;
}
 .submit-review-left {
     text-align: center;
}
 .submit-review-left .imgarea {
     background: #ebecea;
     border-radius: 100%;
     position: relative;
     width: 60px;
     height: 60px;
     text-align: center;
     display: inline-block;
     line-height: 50px;
}
 .submit-review-left .imgarea .camera {
     width: 32px;
     height: 32px;
     position: absolute;
     right: 0;
     bottom: 10px;
}
 .submit-review-left .imgarea .profile-img {
     margin-top: 25px;
}
 .submit-review-left .txtarea {
     width:100%;
     float: left;
}
 .submit-review-left .txtarea {
     width: 100%;
     text-align: center;
     margin-top: 20px;
    font-family: 'Segoe UI';
     font-size:13px;
     color: #838383;
     font-weight: normal;
}
 .submit-review-left .txtarea h3 {
     font-family: 'Nexa';
     color: #051627;
     font-size:23px;
     font-weight: bold;
     margin: 0 
}
 .submit-review-right h4 {
     font-weight:600;
     color: #424242;
     font-size:16px;
     margin: 0 0 12px;
}
 .submit-review-right .sm-blk1 ul li {
     padding: 0 0 0 22px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 16px;
     background: url('../images/sm-icon1.png') 0 5px no-repeat;
     list-style: none;
    word-break: break-all;
}
 .submit-review-right .sm-blk2 ul li {
     padding: 0 0 0 22px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 16px;
     background: url('../images/sm-icon2.png') 0 5px no-repeat;
     list-style: none;
}
 .submit-review-right .sm-blk3 ul li {
     padding: 0 0 0 22px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 16px;
     background: url('../images/sm-icon3.png') 0 5px no-repeat;
     list-style: none;
}
 .submit-review-right .sm-blk4 ul li {
     padding: 0 0 0 0px;
     color: #424242;
     font-size:15px;
     font-weight: normal;
     margin: 0 0 16px;
     list-style: none;
}
 .submit-review-botarea {
     margin: 70px 0 0px;
     float: left;
     width: 100%;
}
 .submit-review-botarea img {
     /*margin-bottom: 20px;*/
     margin-bottom: 7px;
}
 .submit-review-botarea .btn1 {
     background: #fff;
     border: 2px solid #737373;
     padding: 9px 22px;
     border-radius:3px;
     font-family: 'Nexa';
     text-transform: uppercase;
     color: #737373;
     font-size:17px;
     font-weight: bold;
     margin-right: 10px;
}
 .submit-review-botarea .btn2 {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-family: 'Nexa';
     margin-top: 10px;
     margin-bottom: 35px;
     font-size:17px;
     color: #fff;
     letter-spacing: 2px;
     height: 45px;
     padding: 0 40px;
}
 .edit-profile-top .edit {
     padding: 2px 10px;
     background: #ededed;
     font-size:11px;
     color: #424242;
     float: right;
     text-transform: uppercase;
}
 .edit-profile-top .edit2 {
     float: none !important;
}
 .ylow-btn, .rm {
     padding: 5px 20px;
     border: 2px solid #e9b312;
     color: #e9b312;
     font-weight: bold;
     text-transform: uppercase;
     font-size:12px;
     border-radius:40px;
     margin-top: 30px;
     float: left;
}
 .rm{
    float: right;
    margin:4px;
}
 .ylow-btn:hover {
     background: #e9b312;
     color: #fff;
}
 .mid-area1 {
     width: 100%;
     float: left;
     padding: 20px 0;
}
 .mid-area1 input[type="text"], .mid-area1 input[type="email"] {
     height: 45px;
     background: #fdfdfd;
     border: 1px solid #e5e5e5;
    font-family: 'Segoe UI';
     font-weight: normal;
    /*color:#afafaf;
    */
     color:#000;
     font-size:16px;
     width: 100%;
     margin-bottom:20px;
     border-radius: 2px;
     padding: 0 10px;
}
 .mid-area1 input[type="submit"] {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-family: 'Nexa';
     font-size:17px;
     color: #fff;
     letter-spacing: 2px;
     height: 45px;
     padding: 0 60px;
}
 .mid-area1 label {
     font-family: 'Segoe UI';
     font-weight: normal;
     color: #424242;
     font-size:17px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
}
 .mid-area1 label span {
     color: #8a8a8a;
     font-size:14px;
}
 .mid-area1 select {
     border: 1px solid #e5e5e5;
    height: 45px;
     background: #fdfdfd;
     width: 100%;
    font-family: 'Segoe UI';
     font-weight: normal;
    /*color:#afafaf;
    */
     color:#000;
     padding: 0 10px;
     margin-bottom:20px;
}
 .edit-prof-btns .btn1 {
     border: 2px solid #828282;
     padding: 7px 20px;
     border-radius:30px;
     color: #545454;
     font-weight: bold;
     font-size:13px;
     background: none;
     text-transform: uppercase;
     margin-right: 8px;
     min-width: 150px;
}
 .edit-prof-btns .btn2 {
     border: 2px solid #d8a20a;
     padding: 7px 20px;
     border-radius:30px;
     color: #d8a20a;
     font-weight: bold;
     font-size:13px;
     background: none;
     text-transform: uppercase;
    min-width: 150px;
}
 .lowarea1 {
     width: 100%;
     float: left;
     padding: 20px 0;
     background: #fff;
     text-align: center;
}
 .lowarea1 a {
     display: inline-block;
     background: #e9b312;
     padding: 14px 30px;
     border-radius:3px;
     color: #fff;
     text-transform: uppercase;
    font-family: 'Nexa';
     font-weight:bold 
}
/*==========================*/
 .inner-existing-manager .container{
     background: #f9f9f9;
     margin-top: -30px;
     padding-top: 20px;
     margin-bottom: 40px;
     -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.08);
     -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.08);
     box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.08);
}
 .inner-existing-manager .container .claimarea-left {
     background: transparent;
}
 .inner-existing-manager .container .submit-review-right .sm-blk3 ul li {
     font-size:14px;
}
 .inner-existing-manager .container .ylow-btn {
     float: none;
     margin-left: 15px;
}
 .inner-existing-manager .container .exis-man-txt1 {
     padding-top: 40px;
     font-size:16px;
     font-weight: normal;
}
 .inner-existing-manager .container .exis-man-txt1:last-child {
     text-align: center;
}
 .inner-existing-manager .claimarea-left h3 {
     font-family: 'Nexa';
     color: #383f5d;
     font-weight:bold;
     font-size:25px;
}
 .inner-existing-manager .claimarea-left h3 span {
     color:#c69606;
     font-size:25px;
     font-weight: normal;
}
 .inner-existing-manager .container .comments {
     padding: 10px 0 40px;
    /*border-top:1px solid #e7e7e7;
    */
     margin-top: 30px;
}
 .inner-existing-manager .claimarea-left h3.gap1 {
     margin-bottom:30px;
}
 .inner-existing-manager .container .comments h4{
     color: #051627;
    font-weight:bold;
    font-family: 'Nexa';
    font-size:23px;
     margin: 20px 0 25px;
}
 .inner-existing-manager .container .comments .blok {
     width: 100%;
     float: left;
     padding-bottom: 40px;
     border-bottom: 1px solid #e7e7e7;
     color: #424242;
     font-size:15px;
     line-height: 22px;
     font-weight: normal;
     margin-bottom: 25px;
}
 .inner-existing-manager .container .comments .blok a {
     color: #e9b312;
}
 .inner-existing-manager .container .comments .blok .head1 {
     font-size:16px;
}
 .inner-existing-manager .container .comments .blok .lower {
     padding-top: 12px;
}
 .inner-existing-manager .container .claimarea-left {
     border-right:0px solid #e7e7e7;
}
 .inner-existing-manager .container .existing-manager-rgt .toparea{
     text-align: center;
}
 .inner-existing-manager .container .existing-manager-rgt .toparea .starpart img{
    /*width: 18%;
    */
}
 .inner-existing-manager .container .existing-manager-rgt .toparea .ylow-btn-rgt {
     float: none;
     padding: 10px 15px;
     margin: 25px 0 80px;
     display: inline-block;
}
 .inner-existing-manager .container .existing-manager-rgt .table-striped img {
     width: 15%;
}
 .inner-existing-manager .container .existing-manager-rgt .table-striped th {
     color: #d2a213;
     background: #fff;
     border-bottom: 1px solid #f6f1e7;
     border-top: 1px solid #f6f1e7;
     padding-top: 10px;
     padding-bottom: 10px;
     text-transform: uppercase;
}
 .inner-existing-manager .container .showmore {
     width: 170px;
     height: 74px;
     margin-left: -85px;
     left: 42%;
     bottom: 45px;
     position: absolute;
}
 .inner-existing-manager .toparea .edit-profile-top .sm-blk1, .inner-existing-manager .toparea .edit-profile-top .sm-blk2, .inner-existing-manager .toparea .edit-profile-top .sm-blk3, .inner-existing-manager .toparea .edit-profile-top .sm-blk4{
     min-height: 50px;
}
 .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk1, .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk2, .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk3, .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk4{
     min-height: 30px;
}
/*============21-12==============*/
 .thankyou-letter {
     border: 1px solid #333;
     padding: 20px 20px 0;
     margin-bottom: 30px;
}
 .thankyou-letter a {
     color: #e9b312;
     text-decoration: underline;
     font-weight: bold;
}
 .thankufrm input[type="email"] {
     height: 45px;
     background: #fdfdfd;
     border: 1px solid #e5e5e5;
    font-family: 'Segoe UI';
     font-weight: normal;
     color:#757575;
     font-size:16px;
     width: 100%;
     margin-bottom:20px;
     border-radius: 2px;
     padding: 0 10px;
}
 .thankufrm input[type="button"], .thanku-goprofile input[type="button"] {
     border: 0;
     background: #e9b312;
     border-radius:3px;
     font-weight:bold;
     text-transform: uppercase;
     font-family: 'Nexa';
     font-size:15px;
     color: #fff;
     letter-spacing: 2px;
     height: 45px;
     padding: 0 20px;
}
 .thanku-social {
     font-size:14px;
     padding-top: 10px;
     font-weight: normal;
}
 .thanku-social img {
     border-radius:100%;
     width:25px;
}
 .thanku-goprofile {
     padding-top: 25px;
}
 .dashboard-gap1 {
     font-size:22px !important;
     padding-left: 35px;
}
 .ylow-btn-dashboard {
     margin-left: 0 !important;
}
 .dashboard-top-right {
     font-weight: normal;
}
 .dashboard-top-right h4 {
     font-weight: 600;
}
 .inner-existing-manager .container .claimarea-left-dashboard {
     border:0;
     padding:20px 0 0 !important;
}
 .inner-existing-manager .container .claimarea-left-dashboard .toparea {
     margin-bottom: 20px;
     float: left;
}
 .dashboard-blok1 {
     width: 100%;
     float: left;
     background: #fff;
     border-top:1px solid #ededed;
}
 .dashboard-blok1 .left {
     color: #424242;
     font-size:15px;
     line-height: 21px;
     font-weight: normal;
     border-right:1px solid #ededed;
    padding: 25px 20px;
}
 .dashboard-blok1 .left h3 {
     color: #424242;
     font-size:18px;
     font-weight:600;
     margin:0 0 10px;
}
 .dashboard-blok1 .left p {
     margin-bottom: 20px;
}
 .dashboard-blok1 .left .top {
     margin-bottom: 20px;
     padding: 0 25px;
     float: left;
     width: 100% 
}
 .dashboard-blok1 .left .top .row {
     margin-bottom: 8px;
}
 .dashboard-blok1 .left .mid {
     padding: 0 25px;
    float: left;
    width: 100% 
}
 .dashboard-blok1 .left .mid .btn1 {
     padding: 6px 20px 4px;
     border: 2px solid #2886d5;
     color: #2886d5;
     font-size:14px;
     text-transform: uppercase;
     border-radius:40px;
     display: inline-block;
     font-weight:bold;
    font-family: 'Nexa';
     margin-right: 5px;
}
 .dashboard-blok1 .left .mid .btn1:hover {
     background: #2886d5;
     color: #fff;
}
 .dashboard-blok1 .left .mid .btn2 {
     padding: 6px 20px 4px;
     border: 2px solid #737373;
     color: #737373;
     font-size:14px;
     text-transform: uppercase;
     border-radius:40px;
     display: inline-block;
     font-weight:bold;
    font-family: 'Nexa';
     margin-right: 5px;
}
 .dashboard-blok1 .left .mid .btn2:hover {
     background: #737373;
     color: #fff;
}
 .dashboard-blok1 .left .mid .btn3 {
     padding: 6px 20px 4px;
     border: 2px solid #e9b312;
     color: #e9b312;
     font-size:14px;
     text-transform: uppercase;
     border-radius:40px;
     display: inline-block;
     font-weight:bold;
    font-family: 'Nexa';
     margin-right: 5px;
}
 .dashboard-blok1 .left .mid .btn3:hover {
     background: #e9b312;
     color: #fff;
}
 .dashboard-blok1 .left .mid .btn4 {
     padding: 6px 20px 4px;
     border: 2px solid #e35f25;
     color: #e35f25;
     font-size:14px;
     text-transform: uppercase;
     border-radius:40px;
     display: inline-block;
     font-weight:bold;
    font-family: 'Nexa';
     margin-right: 5px;
}
 .dashboard-blok1 .left .mid .btn4:hover {
     background: #e35f25;
     color: #fff;
}
 .dashboard-blok1 .left .mid .btngroup {
     margin-top: 45px;
     margin-bottom: 15px;
}
 .dashboard-blok1 .right {
     padding: 25px 15px;
     font-weight: normal;
}
 .dashboard-blok1 .right td {
     border-top: 1px solid #ededed;
     background: #fff;
}
 .dashboard-blok1 .right table {
     border: 1px solid #ededed;
}
 .dashboard-blok1a {
     background: none;
}
 .dashboard-lower1 {
     width: 100%;
     padding:0 0 25px 0;
     background: #f8f8f8;
     margin-top: -25px;
}
 .dashboard-lower1 .container {
     background: #f5f5f5;
}
 .dashboard-lower1 .left {
     color: #424242;
     font-size:17px;
     border-left:3px solid #e9b312;
     padding-left: 25px;
     font-weight: normal;
}
 .dashboard-lower1 .left a {
     color: #dba400;
}
 .dashboard-lower1 .right a {
     padding: 12px 22px;
     font-weight:bold;
     font-size:17px;
     color: #444;
     border: 2px solid #444;
     margin-top:25px;
     float: left;
     background: #dcdcdc;
}
 .dashboard-lower1 .container .ylow-row {
     background: #e9b312;
     padding: 30px 0;
     width: 100%;
     float: left;
     margin-top: 30px;
     margin-bottom: 35px;
}
 .dashboard-lower1 .container .ylow-row .left {
     border-left:0;
     padding-left:50px;
}
 .dashboard-lower1 .container .ylow-row .left h4 {
     color: #fff;
     font-size:25px;
    font-family: 'Nexa';
    font-weight: bold;
     margin: 0px;
}
 .dashboard-lower1 .container .ylow-row .left p {
     color: #fff;
     font-size:17px;
    font-family: 'Nexa';
    font-weight: normal;
}
 .dashboard-lower1 .container .ylow-row .right form input[type="text"] {
     width:72%;
     background:#fff url('../images/email-icon.png') 15px 20px no-repeat;
     font-weight: normal;
     color: #79797a;
     font-size:15px;
     min-height: 48px;
     border-radius: 45px;
     letter-spacing: -1px;
    border: 0;
     padding: 0 9% 0 40px;
    position: relative;
     margin-left:0px;
}
 .dashboard-lower1 .container .ylow-row .right form input[type="submit"] {
     width:32%;
     background:#444;
     font-weight: bold;
     color: #fff;
     font-size:15px;
     min-height: 48px;
     border-radius: 45px;
     letter-spacing: -1px;
     text-transform: uppercase;
     border: 0;
    position: relative;
     margin-left: -50px;
     z-index: 1;
}
 .btnarea2 {
     padding: 4px 10px;
     border: 1px solid #e9b312;
     margin-right: 8px;
     color: #918c7d !important;
     border-radius:15px;
     min-width: 100px !important;
     display: inline-block;
     text-align: center;
}
 #comments textarea {
     resize: none;
     width: 100%;
     height: 80px;
}
/*==========================*/
 .error-red .help-block {
    color: #ff0000;
     padding-left: 15px;
     margin-top: -7px;
     font-weight: normal;
}
 .inner-existing-manager .container{
     background: #f9f9f9;
     margin-top: -30px;
     padding-top: 20px;
     margin-bottom: 40px;
     -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.08);
     -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.08);
     box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.08);
}
 .inner-existing-manager .container .claimarea-left {
     background: transparent;
}
 .inner-existing-manager .container .submit-review-right .sm-blk3 ul li {
     font-size:14px;
}
 .inner-existing-manager .container .ylow-btn {
     float: none;
     margin-left: 15px;
    margin-top: 5px;
    display: inline-block;
}
 .inner-existing-manager .container .exis-man-txt1 {
     padding-top: 40px;
     font-size:16px;
     font-weight: normal;
}
 .inner-existing-manager .claimarea-left h3 {
     font-family: 'Nexa';
     color: #383f5d;
     font-weight:bold;
     font-size:25px;
}
 .inner-existing-manager .claimarea-left h3 span {
     color:#c69606;
     font-size:25px;
     font-weight: normal;
}
 .inner-existing-manager .container .comments {
     padding: 10px 0 40px;
    /*border-top:1px solid #e7e7e7;
    */
     margin-top: 30px;
     width: 100%;
     float: left;
}
.inner-existing-manager .container .comments i {
    margin: 0 10px 0 0;
}
 .inner-existing-manager .claimarea-left h3.gap1 {
     margin-bottom:30px;
}
 .inner-existing-manager .container .comments h4{
     color: #051627;
    font-weight:bold;
    font-family: 'Nexa';
    font-size:23px;
     margin: 20px 0 25px;
}
 .inner-existing-manager .container .comments .blok {
     width: 100%;
     float: left;
     padding-bottom: 40px;
     border-bottom: 1px solid #e7e7e7;
     color: #424242;
     font-size:15px;
     line-height: 22px;
     font-weight: normal;
     margin-bottom: 25px;
}
 .inner-existing-manager .container .comments .blok a {
     color: #e9b312;
}
 .inner-existing-manager .container .comments .blok .head1 {
     font-size:16px;
}
 .inner-existing-manager .container .comments .blok .lower {
     padding-top: 12px;
}
 .inner-existing-manager .container .existing-manager-rgt {
     border-left:1px solid #e7e7e7;
}
 .inner-existing-manager .container .existing-manager-rgt .toparea{
     text-align: center;
}
 .inner-existing-manager .container .existing-manager-rgt .toparea .starpart img{
     width: 18%;
}
 .inner-existing-manager .container .existing-manager-rgt .toparea .ylow-btn-rgt {
     float: none;
     padding: 10px 15px;
     margin: 25px 0 80px;
     display: inline-block;
}
 .inner-existing-manager .container .existing-manager-rgt .table-striped img {
     width: 15%;
}
 .inner-existing-manager .container .existing-manager-rgt .table-striped th {
     color: #d2a213;
     background: #fff;
     border-bottom: 1px solid #f6f1e7;
     border-top: 1px solid #f6f1e7;
     padding-top: 10px;
     padding-bottom: 10px;
     text-transform: uppercase;
}
 .inner-existing-manager .container .showmore {
     width: 170px;
     height: 74px;
     margin-left: -85px;
     left: 42%;
     bottom: 45px;
     position: absolute;
}
 .inner-existing-manager .toparea .edit-profile-top .sm-blk1, .inner-existing-manager .toparea .edit-profile-top .sm-blk2, .inner-existing-manager .toparea .edit-profile-top .sm-blk3, .inner-existing-manager .toparea .edit-profile-top .sm-blk4{
     min-height: 50px;
}
 .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk1, .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk2, .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk3, .inner-existing-manager .toparea .edit-profile-top .row-head .sm-blk4{
     min-height: 30px;
}
 .qa{
     padding:5px;
}
 .qa li{
    color:#fff;
    background: #f6f6f6;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9b312;
    overflow: hidden;
}
 .qa li p{
    color:#444;
    padding:10px;
}
 .qa li p:nth-child(1){
    background: #e9b312;
    color: #fff;
    padding:8px 10px;
}
 .qa .hidee{
    display: none;
}
 .n_message{
     padding: 3% 0;
    text-align: center;
}
 .n_message p{
     font-size:18px;
    color: #000;
}
 .company_modal_list{
    padding:20px 15px 15px !important;
}
 .company_modal_list:nth-child(odd){
    background: #f6f6f6;
    margin-bottom:15px;
}
 .ex_ligh{
    height: 280px;
    overflow-y: scroll;
    float: left;
    /*width: 96%;
    margin: 16px;
    border: 1px solid #f0f0f0;
    padding:0;
    */
}
 .ui-autocomplete {
     position: absolute !important;
}
 .dropdown-menu-cust {
     left: inherit;
     right: 0;
     /*top: 110%;*/
     top: 60px;
}
 .dropdown-arrow-top {
     cursor: pointer;
}
 .manager-profile-left-comments p{
     margin-bottom: 20px;
}
 .welcome-name, .welcome-name:hover {
     color: #e9b312;
     font-size:16px;
     font-weight: bold;
}
.inner-existing-manager .container .existing-manager-rgt.mobile_only,
header .top-btnarea.mobile_only {
         display: none;
     }

.forgot-pass-msg {
height:80vh;
}


 @media (min-width: 1920px) {
     .carousel .item img {
         width: 100%;
    }
}
 @media (max-width: 1199px) {
     .owl-prev {
        left: 0 !important;
    }
     .owl-next {
        right:0 !important;
    }
     .mid2 .work1 .arrow, .mid2 .work2 .arrow, .mid2 .work3 .arrow {
        display:none;
    }
     .mid2 .work1 {
         width: 600px;
         margin: 0 auto;
         position: relative;
         left:0;
         top:0;
         height: 375px;
    }
     .mid2 .work2 {
         width: 600px;
         margin: 0 auto;
         position: relative;
         left:0;
         top:0;
    }
     .mid2 .work3 {
         width: 600px;
         margin: 0 auto;
         position: relative;
         left:0;
         top:0;
    }
     .mid2 .work4 {
         width: 600px;
         margin: 0 auto;
         position: relative;
         left:0;
         top:0;
    }
     .mid2 .work5 {
         width: 600px;
         margin: 0 auto;
         position: relative;
         left:0;
         top:0;
    }
     .btnarea-search-manager-list {
         text-align: center;
    }
}
 @media (max-width: 1024px) {
     .carousel .item img {
        margin: 0px auto 0 -300px;
    }
     .thanku-social span {
         display: block;
    }
     .thanku-social {
         text-align: center;
    }
}
 @media (max-width: 991px) {
     .carousel .item img {
        margin: 0px auto 0 -470px;
    }
     .inner-head form {
         margin-top: 20px;
    }
     .inner-head form input[type="submit"] {
         width: 100px;
        margin-left: 0;
        font-size: 11px;
        letter-spacing: 0px;
        float: right;
        top: -48px;
    }
}
 @media (max-width: 767px) {
     .logo-main {
        text-align: center;
    }
     header .top-btnarea {
        text-align: center;
    }
     .carousel .carousel-caption {
        top: 160px;
        left: 0;
        width: 100%;
        margin-left: 0;
        z-index: 1;
    }
     .carousel {
        height: 550px;
    }
     .carousel .carousel-caption h1 {
        font-size: 3.5vw;
    }
     .carousel .carousel-caption form {
        width: 100%;
    }
     .carousel .carousel-caption .line {
        width:100vw;
    }
     .carousel .carousel-caption .top-head2 {
        font-size: 7.5vw;
    }
     .mid2 .work1 {
         width: 100%;
         background-position: 50% 0;
         height: 500px;
    }
     .mid2 .work1 .txtarea {
         position: relative;
        width: 100%;
        text-align: center;
         margin-top:inherit;
         margin-right: inherit;
         float: none;
        top: 370px;
    }
     .mid2 .work2 {
         width: 100%;
         background-position: 50% 0;
         height: 620px;
    }
     .mid2 .work2 .txtarea {
         position: relative;
        width: 100%;
        text-align: center;
         margin-top:inherit;
         margin-right: inherit;
         float: none;
        top: 450px;
    }
     .mid2 .work3 {
         width: 100%;
         background-position: 50% 0;
         height: 600px;
    }
     .mid2 .work3 .txtarea {
         position: relative;
        width: 100%;
        text-align: center;
         margin-top:inherit;
         margin-right: inherit;
         float: none;
        top: 420px;
    }
     .mid2 .work4 {
         width: 100%;
         background-position: 50% 0;
         height: 600px;
    }
     .mid2 .work4 .txtarea {
         position: relative;
        width: 100%;
        text-align: center;
         margin-top:inherit;
         margin-right: inherit;
         float: none;
        top: 420px;
    }
     .mid2 .work5 {
         width: 100%;
         background-position: 50% 0;
         height: 600px;
    }
     .mid2 .work5 .txtarea {
         position: relative;
        width: 100%;
        text-align: center;
         margin-top:inherit;
         margin-right: inherit;
         float: none;
        top: 420px;
    }
     footer .left {
         text-align: center;
    }
     footer .right {
         text-align: center !important;
    }
     .carousel .item img {
         margin: 0px auto 0 -700px;
    }
     .inner-head form {
         margin-top: 20px;
    }
     .inner-head form input[type="submit"] {
         width: 140px;
        margin-left: 0;
        font-size: 11px;
        letter-spacing: 0px;
        float: right;
        top: 0;
        margin-left: -50px;
    }
     .inner-top-btnarea {
         padding-bottom: 60px;
    }
     .inner-mid1 .blok1 .t-r {
         text-align: left !important;
    }
     .inner-mid1 .blok1 .col-sm-6:first-child {
         padding-bottom: 10px;
    }
     .inner-mid1 .low-sec .blok2 textarea {
         height: 70px;
    }
     .claimarea-right {
         padding-right:15px !important;
    }
     .search-manager-show-btn {
         margin-bottom: 25px;
    }
     .search-manager-lists-cont-outer, .manager-profile-lists-cont-outer {
         width: 98%;
         overflow-x: scroll;
         padding: 0 10px;
    }
     .search-manager-lists-cont, .manager-profile-lists-cont {
         width:700px !important;
         float: left !important;
    }
     .manager-profile-lists-cont .sm-blk1, .manager-profile-lists-cont .sm-blk2, .manager-profile-lists-cont .sm-blk3 {
         width: 225px;
    }
     #invite_email_frm {
         text-align: center;
    }
     .inner-head form {
         text-align: center;
    }
     .inner-head form input[type="submit"] {
         margin: 15px 0 0 0;
         top: -63px;
         float: right;
         width: 100px;
    }
     .inner-existing-manager .container .claimarea-left .table_outer {
         overflow: scroll;
     }
     .dd_block .dropdown-menu-cust {
         z-index: 99999;
         left: 0;
         margin: 0px auto;
         width: 150px;
     }  
     .inner-existing-manager .container .comments .blok .col-xs-12 {
         padding: 0px;
     }
     #review_modal tr {
         border-top: 1px solid #e7ecf1;
     }
     #review_modal td {
         width: 100%;
         float: left;
         border: none;
     }
     .inner-existing-manager .container .existing-manager-rgt.mobile_only {
         display: block;
         border: none;
         margin: 25px 0 0 0;
     }
     header .top-btnarea.mobile_only {
         display: block;
     }
     .inner-existing-manager .container .existing-manager-rgt.mobile_only_2,
     header .top-btnarea.mobile_only_2 {
         display: none;
     }
     header .logo-area .logo-main {
         margin-top: 16px;
     }
     .inner-head .logo-main {
        padding: 10px 5px;
     }
     header .signin,
     header .signup {
         padding: 6px;
         font-size: 11px;
     }
     
     .search-manager-lists-cont .head, .search-manager-lists-cont .content {
	 	width: 100%; float: left;
	 }
     
     .search-manager-lists-cont .head .sm-blk1, .search-manager-lists-cont .head .sm-blk2, .search-manager-lists-cont .head .sm-blk3 {
	 	border: 0px solid #c6c6c6; /*float: none;*/ display: table-cell; border-bottom: 0;

	 }
	 
	 .search-manager-lists-cont .content .sm-blk1, .search-manager-lists-cont .content .sm-blk2, .search-manager-lists-cont .content .sm-blk3 {
	 	/*border: 0px solid #c6c6c6; float: none;*/ display: table-cell; border-top: 0;
	 }
     
     .search-manager-lists-cont .head  h4 {
	 	margin: 8px 0 !important;
	 }
     
}
 @media (max-width: 576px) {
     .carousel .carousel-caption form {
        width: 300px;
    }
     .carousel .carousel-caption form input[type="text"] {
         width: 100%;
        margin-left: 0;
    }
     .carousel .carousel-caption form input[type="submit"] {
         width: 100px;
        margin-left: 0;
        font-size: 11px;
        letter-spacing: 0px;
        float: right;
        top: -53px;
    }
     .carousel .item img {
         margin: 0px auto 0 -820px;
    }
     .inner-head form input[type="text"] {
         width: 100%;
    }
     .relatioship-review-left input[type="button"] {
         padding: 0 15px;
    }
     .mid2 {
         padding-bottom:140px;
    }
}
 @media (max-width: 360px) {
     .mid2 .work4, .mid2 .work5 {
        background-size:100%;
    }
     .mid2 .work5 {
         height:500px;
    }
     .mid2 .work5 .txtarea {
        top: 360px;
    }
     .mid2 .work4 .txtarea {
         top: 380px;
    }
}
