/*!
  Description: The global theme css for HeadHonchos.com.
  Author: Praveen Poonia
  Version: 2.0
  Copyright by HeadHonchos.com
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(https://fonts.googleapis.com/css?family=Lato);
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.42857143;
    color: #404040;
}

p,
span,
div,
a,
button,
input {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.no-hover-effect:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a.no-hover-effect:hover {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a i.fa {
    cursor: pointer !important;
}

.no-border {
    border-color: transparent!important;
    border-width: 0px;
}

.no-border-radius {
    border-radius: 0px;
}

.no-shadow,
.card .panel-group .panel {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.01) !important;
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.01) !important;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.01) !important;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.margin-padding-0 {
    margin: 0px;
    padding: 0px;
}

.padding-0 {
    padding: 0px!important;
}

.padding-left-0 {
    padding-left: 0px!important;
}

.padding-left-10 {
    padding-left: 10px
}

.padding-left-15 {
    padding-left: 15px
}

.padding-right-0 {
    padding-right: 0px!important;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-10,
.padding-top-xs-0-sm-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-tb-90-lr-5 {
    padding: 90px 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-13 {
    margin-left: 13px;
}

.margin-left-45 {
    margin-left: 45px!important;
}

.margin-left-47 {
    margin-left: 47px!important;
}

.margin-left-30 {
    margin-left: 30px!important;
}

.margin-left-20 {
    margin-left: 20px!important;
}

.margin-top-0 {
    margin-top: 0px
}

.margin-top-51,
.header-clearence {
    /*margin-top: 51px;*/
}

.margin-top-btm-81 {
    margin-bottom: 55px;
}

.margin-top-145 {
    margin-top: 145px;
}

.margin-bottom-0 {
    margin-bottom: 0px
}

.margin-bottom-10,
.edit-form .form-group {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-minus-1 {
    margin-left: -1px;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #000;
}

.grey-bg {
    background: #efefef;
}

.lite-grey-bg {
    background: #D0D0D0;
}

.dark-grey-bg {
    background: #4b4b4b;
}

.dark-grey-bg-hover {
    background: #4b4b4b;
}

.dark-grey-bg-hover:hover {
    background: #3d3d3d;
    color: #fff;
}

.dark-grey-bg-hover:focus {
    background: #3d3d3d;
    color: #fff;
}

.light-grey-bg {
    background: #f4f4f4;
}

.blue-panal {
    background: #3D6CAD;
}

.bg-dark-blue {
    background: #294676;
}

.light-blue-box {
    background: #6293e0;
    color: #fff;
    padding: 12px 15px;
    border-radius: 2px;
}

.light-blue-panal,
.blue-panal .light-blue-panal {
    padding-bottom: 25px;
    padding-top: 30px;
    background: #294676;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.29);
}

.bg-pale {
    background: #F7F9FF;
}

.bg-lite-pale {
    background: #ebf3fd;
}

.bg-grey-blue {
    background: #3c4d6c;
}

.bg-dark-green {
    background-color: #00a651;
}

.bg-dark-blue {
    background-color: #21a9e1;
}

.bg-SlateBlue {
    background-color: #6362de;
}

.bg-dark-red {
    background-color: #f56262;
}

.light-green {
    background: #e6eee5;
}

.light-border {
    border-color: #EBEBEB;
}

.bold {
    font-weight: 500;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

.font-10 {
    font-size: 1rem;
}

.font-13,
.footer ul li a {
    font-size: 1.3rem;
}

.font-15 {
    font-size: 1.5rem;
}

.font-16 {
    font-size: 1.6rem;
}

.font-17 {
    font-size: 1.7rem !important;
}

.font-20 {
    font-size: 2rem !important;
}

.font-22 {
    font-size: 2.2rem !important;
}

.font-24 {
    font-size: 2.4rem;
}

.font-30 {
    font-size: 3rem;
}

.font-34 {
    font-size: 3.4rem;
}

.font-40 {
    font-size: 4rem;
}

.font-48 {
    font-size: 4.8rem;
}

.font-60 {
    font-size: 6.0rem;
}

.line-height-14 {
    line-height: 1.4rem;
}

.line-height-21 {
    line-height: 2.1rem;
}

.line-height-24 {
    line-height: 2.4rem;
}

.line-height-31 {
    line-height: 3.1rem;
}

.line-height-42 {
    line-height: 4.2rem;
}

.line-height-50 {
    line-height: 5rem;
}

.text-orange {
    color: #f27d18;
}

.text-white,
.footer ul li a {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-dark-grey {
    color: #333;
}

.text-grey,
.vertical-list-tab li.active a {
    color: #7e7a84;
}

.text-light-grey {
    color: #C6C6C6;
}

.text-purple {
    color: #725992;
}

.text-skyblue {
    color: #aae0ec;
}

.text-dark-yellow {
    color: #DAA600;
}

.text-bluepanal-icon {
    color: #dcdcdc;
    text-shadow: 1px 2px 1px #4d4d4d;
}

a.text-skyblue:hover {
    color: #aae0ec;
    text-decoration: underline;
}

.ac_results {
    background: #fff;
    margin-top: -2px;
    z-index: 9999;
    position: fixed!important;
}

.ac_results ul {
    list-style: none;
    list-style-position: inside;
    margin-left: -40px;
}

.ac_results ul li {
    border-bottom: 1px solid #F4F4F4;
    padding: 5px;
}

.ac_over {
    background-color: #eee;
}

.icon-box {
    width: 25px;
}

.modal-small {
    width: 400px;
}

.btn-grey {
    background-color: #e6e6e6;
    color: #5e5e5e;
}

.btn-grey:hover {
    text-decoration: underline;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:focus {
    background: none repeat scroll 0 0 #725992;
    color: #fff;
    text-transform: uppercase;
}

.btn-soft-red,
.btn-soft-red:hover,
.btn-soft-red:focus {
    background: none repeat scroll 0 0 #e64c65;
    color: #fff;
}

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus {
    background: none repeat scroll 0 0 #f1e110;
    color: #333;
    text-transform: uppercase;
}

.btn-enquire,
.btn-lg-enquire {
    background: none repeat scroll 0 0 #ef6c0f;
    color: #fff;
}

.btn-enquire:hover {
    color: #fff;
    background-color: #f1751d;
}

.border-bottom-gray {
    border-bottom: 1px solid #ccc;
}

.border-left-gray {
    border-left: 1px solid #ccc;
}

.border-orange {
    border: 2px solid rgb(255, 219, 188);
}

.membership-card,
.membership-card:hover {
    display: block;
    text-decoration: none;
    background: #8cb749;
    color: #fff;
    padding: 25px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px rgba(54, 54, 54, 0.64);
    -webkit-box-shadow: 0 2px 2px rgba(54, 54, 54, 0.64);
    -moz-box-shadow: 0 2px 2px rgba(54, 54, 54, 0.64);
}

.membership-card-blue,
.membership-card-blue:hover {
    display: block;
    text-decoration: none;
    background: #375FA7;
    color: #fff;
    padding: 25px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px rgba(54, 54, 54, 0.64);
    -webkit-box-shadow: 0 2px 2px rgba(54, 54, 54, 0.64);
    -moz-box-shadow: 0 2px 2px rgba(54, 54, 54, 0.64);
}

#logoCarousel .carousel-control {
    top: -9px;
}

.carousel-control.right {
    right: 20px;
}

#bannerCarousel .carousel-control {
    top: 35%;
}

.page-heading {
    background: none repeat scroll 0 0 rgba(13, 9, 9, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.46);
    height: 87px;
}

.signin-dropdown {
    float: right!important;
    margin-left: -168%;
    width: 275px!important;
}

.cart-dropdown {
    margin-left: -630px!important;
    width: 700px;
    padding: 0px 0px 10px;
}

.right-overlapped-card {
    box-shadow: -1px 0 2px #cdcdcd;
    -moz-box-shadow: -1px 0 2px #cdcdcd;
    -webkit-box-shadow: -1px 0 2px #cdcdcd;
    -o-box-shadow: -1px 0 2px #cdcdcd;
}

.left-overlapped-card {
    box-shadow: 1px 0 2px #cdcdcd;
    -moz-box-shadow: 1px 0 2px #cdcdcd;
    -webkit-box-shadow: 1px 0 2px #cdcdcd;
    -o-box-shadow: 1px 0 2px #cdcdcd;
}

.raise-1,
.raise-hover-1:hover {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
}

.raise-2,
.raise-hover-2:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.18);
}

