/*Global css*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
a,button{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
a{text-decoration:none;color:#f05a28;}
a:hover{text-decoration:none;outline:0;color:#000;}
a, img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
label{font-weight:400;color:#777777;}

h1, h2, h3, h4, h5, h6 {line-height: 1.2; margin: 0 0 20px; padding: 0; color: #292929;font-weight: 500; }
h1 {font-size: 50px;}
h2 {font-size: 45px;}
h3 {font-size: 32px;}
h4 {font-size: 26px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

ul, ol{padding:0;margin:0;list-style: none;}
p { margin: 0 0 15px; padding: 0;color:#737575;}
p:last-child {margin: 0;}

.btn-custom {cursor: pointer; background:#f05a28; border:none;display:inline-block; font-size:16px; color:#fff;border-radius:5px;font-weight:400;padding:0 20px;outline:none;height:50px;line-height:50px
  ;text-transform: capitalize;     transition: all 0.3s ease;}
.btn-custom:hover, .btn-custom:focus{ background:#003274; color:#fff; outline:none;}
.btn-custom-big{font-size:20px;padding:0 40px;height:60px;line-height:60px;text-transform:inherit;letter-spacing:0px;}

.btn-orange-outline {
  font-size: 16px;
  font-weight: 400;
  color: #f05a28;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
  border: 1px solid #f05a28;
  text-align: center;
  position: relative;
  background-color: transparent;
}
.btn-orange-outline:hover {
  background: #f05a28;
  color: #fff;
  border: 1px solid #f05a28;
}



.form-control{background: #fff;border-radius:5px;border: solid 1px #e5e5e5;outline: none;height:50px;line-height:50px;padding:0 15px;font-size:16px;color:#333333;}
.form-control:focus {color: #333333;background-color: #fff;border-color:#e5e5e5;outline: 0;box-shadow:none;outline: none;}
.form-control::-webkit-input-placeholder {color:#333333;}
.form-control:-ms-input-placeholder {color:#333333;}
.form-control::placeholder {color:#333333;}
button:focus{outline: none;}
select.form-control{-webkit-appearance: none; -moz-appearance: none;padding: 0 15px; height:50px !important;line-height:45px;background:#fff url(../images/select-arrow.png) no-repeat center right 15px;}
textarea {resize: none;display: block;width: 100%;border: 1px solid #d7d7d7; border-radius: 5px;padding:15px; margin-bottom: 0px;}
textarea:focus-visible { outline: none;}

.form-control::-webkit-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
  color: #b6b6b6
}

.form-control:focus::-moz-placeholder {
  color: #b6b6b6
}

.form-control:focus:-ms-input-placeholder {
  color: #b6b6b6
}

.form-control:focus:-moz-placeholder {
  color: #b6b6b6
}




.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f8f8f8;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;

}

.custom-checkbox input:checked~.checkmark {

  background-color: #003274;
  border: solid 1px #003274;

}



.custom-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.checkmark-radio .checkmark {
  background-color: #fafafa;
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 8px;
}

.checkmark-radio .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fafafa;
  border-radius: 50%;
}

.checkmark-radio input:checked~.checkmark {
  border-color: #dfdfdf;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block;
    color: #616161;     margin-bottom: 0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    background: #f8f8f8;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #f05a28;
    position: absolute;
    top: 7px;
    left: 7px;
    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);
}

.form-control.check {
  background: url(../images/calendar-icon.png) no-repeat 97% center;
  padding-right: 35px;
}

select, select.form-control {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 28px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff url(../images/search-down-arrow.png) no-repeat scroll calc(100% - 15px) center !important;
  outline: none;
}




.container{width:100%;max-width:1470px;position:relative;}

/**header**/
.header{padding:20px 0;position: f;right:0;left:0;top:0;z-index: 999;transition:all 0.3s ease;}
.navnewclass .header{background-color: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
.navigation ul li{margin-right:40px;font-size:18px;}
.navigation ul li a{color:#292929;position: relative;}
.navigation ul li a:after {content: "";display: block;width: 0px;position: absolute;left: 0;bottom:-5px;background: #f05a28;border-radius: 50px;height:2px;transition:all 0.3s ease;}
.navigation ul li.active a, .navigation ul li a:hover{color:#003274; }
.navigation ul li a:hover:after{width:100%;}
.loginBtn{margin-right:20px;}
.loginBtn a{font-size:18px;color:#292929;display: flex;}
.loginBtn a:hover{color:#003274;}
.loginBtn a i{display:block;margin-right:10px;width:24px;flex:0 0 24px;}
.loginBtn a i img{display:block;}
.register-btn {padding:15px 25px;background-color: #003274;display: flex; align-items: center;border-radius:5px;color:#fff;font-size:18px;font-weight:300;line-height:1;}
.register-btn:hover{color:#fff;background-color: #f05a28;}
.register-btn i{display:block;margin-right:10px;width:27px;flex:0 0 27px;}
.register-btn small{display: block;font-size:12px;padding-bottom: 5px;}



/**header End**/

/**Banner**/
.banner{position: relative;     padding-top:100px; background: #f5f8fe;
  padding-bottom: 44px;}
.bannerSlider > img {width:100%;display: block;}
/* .bannerUper {position: absolute;right:150px;left:150px;top:55%;transform: translateY(-50%);z-index:1;} */
.bannerUperInfo h1{color: #0e0d39;line-height: 1.1;}
.bannerUperInfo h1 span{color: #84ac1c;}
.bannerSlider .owl-controls .owl-nav{position: absolute;top:50%;transform: translateY(-50%);right:50px;left:50px;}
.bannerSlider .owl-controls .owl-prev, .bannerSlider .owl-controls .owl-next{width:57px; height:57px;position:relative;}
.bannerSlider .owl-controls .owl-prev{background: url(../images/prev-arrow.png);}
.bannerSlider .owl-controls .owl-next{background: url(../images/next-arrow.png);}
.orderHd{display: block;color: #0858a1;font-weight:500;font-size: 18px;margin-bottom:10px;}
.search-block{  background: #fff;   max-width:642px; box-shadow: 0 5px 8px rgb(0 0 0 / 5%);     align-items: center;
  padding:10px 20px; border-radius: 10px; border: 1px solid #f0f0f0; }
.search-inner-block {    max-width: 80%;
  flex: 0 0 80%;}
.search-field {overflow: hidden;height:61px;padding:5px 0;border-radius: 5px;background: #fff;}
.small-search {width: 49%;     border-right: 1px solid #f2f2f2;
  border-radius: 0px; padding-right:5px;}
.big-search {width: 48%;}
.img-sec {width: 44px;flex: 0 0 44px;text-align: center;height: 100%;display: flex;align-items: center;justify-content: center;position: relative;}
.search-box {flex: auto;position: relative;padding-right: 5px;}
.search-box label {margin: 0px 0 0 15px;font-size:16px;color: #28283c;display: block;}
.search-box .form-control {padding: 0;font-size: 18px;color: #292929;font-weight: 300;height: auto;line-height: normal;border: none;}
.search-box select.form-control {height: auto !important;line-height: normal!important;}
.search-block .btn-custom{  background-image: url(../images/banner-search-icon.png); background-repeat: no-repeat;   height: 45px; line-height: 45px;
  background-position: 15% center;     padding-left: 40px; font-size:14px;text-transform: capitalize;width:104px;box-shadow: 0 5px 8px rgb(0 0 0 / 5%);}
.search-block .select2-container .select2-selection--single {height: 25px;}
.search-block .select2-container--default .select2-selection--single {border: none;border-radius: 0;}
.search-block .select2-container .select2-selection--single .select2-selection__rendered {padding-left: 15px;padding-right: 15px;}
.search-block .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:14px;color: #292929;font-weight: 300; background: url(../images/small-arrow.png) no-repeat 95% center;}
.search-block .select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-container--default .select2-search--dropdown .select2-search__field {outline: none !important;}
.select2-dropdown,.select2-container--default .select2-search--dropdown .select2-search__field {border-color: #e5d8d8 !important;}
.search-block .select2-container {width: 100% !important;}
.select2-container--default .select2-results__option--selected {background-color: #f1ecec;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #0858a1;}

/**Banner End**/

/* Categories start */
.categoriesBlock{padding:60px 0;position:relative;border-bottom: solid 1px #e5e5e5; overflow: hidden;}
.categoriesBlock::before {
  background: url(../images/discover-lt-bg.png) no-repeat left center;
  content: "";
  position: absolute;
  display: block;
  width: 89px;
  transition: all 0.3s ease;
  height: 170px;
  top:35px;
  left: 0px;
}

.categoriesBlock::after {
  background: url(../images/discover-rt-bg.png) no-repeat left center;
  content: "";
  position: absolute;
  display: block;
  width: 89px;
  transition: all 0.3s ease;
  height: 170px;
  bottom: 10px;
  right: 0px;
}


.categoriesCard{min-height:210px;width:100%;height:100%;display:inline-block;border-radius:10px;padding:10px;}
.categoriesCard:hover {opacity:0.7;}
.eme-bg{background: rgb(255,254,250);background: linear-gradient(45deg, rgba(255,254,250,1) 20%, rgba(255,248,233,1) 100%);}
.plumber-bg{background: rgb(249,254,252);background: linear-gradient(45deg, rgba(249,254,252,1) 20%, rgba(234,243,240,1) 100%);}
.pool-bg{background: rgb(252,252,255);background: linear-gradient(45deg, rgba(252,252,255,1) 20%, rgba(241,240,255,1) 100%);}
.grass-bg{background: rgb(255,250,251);background: linear-gradient(45deg, rgba(255,250,251,1) 20%, rgba(255,233,238,1) 100%);}
.handyman-bg{background: rgb(251,253,254);background: linear-gradient(45deg, rgba(251,253,254,1) 20%, rgba(235,245,252,1) 100%);}
.house-bg{background: rgb(255,252,251);background: linear-gradient(45deg, rgba(255,252,251,1) 20%, rgba(255,240,234,1) 100%);}
.categoriesTitle{font-size:16px;color:#2b2b2b;margin-bottom:0px}
.categoriesCardInfo span{color:#777;font-size:16px}

.categoriesBlockSlider .owl-nav {position: absolute;top:50%;transform: translateY(-50%);right:-50px;left:-50px;     display: flex;
  justify-content: space-between;     z-index: -9;}
.categoriesBlockSlider .owl-nav .owl-prev, .categoriesBlockSlider .owl-nav .owl-next{width:36px; height:36px;position:relative;     border: none;     cursor: pointer;}
.categoriesBlockSlider .owl-nav .owl-prev{background: url(../images/prev-arrow1.png);}
.categoriesBlockSlider .owl-nav .owl-next{background: url(../images/next-arrow1.png);}
.categoriesBlockSlider .owl-nav .owl-prev span, .categoriesBlockSlider .owl-nav .owl-next span { display: none;}
.categoriesBlockSlider .owl-nav .owl-next:hover, .categoriesBlockSlider .owl-nav .owl-prev:hover {filter: brightness(0) saturate(100%) invert(52%) sepia(75%) saturate(4096%) hue-rotate(346deg) brightness(97%) contrast(94%);}


/* Categories End */




/* Heading */
.headingBlock{border-bottom:1px solid #ddd;padding-bottom:20px;position:relative;margin-bottom:30px}
.headingBlock h4{margin-bottom:0;color:#0e0d39;font-weight:500;}
.headingBlock:after{content:"";display:block;width:80px;position:absolute;left:0;bottom:-2px;background:#f05a28;border-radius:50px;height:4px;}
/* Heading End*/


/* servicesBlock */
.servicesBlock {padding: 55px 0; position: relative;}

.servicesBlock:before {
  background: url(../images/recent-job-bg.png) no-repeat left center;
  content: "";
  position: absolute;
  display: block;
  width: 163px;
  transition: all 0.3s ease;
  height: 450px;
  top: 50%;
  transform: translateY(-50%);
}


.ex-btn { font-size:20px;}
.ex-btn:hover {
  color: #f05a28;
}
.services-card {
  border-radius: 5px;
  overflow: hidden; position: relative;     box-shadow: 0px 0px 10px #ebebeb;
}
.services-img {
  display: inline-block;
  position: relative;
  width: 100%; border-radius: 5px;
}
.services-img img {
  width: 100%;
}
.services-img::after {
  background: url(../images/services-overlay.png) no-repeat bottom center;
  width: 100%;
  height: 91px;
  content: "";
  display: block;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.services-info-txt {
  position: absolute;
  bottom: 0;

  width: 100%;
  z-index: 9;
  color: #fff;
}
.services-info-txt h6  a{
  color: #fff;   padding:25px 20px;     width: 100%;
  display: inline-block;
}


.availableTag {
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  font-size:12px;
  padding: 5px;
  border-radius: 5px;
  width: 106px;
  text-align: center;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;     line-height: 1.1;
}

.servicesList {
  padding-bottom:50px;
}
/* servicesBlock */


/* recentBlock */
.recent-card {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #ededed;
}

.recent-info {
  padding-top: 20px;
}
.recent-img img {
  border-radius: 5px;
}
.recent-img { position: relative;}
.recent-tp-tag {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  justify-content: space-between;
  display: flex;
  top: 10px;
  max-width: 95%;
  margin: 0 auto;
}

.recent-tp-tag .businessTag {
  border-radius: 10px;
  width: auto;
  background: #f05a28;
  font-size: 11px;
  line-height: 21px;
  height: 20px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.recent-tp-tag .availTag {
  border-radius: 10px;
  width: auto;
  background: #28a745;
  font-size: 11px;
  text-align: center;
  color: #fff;
  line-height:21px;
  height: 20px;
  padding: 0 15px;
}


.recentBlock {
  background: #f5f8fe url(../images/recent-services.png) no-repeat center right;
  padding: 60px 0;
}
.recentprice {
  line-height: 1.3;
}
.recentprice span {
  display: block;     font-size: 14px;
}
.recentprice strong {
  font-size: 24px;
  color: #f05a28;
}

.location-text {
  margin-bottom: 15px;
}
.location-text i {
  margin-right: 5px;
}
.recent-info h4 a {
  color: #000;
}

.recentSlider .owl-nav {position: absolute;top:50%;transform: translateY(-50%);    right: -65px;
  left: -65px;   display: flex;
  justify-content: space-between;     z-index: -9;}
.recentSlider .owl-nav .owl-prev, .recentSlider .owl-nav .owl-next{width:46px; height:46px;position:relative;     border: none;     cursor: pointer;}
.recentSlider .owl-nav .owl-prev{background: url(../images/slider-prev-arrow.png);}
.recentSlider .owl-nav .owl-next{background: url(../images/slider-next-arrow.png);}
.recentSlider .owl-nav .owl-prev span, .recentSlider .owl-nav .owl-next span { display: none;}


/* .recent-info .btn-custom {
  height: 45px;
  line-height: 45px;
  text-transform: capitalize;
  font-size: 16px; width: 133px; text-align: center;
} */

.recentSlider .owl-nav .owl-prev:hover, .recentSlider .owl-nav .owl-next:hover { filter: brightness(0) saturate(100%) invert(52%) sepia(75%) saturate(4096%) hue-rotate(346deg) brightness(97%) contrast(94%);}

/* recentBlock */


/* recentjob */

.recentjobBlock {
  padding: 75px 0; position: relative; background:#fff; overflow: hidden;
}
.recentjobBlock:before {
background: url(../images/recent-job-bg.png) no-repeat left top;

content: "";
position: absolute;
display: block;
width: 163px;
transition: all 0.3s ease;
height: 450px;
top: 50px;
left: 0;

}

.recentjobBlock:after {
  background: url(../images/recent-job-bg-right.png) no-repeat right top;

  content: "";
  position: absolute;
  display: block;
  width: 163px;
  transition: all 0.3s ease;
  height: 450px;
  bottom: -100px;
  right: 0px;

  }




.recentjobBlock .recent-card {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #ededed69;
}
.recentjobBlock .recentSlider .item {
  padding: 20px 10px;
}
/* recentjob */


/* Blog */
.blog-section {
  background: #f5f8fe url(../images/blog-bg.png) center bottom no-repeat;
  padding: 65px 0;     position: relative;
}

.blog-top p {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.cardImg img {
  border-radius: 15px;
}

.cardInfo li {
  border-right: 1px solid #8d8e8e;
  margin-right: 6px;
  padding-right: 6px;
  font-size: 14px;
}

.cardInfo li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.cardInfo li strong {
  color: #f05a28;
}

.cardInfo h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cardInfo h4 a {
  color: #000;
}



.btn-orange-outline i img, .btn-orange i img  {
  transition: all 0.3s ease;     margin-top: -3px;
}
.btn-orange-outline:hover i img, .btn-orange:hover i img {
  transform: translateX(4px);
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(631%) hue-rotate(180deg) brightness(116%) contrast(100%);

}

/* Blog */


/*testimonialBlock*/
.testimonialBlock{padding-top:80px;}
.testimonialBlock .headingBlock {margin-bottom:0;}
.testimonialSlider {position: relative;}
.testimonialSlider:after{
  background: rgb(255,255,255);
  background: linear-gradient(to right,  #fcfcff 0%,#bbd8ff 100%);
  position: absolute;top:60px;right:80px;left:90px;content:" ";min-height:275px;z-index: -1;border-radius:20px;}
.testimonialSlider.owl-carousel .owl-stage-outer{padding:180px 0 100px;}
.testimonialCard{background: #fff;box-shadow:0 20px 25px rgba(0,52,74, 0.1);border-radius:30px;padding:40px;margin:0 20px;}
.center .testimonialCard{box-shadow:0 30px 60px rgba(0,52,74, 0.2);}
.userImg{width:68px;height:68px;margin: -70px 0 20px;border: solid 4px #fff;border-radius: 50%;overflow: hidden;}
.userImg img{width:100%;height:100%;object-fit: cover;}
.testimonialHeading {padding-bottom:20px;}
.testimonialLeft span{display: block;font-size: 20px;color:#333333;}
.testimonialLeft p{font-size:14px;font-weight:300;}

.testimonialBlock  .owl-nav {position: absolute;top: -35px;right: 0;width:85px; display: flex;
  justify-content: space-between; }
.testimonialBlock .owl-nav .owl-prev, .testimonialBlock .owl-nav .owl-next{width:29px; height:14px;position:relative;     border: none; cursor: pointer;}
.testimonialBlock .owl-nav .owl-prev{background: url(../images/prev-arw.png);}
.testimonialBlock .owl-nav .owl-next{background: url(../images/next-arw.png);}
.testimonialBlock .owl-nav .owl-next span, .testimonialBlock .owl-nav .owl-prev span { display: none;}




/*testimonialBlock End*/

.forgot-link {
  text-decoration: underline;
}

/*footer*/
.footer{background:#003274 url(../images/footerBg.png) no-repeat;background-size:100% 100%;}
.topFooter{padding:50px 0;}
.logoFt{margin-bottom:20px;}
.logoFt img{display: block;}
.contactInfo > i{width:38px;flex:0 0 38px;height: 38px;line-height:38px;text-align: center; background-color:#fff;border-radius:50%;margin-right:15px;}
.contactInfoRight{margin-bottom:30px;}
.contactInfoRight span{display: block;color:#fff;}
.contactInfoRight a{display: block;color:#a5b8d3;}
.ftNavHeading{font-size:20px;color:#fff;font-weight:500;position: relative;padding-bottom:6px;margin-bottom:30px;display: block;}
.ftNavHeading:after {content: "";width:60px;position: absolute;left: 0;bottom:0;background: #f05a28;border-radius: 50px;height: 4px;}
.ftNav ul li{margin-bottom:15px;}
.ftNav ul li a{display: block;color:#a5b8d3;}
.ftNav ul li a:hover{color:#f05a28;}
.navTwo ul {width:50%;}
.bottomFooter{border-top: solid 1px #4d7db2;padding:30px 0;}
.privacyNav li{margin-right:15px;}
.privacyNav li a{display: block;color:#a5b8d3;text-decoration:underline;}
.privacyNav li a:hover{color:#f05a28;}

.socialLinks li{margin-right:10px;}
.socialLinks > li > a{width:32px;height:32px;background-color: #fff;border-radius:3px;color:#888888;display: block;line-height:34px;font-size:16px;}
.socialLinks li a:hover{background-color: #f05a28;color:#fff;}
.reserved{display: block;color:#a5b8d3;}

.reserved a {
  color: #a5b8d3;
}
.reserved a:hover { text-decoration: underline;}

.socialInfo .contactInfoRight {
  margin-bottom: 0px;
}
.socialInfo span {
  margin-bottom: 10px;
}

.x-twitter:hover {     filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(631%) hue-rotate(180deg) brightness(116%) contrast(100%);}


/*footer End*/
.container2 {display: inline-block;cursor: pointer;}
.bar1, .bar2, .bar3 {width: 25px;height: 2px;background-color: #183297;margin: 5px 0;transition: 0.4s;}
.scroll-hidden .headerRight::after {content: "";background: rgba(0, 0, 0, 0.4);position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 99;}
.iphonNav .logo, .iphonNav .loginInfoHead {display: none !important;}


/*afterLoginheader*/
.afterLoginheader{position: sticky;border-bottom: solid 1px #f4f4f4;background-color: #fff;}
.userLoginCard {}
.userImgLogin{width:55px;flex:0 0 55px;height:55px;background-color:#edf3dd;border-radius:50%;margin-right:10px;box-shadow: 0 0 5px rgb(0 0 0 / 10%);}
.userImgLogin img{display: block; width: 100%;height:100%;object-fit: cover;}
.userInfoBlock span{display: block;color:#333;font-size:18px;line-height:1.2;}
.userInfoBlock span small{display: block;font-size:14px;color:#777777;}
/*afterLoginheader End*/


/*breadcrumb css*/
.breadcrumb-sec{background:#fafafa;padding:14px 0;border-bottom: solid 1px #f4f4f4;}
.breadcrumb-sec ul{display:flex;     align-items: center;
  justify-content: center;}
.breadcrumb-sec ul li a {
  font-size:14px;
  color: #8b8b8b;
  display: block;
  margin-right: 5px;
  position: relative;
}
.breadcrumb-sec ul li:last-child a{color:#f05a28;pointer-events:none;}
.breadcrumb-sec ul li a:after {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
  left: 6px;
  position: relative;
}
.breadcrumb-sec ul li:last-child a:after{display:none;}
/*breadcrumb css*/


/* Tooltip text */
.upload-image .tooltiptext {visibility: hidden;width: 140px;background-color: #fff;color: #777;text-align: center;border-radius: 6px;position: absolute;z-index: 1;top: -5px;right: 0;padding: 10px;box-shadow: 5px 5px 19px #dddddd;transform: translate(-50px, -50px);height: 40px;display: flex;justify-content: center;align-items: center;left: 5px;margin: auto;}
.upload-image .tooltiptext::after{content:'';position:absolute;left:42%;top:100%;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff}
.upload-image:hover .tooltiptext{visibility:visible}
/* Tooltip text */












/* register page css start */
.login-layout {min-height: 100vh; width: 100%;}
.login-layout-lt {flex: 1;background: #003274 url(../images/register-bg.png);background-repeat: no-repeat;background-size: cover;    display: flex;align-items: center;padding: 30px 30px 30px 7%;}
.caption-card {max-width:600px;}
.caption-card * {color: #fff;}
.caption-card img{ margin-bottom: 20px;}
.caption-card h1 {font-family: 'Roboto', sans-serif;font-weight: 600;line-height: 1.1;font-size: 72px;margin-bottom: 20px;}
.caption-card p {font-size: 24px;font-weight: 300;}
.login-layout-rt-content {max-width: 430px;}
.login-layout-rt {flex: 0 0 756px;max-width:756px;    padding:50px;display: flex;align-items: center; justify-content: center;position: relative;}
.back-icon {position: absolute;top: 30px;right: 40px;display: flex;align-items: center;}
.back-icon img {margin-right: 10px;}
.login-layout-rt h2 { font-weight: 600; line-height: 1.1; color: #333333; font-size:50px;}
.login-layout-rt-content p{color: #777}
.login-layout-rt-content .title {margin-bottom: 20px;}
.step3 figure {margin-bottom: 40px;}
.login-layout-rt-content h6 {font-size: 24px;font-weight: 300;}
.step4 h2 {margin-bottom: 25px;}
.document-card {display: flex;align-items: center;padding: 15px;border: 1px solid #e5e5e5;border-radius: 10px;box-shadow: 5px 0 5px rgba(0,0,0,0.05);margin-bottom: 10px;}
.document-card .document-icon {flex: 0 0 60px;max-width: 60px;margin-right: 15px; text-align: center;}
.required:after {content: " *";color: red;}
.login-layout-rt-content h5{font-size:20px;margin-bottom:10px;}


.login-layout-rt-content .btn-custom {width: 133px;}

.formpaymentbox ul {
  display: flex;
}
.formpaymentbox ul li { padding-right:20px;}
/* Register page css end */




/* Login css start*/
.login-form h2 {font-size: 28px;color: #0858a1;width: 100%;border-bottom: 1px solid #ddd;padding: 0 20px 10px 0;margin: 0 0 20px;font-weight:400;}
.login-form h2 span{color:#1b3c74}
.login-form .close {position: absolute;right: 15px;top: 10px;z-index: 2;}
.login-form .form-control{height:44px;line-height:44px;border:1px solid #d7d7d7;border-radius:5px}
.login-form .form-group label{font-size:14px;color:#777;width:100%;display: block;}
.login-form .form-group a{text-decoration:underline}
.login-form .form-group a:hover{text-decoration:none}
.sumbit-btn{padding:10px 0;font-size:18px;background:#67d599;border:1px solid #67d599;border-radius:5px;text-transform:uppercase;font-weight:500;letter-spacing:1px;margin-top:30px}
.sumbit-btn:hover{background:#1b3c74;border:1px solid #1b3c74}
.sumbit-btn:focus,.sumbit-btn:focus-visible{box-shadow:none}
.or-underline{margin:25px 0;text-align:center;position:relative}
.or-underline span{background:#fff;display:inline-block;padding:0 10px;font-size:14px;color:#818181;font-weight:300;position: relative; z-index: 1;}
.or-underline:before{height:1px;width:100%;content:"";display:block;background:#e3e3e3;top:12px;position:absolute;}
.social-btn{display:flex;text-align:center;padding:15px 0;border-radius:5px;color:#fff;font-size:14px;vertical-align:middle;width:100%;justify-content:center;align-items:center;margin-bottom:8px}
.social-btn:hover{color:#fff}
.social-btn i.fa-brands.fa-facebook-f{font-size:22px;margin-right:10px}
.social-btn i.fa-brands.fa-google-plus-g{font-size:23px;margin-right:10px}
.fb-btn{background:#3c5a96}
.g-pius-btn{background:#db4c3f}
.login-form .modal-body {padding: 35px;}
.login-form .btn-custom {font-size: 18px;}
/* Login css end*/




.sortbyebx select {
  border: 1px solid #cdcccc;
  border-radius: 5px;
  padding-left: 10px;
  height: 50px;
  background: #fff url(../images/select-arrow.png) no-repeat scroll calc(100% - 10px) center !important;
}

.sorttxt {
  width: 100px;
  margin-right: 10px;
}

.sortbyebx {
  width: 285px;
  margin-left: 20px;
  margin-right: 10px;
}
.filter-btn {
  margin: 0 10px;
  width: 150px;
  background: #f05a28 url(../images/hdrtopbr-arrow.png) no-repeat scroll calc(100% - 15px) center !important;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  line-height: 50px;
  padding-left: 20px;
}

.filter-btn i {
  margin-right: 10px;
}
.filter-btn:hover {
  color: #fff;
}

.villalistcarduper {
  margin-bottom: 30px;
}

.wrapper-inner { padding: 50px 0;}


.job-listing .recent-card { margin-bottom: 30px;}


.innerpage {position: sticky;
  border-bottom: solid 1px #f4f4f4;
  background-color: #fff;}

  .pagination {
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
  }

  .page-link {
    border: none;
    color: #f05a28;
    padding: 10px 17px;
    margin: 0px;
    background: transparent;
  }

  .page-item.active .page-link {
    background: #f05a28;
    border-radius: 5px;
  }

  .page-link:focus {
    box-shadow: none;
  }

  .page-link:hover {
    background: transparent;
    color: #000;
  }

  .page-item.disabled .page-link {
    background: transparent;
  }

  .pagination li {
    margin: 0 5px;
  }

  .total-box {
    color: #737575;
  }

  .pagination .arrow {
    border: solid #d9899e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -3px;
  }

  .pagination .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .pagination .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .pagination .page-link:hover .arrow {
    border: solid #9a9a9a;
    border-width: 0 2px 2px 0;
  }

  .pagination .disabled .arrow {
    border: solid #9a9a9a;
    border-width: 0 2px 2px 0;
  }


  .filter-box .villalistcarduper .filter-dropdown {
    display: block;
}
.villalistcarduper .filter-dropdown {
    position: absolute;
    background: #fff;
    padding: 20px 30px;
    left: 0;
    right: 0;
    top: 143px;
    box-shadow: 0px 0px 30px #ebebeb7a;
    border-radius: 5px;
    display: none;
    z-index: 99;
}


.amenities-list li {
  width:20%;
  margin-bottom:0px;
}

.amenities-list {
  display: flex;
  flex-wrap: wrap;
}

.amenitiesbx h5{ font-size: 18px; }


.villalistcarduper .filter-title {
  font-size: 26px;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}

.amenitiesbx {
  margin-bottom: 25px;
}

.amenities-main {
  margin-bottom: 20px;
  border-bottom: 1px solid #cdcccc;
}


.topbrsearch {
  border-radius: 5px;
  border: 1px solid #fff;
  height: auto;
  font-size: 14px;

}
.topbrsearch .form-control {background: #fff url(../images/listing-search.png) no-repeat 97% center;     padding-right: 40px;}
.keyword-box label {
  font-size:18px;
  color: #0f0f17;
}
.job-listing .villalistcarduper .filter-btn.active {
  background: #f05a28 url(../images/hdrtopbr-up-arrow.png) no-repeat scroll calc(100% - 15px) center !important;
}
.keyword-box {
  margin: 25px 0 15px 0;
}


.job-listing .job-title {
  font-size: 27px;
}

.recent-img img {
  width: 420px;
  height: 312px;
  object-fit: cover;
}


.srch-block {
  /* position: absolute;
  right: 0px;
  top: 0; */
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99999;
}

.srch-icon {
  display: block;
  width: 26px;
  height: 26px;     margin-right: 20px;
}

.srch-icon img {
  display: block;
  width: 100%;
}


.seach-box {
  width: 350px;
  position: absolute;
  display: none;
  padding: 15px;
  right: 15px;
  background: #fff;
  box-shadow: 0 7px 8px rgb(0 0 0 / 10%);
  top: 100%;
}

.search-open .seach-box {
  display: block;
}

.srch-inpt {
  background: none;
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  height:44px;
  font-size: .9375rem;
  margin: 0;
  padding: 0 45px 0 15px;
  color: #313131;
  font-weight: 400;
  border-radius: 4px;
}

.srch-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(../images/search-icon.png) no-repeat center center;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  z-index: 1;
  height:42px;     background-size: 20px;
}

.search-open .srch-icon {
  background: url(../images/close.png) no-repeat center center;
  transition: inherit;
  -moz-transition: inherit;
  -webkit-transition: inherit;

}

.search-open .srch-icon img {
  opacity: 0;
}


.mobile-srch { display: none;}




/* Detail css start*/

.detail-img img {
  width: 100%;     border-radius: 15px;
}

.detail-bx {
  background: #fff;
  padding:30px;
  border: 1px solid #dedede;
  border-radius: 10px;     box-shadow: 0px 0px 10px #f5f5f5;
}

.detail-info {
  padding: 30px 0 0 0;
}

.detail-info-title span {
  font-weight: 600;
}

.detail-info-title h5 {
  margin-bottom: 0px;
}
.underline {
  height: 1px;
  margin: 20px 0;
  width: 100%;
  background: #ccc;
}
.detail-info-list span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
  display: inline-block;     width: 100%;
}
.respo-list li {
  margin-bottom: 20px;
}
.skills-list li a {
  display: inline-block;
  padding: 6px 20px;
  background: #f05a28;
  border-radius: 40px;
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
}
.skills-list li:last-child a { margin-right: 0px;}
.respo-list li:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
.respo-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.job-detail  {padding: 20px;}

.job-detail h5 {
  font-size: 16px;
  color: #0e0d39;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;     margin-bottom: 15px; font-weight: 600;
}

.job-detail .job-title{
  font-weight: 700; color: #8e8e8e;
}
.job-detail .job-detail-info { color: #0e0d39;  font-weight: 700; }

.job-detail li {
  line-height: 30px;    margin-bottom: 10px;
}
.detail-info-list span {    margin-bottom: 10px;}
/* Detail css start*/


/* Story css start*/
.video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: auto;
  left: 0;
  right: 0;
}
.story-img-info a > img {
  width: 100%;
  border-radius: 10px;
}
.story-img-info {
  position: relative;
}

.story-txt-info h3{ margin-bottom: 10px;     font-size: 35px;}
.story-txt-info {
  padding-top: 20px;
}
.story-txt-info .btn-custom {
  border-radius: 50px;     padding: 0px 30px;
}
.story-bx {
  margin-bottom: 30px;
}
.story-txt-info p {
  margin-bottom: 25px;
}

.wrapper-inner .testimonialBlock { padding: 0px;}
/* Story css start*/


/* job-alerts css start*/

.job-alerts-box {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #f5f5f5;
  padding: 25px 30px;
}

.job-alerts-box .btn-custom {
  width: 130px;
  margin: 0 auto; text-transform: uppercase;
}

.job-alerts-box  .form-group {
  margin-bottom:25px;
}


/* job-alerts css start*/


/* apply-for-job css start*/

.file {
  display: none;
}

.browse-bx .form-control {
  background: transparent;
  border-radius: 4px;
}

.browse-bx .browse {
  background: #f05a28;
  color: #fff;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border: 5px !important;
  width: 125px;
  justify-content: center;
  margin-left: -5px;
}

.agency-underline {
  width: 100%;
  margin: 20px 0 28px 0;
  display: inline-block;
  height: 1px;
  background: #ececec;
}

.duration-bx .browse {    width: 55px;}


 .btn-primary:not(:disabled):not(.disabled).active,  .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;     outline: none;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow:none;      outline: none;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text
{ color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;     outline: none;}


.apply-btn .btn-custom{    width: 135px; text-transform: uppercase;}

/* apply-for-job css start*/


/* subscription css start*/
.subscription-bx .nav {
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  width: 369px;
  margin: 0 auto;
  border-radius: 50px;     overflow: hidden;
}
.subscription-bx h2 {     font-weight: 900; font-size: 40px; text-align: center;     margin-bottom: 40px;}
.subscription-bx .nav li {
  margin: 0px;
  width:50%;
}
.subscription-bx  .nav-tabs .nav-link {       background: transparent; width: 100%; border: none; padding: 11px 0; cursor: pointer;   font-weight: bold; font-size:20px;}
.subscription-bx .nav-tabs .nav-item.show .nav-link, .subscription-bx .nav-tabs .nav-link.active {
  border: none;
  width: 100%;
  background: #f05a28;
  color: #fff;
  border-radius: 30px;      font-weight: 600;     padding: 11px 0; border-top-right-radius: 0px; border-bottom-right-radius: 0px;
}

.subscription-bx .nav-tabs .nav-link.active {border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important;}



.subscription-bx .nav-link span {
  font-size: 14px;
  font-weight: 400;
}

.plan-bx-main .top-txt {
  font-size: 30px;
  font-weight: 600;
}
.price-txt {
  font-size: 48px;
  font-weight: 700;
  color: #0e0d39;
  line-height: 1.2;
}
.sliver-bx p {
  color: #737575;
  font-size: 16px;
}

.plan-bx-main {
  padding: 30px 25px;
  border: 1px solid #dddddd;
  border-radius:20px;
  box-shadow: 0px 0px 35px #f1f1f1; cursor: pointer;     margin-bottom:20px;
}
.plan-tp {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;     margin-bottom: 20px;
}

.plan-bx-main li {
  padding:15px 0;
  position: relative;     padding-left: 35px;
}
.plan-bx-main li:before {
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  top:50%;
  background: url(../images/check-arrow.png) no-repeat center;
  left: 0; transform: translateY(-50%);
}
.plan-bx-main .btn-custom {
  border-radius: 50px;
  margin: 0 auto;
  width: 227px;
  text-align: center;
  border: 1px solid #dedede;
  background: transparent;
  color: #0e0d39;
  margin-top: 30px;
}
.plan-bx-main .btn-custom:hover {     background: #f05a28;   border: 1px solid #f05a28; color: #fff;}

.plan-bx-main:hover {
  border: 1px solid #f05a28;}

  .plan-bx-main:hover   .price-txt { color: #f05a28 ;}

  .plan-bx-main:hover  .btn-custom {    background: #f05a28;
    border: 1px solid #f05a28;
    color: #fff;}
    .subscription-bx .tab-content {
      margin-top: 50px;
  }



  .subscription-bx h4 {
    color: #0e0d39;
  }
  .select-plan-bx .container {
    max-width: 1100px;
}

.card-bx, .bank-bx {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 10px;
 cursor: pointer;
}
.card-bx h6, .bank-bx h6 { margin-bottom: 0px; }

.card-bx img, .bank-bx img {
  margin-bottom: 10px;
}


.select-plan-main .nav-item { width: 50%;}


.select-plan-main .nav-tabs .nav-item.show .nav-link, .select-plan-main .nav-tabs .nav-link.active, .select-plan-main  .nav-tabs .nav-link {
  border: 1px solid transparent;  width: 100%;     text-align: left;
  line-height: 50px; border-radius: 0px;     background: transparent;     cursor: pointer;
}

.select-plan-main .nav-tabs {
  border-bottom: none;
}
.select-plan-main .nav-link  { margin-bottom: 0px; font-size: 20px;}
.select-plan-main .nav-link span {
  display: block;
  line-height: 1.5;
  font-weight: 500;
}
.select-plan-main .nav-item {
  width: 48%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.select-plan-main .nav-tabs {    justify-content: space-between; margin-bottom: 30px;}

.enquiretotal ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-radius: 5px;
  text-align: right;
}
.enquiretotal ul li:nth-child(odd) {  text-align: left;}

.enquiretotal ul li {
  width: 50%;
  padding: 12px 0px;

  text-align: right;

  font-size: 16px;
}
.select-plan-main .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #f05a28;
  border-radius: 5px;  box-shadow: 0px 0px 15px #e3e3e3;
}

.select-plan-main .btn-custom.sub-btn, .select-plan-main .btn-custom.cancel-btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
}


.select-plan-main .btn-custom.cancel-btn {
  background: #f2f5f7;
  color: #000;
}

.select-plan-main .btn-custom.cancel-btn:hover {
  background: #f05a28;
  color: #fff;
}

.plan-bx {
  padding: 20px;
  background: #f9fafc;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}


.plan-member li {
  line-height: normal;
  background: #fff;
  margin-bottom: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  align-items: center;      padding-left: 60px;
}

.plan-member [type="radio"]:checked + label:before, .plan-member [type="radio"]:not(:checked) + label:before {    top: 50%;
  transform: translateY(-50%);  left: -36px;  width: 30px;
  height: 30px; }

  .plan-member [type="radio"]:checked + label:after, .plan-member [type="radio"]:not(:checked) + label:after {
    top: 50%;
    left: -27px;
    background: #fff;     transform: translateY(-50%);
}

  .plan-member h6 { margin-bottom: 10px;}

  .plan-member  [type="radio"]:checked + label,  .plan-member   [type="radio"]:not(:checked) + label {    line-height: 20px; padding-left: 10px; font-size: 16px;
    color: #b0b0b0; position: relative;}
    .plan-member li.active {
      border: 1px solid #f05a28;
      box-shadow: 0px 0px 15px #ededed;
  }

  .plan-subtotal .enquiretotal {
    border-top: 1px solid #e4e4e4;
}
.plan-subtotal .enquiretotal ul {margin-top: 10px;}



  .plan-member [type="radio"]:checked + label:before {

    background: #f05a28;
}

.plan-member  [type="radio"]:checked + label:before {
  background-color: #f05a28;
  border: solid 1px #f05a28;
}

.plan-member [type="radio"]:not(:checked) + label:before {
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  width: 30px;
  height: 30px;
  background: #f8f8f8;
}


/* subscription css start*/


/* Profile  css start*/
.profile-dash {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding:0px;
}
.profile-dash-lt {
  width: 18%;
  flex: 0 0 18%;
  padding: 40px 20px; border-right: 1px solid #eeeeee;

  position: relative;
}
.profile-dash-rt {
  width: 80%;
  flex: 0 0 80%;
}
.upload-image {
  position: absolute;
  background: #1b3c74;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
    line-height: 1;

}
.upload-image .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #fff;
  color: #777;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: -12px;
  right: auto;
  padding: 10px;
  box-shadow: 5px 5px 19px #dddddd;
  transform: translate(-50px, -50px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-image .tooltiptext::after {
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.profileImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profileInfoBlock h5 {
  color: #333333;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.profileInfoBlock span {
  color: #777777;
  font-size: 14px;
  display: block;
}
.profile-menu li {
  padding: 12px 0;
}
.profile-menu li a {
  display: flex;
  width: 100%;
  position: relative;
  color: #777777;
  align-items: center;
}
.profile-icon {
  width: 30px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: 0 0 10px transparent;
}
.profileImg {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  margin: 0 auto 20px;
}

.my-profile-inner {
  padding: 30px 20px 30px 0px;
}
.profileInfoBlock {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.profile-menu li a.active .profile-icon, .profile-menu li a:hover .profile-icon {
  background: #f9f9f9;
  border-radius: 5px;
  vertical-align: middle;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px #e7e7ec;
}
.dashboard-icon img {
  width: 17px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(3674%) hue-rotate(24deg) brightness(92%) contrast(78%);
}

.profile-menu  .active .dashboard-icon img {filter: brightness(0) saturate(100%) invert(5%) sepia(47%) saturate(5529%) hue-rotate(236deg) brightness(92%) contrast(99%);}


.skill-bx .skill-title {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.profile-dash-rt input[type="email"] {
  background: #f9f9f9;
  color: #fff;
}
.blank {height: 32px;}
select, select.form-control {background: #fff url(../images/search-down-arrow.png) no-repeat scroll calc(100% - 9px) center !important;}



.toggleSwitch {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  margin-left: 18px;
  cursor: pointer;
  width: 40px
}
.toggleSwitch * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toggleSwitch label,
.toggleSwitch > span {
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
  outline: none;
}
.toggleSwitch label {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.toggleSwitch input {
  position: absolute;
  opacity: 0;
  z-index: 5;
}
.toggleSwitch > span {
  position: absolute;
  left: -66px;
  width: 100%;
  margin: 0;
  padding-right: 46px;
  text-align: left;
  white-space: nowrap;
}
.toggleSwitch > span span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 50px;
  text-align: left;
  font-size: 0.9em;
  width: 100%;
  left: 15%;
  top: -1px;
  opacity: 0;
}
.toggleSwitch a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  height: 100%;
  padding: 0;
  left: 2px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.toggleSwitch > span span:first-of-type {
  color: #ccc;
  opacity: 1;
  left: 45%;
}
.toggleSwitch > span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  top: -2px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.toggleSwitch input:checked ~ a {
  border-color: #fff;
  left: 100%;
  margin-left: -7px;
  top: 1px;
}
.toggleSwitch input:checked ~ span:before {
  border-color: #28a745;
  box-shadow: inset 0 0 0 30px #28a745;
}
.toggleSwitch input:checked ~ span span:first-of-type {
  opacity: 0;
}
.toggleSwitch input:checked ~ span span:last-of-type {
  opacity: 1;
  color: #fff;
}
/* Switch Sizes */
.toggleSwitch.large {
  width: 80px;
  height: 27px;
}
.toggleSwitch.large a {
  width: 24px;
}
.toggleSwitch.large > span {
  height: 30px;
  line-height: 30px;
}
.toggleSwitch.large input:checked ~ a {
  left: 41px;
}
.toggleSwitch.large > span span {
  font-size: 1.1em;
}
.toggleSwitch.large > span span:first-of-type {
  left: 50%;
}
.toggleSwitch.xlarge {
  width: 80px;
  height: 36px;
}
.toggleSwitch.xlarge a {
  width: 36px;
}
.toggleSwitch.xlarge > span {
  height: 38px;
  line-height: 37px;
}
.toggleSwitch.xlarge input:checked ~ a {
  left: 52px;
}
.toggleSwitch.xlarge > span span {
  font-size: 1.4em;
}
.toggleSwitch.xlarge > span span:first-of-type {
  left: 50%;
}
.toggleSwitch a {      height: 90%; left: -10px;
  top: 1px;}

.day-box ul li { display: flex; flex-direction: column;}

.day-box .checkmark {     position: static; display: flex;     margin-bottom: 10px;}
.day-box  .custom-checkbox {    padding-left:0px;     padding-right:27px;    text-align: center;}
.day-box li:last-child  .custom-checkbox { padding-right: 0px;}
.day-box {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 380px;
  box-shadow: 0px 0px 10px #e5e5e5;
}
.title-txt-day {
  margin-bottom: 10px;
  font-weight: 400;
  color: #777777;
}
.profile-menu li:hover a, .profile-menu li a.active  {
  color: #0e0d39;
}
.day-box .custom-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px; }

  .profile-dash-rt .profile-btn {    text-align: right;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 30px;
}


.skill-bx .date-blank {
  height: auto;
}

.duration-bx .browse {
  border: 1px solid #f05a28;
  background: #f05a28;
  text-align: center;
  justify-content: center;
  margin-left: 10px;
}

/* Profile  css start*/


/* Career  css start*/
.career-box {
  margin-bottom: 30px;
  border: none;
}

.career-box .btn-custom {
  border-radius: 50px;
  margin-right: 30px;
  width: 200px;
  text-align: center;
  height: 45px;
  line-height:44px;
  background: #fff;
  color: #000;
  border: 1px solid #ededed;
}

.career-box .btn-custom.active {    background: #f05a28; border: 1px solid #f05a28; color: #fff;  }

.career-box li:last-child .btn-custom { margin-right: 0px;}

.articles-info {
  color: #737575;
}

.articles-time img {
  margin-right: 10px;
}
.articles-time {
  line-height: 30px;
}

.articles-list-img {
  width: 100%;
  margin-right: 0px;
}

.articles-list-img img {
  width: 100%;
  border-radius: 10px;
}
.articles-list-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}
.articles-txt-info h4 {
  margin-bottom: 10px;     font-size: 25px;     color: #0e0d39;     line-height: 30px;
}
.articles-list {
  margin-bottom: 30px;
}
.story-txt-info {
  padding-top: 25px;
}
.career-bx  .story-txt-info p {
  margin-bottom: 35px;
}
.career-bx .story-txt-info h3 {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 400;
  color: #0e0d39;
}
.review-txt {
  font-weight: bold;
}
.career-bx-list .location-text {
  display: flex;
  align-items: center;
  line-height: 10px;
  gap: 4px;
}

.career-bx-list .recent-card {
  margin-bottom: 30px;
}

.career-bx-list {
  margin-bottom: 20px;
}
.career-bx-list:last-child {
  margin-bottom: 0px;
}
/* Career  css start*/



/* dashboard  css start*/
.profile-dash-rt .btn-custom {
  width: 133px;
  text-align: center;
  text-transform: uppercase;
}
.dashboard-list {
  border: 1px solid #dddddd;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-Lt {
  display: flex;
  flex-direction: column; font-size: 20px;     font-weight: 500;
}
.dashboard-Lt strong { font-size:28px;}


.dashboard-Rt {
  background: #fafafa;
  text-align: center;
  border-radius: 50px;
  width: 66px;
  height: 66px;
  line-height: 66px;
}

.form-switch {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  color: #909090;
}

.vacancy-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.vacancy-top-row li {
  padding-right: 30px;
}

.vacancy-top-row {
  display: flex;
  align-items: center;     justify-content: space-between;
}
.vacancy-top-row h5 { margin-bottom: 0px;}

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 14px; margin-bottom: 0px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  transition: .4s;
  border-radius: 32px;
  outline: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  outline: 2px solid #a8a8a8;
  left: 0px;
  bottom: -3px;
  background-color: #a8a8a8;
  transition: transform .25s ease-in-out 0s;
}

.slider-icon {
  opacity: 0;
  height: 12px;
  width: 12px;
  stroke-width: 8;
  position: absolute;
  z-index: 999;
  stroke: #222222;
  right: 60%;
  top: 30%;
  transition: right ease-in-out .3s, opacity ease-in-out .15s;
}

input:checked + .slider {
  background-color: #008000;
  border: 1px solid #008000;
}

input:checked + .slider .slider-icon {
  opacity: 1;
  right: 20%;
}

input:checked + .slider:before {
  transform: translateX(1.5em);
  outline-color: #008000;
  background-color: #ffffff;
}
.vacancy-box {
  border: 1px solid #dddddd;
  padding: 20px;
  border-radius: 10px;     margin-top: 30px;     text-align: center;
}

.vacancy-top-row li:last-child {    padding-right: 0px;}


.vacancy-top-row .form-control {
  border-radius: 50px;
}

.vacancy-top-row .form-group-input {
  width: 130px;
}
.vacancy-top-row .form-control {
  border-radius: 50px;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px;
  background-size: 10px !important;
  background-position: 106px !important;
}




/* dashboard  css start*/


/* my-job  css start*/
.my-job-table td {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;     vertical-align: middle;     text-align: center;     font-size: 14px;     padding: 10px;
}
.my-job-table small {
  display: block;
}
.job_img {
  width: 68px; margin-right: 20px;
}
.my-job-table small {
  display: block;
  font-size: 14px;
  color: #f05a28;
  font-weight: 500;
}
.job_info { line-height: 1.4; text-align: left;}
.my-job-table .btn-custom {
  border-radius: 60px;
  background: #f1f1f1;
  color: #000;
  width: 105px;
  height: 40px;
  line-height: 40px;
  text-align: center;  font-size: 14px;
}
.my-job-table .btn-custom.inter-btn {
  width: 120px;
  height: 46px;
  border-radius: 10px;
  line-height: 46px;
  background: #f05a28;
  color: #fff;     font-size: 16px;
}
.my-price-txt {
  font-size: 18px;
  font-weight: 700;
  color: #0e0d39;
  line-height: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.designation-box {
  font-size: 20px;
  color: #0e0d39;
}

.my-job-table td:first-child { border-left: 1px solid #dee2e6;}

.my-job-table td:last-child { border-right: 1px solid #dee2e6;}


.interviews-bg { background:#ff8a00 !important;}

.approved-bg { background: #0a8f07 !important;}

.approves-bg { background: #0a8f07 !important;}

.rejected-bg { background: #e62529 !important;}

.pending-bg { background: #9f9f9f !important;}

.my-job .vacancy-top-row { border-bottom: none;     margin-bottom: 15px;     padding-bottom: 10px;}

.plan-title {
  color: #292929;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 500;
}

/* my-job  css start*/



/*Services   css start*/

.faq-bx .card {
  margin-bottom: 15px;
}

.faq-bx .card-header {
  background: transparent;
  border-bottom: none;
  padding: 15px 50px 15px 15px;  border-radius: 10px;     position: relative;  text-decoration: none;
}
.faq-bx .card-header a {
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 0px;     color: #000; text-decoration: none;
}
.faq-bx .card-header a:hover { text-decoration: none;}
.faq-bx .card-body {
  padding: 0px 15px 15px 18px;
}

.faq-bx .card-body  p{ margin-bottom: 0px;}

.faq-bx .card-header a:after {
   content: "";
  position: absolute;
  right:15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/faq-down-arrow.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.faq-bx .card-header a.collapsed:after {
  background: url(../images/faq-right-arrow.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.my-job-table .book-btn {
  background: #f05a28;
  color: #fff;
  border-radius: 10px;
  font-size:14px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;     padding: 0 10px;
}


.payment-table {border: 1px solid #dee2e6;}
.payment-table .table { margin-bottom: 0px;}
.payment-table .table th { border-top: none;   background: #003274; color: #fff;}
.payment-table .table td, .payment-table .table th { border-right: 1px solid #dee2e6;     padding: 20px;}
.payment-table .table td:last-child, .payment-table .table th:last-child { border-right: none;}


.payment-table  .table tr:nth-of-type(odd) {
  background: #f9f9f9;
}

.payment-table a {
  color: #007bff;
}

.payment-table .table th:last-child {
  width: 240px;
}
/* Services   css End*/



.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ '; border: none;
  background: transparent;
}
.rate > input:checked ~ label {
  color: #fcd53f;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #fcd53f;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #fcd53f;
}


.rate [type="radio"]:checked + label:after, .rate [type="radio"]:not(:checked) + label:after { background: transparent;}

.review-edit-bx {
  margin-bottom: 30px;
}

.review-box {
  margin-top: 90px;
}

.review-edit-bx .submit-btn {
  width: 130px;
}

.activeservices-table th {
  padding: 20px;
  background: #003274;
  color: #fff;
}

.activeservices-table .book-btn {font-size: 14px;}

.activeservices-table .my-price-txt {
  font-size: 16px; }





  .btn:hover {
    background: #9d9d9d;
    color: #fff;
    text-decoration: none;
  }
  .mid-inner {
    background: #eeeeee;
    padding: 36px 0;
  }
  .profile-view {
    background: #fff;
    padding-bottom: 40px;
  }
  .profile-cover {
    position: relative;
  }
  .profile-cover img {
    display: block;
    max-width: 100%;
  }
  .profile-cover:hover .upload {
    opacity: 1;
    visibility: visible;
  }
  .upload {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .upload-btn {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/camera-icon.png) no-repeat;
    width: 102px;
    height: 70px;
    margin: auto;
    background-size: 100%;
  }
  .upload-btn input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .profilesmall {
    margin: 0px;
  }
  .profilesmall .profilepic {
    float: left;
    width: 186px;
    height: 185px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: -93px 0 0 60px;
  }
  .profilesmall .profilepic img {
    width: 100%;
    display: block;
  }
  .profilesmall .profilepic .upload-btn {
    width: 54px;
    height: 37px;
  }
  .profilesmall .profilepic:hover .upload {
    opacity: 1;
    visibility: visible;
  }
  .profilesmall .infoblock {
    display: block;
    margin: 0px;
    padding: 45px 0 0 364px;
  }
  .profilesmall .infoblock ul li {
    float: left;
    list-style: none;
    width: 25%;
    padding: 0 5px 0 0px;
    font-size: 12px;
    color: #6A6A6A;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
  }
  .profilesmall .infoblock ul li .numbers {
    display: block;
    margin: 2px 0 0 0px;
  }
  .profilesmall .infoblock ul li i {
    float: left;
    margin: 0 10px 0 0;
  }
  .profilesmall .infoblock ul li span {
    display: block;
    font-size: 25px;
    color: #EE5A24;
    line-height: 16px;
  }
  .pd-block {
    background: #ffffff;
    padding: 32px 35px;
    margin-top: 22px;
  }
  .pd-block.btnpad {
    padding-bottom: 64px;
  }
  .pd-block.tbpad {
    padding-bottom: 10px;
  }
  .pd-block h3 {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: inherit;
    float: left;
    margin: 5px 0 0 0px;
  }
  .pd-block p {
    font-size: 13px;
    color: #D2D2D2;
    margin-top: 20px;
  }
  .edit {
    margin: 0px;
  }
  .pd-block .edit {
    float: right;
    margin: -30px 3px 0 0;
  }
  .detail {
    margin: 20px 0 0 0px;
  }
  .detail li {
    list-style: none;
    font-size: 15px;
    color: #D2D2D2;
    margin-bottom: 20px;
  }
  .detail li .dtl {
    float: left;
    color: #6A6A6A;
  }
  .detail li .dtl i {
    display: inline-block;
    margin: -5px 17px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 25px;
  }
  .detail li .dtr {
    display: block;
    padding: 0 0 0 183px;
  }
  .detail li .dtr a {
    color: #ec4f21;
  }
  .update_btn {
    max-width: 86px;
    margin: 45px auto 0;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
  }
  .viewall_btn {
    float: right;
    padding: 2px 10px;
  }
  .pdquote-table {
    margin: 0 -35px;
    padding: 45px 0 0;
  }
  .pdquote-table table {
    width: 100%;
  }
  .pdquote-table table tr:nth-child(2n+1) {
    background: #d4d4d4;
  }
  .pdquote-table table tr th {
    font-size: 14px;
    color: #6A6A6A;
    font-weight: 400;
    padding: 14px 35px;
    background: #fff;
    border-bottom: solid 1px #efefef;
  }
  .pdquote-table table tr th:nth-of-type(3) {
    text-align: center;
  }
  .pdquote-table table tr td {
    font-size: 14px;
    color: #6A6A6A;
    font-weight: 400;
    padding: 10px 35px;
  }
  .pdquote-table table tr td:nth-of-type(3) {
    text-align: center;
  }
  .action {
    display: inline-block;
    margin: 0 5px;
  }
  /*----chattogglesection----*/
  .scroll-fixed {
    overflow: hidden;
  }

  .chat-toggle-right {
    background: #fff;
    position: relative;

    width: 100%;
    bottom: 0;

    padding:0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; border-radius: 20px;
  }

  .chat-toggle-icon {
    background: #03a84e none repeat scroll 0 0;

    left: -77px;
    position: absolute;
    display: flex;
      align-items: center;
      justify-content: center;
    width:60px;
    height: 60px;
    z-index: 2;
    -webkit-border-radius:50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 11px;     bottom: 20px;
  }

  .chat-toggle-icon .tawk-min-chat-icon {
      fill: #fff;
  }

  .chat-toggle-right.active .chat-toggle-icon {
    background: #434754;
  }
  .chat-search-box {
    max-width: 348px;
    height: 48px;
    background: rgb(105, 108, 118);
    margin: 34px auto 0;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
  }
  .chat-search-box input[type="text"] {
    width: 100%;
    height: 48px;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: #fff;
    padding: 0 50px 0 20px;
  }
  .chat-search-box button {
    position: absolute;
    right: 20px;
    top: 12px;
    border: none;
    background: none;
  }
  .user-status {
    display: block;
    padding: 5px 10px 20px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);     width: 100%;
  }
  .user-status .imgbox {
    width: 57px;
    height: 57px;
    display: block;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative; cursor: pointer;
  }
  .user-status .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .user-status .imgbox .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
  }
  .user-status .staus {
    color: #616b84;
    display: table;

    font-size: 14px;
    font-weight: 400;
    margin: 5px auto 0;
    padding: 0 0 0 9px;
    position: relative;
  }
  .user-status .staus i {
    position: absolute;
    left: 0;
    top:7px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  .user-status .staus i.green {
    background: #6bc360;
  }

  .user-status:hover, .user-status.active {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
  }
  .user-status:hover .overlay, .user-status.active .overlay {
    display: none;
  }

  .chat-area {
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc;
    bottom: 155px;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 30px 27px;
    /* position: absolute;
    right: 0;
    top: 195px; */     height: 400px;
  }
  .chat-area ul li {
    display: block;
    position: relative;
    margin-bottom: 47px;
  }
  .chat-area ul li .user-thumb {
    width: 54px;
    height: 54px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
  }
  .chat-area ul li .user-thumb img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .chat-area ul li .chat {
    display: block;
    padding: 0 25px 0 75px;
  }
  .chat-area ul li .chat span {
    font-style: normal;
    font-size: 14px;
    color: #949494;
    font-weight: 400;
  }
  .chat-area ul li .chat .textbox {
    display: block;
    padding: 10px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .chat-area ul li.left .chat .textbox {
    background: #222;
  }
  .chat-area ul li .chat .textbox p {
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 0px;
  }
  .chat-area ul li.right .user-thumb {
    float: right;
  }
  .chat-area ul li.right .chat {
    display: block;
    padding: 0 75px 0 25px;
  }
  .chat-area ul li.right span {
    text-align: right;
  }
  .chat-area ul li.right .chat .textbox {
    background: #f16a3c;
  }
  .chat-message-box {
    margin: 0px;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    padding: 20px;
  }
  .chat-message-box textarea {
    width: 100%;
    height:45px;
    background: #f5f5f5;
    border: none;
    padding: 10px 70px 10px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 400;        resize: none;     border-radius: 5px;     line-height: 24px;
  }
  .chat-message-inner {
      position: relative;
  }
  .chat-message-box a.addfile {
    float: left;
    margin: 17px 5px 0 0;
  }
  .sendbtn {
    font-size: 16px;
    margin: 17px 0 0;
    padding: 10px 20px;
    display: flex;
    margin-left: auto;
    width: 100px;
    justify-content: center;
    background: #ec683b;
    color: #fff;
    text-transform: capitalize;
}

  .tawk-chatinput-action-buttons i.fa.fa-smile-o, .tawk-chatinput-action-buttons i.fa.fa-camera, .tawk-chatinput-action-buttons i.fa.fa-paperclip {
      font-size: 20px;
      margin: 0 5px;
  }

  /*----------scrollcss----------------*/
  .scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: none;
    z-index: 100;
  }
  .scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  .scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 7px;
  }
  .scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
  }
  .scrollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);
  }
  .scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: #616b84;
    opacity: 1!important;
  }
  .scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
  }
  .scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
  }
  .scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
  }
  .scrollbar-content {
    padding: 0 20px 0 0;
  }
  /* .chat-area.scrollbars {
    position: absolute !important
  } */
  .csrchatbox .scrollbars {
    max-height: 750px;
  }
  .csrchatbox .scrollbar-handle {
    background: #d3d3d3;
  }
  /*----------scrollcss----------------*/

  /*---csr---*/
  .sidecsr {
    float: left;
    max-width: 290px;
    width: 100%;
  }
  .projects {
    margin: 0px;
    padding: 30px 32px;
  }
  .projects ul {
    margin: 0px;
  }
  .projects ul li {
    display: block;
    margin: 20px 0 0 0px;
    padding: 1px 0 0 16px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
  }
  .projects ul li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    display: inline-block;
    position: absolute;
    font-size: 23px;
    color: #6A6A6A;
    left: 0;
  }
  .projects ul li a {
    display: block;
    color: #6A6A6A;
  }
  .projects ul li a:hover, .projects ul li.active a {
    color: #ef5a24;
  }
  .projects ul li:hover:before, .projects ul li.active:before {
    color: #ef5a24;
  }
  .details {
    padding: 30px 32px;
  }
  .details ul {
    margin: 0px;
  }
  .details ul li {
    display: block;
    margin: 20px 0 0 0px;
  }
  .details ul li h3 {
    font-weight: normal;
    color: #EE5A24;
    font-size: 20px;
    float: none;
  }
  .details ul li p {
    font-size: 20px;
    color: #6A6A6A;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin: 0px;
  }
  .csrdetail {
    float: right;
    max-width: 840px;
    width: 100%;
  }
  .csrprofile {
    background: #434754;
  }
  .csrprofile .csrimg {
    float: left;
    width: 208px;
  }
  .csrprofile .csrimg img {
    display: block;
    width: 100%;
  }
  .csrprofile .csrinfo {
    display: block;
    padding: 28px 35px 28px 245px;
  }
  .csrprofile .csrinfo ul {
    display: inline-block;
    margin: 30px 0 20px;
    width: 100%;
  }
  .csrprofile .csrinfo ul li {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    list-style: none;
  }
  .csrprofile .csrinfo ul li.name {
    font-size: 18px;
    max-width: 200px;
    width: 100%;
  }
  .csrprofile .csrinfo ul li .staus {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    line-height: 22px;
  }
  .csrprofile .csrinfo ul li .staus i {
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .csrprofile .csrinfo ul li .staus i.white {
    background: #fff;
  }
  .csrprofile .csrinfo ul li .staus i.red {
    background: #f15a24;
  }
  .csrprofile .csrinfo ul li .staus i.green {
    background: #6bc360;
  }
  .csrprofile .csrinfo ul li .staus i.orange {
    background: #f15a24;
  }
  .csrprofile .csrinfo ul li.social {
    float: right;
  }
  .csrprofile .csrinfo ul li.social a {
    display: inline-block;
    margin: 0 0 0 7px;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .csrprofile .csrinfo ul li.social a.facebook {
    background: #235b9b;
  }
  .csrprofile .csrinfo ul li.social a.twitter {
    background: #00a8e0;
  }
  .csrprofile .csrinfo ul li.social a.linkedin {
    background: #0074b2;
  }
  .csrprofile .csrinfo ul li p {
    font-size: 16px;
    display: block;
    width: auto;
    margin: 0px;
  }
  .csrprofile p {
    font-size: 16px;
    color: #D3D3D3;
    display: inline-block;
    width: 100%;
    margin: 0px;
  }
  .csrchatbox {
    display: block;
    background: #fff;
    margin-top: 17px;
    padding: 25px 30px;
    position: relative;
  }
  .csrchatbox .scrollbar-content {
    padding-right: 50px;
  }
  .csrchatbox ul li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .csrchatbox ul li .user-thumb {
    width: 54px;
    height: 54px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
  }
  .csrchatbox ul li .user-thumb img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .csrchatbox ul li .chat {
    display: block;
    padding: 0 25px 0 75px;
  }
  .csrchatbox ul li .chat dd {
    font-style: normal;
    font-size: 14px;
    color: #949494;
    font-weight: 400;
  }
  .csrchatbox ul li .chat .textbox {
    display: block;
    padding: 12px 20px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    max-width: 67%;
    width: 100%;
    float: right;
  }
  .csrchatbox ul li.left .chat .textbox {
    background: #f15a24;
    float: left;
  }
  .csrchatbox ul li .chat .textbox p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: block;
    margin: 0px;
  }
  .csrchatbox ul li.right .user-thumb {
    float: right;
  }
  .csrchatbox ul li.right .chat {
    display: block;
    padding: 0 75px 0 25px;
  }
  .csrchatbox ul li.right dd {
    text-align: right;
  }
  .csrchatbox ul li.right .chat .textbox {
    background: #6a6a6a;
  }
  .csrmessagebox {
    display: block;
    background: #fff;
    margin-top: 17px;
    padding: 40px 45px;
  }
  .csrmessagebox textarea {
    width: 100%;
    height: 85px;
    background: #e5e5e5;
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
    font-size: 14px;
    color: #949494;
    font-weight: 400;
  }
  .csrmessagebox a.addfile {
    float: left;
    margin: 17px 5px 0 0;
  }
  .viewprojectbtn {
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 0;
    margin-top: 58px;
  }
  .page-title {
    margin: 0 0 15px 0px;
    position: relative;
    text-align: center;
  }
  .page-title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    letter-spacing: 8px;
  }
  .csrdetail.full {
    max-width: 100%;
  }
  .csrdetail.full .csrchatbox ul li .chat .textbox {
    max-width: inherit;
    width: auto;
  }

  .tawk-chatinput-action-buttons {
      position: absolute;
      top: 50%;
    right: 7px;
      transform: translateY(-50%);
  }
  .tawk-chatinput-action-buttons a {
      color: #6c6c6c;
  }



  .candidate-table th {
    background: #003274;
    color: #fff;
    padding: 20px;
}

.candidate-table .table td {
  text-align: left;
  font-size: 16px;
}

.candidate-main-table .filter-dropdown {    top: 63px;}



.employer-job-table {     font-size: 12px;
  padding: 10px;}

  .employer-job-table .job_img {
    width: 50px;
    margin-right: 10px;
}

.employer-job-table td {    padding: 10px;     text-align: left;}

.employer-job-table  .btn-custom { padding: 0px;}


.employer-job-table  .btn-custom.inter-btn {    font-size: 13px;
  line-height: 40px;     height: 40px;     width: 100px;}


  .employer-job-table .my-job-table small {    font-size: 12px;}


  .employer-job-table .designation-box {
    font-size: 16px; }

    .employer-job-table   .my-price-txt {
      font-size: 16px;     gap: 5px;}



      .employer-job-table  th {
        background: #003274;
        color: #fff;
        padding: 20px; font-size: 16px;
    }


    .employer-job-table .approved-bg{  color: #fff;     border-radius: 10px;     width: 70px;
  }

    .employer-job-table .action-btn {
      border-radius: 10px;
      color: #fff;
      width: 70px;
      margin-right:5px;
    }
    .employer-job-table .btn-custom {
      padding: 0px;     border-radius: 5px;
    }

    .employer-job-table .action-btn:last-child {
      margin-right: 0px;
    }


    .employer-job-table td:last-child {   min-width:160px;}


    .myjob-add-btn .btn-custom {  padding: 0px 14px;  width:75px;}

    .job-filter-box .form-control {
      width: 140px;
  }

    .shortlist-table  .table td {
      text-align: left;
      font-size: 16px;     padding:15px;     font-size:14px;
  }

  .shortlist-table .btn-custom {    padding: 0 10px;     font-size:14px;
    text-transform: capitalize;}


    .job-subscribed {
      text-align: center;
  }
  .job-subscribed {
    padding:40px;     max-width: 550px;
}
.job-subscribed img{ max-width:100px; margin-bottom: 20px;}
.job-subscribed .btn-custom { width: auto;}
.job-subscribed p { margin-bottom:30px;}
.add-exp {
  gap: 10px;
  color: #000;     font-weight: bold;
}

.browse {
  height: 47px;
  background: #f05a28;
}

.employer-job-table .job_img {
  width: 50px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background: #ebebeb;
  border-radius: 100px;
}


.add-questions-box  .blank {
  height: 16px;
}

.add-questions-box .browse { width: 50px;     justify-content: center;}


.employer-job-table  .btn-custom.employment-box { width:100px;}


.booking-dtl {
  position: relative;
  background:transparent;
  border-radius: 15px;
  padding:15px;
  color: #333333;
  z-index: 1;
  align-items: center;
  margin-bottom:30px;
  border: 1px solid #b7b7b7;
}

.booking-dtl-left {
  padding: 0 20px;
}

.booking-dtl-left .name-text {
  font-weight: 500;
  color: #393939;
  display: block;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.booking-dtl-left .name-text a {
  color: inherit;
}

.booking-dtl span {
  color: #777777;
}
.booking-dtl-left span {
  margin-bottom: 3px;
}

.booking-dtl-left ul {
  font-size: 14px;
}

.booking-dtl-left ul li {
  padding-left:0px;
  position: relative;
  margin-bottom: 3px;
}

.booking-dtl-left ul .icon {
  color: #333333;
  position: absolute;
  font-size: 13px;
  left: 0;
  top: 1px;
}

.booking-dtl-right {
  width: 210px;
}

.booking-dtl-right p {
  margin-bottom: 3px;
}


.resume-bx img {
  max-width: 50px;
}



.resume-bx .btn-custom {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 10px;
}


.employer-job-table .job_img img {
  border-radius: 35px;
}



.week-list .checkmark {    position: static;     display: inline-block;}

.week-list  .custom-checkbox {padding-left: 0;}

.week-list li {
  margin-right:25px;
  text-align: center;
}


.service-table table th, .service-table table td {     white-space: nowrap;     padding:15px 10px;}

.service-table table td:nth-child(4) { text-align: center;}

.service-table {
  padding: 0px;
}

.service-table .approved-bg {
  width: 100%;     min-width: 90px;
}


.service-table .my-price-txt {    min-width: 100px;}


.form-control.time {
  background: url(../images/time.png) no-repeat 97% center;
}


.file-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 1.5rem;
  margin-top: 2rem;
  border: 3px dashed #dbedff;
  border-radius: .5rem;
  transition: background-color .25s ease-out;     max-width:700px;

  &:hover {
      background-color: #dbedff;
  }

  .file-input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      outline: none;
      cursor: pointer;
  }
}



.icon {
  width: 75px;
  margin-bottom: 1rem;
}


.bannerUperInfo {
  padding-right: 30px;
}

.bannerUperInfo .search-block {
  max-width: 100%;
}

.bannerUperInfo .search-block .small-search {
	width: 40%;
}

.bannerUperInfo .search-block .big-search {
	width: 58%;
}

.bannerUperInfo .search-inner-block {
	max-width: calc(100% - 102px);
	flex: 0 0 calc(100% - 102px);
}

.bannerUperInfo .search-box {
	width: calc(100% - 42px);
}

.bannerUperInfo .search-block .select2-container {
	width: 100% !important;
}

.bannerUperInfo .search-box .selection .select2-selection__rendered {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 30px;
  background-position: 97% center;
}

@media (max-width: 600px) {
  .icon {
      width: 50px;
  }
}


a[href="#!"] {
  pointer-events: none;
}


/* Hide the number input spinner in most browsers */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  appearance: none; /* Standard syntax */
}


.cke_notifications_area{
  display: none;
}


.menuImage { display: none !important; }

.search-box select  { display: none !important; }