
.dropdown-menu .btn{
    color: #fff;
}


/* .fd-dis {
  background: #ECECEC;
  padding-top: 20PX;
} */

.padtop-50{
  padding: 20px 0px;
}
.main-section{
  height: 60vh;
}
.fl-heigh{
  position: relative;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.header-height {
  padding-top: 86px;
}
.breadcrumb {
  margin: 0;
  padding: 8px 16px;
  background-color:#FFFFFF;
}
.wrapper-half{
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #ececec;
}
.marg-btm p {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 100%;
}
.fd-sec-contain{
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fd-card{
    background: #fdfdff 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    width: 150px;
    height: 150px;
    transition: ease-in-out .3s;
    z-index: 1;
    position: relative;
    cursor: pointer;
    text-align: center;
    top: 0px;
    /*filter: grayscale(100%);*/
    border: solid 3px #ffffff;
}
.fd-wh{
  width: 20%;
  padding: 30px 0px;
  min-width: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fd-btn-proceed .fd-no-btn{
  filter: grayscale(1);
  cursor: not-allowed;
}

#contact-form #phone {
  padding-left: 40px;
}

@media (min-width:997px){
  .dropdown-menu a,
.dropdown-menu p,
.p-clr{
    color: #fff !important;
}

}
@media(max-width:630px){
  .fd-wh{
    padding: 0px;
  }
  .fd-card{
    padding: 20px 15px;
  }
  .padtop-50{
    padding: 0px;
  }
}
.pad-0{
  padding: 0;
}
.fd-card img{
  position: relative;
  top: 45px;
  width: 60px;
  height: 60px;
  /*opacity: 0.3;*/
}
.fd-card figcaption{
    width:100%;
    position: absolute;
    /*top: 13vh;*/
    bottom: -65px;
    left: 0;
    right: 0;
    /*color: #c7c7c7;*/
    color: #27303f;
    line-height: 34px;
    font-size: 17px;
    /*min-width: 170px;*/
    letter-spacing: 2px;
    /*text-transform: capitalize;*/
    transition: ease-in-out 0.4s;
}
.notes-area{
  position: relative  !important;
  top: 50px  !important;
  left: 0  !important;
}
.sub-heading-notes{
  position: relative !important ;
  left: 42% !important;
  font-size: 18px;
  top: 10px;
}
.marg-btm{
    /*margin-bottom: 5%;*/
}
.fd-clean .fd-card{
  filter: grayscale(0%);
  /* padding: 10px 10px; */
}
@media(max-width:430px){
  .fd-wh{
    min-width:170px
  }
  .fd-card{
    padding: 1em 20px;
    min-width: auto;
  }
}
.fd-cb-h{
    opacity: 0;
}
.fd-grp input:checked ~ .fd-card{
    /* background: #FF0C41 0% 0% no-repeat padding-box; */
    filter: grayscale(0%);
    border: solid 3px #fe383e;
}
.fd-grp input:checked ~ .fd-card figcaption{
  color: #27303f;
}
.fd-grp input:checked ~ .fd-card img{
    /* filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(94deg) brightness(114%) contrast(100%); */
  opacity: 1;
}
.fd-grp input:checked ~ .fd-card .fd-clr{
  filter: unset;
}
.fd-card .fd-clr{
  width: 100px;
}
/*.fd-card:hover{*/
/*    background: #fdfdff 0% 0% no-repeat padding-box;*/
/*    box-shadow: 0px 0px 20px #ff708538;*/
/*    top: -10px;*/
/*}*/
.pad-20px{
  padding: 20px;
}
.ad-form-mt.ad-form-hire{
  background-color: #F0F3FA;
  box-shadow: 0px 3px 14px 0px rgb(218 229 254);
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 0px;
}
.fd-btn-proceed-form .submit{

    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    outline: none;
    padding: 0 35px;
    cursor: pointer;
    overflow: hidden;
    line-height: 48px;
    text-align: center;
    background:#FE383E;
    border: none;
}


/******checkbox********/
.checkbox-v {
    display: block;
    margin: 0 0 20px;
    position: relative;
  border-radius: 20px;
  top: 0px;
  transition: 0.4s ease-in-out;
  }
.checkbox-v:hover{
  background: #fdfdff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #ff2c5a66;

}
  .checkbox-v input {
    display: none;
  }
  .checkbox-v label {
    padding-left: 70px;
    font-size: 35px;
    line-height: 70px;
  }
  .checkbox-v svg {
    width: 25px;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 2;
  }
  .checkbox-v svg .animPath {
    display: none;
  }
  .checkbox-v input:checked ~ svg .animPath {
    display: block;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: dash 4s linear forwards;
  }
  @keyframes dash {
    95% {
      stroke-dashoffset: 0;
    }
    100% {
      display: none;
    }
  }
  .checkbox-v input:checked ~ svg .checkGroup {
    animation: lineanim 4s linear forwards;
  }
  @keyframes lineanim {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .checkbox-v input:checked ~ svg .checkGroup circle {
    stroke: #39326c;
  }
  .checkbox-v input:checked ~ svg .checkGroup polyline {
    stroke: #39326c;
  }

  /******checkbox********/

  /* initial section display none */
  .native,.existing,.new,.fd-form,.tech,.bill-type,.laravel,.symfony,.django,.spring,.ruby_on_rails,.flask,.angular,.angularjs,.reactjs,.vuejs,.php,.java,.python, .others,.nodejs,.web,.frontend,.fullstack,.backend,.ios,.hybrid,.android,.mob{
    display: none;
  }

  /* text area form function  */
  .fd-mar-top .fd-inp-top-2 {
    background-color: #fff;
    border: 1px solid #d9e0e7;
    margin-bottom: 11px;
    color: #435771;
}
.fd-mar-top textarea {
  height: 138px;
  background-color: #fff;
  border: 1px solid #d9e0e7;
}
.fd-inp-top {
  display: grid;
  width: 100%;
  margin-top: 20px;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.fd-wb .fd-inp-top-2{
  left: 50%;
  position: relative;
  transform: translate(-50%);
  width: 150%;
  height: 25vh;
  font-size: 16px
}
.fd-perce{
  width: 110px;
}
.fd-spc{
  margin-bottom: 20px;
}

  /* Button for proceed  */
  .fd-btn-proceed-form,.fd-btn-proceed{
    text-align: center;
    margin: 30px 0px;
    position: relative;
  }
  .fd-btn-proceed button {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    outline: none;
    padding: 0 35px;
    cursor: pointer;
    overflow: hidden;
    line-height: 48px;
    text-align: center;
    background: #fe383e;
    border: none;
  }
.pad-minus-right{
  padding: 0px;
  padding-right: 10px;
}
.fd-exp-row{
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
}
.fd-left{
  text-align: left;
}
.fd-btm{
  margin: 0;
}
/* .fd-ex-wid{
  width: 180px;
} */
.fd-right{
  text-align: right;
}
.exp{
  border: none;
    margin-left: 8px;
    border: solid black 1px;
}
@media (min-width: 980px) {
  figcaption.extprj {
    min-width: 155px !important;
    left: -2px;
  }
}
@media (max-width: 980px){
.bread-crumbs-section {
  padding: unset !important;
}
}
@media (max-width: 1200px){
.fd-card figcaption{
  position: relative;
  /*top: 13vh;*/

}}
@media (max-width: 768px){
  .fd-card figcaption{
    line-height: 1.7em;
    margin-top: 12px;
  }}

/* -------------------bread crumbs------------------- */
.bread-crumbs-section{
position: relative;
left: 50%;
transform: translate(-50%);
display: inline-block;
flex-direction: row;
align-items: center;
padding: 8px 16px;
background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
border-radius: 100px;
}
.bread-crumbs-image{
  margin-right: 8px;
  width: 24px !important;
}
.breadcrumb-item{
  font-size: 16px;
  font-weight: 600;
  filter: grayscale(100%);
  cursor: pointer;

}
.active-item{
  filter: grayscale(0);
  color: #fe383e;
}
.dynamic-text{
  color: #FF2C5A;
}
.sub-heading{
  position: relative;
  text-align: center;
  top: 20px;
  margin-bottom: 35px !important;
  font-size: 40px;
  color: #212529;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
}
/* -----------------------------------POPUP----------------------------------- */

/* .close-btn{
  background-color:#FF2C5A ;
  left: 33vw;
  width: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}
th{
  width: 85px;
}
.modal-content{
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 750px;
}
.review-btn{
  position: relative;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
  font-weight: 600;
  color: #828282;
}
.modal-title{
  position: relative;
  left: 0;
  color: #FF2C5A;
  font-weight: 600;
}
.close-icon{
  position: absolute;
  right: 0;
  margin-right: 30px;
  font-size: 30px;
  color: #828282;
}
th{
  display: none;
}
td{
  display: none;
} */

/* ---------------------------POPUP END--------------------------------------- */

/* ---------------------------Preview Section--------------------------------------- */

#preview-btn{
  position: relative;
  top: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #828282;
}
.preview-brdr-line{
  /*position: relative;*/
  /*top: 10px;*/
}
.cards-section{
position: relative;
left: 50%;
transform: translate(-50%);
display: inline-block;
width: 70%;
justify-content: center;
align-items: center;
}
.card{
  top: 50px;
  border: none;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.card1{
}
.card2{
  margin-top: 30px;
}

.card-body{
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 0;
  font-weight: 600;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 0;
}
.card-title{
  font-size: 16px;
  justify-content: space-between;
  margin-left: 20px;
}
.card-text{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
  margin-left: 20px;
}
.alignRows{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemSpace {
  margin-left: 15px;
  margin-bottom: 15px;
}

#backendtech, #frontendtech, #fullstacktech, #androidtech, #iostech, #hybridtech {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mrgn-top-1{
  margin-bottom: 15px;
  margin-top: 5px;
}
.mrgn-top-2{
  margin-top: -15px;
}
.dev-top{
  margin-top: 6px;
}
.card-header{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background-color: #FE383E;
  color: white;
}
/* .pheader{
  border-radius: 20px 20px 0 0;
} */
.exp-no{
  /*color: #FF2C5A;*/
  font-size: 24px;
}
.exp-plus{
  /*color: black;*/
  font-size: 24px;
}

.back-btn{
  position: relative;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #828282;
}

.btn-procced{
  position: relative;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  z-index: 1;
  border-radius: 100px;
  font-size: 18px;
  color: #fff;
  outline: none;
  padding: 0 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  background: #FE383E;
  border: none;
}
/* .btn-disable{
  filter: grayscale(1);
  cursor: not-allowed;
} */
/* #text-pos{
  position: relative;
  left: 30px;
} */


.form-align{
  display: grid;
  width: 60vw;
}


@media (max-width: 320px){
  .form-align{
    display: unset !important;
  }
}

.btn-form{
  border-radius: 100px;
}
.form-img{
  /* position: absolute;
  top: 8%;
  left: 45%; */
  width: 40%;
}
.pad-20px{
    position: relative;
    left: 50%;
    width: 80%;
    transform: translate(-50%);
    z-index: 99;
}

@media (max-width: 2500px) and (min-width: 1701px){
  #text-place{
    /*top: 120px;*/
  }

}
/* @media (max-width: 992px){
.checkbox-v{
  z-index: -1;
}
.fd-btn-proceed{
  z-index: -1;
}
} */

@media (max-width: 1200px){
  .cards-section {
    width: 70% !important;
}
}

@media (max-width: 992px){
  .cards-section {
    width: 80% !important;
}
.itemSpace {
  margin: 5px 10px !important;
}
}

@media (max-width: 768px){
  .cards-section {
    width: 90% !important;
}
}

@media only screen and (max-width: 767px){
  .itemSpace {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  .card-title {
    color: #696969;
    margin: 5px 0px 5px 15px;
}
  .card-text {
    font-weight: 500;
    font-size: 14px;
    color: #333;
  }
  .exp-no {
    font-size: 18px;
  }
  .exp-plus {
    font-size: 18px;
  }
  .alignRows {
    flex-flow: column;
    padding: 10px 0;
  }
}

@media (max-width: 630px){
  .cards-section {
    width: 100% !important;
}
}

@media (max-width: 520px){
  .cards-section {
    width: 100% !important;
}
.alignRows {
  grid-template-columns: 100%;
  padding: 10px 0;
}
.card-title {
  margin-left: 5px;
  grid-column: 1;
}
.card-text:last-child {
  margin-right: 5px;
}
.itemSpace {
  margin: 8px 10px !important;
}
.card-text:last-child {
  margin-left: 5px;
}
.card-title{
  margin-top: 0;
}
.card-text {
  grid-column: 1;
}
}
#webdisplayid {
  display: none;
}
#mobdisplayid {
  display: none;
}
#webbackend {
  display: none;
}
#webfrontend {
  display: none;
}
#webfullstack {
  display: none;
}
#mobandroid {
  display: none;
}
#mobios {
  display: none;
}
#mobhybrid {
  display: none;
}
#backendtech {
  display: none;
}
#frontendtech {
  display: none;
}
#fullstacktech {
  display: none;
}
#androidtech {
  display: none;
}
#iostech {
  display: none;
}
#hybridtech {
  display: none;
}