.raise-3,
.raise-hover-3:hover {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.raise-text-1 {
    text-shadow: 1px 1px 1px #303030;
    -moz-text-shadow: 1px 1px 1px #303030;
    -webkit-text-shadow: 1px 1px 1px #303030;
}


/* tab customization */

.nav-tabs {
    border-bottom: 0 solid #ddd;
}

.nav-tabs>li {
    background: none repeat scroll 0 0 #f2f2f2;
    box-shadow: 0 -2px 2px #e0e0e0;
}

.nav-tabs li.active {
    background: #fff;
    box-shadow: 0 -2px 2px #e0e0e0;
    -moz-box-shadow: 0 -2px 2px #e0e0e0;
    -webkit-box-shadow: 0 -2px 2px #e0e0e0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:active {
    border-width: 0px;
    outline: 0;
}

.nav-tabs li a:hover {
    background: none;
    border-color: #f2f2f2;
}

.tab-content {
    background: #fff;
    box-shadow: 0 2px 2px #e0e0e0;
    -moz-box-shadow: 0 2px 2px #e0e0e0;
    -webkit-box-shadow: 0 2px 2px #e0e0e0;
}

#setting-page-tab-container.tab-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


/* index page style */

.blue-card {
    background: none repeat scroll 0 0 #3c5e8e;
    border-radius: 1px;
    box-shadow: 0 3px 4px -4px #122341;
}


/*registeration page style*/

.intl-tel-input,
.mobile-input-box {
    width: 100% !important;
    line-height: 0.7;
}


/* --- searchlisting page style --- */

.list-box label span {
    font-size: 1.3rem;
    margin-top: 1px;
}

.sticky-subheader {
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
}

.content-container,
.wrapper-container {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    clear: both;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.content-container:before {
    background: none repeat scroll 0 0 #fafafa;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 25%;
}

.content-container:after {
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.25) inset;
    display: block;
    height: 100%;
    left: 25%;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 3;
}

.card {
    background: #fff;
    box-shadow: 0 1px 2px #c9c9c9;
    -moz-box-shadow: 0 1px 2px #c9c9c9;
    -webkit-box-shadow: 0 1px 2px #c9c9c9;
    border-radius: 2px;
}

.card:hover {
    box-shadow: 0 2px 2px #bababa;
    -moz-box-shadow: 0 2px 2px #bababa;
    -webkit-box-shadow: 0 2px 2px #bababa;
}

.card-header {
    margin-top: 0px;
}

.card-hover:hover {
    box-shadow: 0 2px 3px #6c6c6c;
    -moz-box-shadow: 0 2px 3px #6c6c6c;
    -webkit-box-shadow: 0 2px 3px #6c6c6c;
}

.heading {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 10px;
    padding: 10px 0;
}

.search-filter-panel {
    /*    box-shadow: 0 3px 5px -5px #ccc;
    -moz-box-shadow: 0 3px 5px -5px #ccc;
    -webkit-box-shadow: 0 3px 5px -5px #ccc;
    -o-box-shadow: 0 3px 5px -5px #ccc;*/
    color: #5d5d5d;
}

.result-list-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 5px;
    margin-left: 5px;
}

.result-list-item:hover {
    background: none repeat scroll 0 0 rgba(196, 196, 196, 0.11);
    border-bottom: 1px solid #a9a9a9;
    box-shadow: 1px 0 3px rgba(31, 31, 31, 0.47);
}

.result-list-item-light-orange {
    border-bottom: 1px solid #dedede;
    margin-left: 5px;
    padding: 10px 5px;
    background-color: #fef4e4;
}

.result-list-item-light-orange:hover {
    border-bottom: 1px solid #a9a9a9;
    box-shadow: 1px 0 3px rgba(31, 31, 31, 0.47);
}

.date {
    background: none repeat scroll 0 0 #2775BE;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    min-width: 37px;
}

.date>span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 2px;
    color: #303c42;
    display: block;
    padding: 0 3px;
}

.list-box {
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    padding: 5px 10px;
    max-height: 160px;
    overflow-y: scroll;
    overflow-x: hidden
}

.list-box>div>span {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

#filterResultAccordion .search-filter-panel h4 {
    margin: 5px 0px;
}

#filterResultAccordion .search-filter-panel h4 a {
    color: #333;
    box-shadow: 0 2px 4px -5px #0d0d0d;
    -moz-box-shadow: 0 2px 4px -5px #0d0d0d;
    -webkit-box-shadow: 0 2px 4px -5px #0d0d0d;
    -o-box-shadow: 0 2px 4px -5px #0d0d0d;
    line-height: 3rem;
}

.refine-block {
    background: none repeat scroll 0 0 #fafafa;
    height: 100%;
}

.slimScrollBar {
    z-index: 9!important;
}


/* mypage */

.category-box {
    padding: 15px 0px;
    margin-top: 10px;
    color: #6d6d6d;
}

.tile {
    border-bottom: 1px solid #ccc;
}

.tile:hover {
    background: none repeat scroll 0 0 #FCFCFC;
    z-index: 99;
    box-shadow: 0 1px 2px #dddddd;
    -webkit-box-shadow: 0 1px 2px #dddddd;
    -moz-box-shadow: 0 1px 2px #dddddd;
    -o-box-shadow: 0 1px 2px #dddddd;
    border-bottom: 1px solid #d5d5d5;
}

.tile:hover .light-grey-bg {
    background: #eeeeee;
}

.card .panel-group .well {
    border-radius: 0px;
    border: 1px solid #efefef;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}

.card .panel-group {
    margin-bottom: 0px;
}


/* profile page */

.edit-form input[type="text"].form-control,
.edit-form select.form-control,
.edit-form input[type="password"].form-control {
    font-size: 12px;
    height: 27px;
    line-height: 1.42857;
    padding: 5px;
}


/* services page */

.plan {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 20px 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}


/*.plan:hover{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02);}*/

.planContainer .title h2 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #3e4f6a;
    margin: 0;
    padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
    background: #3e4f6a;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.planContainer .price p {
    background: #3e4f6a;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 0em;
}

.planContainer .price p.bestPlanPrice {
    background: #f7814d;
}

.planContainer .price p span {
    color: #8394ae;
}

.planContainer li.price p {
    color: #364761!important;
    background: #fff!important;
    font-size: 1.75em;
}

.planContainer li.price p.bestPlanPrice {
    color: #e67545!important;
    background: #fff!important;
    font-size: 1.75em;
}

