
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body{font:400 16px/24px 'Roboto', sans-serif;}

.title1{font:700 45px/47px 'Roboto', sans-serif; color:#444}
.title2{font:700 30px/32px 'Roboto', sans-serif; margin:0 0 18px; color:#444}
.title3{font:700 24px/28px 'Roboto', sans-serif; color:#444; margin-top:0}
.title4{font:700 22px/26px 'Roboto', sans-serif; color:#444}
.title5{font:700 20px/25px 'Roboto', sans-serif; color:#444}
.title6{font:700 18px/22px 'Roboto', sans-serif; color:#444}
p{font:16px/24px 'Roboto', sans-serif; color:#444}
.last-para{margin:0}
.para-lrg{font:18px/24px 'Roboto', sans-serif; color:#444; margin:0 0 20px}
a{color:#444}
.section{padding:50px 0}
.img-responsive{margin:auto;}

.roboto-normal{font-weight:400 !important}
.color-green{color:#73bc77 !important}
.bg-gray-light{background:#fafafa;}
.no-float{float:none !important}
.font-18{font-size:18px !important}

.pad-top-50{padding-top:50px !important}
.pad-top-30{padding-top:30px !important}
.pad-bottom-50{padding-bottom:50px !important}
.mar-bottom-50{margin-bottom:50px !important}

/********** File upload btn Starts **********/
input[type=file] {
  cursor: pointer;
  width: 190px;
  height: 45px;
  overflow: hidden;
}

input[type=file]:before {
  width: 190px;
    height: 45px;
    content: 'Upload Logo';
    display: inline-block;
    border: 0;
    background: #5cb85c;
    color: #000;
    font: 400 18px 'Roboto', sans-serif;
    padding: 10px 10px;
    text-align: center; border-radius:3px;
}

input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
/********** File upload btn Ends **********/

/********** Check box Starts **********/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2a2a2a; font-weight:400;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #73bc77;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #73bc77;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/********** Check box Ends **********/

/********** Tooltip Starts **********/
.tooltip.top{opacity:1}
.tooltip-icon{background:transparent; border:1px solid #73bc77; border-radius:50%; width:20px; height:20px; font:700 12px 'Roboto', sans-serif; line-height:0; color:#73bc77; display:inline-block; padding:2px 0 0;}

.tooltip-inner{font:700 10px 'Roboto', sans-serif; background:#f7f1a3; color:#505050; padding:5px 7px}
.tooltip.top .tooltip-arrow{}
/********** Tooltip Ends **********/

.border-btn{border:2px solid #7e7e7e; background:transparent; min-width:262px; padding:22px 10px; color:#2a2a2a; border-radius:3px; font:17px 'Roboto', sans-serif;}
.border-btn:hover{background:#eeeeee}
@media (max-width: 1200px){
    .border-btn{min-width:210px}
}
@media (max-width:767px){
    .border-btn{font-size:17px}
    .btn-area .border-btn-sml, .btn-area .border-btn-sml-gray{width:100%; font-size:15px !important; margin:5px 0}

}
@media (max-width:480px){
    .border-btn-sml, .border-btn-sml-gray{padding:16px 10px !important; font-size:13px !important; margin:5px 0}
    .my-form .delete-btn{margin:0 0 0 6px !important}
    .btn-green{min-width:auto !important}
}

.border-btn-sml, .border-btn-sml:focus{display:inline-block; font:700 14px 'Roboto', sans-serif; color:#73bc77; text-decoration:none; border:1px solid #73bc77; border-radius:3px; padding:16px 30px; background:transparent; min-width:135px}
.border-btn-sml:hover{background:#73BC77; color:#fff; text-decoration:none}
.border-btn-sml-gray{font:700 14px 'Roboto', sans-serif; color:#686868; text-decoration:none; border:1px solid #979797; border-radius:3px; padding:16px 30px; background:transparent}
.border-btn-sml-gray:hover{background:#979797; color:#fff}

.fill-green{background:#5cb85c; border-color:#5cb85c}
.fill-green:hover{background:#4e9c52; border-color:#4e9c52; color:#fff}
.fill-gray{background:#aeaeae !important;}
.fill-gray:hover{background:#a0a0a0 !important;}

.btn-green{border-radius:3px; background:#73bc77; margin:0 0 5px; font:700 16px 'Roboto', sans-serif; color:#000; width:auto; display:inline-block; text-align:center; min-width:190px; border:0; padding:15px}
.btn-green:hover, .btn-green:focus{background:#4e9c52; color:#fff; text-decoration:none}

.btn-green-lrg{background:#a2c066; color:#fff !important; font:700 28px 'Roboto', sans-serif; display:inline-block; padding:43px 10px; width:100%; text-align:center}
.btn-green-lrg:hover{background:#6e8a36; color:#fff; text-decoration:none}
.link-arrow{font:700 18px 'Roboto', sans-serif; color:#000; text-transform:uppercase; display:inline-block}
.link-arrow svg{position:relative; top:4px; left:5px; fill:#000;}
.link-arrow:hover{color:#2c8530; text-decoration:none}
.link-arrow:hover svg{fill:#2c8530}
a, a svg{ -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
.link-btn{font:18px 'Roboto', sans-serif; color:#73bc77; display:inline-block; background:none; border:0; text-decoration:underline;}
.link-btn:hover, .link-btn:focus{color:#2c8530; }
.link-btn:hover, .link-btn:focus{ outline:0}


.normal-modal{padding:0 !important;}
.normal-modal .close{color:#73bc77; opacity:1; font-size:40px;}
.normal-modal .modal-content{border-radius:0}
.normal-modal .modal-dialog{max-width:1200px; width:90%; top:10%}
.normal-modal .modal-header{padding:30px 30px 0px; border:0;}
.normal-modal .modal-header .title2{color:#73bc77}
.normal-modal .modal-body{padding:0px 30px 30px}

.normal-modal .modal-dialog-centered{top:0}

@media (max-width:991px){
    .normal-modal .modal-content{width:100%}
}
@media (max-width: 768px){
    .normal-modal .modal-dialog {margin: 10px auto;}
    .normal-modal .modal-body{padding:0px 15px 0px}
    .normal-modal .modal-header{padding:30px 10px 0}
    .normal-modal .close{position:absolute; top:2px; right:10px}
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*commented on 6th june 2019*/
    /*min-height: calc(100% - (.5rem * 2));*/
}

/******************** Yello Panel Starts ********************/
.yellow-panel{background:#f7f1a3; padding:18px; width:100%; display:block; text-align:center; margin:28px 0}
.yellow-panel .title5{margin:0; line-height:24px; text-transform:uppercase;}
.yellow-panel .title5 span{font-size:20px; font-weight:400; text-transform:capitalize; margin:0 0 0 35px}
.yellow-panel .title5 a{color: #444}
.yellow-panel .title5 a:hover{color:#73BC77}
@media screen and (max-width:991px){
    .yellow-panel .title5 span{margin:0 0 0 20px}
}
@media screen and (max-width:600px){
    .yellow-panel .title5 span{margin:0; display:block;}
}
/********************* Yello Panel Ends *********************/


/******************** img-with-title Starts ********************/
.img-with-title{-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 31, 0.20);
-moz-box-shadow:    0px 5px 7px 0px rgba(0, 0, 31, 0.20);
box-shadow:         0px 5px 7px 0px rgba(0, 0, 31, 0.20); margin:0 0 30px}
.img-with-title .cont-block{padding:20px}
.img-with-title .cont-block .title3{margin-top:0}
.img-with-title .cont-block .name{color:#757575}

.bnr-with-article{display:-ms-flexbox;display:-moz-box; display:-webkit-flex; display:-webkit-box; display:flex;}
.bnr-with-article .stores-sec{height:100%; padding:0 0 30px}
.bnr-with-article .stores-sec .stories-list{height:100%; display:-ms-flexbox;display:-moz-box; display:-webkit-flex;display:flex; align-content:space-between; -ms-flex-wrap:wrap; flex-wrap:wrap;}


@media screen and (max-width:991px){
    .bnr-with-article{-ms-flex-flow:wrap; flex-flow:wrap;}
}

@media screen and (max-width:767px){
    .img-with-title .cont-block{padding:15px}
}
/********************* img-with-title Ends *********************/


/******************** left-img-head Starts ********************/
.left-img-head-out{margin-bottom:20px}
.left-img-head-block{border-bottom:1px solid #979797; padding:0 0 20px; margin:0 0 20px}
.left-img-head-area:last-of-type .left-img-head-block{margin:0}
.left-img-head-block img{float:left; margin:0 35px 0px 0; max-width:250px}
.left-img-head-block .title3{min-height:80px; max-height:80px; margin-top:0; margin-bottom:20px; text-transform: uppercase; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis;}
.left-img-head-block .nm{font-size:18px}
.left-img-head-block .tm{font-size:14px}
@media screen and (max-width:991px){
    .left-img-head-out .inn{margin-bottom:20px}
}
@media screen and (max-width:600px){
    .left-img-head-block img{margin-bottom:10px; float:none; width:100%; max-width:100%;}
    .left-img-head-block .title3{min-height:0}
}
/******************** left-img-head Ends ********************/


/******************** AI Sec Starts ********************/
.ai-sec-out .right-sec{margin-bottom:30px}
.ai-sec{margin:0 0 15px}
.ai-box{border-bottom:3px solid #73bc77; margin:0 0 35px}
.ai-box .title3{min-height:85px; margin-top:0; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden}
.ai-box p{font-size:14px}

@media screen and (max-width:991px){
    .ai-sec-out .right-sec{margin-bottom:50px}
}
@media screen and (max-width:767px){
    .ai-box .title3{min-height:0}
}
/******************** AI Sec Ends ********************/


/******************** Top Stories Sec Starts ********************/
.stories-list{padding:0; margin:0}
/*.stories-list li{list-style:none; margin:0 0 23px}*/
.stories-list .title2{width:100%}
.stories-list li{list-style:none; margin:0 0 14px; max-height:48px; width:100%; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis}
.stories-list li:last-of-type{list-style:none; margin:0}
.stories-list li a{font:500 14px 'Roboto', sans-serif; color:#444; word-break:break-word; }
.stories-list li a:hover{text-decoration:none; color:#73BC77}
.stories-list li a:focus{text-decoration:none; color:#444}

@media screen and (max-width:1199px){
    .stories-list li{margin:0 0 13px; line-height:20px}
    .stories-list li a{font-size:15px; word-break:normal;}
}
@media screen and (max-width:991px){
    .stories-list li{min-height:auto}
}
/******************** Top Stories Sec Ends ********************/


/******************** Featured Jobs Sec Starts ********************/
.ftrd-job-sec .title2 a{font:500 18px 'Roboto', sans-serif; text-transform: capitalize; color:#73bc77; margin:10px 0 30px; float:right}
.ftrd-job-list{padding:0; margin:0 0 30px}
.ftrd-job-list .title3, .ftrd-job-list p{color:#474747}
.ftrd-job-list .title3{margin:0 0 7px}
.ftrd-job-list li{border-bottom:1px solid #979797; padding:0 0 10px; margin:0 0 10px; list-style:none;}
.ftrd-job-list li:last-of-type{margin:0; padding:0; border:0}
.ftrd-job-list li img{float:left; margin:0 20px 0 0; border:1px solid #979797}
.side-ad{margin:0 auto}
@media screen and (max-width:767px){
    .ftrd-job-sec .title2 a{float:none; display:block; margin:0}
}
/******************** Featured Jobs Sec Ends ********************/


/******************** ftrd-company-sec Starts ********************/
/* modified padding:45px 0 to padding:30px 0 */
.ftrd-company-sec{background:#9dd09f; margin:0; padding:30px 0}
.cmpny-logo-list{padding:0; display:-webkit-box;display:-ms-flexbox;display:flex; align-items:center; flex-flow:wrap;}
.cmpny-logo-list li{float:left; width:16.666667%; padding:0 15px; list-style:none}
.cmpny-logo-list li img{}
.cmpny-logo-list li .title3{font-size:17px; font-weight:400; margin:7px 0 0; line-height:18px}

@media screen and (max-width:991px){
    .cmpny-logo-list li{width:33.3%; margin:10px 0}
}
@media screen and (max-width:650px){
    .cmpny-logo-list li .title3{font-size:13px; line-height:18px}
    .cmpny-logo-list{padding:0 5px}
    .cmpny-logo-list li{width:auto; margin:10px auto; display:inline-block; vertical-align:top; float:none; padding:0 10px; width:49%}
    .cmpny-logo-list li img{width:100%}
}
/******************** ftrd-company-sec Ends ********************/


/******************** Promot-box Sec Starts ********************/
.promot-box{border-top:13px solid #73bc77; background:#d5ead6; padding:30px}
.promot-box .title2{line-height:30px; margin:0 0 25px}
.promot-box-cont{margin:0 0 36px}
.promot-box-cont .title3{margin:0 0 15px; line-height:20px; font-size:22px; text-transform:uppercase;}
@media screen and (max-width:991px){
    .promot-box{margin:0 0 30px}
}
/******************** Promot-box Sec Ends ********************/


/******************** event-area Sec Starts ********************/
.event-area{} 
.event-area .title2 a{float:right; font-size:17px; text-transform:capitalize; color: #444}
.event-area .title2 a:hover{color:#73bc77}
.home-event-box{border:3px solid #73bc77; padding:8px; max-width:400px; margin:auto;}
/*.event-box-top{border-bottom:1px solid #73bc77; padding:0 0 15px; margin:0 0 15px}*/
.event-box-top{padding:0 0 15px;}
.event-box-btm{border-top:1px solid #73bc77;padding:8px 0 5px 0;}
.event-box-top img{float:left; max-width:50%; margin:0 10px 10px 0;}
.event-box-top .title3{font:500 19px/24px 'Roboto', sans-serif; color:#73bc77; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden;}
.event-place-name{padding:0; margin:0; position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;}
.event-place-name li{float:left; list-style:none; font:400 17px 'Roboto', sans-serif; display:flex;color: #000;}
/*removed border-right:1px solid #000; 4th june*/
.event-place-name li:nth-child(1){ padding:0 5px 0 0; margin:0 5px 0 0; display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;}
.event-place-name li:nth-child(2){min-width:125px}
.home-event-list{padding:0; margin:0 0 15px}
.home-event-list:last-of-type{margin:0 0 10px}
.home-event-list li{list-style:none;color: #000;}
.home-event-list .title3{font:500 19px/24px 'Roboto', sans-serif; color:#73bc77; margin:0; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;}
/*removed border-right:1px solid #000; 4th june*/
.home-event-list li:nth-child(2) span:nth-child(1){ padding:0 5px 0 0; margin:0 5px 0 0}
.home-event-list li:nth-child(2) span{display:flex; min-width:125px}
.home-event-list li span{line-height:20px; font-size:17px}
.home-event-list .place-date{position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;}
.home-event-list .place-date span:nth-child(1){display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;}
/******************** event-area Sec Ends ********************/



/*******************===== Pricing Page Starts =====********************/
.border-btn-lrg{font:20px 'Helvetica-bold'; color:#000; border:2px solid #73bc77; padding:15px 10px; display:block; width:100%; margin:0 0 10px}
.border-btn-lrg:hover{color:#000; text-decoration:none}
.border-btn-lrg .link-btn{float:right}
@media screen and (max-width:767px){
    .border-btn-lrg .link-btn{float:none; display:block; padding:0; margin:5px 0 0;}
}

.simple-pricing-sec .title2{margin:0px}
.price-add-box-out{display:flex}
.price-add-box{margin:0 0 30px}
.price-add-box #cart-form{height:100%}
.price-add-box .btn-green{width:100%}
.price-add-box .inn{background:#fcfae3; padding:30px 20px; height:100%; display:flex; flex-direction:column; justify-content:space-between}
.price-add-box .title2{font-size:28px; font-weight:400; margin:0 0 5px}
.price-add-box .form-control{border-color:#73bc77; border-radius:0; padding:6px 40px 6px 12px; height:39px; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.price-add-box .arrow-down{position:relative}
.price-add-box .arrow-down:after{width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent;
  border-top:8px solid #73bc77; content:""; position:absolute; top:16px; right:20px; z-index:999; pointer-events:none;}
.price-add-box .input-group-addon{font:700 22px 'Roboto', sans-serif; color:#000; padding:6px 0 6px 10px; border:0; background:transparent}
.price-add-box .strike{position:relative; color:#757575; font-weight:400}
.strike:before{content:" "; display:block; width:80%; border-top:4px solid #d0021b; height:12px; position:absolute; bottom:11px; left:10px; transform:rotate(-45deg); right:0; margin:auto;}
.price-add-box .form-group{margin:0px 0 60px; position:relative}
.price-add-box .para-lrg{min-height:140px}
.premium-tag{font:700 12px 'Roboto', sans-serif; color:#4a7f1f; text-align:center; display:block; position:absolute; top:100%; margin:10px auto; right:0; left:0;}

.price-detail{text-align:right;}
.price-detail .title4{font-weight:400}
.price-total .title4{font-weight:700; color:#212121}
.check-out-btn{width:auto; font-size:22px; min-width:312px; margin:25px 0 0}

@media screen and (max-width:991px){
    .price-add-box-out{display:block}
    .price-add-box .para-lrg{min-height:0}
}
@media screen and (max-width:767px){
    .price-add-box .para-lrg{min-height:60px}
}
@media screen and (max-width:600px){
    .price-detail .title4{font-size:14px}
}
@media screen and (max-width:450px){
    .price-detail .row:nth-child(1) div:nth-child(1), .price-detail .row:nth-child(2) div:nth-child(1), .price-detail .row:nth-child(1) div:nth-child(2), .price-detail .row:nth-child(2) div:nth-child(2){width:65%; padding:0 10px 0 15px}
    .price-detail .title4{margin:0}
    .price-detail .row{margin-bottom:15px}

    .price-detail .row:nth-child(1) div:nth-child(2), .price-detail .row:nth-child(2) div:nth-child(2){}
    .price-detail .row:nth-child(1) div:nth-child(3), .price-detail .row:nth-child(2) div:nth-child(3){display:block; width:35%; padding:0 15px 0 10px}
    .price-total div:nth-child(1){width:65%}
    .price-total div:nth-child(2){width:35%}
    .price-detail .check-out-btn{font-size:15px}
    .check-out-btn{min-width:200px}
}
/*******************===== Pricing Page Ends =====********************/


/*******************===== Profile Page Starts =====********************/
.form-sec{margin-bottom:70px}
.form-sec input[type=file]{margin:0 0 25px}
.form-sec .main-head{margin:0 0 25px}
.form-sec .main-head .title2, .form-sec .main-head .title3{margin-top:0; margin-bottom:10px}
.my-form .form-control{border:1px solid #979797; border-radius:3px; padding:20px 10px; font:15px 'Roboto', sans-serif; color:#2a2a2a; -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
 .my-form input.form-control, .my-form select.form-control{height:60px}
 .my-form .form-control .input-col{padding:10px}
 .my-form select.form-control{padding:20px 50px 20px 20px}
 .my-form .form-control::-webkit-input-placeholder {
    color:#2a2a2a;
}
.my-form .form-control:-moz-placeholder {
    color:#2a2a2a;
}
.my-form .form-control::-moz-placeholder {
    color:#2a2a2a;
}
.my-form .form-control:-ms-input-placeholder {
    color:#2a2a2a;
}
.my-form .arrow-down{position:relative; display:block;}
.my-form .arrow-down:after{width:0; height:0; border-left:11px solid transparent; border-right:11px solid transparent;
  border-top:13px solid #979797; content:""; position:absolute; top:30px; right:25px; z-index:999; pointer-events:none;}
.delete-btn{display:inline-block;}
.my-form .delete-btn{margin:0 0 0 20px}

.photo-upload #output_image{max-width:150px; border:3px solid #979797; border-radius:3px; margin:0 0 20px; padding:0px}

.my-form .textarea-input{height:60px}

@media screen and (max-width:480px){
    .my-form .form-control{padding:15px 10px; font-size:16px}
    .my-form .arrow-down:after{right:15px}
    .my-form select.form-control{padding:10px 40px 10px 10px}
}

.field-box span{margin:0 20px 0 0}
.field-box span:last-of-type{margin:0}
.field-caption{font:400 18px 'Roboto', sans-serif; color:#2a2a2a}
.field-warning{color:#b3192c; font-size:15px; font-weight:700}
.field-box span i{font-size:32px; position:relative; top:5px; margin:0 5px 0 0}

/******** Progress-box Starts *********/
/*Edited on jun 17 2019*/
.back-btn{font:700 21px 'Roboto', sans-serif; color:#686868!important; margin:0 0 50px; display:inline-block}
.career-back-btn{color: #73bc77 !important;}
.back-btn i{font-size:28px; margin:0px 10px 0 0; position:relative; top:2px;}
.back-btn:hover{color:#73bc77; text-decoration:none;}
.progress-box-out{float:right}
.progress-box{border:1px solid #d2e66b; padding:30px; margin:0 0 30px}
.progress{border-radius:50px; position:relative; overflow:visible; margin-bottom:60px; height:27px; background:#f0f7cb; box-shadow:none}
.progress-bar{border-radius:50px; background:#73bc77; box-shadow:none}
.progress-bar span{position:absolute; font:20px 'Roboto', sans-serif; bottom:-44px; text-transform:uppercase; color:#2a2a2a; left:0;}
.progress-box .btn-area{margin:30px 0}
.progress-box .btn-green{width:100%}
.form-btn-area button{margin-right:10px; margin-bottom:10px;}
.form-btn-area button:last-of-type{margin-right:0px}

.alert-success{background:#e3f2e4; border:1px solid #73bc77; font:22px 'Roboto', sans-serif; color:#2a2a2a}
.alert-success a.alert-link{color:#05670a; font-weight:400; text-decoration:underline; display:inline-block}
.form-btn-area{margin-top:20px; margin-bottom:0}

@media screen and (max-width:991px){
    .progress{margin-bottom:0}
    .progress-box .title3{float:left;}
    .progress-box .demo{float:left; width:42%; margin:0 15px}
    .progress-bar span{bottom:0; right:-200px; left:auto}
    .progress-box{padding:10px 20px; border-width:1px 0 1px 0; background:#fff; margin:0 0 20px}
    .progress-box .btn-area{margin:0}
    .progress-box .btn-area .btn-green{width:49%; margin-bottom:0}
    .progress-box .btn-area .btn-green:nth-child(1){margin:0 1% 0 0}
    .my-form{padding:20px 20px 0}
    .form-btn-area{}
    .bg-md{background:#fafafa;}
    .form-sec:last-of-type{margin-bottom:20px}
    .back-btn{margin:0 0 20px;}
    .alert-success{margin:10px 20px 0}
}
@media screen and (max-width:767px){
    .progress-box .demo{width:auto; float:right}
    .progress-bar span{right:0; white-space:nowrap;}
    .progress-box .btn-area .btn-green{width:48%; font-size:14px; padding:15px 10px}
    .progress-box{padding:10px 0; text-align:center;}
    .radio-area .right-radio{text-align:right;}
    .my-form{padding:10px 10px 0}
    .field-box{display:block; width:100%; margin:15px 0 0 !important;}
    .field-box br{display:none;}
    .field-box span{display:block;}
    .form-sec{margin-bottom:40px}
    .alert-success{margin:10px 10px 0}
    .my-form .form-control, .dropdown-select, div.tagsinput input, div.tagsinput span.tag{font-size:12px !important}
    .form-btn-area{float:none !important}
    .form-btn-area button{width:100%; margin:0 auto 10px}
    .input-col{margin-bottom:15px}
    .form-group .input-col:last-of-type{margin-bottom:0}

}

@media screen and (max-width:600px){
    .alert-success{font-size:16px}
}

@media screen and (max-width:400px){
    .progress-box .title3{font-size:19px}
    .progress-bar span{font-size:15px}
}
/******** Progress-box Ends *********/


/********===== fiddle input tag Starts =====*********/
div.tagsinput {border:1px solid #979797; border-radius:3px; background: #FFF; padding:10px; width:300px; height:110px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #73bc77; line-height:17px; -moz-border-radius:50px; -webkit-border-radius:50px; display: block; float: left; padding:4px 5px 4px 10px; text-decoration:none; background:transparent; color:#2a2a2a; margin-right: 5px; margin-bottom:5px; font:400 15px 'Roboto', sans-serif;}
div.tagsinput span.tag a {border:1px solid #73bc77; position:relative; top:-3px; border-radius:50%; font-weight: 500; color:#73bc77; text-decoration:none; font-size: 13px; padding:0px 5px 2px  }
div.tagsinput input { width:88px !important; margin:0px; font-family:'Roboto', sans-serif; font-size: 15px; border:1px solid transparent; padding:0; background: transparent; color:#2a2a2a !important; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid { background: #FBD8DB !important; color: #90111A !important;}
/********===== fiddle input tag Ends =====*********/

/*added on jun 26 2019*/
.round-profile-pic.profile-pic-field .pic-delete-btn {
    right: 10px;
    bottom: 0px;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0px 1px 5px 0 rgb(153, 153, 153);
    -moz-box-shadow: 0px 1px 5px 0 rgb(153, 153, 153);
    box-shadow: 0px 1px 5px 0 rgb(153, 153, 153)
}
.round-profile-pic.profile-pic-field .pic-delete-btn:focus {
    outline: 0;
}
/*-------------------------*/

/********===== textarea count Starts =====*********/
textarea.count-textarea.form-control{
  width: 100%;
  min-height: 100px;
  resize: none;
  border-radius: 8px;
  border:0; padding:0;
  color: #666; box-shadow:none;

}
textarea.count-textarea.form-control:focus{outline:none}

#the-count {
  float: right;
  padding: 0.1rem 5px 0 0;
  font-size: 0.875rem; color:#73bc77; font:700 15px 'Roboto', sans-serif; position:relative; bottom:-10px;
}
#the-count .tooltip-icon{margin:0 0 0 10px}

.count-textarea-out{border:1px solid #979797; border-radius:3px; padding:15px 10px; background:#fff;}
.count-textarea-out .tooltip-icon{margin:0 0 0 2px}
.count-textarea-out span{color:#73bc77; font:700 15px 'Roboto', sans-serif; margin:0 2px}
/********===== textarea count Ends =====*********/


/******** Accordian Starts *********/
.panel-default{border:1px solid #979797;}
.panel-default>.panel-heading{background:transparent}
.panel-group .panel+.panel{margin-top:20px}
.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:20px; color:#2a2a2a;
  font:400 20px 'Roboto', sans-serif;
    text-decoration:none;
}
/*commented on june 6th 2019*/
/*.panel-heading  a:before {*/
  /*font-family: FontAwesome;*/
   /*content:"\f105";*/
   /*float: right;*/
   /*transition: all 0.5s;*/
/*}*/
/*added on 12th june 2019*/
.company-profile-edit .panel-heading  a:before {
  font-family: FontAwesome;
   content:"\f105";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width:767px){
    .panel-title>a, .panel-title>a:active{padding:15px; font-size:20px}
}

/******** Accordian Ends *********/


select.dropdown-search  {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius:3px;
    border: 1px solid #979797;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left; font:15px 'Roboto', sans-serif;
    height: 60px;
    line-height: 30px;
    outline: none;
    padding:15px 28px 15px 10px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #979797;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#5cb85c;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #5cb85c;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}




/*******************===== Profile Page Ends =====********************/


/*******************===== Career Profile Page Starts =====********************/
/*commented on 7th jun 2019*/
/*.logo-box-single{border:1px solid #979797; background:#fff; width:100%; min-height:200px; padding:20px; max-width:275px; margin:auto;}*/
.logo-box-single {
    border: 1px solid #979797;
    background: #fff;
    width: 100%;
    min-height: 200px;
    padding: 20px;
    max-width: 275px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box-single img{margin:auto;}
.drillbox-area .title6{margin:20px 0}
.drillbox-area .para-lrg{font-size:21px; color:#686868;}
.drillbox-area{margin-bottom:35px}

.mejs__airplay-button > button,
.mejs-airplay-button > button {
    background: url('airplay.svg') no-repeat 0 4px;
}

.mejs__airplay-button > button .fill,
.mejs-airplay-button > button .fill {
    fill: #fff;
}

.mejs__airplay-button > button.active .fill,
.mejs-airplay-button > button.active .fill {
    fill: #66a8cc;
}



.event-sec-box{background:#fff; border:1px solid #d2e66b; padding:20px; margin:0 0 30px;}
.event-sec-box .inn{margin-right:-10px; margin-left:-10px; display:flex;}
.emply-quot-box-out{padding-right:10px; padding-left:10px}
.emply-quot-box{border:1px solid #979797; padding:20px; text-align:center; height:100%}
.emply-quot-box .title6{font-size:15px}
.emply-quot-box .title6 span{font-size:12px}
.emply-quot-box img{border:1px solid #979797}


#owl-demo .owl-item img{display:block; width:100%; height:auto;}
.owl-out{position:relative; margin:0 0 30px}
.owl-out .owl-controls .owl-buttons{    position: absolute;
    margin: auto;
    display: table;
    right: 0;
    left: 0;
    width: 100%; visibility:hidden;     top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    bottom: auto;}
.owl-out .owl-controls .owl-buttons div{opacity:0.9 !important; padding:0 !important; margin:0 !important; width:25px; cursor:pointer;}
.owl-out .owl-prev{position:absolute; left:45px;   }
.owl-out .owl-prev:after, .owl-out .owl-next:after{font-size:70px; line-height:0; display:inline-block; color:#73bc77; font-family:FontAwesome; visibility:visible;}
.owl-out .owl-prev:after{content:"\f104"}
.owl-out .owl-next:after{content:"\f105"}
.owl-out .owl-next{position:absolute; right:45px}
.owl-out .owl-pagination{    bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;}
.owl-out .owl-controls .owl-page span{width:18px; height:18px; background:#73bc77; opacity:1}
.owl-out .owl-controls .owl-page.active span{background:#f7f1a3;}

.perk-cont{margin:0 0 30px}
.perk-cont:last-of-type{margin:0}
.perk-cont .title5{margin:0 0 5px}

.event-post-area:last-of-type{margin:0; padding-bottom:0; border:0}
.event-post-area{border-bottom:2px solid #73bc77; padding:0 0 10px; margin:0 0 20px}
.open-jobs-box .event-post-area:nth-last-child(2){border: 0;}
.event-post-area .title6 span{float:right; color:#000}
.event-post-area p{color:#686868; margin:0 0 10px}
.event-post-area .post-date{color:#000; margin-bottom:0}


.green-form .form-group{margin:0 0 10px}
.green-form input.form-control, .green-form select.form-control{height:40px}
.green-form .form-control{border:1px solid #73bc77; border-radius:3px; background:#fcfdf5;}
 .green-form .form-control::-webkit-input-placeholder {
    color:#686868;
}
.green-form .form-control:-moz-placeholder {
    color:#686868;
}
.green-form .form-control::-moz-placeholder {
    color:#686868;
}
.green-form .form-control:-ms-input-placeholder {
    color:#686868;
}
.green-form textarea.form-control{padding:15px 12px}
.green-form .border-btn-sml{font-size:18px; padding:11px 30px}


@media screen and (max-width:991px){
   .drillbox-area{text-align:center;}
   .drillbox-area p br{display:none}
   .event-sec-box .inn{display:block;}
   .emply-quot-box{margin:0 0 10px}
   .drillbox-area .para-lrg{text-align:left}
}
@media screen and (max-width:767px){
    .owl-out .owl-prev{left:10px}
    .owl-out .owl-next{right:10px}
    .event-post-area .post-date, .event-post-area .title6 span{display:none}
    .event-post-area .title6{color:#000; font-weight:400}
    .event-post-area{border-color:#979797}
    .owl-out .owl-controls .owl-page span{width:12px; height:12px}
    .owl-out .owl-pagination{bottom:0}
    .owl-out .owl-prev:after, .owl-out .owl-next:after{font-size:40px}
    .owl-out .owl-prev{left:0}
    .owl-out .owl-next{right:0}
}

/*******************===== Career Profile Page Ends =====********************/


/*******************===== Employee Vendor Profile Page Starts =====********************/
.leftcheck-area{margin:50px 0 0}
.round {
  position: relative; margin:0 0 5px;
}

.round label {
  background-color: #fff;
  border:2px solid #73bc77;
  border-radius: 50%;
  cursor: pointer;
  height:19px;
  left: 0;
  position: absolute;
  top: 0;
  width:19px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color:#73bc77;
  border-color:#73bc77;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 0;
}
.round span{display:inline-block; margin:0 0 0 20px; font-size:18px; color:#000; font-weight:400; position:relative; top:-3px}
.round.checked span{font-weight:700; color:#73bc77}

.radio-list [type="radio"]:not(:checked) + label{font-size:18px !important; font-weight:400; color:#000}
.radio-list [type="radio"]:checked + label{font-size:18px !important; color:#73bc77; font-weight:700}
.head-cont-sml-out{margin-bottom:30px}
.head-cont-sml-out:last-of-type{margin-bottom:0}
.head-cont-sml .title6{font-size:13px; font-weight:700; color:#2a2a2a; text-transform:uppercase; margin:0}
.head-cont-sml p{font-size:18px; color:#2a2a2a}
.quick-map-sec{border:3px solid #e2de95}
.head-cont-sml .link-btn{font-size:18px; float:right; text-transform:capitalize;}
.event-post-area .btn-area{margin:30px 0 0}

.emply-thumb-slide-sec{margin-bottom:35px}
.thumb-slider-area .left-area{float:left; width:82%}
.thumb-slider-area .left-area:nth-child(1){min-height:460px; display:table;}
.thumb-slider-area .right-area{padding-left:0; float:left; width:18%; padding-left:15px; overflow:hidden; position:relative;}
.thumb-slider-area .right-area img{margin:0 0 15px; height:143px; width:auto; max-width:initial;}
.thumb-slider-area li img{display:none;}
.thumb-slider-area li:nth-child(1) img, .thumb-slider-area li:nth-child(2) img, .thumb-slider-area li:nth-child(3) img, .thumb-slider-area li:nth-child(4) img{display:block;}
.thumb-slider-area li>a{position:relative; display:block; text-align:center;}
.thumb-slider-area li:nth-child(1)>a{display:table-cell; vertical-align:middle;}
.thumb-slider-area li:nth-child(1)>a:after{display:none;}
.thumb-slider-area li>a:after{content:""; position:absolute; top:0; bottom:0; left:0; background:rgba(0, 0, 0, 0.55); right:0;}
.thumb-slider-area .thumb-cap{position:absolute; top:0; bottom:0; z-index:999; color:red; margin:auto; display:table; width:100%; font:400 47px 'Roboto', sans-serif; color:#73bc77}
.thumb-slider-area .thumb-cap img{width:60px; height:60px !important; margin:auto;}

.demo-gallery li a .demo-gallery-poster {background-color:rgba(0, 0, 0, 0.55); bottom:0; left:0; position:absolute; right:0; top:0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
#video-gallery{position:relative;}
.demo-gallery li a .demo-gallery-poster img{width:60px; height:60px; margin:auto; position:absolute; right:0; left:0; top:0; bottom:0;}
.demo-gallery #video-gallery>a{display:none;}
.demo-gallery #video-gallery>a:nth-child(1){display:block;}


@media screen and (max-width:1199px){
    .thumb-slider-area .right-area img{height:116px}
    .thumb-slider-area .left-area:nth-child(1){min-height:378px}
}

@media screen and (max-width:991px){
    .thumb-slider-area .right-area img{height:120px}
}

@media screen and (max-width:767px){
    .head-cont-sml-out{margin-bottom:0}
    .head-cont-sml{margin-bottom:30px}
    .thumb-slider-area .left-area{width:100%}
    .thumb-slider-area .right-area{width:33.33333333%}
    .thumb-slider-area .right-area img{margin:auto; height:180px}
    .thumb-slider-area .right-area{padding:10px 3px 0 3px; height:0}
    .thumb-slider-area .right-area:nth-child(2), .thumb-slider-area .right-area:nth-child(3), .thumb-slider-area .right-area:nth-child(4){height:180px}
    .thumb-slider-area .right-area:nth-child(2){position:relative; left:-3px;}
    .thumb-slider-area .right-area:nth-child(4){position:relative; right:-3px;}
    .thumb-slider-area li>a{overflow:hidden;}
    .drillbox-area, .emply-thumb-slide-sec{margin-bottom:15px}
    .thumb-slider-area .left-area:nth-child(1){min-height:auto}

}

@media screen and (max-width:500px){
    .thumb-slider-area .right-area img{height:110px}
    .thumb-slider-area .right-area{height:0}
    .thumb-slider-area .right-area:nth-child(2), .thumb-slider-area .right-area:nth-child(3), .thumb-slider-area .right-area:nth-child(4){height:110px}
    .thumb-slider-area .thumb-cap img{width:40px; height:40px !important;}
    .thumb-slider-area .thumb-cap{font-size:37px}
}

/*******************===== Employee Vendor Profile Page Ends =====********************/


/*******************===== Search Company Page Starts =====********************/
.search-sec .example{margin:50px 0 10px}
.search-sec form.example input[type=text] {
    font-family: 'Roboto', sans-serif;
    padding:20px 10px;
    font-size: 20px; font-weight:600;
    border:2px solid #73bc77;
    float: left;
    width: 80%;
    background:#fff; }

  .search-sec form.example input::-webkit-input-placeholder {
    color:#000; font:700 20px 'Roboto', sans-serif;
  }
 .search-sec form.example input:-moz-placeholder {
    color:#000; font:700 20px 'Roboto', sans-serif;
  }
 .search-sec form.example input::-moz-placeholder {
      color:#000; font:700 20px 'Roboto', sans-serif;
  }
.search-sec form.example input:-ms-input-placeholder {
     color:#000; font:700 20px 'Roboto', sans-serif;
  }


.search-sec form.example button {
  float: left;
  width: 18%;
  padding:9px 10px;
  background:#5cb85c;
  color:#2d312d;
  font-size:23px;
  border:0; font-weight:400;
  border-left: none; border-radius:3px;
  cursor: pointer; margin:0 0 0 2%;}
.search-sec form.example button:hover{color:#fff}
.search-sec .link-btn{font-size:14px; text-transform:uppercase; font-weight:700}

.company-items { min-height:68px; }
.normal-modal .close span {
    font-size: 45px;
    top: 10px;
    right: 15px;
}
.company-premium-logo { height: 20px;}
.bookmark-star:before { color: #73bc77;}
.company-field-text {font-weight: bold;}

.border-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.border-check{font-weight:400; display:inline-block;}
.border-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.border-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px; border:2px solid #73bc77;
}

/* On mouse-over, add a grey background color */
.border-check:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.border-check input:checked ~ .checkmark {
  background-color: #73bc77;
}

/* Create the checkmark/indicator (hidden when not checked) */
.border-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.border-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.border-check .checkmark:after {
      left: 7px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:991px){
    .search-sec form.example input[type=text]{width:70%}
    .search-sec form.example button{width:28%}
}
@media screen and (max-width:767px){
    .search-sec form.example input[type=text]{width:100%;}
    .search-sec form.example button{width:auto; min-width:230px; margin:10px 0 0}
}

/*******************===== Search Company Page Ends =====********************/



.profile-progress-box{padding:27px 20px 20px; margin:15px 0 50px; position:relative; -webkit-box-shadow: 0px 1px 3px 0px rgba(213,213,213,1);
-moz-box-shadow: 0px 1px 3px 0px rgba(213,213,213,1);
box-shadow: 0px 1px 3px 0px rgba(213,213,213,1);}
.profile-progress-box:after { content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;}

.profile-progress-box:after {
  right:0; left:0; top:0;
  height: 7px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#73bc77), to(#31a637));
  background-image: -webkit-linear-gradient(left, #73bc77, #31a637);
  background-image: -moz-linear-gradient(left, #73bc77, #31a637);
  background-image: -o-linear-gradient(left, #73bc77, #31a637);
}

.profile-progress-box .title6{font-size:13px; margin-top:0; font-weight:400}
.profile-progress-box .progress-bar{
  display: flex;
  flex-direction: column; width:100%; background:transparent;
    padding:0 40px 0 0; position:relative; margin-bottom:20px;
}

.profile-progress-box .progress-bar .line{
  width:100%; height:15px;
  background: #dedede;
  border-radius: 7px;
  position: relative; 
}

.profile-progress-box .progress-bar .label{
  font-size: 30px; padding:0;
    position: absolute;
    color:#212121; font-size:14px; font-weight:400;
    right: 0;
}

.profile-progress-box .progress-bar > .line > span{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #73bc77;
  border-radius: 10px; 
}


@keyframes animationLoaded{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
  

.country-phone-sec .input-group-addon{background:none; border:0; padding:0}
.country-phone-sec .btn-green{font-size:22px; padding:18px 37px; margin:0 0 0 25px}
.country-phone-sec .input-group-addon{vertical-align:top}

.country-phone-sec .phone-input-sec{position:relative;}
.country-phone-sec .phone-input-sec .dlt-btn{position:absolute; z-index:999; top:18px; right:10px; width:20px; background:transparent; border:0; padding:0}
.country-phone-sec .phone-input-sec .dlt-btn img{width:20px}

/*******************===== Profile7 Page Starts =====********************/

/******** Multiple upload image Starts *********/
.preview-images-zone {
    width: 100%;
    /* display: flex; */
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 130px;
    width: 130px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 130px;
    width: 130px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px; border:1px solid #979797; padding:5px; border-radius:3px
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: none;
    z-index: 100;
    color: #73bc77;
    border: 1px solid #73bc77;
    padding: 3px 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 10px;
    background: rgba(229, 229, 229, 0.82);
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .3;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

.photoup-multiple-sec .field-box{margin:0 0 0 30px}

/******** Multiple upload image Ends *********/

/*******************===== Profile7 Page Ends =====********************/

/*******************===== Personal Profile Page Starts =====********************/
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}


.slide-event-sec-box.event-sec-box{padding-top:30px; position:relative;}
.event-sec-box.slide-event-sec-box .title2{padding:0 136px 0 0}
.slide-event-sec-box .owl-ai-box{margin-top:30px}
.owl-ai-box .owl-carousel .owl-item {padding:0 15px}
.owl-ai-box .owl-carousel .owl-item img{margin:0 0 35px; border:1px solid #d2e66b;height: 200px;object-fit: cover; object-position: center;}
.owl-ai-box .owl-prev:after, .owl-ai-box .owl-next:after{width:30px; height:30px; border:3px solid #73bc77; border-radius:50%; font-size:28px}
.owl-ai-box .owl-controls{position:absolute; width:70px; right:25px; top:20px;}
.owl-ai-box .owl-prev:after{padding:11px 12px 0 6px; -webkit-box-shadow: -4px 0px 9px 0px rgba(0, 0, 31, 0.20);
    -moz-box-shadow: -4px 0px 9px 0px rgba(0, 0, 31, 0.20);
    box-shadow: -4px 0px 9px 0px rgba(0, 0, 31, 0.20);}
.owl-ai-box .owl-next:after{padding:11px 12px 0 9px; -webkit-box-shadow: 4px 0px 9px 0px rgba(0, 0, 31, 0.20);
    -moz-box-shadow: 4px 0px 9px 0px rgba(0, 0, 31, 0.20);
    box-shadow: 4px 0px 9px 0px rgba(0, 0, 31, 0.20);}
.owl-ai-box .owl-out, .owl-ai-box .owl-out .owl-carousel {margin:0; position:static;}

.owl-ai-box .owl-out .owl-controls .owl-buttons div{width:30px}
.owl-ai-box .owl-out .owl-next{right:0}
.owl-ai-box .owl-out .owl-prev{left:0}

@media screen and (max-width:767px){
    .owl-ai-box .owl-controls{width:70px}
    .owl-ai-box .owl-controls{right:20px; top:0;}
    .event-sec-box.slide-event-sec-box .title2{padding:0; margin-top:20px}
}

/*******************===== Personal Profile Page Ends =====********************/

@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
}

@font-face {
font-family: 'Helvetica-bold';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('../fonts/Helvetica-Bold.woff') format('woff');
}
/*-----------STYLE FIXES 06/06/2019--------------------*/
.d-trc{
    text-align: center;
}
.d-trr{
    text-align: right;
}
.m-0{
    margin: 0 !important;
}
.map_top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#property-listings .property-listing .border_centered {
    padding: 8px;
    border: 2px solid #c7c7c7;
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
}
#property-listings .property-listing img.vendor-logo.vendor-img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    padding-top: 0;
    width: 100%;
}
.price-add-box .form-group{
    margin: 0;
}
.price-add-box .btn-green {
    margin: 35px 0 0;
}
.normal-modal .modal-body ul li{
    color: #444;
}
.verif_btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
a.footer_email{
    color: #cccccc;
}
.selected_job_post.job_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px; flex-flow:wrap;
}
.selected_job_post.job_list h2{
    margin: 0;
}
.job_list .at-resp-share-element .at-share-btn{
    margin-bottom: 0;
}
.job_list a#star {
    margin: 0 15px 0 0px;
}
/*--------07/06.2019- DESIGN FIXES-------------*/
.open-jobs-box .see-all-btn{
    margin-right: 20px;
}
.promot-box-cont {
    margin: 0 0 18px;
}
.promot-box-cont p{
    font-size: 14px;
}
.promot-box-cont .title3 {
    margin: 0 0 7px;
}
.ai-sec .ai-box .title3 {
    min-height: 110px;
}
.ad_img{
    height: 140px;
}
.ad_img img{
    height: 100%;
}
.job_promo_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.job_promo_icons i{
    font-size: 24px;
    margin: 0 10px 0 0px;
}
#search-leads .leads .panel-group .panel .panel-heading .panel-title a .media .media-body .job_date_expiry p{
    font-size: 15px;
    margin: 0 0 0 65px;
    color: #626262;
}
.activity_work_section .select2-container .select2-choice > .select2-chosen {
    padding: 0 0 0 5px;
    align-items: center;
    display: flex;
}
.candidate_application_details .left-content{
    min-width: auto;
}
.download-app-file.dwnlds_letter{
    background: #f0f0f0;
    padding: 0px 0;
}
.candidate_application_details li.ng-scope {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 10px;
}
.applied_candidate_box.highlighted .candidate_application_details li.ng-scope {
    border-bottom: 1px solid #fff;
}
.candidate_application_details li.ng-scope:last-child,.applied_candidate_box.highlighted .candidate_application_details li.ng-scope:last-child{
    border: 0;
}
.candidate_application_details li span {
    font-size: 16px !important;
    font-weight: 600;
}
button.btn_sbmt {
    background: #73bc76;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 10px;
}
.sidebar_newsltr {
    background: #f5f5f5;
    padding: 18px;
}
.sidebar_newsltr h3{
    margin: 0 0 10px;
}
.sidebar_newsltr input.form-control{
    border: solid 2px #c9de94!important;
    border-radius: 3px;
}
.salary_range_salary.jobpst_search_row .fixed-country-top{
    vertical-align: inherit !important;
    margin-top: 0px;
}
.salary_range_salary.jobpst_search_row .tooltip{
    right: -90px!important;
}
.each_job_downlds{
    text-align: center;
    padding: 0;
    margin: 0;
}
.each_job_downlds li{
    list-style: none;
    display: inline-block;
    padding: 0 40px 0 40px;
}
.job_promo_icons button.btn.df-btn-green.btn-lg.ng-scope{
    font-size: 14px !important;
    padding: 8px 10px;
    margin: 0 25px 0 0px;
}
/*Fixes 17th June 19*/
.profile-backend-form .country-sel input[type=text] {
    border: 1px solid #979797;
    border-radius: 3px !important;
    padding: 10px 10px;
    font: 15px 'Roboto', sans-serif;
}
/*Fixes jul 1 2019*/
.left_bar {
    position:sticky; position:-webkit-sticky; 
    top:5px; 
}
.photo_up_main{
    position: relative;
    max-width: 150px;
}
.photo_up_main span{
    position: absolute;
    top: -20px;
    right: 5px;
    color: red;
    font-size: 14px;
}
.emp_radio input[type="radio"] + label {
    padding: 4px 10px 4px 30px;
    width: 80px;
}
.emp_radio input[type="radio"] + label:before {
    left: 3px;
    top: 3px;
}
.emp_radio input[type="radio"] + label:after {
    left: 7px;
    top: 7px;
}
.billing2 .input-group {
    margin: 0 15px;
}
.vendor-search-detail h4{
    text-align:center; word-break:break-word; font-size:16px; line-height:20px; max-height:60px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis;
}
/*--EDITS 23-08-19--*/
#search-form-modal .job-backend-ui-select input:hover{
    cursor: pointer;
}
.edit_form_rltv{
    position: relative;
}
img.inside_edit{
    position: absolute;
    top: 22px;
    right: 8px;
    width: 18px;
}
.edit_form_rltv .input-group-btn{
    position: initial;
}
.drillbox-area .event-post-area.cmpny_prf_skills p.para-lrg{
    font-size: 13px;
    color: #000;
}
.drillbox-area .event-post-area.cmpny_prf_skills .post-date{
    color: #686868;
    font-size: 12px;
}
.meta_desc_common{
    color: #777; margin:0 0 5px;
}
.perk-cont .title5 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    line-height: normal;
}
.perk-cont .para-lrg {
    font-size: 12px;
    color: #686868;
    line-height: 20px;
}
.apply_job_now h3.already_applied_label {
    background-color: #73bc77;
}
.round-profile-pic.profile-pic-field .df-btn-green.prfle_inside,.round-profile-pic.profile-pic-field .pic-delete-btn.prfle_inside{
    right: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.round-profile-pic.profile-pic-field .df-btn-green.prfle_inside img,.round-profile-pic.profile-pic-field .pic-delete-btn.prfle_inside img{
    width: 16px;
}
/*---FOR ALL TITLE AND DESC COMMON STYLING---*/
.title_common{
    text-transform: uppercase !important;
    color: #000 !important;
    font-size: 13px !important;
}
.sub_desc_common{
    font-size: 12px !important;
    color: #686868 !important;
}
.in_box_icon{
    width: 20px;
    margin: 0 10px;
    cursor: pointer;
}
.d-flex{display: flex !important;}
.w-100{width: 100%;}
.align-center{align-items: center;}
.justify-center{justify-content: center;text-align: center;}
.fw-200{font-weight: 200 !important;}
.p-0{padding: 0 !important;}
.br-green{border: 2px solid #73bc77 !important;}
/*---ADDED 30-08-19---*/
.ico_size i{
    font-size: 18px;
}
.d-block{
    display: block !important;
}
.df-form .form-group input, .df-form .form-group.edit_form_rltv input.form-control{
    margin: 0;
}
/*--added 5-9-19---*/
.mt-0{
    margin-bottom: 0;
}
.srch_rslt_cmn{
    font: 700 24px/28px 'Roboto', sans-serif;
    text-align: left;
    margin: 0;
}
.rslt_job_main .df-btn-white h4.save_qry{
    font-weight: 200 !important;
}
.rslt_job_main .no_rslt{
    font-size: 16px;
}
.rslt_job_main button.plugin-side-bar-button{
    font-size: 16px;
}
.rslt_job_main .blog-detail-sidebar.hide_ad{
    margin-top: 0 !important;
}
#home #result-vendor .personal_sgn_main h3{
    font-weight: 200;
}
#home #result-vendor .sidebar_common .sidebar_newsltr h3{
    color: #444;
    font-weight: 700;
}
#work-finding.talent_search_main .keywords .thumbnail h1 input{
    border: solid 2px #73bc77;
    padding: 22px;
    font-size: 24px;
    color: #000;
    max-width: 742px;
    margin: auto;
}
#work-finding.talent_search_main .keywords .thumbnail h1 input::placeholder{
    color: #000;
}
#work-finding.talent_search_main .search-button button{
    background: #73bc77;
    padding: 10px 16px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}   
#work-finding.talent_search_main .search-button button:hover{
    color: #676767;
}
#work-finding.talent_search_main .search-button button:focus{
    outline: none;
}
#work-finding.talent_search_main .search-button a{
    color: #73bc77;
    margin: 10px;
    display: block;
    font-size: 22px;
}
#work-finding.talent_search_main .search-button a:focus{
    text-decoration: none;
}
.brdr.property-listing{
    border: 3px solid #73bc77;
}
#home .btn-lg:focus{
    outline: none;
}
/*--added 9-9-19--*/
.job_list_logo{
    padding: 8px;
    border: 2px solid #c7c7c7;
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qtn_dlt_icons a.fa{
    font-size: 18px;
    width: auto;
    margin: 0 0px 0 15px;
}
.qtn_dlt_icons{
    display: flex;
    justify-content: flex-end;
}
.qtns_sec_main h2.question_top{
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 500;
}
.qtns_sec_head .name_label h4{
    margin: 5px 0 5px;
}
.qtns_sec_head .name_label h6{
    margin: 0 10px 0 0;
}
.premium-tag{
    margin: 6px auto;
}
.w-10{width: 10% !important;}
.w-20{width: 20% !important;}
.w-30{width: 30% !important;}
.w-40{width: 40% !important;}
.w-45{width: 45% !important;}
.w-50{width: 50% !important;}
.w-55{width: 55% !important;}
.w-60{width: 60% !important;}


#profile input.select2-input.ui-select-search.ng-pristine.ng-valid{
    cursor:pointer;
}
.mb-10{margin-bottom: 10px;}
.mtb-10{margin: 10px 0;}
.text-left{text-align: left !important;}
.job_list .bkmrk_job_det a#star{
    margin: 0 10px 0 0;
}
.ask_question_form .inside_tags.topic_tags{
    margin: 0 3px;
}
.ques_ans_box.qtn_head_icons .user_icon_label_grey{
    color:#73bc77 ; 
}
.ques_ans_box.qtn_head_icons .name_label h4{
    margin: 10px 0 0;
}
.clr_green{color: #73bc77  !important;}
.clr_grey{
    color: #666 !important;
}
.anwr_cnt_qtn{
    white-space: nowrap;
}
/*---ADDED 19-09-19----*/
.media-wrapper iframe, .media-wrapper .mejs__container{width:100% !important}


li.funding_txt{
    
}
.main_act_menu{
    display: flex;
    justify-content: space-between;
}
#PureChatWidget.purechat.purechat-style-classic {
    border: 10px solid #73bc76 !important;
}
.my-profile-wrap .ask_question_form_heading .explore{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}
.qtns_field_wrap{
    border: 1px solid #73bc77;
    padding: 20px;
}
.ask_question_form .question_form.qtns_form_in input,.qtns_field_wrap .editable{
    border: 1px solid #d5d5d5 !important;
    overflow: auto;
}
.ask_question_form .ask_question_form_h3.qtns_field_head h3 {  
    color: #fff ;
    background: #73bc76 ;
    padding: 5px ;
    margin: 0 0 35px;
}
.ask_question_form .table-checkbox {
    font-size: 16px;
    vertical-align: middle;
}
.ask_question_form .table-checkbox input{
    top: 2px;
}
.ask_question_form .table-checkbox .checkmark {
    position: absolute;
    top: -7px; margin-left:0;
}
.ask_question_form .right_boxes03,.ask_question_form .right_boxes04{
    overflow-y: auto !important;
}
.matching_score_sec h3.perc a{
    color: #000;
    margin: 0 0 0 2px;
}
#job_apply_form_submition .upload-button-job-detail{
    font-size: 35px;
}
.ask_question_form .medium-editor-placeholder{margin-bottom:20px}


/*--*/
.mobile_tble_menu{
    display: none;
}
.resultsDiv table thead th img{
    margin: 0 5px 0 0;
}
table.art_tbl_main tr td span.mob_heading{
    display: none;
}
.input-group-btn:last-child>.btn.btn_email{
    margin-left: 5px;
    background: #73bc76;
    border: 1px solid #73bc76;
}
.email-details .archive-icon, .archive-email-details .archive-icon {
    width: 18px;
    padding-top: 14px;
}
.fa-3x.email_trash{
    font-size: 20px;
}
.ques_ans_box{
    border: 1px solid #73bc76 !important;
}
.vndr_pre_logo{
    margin: -4px 0 0 5px;
}
.personal_suggestions .recco{
    width: 100%;
}
/*---*/
.ques_ans_box.qtns_head_desn{
    padding: 15px;
}
.qtns_head_desn .ans_count.ans_cnt_main{
    display: flex;
    align-items: center;
}
.ques_ans_box.qtns_head_desn .question_top a {
    color: #73bc77;
    font-size: 18px;
}
.ques_ans_box.qtns_head_desn .asked_label{
    text-align: right;
}
.ques_ans_box.qtns_head_desn .user_icon_label_grey{
    margin: 0px 5px 0 0;
    position: inherit;
    color: #73bc77;
}
.ques_ans_box.qtns_head_desn .ans_count{
    color: #666;
}
.ques_ans_box.qtns_head_desn .answers_label {
    margin: 0 0px 0 2px !important;
}
.tags_blog{
    background: #e6e6e6;
    padding: 8px 8px;
    color: #848484;
    border-radius: 6px;
    display: inline-block;
    margin: 0 5px 5px 0px;
}
.justify-right{justify-content: flex-end;}
li.test.col-lg-5.job-post-title.job_post_ttlhead{
    width: 100%;
}
li.test.col-lg-5.job-post-title.job_post_ttlhead h2{
    width: 100%;
}
.tag_ttl{
    width: 100px;
    display: inline-block;
    font-weight: 500;
}
#read #post .blog-footer {
    padding: 0;
    border-top: 2px solid #73bc77;
    background: transparent;
}
.ask_question_form .inside_tags{
    margin: 0 2px 0 0;
}
.qtns_sec_main h2.question_top {
    margin: 10px 0 5px;
}
.ques_ans_box.qtn_main_topic  .answers_label{
    color: #666;
}
.ques_ans_box.qtn_main_topic p.answers_label.mtop_adj{
    text-align: right;
}
.ques_ans_box.qtn_main_topic .main-topic-border{
    width: 100%;
}
.ques_ans_box.qtn_main_topic .question_top.qtn_desc_topicmain a{
    color: #444;
    font-size: 15px;
    line-height: 22px;
    display: block;
}
.topic_main_view{
    margin: 0 0 0 15px;
}
.topic_head{
    margin: 0 0 10px;
    line-height: normal;
    font-weight: 500;
}
.date_wrap{
    display: flex;
    width: 70px !important;
    align-items: center;
    padding: 5px !important;
    margin: 10px 0 0;
}
.date_wrap .day{
    line-height: normal;
}
.date_mnth {
    text-align: left;
    margin: 0 0 0 5px;
}
.date_mnth span{
    font-size: 13px;
    display: block;
    line-height: normal;
}
/*---*/
.art_social-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.art_det_social.row {
    display: flex;
    align-items: center;
}
#read #post .review .art_det_social .view{
    width: auto;
}
.fw-600{font-weight: 600 !important;}
.art_det_social .bookmark {
    display: flex;
    align-items: center;
}
.art_det_social ul.list-unstyled.list-inline {
    margin: 0;
}
#read #post .art_det_social .bookmark li{
    padding: 0;
}
#read #post .art_det_social .bookmark a {
    margin: 0 10px 0 10px;
}
.art_det_social .bookmark span{
    color: #73bc77;
    font-size: 15px;
    margin: 0 0 0 3px;
}
#read #post .art_det_social .social-wrap .social {
    margin: 0;
}
.art_det_social .at-resp-share-element .at-share-btn{
    margin: 0 0 0 5px;
}
#read #post .post-body.art_read_full{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
#read #post .post-nav.fixed {
    padding: 5px !important;
}
a.art_auth_name{
    font-size: 15px;
    margin: 0 0 5px;
    display: inline-block;
    text-align: left;
}
/*--DEC EDITS 19---*/

.open-source-boxes{
    display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: left;-ms-flex-pack: left;justify-content: left;
}
.open-source-boxes a.btn.df-btn-white.side-margin-5.top-buffer-10{
    width: 23%;
}
/*---*/
.accout-wrapper.discuss_main_page{
    padding-top: 0;
}
.accout-wrapper.discuss_main_page .author-article .nav-tabs{
    margin-top: 0;
}
/*---------------------------------------------*/
@media (max-width: 767px){

.media-wrapper iframe, .media-wrapper .mejs__container{max-height:350px}
    .map_top{
        display: block;
    }
    .m-trc{
        text-align: center;
    }
    .m-trr{
        text-align: right;
    }
    .listing_close_map{
        margin: 10px 0;
    }
    .price-detail .row:nth-child(1) div:nth-child(1),.price-detail .row:nth-child(1) div:nth-child(2),.price-detail .row:nth-child(1) div:nth-child(3),.price-detail .row:nth-child(2) div:nth-child(1),.price-detail .row:nth-child(2) div:nth-child(2){
        width: auto;
    }
    .price-detail .title4{
        text-align: right;
    }
    .col-xs-2 {
        width: 16.66666667% !important;
    }
    .col-xs-3 {
        width: 25% !important;
    }
    .col-xs-4 {
        width: 33.33333333% !important;
    }
    .col-xs-5 {
        width: 41.66666667% !important;
    }
    .col-xs-6 {
        width: 50% !important;
    }
    .col-xs-9 {
        width: 75% !important;
    }
    .col-xs-10 {
        width: 83.33333333% !important;
    }
    .price-detail .row:nth-child(2) div:nth-child(1),.price-detail .row:nth-child(2) div:nth-child(2){
        padding-right: 15px;
        padding-left: 15px;
    }
    .ad_img {
        height: 100%;
    }
    #jobpost-advanced-search .jobpst_search_row {
        display: block;
        padding: 0;
    }
    .salary_range_salary.jobpst_search_row li:last-child{
        display: block;
        text-align: left;   
    }
    .download-app-file.dwnlds_letter {
        background: transparent;
    }
    .sort-applications .dropdown-toggle {
        width: auto;
    }
    .each_job_downlds li{
        padding: 0 10px;
    }
    .each_job_downlds li a{
        padding: 0;
    }
    .each_job_downlds {
        text-align: left;
    }
    .foot-map{
        display: none;
    }
    .left_bar{
        position: inherit;
    }
    .leftcheck-area{
        display: none;
    }
    .logo-box-single{
        margin-bottom: 5px;
    }
    .profile-menu-second .nav-pills.df-nav-pills li.active a {
        font-weight: 700;
    }
    /*---ADDED 23-08-19--*/
    .select2-search input{
        background: url(select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #fff 99%) 0 0;
    }
    .country-phone-sec .input-group-addon {
        display: inline-block;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .country-phone-sec .btn-green{
        margin: 10px 0 0 0;
        font-size: 14px;
        padding: 10px 20px;
    }
    /* Changes made on aug 14th company.html*/
    .employer_message{
        font-size:14px !important
    }
    /*--26-08-19--*/
    .vndr_info_wrap .company-field-text{
        display: inline-block;
        color: #000;
    }
    .vndr_info_wrap h3 a.result-vendor-name{
        font-weight: 500;
    }
    #property-listings.vndr_listing_wrap .property-listing {
        position: relative;
        border: 2px solid #73bc76;
        box-shadow: none;
    }
    span.bkmrk {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 26px;
    }
    .vndr_pre_logo{
        display: inline-block !important;
        margin: -4px 0 0 5px;
    }
    /*----COMMON STYLE FOR RESPONSIVE LAYOUT-----*/
    .d-xs-none{display: none;}
    .d-xs-block{display: block !important;}
    .m-xs-auto{margin: auto;}
    .w-xs-100{width: 100% !important;}
    .no-float,.no-xs-float{float: none !important;}
    .text_xs_center{text-align: center;}
    #work .nav-pills.df-nav-pills li a {
        padding: 2px 6px;
        font: 13px 'Roboto', sans-serif;
    }
    #work-finding .keywords .thumbnail h1 input[placeholder]{
        font-size: 14px !important;
    }
    /*--added 9-9-19--*/
    .article_detail_list{
        table-layout: fixed;
        width: 100%;
    }
    .selected_job_post.job_list{
        display: block; text-align:center;
    }
    .qtn_head_icons .tab_tinyurl .tinyurl input{
        width: 100%;
    }
    .qtn_head_icons span{
        font-size: 12px;
    }
    
    .qtn_head_icons .shares_icon{
        padding: 0;
    }
    .qtn_head_icons .shares_icon .fa {
        font-size: 20px;
    }
    .qtn_head_icons .shares_icon span{
        display: flex;
        line-height: 5px;
    }
    .qtn_head_icons .qtns_sec_main {
        margin: 15px 0 0;
    }
    .main_logo_header{
        margin: auto !important;
    }
    /*-added 19-9-19--*/
    .height_specific {
        min-height: 595px;
    }
    .profile-menu-fourth .inn.prof_sub_tab{
        background: #73bc77;
        margin-top: 0;
    }
    #work .profile-menu-fourth .nav-pills.df-nav-pills.prof_sub_tab li a{
        border-radius: 0;
        border-bottom: 1px solid #cecece;
        color: #fff;
        padding: 6px 6px;
    }
/*-*/
table.art_tbl_main thead{
    display: none;
}
table.art_tbl_main tbody tr{
    display: block;
    width: 100%;
    border: 2px solid #d5d5d5;
    margin: 0 0 10px 0;
    text-align: center;
}
table.art_tbl_main tbody tr td{
    display: block;
    padding: 3px 10px !important;
}
table.art_tbl_main tbody tr td.w-10,table.art_tbl_main tbody tr td.w-20,table.art_tbl_main tbody tr td.w-30{
    width: 100% !important;
}
table.art_tbl_main tbody tr td p{
    margin: 0;
}
table.art_tbl_main tbody tr td p.article-metaDesc{
    text-align: justify;
    word-break: break-word;
}
.mobile_tbl_wrap{
    margin: 0 0 10px;
}
.mobile_tbl_menu{
    display: block;
    text-align: right;
}
.mobile_tbl_menu .navbar-toggle{
    background: #73bc76;
    padding: 2px 8px;
    float: none;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
}
.mobile_tbl_menu .navbar-toggle span{
    background: #fff;
    width: 25px;
}
.art_tbl_menu_in{
    background: #73bc76;
    min-width: 115px;
    float: right;
    padding: 5px 3px;
    margin: 2px 0 10px;
}
.art_tbl_menu_in ul{
    padding: 0;
    margin: 0;
}
.art_tbl_menu_in li{
    list-style: none;
}
.art_tbl_menu_in li a{
    color: #fff;
    padding: 2px 10px;
    border-bottom:1px solid rgba(251, 251, 251, 0.31);
    font-size: 14px;
    display: block;
}
.art_tbl_menu_in li:last-child a{
    border: 0;
}
.art_tbl_menu_in button{
    float: right;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0px 0px 0 10px;
}
.art_tbl_menu_in button:focus{
    color: #909090;
}
table.art_tbl_main tr td span.mob_heading{
    display: inline-block;
    font-weight: 500;
    width: 48%;
    line-height: 18px;
}
table.art_tbl_main tr td:nth-child(4),table.art_tbl_main tr td:nth-child(5),table.art_tbl_main tr td:nth-child(6){
    text-align: left;
}
.float_right{
    float: right;
}
.vendor-search-detail.vendr_logo_main{
    margin: auto;
}
.mob_bold{
    font-weight: 500;
}
.resultsDiv table.article_detail_list.art_tbl_main tbody tr td img {
    width: 175px;
    height: 95px;
    margin-top: 10px;
}
.cmpny_ttl{
    display: flex;
    text-align: center;
    justify-content: center;
}
.vndr_pre_logo {
    margin: 1px 0 0 5px;
}
.cmpny_listing_main li{
    display: flex;
}
.cmpny_listing_main li span.name_left{
    width: 40%;
}
.cmpny_listing_main li span.name_right{
    width: 60%;
}
.date_qtn-ask{
    font-size: 12px;
}
.ques_ans_box.qtn_main_topic p.answers_label.mtop_adj {
    text-align: left;
}
.d-xs-flex{display: flex;}
.dynamic-content img{
    object-fit: contain;
}
.article_pop .popup-set {
    width: auto;
}
}
/*--*/
button.btn.pic-delete-btn.prof_pic_dlt {
    background: #fff;
    /* border: 1px solid #000; */
    border-radius: 50%;
    height: 55px;
    width: 55px;
    position: absolute;
    right: -20px;
    box-shadow: 0px 1px 5px 0 rgb(153, 153, 153);
    bottom: -40px;
}
button.btn.pic-delete-btn.prof_pic_dlt img{

}
/*----------*/
@media(min-width:767px) and (max-width:1024px){
    .left_bar{
        position: inherit;
    }
    .foot-map{
        display: none;
    }
    .leftcheck-area{
        display: none;
    }
    .logo-box-single{
        margin-bottom: 5px;
    }
    .profile-menu-second .nav-pills.df-nav-pills li.active a {
        font-weight: 700;
    }
    /*---ADDED 23-08-19--*/
    .select2-search input{
        background: url(select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #fff 99%) 0 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px 0;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    .d-sm-flex{
        display: flex;
    }
    .w-sm-40{
        width: 40% !important;
    }
    .w-sm-60{
        width: 60% !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    /**-ADDED 5-9-19--*/
    #cart-items h4.title4{
        font-size: 18px;
    }
    .slider.slider-horizontal{
        width: 135px !important;
    }
    .qtn_head_icons .tab_tinyurl .tinyurl {
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    .qtn_head_icons .social_connections.tab_tinyurl{
        text-align: center;
    }
    .d-sm-none{
        display: none !important;
    }
    .matching_score_sec h3 a {
        font-size: 16px;
    }
    /*-added 19-9-19--*/
    .height_specific {
        min-height: 540px;
    }
    .mobile_tble_menu{
        display: none;
    }
    .mt-sm-10{
        margin-top: 10px;
    }
    .email_list_main{
        margin: 0 0 10px;
    }
    .ques_ans_box.qtns_head_desn .user_icon_label_grey {
        margin: 0px 2px 0 0;
        font-size: 16px;
    }
    .dynamic-content img{
        object-fit: contain;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .mobile_tble_menu{
        display: none;
    }
    .navbar-toggle.sort_toggle {
        display: none;
    }
}
@media(min-width:992px) and (max-width:1200px){
    .promot-box-cont p {
    font-size: 13px;
    line-height: 20px;
}
    .promot-box-cont .title3 {
    margin: 0 0 7px;
    font-size: 16px;
}
    .ad_img {
    height: 135px;
}
.modal-open .btn-primary:focus {
    background-color: #73bc77;
    border: 1px solid #73bc77;
}
}


@media (min-width:320px) and (max-width:1024px){
    .d-mt-block{display: block !important;}
    .text-mt-center{text-align: center;}
/*--added on 5-9-19--*/
.srch_rslt_cmn{
    text-align: center;
}
#work-finding .advance-search{
    margin: 0 15px;
}
.rslt_job_main .sidebar-buttons{
    text-align: center;
}
.job_post_search .media-body {
    width: 100%;
} 
.col-mt-12{
    width: 100%;
}  
.work-section .nav-pills.jobs_list_head li{
    float: left;
}
li.slug-bookmark.d-flex.bkmrk_job_det {
    margin: 0 !important;
}
.qtn_shr{
    white-space: nowrap;
}
/*-added 19-9-19--*/
li.funding_txt{
    text-align: left;
}
.profile-menu-second #selectedmenuItem:after{
    content: none !important;
}
.profile-menu-second .nav-tabs .dropdown-menu{
    left: 0;
}
.profile-menu-second .nav-pills>li:not(:first-child) {
    float: right !important;
    width: 79%;
}
.profile-menu-second .nav-pills>li:first-child{
    display: block !important;
}
.profile-menu-second .nav-pills.df-nav-pills li.active a:after, .profile-menu-second .nav-pills.df-nav-pills li:hover a:after{
    content: none;
}
.dashboard_main{
    margin: 0 15px;
}
#write_a_story .avatar-upload{
    margin-left: auto !important;
}
.ques_ans_box.qtns_head_desn .ans_count {
    color: #666;
    text-align: left;
}
.artcl_check span.checkmark{
    top: 3px;
}
.ques_ans_box.qtn_main_topic .main-topic-border {
    width: 100%;
    margin: 0 0 10px;
}
.ask_question_form .ques_ans_box.qtn_main_topic  .inside_tags.topic_tags {
    margin: 0px 3px 8px 0;
}
.ask_question_form .author-article .nav-tabs>li>a {
    font-size: 18px;
    padding: 2px 19px;
}
.no-mt-p{
    padding: 0 !important;
}
}
/*-----------------------------------------------------*/

.article-row .shares_icon{
    padding: 0;
}
.article-row .shares_icon .fa {
    font-size: 20px;
}
.article-row .shares_icon span{
    display: flex;
    line-height: 5px;
}
.article-row .user_icon_label_grey{
    color:#73bc77 ;
}
.article-row {
    font-size: 12px;
}
.article-row .shares_icon{
    padding-left: 10px;
    padding-right: 0px;
}
.article-row .flx_new{
    padding-left: 8px;
    padding-right: 0px;
}


/*----------------------- ddmenu ------------------------------*/
#ddmenu li a{display:block; padding:8px 0; position:relative; z-index:1}
#ddmenu .caret{z-index:0}