#android1 {
  display: none;
}
#android2 {
  display: none;
}

#ios1 {
  display: none;
}
#ios2 {
  display: none;
}

#hybrid1 {
  display: none;
}
#hybrid2 {
  display: none;
}
#hybrid3 {
  display: none;
}
#hybrid4 {
  display: none;
}

#backend1 {
  display: none;
}
#backend2 {
  display: none;
}
#backend3 {
  display: none;
}
#backend4 {
  display: none;
}
#backend5 {
  display: none;
}


#frontend1, #frontend2, #frontend3, #frontend4, #frontend5, #fullstack1, #fullstack2, #fullstack3, #fullstack4, #fullstack5, #fullstack6, #fullstack7, #fullstack8, #fullstack9, #fullstack10, #fullstack11,#fullstack12, #fullstack13  {
  display: none;
}
.iti{
  display: block !important;
}
#breadcrumb-section{
  display: none;
  background: none;
}
#exit-pro-notes, #new-pro-notes{
  white-space: pre-line;
  text-align: justify;
}
.email{
  margin-top: auto !important;
}
.txt-align{
  text-align: center;
  margin-top: 30px;
}
.alignRows{
  border-bottom: 1px solid #f2f2f2;  
}
.alignRows:last-child {
  border: none;
}
@media only screen and (min-width: 600px) {
  #backendtech, #frontendtech, #fullstacktech, #androidtech, #iostech, #hybridtech {
    display: grid;
    justify-content: flex-start;
  }
  .alignRows{
    display: grid;

    grid-template-columns: 230px auto;
    justify-content: flex-start;
  }

  .exp-mrgn{
    margin: 0px 37px;
  }
}
#project-completion{
  display:flex;
}
@media only screen and (min-width: 600px) {
  #backendtech, #frontendtech, #fullstacktech, #androidtech, #iostech, #hybridtech {
    display: grid;
    justify-content: flex-start;
  }
  .alignRows{
    display: grid;

    grid-template-columns: 230px auto;
    justify-content: flex-start;
    padding: 10px 0;
  }

  .exp-mrgn{
    margin: 15px 37px;
  }
}