.planContainer .options li {
    line-height: 2.5;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e4f6a;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.8em;
    border: 2px solid #3e4f6a;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    border-radius: 4px;
    margin: 0.6em 0 0.6em;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.planContainer .button a.bestPlanButton {
    color: #fff;
    background: #f7814d;
    border: 2px solid #f7814d;
}

.planContainer .button a:hover {
    background: #3e4f6a;
    color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
    background: #E67545;
    border: 2px solid #E67545;
}

.info-band {
    background-color: #3d6cad;
    color: #fff;
    opacity: 0.97;
}

.silver-stripe {
    background: rgba(235, 235, 235, 0.31);
    box-shadow: 0px 0 2px rgba(111, 111, 111, 0.39);
    -moz-box-shadow: 0px 0 2px rgba(111, 111, 111, 0.39);
    -webkit-box-shadow: 0px 0 2px rgba(111, 111, 111, 0.39);
    opacity: 0.93;
}

.gold-stripe {
    background-color: rgba(249, 242, 184, 0.41);
    box-shadow: 0px 0 4px rgba(111, 111, 111, 0.39);
    -moz-box-shadow: 0px 0 4px rgba(111, 111, 111, 0.39);
    -webkit-box-shadow: 0px 0 4px rgba(111, 111, 111, 0.39);
    opacity: 0.93;
}

.platinum-stripe {
    background: rgba(255, 208, 137, 0.25);
    -moz-box-shadow: 0 0 2px rgba(0, 1, 1, 0.18);
    -webkit-box-shadow: 0 0 2px rgba(0, 1, 1, 0.18);
    box-shadow: 0 0 2px rgba(0, 1, 1, 0.18);
    opacity: 0.93;
}

.z-index-minus {
    z-index: -1;
}

.lucy-form {
    bottom: 0;
    margin-left: 10px;
    right: 10px;
    position: fixed;
    margin-bottom: 0px;
    z-index: 99;
    float: right;
}


/* --- footer style -- */

.footer {
    background: #444444;
    color: #fff;
}

.footer h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 1px solid #5d5d5d;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.icons-highlighter {
    padding: 2px 3px;
    text-align: center;
    border-radius: 2px;
    background: none repeat scroll 0px 0px rgb(50, 49, 49);
    width: 18px;
}

.circ-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    line-height: 68px;
    text-align: center;
    background: #3d6cad;
    border-radius: 50%;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.circ-wrapper i.icon-4x {
    font-size: 4.0rem;
}

.phone-icn-box {
    line-height: 19px;
    width: 38px;
}

.next-job {
    z-index: 99;
    position: fixed;
    bottom: 15%;
    display: none;
}


