/* banner css */
.bold_text {
    font-weight: bold;
}
.hire_dedicate_dev_banner {
    padding-top: 93px;
    min-height: 600px;
    padding-bottom: 93px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.hire_dedicate_dev_banner:before {
    position: absolute;
    content: "";
    right: 0;
    width: 75%;
    height: 100%;
    background-image: url(../images/dedicated-dev/hire_banner_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.hire_dedicate_dev_banner .landingcurve_shapeimg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.dedicated_dev_banner_caption .headings {
    font-size: 64px;
    line-height: 70px;
    margin: 0;
    position: relative;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #BBBBBB;
    font-weight: 400;
    margin-bottom: 16px;
}
.dedicated_dev_banner_caption .subheadings2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    /* color: #606060;
    padding-bottom: 16px;
    border-bottom: 1px solid #BBBBBB; */
}
.dedicated_dev_banner_caption .paras {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.ded_dev_banner_listsdiv {
    margin-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 20px;
}
.ded_dev_banner_listsdiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 5px;
    -webkit-column-gap: 5px;
}
.ded_dev_banner_listsdiv ul li {
    position: relative;
    color: #777777;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 10px;
}
.ded_dev_banner_listsdiv ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    width: 10px;
    height: 10px;
    background: var(--orange_color);
    border-radius: 50%;
}
.ded_dev_banner_listsdiv ul li:first-letter {
    text-transform: capitalize;
}
.dedicated_dev_banner_caption .bannerbtndiv {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.dedicated_dev_banner_caption .bannerbtn {
  font-size: 18px;
}

/*Banner End*/
.dedi_dev_banner_logowrap {
    padding: 20px 0px;
    border-top: 3px dashed #495057;
    background: transparent;
    margin: 25px 0px 0px;
    border-bottom: 3px dashed #495057;
}
.dedi_dev_banner_logowrap .trusted_prtnr_logo {
    width: 120px;
}
.dedi_dev_banner_logowrap .trusted_prtnr_logo img {
    height: 60px;
    width: 120px;
    filter: brightness(0) invert(1);
}
.dedicate_dev_bannerbody .rowss {
    /* align-items: center; */
}
.hire_ded_dev_slider {
    position: relative;
}
.hire_ded_dev_slider:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    height: calc(100% - 40px);
    width: 130px;
    z-index: 1;
    background: linear-gradient(to right, rgba(248, 248, 250, 0) 0%, rgb(243 243 243) 38%, rgb(243 243 243) 100%);
}
.hire_ded_dev_slider.first_slides_wrap:after {
    display: none;
}
.hire_bnr_dev_slider .owl-stage-outer {
    padding: 20px 0;
}
.hire_ded_dev_slider .h_dev_list_card {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}
.hire_ded_dev_slider .h_dev_list_card.first_slides {
    /* display: inline-block;
    max-width: 350px; */
}
.hire_ded_dev_slider .h_dev_list_card .dev_skillslabel {
    font-size: 9px;
}
.hire_ded_dev_slider .h_dev_list_card .dev_bottombtn .btns {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}
.hire_ded_dev_slider .h_dev_list_card .dev_skills {
    height: 64px;
    overflow: hidden;
    align-items: flex-start;
}
/* banner css */
/* hire skills range css */
.dedi_dev_skillsrange_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image:url(../images//dedicated-dev/skillsrangeng.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}
.skills_range_row > .colms {
    margin-bottom: 30px;
    margin-top: 30px;
}
.dedi_dev_skills_range_card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 5px 5px 10px 0px rgba(28, 28, 28, 0.1);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(28, 28, 28, 0.1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(28, 28, 28, 0.1);
    padding: 20px;
    min-height: 100%;
    width: 417px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    cursor: pointer;
}
.dedi_dev_skills_range_card:before {
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(to bottom, rgb(255, 65, 3) 0%, rgba(255, 0, 0, 0) 100%);
    content: "";
    z-index: -1;
    border-radius: 20px;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    visibility: hidden;
    opacity: 0;
}
.dedi_dev_skills_range_card .iconbox {
    display: inline-block;
    background: #FFF;
    box-shadow: 5px 5px 10px 0px rgba(28, 28, 28, 0.10);
    border: 1px solid transparent;
    padding: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 25px;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}
.dedi_dev_skills_range_card .iconbox img {
    width: 50px;
    height: 50px;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}
.dedi_dev_skills_range_card .titless {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #495057;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
}
.dedi_dev_skills_range_card:hover {
    background: var(--black_color);
}
.dedi_dev_skills_range_card:hover:before {
    visibility: visible;
    opacity: 1;
}
.dedi_dev_skills_range_card:hover .titless {
    color: #ffffff;
}
.dedi_dev_skills_range_card:hover .iconbox {
    border-color: rgb(255 255 255 / 30%);
    background: transparent;
}
.dedi_dev_skills_range_card:hover .iconbox img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.dedi_dev_banner_labels .texts {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    /* color: #ffffff; */
    margin-bottom: 0;
}
.dedi_dev_banner_labels  .bottomrow {
    margin-left: -10px;
    margin-right: -10px;
}
.dedi_dev_banner_labels  .bottomrow .colms {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
}
.dedi_dev_banner_labels .label_txt {
    text-align: center;
    border-radius: 10px;
    color: #777777;
    border: 2px solid #bbbbbb;
    padding: 12px 38px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}
.dedi_dev_banner_labels .toprow {
    justify-content: space-between;
    align-items: center;
}
.dedi_dev_banner_labels .toprow .colmleft {
    width: 40%;
    margin-bottom: 10px;
}
.dedi_dev_banner_labels .toprow .colmright {
    width: 60%;
    margin-bottom: 10px;
}
.dedi_dev_banner_labels .toprow .colmright .label_txt {
    width: 100%;
}
.dedi_dev_banner_labels .bannerbtndiv {
    margin-top: 20px;
}
.dedi_dev_banner_labels .bannerbtndiv .bannerbtn {
    padding: 0 40px;
    font-size: 16px;
}
/* hire skills range css */

/* new hire skills range css */
.dedi_dev_skills_range_section {
    margin-top: 40px;
    margin-bottom: 60px;
}

.hire_skills_range_left {
    width: 90%;
}
.skilss_accordion_panel {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.skill_range_acc_header .btnss {
    background: transparent;
    border: none;
    display: flex;
    text-align: left;
    position: relative;
    width: 100%;
    padding: 0 42px 0 0;
    align-items: center;
    color: var(--orange_color);
}
.skill_range_acc_header .btnss.collapsed {
    color: #0B0A0A;
}
.skill_range_acc_header .arrow_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
.skill_range_acc_header .arrow_icon img {
    max-width: 41px;
}
.skill_range_acc_header .iconbox {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgb(232 232 232 / 40%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 59px;
}
.skill_range_acc_header .iconbox img {
    max-width: 43px;
}
.skill_range_acc_header .titless {
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}
.skill_range_collpasedv {
    padding-left: 120px;
    padding-right: 42px;
    display: none;
}
.skill_range_collpasedv p {
    margin-bottom: 0;
}
.hire_skills_range_right {
    text-align: right;
}
/* new hire skills range css */
/* dedicated dev hero banner css */
.dedi_dev_herobanner {
    background-color: var(--black_color);
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 40px 20px;
    overflow: hidden;
}
.dedi_dev_herobanner .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
  -webkit-filter: blur(8px);
}
.dedi_dev_herobanner .overlays {
    background: #000000;
    opacity: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.empower_herobanner {
    background-image:url(../images//dedicated-dev/empower_bg.jpg);
}
.elevate_app_herobanner {
    background-image:url(../images//dedicated-dev/elavate_bg.jpg);
}
.settaleless_herobanner {
    background-image:url(../images//dedicated-dev/settle_lessbg.jpg);
}
.dedi_dev_herobanner .inercontainers {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.dedi_dev_herobanner .hire_sec_heading {
    margin-bottom: 40px;
}
.dedi_dev_herobanner h1, 
.dedi_dev_herobanner h2, 
.dedi_dev_herobanner h3, 
.dedi_dev_herobanner h4, .dedi_dev_herobanner h5, 
.dedi_dev_herobanner p {
    color: #ffffff;
}
.dedi_dev_herobanner .buttongroups .btns {
    margin: 5px 10px;
}
/* dedicated dev hero banner css */
/* dedicated dev hero banner new css */
.hirepage_herobanner_section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.dedi_dev_herobanner_new {
    padding: 0;
}
.dedi_dev_herobanner_new .hire_sec_heading {
    margin: 0;
    padding: 40px 0 40px 40px;
}
.hire_dev_herobanner_bg {
    min-height: 100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.hire_dev_herobanner_bg:before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.hire_dev_herobanner_bg.herobanner_bg_1 {
    background-image: url(../images/dedicated-dev/herobanner_1.jpg);
}
.hire_dev_herobanner_bg.herobanner_bg_2 {
    background-image: url(../images/dedicated-dev/herobanner_2.jpg);
}
/* dedicated dev hero banner new css */
/* dedicated dev pricing section css */
.ded_dev_pricing_table_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}
.ded_dev_pricing_container {
    max-width: 1320px;
    margin: 0 auto;
}
.ded_dev_pricing_tbl {
    margin-top: 40px;
    padding-top: 40px;
}
.ded_dev_pricing_tbl .colms {
    width: 33.33%;
    text-align: center;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ded_dev_pricing_tbl .top_row {
    background-color: #F8F8FA;
    padding: 0;
}
.ded_dev_pricing_tbl .bottom_row {
    background-color: #495057;
    padding: 0;
}
.ded_dev_pricing_tbl .bottom_row .colms {
   padding: 40px 0;
}
.ded_dev_pricing_tbl .amounttxt_dv {
    padding: 20px 40px;
    /* background-color: var(--black_color); */
    width: 100%;
}
.ded_dev_pricing_tbl .amounttxt1, .ded_dev_pricing_tbl .amounttxt2 {
    color: var(--black_color);
    font-size: 28px;
    line-height: 33px;
}
.ded_dev_pricing_tbl .textdiv {
    padding: 40px 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}
.ded_dev_pricing_tbl .tbltxt {
    padding: 0px 60px;
    font-size: 20px;
    line-height: 24px;
    color: #777777;
}
.ded_dev_pricing_tbl .bottom_row .colms:last-child .tbltxt {
    border: none;
}
.ded_dev_table_bottominfo {
    margin-top: 40px;
}
.ded_dev_table_bottominfo p {
    margin-bottom: 40px;
}
.ded_dev_table_bottominfo .schedule_btn {
    width: 440px;
}

.ded_dev_pricing_tbl .amounttxt_big1, .ded_dev_pricing_tbl .amounttxt_big2 {
    color: #fff;
    font-size: 48px;
    line-height: 57px;
    margin: 0;
}
.ded_dev_pricing_tbl .amounttxt_big2 {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
}
.ded_dev_pricing_tbl .middle_th .amounttxt_dv {
    margin-top: -40px;
    background: var(--orange_color);
    padding: 40px 40px 40px;
 }
 .ded_dev_pricing_tbl .middle_th {
    background: var(--orange_color);
 }
 .ded_dev_pricing_tbl .middle_th .tbltxt {
    color: #ffffff;
}
/* dedicated dev pricing table section css */
/* dedicated dev pricing table middle colm css */
 .ded_dev_pricing_tbl .colms:nth-child(2) {
    background: var(--orange_color);
 }
.ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt_dv {
    margin-top: -40px;
    background: var(--orange_color);
    padding: 40px 40px 40px;
}
.ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt1, .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt2 {
    color: #fff;
    font-size: 48px;
    line-height: 57px;
    margin: 0;
}
.ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt2 {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
}
.ded_dev_pricing_tbl .colms:nth-child(2) .tbltxt {
    color: #ffffff;
}
/* dedicated dev pricing table middle colm css */
/* dedicated developer form css */
.ded_skilled_flutter_devsec {
    margin-top: 80px;
    margin-bottom: 60px;
}
.dedi_dev_skilled_herobanner {
    padding: 40px 80px 40px 40px;
    background-color: #f8f8f8;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.dedi_dev_skilled_herobanner .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--black_color);
    background-image: url(../images/dedicated-dev/hire_skilled_bnr_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.dedi_dev_skilled_herobanner .overlays {
    background: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #f8f8f8 0%, rgba(28, 28, 28, 0) 96.86%);
}
.dedi_dev_skilled_herobanner .contentboxx {
    padding-right: 30px;
    text-align: center;
    position: relative;
}
.dedi_dev_skilled_herobanner .contentboxx p {
    color: #1C1C1C;
    margin-bottom: 0;
    font-weight: 400;
}
.dedi_dev_skilled_herobanner .hire_sec_heading .hire_sec_title {
    color: #ffffff;
}
.ded_dev_bannerformcover {
   
}
.ded_dev_bannerform {
    max-width: 675px;
    margin-left: auto;
}
.ded_dev_bannerform .text-danger {
    margin-top: 4px;
}
.ded_dev_bannerform .formheading {
    margin-bottom: 20px;
}
.ded_dev_bannerform .formheading .mainheading {
    font-size: 48px;
    line-height: 57px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #1C1C1C;
}
.ded_dev_bannerform .formheading .subheading {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
}
.ded_dev_bannerform .form_group {
    margin-bottom: 10px;
}
.ded_dev_bannerform .form_group .frmlabel {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}
.ded_dev_bannerform .input_groups {
    position: relative;
}
.ded_dev_bannerform .form_group input, .ded_dev_bannerform .form_group select {
    width: 100%;
    background: transparent;
    border: 1px solid #BBBBBB;
    color: #E8E8E8;
    border-radius: 12px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.ded_dev_bannerform .form_group textarea {
    width: 100%;
    border: none;
    background: transparent;
    border: 1px solid #BBBBBB;
    color: #E8E8E8;
    border-radius: 12px;
    height: 100px;
    padding: 10px 20px 0;
    font-size: 16px;
    resize: none;
}
.ded_dev_bannerform .form_group input:focus, .ded_dev_bannerform .form_group textarea:focus {
    background: transparent !important;
}
.ded_dev_bannerform .submitbtn {
    width: 260px;
    margin-top: 5px;
}
.ded_skilled_flutterbtndiv .btns {
    padding: 0 60px;
}
/* dedicated developer form css */
/* expertise section css */
.ded_dev_expertise_sec {
    margin-bottom: 60px;
    margin-top: 80px;
}
.dedi_dev_expertise_container {
    max-width: 1536px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}
.dedi_dev_expertisecover {
    position: relative;
    width: 100%;
    min-height: 656px;
    display: flex;
    align-items: center;
}
.expertise_middle_crcle_row {
    width: 100%;
    position: relative;
}
.expertise_middle_crcle_row .borderline {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    transform: translateX(-50%);
    width: -webkit-calc(100% - 569px);
    width: -moz-calc(100% - 569px);
    width: calc(100% - 569px);
    background: var(--black_color);
    z-index: 1;
}
.expertise_middle_crcle_row .borderline:before, .expertise_middle_crcle_row .borderline:after {
    position: absolute;
    content: "";
    top: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--orange_color);
    background: linear-gradient(101.59deg, #FF8057 -8.02%, #FF602D 13.76%, #FF4103 48.41%, #D43602 90.99%);
    box-shadow: 3px 4px 0px 0px #93939380;
    -webkit-box-shadow: 3px 4px 0px 0px #93939380;
    -moz-box-shadow: 3px 4px 0px 0px #93939380;
}
.expertise_middle_crcle_row .borderline:before {
    left: -12px;
}
.expertise_middle_crcle_row .borderline:after {
    right: -12px;
}
.expertise_dev_circle {
    width: 286px;
    height: 286px;
    border-radius: 50%;
    position: relative;
    border: 3px solid var(--black_color);
    background-color: #ffffff;
    box-shadow: 5px 5px 20px 0px rgba(28, 28, 28, 0.3);
    display: flex;
   justify-content: center;
   align-items: center;
}
.expertise_dev_circle .c_texts {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    padding: 20px 50px;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-word;
}
.expertise_dev_circle::before {
    width: 50%;
    position: absolute;
    content: "";
    border: 10px solid var(--black_color);
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    border-right: none;
}
.expertise_dev_circle.iconleft::before, 
.expertise_dev_circle.iconright::before {
    border-color: var(--orange_color);
}
.expertise_dev_circle.left_c:before {
   top: -7px;
   left: -7px;
   bottom: -7px;
}
.expertise_dev_circle.right_c:before {
    top: -7px;
   right: -7px;
   bottom: -7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.expertise_dev_circle .icon_circle {
    position: absolute;
    width: 96px;
    height: 96px;
    margin-top: -48px;
    border-radius: 50%;
    top: 50%;
    background-color: #ffffff;
    box-shadow: 3px 4px 0px 0px rgba(147, 147, 147, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}
.expertise_dev_circle .icon_circle img {
    width: 40px;
}
.expertise_dev_circle .icon_circle:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    box-shadow: 5px 5px 20px 0px rgba(28, 28, 28, 0.3);
    border-radius: 50%;
    z-index: -1;
}
.expertise_dev_circle.left_c .icon_circle {
    left: 0;
    margin-left: -48px;
 }
 .expertise_dev_circle.right_c .icon_circle {
    right: 0;
    margin-right: -48px;
 }
.expertise_dev_circle .icon_circle .icon_circleinr {
    display: inline-flex;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--black_color);
    background: linear-gradient(104.26deg, #676767 -7.43%, #414141 19.16%, #1C1C1C 61.5%, #171717 85.13%);
    align-items: center;
    justify-content: center;
 } 
 .expertise_dev_circle.iconleft .icon_circle .icon_circleinr, 
.expertise_dev_circle.iconright .icon_circle .icon_circleinr {
    background-color: var(--orange_color);
    background: linear-gradient(101.59deg, #FF8057 -8.02%, #FF602D 13.76%, #FF4103 48.41%, #D43602 90.99%);
}
 .expertise_mdl_circle {
    width: 336px;
    height: 336px;
    padding: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 5px 5px 20px 0px rgba(28, 28, 28, 0.3);
    display: flex;
   justify-content: center;
   align-items: center;
 }
 .expertise_mdl_circle:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px dashed var(--black_color);
    -webkit-animation: spin infinite 1000ms linear 1s;
    -moz-animation: spin infinite 1000ms linear 1s;
    -ms-animation: spin infinite 1000ms linear 1s;
    animation: spin infinite 1000ms linear 1s;
}
 .expertise_mdl_circle .circleinner {
    background: var(--black_color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 0px 0px rgba(147, 147, 147, 0.5);
    box-shadow: 0px 10px 0px 0px rgba(147, 147, 147, 0.5);
 }
 .expertise_mdl_circle .c_texts {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    margin: 0;
 }
 .expertise_dev_circle.circles1 {
    position: absolute;
    left: 295px;
    top: -152px;
}
.expertise_dev_circle.circles2 {
    position: absolute;
    left: 295px;
    bottom: -152px;
}
.expertise_dev_circle.circles3 {
    position: absolute;
    right: 295px;
    top: -152px;
}
.expertise_dev_circle.circles4 {
    position: absolute;
    right: 295px;
    bottom: -152px;
}
.expertise_mdl_circlewrap {
    display: inline-block;
    position: relative;
}
.expertise_mdl_circlewrap .piniconss {
    position: absolute;
    z-index: 1;
}
.expertise_mdl_circlewrap .piniconss .pinimg {
    width: 78px;
}
.expertise_mdl_circlewrap .pinicon1 {
    top: 39px;
    left: -8px;
}
.expertise_mdl_circlewrap .pinicon2 {
    top: 39px;
    right: -8px;
    position: absolute;
}
.expertise_mdl_circlewrap .pinicon3 {
    bottom: 39px;
    right: -8px;
}
.expertise_mdl_circlewrap .pinicon4 {
    bottom: 39px;
    left: -8px;
}
/* expertise section css */

/* New expertise section css */
.hire_expertise_sec_left .hire_sec_heading {
    margin-bottom: 0;
}
.hire_expertise_sec_list {
    padding: 0;
    margin: 0 0 20px 0;
}
.hire_expertise_sec_list {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
}
.hire_expertise_sec_list > li {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    margin-bottom: 20px;
}
.hire_expertise_sec_list .itemss .icons {
    flex: 0 0 auto;
    margin-right: 10px;
}
.hire_expertise_sec_list .itemss .icons img {
    width: 24px;
}
.hire_expertise_sec_list .itemss .texts {
    color: #777777;
}
.hire_expertise_sec_list_div .buttons_wrap {
    text-align: center;
    margin-top: 50px;
}
/* New expertise section css */
/* Technical stack section css */
.ded_dev_tech_stack_sec {
    margin-top: 80px;
    margin-bottom: 80px;
}
.tech-stack-table-sec {
    max-width: 1500px;
    margin: 60px auto 0px;
}
.tech_stack_table {
    margin: 0;
}
.tech_stack_table .tblrow {
    display: flex;
    background-color: #1C1C1C;
    /*background-image: url('../images//awardbg-img.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 5px 10px 20px 0px rgba(16, 26, 54, 0.3);
    -moz-box-shadow: 5px 10px 20px 0px rgba(16, 26, 54, 0.3);
    box-shadow: 5px 10px 20px 0px rgba(16, 26, 54, 0.3);
    margin-bottom: 30px;
}
.tech_stack_table .tblrow .tblcolm1 {
    flex: 0 0 auto;
    background: var(--orange_color);
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding: 30px 20px;
    width: 300px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tech_stack_table .tblrow .tblcolm2 {
    padding: 30px 20px;
    flex: 1;
}
.tech_stack_table .techitem {
    display: inline-block;
    background: #495057;
    color: #fff;
    text-align: center;
    min-width: 130px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 10px;
    margin: 3px;
}
/* Technical stack section css */
/* keything section css */
.ded_dev_keythingleft .hire_sec_heading {
    margin-bottom: 30px;
}
.ded_dev_keything_sec {
    margin-top: 80px;
    margin-bottom: 80px;
}
.ded_dev_keythingleft {
    width: 80%;
}
.ded_dev_keythinglist .keyitems {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
}
.ded_dev_keythinglist .keyitems:after {
    content: "";
    position: absolute;
    background: var(--orange_color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -2px;
    top: 0;
    margin-top: 15px;
}
.ded_dev_keythinglist .keyitems:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 15px;
    border: 2px dashed #495057;
    height: 100%;
    opacity: 0.2;
}
.ded_dev_keythinglist .headings {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ded_dev_keythinglist .headings:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 298px;
    background: #BBBBBB;
    bottom: 0;
    left: 0;
}
.ded_dev_keythinglist ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    border-bottom: 1px solid rgb(73 80 87 / 20%);
}
.ded_dev_keythinglist .keyitems:last-child {
    padding-bottom: 0;
}

.ded_dev_keythinglist .keyitems:last-child ul {
    border-bottom: none;
}
.ded_dev_keythinglist .keyitems:last-child ul {
    padding: 0;
}
.ded_dev_keythinglist ul li {
    color: #495057;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.ded_dev_keythinglist p {
    color: #495057;
    font-size: 20px;
    line-height: 25px;
}
.ded_dev_keythinglist ul li:before {
    content: "-";
    position: absolute;
    left: 0;
}
.ded_dev_keyting_sliderbox {
    position: relative;
    padding-right: 65px;
    padding-bottom: 60px;
}
.ded_dev_keyting_sliderbox .slideritems {
    display: inline-block;
    position: relative;
}
.ded_dev_keyting_sliderbox .slideritems:before, 
.ded_dev_keyting_sliderbox .slideritems:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(28, 28, 28, 0.3);
    box-shadow: 5px 5px 20px 0px rgba(28, 28, 28, 0.3);
}
.ded_dev_keyting_sliderbox .slideritems:before {
    top: 37px;
    left: 37px;
    background: #495057;
}
.ded_dev_keyting_sliderbox .slideritems:after {
    top: 20px;
    left: 20px;
    background: var(--black_color);
}
.ded_dev_keyting_sliderbox .slideritems .imgs {
    border-radius: 20px;
}
.ded_dev_keys_carousel .owl-nav .owl-prev {
    margin-right: 20px;
}
.if_dedi_devhireroute .ded_dv_table_cand_list_wrap {
    display: none;
}
/* keything section css */
@media(min-width: 1800px) {
    .hire_ded_dev_slider {
        padding-left: 50px;
    }
}
@media(max-width: 1799px) {
    .ded_dev_keythingleft {
        width: 90%;
    }
    .dedi_dev_banner_labels .label_txt {
        padding: 12px 25px;
    }
    .ded_dev_keythinglist .keyitems {
        padding-left: 30px;
    }
    .ded_dev_keythinglist .headings {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .dedi_dev_skilled_herobanner {
        padding: 40px 60px 40px 40px;
    }
}
@media(max-width: 1599px) {
    .ded_dev_bannerform {
        max-width: 100%;
        padding-left: 20px;
    }
    .tech-stack-table-sec {
        max-width: 100%;
        width: 100%;
    }
    .ded_dev_keythinglist ul li, .ded_dev_keythinglist p {
        font-size: 18px;
        line-height: 24px;
    }
    /*== expertise css  ==*/
    .dedi_dev_expertisecover {
        min-height: 585px;
    }
    .dedi_dev_expertise_container {
        max-width: 100%;
    }
    .expertise_middle_crcle_row .borderline {
        width: -webkit-calc(100% - 480px);
        width: -moz-calc(100% - 480px);
        width: calc(100% - 480px);
    }
    .expertise_mdl_circle {
        width: 280px;
        height: 280px;
        padding: 20px;
    }
    .expertise_mdl_circle:after {
        -webkit-animation: spin infinite 1500ms linear 1s;
        -moz-animation: spin infinite 1500ms linear 1s;
        -ms-animation: spin infinite 1500ms linear 1s;
        animation: spin infinite 1500ms linear 1s;
    }
    .expertise_mdl_circlewrap .piniconss .pinimg {
        width: 60px;
    }
    .expertise_dev_circle {
        width: 240px;
        height: 240px;
    }
    .expertise_dev_circle .icon_circle {
        width: 70px;
        height: 70px;
        margin-top: -35px;
    }
    .expertise_dev_circle.left_c .icon_circle{
        margin-left: -35px;
    }
    .expertise_dev_circle.right_c .icon_circle {
        margin-right: -35px;
    }
    .expertise_dev_circle .icon_circle img {
        width: 30px;
    }
    .expertise_dev_circle .c_texts,  .expertise_mdl_circle .c_texts {
        font-size: 22px;
        line-height: 28px;
        padding: 10px 40px;
    }
    .expertise_dev_circle.circles1 {
        left: 235px;
        top: -145px;
    }
    .expertise_dev_circle.circles2 {
        left: 235px;
        bottom: -145px;
    }
    .expertise_dev_circle.circles3 {
        right: 235px;
        top: -145px;
    }
    .expertise_dev_circle.circles4 {
        right: 235px;
        bottom: -145px;
    }
    /*== expertise css  ==*/
    /*== banner form ==*/
    .ded_dev_bannerform .formheading {
        margin-bottom: 18px;
    }
    .ded_dev_bannerform .formheading .mainheading {
        font-size: 45px;
        line-height: 52px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .ded_dev_bannerform .formheading .subheading {
        font-size: 18px;
        line-height: 22px;
    }
    .ded_dev_bannerform .form_group {
        margin-bottom: 15px;
    }
    .ded_dev_bannerform .form_group .frmlabel {
        font-size: 16px;
        line-height: 20px;
    }
    .ded_dev_bannerform .form_group input {
        padding: 0 15px;
        font-size: 15px;
        height: 45px;
        border-radius: 10px;
    }
    
    .ded_dev_bannerform .text-danger {
        font-size: 15px;
        line-height: 18px;
    }
       .ded_dev_bannerform .form_group .frmlabel {
	    font-size: 15px;
	    line-height: 18px;
	}
    .ded_dev_bannerform .form_group textarea {
        padding: 10px 15px 0px;
        font-size: 15px;
    }
    .dedi_dev_skilled_herobanner {
        padding: 40px;
    }
    .dedi_dev_skilled_herobanner .contentboxx {
        padding-right: 0;
    }
    .dedi_dev_skilled_herobanner .contentboxx p {
        font-size: 18px;
    }
    /*== banner form ==*/
    /*== pricing table css ==*/
    .ded_dev_pricing_container {
        max-width: 100%;
    }
    .ded_dev_pricing_tbl .amounttxt_dv {
        padding: 20px 20px;
    }
    .ded_dev_pricing_tbl .middle_th .amounttxt_dv {
        margin-top: -20px;
        padding: 30px 20px;
    }
    .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt_dv {
        margin-top: -20px;
        padding: 30px 20px;
    }
    .ded_dev_pricing_tbl .bottom_row .colms {
        padding: 30px 0;
    }
    .ded_dev_pricing_tbl .tbltxt {
        padding: 0px 20px;
        font-size: 18px;
        line-height: 24px;
    }
    /*== pricing table css ==*/
    .dedi_dev_skills_range_card {
        padding: 20px;
        width: 100%;
    }
    .dedi_dev_skills_range_card .titless {
        font-size: 18px;
    }
    /*=== banner css ===*/
    .dedicated_dev_banner_caption .headings {
        font-size: 60px;
        line-height: 65px;
        padding: 16px 8px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .dedicated_dev_banner_caption .paras {
        font-size: 18px;
        line-height: 27px;
    }
    .dedi_dev_banner_labels .texts {
        font-size: 24px;
        line-height: 30px;
    }
    .ded_dev_banner_listsdiv ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .ded_dev_banner_listsdiv ul li:before {
        top: 6px;
    }
    .dedi_dev_banner_labels .toprow .colmleft {
        width: 38%;
        margin-bottom: 10px;
    }
    .dedi_dev_banner_labels .toprow .colmright {
        width: 62%;
    }
    .dedi_dev_banner_labels .label_txt {
        padding: 10px 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .dedi_dev_banner_labels .bottomrow {
        margin-left: -5px;
        margin-right: -5px;
    }
    .dedi_dev_banner_labels .bottomrow .colms {
        padding-left: 5px;
        padding-right: 5px;
        margin: 5px 0;
    }
    /*=== banner css ===*/
    .dedi_dev_herobanner .inercontainers {
        max-width: 100%;
        margin: 0 auto;
    }
    .skill_range_acc_header .iconbox {
        margin-right: 30px;
    }
    .skill_range_collpasedv {
        padding-left: 90px;
    }
    .hire_skills_range_left {
        width: 100%;
    }

    /* technical stack css */
    .tech_stack_table .tblrow .tblcolm1 {
        font-size: 24px;
        line-height: 30px;
        padding: 16px 30px;
    }
    .tech_stack_table .techitem {
        font-size: 16px;
        line-height: 22px;
    }
    /* technical stack css */
    
}
@media(max-width: 1399px) {
    .ded_dev_bannerform .formheading .mainheading {
        font-size: 40px;
        line-height: 50px;
    }
    .dedicated_dev_banner_caption .headings {
        font-size: 51px;
        line-height: 60px;
    }
    .ded_dev_bannerform {
        max-width: 100%;
        padding-left: 0px;
    }
    .tech_stack_table .tblrow .tblcolm1 {
        font-size: 22px;
        line-height: 30px;
    }
     /*== expertise css  ==*/
     .expertise_middle_crcle_row .borderline:before, .expertise_middle_crcle_row .borderline:after {
        width: 20px;
        height: 20px;
    }
     .dedi_dev_expertise_container{
        padding: 0 30px;
    }
    .dedi_dev_expertisecover {
        min-height: 463px;
    }
    .expertise_middle_crcle_row .borderline {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }
    .expertise_mdl_circle {
        width: 250px;
        height: 250px;
        padding: 18px;
    }
    .expertise_dev_circle {
        width: 200px;
        height: 200px;
    }
    .expertise_dev_circle .icon_circle {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        padding: 7px;
    }
    .expertise_dev_circle .icon_circle img {
        width: 25px;
    }
    .expertise_dev_circle.left_c .icon_circle {
        margin-left: -30px;
    }
    .expertise_dev_circle.right_c .icon_circle{
        margin-right: -30px;
    }
    .expertise_dev_circle .c_texts,  .expertise_mdl_circle .c_texts {
        font-size: 20px;
        line-height: 25px;
        padding: 18px 34px;
    }
    .expertise_dev_circle.circles1 {
        left: 214px;
        top: -100px;
    }
    .expertise_dev_circle.circles2 {
        left: 214px;
        bottom: -100px;
    }
    .expertise_dev_circle.circles3 {
        right: 214px;
        top: -100px;
    }
    .expertise_dev_circle.circles4 {
        right: 214px;
        bottom: -100px;
    }
    /*== expertise css  ==*/
}
@media(max-width: 1399px) {
    .ded_dev_keythingleft {
        width: 100%;
    }
    .dedi_dev_skilled_herobanner .contentboxx p {
        font-size: 17px;
    }
}
@media(max-width: 1199px) {
    .ded_dev_keythinglist ul li, .ded_dev_keythinglist p {
        font-size: 16px;
        line-height: 22px;
    }
    .ded_dev_pricing_tbl .middle_th .amounttxt_dv {
        margin-top: -20px;
        padding: 20px 20px;
    }
    .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt_dv {
        margin-top: -20px;
        padding: 20px 20px;
    }
    .ded_dev_pricing_tbl .textdiv {
        padding: 20px 0;
    }
    .ded_dev_pricing_tbl .amounttxt1, .ded_dev_pricing_tbl .amounttxt2 {
        font-size: 24px;
        line-height: 30px;
    }
    .ded_dev_pricing_tbl .amounttxt_big1, .ded_dev_pricing_tbl .amounttxt_big2 {
        font-size: 36px;
        line-height: 46px;
    }
    .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt1, .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt2 {
       font-size: 36px;
        line-height: 46px;
    }
    .ded_dev_pricing_tbl .tbltxt {
        font-size: 16px;
        line-height: 22px;
    }
    .dedicated_dev_banner_caption .bannerbtn {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
    /* skills range css */
    .skill_range_acc_header .iconbox {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
    .skill_range_acc_header .iconbox img {
        max-width: 31px;
    }
    .skill_range_acc_header .titless {
        font-size: 21px;
        line-height: 25px;
    }
    .skill_range_collpasedv {
        padding-left: 70px;
        padding-right: 30px;
    }
    .skill_range_acc_header .arrow_icon img {
        max-width: 30px;
    }
    /* skills range css */
    .ded_dev_banner_listsdiv ul li {
        font-size: 15px;
        line-height: 22px;
    }
     /*== expertise css  ==*/
     .dedi_dev_expertise_container{
        padding: 0 30px;
    }
    .dedi_dev_expertisecover {
        min-height: 410px;
    }
    .expertise_middle_crcle_row .borderline {
        width: -webkit-calc(100% - 352px);
        width: -moz-calc(100% - 352px);
        width: calc(100% - 352px);
    }
    .expertise_mdl_circle {
        width: 210px;
        height: 210px;
        padding: 15px;
    }
    .expertise_dev_circle {
        width: 176px;
        height: 176px;
    }
    .expertise_dev_circle .icon_circle {
        width: 54px;
        height: 54px;
        margin-top: -27px;
        padding: 5px;
    }
    .expertise_dev_circle .icon_circle img {
        width: 22px;
    }
    .expertise_dev_circle.left_c .icon_circle {
        margin-left: -27px;
    }
    .expertise_dev_circle.right_c .icon_circle{
        margin-right: -27px;
    }
    .expertise_dev_circle .c_texts,  .expertise_mdl_circle .c_texts {
        font-size: 18px;
        line-height: 25px;
    }
    .expertise_dev_circle.circles1 {
        left: 175px;
        top: -93px;
    }
    .expertise_dev_circle.circles2 {
        left: 175px;
        bottom: -93px;
    }
    .expertise_dev_circle.circles3 {
        right: 175px;
        top: -93px;
    }
    .expertise_dev_circle.circles4 {
        right: 175px;
        bottom: -93px;
    }
    /*== expertise css  ==*/
    .dedi_dev_skilled_herobanner .ded_dev_bannerform {
        position: relative;
    }
}
@media(max-width: 1199px) {
    .dedi_dev_herobanner_new .hire_sec_heading {
        text-align: center;
    }
    .dedi_dev_herobanner_new .hire_sec_title:after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .hire_sec_heading_right {
        text-align: left;
    }
    .hire_sec_heading_right .hire_sec_title:after {
        right: auto;
        left: 0;
    }
}
@media(max-width: 991px) {
    .hire_skills_range_right {
        margin-top: 40px;
         text-align: center;
    }
    /*== tech stack table css ==*/
    .tech_stack_table .tblrow {
        flex-wrap: wrap;
    }
    .tech_stack_table .tblrow .tblcolm1 {
        flex: 0 0 auto;
        width: 100%;
    }
    .tech_stack_table .tblrow .tblcolm2 {
        flex: 0 0 auto;
        width: 100%;
    }
    /*== tech stack table css ==*/
    /* expertise css*/
    .dedi_dev_expertise_container {
        padding: 0 15px;
    }
    .expertise_middle_crcle_row .borderline {
        top: 0;
        width: 2px;
        height: 100%;
        z-index: -1;
    }
    .expertise_middle_crcle_row .borderline:before, 
    .expertise_middle_crcle_row .borderline:after {
        top: auto;
        left: -9px;
        width: 20px;
        height: 20px;
    }
    .expertise_middle_crcle_row .borderline:before {
        top: -12px;
    }
    .expertise_middle_crcle_row .borderline:after {
        bottom: -12px;
    }
    .dedi_dev_expertisecover {
        min-height: auto;
        justify-content: center;
    }
    .expertise_middle_crcle_row {
        flex-wrap: wrap;
        width: auto;
        text-align: center;
        justify-content: center !important;
        max-width: 300px;
        padding-top: 30px;
    }
    .expertise_dev_circle {
        width: 180px;
        height: 180px;
        position: relative;
        display: inline-flex;
        margin-bottom: 30px;
    }
    .expertise_dev_circle.circles1 {
        position: relative;
        left: auto;
        top: auto;
    }
    .expertise_dev_circle.circles2 {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .expertise_dev_circle.circles3 {
        position: relative;
        right: auto;
        top: auto;
    }
    .expertise_dev_circle.circles4 {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .expertise_mdl_circle {
        width: 220px;
        height: 220px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .expertise_mdl_circle:after {
        /* -webkit-animation: spin infinite 1000ms linear 1s;
        -moz-animation: spin infinite 1000ms linear 1s;
        -ms-animation: spin infinite 1000ms linear 1s;
        animation: spin infinite 1000ms linear 1s; */
    }
    .expertise_mdl_circlewrap .piniconss {
       display: none;
    }
    /* expertise css*/
}
@media(max-width: 991px) {
    /* skilled flutter banner */
    .dedi_dev_skilled_herobanner .bgimage {
        width: 100%;
    }
    .dedi_dev_skilled_herobanner .overlays {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 1) 23%, rgba(28, 28, 28, 1) 38%, rgba(28, 28, 28, 1) 100%);
    }
    /* skilled flutter banner */
    .hire_expertise_sec_list_div {
        margin-top: 20px;
    }
    .hire_dedicate_dev_banner:before {
        width: 100%;
    }
    .hire_ded_dev_slider {
        margin-top: 30px;
    }
    .ded_dev_keythingleft {
        margin-bottom: 40px;
    }
    .ded_dev_pricing_tbl .amounttxt_dv {
        padding: 14px 20px;
    }
    .ded_dev_pricing_tbl .amounttxt_big1, 
    .ded_dev_pricing_tbl .amounttxt_big2 {
        font-size: 26px;
        line-height: 37px;
    }
    .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt1, 
    .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt2 {
       font-size: 26px;
        line-height: 37px;
    }
    .ded_dev_pricing_tbl .amounttxt1, .ded_dev_pricing_tbl .amounttxt2 {
        font-size: 21px;
        line-height: 27px;
    }
    .ded_dev_pricing_tbl .tbltxt {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .ded_dev_table_bottominfo .schedule_btn {
        width: auto;
        padding: 0 30px;
    }
    .dedicated_dev_banner_caption .subheadings2 {
        font-size: 20px;
        line-height: 24px;
    }
    .dedicated_dev_banner_caption .headings {
        font-size: 36px;
        line-height: 44px;
    }
    .dedicated_dev_banner_caption .paras {
        font-size: 16px;
        line-height: 25px;
    }
    /*== hero banner css ==*/
    .dedi_dev_herobanner .buttongroups .btns {
        margin: 5px 10px;
    }
    /*== hero banner css ==*/
}
@media(max-width: 767px) {
    /* banner css*/
    .dedicated_dev_banner_caption .bannerbtndiv {
        gap: 10px;
    }
    .dedicated_dev_banner_caption .bannerbtn {
        font-size: 14px;
    }
    .dedi_dev_banner_labels .toprow .colmleft, .dedi_dev_banner_labels .toprow .colmright {
        width: 100%;
    }
    .dedi_dev_banner_labels .label_txt {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .ded_dev_banner_listsdiv ul li {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
    }
    .ded_dev_banner_listsdiv ul li:before {
        top: 4px;
    }
    .hire_ded_dev_slider:after {
        width: 50px;
    }
    .dedi_dev_banner_labels .toprow {
        justify-content: flex-start;
    }
    /* banner css*/
    /*== tech stack table css ==*/
    .tech_stack_table .tblrow .tblcolm1 {
        font-size: 22px;
        line-height: 30px;
    }
    .tech_stack_table .tblrow .tblcolm1, .tech_stack_table .tblrow .tblcolm2 {
    padding: 20px 15px;
    }
    .tech_stack_table .techitem {
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
        min-width: 100px;
        margin: 2px;
    }
    /*== tech stack table css ==*/
}
@media(max-width: 767px) {
    .ded_dev_keythinglist .keyitems:before, .ded_dev_keythinglist .keyitems:after {
        margin-top: 8px;
    }
    .ded_dev_keythinglist .headings {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .hire_sec_heading .hire_sec_title:after {
        width: 100px;
    }
    .ded_dev_keythinglist .keyitems {
        position: relative;
        padding-left: 20px;
    }
    .ded_dev_keythinglist ul li {
        font-size: 15px;
        padding-left: 15px;
    }
    .ded_dev_keythinglist p {
        font-size: 15px;
    }
    .skills_range_row > .colms {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .dedi_dev_skills_range_card .iconbox {
        padding: 0;
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    .dedi_dev_skills_range_card .iconbox img {
        width: 40px;
        height: 40px;
    }
    .dedi_dev_skills_range_card .titless {
        font-size: 15px;
        line-height: 20px;
    }
    /*== banner form css ==*/
    .dedi_dev_skilled_herobanner {
        padding: 30px 20px;
    }
    .dedi_dev_skilled_herobanner .contentboxx p {
        font-size: 16px;
        line-height: 27px;
    }
    .ded_dev_bannerform .formheading .mainheading {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    padding-bottom: 8px;
    }
    .ded_dev_bannerform .formheading .subheading {
        font-size: 17px;
        line-height: 21px;
    }
    .ded_dev_bannerform .form_group input {
        font-size: 15px;
        height: 45px;
    }
    .ded_dev_bannerform .form_group textarea {
        font-size: 15px;
    }
    /*== banner form css ==*/
    /*== pricing table css ==*/
    .ded_dev_pricing_tbl .colms {
        width: 100%;
    }
    .ded_dev_pricing_tbl .bottom_row .colms {
        padding: 0;
    }
    .ded_dev_pricing_tbl .middle_colm .tblelabel {
        background: var(--orange_color);
    }
    .ded_dev_pricing_tbl .textdiv {
        padding: 20px 15px;
        justify-content: center;
    }
    .ded_dev_pricing_tbl .tbltxt {
        padding: 0px;
        font-size: 15px;
        line-height: 20px;
        border-right: none
    }
    .ded_dev_pricing_tbl .middle_th .amounttxt_dv {
        margin-top: 0;
    }
    .ded_dev_pricing_tbl .colms:nth-child(2) .amounttxt_dv {
       margin-top: 0;
    }
    /*== pricing table css ==*/
    .dedicated_dev_banner_caption .headings {
        font-size: 30px;
        line-height: 36px;
    }
    .dedicated_dev_banner_caption .paras {
        font-size: 15px;
        line-height: 24px;
    }
    .dedicated_dev_banner_caption .subheadings2 {
        font-size: 18px;
        line-height: 22px;
    }
    .ded_dev_banner_listsdiv ul {
        column-count: 1;
        -webkit-column-count: 1;
        column-gap: 0;
        -webkit-column-gap: 0;
    }
    .ded_dev_keyting_sliderbox {
        position: relative;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .ded_dev_keyting_sliderbox .slideritems:before, .ded_dev_keyting_sliderbox .slideritems:after {
        -webkit-box-shadow: -1px 3px 12px 0px rgba(28, 28, 28, 0.3);
        box-shadow: -1px 3px 12px 0px rgba(28, 28, 28, 0.3);
    }
    .ded_dev_keyting_sliderbox .slideritems:before {
        top: 20px;
        left: 20px;
    }
    .ded_dev_keyting_sliderbox .slideritems:after {
        top: 10px;
        left: 10px;
        background: var(--black_color);
    }
}
@media screen and (max-width: 599px) {
    .hire_ded_dev_slider .h_dev_list_card.first_slides {
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .hire_expertise_sec_list > li {
        width: 100%;
    }
    .dedicated_dev_banner_caption .bannerbtn {
        width: 100%;
    }
    .hire_dedicate_dev_banner .landingcurve_shapeimg {
        bottom: -4px;
    }
    .dedi_dev_herobanner .buttongroups .btns {
        margin: 5px 0px;
        width: 100%;
        height: auto;
        line-height: 20px;
        padding: 15px 10px;
        border-radius: 4em;
    }
  }

  /*============= new css for dedicated developer =============*/
    .ded_dv_table_cand_list_wrap .colms1 {
        margin: 0 auto;
    }
    .ded_dv_table_cand_list_wrap {
        margin-top: 0px;
    }
    .ded_dv_table_cand_list_wrap .colms1_leftdiv {
        padding-right: 115px;
        border-right: 1px solid #E8E8E8;
    }
    .no_cand_slides .colms1_leftdiv {
        border-right: 0;
        padding-right: 0;
    }
    .ded_dv_table_cand_list_wrap .colms2_rightdiv {
        padding-left: 100px;
    }
    .new_hire_deveoper_list_sec .h_dev_list_card {
        box-shadow: none;
    }
    .h_dev_list_carouselnew {
        position: relative;
    }
    .h_dev_list_carouselnew .owl-stage-outer {
        padding-left: 0px;
        padding-bottom: 20px;
        padding-top: 0;
        position: relative;
    }
    .h_dev_list_carouselnew .owl-stage-outer:after {
        position: absolute;
        content: "";
        width: 180px;
        right: 0;
        background: linear-gradient(to right, rgba(248, 248, 250, 0) 0%, rgba(248, 248, 250, 1) 38%, rgba(248, 248, 250, 1) 100%);
        z-index: 11;
        height: 100%;
        top: 0;
    }
    .h_dev_list_carouselnew .owl-dots {
        margin-bottom: 15px;
    }
    /* .h_dev_list_carouselnew .first_slides {
        max-width: 318px;
    } */
    .dedicated_dev_banner_caption_new .headings {
        font-size: 60px;
        line-height: 70px;
        margin: 0;
        position: relative;
        padding: 0px 8px 20px;
        border-bottom: 1px solid #bbbbbb;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .dedicated_dev_banner_caption_new .headings strong {
        color: var(--orange_color);
    }
    .dedicated_dev_banner_caption_new .subheadings, 
    .dedicated_dev_banner_caption_new .subheadings2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .dedicated_dev_banner_caption_new .bannerbtndiv {
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .dedicated_dev_banner_caption_new .bannerbtn {
      font-size: 18px;
    }
  .ded_dev_banner_listsdiv_new {
    margin-bottom: 20px;
  }
  .ded_dev_banner_listsdiv_new ul li {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    }
    .ded_dev_banner_listsdiv_new ul li:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 10px;
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        background: var(--orange_color);
    }
    .ded_dev_new_unlike_otherbox {
        /* background: rgb(255 255 255 / 10%);
        border-radius: 10px;
        padding: 20px 20px 10px; */
        margin-bottom: 20px;
    }
  .ded_dev_new_unlike_otherbox ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .ded_dev_new_unlike_otherbox ul li {
        font-size: 20px;
        line-height: 30px;
        position: relative;
        color: #777777;
        font-weight: 400;
        margin-bottom: 10px;
        padding: 0 5px;
        width: 50%;
    }
    .ded_dev_new_unlike_otherbox .itemss {
        position: relative;
        padding-left: 34px;
    }
    .ded_dev_new_unlike_otherbox ul li .checkicons {
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .ded_dev_new_unlike_otherbox ul li .checkicons img {
        width: 24px;
        display: inline-block;
        position: relative;
        top: -2px;
        height: 24px;
    }
    .deddev_new_bnr_frm .formheading {
    margin-bottom: 20px;
  }
  .deddev_new_bnr_frm .mainheading {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 10px;
    text-transform: capitalize;
    }
    .deddev_new_bnr_frm .formheading p {
        display: none;
    }
    .deddev_new_bnr_frm_wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 10px;
        background-color: #F8F8FA;
        -webkit-box-shadow: 0px 6.16px 30.81px 0px #BBBBBB4D;
        -moz-box-shadow: 0px 6.16px 30.81px 0px #BBBBBB4D;
        box-shadow: 0px 6.16px 30.81px 0px #BBBBBB4D;
    }
    .deddev_new_bnr_frm {
        width: 100%;
        padding: 40px 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .deddev_new_bnr_frm .form_group {
        margin-bottom: 12px;
    }
    .deddev_new_bnr_frm .form_group .frmlabel {
        font-size: 20px;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #494949;
    }
    .deddev_new_bnr_frm .input_groups {
        position: relative;
    }
    .deddev_new_bnr_frm .form_group input, .deddev_new_bnr_frm .form_group select {
        width: 100%;
        background: transparent;
        color: #494949;
        border-radius: 12px;
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
        border: 1px solid #BBBBBB;
    }
    .deddev_new_bnr_frm .form_group input:focus {
        background-color: transparent;
    }
    .deddev_new_bnr_frm .form_group textarea {
        width: 100%;
        background: transparent !important;
        color: var(--black_color);
        border-radius: 12px;
        height: 125px;
        padding: 6px 15px;
        font-size: 16px;
        border: 1px solid #BBBBBB;
        resize: none;
    }
    .deddev_new_bnr_frm .form_group input:focus, 
    .deddev_new_bnr_frm .form_group textarea:focus {
        background: #F4F5F8 !important;
    }
    .deddev_new_bnr_frm .button_group {
        margin-top: 17px;
    }
    .deddev_new_bnr_frm .submitbtn {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        min-width: 250px;
    }
    .deddev_form_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .deddev_form_row .formcol_30 {
        width:100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .deddev_form_row .formcol_50 {
        width:100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .deddev_form_row2 {margin-left: -5px;margin-right: -5px;}
    .deddev_form_row2 .formcol_grp {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    .h_dev_list_carouselnew .owl-nav {
        text-align: left;
    }
    .h_dev_list_carouselnew .owl-nav .owl-next, .h_dev_list_carouselnew .owl-nav .owl-prev {
        margin: 0;
        position: static;
        top: auto;
        z-index: 1;
    }
    .h_dev_list_carouselnew .owl-nav .owl-next, .h_dev_list_carouselnew .owl-nav .owl-prev {
        margin: 0;
        position: static;
        top: auto;
        z-index: 1;
    }
    .h_dev_list_carouselnew .owl-nav .owl-prev {
        margin-right: 16px;
    }
    @media (max-width:1599px) {
        .ded_dv_table_cand_list_wrap .colms1_leftdiv {
            padding-right: 30px;
        }
        .no_cand_slides .colms1_leftdiv {
            border-right: 0;
            padding-right: 0;
        }
        .ded_dv_table_cand_list_wrap .colms2_rightdiv {
            padding-left: 0px;
        }
        .dedicated_dev_banner_caption_new {
            max-width: 100%;
        }
        .dedicated_dev_banner_caption_new .headings {
            font-size: 40px;
            line-height: 50px;
            margin-bottom: 25px;
        }
        .dedicated_dev_banner_caption_new .subheadings, .dedicated_dev_banner_caption_new .subheadings2 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 25px;
        }
        .ded_dev_banner_listsdiv_new ul li {
            font-size: 17px;
            line-height: 24px;
        }
        .ded_dev_banner_listsdiv_new ul li:before {
            top: 8px;
        }
        .ded_dev_new_unlike_otherbox ul li {
            font-size: 18px;
            line-height: 24px;
        }

        .ded_dev_new_unlike_otherbox ul li .checkicons {
            top: 2px;
        }
        .deddev_new_bnr_frm {
            padding: 25px;
        }
        .deddev_new_bnr_frm .formheading {
            margin-bottom: 25px;
        }
        .deddev_new_bnr_frm .mainheading {
            font-size: 40px;
            line-height: 45px;
        }
        .deddev_new_bnr_frm .form_group .frmlabel {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 8px;
        }
        .deddev_new_bnr_frm .submitbtn {
            font-size: 16px;
            height: 45px;
            line-height: 45px;
        }
    }
    @media (max-width:1399px) {
        .dedicated_dev_banner_caption_new .headings {
            font-size: 38px;
            line-height: 50px;
            margin-bottom: 25px;
        }
        .dedicated_dev_banner_caption_new .subheadings, .dedicated_dev_banner_caption_new .subheadings2 {
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 20px;
        }
    }
   @media (max-width:1199px) {
        /* dedicated dev banner css */
        .hire_dedicate_dev_banner .leftcolm {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .ded_dev_new_unlike_otherbox ul li {
            font-size: 16px;
            line-height: 23px;
        }
        .dedicated_dev_banner_caption .paras {
            font-size: 16px;
            line-height: 24px;
        }
        .ded_dev_new_unlike_otherbox ul li {
            font-size: 16px;
            line-height: 23px;
        }
        .hire_dedicate_dev_banner {
            padding-top: 60px;
            min-height: 500px;
            padding-bottom: 60px;
        }
        /* dedicated dev banner css */
        .deddev_new_bnr_frm .mainheading {
            font-size: 36px;
            line-height: 40px;
        }
        .dedicated_dev_banner_caption_new .bannerbtn {
            font-size: 16px;
            height: 45px;
            line-height: 45px;
        }
        .ded_dv_table_cand_list_wrap .colms1_leftdiv {
            padding-right: 0;
            border-right: 0;
        }
        .hire_dedicate_dev_banner .dedicate_dev_bannerbody .row {
            flex-direction: column-reverse;
        }
        .software_dev_banners .dedicate_dev_bannerbody .row {
            flex-direction: column-reverse;
        }
        .upwork_alternative_banner .dedicate_dev_bannerbody .row {
            flex-direction: column-reverse;
        }
        .deddev_new_bnr_frm_wrap {
            margin-bottom: 30px;
            height: auto;
        }
        .dedicated_dev_banner_caption_new .headings br {
            display: none;
        }
        .ded_dv_table_cand_list_wrap .colms1 {
            margin-bottom: 40px;
        }
        .dedi_dev_herobanner_new .hire_sec_heading {
            margin: 0;
            padding: 30px;
        }
        .hire_dev_herobanner_bg {
            padding: 30px;
        }
        .hire_dev_herobanner_bg:before {
            background: linear-gradient(to bottom, rgba(28, 28, 28, 1) 0%, rgba(33, 33, 33, 0.7) 68%, rgba(35, 35, 35, 0) 100%);
        }
    }
    @media (max-width:1199px) {
        .deddev_new_bnr_frm {
            padding: 20px;
        }
        .deddev_new_bnr_frm .formheading {
            margin-bottom: 17px;
        }
        .deddev_new_bnr_frm .form_group {
            margin-bottom: 15px;
        }
        .deddev_new_bnr_frm .form_group .frmlabel {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 5px;
        }
        .deddev_new_bnr_frm .form_group input, .deddev_new_bnr_frm .form_group select {
            height: 45px;
            padding: 0 15px;
            font-size: 15px;
        }
        .deddev_new_bnr_frm .text-danger {
            font-size: 15px;
            line-height: 18px;
            margin-top: 4px;
        }
        .deddev_form_row .formcol_30 {
            width: 33.33%;
        }
        .deddev_form_row .formcol_50 {
            width: 50%;
        }
    }
    @media (max-width:991px) {
        .dedicated_dev_banner_caption_new .headings {
            font-size: 36px;
            line-height: 44px;
            padding: 15px 5px;
        }
        .ded_dev_banner_listsdiv_new ul li {
            font-size: 16px;
            line-height: 20px;
        }
        .ded_dev_banner_listsdiv_new ul li:before {
            top: 6px;
        }
        .ded_dev_new_unlike_otherbox ul li {
            font-size: 16px;
            line-height: 22px;
        }
        .ded_dev_new_unlike_otherbox .itemss {
            position: relative;
            padding-left: 30px;
        }
        .ded_dev_new_unlike_otherbox ul li .checkicons {
            width: 20px;
            height: 20px;
            line-height: 20px;
            top: 1px;
        }
        .ded_dev_new_unlike_otherbox ul li .checkicons img {
            width: 20px;
        }
        .n_hire_deveoper_list_sec .new_ded_dev_small_container {
            max-width: 100%;
       }
       .ded_dev_bannerform .formheading {
            margin-bottom: 15px;
        }
    }
    @media (max-width:767px) {
        .dedi_dev_herobanner_new .hire_sec_heading {
            padding: 20px;
        }
        .hire_dev_herobanner_bg {
            padding: 20px;
        }
        .deddev_new_bnr_frm {
            padding: 20px;
        }
        .deddev_new_bnr_frm .mainheading {
            font-size: 25px;
            line-height: 30px;
        }
        .deddev_new_bnr_frm .formheading {
            margin-bottom: 16px;
        }
        .ded_dev_new_unlike_otherbox ul li {
            width: 100%;
        }
        .dedicated_dev_banner_caption_new .bannerbtndiv {
            gap: 10px;
        }
        .dedicated_dev_banner_caption_new .bannerbtn {
            font-size: 14px;
        }
    }

    @media (max-width:767px) {
        .h_dev_list_carouselnew owl-stage:after {
            display: none;
        }
        .deddev_form_row2 .formcol_grp {
            width: 100%;
        }
        .deddev_form_row .formcol_30 {
            width: 100%;
        }
        .deddev_form_row .formcol_50 {
            width: 100%;
        }
        .ded_dev_bannerform .submitbtn {
            min-width: 200px;
        }
    }
    @media (max-width:480px) {
        .deddev_new_bnr_frm .submitbtn {
            min-width: 100%;
        }
        .dedicated_dev_banner_caption_new .bannerbtn {
            width: 100%;
        }
        .h_dev_list_carouselnew .owl-stage-outer:after {
            width: 0;
        }
    }
  /*== new css for dedicated developer ==*/