@media (max-width: 600px){
  .web-mob {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width:900px){
  .fd-card #text-place{
    min-width: 200px;
    left: -23px;
    font-weight: 700;
  }
  #txt-place{
    min-width: 200px;
    left: -20px;
  }}

@media (max-width: 480px){
  .btn_mob {
    display: flex;
  }
  .exp{
    margin-left: 4px !important;
  }
  .brdr-line{
    margin-bottom: 15px;
  }
}
.txtest-mob #text-place {
  bottom: -75px;
}


button#skipestimation {
  background: unset;
  border: unset;
  color: black;
  position: absolute;
}

#skipestimationex{
  background: unset;
  border: unset;
  color: black;
  position: absolute;
  top: 30px;
  /*position: relative;*/
  /*top: 100px;*/
  /*left: 50%;*/
  /*transform: translate(-50%);*/
}
@media (max-width: 790px) {
  button#skipestimation{
    position: relative;
  }
}
@media (max-width: 480px) {
  button#skipestimation{
    position: relative;
  }
  #mobile #text-place {
    top: 60%;
  }
}
/* country code css */
#contact-form #phone {
  /*border-color: red;*/
  padding: 6px 5px 6px 55px;
}

input#countrycode {
  position: absolute;
  left: 54px;
  top: 0;
  bottom: 0;
  width: 40px;
  border: none;
  background: unset;
  /* display: none; */
}