/*
 * Social Buttons for Bootstrap
 */

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon:first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover,
.btn-adn:focus,
.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-hh {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-hh:hover,
.btn-hh:focus,
.btn-hh:active,
.btn-hh.active,
.open>.dropdown-toggle.btn-hh {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-hh:active,
.btn-hh.active,
.open>.dropdown-toggle.btn-hh {
    background-image: none
}

.btn-hh.disabled,
.btn-hh[disabled],
fieldset[disabled] .btn-hh,
.btn-hh.disabled:hover,
.btn-hh[disabled]:hover,
fieldset[disabled] .btn-hh:hover,
.btn-hh.disabled:focus,
.btn-hh[disabled]:focus,
fieldset[disabled] .btn-hh:focus,
.btn-hh.disabled:active,
.btn-hh[disabled]:active,
fieldset[disabled] .btn-hh:active,
.btn-hh.disabled.active,
.btn-hh[disabled].active,
fieldset[disabled] .btn-hh.active {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-hh .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open>.dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:active,
.btn-google-plus.active,
.open>.dropdown-toggle.btn-google-plus {
    background-image: none
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-whatsapp {
    color: #fff;
    background-color: #52D54A;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active,
.btn-whatsapp.active,
.open>.dropdown-toggle.btn-whatsapp {
    color: #fff;
    background-color: #42B23A;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-whatsapp:active,
.btn-whatsapp.active,
.open>.dropdown-toggle.btn-whatsapp {
    background-image: none
}

.btn-whatsapp.disabled,
.btn-whatsapp[disabled],
fieldset[disabled] .btn-whatsapp,
.btn-whatsapp.disabled:hover,
.btn-whatsapp[disabled]:hover,
fieldset[disabled] .btn-whatsapp:hover,
.btn-whatsapp.disabled:focus,
.btn-whatsapp[disabled]:focus,
fieldset[disabled] .btn-whatsapp:focus,
.btn-whatsapp.disabled:active,
.btn-whatsapp[disabled]:active,
fieldset[disabled] .btn-whatsapp:active,
.btn-whatsapp.disabled.active,
.btn-whatsapp[disabled].active,
fieldset[disabled] .btn-whatsapp.active {
    background-color: #52D54A;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-whatsapp .badge {
    color: #52D54A;
    background-color: #fff
}

.icon-4x {
    font-size: 4.0rem !important;
}

.icon-3x {
    font-size: 3.0rem !important;
}

.text-wrap {
    word-wrap: break-word;
}

.indeed-tag {
    border: 1px solid #31759F;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
    line-height: 21px;
    background-color: #fff;
}

.color-blu {
    color: #0075c0;
}

.color-red {
    color: #990000;
}

.er-li-dis {
    background: #fff;
    border: 1px solid #e4e3e3
}

.margintop20 {
    margin-top: 20px;
}

.promo {
    background: #e4e3e3;
    padding: 5px 15px;
}

@media (min-width: 991px) {
    .mobile-input-box {
        width: 75%;
    }
    .spc-ofr1 {
        display: none;
    }
}

@media (min-width: 676px) and (max-width: 768px) {
    .mobile-input-box {
        width: 71%;
    }
    .spc-ofr1 {
        display: none;
    }
    .margin-left-45 {
        margin-left: 15px!important;
    }
    .margin-left-47 {
        margin-left: 25px!important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .mobile-input-box {
        width: 73% !important;
    }
    .spc-ofr1 {
        display: none;
    }
    #masthead .row-eq-height {
        display: inherit !important;
    }
}

@media (min-width:768px) {
    #searchKeyword.collapse,
    #refineSearch.collapse {
        display: block!important;
        height: auto!important;
        overflow: visible!important;
        padding-bottom: 0;
    }
    .padding-sm-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-sm-height {
        display: table-row;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
    }
    .spc-ofr1 {
        display: none;
    }
    .margin-left-45 {
        margin-left: 15px!important;
    }
    .margin-left-47 {
        margin-left: 25px!important;
    }
    .bigger-modal {
        width: 760px;
    }
    .padding-left-sm-0 {
        padding-left: 0px;
    }
}

@media (max-width:768px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 2.1rem;
    }
    h2,
    .h2 {
        font-size: 1.8rem;
    }
    h3,
    .h3 {
        font-size: 1.6rem;
    }
    .line-height-42 {
        line-height: 2.4rem;
    }
    .modal-small {
        width: 310px;
        margin: 60px auto;
    }
    .margin-top-xs-15 {
        margin-top: 15px;
    }
    .margin-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .padding-top-xs-15 {
        padding-top: 15px;
    }
    .padding-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .padding-xs-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .padding-xs-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padding-xs-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-top-xs-0-sm-10 {
        padding-top: 0px;
    }
    .padding-bottom-xs-0 {
        padding-bottom: 0px;
    }
    .margin-bottom-30 {
        margin-bottom: 15px;
    }
    .margin-bottom-60 {
        margin-bottom: 25px;
    }
    .padding-tb-90-lr-5 {
        padding: 50px 15px 30px;
    }
    .padding-tb-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pull-none-xs {
        float: none!important;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #a9a5a5;
    }
    .col-xs-12.light-blue-panal {
        background: transparent;
    }
    .content-container:before,
    .content-container:after {
        display: none;
        margin: 0 5px;
    }
    .content-container,
    .container {
        margin-left: 5px;
        margin-right: 5px;
    }
    .circ-wrapper {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        line-height: 95px;
        border-radius: 50%;
    }
    .circ-wrapper i.icon-4x {
        font-size: 6.0rem;
    }
    .page-heading {
        height: 81px!important;
        margin-left: 0!important;
        margin-top: -11px;
        width: 100%;
    }
    .margin-top-145,
    .subheader-clearence {
        margin-top: 135px;
    }
    .slider-handle {
        height: 25px;
        position: absolute;
        width: 25px;
    }
    .container-xs-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-xs-height {
        display: table-row;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
    }
    .spc-ofr1 {
        display: none;
    }
    .margin-left-45 {
        margin-left: 15px!important;
    }
    .margin-left-47 {
        margin-left: 25px!important;
    }
    .blue-panal .header-content {
        min-height: 255px !important;
    }
    .row-eq-height {
        display: inherit !important;
    }
}

@media (min-width: 425px) and (max-width: 675px) {
    .mobile-input-box {
        width: 65%;
    }
    .spc-ofr1 {
        display: none;
    }
    .margin-left-45 {
        margin-left: 15px!important;
    }
    .margin-left-47 {
        margin-left: 25px!important;
    }
}

@media (min-width: 300px) and (max-width: 424px) {
    .margin-left-40 {
        margin-left: 15px!important;
    }
    .mobile-input-box {
        width: 60%;
    }
    .spc-ofr1 {
        display: none;
    }
}


/* Fix to make dropdows appear on hover. (Bootstrap Patch) */


/*.dropdown:hover .dropdown-menu {display: block;}*/

.dropdown:hover .dropdown-menu:first-child {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #efefef;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 5px 10px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #efefef;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #efefef;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #efefef;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #efefef;
}

.popular-tag {
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px 5px;
    position: absolute;
    right: 15px;
    top: -15px;
    color: #fff;
}

.contactWidget {
    background: none repeat scroll 0 0 #fff;
    box-shadow: -1px -1px 5px #999;
    margin-top: 15%;
    padding: 9px 0 7px 8px;
    position: fixed;
    right: 0;
    width: 140px;
    z-index: 9;
}


/*.mobileContactWidget {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    box-shadow: -1px -1px 5px #999;
    margin-top: 73%;
    padding: 0 0 7px 15px;
    position: fixed;
    right: -9px;
    width: 47px;
    z-index: 1000;
}*/

.fa:hover {
    cursor: default;
}

.top-gry-brdr {
    border-top: 5px solid #8f8f8f
}

.top-gold-brdr {
    border-top: 5px solid #f2b96a
}

.top-blue-brdr {
    border-top: 5px solid #195E96
}

.btm-gry-brdr {
    border-bottom: 5px solid #8f8f8f
}

.btm-gold-brdr {
    border-bottom: 5px solid #f2b96a
}

.btm-blue-brdr {
    border-bottom: 5px solid #0f61a3
}

.basic-pm {
    color: #8f8f8f!important;
    font-size: 24px;
}

.free-pm {
    color: #8f8f8f!important;
    font-size: 20px;
}

.gold-pm {
    color: #4d4d4d!important;
    font-size: 24px;
}

.plat-bg {
    background-color: #f0f0f0;
}

.pop-img {
    width: 62px;
    height: 54px;
}

.margin-top-10 {
    margin-top: 10px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-top-15 {
    margin-top: 15px!important;
}

.price-pm {
    font-size: 20px;
    font-weight: 400;
}

.btn-primaryblue {
    background-color: #195e96;
    border-color: #195e96;
    color: #fff;
}

.btn-primaryblue:hover {
    background-color: #0E578E;
}

.plat-bg {
    background-color: #f0f0f0
}

.grey-button {
    background-color: #8f8f8f
}

.grey-button:hover {
    background-color: #9f9f9f;
}

.margin-left-35 {
    margin-left: 35px!important;
}

.margin-left-40 {
    margin-left: 65px!important;
}

.padding-top-5 {
    padding-top: 5px;
}

.heading-blue30 {
    font-size: 30px;
    color: #0f61a3;
    font-weight: 400!important;
    text-align: left!important;
    margin-left: 25px!important;
}

.heading-grey30 {
    font-size: 30px;
    color: #4d4d4d!important;
    font-weight: 400!important;
    text-align: left!important;
    margin-left: 25px!important;
}

.er-desc {
    margin-left: 25px;
    line-height: 21px;
    text-align: left;
    margin-right: 25px;
}

.margin-left25 {
    margin-left: 25px;
}

.text-align-left {
    text-align: left;
}

.text-align-centr {
    text-align: center;
}

.margin-lr-25 {
    margin-left: 25px!important;
    margin-right: 25px!important;
}

.margin-lr-15 {
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.margin-lr-5 {
    margin-left: 5px!important;
    margin-right: 5px!important;
}

.er-button {
    background: none repeat scroll 0 0 #0f61a3;
    padding: 5px;
    border: 2px solid #0f61a3;
    color: #fff;
    border-radius: 3px;
    font-size: 18px!important;
    font-weight: 400!important;
}

.er-button a,
er-button a:hover {
    background: none repeat scroll 0 0 #0f61a3;
    border: 1px solid #0f61a3;
    color: #fff;
    border-radius: 3px;
    font-size: 18px!important;
    font-weight: 400!important;
    display: block;
    padding: 5px;
}

.er-button-gry a,
er-button-gry a:hover {
    background: none repeat scroll 0 0 #787878;
    border: 1px solid #787878;
    color: #fff;
    border-radius: 3px;
    font-size: 18px!important;
    font-weight: 400!important;
    display: block;
    padding: 5px;
}

.er-button-grey a,
er-button-grey a:hover {
    background: none repeat scroll 0 0 #787878;
    border: 1px solid #787878;
    color: #fff;
    border-radius: 3px;
    font-size: 18px!important;
    font-weight: 400!important;
    display: block;
    padding: 10px 15px;
}

.margin-0 {
    margin: 0px!important;
}

.er-combo {
    border-radius: 3px;
    border: 5px solid #c6dff0;
    padding: 10px 10px;
}

.spc-ofr {
    border-radius: 3px 0 0 3PX;
    background: #f0ad4e;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
}

.margin-tb-25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
}

.margin-tb-15 {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.combo-price {
    background: #fff;
    border: 1px solid #c6dff0;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px!important;
    padding: 10px 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-37 {
    margin-top: 37px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 48px!important;
}

.padding-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-13 {
    margin-top: 13px;
}

.margin-left-5 {
    margin-left: 4px;
}

.margin-top-21 {
    margin-top: 21px;
}

.margin-left-12 {
    margin-left: 12px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-110 {
    margin-left: 110px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-21 {
    margin-top: 21px;
}

.flt {
    float: left;
}

.font-25 {
    font-size: 2.5rem;
}

.min-height400 {
    min-height: 400px;
}

.min-height100 {
    min-height: 100px;
}

.min-height101 {
    min-height: 101px;
}

.valign-mdle {
    vertical-align: middle!important;
}

.min-height493 {
    min-height: 493px;
}
.min-height450 {
    min-height: 450px;
}

.most-popular {
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
}

.padding-rb {
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 0px;
}

.margin-left-45 {
    margin-left: 45px!important;
}

.margin-left-47 {
    margin-left: 25px!important;
}

@media (min-width: 768px) and (max-width: 980px) {
    .margin-top-37 {
        margin-top: 20px;
    }
    .spc-ofr1 {
        display: none;
    }
    .margin-left-20 {
        margin-left: 0px;
    }
    .margin-left-110 {
        margin-left: 10px;
    }
    .margin-top-21 {
        margin-top: 74px;
    }
    .margin-left-45 {
        margin-left: 15px!important;
    }
    .margin-left-47 {
        margin-left: 25px!important;
    }
    .margin-top-30 {
        margin-top: 5px;
    }
}

@media (min-width: 300px) and (max-width: 360px) {
    .spc-ofr {
        display: none;
    }
    .spc-ofr1 {
        display: block;
        border-radius: 3px 0;
        background: #f0ad4e;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 10px;
    }
    .margin-top-30 {
        margin-top: 10px;
    }
    .margin-left-20 {
        margin-left: 0px;
    }
    .margin-left-110 {
        margin-left: 10px;
    }
    .margin-left-45 {
        margin-left: 15px!important;
    }
    .margin-left-47 {
        margin-left: 25px!important;
    }
    .margintop20 {
        margin-top: 10px;
    }
}

.my-offer {
    background-image: url(../img/my-offers-bg.png);
    height: 68px;
    width: 263px;
    text-align: center;
    vertical-align: middle;
}


/* owl caraousal Dot display*/

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 5px;
    opacity: 0.5;
    width: 12px;
    display: inline-block;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    color: #000000;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot.active {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    color: #000000;
}

.shortlisted {
    background: #E0E9F5;
}

.shortlisted::after {
    content: "Shortlisted";
    background: #408844;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin: 15px;
}

.rejected {
    background: #F7F6DB;
}

.rejected::after {
    content: "Not Shortlisted";
    background: #F17E7E;
    padding: 5px 9px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    margin: 15px;
}

.rejected-jd::after {
    content: "Not Shortlisted";
    background: #d9534f;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    top: 7px;
    position: relative;
    font-weight: bold;
    opacity: .7;
}

.shortlisted-jd::after {
    content: "Shortlisted";
    background: #239255;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    top: 7px;
    position: relative;
    font-weight: bold;
    opacity: .7;
}

.application-tracking-div {
    min-height: 50px;
    max-height: 365px;
    overflow-y: scroll;
}

a.outline-0,
a.outline-0:visited {
    outline: 0;
}

.margin-left-minus-1 {
    margin-left: -1px;
}

.width-20perc {
    width: 20% !important;
}

.width-80perc {
    width: 80% !important;
}

.smallSocialBtn {
    padding: 6px 10px 6px 40px;
}

.break-word {
    word-wrap: break-word;
}

.bg-mat-yellow {
    background: #FECA30;
}

.bg-mat-green {
    background: #4CAF50;
}

.text-grey-blue {
    color: #0B5F82;
}

.min-height80 {
    min-height: 80px;
}

.border-bottom-light-gray {
    border-bottom: 1px solid #E2E2E2;
}

.border-left-gray {
    border-left: 1px solid #ccc;
}

.pricing_plans ul li {
    line-height: 42px;
}

.bordered-btn-tab a:hover {
    background-color: transparent !important;
}

.bordered-btn-tab a:hover span.bordered-button {
    background: #ffffff;
    color: #000;
}

.bordered-btn-tab a span.bordered-button {
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 2px;
}


/*  Job Insights page*/

#insights .panel-heading {
    color: #333;
    background-color: #e0e0e0!important;
    border-color: #ddd;
    text-align: center
}

#insights .list-group-item {
    border: 0px!important;
    padding-left: 0px!important;
    padding-bottom: 0px!important;
}

#insights .list-group {
    margin-bottom: 0px!important
}

.insight-wrap {
    background: #f5f7fa;
    border: 1px solid #dcdcdc;
}

.btn-border {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.blue-border-btn {
    background-color: #fff;
    border: 1px solid #267fcb;
    color: #267fcb;
    border-radius: 3px;
    padding: 5px 10px;
}

.border-radius-20 {
    border-radius: 20px!important;
}

.blue-text {
    color: #0d5999;
}

.yellow-text {
    color: #f0a70f;
}

.margin-right-20 {
    margin-right: 20px;
}

.border-right {
    border-right: 1px solid #aaaaaa;
}

.fixit {
    position: fixed;
    height: auto;
    z-index: 12;
}

.card-flex {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .card-flex {
        min-height: 320px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-flex {
        min-height: 320px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-flex {
        min-height: 415px;
    }
}

.card-flex .card-action {
    bottom: 0px;
    width: 100%;
}

.card .card-header-box {
    position: relative;
}

.card .card-header-box .top-caption {
    top: 0;
    left: 0;
    padding: 8px 16px;
    position: absolute;
    color: #fff;
    -webkit-text-shadow: 1px 1px 1px #4A4A4A;
    -moz-text-shadow: 1px 1px 1px #4A4A4A;
    text-shadow: 1px 1px 1px #4A4A4A;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    width: 100%;
}

.card .card-header-box .top-caption i {
    font-weight: 500;
    padding-right: 6px;
}

.card .card-header-box .bottom-caption {
    bottom: 0;
    left: 0;
    padding: 8px 16px;
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-shadow: 1px 1px 1px #313131;
    -moz-text-shadow: 1px 1px 1px #313131;
    text-shadow: 1px 1px 1px #313131;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    width: 100%;
}

.card .card-content-box {
    padding: 16px;
}

.card .card-content-box h3.card-title,
.card .card-content-box .card-title {
    margin: 0;
    line-height: 130%;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    height: 60px;
    overflow: hidden;
}

.card .card-content-box small.card-subtitle,
.card .card-content-box .card-subtitle {
    display: block;
    margin-top: 8px;
    color: #8C8C8C;
    line-height: 160%;
    text-transform: capitalize;
    height: 35px;
    overflow: hidden;
}

.card .card-action {
    padding: 8px 16px;
    border-top: 1px solid #F0F0F0;
    text-align: center;
}

.card .card-action a {
    font-weight: 500;
    display: block;
}

.card-carousel .carousel-indicators li.active {
    background-color: #777474;
}

.card-carousel .carousel-indicators li {
    background-color: #eee;
    border: 1px solid #777474;
}

.card-carousel .carousel-indicators {
    margin-top: 35px;
    margin-bottom: -10px;
    position: relative;
}


/*
.margin-lr-10{ margin-left:10px; margin-right:10px;}
.job-info-1{ background:#fff; border:1px solid #d1cfcf; border-bottom: 2px solid #d1cfcf; border-radius:3px; }
.job-info{ background:#fff; padding:10px; border:1px solid #dcdcdc; border-radius:3px;}
*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*do less and more plugin style*/

.dolessmore {
    overflow: hidden;
}

.dolessmoreblock {
    position: relative;
}

.lm-control {
    position: absolute;
    color: #5A5A55;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F0F0F0;
    text-align: center;
    padding: 5px;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.21);
}

a.lm-control:hover,
a.lm-control:focus {
    color: inherit;
    text-decoration: none;
}

.dlmexpand {
    padding-bottom: 20px;
}

.btn-hover {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.btn-border {
    border-radius: 2px;
    box-sizing: border-box;
    border-width: 2px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    /*padding: 7px 18px;*/
    border-color: #000000;
    color: #000000;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.btn-border.btn-primary {
    border-color: #2a79b8;
    color: #2a79b8;
}

.blue-panal .btn-border.btn-primary {
    border-color: #fff;
    color: #fff;
}

.btn-border.btn-primary:hover {
    border-color: #3F51B5;
    color: #fff;
    background: #3F51B5;
}

.blue-panal .btn-border.btn-success {
    border-color: #239255;
    color: #fff;
}

.btn-border.btn-success {
    border-color: #239255;
    color: #239255;
}

.btn-border.btn-success:hover {
    border-color: #239255;
    color: #fff;
    background: #239255;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle,
.vertical-align-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}


/* JD new design styles */

#masthead {
    min-height: 199px;
    background-color: #2F6ABB;
    color: #aaaacc;
    padding-top: 10px;
}

.top-spacer {
    background-color: #ffffff;
    height: 40px;
}

.text-blue-muted {
    color: #95C2FF;
}

.job-share-btn .btn {
    background: transparent;
    border-width: 1px;
    color: #fff;
}

.grey-panal {
    background: #4C4C4C;
}

.btn-group .btn-success.dropdown-toggle {
    border-left: 1px solid #1F7D49;
}

.margin-top-minus-20 {
    margin-top: -20px;
}

.margin-top-minus-40 {
    margin-top: -40px;
}

ul.list-unstyled li {
    padding-right: 2px;
}

ul.list-unstyled li span {
    font-size: 1.5rem;
}

.font-18 {
    font-size: 1.8rem;
}

.job-title {
    font-size: 2.3rem;
    line-height: 3rem;
}

#jobDetailPage .label-info {
    background-color: #E0F7FA;
    border: 1px solid #00BCD4;
    color: #00838F;
}


/*job insights page*/

.top-profile-bg {
    background: url(../img/top-profiles-bg.gif) no-repeat;
    width: 749px;
    height: 318px;
}

.profile-bg {
    background: #3886c2;
    margin-top: 233px;
}


/* Hot Job */

.hotjob {
    background: #fff;
    border: 1px solid #e3380b;
    border-radius: 2px;
    padding: 2px 6px;
    display: inline-block;
}

.hotjob i {
    color: #e3380b;
}

.hotjob:after {
    content: ' Hot Job';
    color: #e3380b;
}


/*round-one-tooltip*/

.popover-content {
    font-size: 11px!important;
    width: 279px!important;
    color: #fff;
}

.popover {
    background: #000000;
    max-width: 100%;
    border-radius: 10px !important;
}

.popover.top>.arrow::after {
    border-bottom-width: 0;
    border-top-color: #111 !important;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.email-suggestion:not(:empty) {
    color: #7b8994;
    display: block;
    font-style: italic;
    min-height: 18px;
}

.email-suggestion>a {
    cursor: pointer;
}


/*Signup and signin page style*/

.sign-row,
.full_height {
    height: 100%
}

.overflow-scroll {
    overflow-y: scroll;
}

.gender-radio input[type="radio"] {
    margin: -4px 4px 0px 15px;
}

.sign-up-wrapper .form-group label {
    color: #989898;
}

.sign-up-wrapper .primary-cta {
    background: #375FA7;
    color: #fff;
    border: 1px solid #204384;
}

.sign-up-wrapper .primary-bordered-cta {
    color: #375FA7;
    background: #fff;
    border: 1px solid #204384;
}

.sign-up-wrapper .form-control,
.sign-up-wrapper select.form-control {
    height: 40px;
    padding: 8px 8px;
    border-radius: 2px;
}

.margin-left-minus-3 {
    margin-left: -3px;
}

.sign-up-wrapper select.form-control {
    background-color: white;
    border-radius: 2px;
    display: inline-block;
    font: inherit;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.font-lato {
    font-family: 'Lato', 'Open Sans', Helvetica sans-serif;
}

.padding-top-30 {
    padding-top: 30px;
}

.signup-rightbox {
    background: url(../img/sign-up-bg.jpg) 0 95% no-repeat;
    height: 100%;
    background-size: cover;
}

.signin-rightbox {
    background: url(../img/sign-in-bg.jpg) 0 40% no-repeat;
    height: 100%;
    background-size: cover;
}

.margin-top-15-perc {
    margin-top: 15%;
}

.signup-heading {
    font-size: 44px;
    font-weight: 700;
    padding-top: 50px;
}

.padding-top-30 {
    padding-top: 30px;
}

.btn-bordered-facebook {
    color: #3b5998;
    background-color: #FFFFFF;
}

.btn-bordered-linkedin {
    color: #007bb6;
    background-color: #fff;
}

.btn-enquire:focus {
    color: #fff;
}


/*horizontally equal height box*/

.flex-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-item {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
}

.flex-item-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.flex-item-content .content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
}


/*new home page style*/

.header-banner strong {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.55);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.55);
    -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.55);
}

.font-lato {
    font-family: 'Lato', 'Open San', san sarif !important;
}

.home .navbar-default,
.transparent-nav.navbar-default {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home .navbar-default.affix-top,
.transparent-nav.navbar-default.affix-top {
    box-shadow: none;
}

.home-search-form input.search-element,
.home-search-form select.search-element {
    padding-left: 41px;
    height: 47px;
    font-size: 16px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.home-search-form input#keyword {
    border-radius: 3px 0px 0px 3px;
    border-right: 1px solid #E0E0E0 !important;
}

.home-search-form input#keyword:focus {
    border-color: #032E44;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.58), 0px 0 2px #082B3C;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.58), 0px 0 2px #082B3C;
    border-right: 1px solid #bbbcbd !important;
}

.home-search-form #location {
    border-radius: 0px 3px 3px 0px;
    border-left: 0px solid #E0E0E0 !important;
}

.home-search-form .icon.prefix-icon {
    color: #4A4A4A;
    position: absolute;
    font-size: 22px;
    padding: 5px;
}

.home-search-form #location:focus {
    border-color: #032E44;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.58), 1px 0 2px #082B3C;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.58), 1px 0 2px #082B3C;
    border-left: 1px solid #bbbcbd !important;
}

.home #siteNavigation.affix,
.transparent-nav#siteNavigation.affix {
    border-width: 0 0 0px;
}

