*{margin: 0; padding: 0;}
body{font-family: 'Mulish', sans-serif; color: #000000; box-sizing: border-box;}
figure{margin: 0;}
img{max-width: 100%;}
a{text-decoration: none; transition: all 0.2s ease-in-out; color: #000000;}
/* a:hover{color: #5480AB !important;} */
ul{padding: 0; margin: 0;}
li{padding: 0; list-style: none;}
p{margin: 0;}
@font-face {
    font-family: 'cambriaitalic';
    src: url('../fonts/cambria_italic-webfont.eot');
    src: url('../fonts/cambria_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cambria_italic-webfont.woff2') format('woff2'),
         url('../fonts/cambria_italic-webfont.woff') format('woff'),
         url('../fonts/cambria_italic-webfont.ttf') format('truetype'),
         url('../fonts/cambria_italic-webfont.svg#cambriaitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
.btn-fill{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 14px 23px;
  border: 1px solid #02A6E5;
  background-color: #02A6E5;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.btn-fill:hover{
  color: #02A6E5;
  box-shadow: rgb(2 166 229 / 30%) 0px 4px 12px;
}
.btn-fill::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  content: "";
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-fill:hover::before{
  width: 100%;
}
.btn-outline{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #02A6E5;
    padding: 10px 13px;
    border: 1px solid #02A6E5;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 0;
    min-width: 80px;
    justify-content: center;
    align-items: center;
}
.btn-outline:hover{
    color: #fff;
    box-shadow: rgb(2 166 229 / 30%) 0px 4px 12px;
    border-color: #02A6E5;
}
.btn-outline::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    background-color: #02A6E5;
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-outline:hover::before{
    width: 100%;
}
.btn-primary{
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  padding: 9px 23px;
  border: 1px solid #02A6E5;
  background-color: #02A6E5;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.btn-primary:hover{
  color: #02A6E5;
  box-shadow: rgb(2 166 229 / 30%) 0px 4px 12px;
  border-color: #02A6E5;
}
.btn-primary::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  content: "";
  background-color: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-primary:hover::before{
  width: 100%;
}
.btn-secondry{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    padding: 10px 13px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.btn-secondry:hover{
    color: #0033A0;
    border-color: #0033A0;
    /* background-color: #0033A0; */
    box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
}

.heading{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
header{
    background-color: #fff;
    padding: 18px 0;
    transition: all 0.4s ease-in-out;
}
header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  width: 100%;
  animation: slideDown 0.35s ease-out;
  z-index: 9;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header .logo{
    margin-right: 46px;
}
.header-section .nav li:not(:last-child){
    margin-right: 34px;
}
.nav li a{
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.nav li a:hover{
    color: #0033A0;
}
.nav li a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #0033A0;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.nav li a:hover:after { 
    width: 100%; 
    left: 0; 
}

/* banner-section */

.banner-section{
    /* background-image: url(../images/banner-bg.svg); */
    background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 0%, rgba(2,166,229,1) 11%, rgba(2,166,229,1) 21%, rgba(1,147,218,1) 34%, rgba(1,127,206,1) 45%, rgba(1,88,182,1) 62%, rgba(0,51,160,1) 71%);
    background-repeat: no-repeat;
    padding: 110px 0 0px;
    overflow: hidden;
    /* height: 599px; */
} 
.banner-inner-section .content-section{
    width: 56%;
    padding-right: 35px;
}
.banner-inner-section .content-section h1{
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
    max-width: 608px;
    margin-bottom: 34px;
}
.banner-inner-section .content-section h1 span{
    font-size: 50px;
    font-weight: 400;
    font-family: 'cambriaitalic';
    color: #FFFFFF;
}

.banner-inner-section .img-box{
    width: 44%;
    text-align: center;
    /* height: 100%; */
}
.banner-inner-section .img-box .img-inner-wrap{
    position: relative;
    /* overflow: hidden; */
}
.banner-inner-section .img-box .img-inner-wrap::before{
    position: absolute;
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
    width: 582px;
    height: 582px;
    content: "";
    border: 3px solid #FFFFFF;
    opacity: 0.15;
    background-color: transparent;
    border-radius: 50%;
    z-index: 1;
}
.search-section{
    max-width: 654px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 54px;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px;
}
.search-section input{
    background-color: transparent;
    border: none;
    height: 100%;
    padding-left: 19px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.search-section input:focus{
    outline: none;
    box-shadow: none;

}
.search-section input::placeholder{
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 500;
}
.search-section .search-btn{
    background-color: #0033A0;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #0033A0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.search-section .search-btn:hover{
    background-color: #FFFFFF;
    box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
}
.search-section .search-btn img{
    filter:invert(2) brightness(5);
}
.search-section .search-btn:hover img{
    filter: none;
}
.popular-services-section{
    margin: 20px 0 100px;
}
.popular-services-section h3{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    width: 68px;
}
.popular-services-section ul{
    padding-left: 7px;
    width: calc(100% - 68px);
}
.popular-services-section ul li:not(:last-child){
    margin-right: 10px;
}
.popular-services-section ul li a{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: block;
    border-radius: 40px;
    padding: 8px 20px;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}
.popular-services-section ul li a:hover{
    background-color: #0033A0;
    border-color: #0033A0;
    box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;

}
.trusted-section{
    margin-bottom: 58px;
}
.trusted-section .slick-slide>div{
    display: flex;
    flex: 1 1;
}
.trusted-section .slick-slide .items{
    margin: 0 3px;
}
.trusted-section h3{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.banner-inner-section .img-box .main-img{
    position: relative;
    z-index: 1;
    top: -36px;
}
.banner-inner-section .img-box .we-do-wrap{
    width: 492px;
    height: 492px;
    margin: auto;
    position: absolute;
    top: -100px;
    left: 6px;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .banner-inner-section .img-box .we-do-wrap ul{
    padding-left: 0px;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .banner-inner-section .img-box .we-do-wrap ul::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 3px dashed rgba(255,255,255,0.3);
    border-radius: 50%;
    justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
    animation-duration: 40000ms;
  }
  
  @keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes Rotate-reverse {
    from {
      transform: rotate(360deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  
  @-webkit-keyframes Rotate-reverse {
    from {
      -webkit-transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
    }
  }
  
  @keyframes circle-rotate {
    from {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @-webkit-keyframes circle-rotate {
    from {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
  }
  
  @keyframes img-rotate {
    from {
      transform: rotate(-45deg);
    }
    to {
      transform: rotate(-405deg);
    }
  }
  
  @-webkit-keyframes img-rotate {
    from {
      -webkit-transform: rotate(-45deg);
    }
    to {
      -webkit-transform: rotate(-405deg);
    }
  }

  .banner-inner-section .img-box ul li:not(.input-option){
    list-style: none;
    position: absolute;
  }
  .banner-inner-section .img-box ul li  figure img{
    width: 33px;
  }
  .banner-inner-section .img-box ul li figure{
    margin-bottom: 0;
  }
  .banner-inner-section .img-box ul li:not(.input-option) {
    background-color:#0152B3;
    border: 2px solid #02A6E5;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px;
    -webkit-animation:zoom 1s linear infinite alternate;
    -moz-animation:zoom 1s linear infinite alternate;
    animation:zoom 1s linear infinite alternate;
  }
  @-moz-keyframes zoom{
    0%{
      -moz-transform:scale(0.9);
    }
    50%{
      -moz-transform:scale(1);
    }
    100%{
      -moz-transform:scale(1.04);
    }
  }
  @-webkit-keyframes zoom{
    0%{
      -webkit-transform:scale(0.9);
    }
      50%{
        -webkit-transform:scale(1);
    }
    100%{
      -webkit-transform:scale(1.04);
    }
  }
  @keyframes zoom{
    0%{
      -webkit-transform:scale(0.9);
      transform:scale(0.9);
    }
      50%{
        -webkit-transform:scale(1);
        transform:scale(0px);
    }
    100%{
      -webkit-transform:scale(1.04);
      transform:scale(1.04);
    }
  }
  .banner-inner-section .img-box ul li:not(.input-option):nth-child(odd){
    background-color: #02A6E5;
  }
  .banner-inner-section .img-box ul li:nth-of-type(1){
    top: 7%;
    left: 8.4%;
    animation-delay: 0.9s;
  }
  .banner-inner-section .img-box ul li:nth-of-type(2){
    top: -4.5%;
    right: 57%;
    animation-delay: 1.2s;
  }
  .banner-inner-section .img-box ul li:nth-of-type(3){
    top: -4.2%;
    right: 31%;
    animation-delay: 1.5s;

  }
  .banner-inner-section .img-box ul li:nth-of-type(4){
    top: 10%;
    right: 37px;
    animation-delay: 1.8s;

  }
  .banner-inner-section .img-box ul li:nth-of-type(5){
    top: 29%;
    right: -3.50%;
    animation-delay: 2.1s;
  }
  .banner-inner-section .img-box ul li:nth-of-type(6){
    bottom: 32.5%;
    right: -4.8%;
    animation-delay: 2.4s;
  }
  .banner-inner-section .img-box ul li:nth-of-type(7){
    left: -6.50%;
    bottom: 32.5%;
    animation-delay: 0.3s;

  }
  .banner-inner-section .img-box ul li:nth-of-type(8){
    left: -5.50%;
    top: 29%;
    animation-delay: 0.6s;
  }
  .we-do-wrap .dummy{
    position: absolute;
    top: -45px;
    left: -48px;
    width: 589px;
    height: 571px;
    opacity: 0.5;
    z-index: -1;
  }
  .overlay-box{
    position: absolute;
    bottom: -20px;
    left: 72px;
    width: 450px;
    height: 160px;
    background: rgb(1,107,193);
    background: linear-gradient(90deg, rgba(1,107,193,1) 55%, rgba(1,88,182,1) 76%, rgba(0,51,160,1) 90%);
    z-index: 0;
  }
/* banner-section */

.featured-section{
  margin: 70px 0;
}
.featured-slider{
  margin: 29px 0 0;
}
.featured-slider .slick-slide{
  margin:  0 15px;
}
.featured-slider .items{
  background-color: #fff;
  box-shadow: 0px 2px 6px #0000001A;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.featured-slider .items:hover{
  border-color: #0033A0;
  box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
}
.featured-slider .items figure{
  /* height: 211px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0;
}
.featured-slider .items figure img{
  transition: all 0.2s ease-in-out;
  aspect-ratio: 0.89 / 1;

}
.featured-slider .items:hover figure img{
  transform: scale(1.05);
}
.featured-slider .items figure img{
  object-fit: cover;
  width: 100%;
}

.featured-slider .items .box-inner{
  padding: 15px 20px;
}
.featured-slider .items h3{
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-slider .items h3:hover a{
  color: #02A6E5;
}
.featured-slider .items p{
  font-size: 15px;
  color: #5B5B5B;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-arrow{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px #00000029;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.slick-arrow:hover{
  background-color: #ffff !important;
  border-color: #0033A0;
  box-shadow: rgb(0 51 160 / 40%) 0px 4px 12px;

}
.slick-arrow:focus{
  background-color: #fff;
}
.slick-arrow::before{
  display: none;
}
.slick-arrow.slick-prev{
  left: -10px;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.slick-arrow.slick-next{
  right: -10px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.popular-section{
  margin-bottom: 70px;
}
.category-listing{
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px 0;
}
.category-listing li{
  padding: 0 10px 20px;
  width: 20%;
}
.category-listing li .inner-wrap{
  border: 1px solid #5B5B5B26;
  border-radius: 5px;
  box-shadow: 0px 2px 10px #0000000F;
  background-color: #fff;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-listing li .inner-wrap::before{
  position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0, 51, 160,.05);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
  z-index: -1;
}
.category-listing li .inner-wrap:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.category-listing li .inner-wrap:hover{
  box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
  border-color: #0033A0;
}
.category-listing li .inner-wrap h3{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 10px 0 4px;
}
.category-listing li .inner-wrap h3:hover a{
  color: #02A6E5;
}
.category-listing li .inner-wrap p{
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
  margin: 0;
  margin-top: auto;
}


/* .how-it-work */
.how-it-work{
  background-color: #5B5B5B08;
  padding: 40px 0 67px;
  margin: 41px 0 70px;
}
.how-it-work-listing{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.how-it-work-listing li{
  padding: 0 65px;
  width: 33.33%;
  position: relative;
}
.how-it-work-listing li:not(:last-child):before{
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px dashed #707070;
  width: 86px;
  height: 2px;
  content: "";
}
.how-it-work-listing li h3{
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 20px 0 12px;
}
.how-it-work-listing li p{
  font-size: 16px;
  color: #5B5B5B;
  font-weight: 600;
  margin: 0;
}
/* hiring-section */
.hiring-section{
  background-color: #02A6E5;
  border-radius: 10px;
  padding: 8px 57px 8px 70px;
  display: flex;
  flex-wrap: wrap;
}
.hiring-section h3{
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 54px;
}
.hiring-section .btn{
  background-color: #0033A0;
  color: #fff;
  max-width: 268px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  padding: 21px;
}
.hiring-section .btn:hover{
  color: #0033A0;
}
.hiring-section .btn:hover::before{
  background-color: #fff;
}
.hiring-section .left-content{
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hiring-section .right-content{
  width: 37%;
  position: relative;
  overflow: hidden;
}
.hiring-section .right-content .cirle-img{
  -webkit-animation:spin 10s linear infinite;
  -moz-animation:spin 10s linear infinite;
  animation:spin 10s linear infinite;
}
@-moz-keyframes spin{
	100%{
		-moz-transform:s(360deg);
	}
}
@-webkit-keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

.hiring-section .right-content ul{
  position: absolute;
  top: 0;
  left: 5px;
  width: 389px;
  height: 389px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hiring-section .right-content ul li{
  width: 50%;
  text-align: center;
}
.hiring-section .right-content ul li:nth-child(1){
  margin-left: -40px;
  margin-bottom: -80px;
}
.hiring-section .right-content ul li:nth-child(2){
  margin-right: -50px;
}
.hiring-section .right-content ul li:nth-child(3){
  margin-bottom: -77px;
  margin-left: 70px;
}
.hiring-section .right-content ul li:nth-child(4){
  margin-right: -110px;
}
.hiring-section .right-content ul li figure{
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background-color: #ade8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-animation:shake 1s linear infinite alternate;
  -moz-animation:shake 1s linear infinite alternate;
  animation:shake 1s linear infinite alternate;
}
@-moz-keyframes shake{
	0%{
		-moz-transform:scale(0.9);
	}
  50%{
		-moz-transform:scale(1);
	}
  100%{
		-moz-transform:scale(1.04);
	}
}
@-webkit-keyframes shake{
	0%{
		-webkit-transform:scale(0.9);
	}
    50%{
      -webkit-transform:scale(1);
	}
  100%{
		-webkit-transform:scale(1.04);
	}
}
@keyframes shake{
	0%{
		-webkit-transform:scale(0.9);
		transform:scale(0.9);
	}
    50%{
      -webkit-transform:scale(1);
      transform:scale(0px);
	}
  100%{
		-webkit-transform:scale(1.04);
		transform:scale(1.04);
	}
}
.hiring-section .right-content ul li figure img{
  border-radius: 50%;
}
.hiring-section .right-content ul li:nth-child(2) figure{
  width: 87px;
  height: 87px;
}
.hiring-section .right-content ul li:nth-child(3) figure{
  width: 87px;
  height: 87px;
}
/* advantage-section */
.advantage-section{
  margin: 70px 0 ;
  display: flex;
  flex-wrap: wrap;
}
.advantage-section h2 span{
  color: #0033A0;
}
.advantage-section .content-section{
  width: calc(100% - 645px);
  padding-right: 60px;
}
.advantage-section .video-section{
  width: 645px;
  position: relative;
}
.advantage-section .video-section figure img{
  width: 100%;
}
.advantage-section .video-section .play-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 78px;
  height: 78px;
  border: none;
  background-color: transparent;
}
.advantage-section ul{
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
}
.advantage-section ul li{
  width: 50%;
  padding:0 7px 29px 33px;
  /* padding-bottom: 29px; */
  position: relative;
}
.advantage-section ul li::before{
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-image: url(../images/checks.svg);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}
.advantage-section ul li h3{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.advantage-section ul li p{
  font-size: 18px;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 0;
  line-height: 22px;
}
.testimonial-section{
  background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 0%, rgba(2,166,229,1) 11%, rgba(2,166,229,1) 21%, rgba(1,147,218,1) 34%, rgba(1,127,206,1) 45%, rgba(1,88,182,1) 62%, rgba(0,51,160,1) 71%);
  padding: 58px 0 61px;
  margin-bottom: 56px;
}
.testimonial-section .heading{
  color: #fff;
}
.testimonial-slider{
  margin-top: 34px;
}
.testimonial-slider .slick-slide{
  margin: 0 12px;
}
.testimonial-slider .inner-wrap{
  background-color: #fff;
  box-shadow: 0px 2px 10px #0000000F;
  border-radius: 10px;
  padding: 30px 24px 30px 30px;
  position: relative;
}
.testimonial-slider .inner-wrap:after{
  position: absolute;
  bottom: 24px;
  right: 24px;
  content: "";
  width: 58px;
  height: 58px;
  background-image: url(../images/left-quote.svg);
  background-repeat: no-repeat  ;
}
.testimonial-slider .inner-wrap>p{
  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
  margin-bottom: 18px;
  line-height: 24px;
  height: 192px;
  overflow-y: auto;
}
.testimonial-slider .inner-wrap>p::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
 
.testimonial-slider .inner-wrap>p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.testimonial-slider .inner-wrap>p::-webkit-scrollbar-thumb {
  background-color: #0033A0;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.testimonial-slider .inner-wrap .author-section p{
  margin-bottom: 5px;
  line-height: 22px;
}
.testimonial-slider .inner-wrap .author-section span{
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
  margin-bottom: 40px;
}
.blog-section{
  margin-bottom: 50px;
}
.blog-listing {
  margin-top: 34px;
}
.blog-listing .inner-wrap{
  box-shadow: 0px 2px 10px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-listing .inner-wrap:hover{
  border-color: #0033A0;
  box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
}
.blog-listing figure{
  /* height: 210px; */
  overflow: hidden;
  display: flex;
  border-radius: 10px 10px 0px 0px;
}
.blog-listing figure img{
  aspect-ratio: 2.13 / 1;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.blog-listing figure:hover img{
  transform: scale(1.05);
}
.blog-listing span{
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
  margin-bottom: 10px;
  display: flex ;
}
.blog-listing span a{
  color: #02A6E5;
  font-size: 15px;
  font-weight: 600;
}
.blog-listing h3{
  font-size: 20px;
  font-weight: 700;
  color: #000000  ;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-listing h3 a{
  color: #000;
  font-weight: 700;
}
.blog-listing h3:hover a{
  color: #02A6E5;
}
.blog-listing p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-listing a{
  font-size: 18px;
  font-weight: 600;
  color: #02A6E5;
}
.blog-listing a img{
  margin-left: 5px;
}
.blog-listing .blog-content{
  padding: 20px;
}
footer .footer-top{
  border-top: 1px solid rgb(112 112 112 / 20%);
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  padding: 53px 0 37px;
}
footer .footer-top .left-section{
  width: 25.5%;
}
footer .footer-top .right-section{
  width: 74.5%;
  display: flex;
  flex-wrap: wrap;
}
.footer-top .left-section .bottom-logo{
  margin-bottom: 59px;
  display: block;
} 
.social-list li:not(:last-child){
  margin-right: 10px;
}
.social-list{
  margin-top: 19px;
}
.social-list li a{
  background-color: #C1C1C1;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  transition: all 0.3s ease-in-out;
}
.social-list li a:hover{
  background-color: #0033A0;
}
footer .footer-top h3{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
footer .footer-top p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #848484;
}
footer .footer-top .form-control{
  border: 1px solid #70707080;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
footer .footer-top .form-control::placeholder{
  color: #A1A1A1;
}
.footer-top .right-section ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-top .right-section .list-1 ul{
  display: flex;
  flex-wrap: wrap;
}
.footer-top .right-section .list-1 ul li{
  width: 50%;
}
.footer-top .right-section ul li a{
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #5B5B5B;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.footer-top .right-section ul li a:hover{
  color: #0033A0;
}
.footer-top .right-section ul li a::before{
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0033A0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.footer-top .right-section ul li a:hover::before{
  width: 100%; 
  left: 0; 
}
.footer-top .right-section .list-1{
  width: 45.3%;
}
.footer-top .right-section .list-2{
  width: 24.3%;
}
.footer-top .right-section .list-3{
  width: 30.4%;
}

.form-control{
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  height: 50px;
  background-color: #FFFFFF;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
  outline: none;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: #0033A0;
}
.form-control[type="date"]::-webkit-calendar-picker-indicator{
  background-image: url(../images/calender_icon.svg);
  background-size: 100%;
  width: 21px;
  height: 21px;
}
textarea.form-control{
  height: 125px !important;
}
.footer-bottom{
  padding: 23px 0;
}
.footer-bottom p{
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #5B5B5B;
}
.footer-bottom ul li:not(:last-child){
  margin-right: 20px;
}
.footer-bottom ul li a{
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #5B5B5B;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-bottom: 2px;
}
.footer-bottom ul li a:hover{
  color: #0033A0;
}
.footer-bottom ul li a::before{
  background: none repeat scroll 0 0 transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0033A0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.footer-bottom ul li a:hover::before{
  width: 100%; 
  left: 0; 
}
.login-form.modal{
  background-color: rgb(36 45 64 / 81%);
}
.login-form.modal .modal-dialog{
  max-width: 1262px;

}
.login-form .inner-body{
  display: flex;
  flex-wrap: wrap;
}
.login-form .inner-body .btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/close-modal.svg);
  opacity: 1;
  outline: none;
  box-shadow: none;
}
.login-form .inner-body .btn-close:hover{
  filter: invert(1) brightness(0);
}
.login-form .login-img{
  width: 631px;
  position: relative;
}
.login-form .login-img .box-tag{
  position: absolute;
  bottom: 30px;
  left: 0;
  background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 39%, rgba(0,51,160,1) 90%);
    padding: 21px 27px;
    border-radius: 0px 10px 10px 0px;
}
.login-form .login-img .box-tag p{
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.login-form .modal-body{
  padding: 0;
}
.login-form .login-form{
  width: calc(100% - 631px);
  padding-top: 45px;
  max-width: 366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.login-form .login-form h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1px;
}
.login-form .login-form p{
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}
.login-form .login-form .form-group{
  margin-bottom: 15px;
}
/* .login-form . */

.form-check{
  display: flex;
  align-items: center;
}
.form-check .form-check-input{
  width: 20px;
  height: 20px;
  border: 1px solid #5B5B5B;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
}
.form-check .form-check-label{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  padding-left: 10px;
}
.form-check .form-check-label a{
  color: #02A6E5;
  padding-left: 3px;
}
.form-check .form-check-input:checked{
  background-color:#02A6E5;
  border-color: #02A6E5;
}
.form-check .form-check-input:checked[type=checkbox]{
  background-image: url(../images/checks_white.svg);
  background-size: 75%;
  background-position: center;
}

.login-form .forgot-password{
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #02A6E5;
  text-decoration: underline;
}
.login-form .login-btn{
  margin: 20px 0 ;
}
.other-option-login .login-with{
  position: relative;
}
.other-option-login .login-with::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px ;
  content: "";
  background-color: rgb(112 112 112 / 20%);
}
.other-option-login .login-with span{
  font-size: 15px;
  font-weight: 600;
  color: rgb(91 91 91 / 50%);
  padding: 2px 6px;
  background-color: #fff;
  position: relative;
  z-index: 1; 
}
.other-option-login ul{
  margin: 20px 0 30px;
}
.other-option-login ul li:not(:last-child){
  margin-right: 20px;
}
.other-option-login ul li a{
  width: 65px ;
  height: 57px ;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.other-option-login ul li a:hover{
  border-color: #0033A0;
  box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
  background-color: #f5f5f5;
}
.other-option-login .signup-btn{
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
}
.other-option-login .signup-btn button{
  color: #02A6E5;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
  border: none;
}
.login-form label.btn{
  padding: 7px 11px 7px 48px;
  box-shadow: 0px 2px 6px #0000001A;
  border: 1px solid #5B5B5B3B;
  border-radius: 5px;
  position: relative;
  text-align: start;
}
.login-form label.btn::before{
  position: absolute;
  top: 7px;
  left: 11px;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  background-color: #fff;  
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
}
.login-form .btn-check:checked+.btn::before{
  
  background-image: url(../images/radio-check.svg);
}
.login-form .btn-check:checked+.btn {
  background-color: #02A6E5;
  border-color: #02A6E5;
}
.login-form label.btn p{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.login-form label.btn span{
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.login-form .btn-check:checked+.btn p , .login-form .btn-check:checked+.btn span{
  color: #fff;
}
.menu-bar{
  display: none;
}
.dropdown-toggle{
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background-color: #0033A0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-toggle img{
  max-width: 15px;
}
.dropdown-toggle::after{
  vertical-align: 0.155em;
}
.dropdown-toggle img{
  filter: invert(2) brightness(3);
}
.dropdown .dropdown-menu a{
  width: 100%;
  display: block;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.dropdown .dropdown-menu a:hover{
  background-color: #0033A0;
  color: #fff;
}
.tasker-tab{
  justify-content: center;
  border: none;
  margin: 40px -20px 73px;
}
.tasker-tab li{
  max-width: 400px;
}
.tasker-tab li{
  padding:0 20px;
}
.tasker-tab li .nav-link{
  padding: 30px 25px 30px 30px;
  box-shadow: 0px 2px 6px #0000001A;
  border: 1px solid #5B5B5B3B;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.tasker-tab li .nav-link::before{
  position: absolute;
  bottom: 9px;
  left: 44%;
  content: "";
  transform:rotate(45deg) ;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
.tasker-tab li .nav-link.active::before{
  bottom: -9px;
  background-color: #02A6E5;
}
.tasker-tab li .nav-link.active{
  background-color: #02A6E5;
  border-color: #02A6E5;
}
/* .tasker-tab li .nav-link figure .main-img{
  display: block;
}
.tasker-tab li .nav-link.active figure .main-img{
  display: none;
}
.tasker-tab li .nav-link figure .hover-img{
  display: none;
}
.tasker-tab li .nav-link.active figure .hover-img{
  display: block;
} */
.tasker-tab li .nav-link.active figure img{
  filter: grayscale(1) brightness(5);
}

.tasker-tab li .nav-link h3{
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 21px 0 17px;
}
.tasker-tab li .nav-link.active h3{
  color: #fff;
}
.tasker-tab li .nav-link p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #5B5B5B;
  margin:0;
}
.tasker-tab li .nav-link.active p{
  color: #fff;
}
.key-features-section{
  background-color: #0033A0;
  padding: 40px 0 62px;
}
.key-features-section h2.heading{
  color: #fff;
}
.features-listing{
  margin-top: 38px;
}
.features-listing .inner-wrap{
  box-shadow: 0px 2px 10px #0000000F;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 13px 24px 20px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.features-listing .inner-wrap::before{
  position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0, 51, 160,.05);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
  z-index: -1;
}
.features-listing .inner-wrap:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.features-listing .inner-wrap h3{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin:23px 0 12px;
}
.features-listing .inner-wrap p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5B5B5B;
  margin:0;
}
.post-task-section{
  background-image: url(../images/post-task-banner.png);
  background-repeat: no-repeat;
  padding: 37px 60px;
  margin-bottom: 70px;
}
.post-task-section h3{
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 448px;
  margin-bottom: 30px;
}
.post-task-section a{
  display: inline-block;
  width: 185px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  padding: 21px;
  height: auto;
}
.faq-section{
  background-color: #5B5B5B08;
  padding: 50px 0;
}
.faq-section h2.heading{
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}
.faq-accordion{
  display: flex;
  flex-wrap: wrap;
  margin: 50px -19px 0px;
}
.faq-accordion .left-tablist , .faq-accordion .right-tablist{
  width: 50%;
  padding: 0 19px;
}
.faq-accordion .left-tablist .faq-box ,.faq-accordion .right-tablist .faq-box {
  margin-bottom: 20px;
}
.faq-accordion .accordion-item{
  border: none;
  background-color: transparent;
}
.faq-accordion  .accordion-item:last-of-type{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq-accordion  .accordion-item:first-of-type{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-accordion .accordion-button:first-of-type{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}
.faq-accordion .accordion-button{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  border: 1px solid #5B5B5B3B;
  border-bottom: 0;
  /* border-bottom: 0; */
  border-radius: 10px 10px 0 0;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item .accordion-button.collapsed{
  padding: 20px 20px 18px;
  background-color: transparent;
}

.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: 10px;
  /* transition: all 0.3s ease-in-out; */
  transition-delay: 0.3s;
  border: 1px solid #5B5B5B3B;
}
.faq-accordion .accordion-button::after{
  background-image: url(../images/close_icon.svg);
  /* transform: none; */
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100%;
}
.faq-accordion .accordion-button.collapsed::after{
  background-image: url(../images/down_arrow.svg);
  width: 11px;
  height: 11px;
}
.faq-accordion .accordion-body{
  border: 1px solid #5B5B5B3B;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  padding: 0 20px 23px;
  background-color: #fff;
}
.faq-accordion .accordion-body p{
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #5B5B5B;
}

/* Browse Tasks */
.inner-banner-section{
  background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 0%, rgba(2,166,229,1) 11%, rgba(2,166,229,1) 21%, rgba(1,147,218,1) 34%, rgba(1,127,206,1) 45%, rgba(1,88,182,1) 62%, rgba(0,51,160,1) 71%);
  background-repeat: no-repeat;
  padding: 38px 0;
}
.inner-banner-section h1{
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.inner-banner-section p{
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom:0;
}
.browse-main-wrapper{
  background-color: #FAFAFA;
  padding-bottom: 43px;
}
.breadcrumb-section{
  padding: 15px 0;
}
.breadcrumb-section .breadcrumb-item{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
}
.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{
  content: "»";
}
.breadcrumb-section .breadcrumb-item a{
  color: #5B5B5B;
  font-weight: 400;
}
.breadcrumb-section .breadcrumb-item a:hover{
  color: #0184d1;
}
.finance-row{
  display: flex;
  flex-wrap: wrap;
}
.finance-row .col-left{
  width: 20%;
  box-shadow: 0px 2px 10px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  padding: 20px 0;
  background-color: #fff;
  height: 100%;
}
.finance-row .col-left .sidebar-head{
  margin-bottom: 25px;
  padding: 0 20px;
}
.finance-row .col-left .sidebar-head h3{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: 700;
  color: #000000;
}
.finance-row .col-left .sidebar-head button{
  font-size: 15px;
  font-weight: 500;
  color: #02A6E5;
  background-color: transparent;
  border: none;
  padding: 0;
}
.finance-row .col-left .filter-checkbox{
  padding: 0 20px;
}
.finance-row .col-left .filter-checkbox:not(:last-child){
  padding-bottom: 29px;
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  margin-bottom: 20px;
}
.finance-row .col-left h3{
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 10px;
}
.finance-row .col-left p{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.finance-row .col-left select{
  height: 46px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  padding: 10px;
}
.form-select:focus{
  border-color: #0033A0;
  outline: none;
  box-shadow: none;
}
.finance-row .col-left .price-fields{
  margin-bottom: 20px;
  max-width: 249px;
}
.finance-row .col-left .price-fields div input{
  width: 94px;
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
  height: 46px;
  padding: 10px;
}
.finance-row .col-left .price-fields div span{
  width: calc(100% - 188px);
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
.finance-row .col-left .form-check{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
}
.finance-row .col-right{
  width: 80%;
  padding-left: 22px;
  /* background-color: #fff; */
}
.finance-row .col-right .product-heading h3{
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.finance-row .col-right .product-heading span{
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  padding-right: 15px;
}
.finance-row .col-right .product-heading .form-select{
  width: 187px;
  height: 40px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  outline: none;
  box-shadow: none;
}
.finance-tasks-listing{
  margin-top: 20px;
}
.finance-tasks-listing li .inner-listing{
  box-shadow: 0px 2px 10px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  padding: 24px 40px 24px 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
.finance-tasks-listing li .inner-listing h3{
  font-size:20px ;
  font-weight: 700;
  color: #000000;
  margin-bottom: 11px;
}
.finance-tasks-listing li .inner-listing p{
  font-size:16px ;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 0;
}
.finance-tasks-listing li .inner-listing .num-of-days figure{
  margin-right: 5px;
}
.finance-tasks-listing li .inner-listing .num-of-days span{
  font-size: 15px;
  font-weight: 700;
  color: #5B5B5B;
  line-height: 19px;
}
.finance-tasks-listing .popular-tags-list{
  margin: 27px 0 0;
}
.finance-tasks-listing .content-box{
  width: 85%;
  padding-right: 43px;
  border-right:1px solid rgb(91 91 91 / 18%);
}
.finance-tasks-listing .amount-box{
  width: 15%;
  text-align: center;
  padding-left: 34px;
}
.finance-tasks-listing .amount-box p{
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
}
.finance-tasks-listing .amount-box p strong{
  font-weight: 800;
  font-size: 20px;
  color: #000000;
}
.finance-tasks-listing .amount-box span{
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
  padding: 15px 0 20px;
}
.finance-tasks-listing .popular-services-section ul{
  padding-left: 0;
}
.finance-tasks-listing .popular-services-section ul li a{
  background-color: #02A6E508;
  border: 1px solid #02A6E5;
  color: #02A6E5;
  font-size: 14px;
  padding: 4px 10px;
  font-weight: 500;
}
.finance-tasks-listing .popular-services-section ul li a:hover{
  box-shadow: rgb(2, 166, 229, 0.3) 0px 4px 12px;
  background-color: #02A6E5;
  color: #fff;
}
.product-listing-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.product-listing-pagination .pagination li:not(:last-child){
  margin-right: 10px;
}
.product-listing-pagination .pagination li:first-child .page-link{
  border-color: #02A6E5;
}
.product-listing-pagination .pagination li:last-child .page-link{
  border-color: #02A6E5;
}
.product-listing-pagination .pagination li .page-link{
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #5B5B5B;
}
.product-listing-pagination .pagination li .page-link:hover img{
  filter: invert(2) brightness(5);
}
.product-listing-pagination .pagination li .page-link:hover{
  background-color: #02A6E5;
  color: #fff;
}
.product-heading .right-col .filter-toggle{
  background-color: #02A6E5;
  border: 1px solid #5B5B5B26;
  margin-left: 15px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-heading .right-col .filter-toggle img{
  filter: invert(1) brightness(5);
}
.product-heading .right-col .filter-toggle:hover{
  background-color: #fff;
}
.product-heading .right-col .filter-toggle:hover img{
  filter: none;
}
.stop-scroll{
  overflow: hidden;
}
.product-listing-pagination .pagination li .page-link span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-detail-topstrip{
  background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 0%, rgba(2,166,229,1) 11%, rgba(2,166,229,1) 21%, rgba(1,147,218,1) 34%, rgba(1,127,206,1) 45%, rgba(1,88,182,1) 62%, rgba(0,51,160,1) 71%);
  height: 59px;
}
.job-detail-section {
  display: flex;
  flex-wrap: wrap;
}
.job-detail-section .col-left{
  width: 78.5%;
  background-color: #fff;
  padding: 24px 30px 34px;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  box-shadow: 0px 2px 8px #0000000F;
}
.job-detail-section .job-detail-box{
  margin-bottom: 40px;
}
.job-detail-section .job-detail-box h1{
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 50px;
  margin-bottom: 15px;
}
.job-detail-section .job-detail-box .num-of-days p{
  background-color: #08A5220D;
  border: 1px solid #08A522;
  border-radius: 40px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #08A522;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 21px;
  margin-bottom: 0;
}
.job-detail-section .job-detail-box .num-of-days span{
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #5B5B5B;
}
.job-detail-section .job-detail-box .num-of-days p img{
  padding-right: 7px;
}
.job-detail-section .job-detail-box .left-section{
  width: 70%;
}
.job-detail-section .job-detail-box .right-section{
  width: 30%;
  padding-left: 100px;
  text-align: center;
}
.job-detail-section .job-detail-box .right-section p{
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}
.job-detail-section .col-left p{
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 36px;
}
.job-detail-section h3{
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 10px;
}
.job-detail-section h4{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.job-detail-section ul li{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 13px;
}
.job-detail-section ul li:last-child{
  margin-bottom: 0px;
}
.job-detail-section .col-right{
  width: 21.5%;
  padding-left: 22px;
}
.job-detail-section .responsibilities-section h3{
  margin-bottom: 20px;
}
.responsibilities-section{
  margin-bottom: 40px;
}
.responsibilities-section .section-list:not(:last-child){
  margin-bottom: 40px;
}
.responsibilities-section .popular-tags-list{
  margin: 39px 0 0;
}
.responsibilities-section .popular-tags-list{
  padding-left: 0;
}
.responsibilities-section .popular-tags-list li{
  margin-bottom: 0;
}
/* .responsibilities-section .popular-services-section ul li a{
  background-color: #02A6E508;
  border-color: #02A6E5;
  color: #02A6E5;
}
.responsibilities-section .popular-services-section ul li a:hover{
  background-color: #02A6E5;
  color: #fff;
} */
.about-client-section{
  box-shadow: 0px 2px 8px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  background-color: #fff;
  padding: 22px 20px;
}
.about-client-section h3{
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 18px;
}
.about-client-section span{
  font-size: 15px;
  font-weight: 400;
  color: #5B5B5B;
}
.client-verification ul li:not(:last-child){
  margin-right: 10px;
}
.client-verification ul li a{
  width: 35px;
  height: 35px;
  border: 1px solid #5B5B5B26;
  background-color: #fff;
}
.banner-section.inner-banner{
  padding: 49px 0;
}
.banner-section.inner-banner .content-section{
  width: 566px;
  padding-right: 0;
}
.banner-section.inner-banner .img-box{
  width: calc(100% - 566px);
  padding-left: 100px;
}
.banner-section.inner-banner h1{
  font-weight: 300;
  margin-bottom: 25px;
}
.banner-section.inner-banner h1 strong{
  font-weight: 700;
}
.banner-section.inner-banner p{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
}
.filter-checkbox.location-box .form-select{
  padding: 13px 20px 13px 40px;
}
.filter-checkbox.location-box .location-icon{
  position: absolute;
  left: 15px;
  top: 15px;  
}
.client-address{
  margin-bottom: 15px;
}
.client-address figure{
  width: 23px;
  text-align: center;
}
.member-date figure{
  width: 23px;
  text-align: center;
}
.client-address , .member-date span{
  line-height: 18px;
}
.client-review{
  margin: 14px 0 35px;
}
.client-review span{
  font-size: 14px;
  font-weight: 400;
  color: #5B5B5B;
}
.client-verification ul li{
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.client-verification ul li a{
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #5B5B5B26;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.client-verification ul li:hover a{
  border-color: #0033A0;
  box-shadow: rgb(0 51 160 / 30%) 0px 4px 12px;
}
.other-client-job-box{
  margin-top: 29px;
}
.other-client-job-box p{
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}
.other-client-job-box span{
  font-size: 15px;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 5px;
}
.about-client-section:not(:last-child){
  margin-bottom: 20px;
}
/* Browse Tasks */

/* faq */
.faq-top-banner{
  background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 0%, rgba(2,166,229,1) 11%, rgba(2,166,229,1) 21%, rgba(1,147,218,1) 34%, rgba(1,127,206,1) 45%, rgba(1,88,182,1) 62%, rgba(0,51,160,1) 71%);
  padding: 18px 0;
}
.faq-top-banner h1{
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.faq-top-banner p{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.faq-top-banner .search-section{
  max-width: 100%;
}
.faq-tabs-section{
  display: flex;
  flex-wrap: wrap;
}
.faq-tabs-section .left-box{
  width: 24.8%;
  padding-right: 22px;
}
.help-center-box{
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 2px 10px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
}
.help-center-box h2{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.help-center-box .nav-tabs{
  margin-top: 20px;
  border: none;
}
.help-center-box .nav-tabs li:not(:last-child){
  margin-bottom: 25px;
}
.help-center-box .nav-tabs li button{
  padding: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  width: 100%;
  text-align: start;
  border: none;
  position: relative;
}
.help-center-box .nav-tabs li button:hover{
  color: #02A6E5;
}
.help-center-box .nav-tabs li button::before{
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #02A6E5;
}
.help-center-box .nav-tabs li button.active{
  color: #02A6E5;
}
.faq-tabs-section .right-box{
  width: 75.2%;  
  background-color: #fff;
  box-shadow: 0px 2px 10px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  padding: 24px 24px 7px;
}
.faq-tabs-section .faq-wrap .accordion{
  border: none;
  box-shadow: none;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item{
  border: none;
  box-shadow: none;
}
.faq-tabs-section .accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom: none !important;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-button{
  padding: 24px 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  border-radius: 0;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-button::after{
  background-image: url(../images/down-arrow.svg);
  background-position: center;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-button.collapsed{
  border-bottom: 1px solid rgb(112 112 112 / 30%);
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-button:focus{
  box-shadow: none;
  outline: none;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .collapse.show .accordion-body{
  border-bottom: 1px solid rgb(112 112 112 / 30%);

}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-body{
  padding: 0 0 32px;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-body p{
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5B;
  line-height: 22px;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item:last-child .collapse.show .accordion-body{
  border-bottom: none;
}
.browse-main-wrapper.faq-wrapper{
  padding-bottom: 60px;
}
.header-search-bar{
  display: flex;
  align-items: center;
  max-width: 316px;
  height: 43px;
  width: 100%;
  border: 1px solid #02A6E5;
  border-radius: 40px;
  background-color: #EBF9FF;
  margin-right: 15px;
  padding-left: 46px;
  position: relative;
}
.header-search-bar .search-icon{
  position: absolute;
  left: 10px;
  top: 7px;
  display: block;
}
.header-search-bar input{
  border: none;
  background-color: transparent;
  height: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  outline: none;
  box-shadow: none;
  width: calc(100% - 100px);
}
.header-search-bar input::placeholder{
  color: #000000;
}
.header-search-bar .form-select{
  border: none;
  background-color: transparent;
  width: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  height: 29px;
  padding: 0 29px 0 12px ;
  border-left: 1px solid #0000001A;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-overflow: ellipsis;
  background-image: url(../images/down_arrow_black.svg);
  background-position:right 15px center;
  background-size: 12px;
}
.featured-section .featured-slider .items .box-inner{
  position: absolute;
  top: calc(100% - 69px);
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  /* transform: translateY(75.2%); */
}
.featured-section .featured-slider .items:hover .box-inner{
  top: 0;
}

.featured-section .items .featured-hover-box span{
  font-size: 14px;
  font-weight: 700;
  /* color: #fff; */
  padding-bottom:10px;
  display: block;
  text-transform: capitalize;
}
.featured-section .items .featured-hover-box strong{
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: inline-flex;
}
.featured-section .items .featured-hover-box p{
  white-space: inherit;
  overflow: auto;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  margin:10px 0 15px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-section .items .featured-hover-box .rating-strip{
  margin-top: 10px;
}
.featured-section .items .featured-hover-box .rating-strip img{
  width: 17px;
}
.search-modal-btn{
  border: none;
  background-color: transparent;
  margin-right: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal-main.show .header-search-bar{
  display: flex !important;
  max-width: 650px;
}
.search-modal-main.show{
  position: fixed;
  top: -100%;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 17px 12px;
  background-color:rgba(255,255,255,0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.search-modal-main.show{
  top: 0;
}
.search-modal-main .search-close{
  display: none;
  border: none;
  background-color: transparent;
}
.search-modal-main.show .search-close{
  display: block;
  flex: 0 0 auto;
}
/* contact-banner-section */
.inner-banner.contact-banner-section{
  padding: 47px 0 0;
}
.inner-banner.contact-banner-section h1{
  font-weight: 700;
  margin-bottom: 14px;
}
.inner-banner.contact-banner-section p{
  font-size: 18px;
  font-weight: 400;
}
.contact-main-wrapper{
  padding: 40px 0;
}
.contact-section{
  background-color: #fff;
  box-shadow: 0px 2px 8px #0000000F;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.contact-section .left-content{
  padding: 37px 49px;
  width: 69.4%;
}
.contact-section .right-content{
  padding: 36px 30px 27px;
  width: 30.6%;
  background-color: #0033A0;
  border-radius: 0px 10px 10px 0;
}
.contact-section .right-content h2{
   color: #fff;
   margin-bottom: 35px;
}
.contact-section .right-content ul li:not(:last-child){
  margin-bottom: 40px;
}
.contact-section .right-content ul li .box-content{
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  width: 100%;
  margin-left: 25px;
}
.contact-section .right-content ul li:last-child .box-content{
  border-bottom: 0;
}
.contact-section .right-content ul li h3{
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.contact-section .right-content ul li p , .contact-section .right-content ul li a{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}
.contact-section .right-content ul li a:hover{
  text-decoration: underline;
}
.form-start .row{
  margin: 30px -15px 0;
}
.form-start .row [class*=col]{
  padding: 0 15px;
}
.form-start .form-floating{
  margin-bottom: 20px;
  position: relative;
}
.form-floating .form-control{
  height: 60px;
  padding: 12px 20px;
}
.form-floating label{
  font-size: 18px;
  font-weight: 500;
  color: #5B5B5B;
  padding: 14px 20px;
}
.form-floating label span{
  color: #BE0000;
}
.form-floating textarea.form-control{
  height: 116px;
}
.form-start .btn-fill{
  margin-top: 12px;
  font-size: 18px;
  height: 60px;
  padding: 15px 47px;
  border-color: #02A6E5;
}
.form-floating .form-select{
  position: absolute;
  left: 1px;
  top: 12px;
  width: 105px;
  border: none;
  padding: 0;
  height: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #5B5B5B;
  box-shadow: none;
  outline: none;
  padding: 0 20px ;
  border-right: 1px solid #D5D5D5;
  border-radius: 0;
}
.phone-number-field.form-floating .form-control{
  padding:19px 20px 12px 125px ;
}
.phone-number-field.form-floating label{
  padding:12px 20px 12px 125px ;
}
.phone-number-field.form-floating>.form-control-plaintext~label, .phone-number-field.form-floating>.form-control:focus~label, .phone-number-field.form-floating>.form-control:not(:placeholder-shown)~label, .phone-number-field.form-floating>.form-select~label{
  transform: scale(.85) translateY(-.5rem) translateX(20px);

}


.popular-tags-list li:not(:last-child){
  margin-right: 10px;
}
.popular-tags-list li a{
  display: block;
  border-radius: 40px;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  background-color: #02A6E508;
  border: 1px solid #02A6E5;
  color: #02A6E5;
  font-size: 14px;
  padding: 4px 10px;
  font-weight: 500;
}
.popular-tags-list li a:hover{
  box-shadow: rgb(2, 166, 229, 0.3) 0px 4px 12px;
  background-color: #02A6E5;
  color: #fff;
}

/* tasker-listing */

.tasker-listing{
  display: flex;
  flex-wrap: wrap;
  margin: 97px -11px 0;
}
.tasker-listing>li{
  width: 33.33%;
  padding: 0 11px;
  padding-bottom: 110px;
}
/* .tasker-listing>li:nth-last-child(-n + 3){
  padding-bottom: 0;
} */
.tasker-listing li .inner-box{
  background-color: #fff;
  box-shadow: 0px 2px 10px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  padding: 78px 25px 30px 25px;
  text-align: center;
  position: relative;
}
.tasker-listing li .inner-box .img-box{
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.tasker-listing li .inner-box .img-box>figure{
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 0px 4px #00000029;
}
.tasker-listing li .inner-box .img-box .country-img{
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 3px #00000029;
  border: 1px solid #FFFFFF;
  display: flex;
}
.tasker-listing li .inner-box .img-box>figure>img{
  width: 100%;
  object-fit: cover;
}
.tasker-listing li .inner-box  h3{
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
}
.tasker-listing li .inner-box p{
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5B;
  margin-bottom: 25px;
}
.tasker-listing li .inner-box span{
  font-size: 15px;
  font-weight: 600;
  color: #5B5B5B;
}
.tasker-listing li .inner-box strong{
  font-size: 20px;
  font-weight: 800;
  color: #000000;
}
.tasker-listing li .inner-box .popular-tags-list{
  margin: 30px 0 20px;
}
.tasker-listing li .inner-box .popular-tags-list li{
  margin-bottom: 10px;
}
.tasker-listing li .inner-box .popular-tags-list li a{
  padding: 4px 9px;
}
.tasker-listing li .inner-box .btn{
  font-size: 16px;
  padding: 10px 20px;
}

.finance-row .col-left .price-add-field{
  position: relative;
}
.finance-row .col-left .price-fields .price-add-field input{
  padding: 10px 10px 10px 38px;
}
.finance-row .col-left .price-add-field p{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

/* tasker-listing */

/* personal-info */

.dashboard-wrap{
  display: flex;
  flex-wrap: wrap;
}
.dashboard-wrap .profile-wrap-left{
  width: 21.8%;
}
.dashboard-wrap .profile-sidebar{
  box-shadow: 0px 2px 8px #0000000F;
  border-radius: 10px;
  background-color: #0033A0;
  padding: 31px 29px 19px;
  height: 100%;
  width: 100%;
}
.profile-sidebar h2{
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.profile-sidebar ul li{
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF40;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.profile-sidebar ul li:not(:last-child){
  margin-bottom: 63px;
}
.profile-sidebar ul li.success{
  color: #08A522;
}
.profile-sidebar ul li.active{
  color: #fff;
}
.profile-sidebar ul li:not(:last-child)::before{
  position: absolute;
  left: 15px;
  top: 50px;
  width: 1px;
  height: 63px;
  content: "";
  background-color: rgba(255,255,255,0.3);
}
.profile-sidebar ul li span{
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #08A522;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.profile-wrap-right{
  width: calc(100% - 21.8% - 30px);
  margin-left: 30px;
  box-shadow: 0px 2px 8px #0000000F;
  border: 1px solid #5B5B5B26;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 30px 67px;
  height: 100%;
}
.personal-info-box h3{
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
.userprofilebox{
  height: 109px;
  width: 109px;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
}
.userprofilebox figure{
  height: 109px;
  width: 109px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #5B5B5B33;
  padding: 9px;
  background-color: #FAFAFA;
}
.userprofilebox figure img{
  width: 100%;
}
.userprofilebox .photoupload{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
}
.userprofilebox .photoupload input{
    height: 40px;
    width: 40px;
    opacity: 0;
    padding: 0px;
    background-color: #02A6E5;
}
.userprofilebox .photoupload label{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #02A6E5;
  cursor: pointer;

}
.userprofilebox .photoupload label img{
  width: 20px;
}
.profile-select{
  margin-bottom: 50px;
}
.profile-select p{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.personal-info-box .form-start{
  max-width: 700px;
  margin: 0 auto;
}
.dashboard-main-section{
  background-color: #FAFAFA;
  padding: 30px 0 40px;
}
.personal-info-form.form-start .row{
  margin: 0 -10px;
}
.personal-info-form.form-start .row [class*=col]{
  padding: 0 10px;
} 
.form-group label{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 11px;
}
.form-group label span{
  color: #BE0000;
}
.form-group .form-control{
  font-size: 18px;
  font-weight: 500;
  color: rgb(91, 91, 91,0.50);
  padding: 10px 20px;
  height: 60px;
  text-overflow: ellipsis;
}
.form-group .form-control::placeholder{
  color: rgb(91, 91, 91,0.50);
  text-overflow: ellipsis;

}
.form-group .phone-number-field{
  position: relative;
}
.form-group .phone-number-field input{
  padding: 10px 10px 10px 127px;
} 
.form-group .phone-number-field .form-select{
  position: absolute;
    left: 1px;
    top: 12px;
    width: 105px;
    border: none;
    padding: 0;
    height: 35px;
    font-size: 18px;
    font-weight: 600;
    color: #5B5B5B;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    border-right: 1px solid #D5D5D5;
    border-radius: 0;
}
.personal-info-form.form-start .form-check{
  margin-bottom: 0;
}
.personal-info-form.form-start .form-check .form-check-input{
  border-color: rgb(91, 91, 91,0.50);
}

.personal-info-form.form-start .form-check .form-check-label{
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: rgb(91, 91, 91,0.50);
}
.personal-info-form.form-start .btn-fill{
  margin-top: 33px;
  padding: 10px 40px;
}
.profile-wrap-right .info-box{
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  background-color: #fff;
  padding: 34px 30px;
}
.profile-wrap-right .info-box:not(:last-child){
  margin-bottom: 20px;
}
.profile-wrap-right .info-box .left-content{
  width: 214px;
  text-align: start;
  padding-right: 15px;
}
.profile-wrap-right .info-box .left-content h3{
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
.profile-wrap-right .info-box .right-content{
  width: calc(100% - 214px);
}
.file-upload {
  font-size: 18px;
  font-weight: 500;
  color: rgb(91, 91, 91,0.50);
  padding: 10px 20px;
  height: 60px;  
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.file-upload:focus{
  border-color: #0033A0;
}
.file-upload label{
  height: 100%;
  margin-bottom: 0;
  color: rgb(91, 91, 91,0.50);
  display: flex;
  align-items: center;
}
.file-upload input{
  display: none;
}
.file-upload span{
  position: absolute;
  top: 4px;
  right: 5px;
  border-radius: 5px;
  background-color: #E4F3F9;
  color: #5B5B5B !important;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  width: 87px;
  height: 50px;
}
.profile-wrap-right .info-box .right-content ul li:not(:last-child){
  margin-bottom: 20px;
}
.profile-wrap-right .info-box .right-content ul li a{
  padding: 13px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #fff;
  text-align: start;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.profile-wrap-right .info-box .right-content ul li a::before{
  position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background: rgba(0, 51, 160,.05);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.profile-wrap-right .info-box .right-content ul li a:hover::before {
  width: 100%;
}
.profile-wrap-right .info-box .right-content ul li a figure{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto
}
.professional-info-box .form-start{
  max-width: 100%;
}
.top-skills-search button{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
.top-skills-search .form-control{
  padding-left: 53px !important;
}
.profile-wrap-right .trending-skill-add h4{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  width: 113px;
  padding-top: 7px;
  text-align: start;
}
.profile-wrap-right .trending-skill-add{
  margin-top: 12px;
  margin-bottom: 20px;
}
.profile-wrap-right .trending-skill-add ul{
  padding-left: 10px;
  width: calc(100% - 113px);
}
.profile-wrap-right .trending-skill-add ul li{
  margin-bottom: 9px !important;
  border: 1px solid #D5D5D5;
  border-radius: 20px;
  background-color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #5B5B5B;
  display: flex;
  align-items: center;
}
.profile-wrap-right .trending-skill-add ul li button{
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.profile-wrap-right .trending-skill-add ul li button:hover{
  filter: invert(0) brightness(0);
}
.profile-wrap-right .trending-skill-add ul li:not(:last-child){
  margin-right: 5px;
}
.profile-wrap-right .btn-outline{
  padding: 7px 13px;
}
.profile-wrap-right .info-box .right-content span.file-formet{
  font-size: 14px;
  font-weight: 500;
  color: #5B5B5B;
}
.form-group.social-url{
  position: relative;
}
.form-group.social-url img{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.form-group.social-url .form-control{
  padding-left: 70px;
}

/* personal-info */

/* post-job */

.post-job-wrapper{
  position: relative;
  height: 842px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
}
.post-job-wrapper .post-job-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 842px;
  background-image: url(../images/job-post-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
.post-job-wrapper .post-job-img h1{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  background: rgb(2,166,229);
  background: linear-gradient(90deg, rgba(2,166,229,1) 39%, rgba(0,51,160,1) 90%);
  padding: 21px 27px;
  border-radius: 10px 0px 0px 10px;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 56px;
}
.post-job-section .right-section{
  margin-left: auto;
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: 751px;
  padding-left: 60px;
}
.post-job-section .right-section .box-content{
  margin-top: 33px;
  padding-left: 79px;
  max-height: 580px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.post-job-section .right-section .job-step-text{
  font-size:  16px;
  font-weight: 400;
  color: #5B5B5B;
}
.post-job-section .right-section .box-content h2{
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.post-job-section .right-section .box-content p{
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5B;
}
.post-job-section .right-section .box-content  .personal-info-form{
  margin-top: 36px;
}
.post-job-section .right-section .box-content  .personal-info-form .form-group label{
  font-size: 18px;
}
.post-job-section .right-section .box-content .job-examples{
  margin-top: 36px;
}
.post-job-section .right-section .box-content .job-examples h3{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.post-job-section .right-section .box-content .job-examples ul{
  padding-left: 20px;
}
.post-job-section .right-section .box-content .job-examples ul li{
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #5B5B5B;
  margin-bottom: 10px;
  list-style: disc;
}

.post-job-section .right-section .popular-skills-section ul li{
  margin-bottom: 10px;
}
.post-job-section .right-section .popular-skills-section ul li a{
  display: flex;
  align-items: center;
}
.post-job-section .right-section .popular-skills-section ul li a img{
  padding-left: 10px;
}
.post-job-section .right-section .popular-skills-section ul li a:hover img{
  filter: grayscale(2) brightness(5);
}
.post-job-section .right-section .selected-skills{
  margin: 30px 0 20px;
}
.post-job-section .right-section .selected-skills h3{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.post-job-section .right-section .popular-skills-section h3{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.post-job-section .right-section .selected-skills .popular-tags-list li{
  margin-bottom: 10px;
}
.post-job-section .right-section .selected-skills .popular-tags-list li a{
  background-color: #02A6E5;
  color: #fff;
}
.post-job-section .right-section .selected-skills .popular-tags-list li a img{
  filter: grayscale(2) brightness(5);
  transform: rotate(45deg);
}
.post-job-section .right-section .job-next-button{
  margin-top: 100px;
}
.post-job-section .right-section .job-next-button .btn-outline{
  height: 60px;
  padding: 10px 29px;
  display: flex;
  align-items: center;
  min-width: 116px;
}
.post-job-section .right-section .job-next-button .btn-outline img{
  padding-right: 10px;
}
.post-job-section .right-section .job-next-button .btn-outline:hover img{
  filter: grayscale(2) brightness(5);
}
.post-job-section .right-section .btn.btn-fill img{
  padding-left: 15px;
  filter: grayscale(2) brightness(5);
}
.post-job-section .right-section .btn.btn-fill{
  height: 60px;
  min-width: 116px;
}
.post-job-section .right-section .btn.btn-fill:hover img{
  filter: none;
}
.post-job-section .right-section .options-field{
  position: relative;
  z-index: 0;
  margin: 10px 0 20px;
}
.post-job-section .right-section .options-field::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  opacity: 0.3;
  z-index: -1;
}
.post-job-section .right-section .options-field span{
  background-color: #FAFAFA;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.personal-info-form.form-start .btn-group{
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.personal-info-form.form-start .btn-group label.btn{
  margin-bottom: 0;
  padding: 17px 11px 17px 48px;
  background-color: #fff;
}
.personal-info-form.login-form .btn-check:checked+.btn{
  background-color: #02A6E5;
}
.personal-info-form.form-start .btn-group label.btn::before{
  top: 17px;
}
.personal-info-form.form-start .btn-group label.btn p{
  font-weight: 600;
  color: #000000;
}
.personal-info-form.login-form .btn-check:checked+.btn p{
  color: #fff;
}
.personal-info-form .estimate-time-box h3{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 11px;
}
.personal-info-form .estimate-budget-box{
  width: 100%;
  max-width: 400px;
}
.personal-info-form .milestones-check .form-check .form-check-label{
  color: #000;
  font-size: 18px;
}
.personal-info-form .milestone-box{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 5px;
  margin: 30px 0;
}
.personal-info-form .milestones-dropdown{
  margin-top: 35px;
}
.post-job-section  .jobs-stepdata-group{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.post-job-section  .all-jobdetail-wrap{
  margin-top: 30px;
}
.post-job-section  .all-jobdetail-wrap .jobs-step-data{
  margin-bottom: 10px;
  /* padding-bottom: 15px; */
  /* border-bottom: 1px solid #ddd; */
}
.post-job-section  .all-jobdetail-wrap .jobs-step-data p{
  font-size:16px;
  font-weight: 800;
  color: #000000;
  width: 50%;
  padding-right: 15px;
}
.post-job-section  .all-jobdetail-wrap .jobs-step-data span{
  font-size:16px;
  font-weight: 600;
  color: #000000;
  width: 50%;
  padding-right: 15px;
  text-align: right;
}
.post-job-section  .all-jobdetail-wrap h3{
  font-size:20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  background-color: #ebebeb;
  padding: 10px 15px;
  border-radius: 5px;
}

.job-detail-section .job-detail-box .right-section .btn-outline{
  min-width: 118px;
}

/* post-job */

/* 14-02-2024 */

.about-me-section{
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 10px #0000000F;
border-radius: 10px;
}
.about-me-section .left-box{
  width: 77%;
  padding:22px 22px 22px 30px;
}
.about-me-section .left-box .profile-img-box{
  width: 300px;
  padding-right: 60px;
}
.about-me-section .left-box .profile-img-box>figure{
  width: 230px;
  height: 230px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;

}

.about-me-section .left-box .profile-img-box h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #000000;
  margin-bottom: 3px;
}
.about-me-section .left-box .profile-img-box p{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #5B5B5B;
  margin-bottom: 10px;
}
.user-location {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
.user-location figure{
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  overflow: hidden;
  flex: 0 0 auto;
  margin-right: 5px;
}
.user-location span{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #5B5B5B;
}
.user-status{
  background-color: #F9F9F9;
  padding: 6px ;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-status span{
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #959595;
  display: inline-block;
}
.user-status span.online{
  background-color: #08A522;
}
.user-status span.away{
  background-color: #08A522;
}
.about-me-section .left-box .user-status p{
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #5B5B5B;
  margin-bottom: 0;
  padding-left: 10px;
}
.about-me-section .left-box .profile-content-box{
  width: calc(100% - 300px);
}
.about-me-section .left-box .profile-content-box h3{
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
  color: #000000;
  margin-bottom: 9px;
}
.about-me-section .left-box .profile-content-box p{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #5B5B5B;
  margin-bottom: 0px;
}
.about-me-section .left-box .profile-content-box .profile-skill{
  margin-top: 35px;
}
.about-me-section .left-box .profile-content-box .profile-skill ul li{
  margin-bottom: 15px;
}
.about-me-section .left-box .profile-content-box .profile-skill h3{
  margin-bottom: 14px;
}

.about-me-section .right-box{
  width: 23%;
  background-color: #F9F9F9;
  padding: 22px 22px 25px 27px;
  border-radius: 10px;
}
.price-reqiurement {
  background-color: #DDEEE1;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 14px;
}
.price-reqiurement figure{
  margin-right: 10px;
}
.price-reqiurement span{
  font-size: 20px;
  font-weight: 800;
  color: #000000;
}
.about-me-section .right-box>ul{
  margin-bottom: 30px;
}
.about-me-section .right-box>ul li:not(:last-child){
  margin-bottom: 15px;
}
.about-me-section .right-box>ul li figure{
  margin-right: 14px;
}
.about-me-section .right-box>ul li span{
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
}
.about-me-section .right-box .client-verification h3{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}
.profile-main-wrap{
  margin-top: -127px;
  padding-bottom: 20px;
}
.profile-banner{
  height: 264px;
}

/* user-chat-section */

/* .user-chat-btn{
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  z-index: 99;
} */
.user-chat-btn.show{
  background-color: #fff;
  border-color: #02A6E5;
  color: #02A6E5;
}
.user-chat-btn img{
  filter: grayscale(1) brightness(5);
  transition: all 0.1s ease-in-out;
  max-width: 20px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.user-chat-btn.show img{
  filter: none;
}
.user-chat-btn:hover img{
  filter:none;
}
.user-chat-section{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 450px;
  height: 0;
  margin-top: 25px;
  position: fixed;
  bottom: -150px;
  right: 50px;
  border-radius: 50%;
  /* transform: rotateZ(45deg); */
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.user-chat-section.chat-show{
  border-radius: 5px;
  /* transform: none; */
  /* width: 450px; */
  height: 450px;
  bottom: 60px;
  right: 50px;
}
.profile-fixed-section{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  background-color: #fff;
  border-bottom: 2px solid #e4e4e5;
}
.profile-fixed-section figure{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex: 0 0 auto;
}
.profile-fixed-section a{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-box-start{
  height: 450px;
  overflow-y: auto;
  padding: 83px 20px 68px 20px;
  background-color: #f8f8f8;
}
.chat-box-start .chat{
  margin: 20px 0;
  display: flex;
  max-width: 700px;
  width: 100%;
}
.chat-box-start .chat figure{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.chat-box-start .chat .right-column {
  margin-left: 20px;
  overflow: hidden;
}
.chat-box-start .chat .right-column h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
}
.chat-box-start .chat .right-column p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #eaeaeb;
  border-top-left-radius: 0;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 0;
  padding: 13px;
  margin-bottom: 8px;
}
.chat-box-start .chat .right-column span {
  font-size: 13px;
  font-weight: 500;
  color: rgb(48, 48, 48);
  line-height: 17px;
  text-align: right;
  display: block;
}
.chat-box-start .chat.receiver-box {
  display: flex;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  justify-content: end;
}
.chat-box-start .chat.receiver-box .right-column p{
  background-color: #02A6E5;
  color: #fff;
}
.chat-box-start .chat-time-update {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.chat-box-start .chat-time-update span {
  font-size: 14px;
  color: #6d6e6e;
  font-weight: 600;
  background-color: #f8f8f8;
  line-height: 18px;
  padding: 5px 10px;
  z-index: 5;
}
.chat-box-start .chat-time-update::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e5;
}
.bottom-fixed-typetext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 500;
}
.bottom-fixed-typetext input {
  border: none;
  max-width: 350px;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  height: 40px;
  padding-right: 20px;
}
.bottom-fixed-typetext button.send-btn{
  width: 25px;
  border: none;
  background-color: transparent;
}
/* user-chat-section */

.portfolio-section{
  margin: 20px 0;
}
.portfolio-section .portfolio-left{
  width: 76%;
  box-shadow: 0px 2px 10px #0000000F;
  border-radius: 10px;
  background-color: #fff;
  padding: 32px 30px 0;
}
.portfolio-section .portfolio-left h3{
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 25px;
}
.portfolio-section .portfolio-img{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.portfolio-section .portfolio-img li{
  padding: 0 16px 30px;
  width: 33.33%;
}
.portfolio-section .portfolio-img li figure{
  border-radius: 8px;
  border: 1px solid #ECECEC;
  display: flex;
  overflow: hidden;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.portfolio-section .portfolio-img li figure:hover{
  border-color: #0033A0;
}
.portfolio-section .portfolio-img li figure img{
  object-fit: cover;
  width: 100%;
}
.portfolio-section .portfolio-right{
  width: 24%;
  padding-left: 20px;
}
.portfolio-section .portfolio-right .certification-detail{
  box-shadow: 0px 2px 10px #0000000F;
  border-radius: 10px;
  background-color: #fff;
  padding: 26px 26px 20px;
  margin-bottom: 20px;
}
.portfolio-section .portfolio-right h3{
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 21px;
}
.portfolio-section .portfolio-right ul li{
  display: flex;
  margin-bottom: 15px;
}
.portfolio-section .portfolio-right ul li figure{
  flex: 0 0 auto;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCEDFF;
  margin-right: 15px;
}
.portfolio-section .portfolio-right ul li h3{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
}
.portfolio-section .portfolio-right ul li span{
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #5B5B5B;
}
.portfolio-section .certification-detail ul li{
  margin-bottom: 10px;
} 

.user-review-box{
  box-shadow: 0px 2px 10px #0000000F;
  border-radius: 10px;
  background-color: #fff;
  padding: 32px 30px;
  max-width: 1060px;
  margin-bottom: 20px;
}
.user-review-box .review-header{
  margin-bottom: 22px;
}
.user-review-box h3{
  font-size: 22px;
  font-weight: 800;
  color: #000000;
}
.user-review-box .review-header a{
  font-size: 15px;
  font-weight: 500;
  color: #02A6E5;
}
.user-review-box .review-header a:hover{
  text-decoration: underline;
}
.review-listing li{
  border: 1px solid #ECECEC;
  border-radius: 8px;
  background-color: #F9F9F9;
  padding: 32px 30px;
}
.review-listing li:not(:last-child){
  margin-bottom: 20px;
}
.review-listing li>figure>img{
  width: 19px;
}
.review-listing li p{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #5B5B5B;
}
.review-listing li figure.user-img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-right: 15px;
  flex: 0 0 auto;
}
.review-listing li figure.user-img img{
  width: 100%;
  object-fit: cover;
}
.review-listing li .user-location span{
  color: #000000;
  font-weight: 700;
  padding-left: 7px;
  padding-right: 15px;
}
.review-listing li .user-location p{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #5B5B5B;
  position: relative;
  padding-left: 15px;
}
.review-listing li .user-location p::before{
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #5B5B5B;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.user-review-box.user-experience-box h3{
  margin-bottom: 30px;
}
.user-experience-box ul{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.user-experience-box ul li{
  width: 50%;
  padding: 0 5px 15px;
}

.user-experience-box ul li .inner-wrap{
  width: 100%;
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;  
}
.user-experience-box ul li figure{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDF9FD;
  padding: 20px;
}
.user-experience-box ul li div{
  width: calc(100% - 80px);
  padding-left: 20px;
}
.user-experience-box ul li h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  margin-bottom: 3px;
}
.user-experience-box ul li p{
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #000000;
  margin-bottom: 6px;
}
.user-experience-box ul li span{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #5B5B5B;
}

.user-experience-box.user-education-box ul li figure{
  background-color: #F0F3FA;
}
.profile-detail-wrap{
  background-color: #FAFAFA;
}


/* cms-pages */

.cms-section{
  padding: 40px 0 50px;
}
.privacy-policy-section{
  padding-top: 81px;
}
.privacy-inner-section{
  box-shadow: 0px 4px 0px #00000012;
  border: 1px solid #DEDCDC;
  opacity: 1;
  padding: 31px 41px;
  background-color: #fff;
}
.privacy-inner-section h2{
  margin-bottom: 20px;
  text-transform: uppercase;
}
.privacy-inner-section p{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 28px;
}
.privacy-inner-section a{
  color: #02A6E5;
  font-weight: 700;
}

.blog-listing-wrap{
  padding: 40px 0 60px;
}
.blog-listing-wrap .left-listing{
  width: 1050px;
  padding-right: 30px;
}
/* .blog-listing-wrap .left-listing .latest-blog:not(:last-child){
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom:1px solid rgb(112 112 112 / 20%);
} */
.blog-listing-wrap .right-listing{
  width: calc(100% - 1050px);
  position: sticky;
  top: 90px;
  height: 100%;
  left: 0;
}
.recent-box{
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 20px;
}
.recent-box-listing{
  margin: 20px 0 0px;
}
.recent-box-listing li{
  display: flex;
  align-items: center;
}
.recent-box-listing li:not(:last-child){
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.recent-box-listing li figure{
  flex:1;
  width: 142px;
}
.recent-box-listing li .box-content{
  width: calc(100% - 142px);
  padding-left: 15px;
}
.recent-box-listing li span{
  font-size: 14px;
  font-weight: 400;
  color: #646464;
}
.recent-box-listing li h3{
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.recent-box-listing li h3:hover a{
  color: #02A6E5;
}


/* cms-pages */


.blog-detail-box{
  padding: 20px 10px 30px;
  background-color: #fff;
  border-radius: 10px;

}
.blog-detail-box .detail-banner-content{
  margin-bottom: 25px;
  margin-top: 0;
}
.blog-detail-box .detail-banner-content figure {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-detail-box .detail-banner-content figure img{
  width: 100%;
}
.blog-detail-box .detail-banner-content .content-box {
  position: relative;
  left: 0;
  bottom: 0;
  background-color: #EDF9FD;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.detail-banner-content .content-box h1{
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  color: #000;
}
.blog-detail-section .blog-listing-wrap .blog-detail-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.blog-detail-box p {
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  line-height: 30px;
}
.profile-fixed-section:has(.chat-refresh) {
  padding: 20px 40px 20px 20px !important;
}

.profile-fixed-section:has(.chat-close){
  padding: 20px 80px 20px 20px !important;
}
.profile-fixed-section .chat-refresh{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-fixed-section .chat-close{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (min-width:1422px){
  .container{
    max-width: 1423px;
    margin: 0 auto;
  }
}
@media (max-width:1450px){
  .tasker-tab{
    margin: 40px -10px 73px;
  }
  .tasker-tab li{
    padding: 0 10px;
  }
  .faq-accordion{
    margin:50px -12px 0px ;
  }
  .faq-accordion .left-tablist, .faq-accordion .right-tablist{
    padding: 0 12px;
  }
}
@media (max-width:1421px){
  .user-review-box{
    max-width: 985px;
  }
  .blog-listing-wrap .left-listing{
    width: 970px;
  }
  .blog-listing-wrap .right-listing{
    width: calc(100% - 970px);
  }
  .post-job-section .right-section{
    width: 691px;
  }
  .header-section .nav li:not(:last-child) {
    margin-right: 20px;
  }
  header .logo{
    margin-right: 25px;
  }
  header .logo figure{
    max-width: 160px;
  }
  .job-detail-section .col-left{
    width: 73.5%;
  }
  .job-detail-section .col-right{
    width: 26.5%;
  }
  .job-detail-section .job-detail-box h1{
    font-size: 35px;
    line-height: 45px;
  }
  .job-detail-section .job-detail-box .right-section{
    padding-left: 30px;
  }
.banner-section.inner-banner .img-box{
  padding-left: 50px;
}
  .hiring-section .left-content{
    width: 59%;
  }
  .hiring-section .right-content{
    width: 41%;
  }
  .hiring-section{
    padding: 8px 37px 8px 40px;
  }
  .advantage-section .content-section{
    width: calc(100% - 525px);
    padding-right: 30px;
  }
  .advantage-section .video-section {
    width: 525px;
  }
  .banner-inner-section .content-section{
    width: 52%;
  }
  .banner-inner-section .img-box{
    width: 48%;
  }
  .popular-services-section ul li a{
    padding: 8px 17px;
  }
  .finance-tasks-listing .amount-box{
    padding-left: 15px;
  }
  .finance-tasks-listing .amount-box{
    padding-left: 15px;
  }
}
@media (max-width:1399px){
  .portfolio-section .portfolio-img{
    margin: 0 -6px;
  }
  .portfolio-section .portfolio-img li{
    padding: 0 6px 20px;
    /* width: 50%; */
  }
  .user-review-box{
    max-width: 780px;
  }
  .about-me-section .left-box{
    width: 70%;
  }
  .about-me-section .right-box{
    width: 30%;
  }
  .portfolio-section .portfolio-left{
    width: 70%;
  }
  .portfolio-section .portfolio-right{
    width: 30%;
  }
  .blog-listing-wrap .left-listing{
    width: 790px;
  }
  .blog-listing-wrap .right-listing{
    width: calc(100% - 790px);
  }
  .post-job-wrapper .post-job-img{
    width: 43%;
  }
  .post-job-section .right-section {
    width: 610px;
    padding-left: 30px;
  }
  .post-job-section .right-section .box-content{
    padding-left: 50px;
  }
  .form-group .form-control{
    font-size: 15px;
    padding: 10px 15px;
  }
  .dashboard-wrap .profile-wrap-left{
    width: 25%;
  }
  .dashboard-wrap .profile-wrap-right{
    width: calc(100% - 25% - 30px);
  }
  .tasker-listing>li{
    width: 50%;
    padding-bottom: 110px;
  }
  /* .tasker-listing>li:nth-last-child(-n + 2){
    padding-bottom: 0;
  } */
  .contact-section .left-content{
    width: 60%;
  }
  .contact-section .right-content{
    width: 40%;
  }
  .nav li a{
    font-size: 15px;
  }
  .header-search-bar{
    max-width: 285px;
  }
  /* .header-search-bar input{
    width: 140px;
  }
  .header-search-bar .form-select{
    width: calc(100% - 140px);
  } */
  .hiring-section h3{
    font-size: 41px;
    margin-bottom: 30px;
  }
  .hiring-section .left-content{
    width: 50%;
  }
  .hiring-section .right-content{
    width: 50%;
  }
  .banner-inner-section .content-section h1{
    font-size: 41px;
  }
  .popular-services-section ul li a{
    font-size: 13px;
    padding: 8px 12px;
  }
  .banner-inner-section .img-box .img-inner-wrap::before{
    width: 532px;
    height: 532px;
    top: -78px;
  }
  .banner-inner-section .img-box .we-do-wrap{
    width: 442px;
    height: 442px;
    top: -25px;
    left: 5px;
  }
  .banner-inner-section .img-box .main-img{
    max-width: 380px;
    margin: 0 auto;
    top: 0;
  }
  .finance-row .col-left{
    width: 26%;
  }
  .finance-row .col-right{
    width: 74%;
  }
  .finance-tasks-listing .content-box{
    width: 80%;
  }
  .finance-tasks-listing .amount-box{
    width: 20%;
  }
  .finance-tasks-listing .popular-services-section ul li{
    margin-bottom: 15px;
  }
}
@media (max-width:1299px){
  .category-listing li{
    width: 25%;
  }
}
@media (max-width:1199px){
  .about-me-section .left-box{
    width: 100%;
  }
  .about-me-section .right-box{
    width: 100%;
  }
  .portfolio-section .portfolio-left {
    width: 100%;
  }
  .portfolio-section .portfolio-right {
    width: 100%;
    padding-left: 0 ;
    padding-top: 30px ;
  }
  .user-review-box{
    max-width: 100%;
  }
  .about-me-section .left-box .profile-img-box>figure{
    width: 170px;
    height: 170px;

  }
  .blog-listing-wrap .left-listing{
    width: 100%;
    order: 2;
    padding-right: 0;
    padding-top: 40px;
  }
  .blog-listing-wrap .right-listing{
    width: 100%;
    order: 1;
    position: relative;
    top: 0;
  }
  .recent-box-listing {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
  }
  .recent-box-listing li {
    min-width: 385px;
  }
  .recent-box-listing li:not(:last-child){
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 2px solid #ddd;
    margin-right: 20px;
    padding-right: 20px;
  }


  .post-job-section .right-section{
    width: 535px;
  }
  .post-job-wrapper .post-job-img h1{
    font-size: 35px;
  }
  .post-job-section .right-section .box-content h2{
    font-size: 27px;
  }
  .profile-wrap-right .trending-skill-add h4{
    width: 100%;
    margin-bottom: 10px;
  }
  .profile-wrap-right .trending-skill-add ul{
    width: 100%;
    padding-left: 0;
  }
  .profile-wrap-right .trending-skill-add ul li{
    font-size: 14px;
    line-height: 16px;
  }
  .dashboard-wrap .profile-wrap-left{
    width: 28%;
  }
  .dashboard-wrap .profile-wrap-right{
    width: calc(100% - 28% - 30px);
  }
  .profile-sidebar ul li{
    font-size: 17px;
  }
  .popular-tags-list li{
    margin-bottom: 10px;
  }
  .responsibilities-section .popular-tags-list li{
    margin-bottom: 10px !important;
  }
  .banner-section.inner-banner .content-section{
    width: 466px;
  }
  .banner-section.inner-banner .img-box{
    width: calc(100% - 466px);
  }
  header .logo figure{
    max-width: 170px;
  }
  .header-section .nav li:not(:last-child) {
    margin-right: 23px;
  }
  .how-it-work-listing li{
    padding: 0 45px;
  }
  .how-it-work-listing li:not(:last-child):before{
    width: 55px;
    right: -26px;
  }
  .how-it-work-listing li p{
    font-size: 15px;
  }
  .hiring-section .right-content .cirle-img{
    max-width: 310px;
    margin: 0 auto;
  }
  .hiring-section .right-content ul{
    left: 45px;
    width: 239px;
    height: 299px;
  }
  .advantage-section .content-section{
    width: 100%;
    order: 2;
  }
  .advantage-section .video-section{
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .advantage-section ul{
    margin-top: 20px;
  }
  .advantage-section ul li{
    padding: 0 15px 29px 33px;
  }
  footer .footer-top .left-section {
    width: 21.5%;
  }
  footer .footer-top .right-section{
    width: 78.5%;
  }
  .footer-top .left-section .bottom-logo{
    max-width: 180px;
  }
  .login-form .login-img{
    width: 500px;
  }
  .login-form .login-img figure{
    height: 100%;
  }
  .login-form .login-img figure img{
    height: 100%;
    object-fit: cover;
  }
  .login-form .login-form{
    width: calc(100% - 500px);
  }
  .login-form .login-img .box-tag p{
    font-size: 28px;
    line-height: 35px;
  }
  .banner-inner-section .img-box .img-inner-wrap::before {
    width: 449px;
    height: 449px;
  }
  .banner-inner-section .img-box .img-inner-wrap::before {
    width: 449px;
    height: 449px;
    top:-79px;
  }
  .banner-inner-section .img-box .we-do-wrap {
    width: 380px;
    height: 380px;
    top: -28px;
    left: 3px;
  }
  .banner-inner-section .img-box ul li{
    width: 55px;
    height: 55px;
    padding: 13px;
  }
  .banner-inner-section .img-box .main-img {
    max-width: 312px;
  }
  .banner-section{
    padding: 20px 0;
  }
  .trusted-section {
    margin-bottom: 15px;
  }
  .popular-services-section h3{
    width: 100%;
  }
  .popular-services-section ul{
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }
  .popular-services-section ul li{
    margin-bottom: 10px;
  }
  .popular-services-section {
    margin: 20px 0 30px;
  }
  .finance-tasks-listing li .inner-listing{
    padding: 24px 30px;
  }
  .finance-tasks-listing .content-box {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(91 91 91 / 18%);
    border-right: none;
  }
  .finance-tasks-listing .amount-box {
    width: 100%;
    text-align: start;
    padding-left: 0;
  }
  .finance-tasks-listing .amount-box span{
    padding: 10px 0 20px;
  }
  .finance-row .col-left{
    width: 28%;
  }
  .finance-row .col-right{
    width: 72%;
  }
  .job-detail-section .col-left{
    width: 100%;
  }
  .job-detail-section .col-right{
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}
@media (max-width:991px){
  .about-me-section .left-box {
    padding: 22px 15px 22px 15px;
  }
  .about-me-section .right-box {
    padding: 22px 15px 22px 15px;
  }
  .about-me-section .left-box .profile-img-box {
    width: 240px;
    padding-right: 35px;
  }
  .portfolio-section .portfolio-left{
    padding: 32px 15px 0;
  }
  .portfolio-section .portfolio-right .certification-detail{
    padding: 26px 15px 20px;
  }
  .user-review-box{
    padding: 30px 15px;
  }
  .about-me-section .left-box .profile-img-box>figure{
    width: 135px;
    height: 135px;
  }
  .about-me-section .left-box .profile-img-box h3{
    font-size: 25px;
    line-height: 32px;
  }
  .about-me-section .left-box .profile-img-box p{
    font-size: 16px;
    line-height: 20px;
  }
  .about-me-section .left-box .profile-content-box {
    width: calc(100% - 240px);
  }
  .about-me-section .left-box .profile-content-box p{
    font-size: 15px;
  }
  .about-me-section .left-box .profile-content-box .profile-skill{
    margin-top: 25px;
  }
  .about-me-section .left-box .profile-content-box h3{
    font-size: 19px;
  }
  .post-job-section .right-section .box-content h2{
    font-size: 25px;
  }
  .post-job-section .right-section .job-next-button {
    margin-top: 40px;
  }
  .post-job-wrapper{
    height: 100%;
    padding: 40px 0;
  }
  .post-job-wrapper .post-job-img{
    display: none;
  }
  .post-job-wrapper .post-job-section .right-section{
    width: 100%;
    padding-left: 0;
  }
  .post-job-section .right-section .box-content{
    padding-left: 0;
  }
  .dashboard-wrap .profile-wrap-left{
    width: 100%;
    position: relative;
    top: 0;
  }
  .profile-sidebar h2{
    text-align: center;
  }
  .profile-sidebar ul li{
    justify-content: center;
    flex-direction: column;
  }
  .profile-sidebar ul li span{
    margin-right: 0;
  }
  .profile-sidebar ul li:not(:last-child)::before{
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dashboard-wrap .profile-wrap-right{
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .personal-info-box h3{
    font-size: 27px; 
  }
  .contact-section .left-content{
    width: 100%;
    padding: 37px 30px;
  }
  .contact-section .right-content{
    width: 100%;
    margin-top: 30px;
  }
  .form-start .row{
    margin: 30px -10px 0;
  }
  .form-start .row [class*=col]{
    padding: 0 10px;
  }
  .banner-inner-section .content-section h1 br{
    display: none;
  }
  .banner-section.inner-banner .content-section{
    width:100%;
  }
  .banner-section.inner-banner .img-box{
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .menu-bar {
    border: 0;
    display: block;
    background-color: transparent;
    width: 30px;
    height: 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-left: 20px;
    flex: 0 0 auto;
}
.menu-bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}
.menu-bar span:nth-of-type(2) {
    top: 10px;
}
.menu-bar span:nth-of-type(3) {
    top: 20px;
}
.menu-bar.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 10px;
}
.menu-bar.open span:nth-of-type(2) {
    width: 0;
}
.menu-bar.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 10px;
}
.header-section .nav{
  position: fixed;
  top: 65px;
  right: -100%;
  display: block !important;
  padding: 25px 12px;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: #0184d1;
  z-index: 99;
  transition: all 0.4s ease-in-out;
}
.header-section .nav li:not(:last-child){
  margin-right: 0;
  margin-bottom: 20px;
}
.header-section .nav li a{
  color: #fff;
}
.header-section .nav.show{
  right: 0;
}
.featured-slider .items h3{
  font-size: 16px;
}
.featured-slider .items p{
  font-size: 14px;
}
.category-listing li{
  width: 33.33%;
}
.how-it-work{
  padding: 30px 0 45px ;
}
.how-it-work-listing{
  margin-top: 30px;
}
.how-it-work-listing li{
  padding: 0 15px;
}
.how-it-work-listing li h3{
  font-size: 18px;
}
.how-it-work-listing li p {
  font-size: 15px;
}
.how-it-work-listing li:not(:last-child):before{
  display: none;
}
.hiring-section{
  padding: 15px 25px 30px 25px;
}
.hiring-section .left-content{
  width: 100%;
  order: 2;
  text-align: center;
  margin-top: 30px;
}
.hiring-section .right-content{
  width: 100%;
  order: 1;
}
.hiring-section .btn{
  margin: 0 auto;
}
.hiring-section .right-content ul{
  transform: translateX(-50%);
  left: 50%;
}
.hiring-section .right-content ul li figure{
  width: 90px;
  height: 90px;
}
.hiring-section .right-content ul li:nth-child(2) figure {
  width: 75px;
  height: 75px;
}
.hiring-section .right-content ul li:nth-child(3) figure {
  width: 75px;
  height: 75px;
}
.hiring-section .right-content ul li:nth-child(1) {
  margin-left: -80px;
  margin-bottom: -60px;
}
.hiring-section .right-content ul li:nth-child(2) {
  margin-right: -23px;
}
.hiring-section .right-content ul li:nth-child(3){
  margin-bottom: -97px;
  margin-left: 20px;
}
.hiring-section .right-content ul li:nth-child(4) {
  margin-right: -80px;
}
.hiring-section h3{
  font-size: 31px;
}
.hiring-section .btn{
  font-size: 17px;
  padding: 16px;
}
.advantage-section ul li p{
  font-size: 16px;
}
.blog-listing figure img{
  width: 100%;
}
footer .footer-top .left-section {
  width: 100%;
  margin-top: 35px;
  order: 2;
}
.footer-top .left-section .bottom-logo{
  display: none ;
}
footer .footer-top .right-section {
  width: 100%;
  order: 1;
}
.footer-top .right-section .list-1 {
  width: 70%;
}
.footer-top .right-section .list-2 {
  width: 30%;
}
.footer-top .right-section .list-3 {
  width: 100%;
  margin-top: 30px; 
}
.login-form .login-img{
  display: none;
}
.login-form .login-form{
  width: 100%;
  max-width: 425px;
}
.login-form .login-form{
  padding: 45px 12px 0 12px;
}
.login-form .login-form h3{
  font-size: 22px;
  line-height: 30px;
}
.login-form .login-form p{
  font-size: 14px;
}
.form-control{
  height: 45px;
  font-size: 15px;
  padding: 10px;
}
.login-form .inner-body .btn-close{
  top: 15px;
  right: 15px;
}
.other-option-login ul li a{
  width: 55px;
  height: 47px;
}
.other-option-login ul li a img{
  max-width: 20px;
}
.banner-section {
  padding: 40px 0 60px;
}
.banner-inner-section .content-section {
  width: 100%;
  text-align: center;
  padding-right: 0;
}
.banner-inner-section .content-section h1{
  max-width: 100%;
}
.popular-services-section ul{
  justify-content: center;
}
.search-section{
  max-width: 100%;
}
.banner-inner-section .img-box {
  width: 100%;
  padding-top: 90px;
}
.banner-section {
  padding: 40px 0 60px;
}
.banner-inner-section .img-box .img-inner-wrap::before {
  width: 449px;
  height: 449px;
  top: -77px;
  left: 50%;
    transform: translateX(-50%);
}
.banner-inner-section .img-box .we-do-wrap {
  width: 380px;
  height: 380px;
  top: -13px;
  left: 11px;
}
.banner-inner-section .img-box .main-img {
  max-width: 302px;
}
header{
  padding: 10px 0;
}
header.fixed{
  padding: 10px 0;
}
.tasker-tab{
  margin: 40px -10px 60px;
}
.tasker-tab li {
  max-width: 50%;
  padding: 0 10px;
}
.tasker-tab li .nav-link{
  padding: 25px 20px 20px 20px;
}
.key-features-section{
  padding: 40px 0;
}
.post-task-section{
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.post-task-section h3{
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  max-width: 100%;
}
.post-task-section a{
  width: auto;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  padding: 14px 21px;

}
.post-task-section h3 br{
  display: none;
}
.faq-section{
  padding: 30px 0;
}
.faq-section h2.heading{
  font-size: 38px;
  line-height: 50px;
}
.faq-accordion{
  margin: 50px -10px 0px;
}
.faq-accordion .left-tablist, .faq-accordion .right-tablist{
  width: 100%;
  padding: 0 10px;
}
.finance-row .col-left {
  position: fixed;
  left: -100%;
  top: 0px;
  width: 40%;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 60px 0 30px;
  border-radius: 0;
  border: none;
  border-top: 1px solid #ddd;
  /* box-shadow: none;   */
  transition: all 0.3s ease-in-out;

}
.finance-row .col-left.show{
   left: 0;
}
.finance-row .col-left .filter-close{
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
}
.finance-row .col-left .filter-sidebar{
  height: 100%;
  overflow: auto;
}
.finance-row .col-right{
  width: 100%;
  padding-left: 0;
}
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.overlay.show{
  opacity: 0.5;
  visibility: visible;
}
.job-detail-section .job-detail-box .left-section{
  width: 100%;
}
.job-detail-section .job-detail-box .right-section{
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  text-align: left;
}
.job-detail-section .job-detail-box .right-section p{
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
}

.job-detail-section .col-left{
  padding: 20px 20px 30px;
}
.job-detail-section .job-detail-box h1 {
  font-size: 30px;
  line-height: 38px;
}
.responsibilities-section .popular-services-section ul{
  justify-content: start;
}
.responsibilities-section .popular-services-section ul li{
  margin-bottom: 15px;
}
.job-detail-section .job-detail-box{
  margin-bottom: 30px;
}
.job-detail-section .col-left p{
  margin-bottom: 25px;
}
.faq-tabs-section .left-box{
  width: 100%;
  padding-right: 0;
  padding-bottom:30px;
}
.faq-tabs-section .right-box{
  width: 100%;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-button{
  font-size: 18px;
  padding: 20px 0;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-body p{
  font-size: 15px;
}
.help-center-box .nav-tabs li button{
  font-size: 16px;
}
.help-center-box .nav-tabs li:not(:last-child) {
  margin-bottom: 15px;
}
.help-center-box .nav-tabs li button::before{
  top: 8px;
}
.faq-top-banner h1{
  font-size: 35px;
  text-align: center;
}
.faq-top-banner p{
  font-size: 16px;
  text-align: center;
}
/* .profile-sidebar ul li{ */
.profile-sidebar ul li{
  display: none;
  margin-bottom: 0 !important;
}
.profile-sidebar ul li::before{
  display: none;
}
.profile-sidebar ul li.active{
  display: flex;
}
.privacy-inner-section {
  padding: 17px;
}
.privacy-inner-section p {
  font-size: 16px;
}
.detail-banner-content .content-box h1{
  font-size: 30px;
  line-height: 37px;
}
.blog-detail-section .blog-listing-wrap .blog-detail-box h3{
  font-size: 17px;
}
.blog-detail-box p{
  font-size: 16px;
  line-height: 24px;
}
.user-experience-box ul li{
  width: 100%;
}
}
@media (max-width:767px){
  .profile-wrap-right .trending-skill-add ul li{
    font-size: 13px;
  }
  .dashboard-wrap .profile-sidebar{
    padding: 30px 15px 20px;
  }
  .dashboard-wrap .profile-wrap-right{
    padding: 30px 15px 40px;
  }
  .personal-info-box h3{
    font-size: 24px;
  }
  .userprofilebox{
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
  }
  .userprofilebox figure{
    width: 85px;
    height: 85px;
  }
  .userprofilebox .photoupload{
    bottom: -5px;
    right: -10px;
  }
  .profile-select {
    margin-bottom: 30px;
  }
  .form-group .form-control{
    font-size: 15px;
    height: 50px;
    padding: 5px 10px;
  }
  .form-group .phone-number-field input{
    padding: 5px 10px 5px 90px;
  }
  .form-group .phone-number-field .form-select{
    font-size: 15px;
    width: 80px;
    padding: 0 12px;
  }
  .personal-info-form.form-start .form-check .form-check-label{
    font-size: 15px;
    line-height: 19px;
  }
  .profile-sidebar h2{
    margin-bottom: 20px;
  }
  .profile-sidebar ul li span{
    margin-bottom: 10px;
  }
  .profile-sidebar ul li {
    font-size: 15px;
  }
  .contact-section .left-content{
    padding: 20px 15px;
  }
  .contact-section .right-content{
    padding: 25px 15px 10px;
    border-radius: 0px 0px 10px 10px;
  }
  .contact-section .right-content ul li h3{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .contact-section .right-content ul li p , .contact-section .right-content ul li a{
    font-size: 16px;
  }
  .contact-section .right-content ul li:not(:last-child) {
    margin-bottom: 20px;
  } 
  .contact-section .right-content ul li .box-content{
    padding-bottom: 20px;
    margin-left: 13px;
  }
  .form-start .btn-fill{
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 12px 12px;
  }
  .form-floating .form-control{
    height: 50px;
    padding: 10px 15px;
  }
  .form-floating label{
    font-size: 15px;
    padding: 12px 15px;
  }
.form-floating .form-select{
  font-size: 15px;
  height: 28px;
  padding: 0 15px;
  width: 85px;
}
.phone-number-field.form-floating .form-control {
  padding: 19px 20px 12px 100px;
}
.phone-number-field.form-floating label {
  padding: 12px 20px 12px 100px;
}
  .form-start .row{
    margin-top: 20px;
  }
  .contact-section .right-content ul li figure{
    width: 17px;
    flex: 0 0 auto;
  }
  .inner-banner.contact-banner-section{
    padding: 30px 0;
  }
  .banner-inner-section .content-section p{
    font-size: 15px;
  }
  .container{
    max-width: 100%;
  }
  footer .footer-top{
    padding: 25px 0 30px;
  }
  .blog-section {
    margin-bottom: 20px;
  }
  .blog-listing span{
    font-size: 14px;
  }
  .blog-listing .blog-content {
    padding: 20px 10px;
  }
  .featured-slider .items figure img{
    width: 100%;
  }
  .heading{
    font-size: 22px;
  }
  .featured-slider {
    margin: 15px 0 0;
  }
  .featured-section {
    margin: 30px 0;
  }
  .category-listing li {
    width: 50%;
  }
  .how-it-work-listing li{
    width: 100%;
    padding: 0 12px 20px;
  }
  .advantage-section ul li{
    width: 100%;
    padding: 0 0px 29px 28px;
  }
  .advantage-section{
    margin: 40px 0;
  }
  .advantage-section ul li h3{
    font-size: 17px;
    margin-bottom: 5px;
  }
  .advantage-section ul li p {
    font-size: 15px;
  }
  .advantage-section ul li::before{
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
  .blog-listing h3{
    margin-bottom: 10px;
  }
  .blog-listing h3 a{
    font-size: 18px;
  }
  .blog-listing p{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .blog-listing a{
    font-size: 15px;
  }
  .testimonial-section{
    padding: 35px 0;
  }
  .testimonial-slider .inner-wrap>p{
    font-size: 16px;
  }
  .testimonial-slider .inner-wrap{
    padding: 20px 15px 25px 15px;
  }
  .testimonial-slider .inner-wrap:after{
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .how-it-work{
    padding: 30px 0;
  }

  .banner-inner-section .img-box{
    display: none;
  }
  .banner-inner-section .content-section h1 {
    font-size: 27px;
  }
  .banner-inner-section .content-section h1 span{
    font-size: 29px;
  }
  .search-section{
    height: 45px;
  }
  .search-section .search-btn{
    width: 48px;
    height: 40px;
  }
  .banner-section {
    padding: 40px 0;
}
.popular-services-section h3{
  text-align: start;
}
.popular-services-section ul{
  justify-content: start;
}
.popular-services-section ul{
  flex-wrap: nowrap !important;
  white-space: nowrap;
  overflow: auto;
  justify-content: start;
}
.faq-accordion .accordion-button{
  font-size: 17px;
  padding: 15px 12px 15px 12px;
}
.faq-accordion .accordion-item .accordion-button.collapsed{
  padding: 15px 12px 15px 12px;
}
.faq-accordion .accordion-body{
  padding: 0 12px 23px;
}
.faq-accordion .accordion-body p{
  font-size: 15px;
}
.tasker-tab li .nav-link {
  padding: 15px 10px 15px 10px;
  text-align: center;
}
.tasker-tab li .nav-link figure{
  display: flex;
  justify-content: center;
  max-width: 35px;
  margin: 0 auto;
}
.tasker-tab li .nav-link h3{
  font-size: 17px;
  margin: 10px 0 0;
}
.tasker-tab li .nav-link p{
  display: none;
}
.tasker-tab {
  margin: 30px -5px 30px;
}
.tasker-tab li{
  padding: 0 5px;
}
.inner-banner-section{
  text-align: center;
}
.inner-banner-section h1{
  font-size: 35px;
}
.inner-banner-section p{
  font-size: 15px;
}
.finance-row .col-right .product-heading h3{
  width: 100%;
}
.finance-row .col-right .right-col{
  width: 100%;
  justify-content: space-between;
  margin-top: 20px
}
.finance-tasks-listing li .inner-listing {
  padding: 20px 15px;
}
.finance-row .col-left{
  width: 100%;
}
.finance-row .col-right .product-heading .form-select{
  width: 165px;
  padding: 5px 10px;
}
.finance-row .col-right .product-heading span{
  font-size: 14px;
  padding-right: 10px;
}
.finance-tasks-listing li .inner-listing h3{
  font-size: 18px;
}
.finance-tasks-listing li .inner-listing p{
  font-size: 15px;
}
.product-listing-pagination .pagination li .page-link{
  width: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0;
}
.job-detail-section .job-detail-box .right-section p{
  font-size: 23px;
  line-height: 30px;
}
.job-detail-section .job-detail-box h1 {
  font-size: 25px;
  line-height: 32px;
}
.job-detail-section .job-detail-box .num-of-days span{
  font-size: 14px;
  line-height: 16px;
}
.job-detail-section .job-detail-box .num-of-days p{
  font-size: 14px;
}
.job-detail-section .col-left{
  padding: 20px 10px 30px;
}
.about-client-section{
  padding: 20px 10px;
}
.job-detail-section .col-left p{
  font-size: 15px;
}
.job-detail-section ul li{
  font-size: 15px;
  line-height: 20px;
}
.responsibilities-section .section-list:not(:last-child) {
  margin-bottom: 20px;
}
.job-detail-topstrip{
  height: 30px;
}
.faq-top-banner h1{
  font-size: 28px;
}
.faq-top-banner p{
  font-size: 15px;
}
.faq-tabs-section .right-box{
  padding: 20px 15px 7px;
}
.faq-tabs-section .faq-wrap .accordion .accordion-item .accordion-button{
  font-size: 17px;
}
.header-search-bar input{
  font-size: 15px;
}
.header-search-bar .form-select{
  font-size: 14px;
}
.tasker-listing li .inner-box{
  padding: 78px 10px 30px 10px;
}
.tasker-listing li .inner-box .img-box{
  top: -45px;
}
.tasker-listing li .inner-box .img-box>figure{
  width: 100px;
  height: 100px;
}
.tasker-listing li .inner-box p{
  font-size: 15px;
  margin-bottom: 15px;
}
.tasker-listing li .inner-box span{
  font-size: 14px;
}
.tasker-listing li .inner-box span strong{
  font-size: 17px;
}
.tasker-listing li .inner-box .popular-tags-list{
  margin: 20px 0 ;
}
.tasker-listing{
  margin: 77px -6px 0;
}
.tasker-listing>li{
  padding: 0 6px 70px;
}
.profile-wrap-right .info-box .left-content{
  width: 100%;
  padding-right: 0;
  text-align: center;
  margin-bottom: 25px;
}
.profile-wrap-right .info-box{
  padding: 20px 15px;
}
.profile-wrap-right .info-box .left-content h3{
  font-size: 18px;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: #ebebeb;
}
.form-group label{
  font-size: 15px;
}
.profile-wrap-right .info-box .right-content ul li a{
  padding: 7px 15px;
}
.profile-wrap-right .info-box .right-content{
  width: 100%;
}
.file-upload{
  height: 50px;
}
.file-upload span{
  height: 40px;
  font-size: 14px;
}
.personal-info-form.form-start .btn-fill{
  padding: 10px;
}
.post-job-section .right-section .box-content h2 {
  font-size: 22px;
}
.post-job-section .right-section .box-content p{
  font-size: 15px;
}
.personal-info-form.form-start .btn-group{
  max-width: 100%;
}
.personal-info-form .milestone-box{
  padding: 20px 10px;
}
.post-job-section .right-section .job-next-button .btn{
  width: 50%;
  padding: 10px 15px;
    height: 50px;
    font-size: 14px;
}
.post-job-section .all-jobdetail-wrap .jobs-step-data:not(:last-child){
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.post-job-section .jobs-stepdata-group{
  padding: 20px 15px;
}
.post-job-section .all-jobdetail-wrap .jobs-step-data p{
  width: 100%;
  padding-right: 0;
  padding-bottom: 7px;
}
.post-job-section .all-jobdetail-wrap .jobs-step-data span{
  width: 100%;
  padding-right: 0;
  text-align: start;
  font-size: 14px;
}
.recent-box-listing li {
  min-width: 260px;
}
.recent-box-listing li .box-content{
  width: calc(100% - 100px);
}
.recent-box-listing li figure{
  width: 100px;
}
.recent-box-listing li span{
  font-size: 13px;
}
.recent-box-listing li h3{
  font-size: 14px;
  line-height: normal;
}
.recent-box-listing li:not(:last-child){
  margin-right: 15px;
  padding-right: 15px;
}
.recent-box{
  padding: 15px 12px;
}
.about-me-section .left-box .profile-img-box{
  width: 100%;
  padding-right: 0;
}
.about-me-section .left-box .profile-content-box{
  width: 100%;
  padding-top: 20px;
}
.portfolio-section .portfolio-img li{
  width: 50%;
}
.about-me-section .left-box {
  padding: 22px 10px 22px;
}
.about-me-section .right-box {
  padding: 22px 10px 22px;
}
.price-reqiurement figure{
  max-width: 25px;
}
.price-reqiurement span{
  font-size: 16px;
}
.portfolio-section .portfolio-left {
  padding: 32px 10px 0;
}
.about-me-section .left-box .profile-img-box>figure {
  width: 100px;
  height: 100px;
} 
.profile-banner {
  height: 160px;
}
.profile-main-wrap{
  margin-top: -65px;
}
.portfolio-section .portfolio-right ul li h3{
  font-size: 16px;
  line-height: normal;
}
.portfolio-section .portfolio-right ul li h3{
  font-size: 14px;
}
.portfolio-section .portfolio-right ul li figure{
  width: 48px;
  height: 48px;
  padding: 12px;
}
.portfolio-section .portfolio-right .certification-detail {
  padding: 26px 10px 20px;
}
.portfolio-section .portfolio-right h3{
  font-size: 20px;
}
.review-listing li{
  padding: 22px 10px;
}
.review-listing li p{
  font-size: 14px;
}
.user-review-box {
  padding: 30px 10px 20px;
}
.user-review-box .review-header {
  margin-bottom: 15px;
}
.user-experience-box ul li figure{
  width: 70px;
  height: 70px;
  padding: 18px;
}
.user-experience-box ul li div{
  width: calc(100% - 70px);
}
.user-experience-box ul li h4{
  font-size: 17px;
  line-height: normal;
}
.user-experience-box ul li p{
  font-size: 15px;
  line-height: normal;
  margin-bottom: 3px;
}
.user-experience-box ul li span{
  font-size: 13px;
  line-height: normal;
}
.user-experience-box ul li .inner-wrap{
  padding: 20px 10px;
}
.detail-banner-content .content-box h1 {
  font-size: 23px;
  line-height: normal;
}
.blog-detail-box .detail-banner-content .content-box{
  padding: 20px 10px;
}
.blog-detail-box p{
  font-size: 15px;
}
}
@media (max-width:576px){
  .footer-top .right-section .list-1{
    width: 100%;
  }
  .footer-top .right-section .list-1 ul li{
    width: 100%;
  }
  .footer-top .right-section .list-2{
    width: 100%;
    margin-top: 30px;
  }
  .footer-bottom .copyright{
    margin-top: 20px;
    order: 2;
  }
  .footer-bottom-nav{
    width: 100%;
    justify-content: center;
    order: 1;
  }
  .featured-slider .slick-slide{
    margin: 0;
  }
  .slick-arrow{
    width: 40px;
    height: 40px;
  }
  .hiring-section .right-content{
    display: none;
  }
  .how-it-work{
    margin: 30px 0;
  }
  .hiring-section h3 {
    font-size: 24px;
  }
  .hiring-section .btn {
    font-size: 16px;
    padding: 13px;
  }
  .hiring-section .left-content{
    margin-top: 10px;
  }
  header .logo figure {
    max-width: 140px;
  }
  .header-section .right-section .btn{
    font-size: 15px;
    line-height: 18px;
    padding: 7px 10px;
  }
  /* .login-form .forgot-password */
  .login-form .forgot-password{
    width: 100%;
    text-align: right;
    padding-top: 5px;
    font-size: 14px;
  }
  .hiring-section {
    padding: 15px 10px 30px 10px;
  }
  .advantage-section .video-section .play-video{
    width: 50px;
    height: 50px;
    background-size: 100%;
  }
  .btn-outline{
    font-size: 14px;
    padding: 8px 13px;
  }
  .category-listing li{
    width: 100%;
  }
  .finance-tasks-listing li .inner-listing .btn-primary{
    width: 100%;
    font-size: 16px;
  }
  .finance-row .col-left .price-fields{
    max-width: 100%;
  }
  .features-listing .inner-wrap figure img{
    max-width: 60px;
  }
.job-detail-section .job-detail-box .right-section .btn-primary{
  font-size: 16px;
  width: 100%;
}
.tasker-listing>li{
  width: 100%;
}
.tasker-listing>li:nth-last-child(-n + 3) {
  padding-bottom: 70px;
}
.tasker-listing>li:nth-last-child(-n + 2){
  padding-bottom: 70px;
}
.tasker-listing>li:last-child{
  padding-bottom: 0 !important;
}
.privacy-inner-section{
  padding: 30px 15px 15px;
}
.privacy-inner-section p {
  font-size: 15px;
}
.user-experience-box ul li figure {
  width: 50px;
  height: 50px;
  padding: 12px;
}
.user-experience-box ul li div{
  width: calc(100% - 50px);
  padding-left: 15px;
}
.review-listing li .user-location{
  width: 100%;
  justify-content: start;
  margin-top: 15px;
}
/* .user-chat-btn{
  width: 50px;
  height: 50px;
  right: 20px;
} */
.user-chat-btn img{
  max-width: 25px;
}
.user-chat-section{
  /* width: 40px;
  height: 40px; */
}
.user-chat-section.chat-show{
  width: 295px;
  bottom: 35px;
  right: 12px;
}
.review-listing li .user-location p{
  width: 100%;
  padding-left: 50px;
}
.review-listing li .user-location p::before{
  left: 40px;
}
.about-me-section .left-box .profile-img-box h3 {
  font-size: 22px;
  line-height: normal;
}
}



.message-box{
  margin-top: 40px;
  position: relative;
}
.message-box .message-heading{
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.chatWrraper .message-box-start{
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.chatWrraper .message-box-start .user-section{
  border-right: 2px solid #e4e4e5;
  width: 33.33%;
}
.chatWrraper .user-chat-view {
  position: relative;
  width: 66.66%;
  background-color: #f8f8f8;
}
.chatWrraper .chat-box-start{
  height: 720px;
  padding: 103px 20px 65px 20px;
}
.chatWrraper .message-box-start .user-section .search-chat{
  padding: 20px;
  max-width: 100%;
  width: 390px;
  border-bottom:2px solid #e4e4e5 ;
  position: relative;
}
.chatWrraper .message-box-start .user-section .search-chat a.search-btn{
  position: absolute;
  right: 40px;
  top: 34px;
}
.chatWrraper .message-box-start .user-section .search-chat input{
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 50px;
}
.chatWrraper .message-box-start .user-section .search-chat input:focus{
  outline: none;
}
.chatWrraper .message-box-start .user-section .user-profile{
  margin-bottom: 0;
  overflow-y: auto;
  height: calc(100% - 94px);
}
.chatWrraper .message-box-start .user-section .user-profile li{
  padding: 20px;
  border-bottom:2px solid #e4e4e5 ;
  transition: all .2s ease-in;
}
.chatWrraper .message-box-start .user-section .user-profile li:hover{
  background-color: #f8f8f8;
}
.chatWrraper .message-box-start .user-section .user-profile li.active{
  background-color: #EDF9FD;
  border-left: 3px solid #02A6E5;
  border-right-color: #f8f8f8;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-item{
  display: flex;
  align-items: center;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-item .user-img{
  position: relative;
}
.chatWrraper .message-box-start .user-section .user-profile li figure{
  display: flex;
  align-items: start;
  flex: 0 0 auto;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  overflow: hidden;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-img span{
  position: absolute;
  top: 38px;
  right: 5px;
  background-color: #1dbf73;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 1px solid #fff;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-img span.away{
  background-color: #e3a733;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-img span.offline{
  background-color: #7f7f7f;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-content{
  margin-left: 10px;
  flex: 1;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-content .top-head{
  display: flex;
  justify-content: space-between;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-content .top-head h4{
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-content .top-head span{
  font-size: 13px;
  font-weight: 500;
  color: rgb(48, 48, 48);
  width: 50%;
  text-align: right;
}
.chatWrraper .message-box-start .user-section .user-profile li .user-content p{
  color:#000000;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.chatWrraper .bottom-fixed-typetext .send-btn{
  width: 25px;
  border: none;
  background-color: transparent;
}
.chatWrraper .bottom-fixed-typetext input{
  border: none;
  max-width: 100%;
  padding-right: 50px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.chatWrraper .bottom-fixed-typetext input:focus{
  outline: none;
}
.chatWrraper .profile-fixed-section .left-section{
  display: flex;
  align-items: center;
}
.chatWrraper .profile-fixed-section .left-section .user-img{
  position: relative;
}
.chatWrraper .profile-fixed-section .left-section figure{
  border-radius: 50%;
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.chatWrraper .profile-fixed-section .left-section .user-img span{
  position: absolute;
  top: 41px;
  right: 3px;
  background-color: #1dbf73;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 1px solid #fff;
}
.chatWrraper .profile-fixed-section .left-section h4{
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
/* .chat-box-start{
  padding: 105px 10px 15px 30px;
  max-height: 725px;
  height: 100%;
} */
.chatWrraper .chat-box-start .chat{
  margin: 15px 0;
  display: flex;
  max-width: 525px;
  width: 100%;
}
.chatWrraper .chat-box-start .chat .right-column .heading{
  margin-bottom: 10px;
}
.chatWrraper .chat-box-start .chat.receiver-box{
  display: flex;
  max-width: 525px;
  width: 100%;
  margin-left: auto;
}
.chatWrraper .chat-box-start .chat.receiver-box .right-column{
  margin-left: 0;
}

.chatWrraper .chat-box-start .chat-time-update{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.chatWrraper .chat-box-start .chat-time-update span{
  font-size: 14px;
  color: #6d6e6e;
  font-weight: 500;
  background-color:#f8f8f8;
  line-height: 18px;
  padding: 5px 10px;
  z-index: 5;
}
.chatWrraper .chat-box-start .chat-time-update::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e5;
}
.chatWrraper .user-profile .mCSB_inside > .mCSB_container{
  margin-right: 5px;
}
.chatWrraper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: #8e8e8e;
  height: 50%;
}
.chatWrraper .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: #8e8e8e;
  height: 50%;
}
.chatWrraper .chat-close-btn{
  display: none;
  border: none;
  background-color: transparent;
  z-index: 11;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.chatWrraper .chat-close-btn:focus{
  outline: none;
}
.chatWrraper .chat-close-btn img{
  width: 11px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.chatWrraper .chat-close-btn{
  display: none;
}
.chatWrraper .view-profile{
  display: none;
}
.chatWrraper .mainchat-wrap{
  display: flex;
  margin: 50px 0;
}
.chatWrraper .mainchat-wrap .job-post-detail{
  width: 25%;
}
.chatWrraper .mainchat-wrap .chatWrraper{
  width: 75%;
}
.chatWrraper .message-box{
  margin-top: 40px;
}
/* .right-section .btn{
  height: 50px;
}*/

/* money-deposit-form */
.personal-info-box.buyer-dashboard .form-start{
  max-width: 100%;
}
.money-deposit-form{
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 25px;
  margin-top: 35px;
}
.hobby-check-box h4{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 11px;
}
.personal-info-box.buyer-dashboard .file-formet{
  font-size: 14px;
  font-weight: 500;
  color: #5B5B5B;
}

/* money-deposit-form */

/* media */
@media (max-width:1199px) {
  .chatWrraper .profile-fixed-section .left-section .user-img figure {
    width: 35px;
    height: 35px;
  }
  .chatWrraper .chat-box-start .chat figure{
    width: 30px;
    height: 30px;
  }
  .chatWrraper .profile-fixed-section .left-section .user-img span {
    top: 29px;
  }
  .chatWrraper .message-box-start .all-chatopen-btn{
    margin-bottom: 22px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    color: #000000;
    /* border-bottom: 2px solid #000; */
  }
  .chatWrraper .message-box-start .all-chatopen-btn img{
    margin-right: 10px;
    width: 25px;
  }
  .chatWrraper .message-box-start .user-section {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 7;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    height: calc(100% - 50px);
    overflow: hidden;
  }
  .chatWrraper .message-box-start .user-section.show{
    width: 100%;
    left: 0;
    visibility: visible;
  }
  .chatWrraper .message-box-start .user-section .search-chat {
    width: 100%;
  }
  .chatWrraper .user-chat-view {
    width: 100%;
    border: 1px solid #e4e4e5;
  }
  /* .chatWrraper .message-box-start.show {
    margin-left: -100%;
  } */
  .chatWrraper {
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .chatWrraper .message-box-start {
    width: 100%;
    position: relative;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /* flex: 0 0 200%; */
  }
  .dashboardWrapper .heading h1 {
    font-size: 26px;
  }
  .chatWrraper .review-box h3 {
    font-size: 18px;
  }
  .chatWrraper .review-section .heading {
    margin-bottom: 15px;
  }
  .form-input .dropdown {
    width: 100%;
    margin-bottom: 15px;
  }
  .chat-close-btn.show {
    display: block;
  }
  .back-link {
    position: relative;
  }
  .chatWrraper .message-box-start {
    box-shadow: none;
    margin-top: 20px;
  }
  .chatWrraper .message-box-start .user-section {
    border: 1px solid #e4e4e5;
  }
  .chatWrraper .chat-box-start{
    padding: 85px 10px 65px 30px;
  }
}
@media (max-width:991px) {
  .chatWrraper .message-box {
    margin-top: 20px;
    position: relative;
  }
  .chatWrraper .message-box .message-heading {
    font-size: 22px;
  }
  .chatWrraper .message-box-start {
    margin: 20px 0;
  }
  .chatWrraper .chat-box-start {
    padding: 85px 10px 65px 10px;
  }
  .chatWrraper .profile-fixed-section{
    padding: 20px 10px;
  }
  .chatWrraper .message-box-start .user-section .search-chat{
    padding: 20px 10px;
  }
  .chatWrraper .bottom-fixed-typetext{
    padding: 10px;
  }
}
@media (max-width:576px) {
  .chatWrraper .message-box-start .user-section .user-profile li {
    padding: 15px 10px;
  }
  .chatWrraper .message-box-start .user-section .user-profile li .user-content .top-head h4 {
    font-size: 14px;
  }
}


/* 26-03-2024 */

/* .choose-plan-tab{
  max-width: 1200px;
  margin: 0 auto;
} */
h1.plan-heading{
  font-size: 40px;
  font-weight: 700;
  color: #000000;
}
.choose-plan-tab .tab-pane{
  padding: 30px 0 50px;
  transition: all 0.3s ease-in-out;
}
.choose-plan-tab .nav-tabs{
  border: none;
  margin-bottom: 30px;
}
.choose-plan-tab .nav-tabs .nav-item:not(:last-child){
  margin-right: 15px;
}
.choose-plan-tab .nav-tabs .nav-item .nav-link{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 11px 22px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;

}
.choose-plan-tab .nav-tabs .nav-item .nav-link::before{
  position: absolute;
    bottom: 9px;
    left: 44%;
    content: "";
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: -1;
}
.choose-plan-tab .nav-tabs .nav-item .nav-link.active::before{
  background-color: #02A6E5;
  bottom: -9px;
}
.choose-plan-tab .nav-tabs .nav-item .nav-link.active{
  border-color: #02A6E5;
  background-color: #02A6E5;
  color: #fff;
  font-weight: 600;
}
.choose-plan-tab .nav-tabs .nav-item .nav-link.active:hover{
  border-color: #02A6E5;
  color: #fff;
  border-bottom-color: transparent;
}
.choose-plan-tab .nav-tabs .nav-item .nav-link:hover{
  border-color: #02A6E5;
  color: #02A6E5;
}
.choose-plan-tab .plan-listing li:nth-child(even){
  background-color: #F0F3FA;
}
.choose-plan-tab .plan-listing li:not(:last-child){
  border-bottom: 1px solid #ddd;
}
.choose-plan-tab .plan-listing li p{
  padding: 15px ;
  font-size: 15px;
  width: 35%;
}
.choose-plan-tab .plan-listing li p{
  padding: 15px ;
  font-size: 15px;
  width: 65%;
  border-right: 1px solid #ddd;
  font-weight: 500;
}
.choose-plan-tab .plan-listing li span{
  font-size: 15px;
  padding: 15px;
  width: 35%;
  font-weight: 500;
}
.choose-plan-tab .column-group{
  /* text-align: center; */
  /* border: 1px solid #0033A0; */
  /* border-radius: 10px; */
  overflow: hidden;
}
.choose-plan-tab .column-group h2{
  font-size: 20px;
  font-weight: 700;
  color: #000 ;
  padding: 13px;
  margin-bottom: 0;
  text-align: center;
}
.choose-plan-tab .column-group table th{
  background-color: #f5f5f5;
  vertical-align: middle;
}

.choose-plan-tab .column-group .premium-plan{
  background-color: #02A6E5;
  /* padding: 15px; */
}
.choose-plan-tab .column-group .premium-plan h2{
  color: #fff ;

}
.choose-plan-tab .column-group table tbody tr td:first-child{
  color: #000;
  font-weight: 700;
}
.choose-plan-tab .column-group table tbody td{
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  vertical-align: middle;
}

/* .choose-plan-tab .column-group .plan-box{
  padding: 20px;
} */
.choose-plan-tab .column-group .plan-box strong{
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.choose-plan-tab .column-group .plan-box .plan-price p{
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 4px;
  text-align: center;
}
.choose-plan-tab .column-group .plan-box .plan-price span{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  text-align: center;
}
.choose-plan-tab .column-group .plan-box .plan-price select{
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  margin-bottom: 28px;
  text-align: center;
  width: 170px;
  margin: 0 auto;
  padding-right: 25px;
}
.choose-plan-tab .column-group table tbody figure img{
  max-width: 30px;
}

/* checkout */
.subs-benifit-table{
  margin-bottom: 50px;
}
.selected-plan-box .box-top-section{
  /* background-color: #f5f5f5;
  padding: 20px 20px; */
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* border-radius: 10px; */
}
.selected-plan-box .box-top-section strong{
  font-size: 22px;
  color: #000000;
  padding-right: 10px;
  line-height: normal;
}
.selected-plan-box .box-top-section span{
  font-size: 20px;
  color: #02A6E5;
  font-weight: 700;
  padding-right: 10px;
  line-height: normal;
}
.selected-plan-box .subs-benifit-table h3{
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 12px;
}
.selected-plan-box .subs-benifit-table .table-responsive{
  width: 100%;  
}
.selected-plan-box .subs-benifit-table .coupan-select-box{
  width: 100%;  
  padding-top: 30px;
}
.selected-plan-box .subs-benifit-table table td{
  font-size: 17px;
  font-weight: 600;
  padding: 14px 20px;
}
.selected-plan-box .subs-benifit-table .table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-striped-bg: #F0F3FA;
}
.selected-plan-box .subs-benifit-table table td figure img{
  width: 30px;
}
/* .coupan-select-box{
  margin: 20px 0 30px;
} */
.coupan-select-box .coupan-field{
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.coupan-select-box .coupan-field input{
  width: calc(100% - 120px);
  background-color: transparent;
  padding: 0 15px;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: none;
}
.coupan-select-box .coupan-field .btn-fill{
  width: 120px;
  height: 40px;
  padding: 5px 10px;
}
.available-coupan-section{
  margin-top: 15px;
  height: 343px;
  overflow-y: auto;
}
.available-coupan-section h3{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.available-coupan-section .coupan-list{
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 15px;
  margin: 20px 0 0;
}
.available-coupan-section .coupan-list li{
  width: 100%;
  position: relative;
  overflow: hidden;

}
.available-coupan-section .coupan-list li .inner-box{
  border: 1px dashed #8a8a8a;
  background-color: #F0F3FA;
  padding: 15px 30px;
  display: block;
  border-radius: 10px;
  /* position: inherit; */
  overflow: hidden;
}
.available-coupan-section .coupan-list li .inner-box::before{
  background-color: #fff;
    border: 1px dashed #8a8a8a;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}
.available-coupan-section .coupan-list li .inner-box::after{
  background-color: #fff;
  border: 1px dashed #8a8a8a;
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.available-coupan-section .coupan-list li .inner-box p{
  color: #0033A0;
  border: 1px dashed #0033A0;
  border-radius: 5px;
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.available-coupan-section .coupan-list li .inner-box span{
  display:block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.accout-suspend-box{
  border: 1px solid #0033A0;
  padding: 30px ;
  border-radius: 10px;
  margin: 60px 0;
  background-color: #fcfcfc;
}
.accout-suspend-box .account-logo{
  margin-bottom: 30px;
}
.accout-suspend-box .account-header h3{
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}
.accout-suspend-box .account-header p{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.accout-suspend-box .description span{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.accout-suspend-box .description p{
  font-size: 16px;
  font-weight: 500;
  color: #909090;
}
.accout-suspend-box .expert-box{
  margin-top: 20px;
}
.accout-suspend-box .expert-box span{
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: block;
}
.accout-suspend-box .expert-box a{
  font-size: 16px;
  font-weight: 600;
  color: #02A6E5;
  text-decoration: underline;
}
.my-plan-section{
  background-color: #fff;
  border: 2px solid #0033A0;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 20px;
}
.my-plan-section span{
  font-size: 15px;
  margin-bottom: 7px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}
.my-plan-section h3{
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}
.my-plan-section .plan-specs{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.my-plan-section .plan-specs li{
  font-size: 15px;
  font-weight: 700;
  color: #0033A0;
  position: relative;
  /* padding-left: 30px; */
}
.my-plan-section .plan-specs li figure {
  width: 17px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.my-plan-section .plan-specs li strong{
  color: #000000;
  font-weight: 800;
  display: contents;
  
}

/* 25-06-2024 */

.deposit-box h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}
.deposit-box .coupan-field{
  position: relative;
}
.deposit-box .coupan-field .apply_button{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  padding: 0px 30px;
  margin-top: 0;
  font-size: 15px;
  line-height: 20px;
  border-radius: 5px;
}
.deposit-box .submit-btn{
  height: 50px;
  padding: 5px 30px;
  
}
.deposit-box .available-coupan-wrap{
  border: 1px solid #ddd;
  padding: 20px 20px 30px;
  border-radius: 10px;
  margin-top: 30px !important;
}
.deposit-box .available-coupan-wrap h3{
  font-size: 25px;
}
.deposit-box .available-coupan-wrap .available-coupan-section{
  max-height: 343px;
  height: 100%;
}
.deposit-box .available-coupan-wrap .available-coupan-section .coupan-list{
  grid-template-columns: 1fr 1fr;
  gap: 25px 15px;
}
.preview-details .list-group-item span{
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.preview-details .list-group-item p{
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.preview-details .list-group-item p span{
  font-weight: 700;

}
.preview-widthdraw .topHeading div span{
  font-size: 15px;
  font-weight: 700;
}
.preview-widthdraw .topHeading div h3{
    font-size: 19px;
    font-weight: 800;
    color: #02A6E5;
}
.preview-widthdraw ol{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f5f5f5;
    /* margin: 0 -15px; */
}
.preview-widthdraw ol li{
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    padding: 0 15px;
}
/* 25-06-2024 */
/* landing page css */
.landing-form{
  border: 1px solid #ddd;
  padding: 40px 20px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
}
.landing-page-section.banner-section.inner-banner .img-box{
  padding-top: 0;
}
.landing-page-section.banner-section.inner-banner .img-box .form-start .btn-fill{
  background-color: #000;
  border-color: #000;
}
.landing-page-section.banner-section.inner-banner .img-box .form-start .btn-fill:hover{
  border-color: #02A6E5;
}

/* landing page css */


@media (min-width:992px){
  
  .choose-plan-tab .column-group table tr:first-child{
    border-top: none;
    border-left: none;
  }
  .choose-plan-tab .column-group table tr th:nth-last-child(-n + 2){
    border-top: 1px solid #ddd;
  }
  .choose-plan-tab .column-group table tr:first-child th:first-child{
    border-left: none;
    vertical-align: bottom;
  }
  .choose-plan-tab .column-group table th:first-child h2{
    text-align: start;
    font-size: 28px;
    padding: 15px 17px 25px;
  }
  .choose-plan-tab .column-group table th:first-child{
    background-color: #fff;
    
  }
  .choose-plan-tab .column-group table tr:last-child{
    border-bottom: none;
    border-left: none;
  }
  .choose-plan-tab .column-group table tr:last-child td:first-child{
    border-left: none;
  }
  .choose-plan-tab .column-group table tr td:nth-last-child(-n + 2){
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width:1399px){
  .my-plan-section .plan-specs{
    display: block;
  }
  .my-plan-section .plan-specs li:not(:last-child){
    margin-bottom: 15px;
  }
  .landing-page-section.banner-section.inner-banner .content-section{
    width: 400px;
  }
  .landing-page-section.banner-section.inner-banner .img-box{
    width: calc(100% - 400px);
  }
}
@media (max-width:1199px){
  .selected-plan-box .subs-benifit-table .table-responsive {
    width: 100%;
    white-space: nowrap;
  }
  .selected-plan-box .subs-benifit-table .coupan-select-box{
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .coupan-select-box .coupan-field{
    max-width: 100%;
  }
}
@media (max-width:991px){
  .choose-plan-tab .column-group table tbody tr td:first-child{
    display: none;
  }
  .choose-plan-tab .column-group table tr th:first-child{
    display: none; 
  }
  .choose-plan-tab .column-group table tbody td{
    font-size: 15px;
    padding: 13px 15px;
  }
  .choose-plan-tab .column-group table tbody td h3{
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    width: 180px;
  }
  .landing-page-section.banner-section.inner-banner .content-section {
    width: 100%;
  }
  .landing-page-section.banner-section.inner-banner .img-box {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width:767px){
  /* .choose-plan-tab .column-group table tbody td{
    font-size: 14px;
  } */
  .choose-plan-tab .column-group table tbody td h3{
    font-size: 15px;
  }
  .choose-plan-tab .column-group h2{
    font-size: 16px;
    padding: 13px 0;
  }
  .choose-plan-tab .column-group .plan-box strong{
    font-size: 22px;
  }
  .choose-plan-tab .column-group .plan-box .plan-price p{
    font-size: 22px;
    line-height: 24px;
  }
  .choose-plan-tab .nav-tabs .nav-item .nav-link{
    font-size: 16px;
  }
  .selected-plan-box .subs-benifit-table table td{
    font-size: 14px;
    padding: 13px 10px;
  }
  .selected-plan-box .subs-benifit-table h3{
    font-size: 22px;
  }
  .available-coupan-section .coupan-list{
    margin: 0 ;
    padding-right: 5px;
  }
  .selected-plan-box .box-top-section strong{
    font-size: 18px;
  }
  .selected-plan-box .box-top-section span{
    font-size: 18px;
  }
  .coupan-select-box .coupan-field input{
    width: calc(100% - 85px);
    font-size: 14px;

  }
  .coupan-select-box .coupan-field .btn-fill{
    width: 85px;
    font-size: 14px;
  }
  .available-coupan-section{
    height: 100%;
  }
  .accout-suspend-box{
    padding: 30px 15px;
  }
  .accout-suspend-box .account-logo a{
    max-width:  210px;
    display: block;
    margin: 0 auto;
  }
  .accout-suspend-box .account-header h3{
    font-size: 23px;
  }
  .accout-suspend-box .description span{
    font-size: 18px;
  }
  .accout-suspend-box .description p{
    font-size: 15px;
  }
  .accout-suspend-box .expert-box a{
    font-size: 14px;
  }
  .my-plan-section{
    padding: 30px 10px;
  }
  .my-plan-section .btn-fill{
    font-size: 15px;
    padding: 10px 20px;
  }
  .my-plan-section .plan-specs li{
    font-size: 14px;
  }
  .my-plan-section h3{
    font-size: 27px;
  }
  .my-plan-section span{
    font-size: 14px;
  }
  .deposit-box .coupan-field .apply_button{
    width: auto;
    padding: 0 15px;
    height: 40px;
  }
  .deposit-box .coupan-field .code_discount{
    padding-right: 90px;
  }
  .deposit-box .submit-btn{
    text-align: center;
    justify-content: center;
  }
  .deposit-box .available-coupan-wrap h3{
    font-size: 18px;
    line-height: 25px;
  }
  .deposit-box .available-coupan-wrap{
    padding: 20px 10px 30px;
  }
  .deposit-box .available-coupan-wrap .available-coupan-section .coupan-list{
    grid-template-columns: 1fr;
  }
.preview-widthdraw .topHeading div{
    width: 100%;
    margin-top: 15px;
}
.preview-widthdraw ol li{
    width: 100%;
}
.preview-widthdraw ol{
    padding: 20px 10px 10px;
}
.preview-widthdraw ol li{
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0;
}
.preview-widthdraw .submit-btn{
    width: 100%;
    justify-content: center;
}
.landing-page-section.banner-section.inner-banner .img-box{
  display: block;
}
.landing-form{
  padding: 30px 10px 30px;
}
.banner-section.landing-page-section{
  padding:30px 0 35px;
}
}
/* 26-03-2024 */


.checkout-section .selected-plan-box{
  max-width: 770px;
  margin: 0 auto;
}
#couponCodeForm .error{
  margin-bottom: 15px;
  display: block;
}
.coupan-select-box .coupan-field.coupan-remove-field{
  border-color: #02A6E5;
  background-color: #e6ecfa;
}
.coupan-select-box .coupan-field.coupan-remove-field input{
  color: #000;
  font-weight: 700;
}