.niceCountryInputSelector {
  position: absolute;
  /* top: 20px; */
  width: unset !important;
  /* z-index: 99; */
  padding: 0px 15px;
  left: 0;
}
.niceCountryInputMenuDropdown{
  text-align: center;
  margin: auto;
  top: -12px;
  float: unset !important;
}

#contact-form .niceCountryInputMenu {
  background: unset !important;
  border: none !important;
  width: 35px;
}
.niceCountryInputMenuCountryFlag {
  border: 1px solid #d3d3d3;
  width: 25px;
  height: 19px;
  margin-left: 5px;
  margin-right: 5px;
}

.niceCountryInputMenuCountryFlag {
  border: 1px solid #d3d3d3;
  width: 25px;
  height: 19px;
  margin-left: 5px;
  margin-right: 5px;
}
.niceCountryInputMenuDefaultText {
  margin: auto;
  margin-top: 10px;
}
.niceCountryInputMenuDropdownContent {
  width: auto;
  background: white;
}

.form-group {
  position: relative;
}

@media (min-width: 980px) {
  .form-group.col-md-4:nth-child(3) {
    margin-top: -18px;
  }
}

@media (max-width: 480px) {
  .niceCountryInputSelector{
    /*top: 5px;*/
  }

  input#countrycode{
    top: 0;
  }
}
button#hire-exp {
  top: unset;
  left: unset;
  transform: unset;
  margin: 30px 0px;
}
.estsec {
  margin-bottom: 50px;
}
@media (max-width: 1300px) and (min-width: 1200px){
  .fd-inp-top {
    width: 150%;
  }}
  @media (max-width: 1500px) and (min-width: 1301px){
    .fd-inp-top {
      width: 135%;
    }}