.home #siteNavigation.affix,
.transparent-nav#siteNavigation.affix {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    background: #1C1D22;
}

.affix-top .employer-menu {
    background: transparent;
}

.pull-right.navbar-nav>li>.dropdown-menu {
    right: 0;
    left: initial
}

.employer-menu {
    background: #229353;
    color: #fff;
}

.employer-menu:hover {
    background: #158e49 !important;
}

.top-home-banner {
    min-height: 400px;
    background: url('../img/homepage-image.jpg') no-repeat;
    background-size: cover;
    padding-top: 90px;
}

.top-banner {
    min-height: 400px;
    background-size: cover;
    padding-top: 90px;
    background: #ddd;
}

a.upload-resume-link {
    color: #B4DEFF;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

a.upload-resume-link:hover {
    color: #8ec9f7;
    cursor: pointer;
    text-decoration: none;
}

.banner-heading-border {
    border-bottom: 1px solid #D2D2D2;
    height: 5px;
    width: 150px;
    display: inline-block;
}

.banner-heading {
    color: #464646;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 200;
}

.employer-home-banner {
    background: url(../img/employers.gif) no-repeat;
    background-size: cover;
}

.dark-blue-btn {
    background: #025BFF;
    border-color: #025BFF;
    transition: all .4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.dark-blue-btn:hover,
.dark-blue-btn:focus {
    background: #0047ca;
}

.dark-blue-border-btn {
    background: transparent;
    border-color: #025BFF;
    color: #025BFF;
    transition: all .4s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.dark-blue-border-btn:hover,
.dark-blue-border-btn:focus {
    background: #025BFF;
    border-color: #025BFF;
    color: #FFF;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    background: #C1C1C1;
}

.carousel-indicators .active {
    background: #025BFF;
}

.stats {
    color: #c7c8c3;
}

.stats .number span {
    font-size: 40px;
    line-height: 40px;
}

.stats .number small {
    font-size: 32px;
    line-height: 32px;
}

@media (max-width: 768px) {
    html {
        font-size: 10px;
    }
    .home .navbar-default,
    .transparent-nav.navbar-default {
        background-color: #1C1D22;
    }
    .top-home-banner {
        min-height: 300px;
        padding-top: 50px;
    }
    .top-home-banner {
        background: url('../img/home-banner-bg-mobile.jpg') no-repeat !important;
        background-size: cover;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-home-banner .font-48 {
        font-size: 3.2rem;
    }
    .home-search-form input#keyword,
    .home-search-form input#location {
        border-radius: 3px;
    }
}


/* drag n drop -dropzone lib style*/

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    text-align: center;
    min-height: 150px;
    padding: 54px 54px 30px;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-message span {
    font-size: 22px;
}

.dz-preview {
    display: inline-block;
}

.dz-error-message {
    color: #B71C1C;
    font-size: 20px !important;
    font-weight: 600;
}

.dz-filename span {
    font-size: 1.8rem;
    font-weight: 700;
}

.bg-banner-panal {
    background-color: #244a88;
    padding: 25px 0px;
    background-size: cover;
}


/* default search page */

.search-panal {
    background: url(../img/job-bg.gif) no-repeat;
    background-color: #244a88;
    padding: 25px 0px;
    background-size: cover;
}

#search-cards .flex-item-content {
    border: 1px solid #DADADA;
    border-radius: 2px;
}

.job-type-card {
    color: #484848;
}

#search-cards a.flex-item-content:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    text-decoration: none;
}

.job-type-card:hover {
    text-decoration: none;
}

.job-type-card p.content {
    color: #6F6F6F;
}

span.bordered-btn {
    border-top: 1px solid #e4e4e4;
    padding: 10px 5px;
    color: #565656;
    display: block;
    font-weight: 600;
}

span.bordered-btn:hover {
    text-decoration: none;
    border-top: 1px solid #e4e4e4;
    background: #f5f8fd;
}

.job-card a:hover,
.job-card a:focus {
    text-decoration: none;
}

.job-card .job-title {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    word-break: break-word;
}

.job-card .job-subtitle {
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    word-break: break-word;
}

.job-card .link-btn:first-child {
    padding-right: 15px;
    font-weight: 600;
    opacity: 1;
}

.job-card .link-btn {
    padding-right: 15px;
    font-weight: 500;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    opacity: 0;
}

.job-card:hover .link-btn {
    opacity: 1;
}

.card-logo {
    max-height: 60px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

.img-container:before {
    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    height: 100%;
}

.img-container {
    height: 70px;
    padding: 10px 0px 0px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .job-card .link-btn,
    .job-listing-wrapper ul li .action-block .link-btn {
        opacity: 1 !important;
        font-weight: 600;
    }
    .job-listing-wrapper ul li .action-block .link-btn:first-child {
        color: #ffffff !important;
        background: #0077b5;
    }
    .job-listing-wrapper .applied.btn-success,
    .job-listing-wrapper .link-btn.btn-success,
    .job-listing-wrapper .refered.btn-success {
        background: transparent !important;
    }
    .job-listing-wrapper .action-block .link-btn:first-child.refered,
    .job-listing-wrapper .action-block .link-btn:first-child.applied {
        color: #239255 !important;
        padding-right: 15px;
        background: transparent !important;
    }
    .job-listing-wrapper .applied:before,
    .job-listing-wrapper .refered:before {
        font-family: "hh-fontello";
        margin-right: 5px;
        font-size: 1.3rem;
        content: '\e892';
    }
    .job-listing-wrapper .saved {
        color: #37474F;
        pointer-events: none;
        cursor: not-allowed;
    }
    .job-listing-wrapper .saved:before {
        font-family: "FontAwesome";
        content: '\f02e';
        margin-right: 5px;
        font-size: 1.3rem;
    }
}


/*search listing style*/

.job-listing-wrapper {
    margin-top: -20px;
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.41);
}

.job-listing-wrapper.multiple-apply .select-job-check {
    float: left;
    margin-top: 5px;
    height: 15px;
    width: 15px;
}

.job-listing-wrapper.multiple-apply .col-sm-8 {
    padding-left: 10px;
}

.job-listing-wrapper ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    clear: both;
    width: 100%;
    display: flex
}

.job-listing-wrapper ul li .job-title {
    font-size: 1.5rem;
    font-weight: 600;
    /*color: #1b1b1b;*/
    cursor: pointer;
    line-height: 2.5rem;
}

.job-listing-wrapper ul li:hover .job-title,
a.job-title:hover {
    color: #0077b5;
    text-decoration: none;
}

.job-listing-wrapper ul li .job-subtitle {
    font-size: 1.4rem;
}

.job-listing-wrapper ul li .action-block {
    padding-top: 10px;
}

.job-listing-wrapper ul li .action-block .link-btn {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077b5;
    margin-right: 15px;
    margin-top: 10px;
    padding: 3px 17px 6px;
    margin-left: -15px;
    transition: all .5s ease;
    border-radius: 45px;
    cursor: pointer;
    opacity: 0;
}

.job-listing-wrapper ul li:hover .action-block .link-btn {
    opacity: 1;
}

.job-listing-wrapper ul li .action-block .link-btn:first-child {
    opacity: 1;
}

.job-listing-wrapper ul li:hover .action-block .link-btn:first-child {
    background: #0077b5;
    color: #fff;
    padding: 3px 17px 6px;
    border-radius: 45px;
    font-weight: 500;
    margin-right: 15px;
}

.job-listing-wrapper .applied.btn-success,
.job-listing-wrapper .link-btn.btn-success,
.job-listing-wrapper .refered.btn-success {
    background: transparent;
}