@media (max-width: 980px) and (min-width: 320px){
#fee-section .form-group.col-md-4:nth-child(3) {
  margin-top: -20px;
}}
button#skipestimation, #skipestimationex{
  font-size: 15px;
}
button#skipestimation:hover, #skipestimationex:hover{
  color:red;
  text-decoration: underline;
}
@media (min-width: 980px){
  .itemSpace {
    margin: 10px !important;
  }
}
@media(max-width:980px){
  .itemSpace{
    margin-bottom:0 !important;
  }
}
@media(max-width:460px){
  .form-align{
    width:100%;
  }
}
.niceCountryInputMenuCountryFlag{
  /* margin-top:5px; */
}
@media(device-width:768px){
  .form-group{
    width:100%;
  }
}
@media(device-width:320px){
  .niceCountryInputSelector{
    top:0;
  }
  input#countrycode{
    top: 0;
  }
  #contact-form #phone {
    /* border-color: red; */
    padding: 6px 5px 6px 55px;
}
}
button#goToTech {
  margin: 30px auto;
}
.breadcrumb-item:hover {
  color: #fe383e !important;
  filter: unset !important;
}
.breadcrumb-item a:hover {
  color: #fe383e !important;
}

.title_border {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.title_border span {
    width: 20px;
    height: 4px;
    border-radius: 50rem;
    background-color: #000048;
}
.title_border span:first-child {
    width: 40px;
}
.title_border span:last-child {
    width: 10px;
}
form#estForm h1 {width: 100%;}

.brdr-line {
  height: 4px;
  margin: 10px auto 10px;
  position: relative;
  width: 20px;
  border-radius: 50px;
  background-color: #f73757;
  position: relative;
}
.brdr-line:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #f73757;
  top: 0;
  position: absolute;
  left: 30px;
  border-radius: 50px;
}
.brdr-line:after {
  content: "";
  width: 40px;
  height: 100%;
  background: #f73757;
  top: 0;
  position: absolute;
  left: -50px;
  border-radius: 50px;
}