.job-listing-wrapper .refered {
    color: #239255;
    padding-right: 15px;
}

.job-listing-wrapper .applied {
    color: #239255;
    padding-right: 15px;
    pointer-events: none;
    cursor: not-allowed;
}

.job-listing-wrapper .applied:before,
.job-listing-wrapper .refered:before {
    font-family: "hh-fontello";
    margin-right: 5px;
    font-size: 1.3rem;
    content: '\e892';
}

.job-listing-wrapper .saved {
    color: #37474F;
    pointer-events: none;
    cursor: not-allowed;
}

.job-listing-wrapper .saved:before {
    font-family: "FontAwesome";
    content: '\f02e';
    margin-right: 5px;
    font-size: 1.3rem;
}

.search-page .popover {
    border: 1px solid rgb(144, 202, 249);
    border-radius: 5px;
    background: rgb(227, 242, 253);
    z-index: 9;
}

.search-page .popover {
    border: 1px solid rgb(144, 202, 249);
    border-radius: 5px;
    background: rgb(227, 242, 253);
    z-index: 9;
}

.search-page .popover.top>.arrow {
    border-top-color: #6fa9da;
}

.search-page .popover.top>.arrow:after {
    border-top-color: #e0f1ff;
}

.uplift a {
    width: 100%;
    border-radius: 0px;
    padding: 12px 5px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.28);
}

#filterResultAccordion .search-filter-panel h4 a {
    line-height: 2.4rem !important;
    padding-bottom: 5px !important;
}

#filterResultAccordion .search-filter-panel h4 a:hover,
#filterResultAccordion .search-filter-panel h4 a:focus {
    text-decoration: none;
}


/*.panel-collapse .list-box {
    -moz-box-shadow: inset 0 -5px 16px -13px #000000;
    -webkit-box-shadow: inset 0 -5px 16px -13px #000000;
    box-shadow: inset 0 -5px 16px -13px #000000;
}*/

ul.pagination li {
    display: inline !important;
}

ul.pager li {
    padding: 0px;
    border-bottom: 0px solid #ddd;
}

.pagination>li>a,
.pagination>li>span {
    line-height: inherit !important;
}

.btn-border-white {
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.4 ease;
    -moz-transition: all 0.4 ease;
    -ms-transition: all 0.4 ease;
}

.btn-border-white:hover,
.btn-border-white:focus {
    border: 1px solid #fff;
    color: #6b6b6a;
    text-decoration: none;
    background: #fff;
}

.vertical-center {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}

.listing-card .card-header {
    padding: 10px;
    border-bottom: 2px solid #dddddd;
    font-size: 16px;
    font-weight: 600;
}

.listing-card li.list-item {
    border-bottom: 1px solid #eee;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.listing-card li.list-item:hover {
    border-bottom: 1px solid #eee;
    background: #f6f9fb;
}

.listing-card li.list-item a {
    color: #0077b5;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.listing-card li.list-item a:hover {
    text-decoration: none;
}

.listing-card li.list-item a .sub-item {
    color: #404040;
}

.job-alert-card {
    background: #81D4FA;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.4 ease;
    -moz-transition: all 0.4 ease;
    -ms-transition: all 0.4 ease;
}

.job-alert-card:hover {
    background: #0077b5;
    text-decoration: none;
}

.job-alert-card .icon {
    font-size: 72px;
    line-height: 86px;
}

.no-vertical-scroll {
    overflow-y: hidden;
}


/*resume page style*/

.er-panal {
    background: url(../img/er-top-band-bg.gif) no-repeat;
}

.vertical-center {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}


/*regarding download app icon in top navigation*/

@media (min-width: 768px) and (max-width: 901px) {
    .download-app-small {
        display: inline-block;
    }
    .download-app-big,
    .hidden-mid-desk-tab {
        display: none !important;
    }
}

@media (min-width: 901px) and (max-width: 1032px) {
    .download-app-small {
        display: inline-block;
    }
    .download-app-big {
        display: none;
    }
}

@media (min-width: 1032px) {
    .download-app-small {
        display: none;
    }
    .download-app-big {
        display: block;
    }
}

.overlay_blanket {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

span.toolBarSpinner {
    height: 40px;
    width: 40px;
    left: 49%;
    top: 49%;
    position: fixed;
    z-index: 9999;
}

span.toolBarSpinner img {
    height: 40px;
    width: 40px;
}

.dropdown-menu {
    background-color: #313236 !important;
    border-radius: 0px;
    border-width: 0px;
}

.dropdown-menu>li>a {
    border-bottom: 1px solid #424242;
    -webkit-font-smoothing: antialiased;
    padding: 8px 20px;
    color: #fff;
}

.dropdown-menu>li:last-child>a {
    border-bottom-width: 0px;
}

.signin-dropdown {
    background: #fff !important;
}

.text-lightblue {
    color: #f1f9ff;
}

@media (max-width: 768px) {
    #home-search-tabs .nav-tabs>li>a {
        padding: 10px 12px;
    }
    .menu-icon-mobile-only {
        float: right;
        padding: 0px 5px;
        color: #fff;
        border-left: 1px solid #3e3e3e;
    }
    .menu-icon-mobile-only span.icon {
        font-size: 25px;
        line-height: 50px;
    }
    .nav-tabs>li>a {
        padding: 10px 15px !important;
        font-size: 12px;
    }
}


/* generic Full-page Modal */

.full-page-modal,
.search-modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #fff;
    overflow-y: hidden;
}

.full-page-modal.modal,
.search-modal.modal {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.full-page-modal.modal .modal-content,
.search-modal.modal .modal-content {
    border-radius: 0;
    height: 100%;
}

.full-page-modal.modal .modal-dialog,
.search-modal.modal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0;
}

.search-modal.modal .modal-header {
    padding: 30px 10px;
    background: #ECEFF1;
}

.full-page-modal .modal-header {
    border-bottom: 0px solid #e5e5e5;
    background: transparent;
    color: #607D8B;
}

.full-page-modal .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-width: 0px;
}

.full-page-modal .modal-dismiss {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    color: #607D8B;
    min-height: 50px;
    min-width: 50px;
    display: inline-block;
    line-height: 50px;
    z-index: 9999;
}

.text-lightgreen {
    color: #d1f9d3;
}

.search-stacks {
    min-height: 20vh !important
}

.search-stacks .nav-tabs {
    margin-bottom: 1px;
}

.search-stacks .tab-content {
    background: rgba(32, 85, 181, 0.69);
}

.nav-tabs>li {
    background: transparent;
    box-shadow: none;
}

.search-stacks .nav-tabs>li.active {
    background: transparent;
    box-shadow: none;
}

.search-stacks .nav-tabs li.active a {
    border-width: 0px 1px 2px 0px;
    background: rgba(32, 85, 181, 0.69) !important;
    color: #fff;
}

.search-stacks .nav-tabs>li>a {
    border-radius: 0px !important;
    background: rgba(20, 54, 113, 0.93) !important;
    padding: 10px 25px;
    color: #f1f9ff;
    margin-right: 0px;
    border-right: 1px solid #0a224c;
    text-transform: uppercase;
    font-weight: 500;
}

.search-stacks .nav-tabs>li:last-child>a {
    border-right: 0px solid #fff;
}

.search-stacks .nav-tabs>li>a:hover {
    border-color: rgba(32, 85, 181, 0.69) #0a224c rgba(21, 65, 144, 0.69) rgba(21, 65, 144, 0.69);
    background: rgba(32, 85, 181, 0.69) !important;
}

.search-stacks .tab-pane {
    min-height: 150px;
}

.search-stacks .nav-tabs li.active a:hover,
.search-stacks .nav-tabs li.active a:focus {
    border-width: 0px 0px 2px 0px !important;
    margin-right: 1px;
    background: rgba(32, 85, 181, 0.69) !important;
    color: #fff;
    border-style: solid;
}

.blue-panal.company-page {
    position: relative;
    background: url('../img/company-page-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 350px;
    background-color: #273a4c;
}

.content-panal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.53);
    color: #fff;
}

.company-page .content-panal {
    background: rgba(32, 52, 62, 0.89);
}

.office-photo {
    max-height: 250px;
}

.footer-about-band {
    background: #7b7a7a;
}

.footer-business-band {
    background: #5f5d5d;
    padding: 15px 0px;
}

.footer-common-link-band {
    background: #525151;
}

.background-color-gradient-1 {
    background: #25b4e9;
    background: -webkit-linear-gradient(left, #25b4e9, #1EDAD9);
    background: -o-linear-gradient(right, #25b4e9, #1EDAD9);
    background: -moz-linear-gradient(right, #25b4e9, #1EDAD9);
    background: linear-gradient(to right, #25b4e9, #1EDAD9);
}

.background-color-gradient-2 {
    background: #FA5D82;
    background: -webkit-linear-gradient(left, #FA5D82, #FD8747);
    background: -o-linear-gradient(right, #FA5D82, #FD8747);
    background: -moz-linear-gradient(right, #FA5D82, #FD8747);
    background: linear-gradient(to right, #FA5D82, #FD8747);
}

.background-color-gradient-3 {
    background: #B075ED;
    background: -webkit-linear-gradient(left, #B075ED, #F46E9F);
    background: -o-linear-gradient(right, #B075ED, #F46E9F);
    background: -moz-linear-gradient(right, #B075ED, #F46E9F);
    background: linear-gradient(to right, #B075ED, #F46E9F);
}

.background-color-gradient-4 {
    background: #6a67ce;
    background: -webkit-linear-gradient(left, #6a67ce, #23DCD4);
    background: -o-linear-gradient(right, #6a67ce, #23DCD4);
    background: -moz-linear-gradient(right, #6a67ce, #23DCD4);
    background: linear-gradient(to right, #6a67ce, #23DCD4);
}

.card-main-title {
    background: rgba(0, 0, 0, 0.57);
    color: #fff;
    margin-top: -42px;
    display: block;
    width: 100%;
    position: relative;
    line-height: 42px;
    font-size: 21px;
    padding-left: 7px;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.payment-address label {
    font-size: 12px;
    color: #868686;
}

.payment-address input.form-control[readonly],
.payment-address select.form-control[readonly] {
    border: 0px solid #000;
    background: transparent;
    box-shadow: none;
    padding: 0px;
    line-height: 17px;
    height: inherit;
    cursor: default;
}

.payment-address select.form-control:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


@media (min-width:1200px) and (max-width: 1366px) {
    .executiveresume .resume-content {
            min-height: 304px;
    }
    .executiveresume .resume-header {
        min-height: 82px;
    }
}