@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: "Poppins", sans-serif;
font-family: "Source Sans 3", sans-serif; */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  outline: 0 !important;
}

html {
  scroll-padding-top: 3.5rem;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  color: #101010;
  position: relative;
}

a {
  color: inherit;
  cursor: pointer;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

.container-fluid {
  max-width: 1920px;
}

a,
button {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

ul {
  margin: 0;
  padding-left: 0;
}
h1,
h2 {
  font-family: "Oswald", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

header,
footer,
section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
}
.mob {
  display: none;
}
.desk {
  display: block;
}

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s; color: #e37818;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#203444;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#000; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}

.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}

/*	Reset style			*/
::-moz-selection { color: #fff; background: #efc06d;}
::selection {  color: #fff; background: #efc06d;}

/* form css */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder {color:#DFDFDF;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder {color:#DFDFDF;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder {color:#DFDFDF;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder {color:#DFDFDF;opacity:1}

.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], input[type="time"],input[type="search"],select {
  display: block;
  width: 100%; 
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  height: auto;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  outline: none;
  border-radius: 5px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #DFDFDF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
textarea.form-control, textarea {height:150px; resize:none; overflow:auto;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border: 1px solid #000; background-color:#fff; box-shadow: none;}

input[type="date"] { display: block; background: #fff url(../images/calender-icon.svg) no-repeat  calc(100% - 15px) center; text-align: left; text-align: -webkit-left; background-size: 20px 26px; text-transform: uppercase;}
input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto; }
input[type="time"]::-webkit-calendar-picker-indicator {  display:block; inset: 0; background: #0000; position:absolute; transform: scale(12); width: auto; cursor: pointer; }
.time input[type="text"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.time input[type="time"] { display: block; background: url(../images/time-icon.png) no-repeat  calc(100% - 15px) center #fff; text-align: left; text-align: -webkit-left;}
.date input::-webkit-date-and-time-value, .time input::-webkit-date-and-time-value {text-align: left;}

/* form css */
select.form-control{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%;  background: #fff url(../images/down-arrow-icon.svg) no-repeat  calc(100% - 15px) center; cursor: pointer; background-size: 12px 6px;}
select:focus {border:0;outline: none; background-color: #cd6e1a;}
/* select option {color:#fff; font-size:14px; font-weight:300;} */

label {font-size: 18px;color: #000;margin: 0px 0px 15px; padding: 0px;}

/* own class for css */
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.displaycellBot { display: table-cell; vertical-align: bottom;}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}

/* scroll top */
#btn-back-to-top {display: none;position: fixed;bottom: 60px;right: 10px;border:1px solid #000; background-color: transparent; color: #000; font-size: 15px; width: 40px; height: 40px; line-height: 40px;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border-radius: 50%;}
#btn-back-to-top:hover, #btn-back-to-top:focus{color:#fff; border:1px solid #4D70EB; background-color: #4D70EB;}

/* button */
.common-button {
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  -webkit-appearance: button;
}

.common-button:hover, .common-button:focus {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000;
}

.common-blue-button {
  background-color: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-appearance: button;
}

.common-blue-button:hover, .common-blue-button:focus {
  background-color: transparent;
  color: #4D70EB;
  border: 1px solid #4D70EB;
}

.common-button-2 {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  padding: 26px 40px;  
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}

.common-button-2 span {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 9;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
.common-button-2 span i{
  font-size: 18px;
  margin-left: 5px;
}
.common-button-2::after{
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.common-button-2::before{
  display: block;
  content: '';
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 50px;
  height: 83px;
  width: auto;
  rotate: 5deg;
  position: absolute;
  z-index: 1;
  right: 27px;
  left: 0;
  bottom: -10px;
  border-top: 0;
  border-left: 0;
  transition: 0.3s ease-in-out;
}

.common-button-2:hover::after {
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
.common-button-2:hover span {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.common-button-2:hover::before {
  rotate: 8deg;
  bottom: -15px;
  right: 20px;
}
.common-blue-button-big {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 22px;
}
.common-blue-button-big i{
  font-size: 14px;
  margin-left: 5px;
}

.header_bottom {
  padding: 10px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background: #fff;
}
.navbar-area .main-nav .header_bottom.sticky .navbar .navbar-brand {
  margin-top: unset;
}
.sticky .navbar-brand img {
  width: 130px;
}

.header_bottom.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  position: fixed;
  margin: 0;
  border: 0;
}
.navbar-area .main-nav {
  background: #fff;
  position: relative;
  transition: 0.6s;
  padding: 0;
}

.navbar-area .main-nav .navbar {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
  padding: 0;
  width: 180px;
}
.navbar-area .main-nav .navbar .navbar-brand img {
  transition: 0.6s;
  position: relative;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item {
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #666871;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  position: relative;
  font-family: "Source Sans 3", sans-serif;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #4D70EB;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #4D70EB;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  padding: 0;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-bottom: 1px dashed #f7f7f7;
  background: #3c3c3c;
  font-size: 15px !important;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active,
.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: #726e6e;
  background: #4e4e4e !important;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:last-child
  .nav-link {
  border-bottom: 0;
}

.main-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-bnr {
  padding: 60px 0 100px;
  text-align: center;
}
.home-bnr h1 {
  font-weight: 600;
  font-size: 66px;
  line-height: 76px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.home-bnr h1 span{
  font-weight: 700;
  color: #4D70EB;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
}
.home-bnr p{
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #7A7C85;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 30px;
}
.home-bnr p span{
  font-weight: 600;
  color: #000000;
}

.cmpny-slider-area {
  padding-bottom: 70px;
}
.cmpny-slider-area h6 {
  text-align: center;
  font-weight: 600;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.cmpny-slider-area h6 span {
  color: #4D70EB;
}

.cmpny-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  text-align: center;
  height: 100%;
}

.resume-section-cnt {
  padding: 80px 0;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.resume-lft-rght {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.resume-lft {
  padding-right: 50px;
}
.resume-rght {
  padding-left: 50px;
}
.resume-cnt {
  display: flex;
  margin-bottom: 50px;
}
.resume-cnt .resume-icn {
  width: 65px;
}
.resume-cnt .resume-txt {
  width: calc(100% - 65px);
}
.resume-cnt .resume-txt h6 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.resume-cnt .resume-txt p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #7A7C85;
}

.resume-middle {
  box-shadow: 0px 0px 50px 0px #AFAFAF40;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.resume-middle-tp {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.resume-middle-tp h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.resume-middle-tp ul {
  list-style: none;
}
.resume-middle-tp ul li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

.resume-middle-tp ul li span {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7A7C85;
  font-weight: 400;
}
.resume-middle-tp ul li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7A7C85;
  font-weight: 400;
}
.resume-middle-tp ul li i {
  font-size: 12px;
  line-height: 14px;
  color: #7A7C85;
  margin-right: 5px;
}

.resume-middle-btm {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 10px;
}
.resume-middle-btm:last-child{
  border: 0;
}
.resume-middle-btm h6{
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #3B3D43;
  font-weight: 600;
  margin-bottom: 5px;
}
.resume-middle-btm h6.caps{
  text-transform: uppercase;
}

.resume-middle-btm p{
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666871;
  font-weight: 400;
  margin-bottom: 10px;
}
.resume-middle-btm p strong {
  color: #666871;
  font-weight: 600;
}
.resume-middle-btm ul {
  list-style: none;
}
.resume-middle-btm ul li {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666871;
  font-weight: 400;
}

.resume-middle-btm ul li::before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D6D6D6;
  position: absolute;
  left: 0;
  top: 3px;
}

.hired-section {
  padding: 80px 0 50px;
}
.section-hding {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #000;
  text-transform: capitalize;
}
.hired-section .section-hding {
  margin-bottom: 30px;
}
.hired-section-rght {
  padding-left: 70px;
}
.hired-section-rght h3{
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 48px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.hired-section-rght p{
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
}
.common-button-2-small {
  padding: 20px 40px;
}
.common-button-2-small span {
  font-size: 20px;
  line-height: 22px;
}
.common-button-2-small span i {
  font-size: 16px;
}
.slider-vertical .sngl-slide {
  padding: 40px 60px;
}

.slider-vertical .slick-dots{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
  padding: 50px 0;
  list-style-type: none;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
}
.slider-vertical .slick-dots li{
  position: relative;
}

.slider-vertical .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  text-indent: -9999px;
}
.slider-vertical .slick-dots li.slick-active button{
  background-color:#4D70EB;
  border: 1px solid #4D70EB;
  outline: rgba(217, 217, 217, 0.5) solid 5px !important;
  width: 30px;
  height: 30px;
}

.slider-vertical-area .resume-middle-btm h6.caps{
  color: #3B3D43;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.list-compare-section {
  position: relative;
  padding: 80px 0;
}
.list-compare-section::before{
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
}
.list-compare-section .section-hding {
  margin-bottom: 20px;
}
.list-compare-section p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
}
.list-compare-section table th {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3 !important;
  padding: 20px 30px;
  color: #4C4C4C;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
}
.list-compare-section table td {
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  padding: 20px 30px;
  color: #4C4C4C;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  font-family: "Source Sans 3", sans-serif;
  vertical-align: middle;
}
.list-compare-section table td:first-child{
  width: 40%;
}
.list-compare-section table td:last-child{
  border-right: 0;
}
.list-compare-section table td.compare-yes i{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #4D70EB;
  text-align: center;
  line-height: 30px;
  color: #4D70EB;
  margin-right: 10px;
}
.list-compare-section table td.compare-no i{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #FF0000;
  text-align: center;
  line-height: 30px;
  color: #FF0000;
  margin-right: 10px;
}

.resume-service-section{
  padding: 80px 0;
  border-top: 1px solid #D3D3D3;
}
.resume-service-section .section-hding {
  margin-bottom: 10px;
}
.resume-service-section p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
.resume-service-lft h4 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  text-transform: capitalize;
}
.resume-service-lft h4 span {
  color: #4D70EB;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
}
.resume-service-bx-area {
  padding-left: 50px;
}
.resume-service-bx {
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  padding: 25px;
  margin-bottom: 25px;
}
.resume-service-bx h5 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.resume-service-bx p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #656770;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0 !important;
}

.reviews-section {
  position: relative;
  padding: 80px 0;
}
.reviews-section::before{
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
}
.reviews-section .section-hding {
  margin-bottom: 20px;
}
.reviews-section p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
.review-bx {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.review-bx-img {
  position: relative;
}
.review-bx-img .reviewer-pic {
  width: 100%;
}
.review-bx-cnt {
  background-color: #F7F7F7;
  padding: 20px;
}
.star-review {
  margin-bottom: 20px;
}
.star-review i {
  color: #FFC759;
  font-size: 18px;
}
.review-bx-cnt p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
}
.review-bx-cnt h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  font-weight: 600;
}

.review-bx-img .playbtn {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000066;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}

.ftr-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.ftr-up .ftr-logo {
  width: 170px;
}
.ftr-up .ftr-logo img {
  max-width: 100%;
}
.ftr-up .ftr-menu ul {
  list-style: none;
}
.ftr-up .ftr-menu ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.ftr-up .ftr-menu ul li a{
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #666871;
  font-weight: 600;
}
.ftr-up .ftr-menu ul li a:hover{
  color: #4D70EB;
}
.ftr-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.ftr-down p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7A7C85;
  font-weight: 400;
}
.ftr-down p a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7A7C85;
  font-weight: 400;
  padding-left: 30px;
}
.ftr-down p :hover {
  color: #4D70EB;
}
.ftr-scl-media ul {
  list-style: none;
}
.ftr-scl-media ul li {
  display: inline-block;
}
.ftr-scl-media ul li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-size: 18px;
}
.ftr-scl-media ul li:hover a {
  color: #fff;
  border: 1px solid #4D70EB;
  background-color: #4D70EB;
}

.features-bnr {
  background-color: #4D70EB;
  padding: 50px 0 250px;
  position: relative;
}
.features-bnr::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url(../images/bnr-overlay-img.png) center no-repeat;
  z-index: 2;
  background-size: cover;
}
.features-bnr-cnt {
  text-align: center;
  position: relative;
  z-index: 3;
}
.features-bnr-cnt h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.features-bnr-btm {
  margin-top: -130px;
  z-index: 4;
  position: relative;
}
.features-bnr-btm-cnt {
  background-color: #F7F7F7;
  box-shadow: 0px 0px 20px 0px #00000040;
  border-radius: 15px;
  padding: 25px;
}
.features-bnr-btm-cnt h6{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.features-bnr-btm-cnt h6 span {
  font-weight: 600;
}
.srch-result {
  margin-top: 30px;
}
.srch-result-hdng {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.srch-result-hdng h6 span {
  font-weight: 700;
}
.srch-result-hdng .srch-result-btns button {
  margin-bottom: 10px;
  margin-left: 15px;
}
.common-srch-blue-button {
  background-color: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.common-srch-blue-button i {
  font-size: 14px;
  margin-right: 5px;
}
.common-srch-blue-button:hover {
  background-color: transparent;
  color: #4D70EB;
}

.common-srch-border-button {
  background-color: transparent;
  border: 1px solid #727272;
  color: #4D70EB;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.common-srch-border-button i {
  font-size: 14px;
  margin-right: 5px;
}
.common-srch-border-button:hover {
  background-color: #000;
  color: #fff;
}

.srch-result-cnt {
  border: 1px solid #DFDFDF;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.srch-result-cnt ul {
  list-style: none;
}
.srch-result-cnt ul li {
  display: block;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2D2D2D;
  font-weight: 400;
}
.srch-result-cnt ul li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ABABAB;
  position: absolute;
  left: 0;
  top: 6px;
}
.features-feature-area {
  padding: 80px 0;
}
.features-feature-area .section-hding {
  margin-bottom: 15px;
}
.features-feature-area p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #7A7C85;
  font-weight: 400;
}
.features-badge {
  background-color: rgba(77, 112, 235, 1);
  border: 1px solid rgba(28, 54, 145, 1);
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 15px 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.features-badge span {
  color: #fff;
}
.features-badge:nth-child(2) {
  background-color: rgba(77, 112, 235, 0.7);
  border: 1px solid rgba(28, 54, 145, 0.7);
}
.features-badge:nth-child(3) {
  background-color: rgba(77, 112, 235, 0.4);
  border: 1px solid rgba(28, 54, 145, 0.4);
}
.features-badge:nth-child(4) {
  background-color: rgba(77, 112, 235, 0.1);
  border: 1px solid rgba(28, 54, 145, 0.1);
}
.features-badge:nth-child(2) span, .features-badge:nth-child(3) span, .features-badge:nth-child(4) span {
  color: #000;
}
.features-badge::after{
  display: block;
  content: '';  
  background: url(../images/features-joint-icon.svg) center no-repeat;
  position: absolute;
  bottom: -35px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 38px;
}
.features-badge:last-child {
  margin-bottom: 0;
}
.features-badge:last-child::after {
  display: none;
}

.accelerate-area {
  padding: 80px 0 60px;
}
.accelerate-area .section-hding {
  margin-bottom: 70px;
  text-align: center;
}
.accelerate-bx {
  border: 1px solid #D3D3D3;
  padding: 30px 15px;
  /* margin-bottom: 25px; */
  text-align: center;
  height: 100%;
}

.accelerate-bx-2nd-child {
  margin-top: -30px;
}
.accelerate-bx h4 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  margin: 15px 0;
}
.accelerate-bx p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #7A7C85;
}

.three-in-one-section {
  padding: 80px 0 0;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

.three-in-one-section-1 {
  padding-bottom: 120px;
}
.three-in-one-section-2 {
  padding-bottom: 80px;
}
.three-in-one-section-3 {
  padding-bottom: 80px;
}

.three-in-one-section-rght {
  padding-left: 60px;
}
.three-in-one-section-lft {
  padding-right: 60px;
}
.three-in-one-section-rght h2, .three-in-one-section-lft h2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.three-in-one-section-rght p, .three-in-one-section-lft p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
}
.roles-bx-area {
  position: relative;
}
.roles-big-bx {
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px #AFAFAF40;
  padding: 30px 30px 120px;
}
.three-in-one-section h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.three-in-one-section h6 span {
  font-weight: 600;
}
.roles-small-bx {
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px #AFAFAF40;
  padding: 30px;
  width: 75%;
  position: absolute;
  right: 30px;
  bottom: -50px;
}
.sdp-area {
  padding: 80px 0;
  border-top: 1px solid #D3D3D3;
}
.sdp-area .section-hding {
  margin-bottom: 60px;
  text-align: center;
}
.sdp-lft-rght {
  display: flex;
  flex-wrap: wrap;
}
.sdp-lft {
  padding-right: 50px;
  border-right: 1px solid #D3D3D3;
  width: 50%;
}
.sdp-rght {
  padding-left: 50px;
  width: 50%;
}
.sdp-lft ul, .sdp-rght ul {
  list-style: none;
}
.sdp-lft ul li, .sdp-rght ul li {
  padding-left: 30px;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.sdp-lft ul li::before, .sdp-rght ul li::before {
  display: block;
  content: '';
  background: url(../images/str-icon.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}
.sdp-lft ul li h5, .sdp-rght ul li h5 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.sdp-lft ul li p, .sdp-rght ul li p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #656770;
  font-family: "Source Sans 3", sans-serif;
}
.sdp-lft ul li:last-child, .sdp-rght ul li:last-child {
  margin-bottom: 0;
}
.faq-section {
  margin-bottom: 80px;
}
.faq-bx {
  background-color: #fff;
  box-shadow: 0px 0px 40.48027420043945px 0px #AFAFAF40;
  padding: 50px 30px;
}
.faq-bx-lft {
  padding-right: 50px;
}
.faq-bx-lft h3{
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 45px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.faq-bx-lft p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #7A7C85;
  font-family: "Source Sans 3", sans-serif;
}
.faq-bx-rght {
  padding-left: 50px;
}
.faq-bx-rght .accordion .accordion-header button.accordion-button {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000000;
  padding: 1.5rem 0;
}
.faq-bx-rght .accordion .accordion-header button.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}
.faq-bx-rght .accordion .accordion-header button.accordion-button:not(.collapsed) {
  color: #4D70EB;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faq-bx-rght .accordion .accordion-body {
  padding: 1rem 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2D2D2D;
  font-weight: 400;
}

.per-rec-section {
  position: relative;
  padding: 80px 0;
}
.per-rec-section::before {
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
}
.per-rec-section .section-hding {
  margin-bottom: 30px;
}
.per-rec-section .slider-vertical-item {
  padding-left: 100px;
}
.per-rec-section .slider-vertical .slick-dots {
  right: auto;
  left: 0;
}
.per-rec-section .slider-vertical .slick-dots button {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  text-indent: unset;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #7A7C85;
}
.per-rec-section .slider-vertical .slick-dots li.slick-active button {
  background-color: transparent;
  border: 0;
  outline: none !important;
  width: auto;
  height: auto;
  color: #000;
}
.slider-vertical-item-rght .resume-middle {
  box-shadow: 0px 0px 15px 0px #AFAFAF40;
  margin: 20px;
  width: 65%;
  margin-left: auto;
}
.slider-vertical-item-left h4 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 10px;
}
.slider-vertical-item-left p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #7A7C85;
}
.xa-bx {
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 40.48027420043945px 0px #AFAFAF40;
  background: linear-gradient(99.4deg, #DDE4FF 0%, #FFFFFF 99.3%);
  padding: 20px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 40%;
  z-index: 2;
}
.xa-bx h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 10px;
}
.xa-bx p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #666871;
}
.slider-vertical-item-rght {
  position: relative;
}

.file-upld-bx {
  border: 1px solid #4D70EB;
  border-radius: 10px;
  box-shadow: 0px 0px 40.48027420043945px 0px #AFAFAF40;
  padding: 15px;
  position: absolute;
  bottom: 60px;
  background: #fff;
  left: 0;
  width: 50%;
}
.file-upld-bx .tab-content>.tab-pane {
  border: 1px dashed #C2C2C2;
  border-radius: 10px;
  padding: 10px;
}
.file-upld-bx .nav-pills{
  margin-bottom: 10px;
}
.file-upld-bx .nav-pills .nav-link {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #7A7C85;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #BDBFC9;
  border-radius: 2px;
  margin: 0 5px 5px 0;
}
.file-upld-bx .nav-pills .nav-link.active {
  border: 1px solid rgba(77, 112, 235, 0.1);
  background-color: rgba(77, 112, 235, 0.1);
  color: #4D70EB;
}
.file-upld-bx .nav-pills .nav-link img {
  margin-right: 5px;
}

.abt-bnr {
  background: linear-gradient(96.77deg, rgba(30, 30, 31, 0.1) 0.28%, rgba(24, 34, 76, 0.1) 100%);
  padding: 100px 0;
  position: relative;
}
.abt-bnr::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url(../images/abt-bnr-overlay-img.png) center no-repeat;
  z-index: 2;
  background-size: cover;
}
.abt-bnr-cnt {
  position: relative;
  z-index: 3;
}
.abt-bnr-cnt h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.abt-bnr-rght {
  position: absolute;
  right: 0;
  top: -40px;
}
.abt-bnr-rght-cnt {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #00000040;
  border-radius: 15px;
  padding: 25px;
  z-index: 2;
  overflow: hidden;
}
.abt-bnr-rght-cnt::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../images/abt-bnr-rght-before.png) center no-repeat;
  z-index: 1;
}
.abt-bnr-rght-cnt::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../images/abt-bnr-rght-after.png) center no-repeat;
  z-index: 2;
}
.abt-bnr-rght-cnt .resume-middle-tp {
  border-bottom: 0;
  padding-bottom: 80px;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
.abt-bnr-rght-cnt .resume-middle-tp h3 {
  font-size: 30px;
  line-height: 32px;
}
.abt-bnr-rght-cnt .resume-middle-tp ul li i {
  color: #BABBC1;
}
.abt-bnr-rght-cnt-btm {
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.abt-bnr-rght-cnt-btm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.abt-bnr-rght-cnt-btm h5 {
  color: #3B3D43;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  width: 35%;
  padding-right: 15px;
  text-transform: uppercase;
}
.abt-bnr-rght-cnt-btm-rght {
  width: 65%;
}
.abt-bnr-rght-cnt-btm-rght h6 {
  color: #666871;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.abt-bnr-rght-cnt-btm-rght ul {
  list-style: none;
}
.abt-bnr-rght-cnt-btm-rght ul li {
  display: block;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666871;
  font-weight: 400;
}
.abt-bnr-rght-cnt-btm-rght ul li::before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D6D6D6;
  position: absolute;
  left: 0;
  top: 5px;
}
.abt-bnr-rght-cnt-btm-rght ul li:last-child {
  padding-bottom: 0;
}
.abt-bnr-rght-cnt-btm-rght p {
  color: #666871;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
.abt-bnr-rght-cnt-btm-rght p  strong {
  color: #3B3D43;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}
.solving-resume {
  padding: 150px 0 80px;
}
.solving-resume p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
}
.solving-resume .section-hding {
  margin-bottom: 20px;
}
.solving-resume-vdo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.solving-resume-vdo::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../images/solving-resume-vdo-thumb-overlay.png) center no-repeat;
  z-index: 2;
}
.solving-resume-vdo img {
  border-radius: 10px;
  max-width: 100%;
}
.solving-resume-vdo .play-button-sd {
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  z-index: 3;
}
.camdev-sec {
  padding-bottom: 70px;
}
.camdev-rght {
  padding-left: 50px;
}
.camdev-rght .sdp-rght {
  padding-left: 0;
  width: 100%;
  border-left: 1px solid #D3D3D3;
}
.camdev-rght .sdp-rght ul li {
  padding-left: 100px;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #D3D3D3;
}
.camdev-rght .sdp-rght ul li::before {
  left: 70px;
  top: 3px;
}
.camdev-rght .sdp-rght ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.team-section {
  position: relative;
  padding: 80px 0;
}
.team-section::before {
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%);
}

.team-section .section-hding {
  margin-bottom: 20px;
}
.team-section p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #7A7C85;
  font-weight: 400;
  margin-bottom: 40px;
}
.team-section ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team-section ul li {
  width: 23%;
  padding: 2%;
}
.team-section ul li .team-img {
  margin: 0 auto 30px;
  position: relative;
  width: 200px;
  height: 200px;
}
.team-section ul li .team-img img {
  max-width: 100%;
  border-radius: 100%;
}
.team-section ul li .team-img::before{
  display: block;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #000;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.team-section ul li:nth-child(even) .team-img::before{
  right: auto;
  top: auto;
  left: -10px;
  bottom: -10px;
}
.team-cnt h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
.team-cnt h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #4D70EB;
  font-size: 18px;
  line-height: 20px;
}
.cntct-bnr {
  background-color: #001d81;
  padding: 100px 0 150px;
  position: relative;
}
.cntct-bnr::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url(../images/cntct-bnr-overlay-img.png) center no-repeat;
  z-index: 2;
  background-size: cover;
}
.cntct-bnr-cnt {
  position: relative;
  z-index: 3;
  text-align: center;
}
.cntct-bnr-cnt h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cntct-bnr-cnt p{
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
.cntct-bnr-cnt .common-button-2 {
  border: 1px solid #fff;
}
.cntct-bnr-cnt .common-button-2:hover {
  border: 1px solid #000;
}
.cntct-bnr-cnt .common-button-2::before {
  border-color:  #fff;
}
.cntct-bnr-cnt .common-button-2 span img {
  width: 22px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.cntct-bnr-cnt .common-button-2:hover span img{
  filter: brightness(0) invert(1);
}
.cntct-bnr-btm {
  border-radius: 15px;
  background-color: #fff;
  padding: 70px 40px;
  margin-top: -50px;
  z-index: 4;
  position: relative;
}
.cntct-bnr-btm h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 30px;
}
.cntct-bnr-btm-bx {
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 35px 25px 50px;
  margin-bottom: 25px;
  position: relative;
}
.cntct-bnr-btm-bx::before {
  content: '';
  display: block;
  background-color: #4D70EB;
  width: 6px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 25px;
}
.cntct-bnr-btm-bx h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}
.cntct-bnr-btm-bx p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #666871;
  font-weight: 400;
  margin-bottom: 30px;
}
.addrss-section {
  margin-bottom: 80px;
}
.addrss-dtls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.addrss-dtls:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.addrss-dtls-lft {
  display: flex;
  align-items: center;
  width: 33%;
}
.addrss-dtls-lft h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
}
.addrss-dtls-rght {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  padding-left: 20px;
}
.addrss-dtls-lft img {
  margin-right: 10px;
}
.addrss-dtls-rght p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #666871;
  font-weight: 400;
}
.addrss-dtls-rght a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #666871;
  font-weight: 400;
}
.addrss-dtls-rght a:hover{
  color: #4D70EB;
}
.mp-area {
  box-shadow: 0px 0px 50px 0px #AFAFAF40;
  background-color: #fff;
  padding: 6px;
  border-radius: 5px;
}

.login-area {
  position: relative;
}
.login-lft .logo {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  background: #fff;
  width: 60%;
}
.login-lft .logo img {
  width: 170px;
}
.login-lft {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 45px;
}
.login-rght {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1;
}
.login-rght-area {
  position: relative;
  height: 100vh;
  width: 100%;
}
.login-rght-area::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #050F3180;
  z-index: 2;
}
.login-rght-area img {
  max-width: 100%;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
.scl-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.scl-btn {
  background-color: #fff;
  box-shadow: 0px 0px 38.697052001953125px 0px #AFAFAF40;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 12px 15px;
  width: 150px;
}
.scl-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.scl-btn img {
  margin-right: 5px;
}
.login-bx h2 {
  text-align: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.or-divider {
  height: 80px;
  position: relative;
}
.or-divider h6 {
  color: #8F8F8F;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; 
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
}
.or-divider::before{
  display: block;
  content: '';
  background: #D3D3D3;
  height: 1px;
  width: 100%;
  top: 40px;
  position: absolute;
  z-index: 2;
}
.or-divider::after{
  display: block;
  content: '';
  background: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 3;
}
.custom-blue-button {
  background: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
  padding: 17px 20px;
  width: 100%;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.custom-blue-button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.frgt-psswrd a {
  color: #696969;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 15px 0;
  display: block;
  text-align: right;
}
.frgt-psswrd a:hover {
  color: #4D70EB;
}
.login-bx .inpt-fld .form-control {
  color: #8F8F8F;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.login-bx .donot-have {
  color: #696969;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 40px 0 0;
  text-align: center;
}
.login-bx .donot-have a {
  color: #4D70EB;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.login-bx .donot-have a:hover {
  color: #000;
}
.login-bx {
  padding-right: 40px;
}
.login-bx.signup-bx {
  max-height: 80vh;
  overflow-y: auto;
}
.login-lft .resume-middle-tp {
  margin-bottom: 10px;
}
.login-lft .resume-middle {
  padding: 20px 20px 12px;
}
.login-lft .resume-middle-tp ul li {
  padding-right: 5px;
  padding-bottom: 5px;
}
.login-lft .resume-middle-tp h3 {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 0;
}
.login-lft .resume-middle-tp ul li span, 
.login-lft .resume-middle-tp ul li a, 
.login-lft .resume-middle-btm h6, 
.login-lft .resume-middle-btm p {
  font-size: 9px;
  line-height: 11px;
}
.login-lft .resume-middle-tp ul li i {
  font-size: 8px;
  line-height: 11px;
}
.login-lft .resume-middle-btm ul li {
  padding-left: 15px;
  font-size: 9px;
  line-height: 11px;
}
.resume-middle-btm ul li::before {
  width: 6px;
  height: 6px;
  top: 2px;
}

.dashboard-main {
  width: 100%;
  display: flex;
}
.dashboard-sidebar {
  height: 100vh;
  width: 250px;
  background: #4D70EB;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.dashboard-logo {
  text-align: center;
  padding: 10px;
}
.dashboard-content {
  width: calc(100% - 250px);
  transition: all 0.5s ease-in-out;
  /* height: 100vh;
  overflow-y: auto; */
  background: #e8e8e8;
  position: relative;
  /* padding: 60px 15px 70px; */
}

.dashboard-header {
  background: #FFFFFF;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
}
.dashboard-header i.fa-bars {
  color: #000;
  font-size: 30px;
  cursor: pointer;
}
.dashboard-header .dropdown-menu {
  right: 0px;
  top: 115%;
}
.dashboard-header .dropdown button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  color: #666871;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.dashboard-header .dropdown button .spn-1 {
  display: inline-block;
  background-color: #EFF0F3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #4D70EB;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 30px;
  margin-right: 10px;
}
.dashboard-header .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 4px;
  margin-top: 2px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid #D9D9D9;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}
.dashboard-menu {
  padding: 50px 20px;
}
.dashboard-menu ul {
  list-style: none;
  margin-bottom: 60px;
}
.dashboard-menu ul li {
  padding-bottom: 20px;
}
.dashboard-menu ul li a {
  color: #fff;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.dashboard-menu ul li a:hover {
  color: #000;
}
.dashboard-menu ul li a img {
  margin-right: 10px;
  transition: all .5s;
  width: 13px;
}
.dashboard-menu ul li a:hover img {
  filter: brightness(0%);
}
.dashboard-menu .bg-fill-btn {
  background-color: #1C3691;
  border: 1px solid #1C3691;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-appearance: button;
}
.dashboard-menu .bg-fill-btn:focus, .dashboard-menu .bg-fill-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.dashboard-menu .border-fill-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  -webkit-appearance: button;
}
.dashboard-menu .border-fill-btn:focus, .dashboard-menu .border-fill-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.logout-area {
  border-top: 1px solid #FFFFFF82;
  padding: 23px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.logout-area a {
  color: #fff !important;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: block;
}
.logout-area a img {
  margin-right: 10px;
  transition: all .5s;
}
.logout-area a:hover {
  color: #000 !important;
}
.logout-area a:hover img {
  filter: brightness(0%);
}
#dashboard-menu {
  display: none;
}
.dashboard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #B9B9B982;
  padding: 15px;
  background: #e8e8e8;
  z-index: 5;
}
.dashboard-footer p {
  color: #7A7C85;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.dashboard-footer p a {
  color: #7A7C85;
  margin-left: 30px;
}
.dashboard-footer p a:hover {
  color: #000;
}
.dashboard-logo-responsive {
  display: none;
}
.dashboard-body-content {
  padding: 85px 15px 95px;
  height: 100vh;
  overflow-y: auto;
}
.resume-sample-area .resume-sample {
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.resume-sample-area .resume-sample .resume-sample-bx {
  width: 24%;
  position: relative;
}
.resume-sample-area .resume-sample .resume-sample-sd-bx .resume-create-date {
  background: #f1f1f1;
  border-radius: 0 0 15px 15px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.resume-sample-area .resume-sample .resume-sample-sd-bx .resume-middle {
  padding-bottom: 40px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f1f1f1;
  padding: 6px;
  border-radius: 0 15px 0 0;
  opacity: 1;
  background-size: 10px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle .btn-close:hover {
  background-color: #e8e8e8;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle .btn-close:focus {
  box-shadow: none;
}
.dashboard-body-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-tp h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-tp ul li {
  padding-right: 5px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-tp ul li span, 
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-tp ul li a, .resume-middle-btm p {
  font-size: 7px;
  line-height: 10px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-tp ul li i {
  font-size: 7px;
  line-height: 10px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-btm ul li {
  padding-left: 12px;
  padding-bottom: 5px;
  font-size: 7px;
  line-height: 10px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-btm ul li::before {
  width: 4px;
  height: 4px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-btm h6 {
  font-size: 7px;
  line-height: 10px;
  margin-bottom: 3px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle-tp {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.resume-sample-area .resume-sample .resume-sample-bx .resume-middle {
  height: 100%;
}
.resume-sample-area .resume-sample .resume-sample-bx .add-resume-bx {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.resume-frm-wrapper {
  box-shadow: 0px 0px 38.697052001953125px 0px #AFAFAF40;
  border-radius: 20px;
  background-color: #fff;
}
.resume-frm-wrapper-hdr {
  padding: 40px 35px 50px;
}
.resume-frm-wrapper-ftr {
  border-top: 1px solid #B8C6FF;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resume-frm-wrapper-btn1 {
  background-color: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  padding: 18px 30px;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-appearance: button;
}
.resume-frm-wrapper-btn1:hover, .resume-frm-wrapper-btn1:focus {
  background-color: transparent;
  color: #4D70EB;
  border: 1px solid #4D70EB;
}

.resume-frm-wrapper-btn2 {
  background-color: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 17px 40px;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-appearance: button;
}
.resume-frm-wrapper-btn2:hover, .resume-frm-wrapper-btn2:focus {
  background-color: transparent;
  color: #4D70EB;
  border: 1px solid #4D70EB;
}

.resume-frm-wrapper-btn3 {
  background-color: transparent;
  color: #4D70EB;
  border: 1px solid #4D70EB;
  border-radius: 5px;
  text-align: center;
  padding: 17px 40px;
  font-size: 14px;
  line-height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-appearance: button;
}
.resume-frm-wrapper-btn3:hover, .resume-frm-wrapper-btn3:focus {
  background-color: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
}
.resume-frm-wrapper-btn4 {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.resume-frm-wrapper-btn4 img {
  margin-right: 10px;
}
.resume-frm-wrapper-hdr-hdng {
  padding-left: 15px;
  position: relative;
  margin-bottom: 30px;
  padding-right: 10px;
}
.resume-frm-wrapper-hdr-hdng::before{
  display: block;
  content: '';
  background-color: #4D70EB;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.resume-frm-wrapper-hdr-hdng h4 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #000;
}
.resume-frm-wrapper-hdr-hdng h5 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}
.resume-frm-wrapper .form-label {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.resume-frm-wrapper .mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label .form-label {
  color: #DFDFDF;
}
.resume-frm-wrapper .mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label .mdc-floating-label--required {
  color: red;
}
.resume-frm-wrapper .form-control {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.resume-frm-wrapper .form-group {
  margin-bottom: 30px;
}
.resume-frm-wrapper .form-group .form-control {
  margin-bottom: 0px;
}
.resume-frm-wrapper .inpt-with-btn {
  position: relative;
}
.resume-frm-wrapper .inpt-with-btn .form-control {
  padding-right: 100px;
  height: 57px;
}
.resume-frm-wrapper .inpt-with-btn .resume-frm-wrapper-btn1 {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
}
.resume-frm-wrapper .inpt-with-btn .resume-frm-wrapper-btn1:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.second-type-label {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 20px;
}
.resume-frm-wrapper .form-check-label {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000CC;
  margin-bottom: 0;
  cursor: pointer;
}
.resume-frm-wrapper .form-check {
  display: block;
  min-height: auto;
  padding-left: 35px;
  margin-bottom: 20px;
}
.resume-frm-wrapper .form-check .form-check-input {
  float: left;
  margin-left: -35px;
  margin-top: 0;
  cursor: pointer;
}
.resume-frm-wrapper .form-check .form-check-input {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
}
.resume-frm-wrapper .form-check .form-check-input:checked[type=radio],
.resume-frm-wrapper .form-check .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.resume-frm-wrapper .form-check .form-check-input:focus {
  box-shadow: none;
}
.resume-frm-wrapper .form-check .form-check-input:checked[type=radio]::after,
.resume-frm-wrapper .form-check .form-check-input:checked[type=checkbox]::after {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 3px;
}
.resume-frm-wrapper .form-check .form-check-input:checked[type=radio] + .form-check-label,
.resume-frm-wrapper .form-check .form-check-input:checked[type=checkbox] + .form-check-label {
  color: #000;
}

.or-sd-area {
  height: 60px;
  position: relative;
}

.or-sd-area h6 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 100px;
  top: 11px;
  z-index: 9;
}
.or-sd-area::before {
  display: block;
  content: '';
  background: #C3C3C3;
  height: 1px;
  width: 100%;
  top: 20px;
  position: absolute;
  z-index: 2;
}
.or-sd-area::after {
  display: block;
  content: '';
  background: #fff;
  height: 20px;
  width: 100px;
  position: absolute;
  z-index: 3;
  left: 65px;
  top: 10px;
}
.resume-frm-wrapper-disclaimer h6 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.resume-frm-wrapper-disclaimer-red {
  background: rgba(255, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 50%;
  margin: 15px 0 40px;
}
.resume-frm-wrapper-disclaimer-red span {
  display: block;
  width: 80px;
}
.resume-frm-wrapper-disclaimer-red span img {
  max-width: 80%;
}
.resume-frm-wrapper-disclaimer-red p {
  width: calc(100% - 70px);
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.jd-dtls{
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
.jd-dtls strong {
  font-weight: 600;
}
.add-work-history-wrapper {
  background: #D9D9D94D;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.remove-work-history {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #4D70EB;
  border-radius: 50%;  
  display: block;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
}
.remove-work-history i {
  color: #fff;
  font-size: 20px;
  line-height: 41px;
}
.remove-work-history:hover {
  background-color: #000;
}
.remove-work-history:hover i {
  color: #fff;
}
.hdng-sd-sd {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hdng-sd-sd span {
  color: #4D70EB;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
.resume-frm-wrapper .form-check.graduated-yet .form-check-input {
  width: 23px;
  height: 23px;
}
.resume-frm-wrapper .form-check.graduated-yet .form-check-input:checked[type=checkbox]::after {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  background-color: #4D70EB;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border: 0;
  border-radius: 50%;
}
.resume-frm-wrapper .form-check.graduated-yet .form-check-input:checked {
  background-color: transparent;
  border-color: #4D70EB;
}
.resume-frm-wrapper .form-check.graduated-yet .form-check-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  margin-bottom: 0;
  cursor: pointer;
}
.jd-dtls.jd-dtls-2 {
  color: rgba(0, 0, 0, 0.47);;
}
.rpl-sd {
  position: relative;
  z-index: 2;
}
.remove-rpl {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #4D70EB;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: absolute;
  right: -17px;
  top: 7px;
  z-index: 3;
}
.remove-rpl i {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.remove-rpl:hover {
  background-color: #000;
}
.remove-rpl:hover i {
  color: #fff;
}

.resume-name-tag {
  position: relative;
  width: 100%;
  height: max-content;
  background: url(../images/resume-hdr-bg.png) center no-repeat;
  background-size: cover;
  padding: 25px;
}
.resume-name-tag h2 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
}
.resume-name-tag h2 .surname {
  font-weight: 700;
}
.resume-name-tag ul {
  list-style: none;
  padding: 20px 0 0 5px;
}
.resume-name-tag ul li {
  display: inline-block;
  padding-right: 20px;
}
.resume-name-tag ul li:last-child {
  padding-right: 0;
}
.resume-name-tag ul li i {
  font-size: 14px;
  line-height: 18px;
  color: #8A8A8A;
  margin-right: 5px;
}
.resume-name-tag ul li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #484848;
  font-weight: 400;
}
.resume-name-tag ul li a:hover {
  color: #1c3691;
}
.linkedin-link {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}
.linkedin-link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0077b5;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}
.linkedin-link a {
  max-width: calc(100% - 26px);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #484848;
  font-weight: 400;
  display: inline-block;
  padding-left: 10px;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box; 
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
.linkedin-link a:hover {
  color: #1c3691;
}
.resume-dtls-area {
  padding: 25px;
}
.resume-dtls-hdng {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.resume-dtls-hdng::before {
  display: block;
  content: '';
  background-color: #D9D9D9;
  height: 1px;
  width: calc(100% - 45px);
  position: absolute;
  bottom: 10px;
}
.resume-dtls-hdng h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
}
.resume-dtls-hdng-edit {
  display: block;
  width: 33px;
  height: 33px;
  line-height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #4D70EB;
  border-radius: 50%;
}
.resume-dtls-hdng-edit:hover {
  background-color: #000;
}
.summary-dtls h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.summary-dtls h6 strong {
  font-weight: 700;
}
.skills-subhdng {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.skill-badge-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.skill-badge-area .badge {
  color: #000000CC;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background: #D9D9D94D;
  border-radius: 100px;
  padding: 10px 15px;
}

.rsm-sd-rghtlft {
  display: flex;
}
.rsm-sd-lft {
  width: 30%;
  border-right: 1px solid #D9D9D9;
  padding-bottom: 50px;
  position: relative;
  padding-right: 30px;
}
.rsm-sd-lft::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  right: -9px;
  top: 0;
}
.rsm-sd-rght {
  width: 70%;
  padding-left: 40px;
  padding-bottom: 50px;
}
.rsm-sd-rghtlft:last-child .rsm-sd-lft,
.rsm-sd-rghtlft:last-child .rsm-sd-rght {
  padding-bottom: 0;
}
.rsm-sd-lft h5 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.rsm-sd-rght h5 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.rsm-sd-rght h6 {
  color: #000000CC;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.rsm-sd-lft h6 {
  color: #000000CC;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.rsm-sd-rght ul {
  list-style: none;
  margin-top: 15px;
}
.rsm-sd-rght ul li {
  display: flex;
  padding-bottom: 25px;
}
.rsm-sd-rght ul li:last-child {
  padding-bottom: 0;
}
.rsm-sd-rght ul li span {
  display: inline-block;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4D70EB;
  text-align: center;
}
.rsm-sd-rght ul li p {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: calc(100% - 36px);
  padding-left: 10px;
}

.dwnld-resume-brdr {
  border: 1px solid #00000080;
  margin-top: 20px;
}
.dwnld-resume-brdr .resume-summary-summary .resume-dtls-hdng {
  margin-top: 0;
}
.dwnld-resume-btn-area {
  display: flex;
  justify-content: end;
}
.dwnld-resume-btn {
  display: flex;
  align-items: center;
  padding: 15px;
  width: 190px;
  text-align: left;
}
.dwnld-resume-btn img {
  width: 30px;
}
.dwnld-resume-btn span {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.resume-frm-wrapper-btn2.dwnld-resume-btn:hover, .resume-frm-wrapper-btn2.dwnld-resume-btn:focus,
.resume-frm-wrapper-btn3.dwnld-resume-btn:hover, .resume-frm-wrapper-btn3.dwnld-resume-btn:focus {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.dwnld-resume-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* .dwnld-resume-hdr .resume-frm-wrapper-hdr-hdng {
  width: 50%;
} */
.dwnld-resume-hdr .dwnld-resume-btn-area {
  /* width: 50%; */
  margin-bottom: 30px;
}
.dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue {
  background-color: #1C3691;
  border: 1px solid #1C3691;
  width: 100px;
  justify-content: space-between;
}
.dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue img {
  width: 18px;
}
.dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue span {
  width: calc(100% - 18px);
  padding-left: 5px;
  text-align: center;
}
.dwnld-resume-modal .btn-close {
  width: 40px;
  height: 40px;
  background: #4D70EB url(../images/modal-close-icon.svg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 5;
}
.dwnld-resume-modal .btn-close:hover {
  background: #000 url(../images/modal-close-icon.svg) center / 1em auto no-repeat;
}
.dwnld-resume-modal .modal-content {
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 38.697052001953125px 0px #AFAFAF40;
}
.dwnld-resume-modal .modal-body {
  padding: 3rem 2rem;
  text-align: center;
}
.dwnld-resume-modal .modal-body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.h3-bottom {
  height: 4px;
  width: 68px;
  background-color: #4D70EB;
  margin: -15px auto 30px;
}
.dwnld-resume-modal .modal-body h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 50px;
  line-height: 45px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.dwnld-resume-modal .modal-body h2 sup {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  top: -18px;
}
.dwnld-resume-modal .modal-body h2 sub {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #4D70EB;
  bottom: 2px;
}
.dwnld-resume-modal .modal-body p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.57);
  margin-bottom: 30px;
}
.dwnld-resume-modal .modal-body h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.give-rating {
  margin-bottom: 30px;
}
.give-rating a .fa-regular {
  color: #000;
  font-size: 30px;
}
.give-rating a .fa-regular.fa-solid{
  color: #4D70EB;
}

.dwnld-resume-modal .modal-body textarea.form-control {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #575757;
  margin-bottom: 30px;
}
.dwnld-resume-modal .modal-body h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}
.happy-user-face {
  margin-bottom: 30px;
}
.upld-drp-file {
  padding: 40px;
  border-radius: 5px;
  border: 2px dashed #D3D3D3;
  text-align: center;
}
.upld-drp-file h6{
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000B2;
  margin-bottom: 20px;
}
.upld-drp-file h6.caps-hdng {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.or-divider.upld-cv-or-divider {
  height: 120px;
}
.or-divider.upld-cv-or-divider h6 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.or-divider.upld-cv-or-divider::after {
  width: 60px;
}
.or-divider.upld-cv-or-divider::before {
  top: 60px;
}
.resume-frm-wrapper-sd {
  box-shadow: 0px 0px 38.697052001953125px 0px #AFAFAF40;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
}
.tdl-hdng {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.resume-frm-wrapper-sd table {
  margin-bottom: 0;
}
.resume-frm-wrapper-sd table thead th {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding: 15px;
  white-space: nowrap;
}
.resume-frm-wrapper-sd table thead {
  background-color: #F3F4FA;
}
.resume-frm-wrapper-sd table tbody td {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #00000091;
  border-bottom: 1px solid #C3C3C3;
  padding: 15px;
  white-space: nowrap;
}
.resume-frm-wrapper-sd table tbody td span{
  display: inline-block;
}
.resume-frm-wrapper-sd table tbody td span:last-child {
  margin-left: 20px;
}
.pln-dtls {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.pln-dtls .pln-sd {
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: space-between;
}
.pln-dtls .pln-sd h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}

.pln-dtls .pln-sd p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #00000091;
}
.pln-dtls .pln-sd .badge {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #75B26B;
  border-radius: 60px;
  padding: 5px 15px;
  text-transform: uppercase;
  width: 80px;
}
.pln-dtls .pln-sd h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 50px;
  line-height: 45px;
  font-weight: 400;
  color: #000;
}
.pln-dtls .pln-sd h2 sup {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  top: -18px;
}
.pln-dtls .pln-sd h2 sub {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #4D70EB;
  bottom: 2px;
}
.all-caps {
  text-transform: uppercase;
}

.rsm-smmry-dtls h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.rsm-smmry-dtls p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}
.rsm-smmry-dtls p strong {
  font-weight: 600;
}

.resume-frm-wrapper .formchecksdabarea .form-check-sdab {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.resume-frm-wrapper .formchecksdabarea:last-child .form-check-sdab {
  margin-bottom: 0;
}
.resume-frm-wrapper .formchecksdabarea .form-check-sdab .inputbox-sdab .form-control {
  margin-bottom: 0;
}
.resume-frm-wrapper .formchecksdabarea .form-check-sdab .inputbox-sdab {
  margin-bottom: 0;
  /* width: calc(100% - 70px); */
  width: 100%;
}
.resume-frm-wrapper .formchecksdabarea .form-check-sdab .inputbox-sdab textarea.form-control {
  height: 100px;
}
.resume-frm-wrapper .formchecksdabarea .form-check-sdab .delete-sdab {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
}
.resume-frm-wrapper .formchecksdabarea .form-check-sdab .delete-sdab:hover {
  background-color: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}
/* .resume-frm-wrapper .formchecksdabarea {
  position: relative;
} */
.resume-frm-wrapper .add-another-sdab-area {
  text-align: right;
}
/* .resume-frm-wrapper .formchecksdabarea .add-another-sdab {
  position: absolute; */
  /* right: -175px;
  bottom: 0;
  width: 160px;
  height: 50px; */
  /* right: 0;
  top: -90px; */
  /* width: 175px; */
  /* height: 50px; */
/* } */

.cmpny-slider-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.cmpny-slider-pic img {
  object-fit: contain;
}
.dwnld-resume-modal .star.medium, 
.dwnld-resume-modal .rating.medium .star.label-value, 
.dwnld-resume-modal .rating.medium .rating.star .star.label-value, 
.dwnld-resume-modal .rating.medium .rating.label-value .star, 
.dwnld-resume-modal .rating.medium .star {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
}
.dwnld-resume-modal .star-container {
  gap: 5px;
}
.resume-frm-wrapper-sdab .form-check-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 3px;
}
.resume-frm-wrapper-sdab .form-group {
  margin-bottom: 25px;
}
.err-mssg {
  margin-top: 10px;
}
.err-mssg-2 {
  margin-top: -15px;
  padding-bottom: 30px;
}

.err-mssg-3 {
  margin-top: -25px;
  padding-bottom: 30px;
}

.signup-frm-sd .form-check-label {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000CC;
  margin-bottom: 0;
  cursor: pointer;
}
.signup-frm-sd .form-check {
  display: block;
  min-height: auto;
  padding-left: 35px;
  margin-bottom: 20px;
}
.signup-frm-sd .form-check .form-check-input {
  float: left;
  margin-left: -35px;
  margin-top: 0;
  cursor: pointer;
}
.signup-frm-sd .form-check .form-check-input {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
}
.signup-frm-sd .form-check .form-check-input:checked[type=radio],
.signup-frm-sd .form-check .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.signup-frm-sd .form-check .form-check-input:focus {
  box-shadow: none;
}
.signup-frm-sd .form-check .form-check-input:checked[type=radio]::after,
.signup-frm-sd .form-check .form-check-input:checked[type=checkbox]::after {
  display: block;
  content: '';
  width: 7px;
  height: 13px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 3px;
}
.signup-frm-sd .form-check .form-check-input:checked[type=radio] + .form-check-label,
.signup-frm-sd .form-check .form-check-input:checked[type=checkbox] + .form-check-label {
  color: #000;
}
.border-right-none {
  border-right: 0 !important;
}
.border-left-none {
  border-left: 0 !important;
}
.border-right-side-none{
  border-radius: 5px 0 0 5px !important;
}
.border-left-side-none{
  border-radius: 0 5px 5px 0 !important;
}
.terms-banner {
  padding: 60px 0 90px;
}
.terms-sec {
  padding-bottom: 80px;
}
.terms-content {
  margin-bottom: 30px;
}
.terms-content p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #7A7C85;
}
.terms-content h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
.terms-banner h1 {
  margin-bottom: 10px;
}
.adddelete-education-btn-grp {
  width: 100%;
  gap: 10px;
  justify-content: end;
  margin-top: 30px;
}
.resume-frm-wrapper .btn-group {
  margin-top: 30px;
}
.add-work-history-wrapper .mat-mdc-text-field-wrapper {
  background: #fff !important;
}
.prfl-cntct {
  display: flex;
  justify-content: end;
}
.resume-name-tag.resume-name-tag-sd .prfl-cntct ul {
  padding: 0 0 15px;
}
h3.jb-ttl-sd{
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
  background-color: #1C3691;
  border: 1px solid #1C3691;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  width: max-content;
  margin-top: 15px;
}
.lht-16 {
  line-height: 16px;
}
.dashboard-hdng-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.dashboard-hdng-area .dashboard-body-title {
  margin-bottom: 0;
  width: calc(100% - 400px);
}
.dashboard-search-area {
  width: 400px;
}
.dashboard-search-area .inpt-with-btn {
  position: relative;
  width: 100%;
}
.dashboard-search-area .inpt-with-btn .form-control {
  padding-right: 100px;
  height: 57px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.dashboard-search-area .inpt-with-btn .resume-frm-wrapper-btn1 {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  padding: 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
}
.dashboard-search-area .inpt-with-btn .resume-frm-wrapper-btn1:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.resume-name-tag h2.resume-name-tag-name-sd {
  font-size: 40px;
  line-height: 45px;
}
.resume-name-tag h2.resume-name-tag-name-sd .vl-sd {
  width: 3px;
  height: 35px;
  background: #000;
  display: inline-block;
  margin: 0 10px -3px;
}
.resume-name-tag h2.resume-name-tag-name-sd .vl-sd-edit {
  top: -6px;
  display: inline-block; 
  position: relative; 
}
.resume-frm-wrapper .form-group .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 13px;
  padding-bottom: 12px;
}
.resume-frm-wrapper .form-group .mat-mdc-form-field-infix {
  min-height: 45px;
}

.resume-frm-wrapper .form-group .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  top: 28px;
}
.resume-frm-wrapper .form-group .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 25px;
}


.prfl-cntct.prfl-cntct-newsd {
  justify-content: unset;
}
.prfl-cntct.prfl-cntct-newsd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 10px;
}
.prfl-cntct.prfl-cntct-newsd ul li {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  width: 50%;
}
.prfl-cntct.prfl-cntct-newsd ul li .form-control {
  margin: 0;
  width: calc(100% - 35px);
}
.prfl-cntct.prfl-cntct-newsd ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0077b5;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}
.prfl-name-newsd .form-control {
  margin: 0;
}
.prfl-linkedin-newsd {
  padding: 0 0 0 10px;
}
.prfl-linkedin-newsd .form-control {
  margin: 0;
  /* width: calc(100% - 100px); */
  width: calc(100% - 40px);
}
.prfl-linkedin-newsd .linkedin-link {
  display: block;
  margin: 0;
  position: relative;
}
.prfl-linkedin-newsd .link-item {
  display: flex;
  align-items: center;
  /* width: calc(100% - 90px); */
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
.prfl-linkedin-newsd .delete-sdab {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
}
.prfl-linkedin-newsd .linkedin-link .delete-sdab i,
.prfl-linkedin-newsd .linkedin-link .add-another-newsdab i {
  width: auto;
  height: auto;
  line-height: normal;
  background-color: transparent;
  text-align: center;
  font-size: unset;
  color: #fff;
  border-radius: 0;
}
.prfl-linkedin-newsd .resume-frm-wrapper-btn1.add-another-newsdab {
  background-color: #4D70EB;
  border: 1px solid #4D70EB;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  width: 80px;
  height: 50px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.rsm-newsd-rght .form-control {
  margin-bottom: 0;
}
.rsm-newsd-rght .form-control.sd-mb-4 {
  margin-bottom: 20px;
}
.rsm-newsd-rght textarea.form-control {
  height: 92px;
  overflow-y: auto;
  line-height: 20px;
}
.rsm-sd-rght.rsm-newsd-rght ul {
  margin-bottom: 25px;
  margin-top: 0;
}
.rsm-sd-rght.rsm-newsd-rght ul li {
  padding-bottom: 0;
  padding-top: 20px;
}
.rsm-sd-rght.rsm-newsd-rght ul li:first-child {
  padding-top: 0;
}
.badge-newsd {
  display: flex;
  align-items: center;
  width: 49%;
  gap: 5px;
}
.badge-newsd .form-control {
  margin: 0;
}
.badge-newsd .delete-sdab {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}
.skill-badge-area.skill-newsdbadge-area {
  gap: 15px 0;
  justify-content: space-between;
}
.add-another-newsdab2 {
  margin-top: 25px;
  padding: 15px 20px;
}
.rsm-sd-lft.rsm-newsd-lft .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 15px;
  padding-bottom: 12px;
  min-height: 45px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.resume-dtls-hdng.resume-dtls-hdng-newsd::before {
  width: 100%;
}
.summary-dtls-newsd {
  margin-bottom: 40px;
}
.summary-dtls-newsd textarea {
  height: 250px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.customflex-wrap{
  flex-wrap: wrap;
}

.addrss-dtls-rght-full{
  width: 100%;
  padding-left: 35px;
  margin-top: 10px;
}

/**	---------------- ==============	 Responsive style start	 ==============	---------------- **/
/***----------------------------------------------------------------------------------------***/

@media (min-width: 1600px){
  .container {
    max-width: 1440px;
  }
  .resume-sample-area .resume-sample .resume-sample-bx {
    width: 19%;
  }
}
/* end min-width 1600px */

@media (min-width: 1920.98px) {
  .login-rght {
    width: 45%;
  }
  .login-lft .logo {
    width: 55%;
  }
  .resume-sample-area .resume-sample .resume-sample-bx {
    width: 16%;
  }
}
/* end min-width 1920px */

@media (max-width: 1620.98px) {
}
/* end max-width 1600px */

@media (max-width: 1400.98px) {
  .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .owl-carousel2 .single .itembox h3 {
    font-size: 22px;
  }
  .owl-carousel2 .single .itembox h3 span {
    font-size: 16px;
  }
  .stack-content h3 {
    font-size: 32px;
    line-height: 45px;
  }
  .stack-content ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .multi-color-heading h2 {
    font-size: 44px;
  }
  section.blog-area .owl-carousel3 .itembox .blog-body h3 {
    font-size: 28px;
  }
  .accordion .accordion-header button.accordion-button {
    font-size: 20px;
  }
  section.faq-area .black-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .app-conteent h3 {
    font-size: 62px;
  }
  .abt-bnr-rght {
    top: -60px;
  }
}
/* end max-width 1400px */

@media (max-width: 1299.98px) {
  .resume-dtls-hdng-edit {
    width: 30px;
    height: 30px;
  }
  .lht-16 {
    line-height: 13px;
  }
  .resume-name-tag h2 {
    font-size: 55px;
    line-height: 50px;
  }
  .badge-newsd {
    width: 100%;
    gap: 10px;
  }
}
/* end max-width 1299px */

@media (max-width: 1199.98px) {
  .top-menu .navbar-nav .nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .hdr-btns .common-button, .hdr-btns .common-blue-button {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 18px;
  }
  #btn-back-to-top {
    right: 5px;
  }
  .home-bnr h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .resume-middle-tp h3 {
    font-size: 35px;
    line-height: 38px;
  }
  .section-hding {
    font-size: 44px;
    line-height: 54px;
  }
  .hired-section-rght h3 {
    font-size: 34px;
    line-height: 44px;
  }
  .resume-service-lft h4 {
    font-size: 34px;
    line-height: 44px;
  }
  .resume-service-lft h4 span {
    font-size: 44px;
    line-height: 54px;
  }
  .common-button-2 span {
    font-size: 26px;
    line-height: 26px;
  }
  .common-blue-button-big {
    padding: 18px 35px;
    font-size: 18px;
    line-height: 20px;
  }
  .common-button-2-small {
    padding: 18px 35px;
  }
  .common-button-2-small span {
    font-size: 18px;
    line-height: 20px;
  }
  .features-bnr-cnt h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .abt-bnr-cnt h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .cntct-bnr-cnt h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .srch-result-cnt ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .features-badge {
    font-size: 18px;
    line-height: 21px;
  }  
  .three-in-one-section-rght {
    padding-left: 50px;
  }
  .three-in-one-section-lft {
    padding-right: 50px;
  }
  .three-in-one-section-rght h2, .three-in-one-section-lft h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .accelerate-bx h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .per-rec-section .slider-vertical-item {
    padding-left: 50px;
  }
  .slider-vertical-item-left h4 {
    font-size: 33px;
    line-height: 40px;
  }
  .slider-vertical-item-left p {
    font-size: 17px;
    line-height: 25px;
  }
  .xa-bx h5 {
    font-size: 17px;
  }
  .slider-vertical-item-rght .resume-middle {
    width: 60%;
  }
  .file-upld-bx {
    width: 55%;
  }
  .xa-bx {
    width: 50%;
  }
  .faq-bx-lft h3 {
    font-size: 33px;
    line-height: 40px;
  }
  .per-rec-section .slider-vertical .slick-dots button {
    font-size: 16px;
    line-height: 20px;
  }
  .abt-bnr-rght-cnt .resume-middle-tp h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .abt-bnr-rght-cnt .resume-middle-tp {
    margin-bottom: 0;
    padding-bottom: 65px;
  }
  .abt-bnr-rght-cnt::before, .abt-bnr-rght-cnt::after {
    height: 140px;
  }
  .abt-bnr-rght-cnt-btm {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .abt-bnr-rght-cnt-btm-rght ul li {
    padding-bottom: 10px;
  }
  .camdev-rght .sdp-rght ul li {
    padding-left: 80px;
  }
  .camdev-rght .sdp-rght ul li::before {
    left: 50px;
  }
  .team-section ul li .team-img {
    width: 170px;
    height: 170px;
  }
  .team-section ul li .team-img::before {
    width: 170px;
    height: 170px;
  }
  .team-cnt h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .team-cnt h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .cntct-bnr {
    padding: 80px 0 130px;
  }
  .cntct-bnr-btm h3 {
    font-size: 33px;
    line-height: 43px;
  }
  .cntct-bnr-btm-bx p {
    font-size: 17px;
    line-height: 27px;
  }
  .addrss-dtls-lft h6 {
    font-size: 18px;
    line-height: 20px;
  }
  .addrss-dtls-rght p, .addrss-dtls-rght a {
    font-size: 16px;
    line-height: 20px;
  }
  .addrss-dtls-lft img {
    width: 20px;
  }
  .login-lft .resume-middle {
    padding: 15px 15px 8px;
  }
  .scl-btn {
    font-size: 16px;
  }
  .scl-btn img {
    width: 20px;
  }
  .login-lft .logo img {
    width: 150px;
  }
  .login-bx h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .or-divider {
    height: 60px;
  }
  .or-divider::before {
    top: 30px;
  }
  .login-bx .inpt-fld .form-control {
    font-size: 12px;
    line-height: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
  }
  .frgt-psswrd a {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
  }
  .login-bx .donot-have {
    font-size: 12px;
    line-height: 16px;
    margin: 25px 0 0;
  }
  .custom-blue-button {
    padding: 14px 20px;
    font-size: 12px;
    line-height: 12px;
  }
  .login-bx .donot-have a {
    font-size: 12px;
    line-height: 16px;
  }
  .resume-sample-area .resume-sample .resume-sample-bx {
    width: 32%;
  }
  .dashboard-menu ul {
    margin-bottom: 40px;
  }
  .dashboard-logo img {
    width: 170px;
  }
  .dashboard-menu ul li a, .logout-area a {
    font-size: 14px;
    line-height: 14px;
  }
  .dashboard-menu .bg-fill-btn, .dashboard-menu .border-fill-btn {
    font-size: 14px;
    line-height: 16px;
  }
  .dashboard-sidebar {
    width: 220px;
  }
  .dashboard-content {
    width: calc(100% - 220px);
  }
  .logout-area a img {
    margin-right: 5px;
    width: 18px;
  }
  .dashboard-footer .ftr-scl-media ul li a {
    width: 33px;
    height: 33px;
    line-height: 32px;
    margin: 0 0 0 7px;
    font-size: 16px;
  }
  .dashboard-footer {
    padding: 10px 15px;
  }
  .logout-area {
    padding: 18px 15px;
  }
  .dashboard-menu {
    padding: 40px 15px;
  }
  .dashboard-header .dropdown button {
    font-size: 14px;
    line-height: 14px;
  }
  .dashboard-header .dropdown button .spn-1 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
  }
  .resume-frm-wrapper-hdr-hdng h4 {
    font-size: 22px;
    line-height: 23px;
  }
  .resume-frm-wrapper-hdr-hdng h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .resume-frm-wrapper-disclaimer h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .resume-frm-wrapper-disclaimer-red {
    width: 70%;
  }
  .resume-frm-wrapper-disclaimer-red p {
    font-size: 15px;
    line-height: 22px;
  }
  .resume-frm-wrapper-disclaimer-red span img {
    max-width: 65%;
  }
  .jd-dtls {
    font-size: 16px;
    line-height: 26px;
  }
  .resume-name-tag h2 {
    font-size: 50px;
    line-height: 45px;
  }
  .linkedin-link i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .linkedin-link a {
    width: calc(100% - 24px);
    font-size: 14px;
    line-height: 18px;
  }
  .resume-name-tag ul li a {
    font-size: 14px;
    line-height: 16px;
  }
  .resume-name-tag ul li i {
    font-size: 12px;
    line-height: 16px;
  }
  .resume-name-tag ul li {
    padding-right: 15px;
  }
  .resume-dtls-hdng h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .summary-dtls h6 {
    font-size: 15px;
    line-height: 25px;
  }
  .rsm-sd-lft h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .rsm-sd-rght h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .rsm-sd-lft h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .rsm-sd-rght h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .rsm-sd-rght .form-check-label {
    font-size: 14px;
    line-height: 22px;
  }
  .rsm-sd-rght .form-check .form-check-input {
    width: 22px;
    height: 22px;
  }
  .rsm-sd-rght .form-check .form-check-input:checked[type=checkbox]::after {
    width: 6px;
    height: 11px;
    left: 7px;
  }
  .resume-dtls-area {
    padding: 20px;
  }
  .rsm-sd-rght ul li span {
    font-size: 19px;
    line-height: 33px;
    width: 33px;
    height: 33px;
  }
  .rsm-sd-rght ul li p {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 33px);
  }
  .skill-badge-area .badge {
    font-size: 14px;
    line-height: 14px;
  }
  .skills-subhdng {
    font-size: 14px;
  }
  /* .dwnld-resume-hdr {
    flex-wrap: wrap;
  } */
  /* .dwnld-resume-hdr .resume-frm-wrapper-hdr-hdng {
    width: 100%;
  }
  .dwnld-resume-hdr .dwnld-resume-btn-area {
    width: 100%;
    justify-content: start;
  } */
  .rsm-smmry-dtls p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .rsm-smmry-dtls h6 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .dashboard-body-title {
    font-size: 26px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd {
    font-size: 35px;
    line-height: 40px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd .vl-sd {
    width: 3px;
    height: 30px;
  }
  .prfl-cntct.prfl-cntct-newsd ul li {
    width: 100%;
  }
  .prfl-linkedin-newsd .linkedin-link i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
/* end max-width 1199px */

@media (max-width: 991.98px) {
  .navbar-area .mobile-nav {
    display: block;
    position: relative;
    z-index: 9;
  }
  .navbar-area .mobile-nav .mbile-hdr {
    height: 50px;
    background: #fff;
  }
  .navbar-area .main-nav {
    display: none !important;
  }
  .navbar-nav .nav-item {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .navbar-area .mobile-nav .logo {
    text-decoration: none;
    width: 150px;
  }

  .navbar-area .mean-container .mean-bar {
    background-color: transparent;
    padding: 0;
  }
  .navbar-area.sticky .mean-container .mean-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .navbar-area .mean-container a.meanmenu-reveal {
    padding: 13px 15px 0 0;
  }
  .navbar-area .mean-container a.meanmenu-reveal span {
    position: relative;
    top: 0;
    margin-top: 4px;
  }
  .navbar-area .mobile-nav nav .navbar-nav {
    height: auto;
    overflow: auto;
  }
  .navbar-area .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .navbar-area .other-option {
    display: none;
  }
  .hdr-btns {
    position: absolute;
    top: 10px;
    right: 70px;
  }
  .mobile-nav.mean-container .common-button, .mobile-nav.mean-container .common-blue-button {
    padding: 7px 15px;
    font-size: 12px;
    margin-right: 5px !important;
    line-height: 14px;
  }
  .home-bnr {
    padding: 70px 0 90px;
  }
  .home-bnr h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .home-bnr p {
    font-size: 18px;
    line-height: 22px;
  }
  .common-button-2 {
    padding: 20px 30px;
  }
  .common-button-2 span {
    font-size: 22px;
    line-height: 22px;
  }
  .common-blue-button-big {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 18px;
  }
  .common-button-2-small {
    padding: 16px 30px;
  }
  .common-button-2-small span {
    font-size: 16px;
    line-height: 18px;
  }
  .list-compare-section .common-button-2-small {
    margin-right: 20px !important;
  }
  .common-button-2-small::before {
    height: 60px;
  }
  .resume-service-bx-area {
    padding-left: 0;
    padding-top: 20px;
  }
  .section-hding {
    font-size: 35px;
    line-height: 45px;
  }
  .resume-service-section p {
    font-size: 16px;
    line-height: 22px;
  }
  .list-compare-section p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  .reviews-section p {
    font-size: 16px;
    line-height: 22px;
  }
  .ftr-up {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 50px;
  }
  .ftr-up .ftr-menu {
    width: 100%;
  }
  .ftr-up .ftr-menu ul {
    text-align: center;
    margin: 15px 0 25px;
  }
  .review-bx-cnt {
    text-align: center;
  }
  .review-bx-cnt p {
    text-align: center;
  }
  .reviews-section {
    padding: 40px 0 30px;
  }
  .resume-service-section {
    padding: 40px 0 30px;
  }
  .resume-service-bx {
    text-align: center;
  }
  .resume-service-bx p {
    text-align: center;
  }
  .resume-service-lft h4 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  .resume-service-lft h4 span {
    font-size: 38px;
    line-height: 48px;
  }
  .list-compare-section {
    padding: 40px 0 55px;
  }
  .list-compare-section .section-hding {
    margin-bottom: 15px;
    text-align: center;
  }
  .list-compare-section table th {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .list-compare-section table td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .list-compare-section table td.compare-yes i, .list-compare-section table td.compare-no i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 12px;
  }
  .list-compare-section .mt-5 {
    margin-top: 2rem !important;
  }
  .hired-section-rght {
    padding: 0 50px;
  }
  .hired-section-rght h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .hired-section-rght p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .slider-vertical .sngl-slide {
    padding: 40px 90px 40px 40px;
  }
  .slider-vertical .slick-dots {
    right: 0;
  }
  .hired-section .section-hding {
    margin-bottom: 0;
  }
  .hired-section {
    padding: 40px 0 50px;
  }
  .resume-middle-tp h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .resume-section-cnt {
    padding: 50px 0;
  }
  .resume-rght {
    padding-left: 0;
    padding-top: 40px;
  }
  .resume-cnt {
    margin-bottom: 40px;
  }
  .resume-cnt .resume-txt h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .resume-section-cnt .mt-5 {
    margin-top: 0.5rem !important;
  }
  .cmpny-slider-area {
    padding-bottom: 40px;
  }
  .cmpny-slider-area h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .resume-lft {
    padding-right: 0;
  }
  .features-bnr {
    padding: 80px 0 230px;
  }
  .features-bnr-cnt h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 30px;
  }
  .form-control, input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="search"], select {
    font-size: 16px;
    padding: 13px 15px;
  }
  .srch-result-cnt ul li {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .common-srch-blue-button, .common-srch-border-button {
    font-size: 14px;
    line-height: 16px;
  }
  .common-srch-blue-button i, .common-srch-border-button i {
    font-size: 12px;
  }
  .features-bnr-btm-cnt h6 {
    font-size: 13px;
    line-height: 15px;
  }
  .features-feature-area {
    padding: 40px 0;
  }
  .features-feature-area p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .features-feature-area .section-hding {
    margin-bottom: 10px;
  }
  .features-badge {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 15px;
  }
  .three-in-one-section-3 {
    padding-bottom: 50px;
  }
  .three-in-one-section {
    padding: 40px 0 0;
  }
  .three-in-one-section-rght {
    padding-left: 0;
  }
  .responsive-order-2 {
    order: 2;
  }
  .three-in-one-section-1 {
    padding-bottom: 50px;
  }
  .three-in-one-section-2 {
    padding-bottom: 50px;
  }
  .three-in-one-section-lft {
    padding-right: 0;
  }
  .roles-bx-area {
    margin-bottom: 70px;
  }
  .roles-big-bx {
    margin-bottom: 30px;
  }
  .three-in-one-section-rght h2, .three-in-one-section-lft h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .three-in-one-section-rght p, .three-in-one-section-lft p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .accelerate-area {
    padding: 40px 0 25px;
  }
  .accelerate-bx-2nd-child {
    margin-top: 0;
  }
  .accelerate-area .section-hding {
    margin-bottom: 35px;
  }
  .accelerate-bx h4 {
    font-size: 25px;
    line-height: 27px;
  }
  .accelerate-bx p {
    font-size: 16px;
    line-height: 25px;
  }
  .slider-vertical-item-left h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .slider-vertical-item-left p {
    font-size: 16px;
    line-height: 22px;
  }
  .per-rec-section {
    padding: 40px 0;
  }
  .sdp-area {
    padding: 40px 0;
  }
  .sdp-lft {
    padding-right: 30px;
  }
  .sdp-rght {
    padding-left: 30px;
  }
  .sdp-lft ul li h5, .sdp-rght ul li h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .sdp-lft ul li p, .sdp-rght ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  .sdp-lft ul li, .sdp-rght ul li {
    padding-left: 25px;
    margin-bottom: 30px;
  }
  .sdp-lft ul li::before, .sdp-rght ul li::before {
    top: 2px;
  }
  .sdp-area .section-hding {
    margin-bottom: 40px;
  }
  .faq-bx-rght {
    padding-left: 0;
  }
  .faq-bx {
    padding: 30px;
  }
  .faq-bx-lft {
    padding-right: 0;
    text-align: center;
  }
  .faq-bx-lft h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 3px;
  }
  .faq-bx-lft p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .faq-bx-rght .accordion .accordion-header button.accordion-button {
    font-size: 18px;
    line-height: 18px;
    padding: 1rem 0;
  }
  .faq-bx-rght .accordion .accordion-body {
    padding: 0.7rem 0;
    font-size: 14px;
    line-height: 20px;
  }
  .faq-section {
    margin-bottom: 50px;
  }
  .abt-bnr-rght {
    position: static;
    margin-top: 40px;
  }
  .abt-bnr-cnt {
    text-align: center;
  }
  .abt-bnr-cnt h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 30px;
  }
  .cntct-bnr-cnt h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 30px;
  }
  .abt-bnr-rght-cnt::before, .abt-bnr-rght-cnt::after {
    display: none;
  }
  .abt-bnr-rght-cnt .resume-middle-tp {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .abt-bnr {
    padding: 80px 0;
  }
  .solving-resume {
    padding: 40px 0;
  }
  .camdev-sec .section-hding {
    text-align: center;
    margin-bottom: 30px;
  }
  .camdev-rght {
    padding-left: 0;
  }
  .camdev-rght .sdp-rght {
    border-left: 0;
  }
  .camdev-rght .sdp-rght ul li {
    padding-left: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .camdev-rght .sdp-rght ul li::before {
    left: 0;
  }
  .camdev-sec {
    padding-bottom: 40px;
  }
  .team-section {
    padding: 40px 0;
  }
  .solving-resume .section-hding {
    margin-bottom: 10px;
  }
  .solving-resume p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .team-section .section-hding {
    margin-bottom: 10px;
  }
  .team-section p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .team-section ul li {
    width: 50%;
    padding: 2% 0;
  }
  .team-section ul li .team-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }
  .team-section ul li .team-img::before {
    width: 150px;
    height: 150px;
    right: -7px;
    top: -7px;
  }
  .team-section ul li:nth-child(even) .team-img::before {
    left: -7px;
    bottom: -7px;
  }
  .team-cnt h5 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .team-cnt h6 {
    font-size: 15px;
  }
  .cntct-bnr {
    padding: 80px 0 110px;
  }
  .cntct-bnr-cnt p {
    font-size: 16px;
    line-height: 26px;
  }
  .cntct-bnr-cnt .common-button-2 span img {
    width: 18px;
  }
  .cntct-bnr-btm {
    padding: 40px;
  }
  .cntct-bnr-btm-bx h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .cntct-bnr-btm-bx p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .addrss-dtls {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mp-area {
    margin-top: 30px;
  }
  .addrss-dtls-lft h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .addrss-dtls-rght p, .addrss-dtls-rght a {
    font-size: 14px;
    line-height: 18px;
  }
  .addrss-section {
    margin-bottom: 40px;
  }
  .cntct-bnr-btm h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .login-rght {
    display: none;
  }
  .login-bx {
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .login-lft {
    height: auto;
    padding: 60px;
  }
  .or-divider {
    height: 80px;
  }
  .or-divider::before {
    top: 40px;
  }
  .login-bx h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .login-lft .logo {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
  }
  .login-lft .logo img {
    width: 130px;
  }
  .dashboard-sidebar {
    display: none;
  }
  #dashboard-menu {
    display: block;
  }
  .dashboard-content {
    width: calc(100%);
  }
  .dashboard-main.open .dashboard-sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
  }
  .dashboard-main.open #dashboard-menu {
    padding-left: 220px;
  }
  .dashboard-header i.ham-menu {
    font-size: 25px;
  }
  .dashboard-header i.close-menu {
    font-size: 25px;
    display: none;
  }
  .dashboard-main.open #dashboard-menu i.close-menu {
    display: block;
  }
  .dashboard-main.open #dashboard-menu i.ham-menu {
    display: none;
  }
  .dashboard-header {
    justify-content: space-between;
  }
  .mnu-lgo {
    display: flex;
    align-items: center;
  }
  .mnu-lgo .dashboard-logo-responsive {
    display: block;
    margin-left: 25px;
  }
  .mnu-lgo .dashboard-logo-responsive img {
    width: 150px;
  }
  .dashboard-main.open .mnu-lgo .dashboard-logo-responsive {
    display: none;
  }
  .dashboard-logo img {
    width: 150px;
  }
  .dashboard-body-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .resume-sample-area .resume-sample .resume-sample-bx {
    width: 48%;
  }
  .dashboard-footer .ftr-scl-media ul li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 0 0 5px;
    font-size: 15px;
  }
  .resume-frm-wrapper-btn1 {
    padding: 12px 25px;
    font-size: 12px;
    line-height: 12px;
  }
  .resume-frm-wrapper-btn2, .resume-frm-wrapper-btn3 {
    padding: 14px 30px;
    font-size: 12px;
    line-height: 12px;
  }
  .resume-frm-wrapper-btn4 {
    font-size: 12px;
    line-height: 12px;
  }
  .resume-frm-wrapper .form-label {
    font-size: 14px;
    line-height: 18px;
  }
  .resume-frm-wrapper .form-control {
    font-size: 12px;
    line-height: 16px;
  }
  .resume-frm-wrapper .inpt-with-btn .form-control {
    padding-right: 90px;
    height: 44px;
  }
  .resume-frm-wrapper-hdr-hdng h4 {
    font-size: 20px;
    line-height: 21px;
  }
  .resume-frm-wrapper-hdr-hdng h5 {
    font-size: 16px;
    line-height: 16px;
  }
  .second-type-label {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .resume-frm-wrapper .form-check-label {
    font-size: 14px;
    line-height: 20px;
  }
  .resume-frm-wrapper .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .resume-frm-wrapper .form-check .form-check-input:checked[type=radio]::after,
  .resume-frm-wrapper .form-check .form-check-input:checked[type=checkbox]::after {
    width: 5px;
    height: 10px;
    left: 7px;
    top: 3px;
  }
  .resume-frm-wrapper-hdr {
    padding: 30px 25px 40px;
  }
  .resume-frm-wrapper .form-check {
    margin-bottom: 10px;
  }
  .signup-frm-sd .form-check {
    margin-bottom: 10px;
  }
  .or-sd-area h6 {
    font-size: 18px;
  }
  .resume-frm-wrapper-disclaimer-red {
    width: 100%;
  }
  .resume-frm-wrapper-disclaimer h6 {
    font-size: 15px;
    line-height: 25px;
  }
  .jd-dtls {
    font-size: 15px;
    line-height: 24px;
  }
  .hdng-sd-sd {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .hdng-sd-sd span {
    font-size: 22px;
    line-height: 22px;
  }
  .resume-frm-wrapper .form-check.graduated-yet {
    padding-left: 25px;
  }
  .resume-frm-wrapper .form-check.graduated-yet .form-check-input {
    width: 18px;
    height: 18px;
    margin-left: -25px;
  }
  .resume-frm-wrapper .form-check.graduated-yet .form-check-label {
    line-height: 18px;
  }  
  .remove-work-history {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .remove-work-history i {
    font-size: 14px;
    line-height: 31px;
  }
  .remove-rpl {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: -15px;
  }
  .remove-rpl i {
    font-size: 16px;
    line-height: 30px;
  }
  .resume-name-tag h2 {
    font-size: 40px;
    line-height: 35px;
  }
  .resume-name-tag h2 br {
    display: none;
  }
  .resume-name-tag ul {
    padding: 20px 0 15px 5px;
  }
  .resume-dtls-hdng h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .resume-dtls-hdng-edit {
    width: 28px;
    height: 28px;
  }
  .summary-dtls h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .rsm-sd-rght {
    padding-left: 30px;
    padding-bottom: 40px;
  }
  
  .skill-badge-area {
    margin-bottom: 15px;
  }
  .dwnld-resume-btn {
    padding: 15px ;
  }
  .dwnld-resume-modal .modal-body {
    padding: 2.5rem 1.5rem;
  }
  .dwnld-resume-modal .modal-body h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .h3-bottom {
    margin: -10px auto 25px;
  }
  .dwnld-resume-modal .modal-body h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .pln-dtls .pln-sd h2 {
    font-size: 40px;
    line-height: 35px;
  }
  .dwnld-resume-modal .modal-body h2 sup, .pln-dtls .pln-sd h2 sup {
    font-size: 16px;
    line-height: 16px;
    top: -14px;
  }
  .dwnld-resume-modal .modal-body h2 sub, .pln-dtls .pln-sd h2 sub {
    font-size: 14px;
    line-height: 14px;
  }
  .dwnld-resume-modal .modal-body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .dwnld-resume-modal .modal-body h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .dwnld-resume-modal .btn-close {
    width: 35px;
    height: 35px;
  }
  .give-rating a .fa-regular, .give-rating a .fa-solid {
    font-size: 24px;
  }
  .give-rating {
    margin-bottom: 20px;
  }
  .dwnld-resume-modal .modal-body h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .dwnld-resume-modal .modal-body textarea.form-control {
    height: 120px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .happy-user-face {
    margin-bottom: 20px;
  }
  .happy-user-face img {
    width: 70px;
  }
  .or-divider.upld-cv-or-divider h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .or-divider.upld-cv-or-divider {
    height: 100px;
  }
  .or-divider.upld-cv-or-divider::before {
    top: 50px;
  }
  .upld-drp-file h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .upld-drp-file {
    padding: 30px;
  }
  .resume-frm-wrapper-sd table tbody td {
    font-size: 14px;
    line-height: 18px;
    padding: 13px;
  }
  .resume-frm-wrapper-sd table thead th {
    font-size: 18px;
    line-height: 18px;
    padding: 13px;
  }
  .tdl-hdng {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .pln-dtls .pln-sd h5 {
    font-size: 18px;
    line-height: 18px;
  }
  .pln-dtls .pln-sd .badge {
    font-size: 12px;
    line-height: 12px;
    width: 70px;
  }
  .resume-frm-wrapper-sd {
    padding: 25px 15px;
  }
  .rsm-smmry-dtls p {
    font-size: 16px;
    line-height: 25px
  }
  .rsm-smmry-dtls h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .resume-frm-wrapper .formchecksdabarea .add-another-sdab {
    top: -60px;
  }
  .resume-frm-wrapper .formchecksdabarea .form-check-sdab .delete-sdab {
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .mobile-nav .hdr-btns-sd {
    display: flex;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 20px;
    z-index: 999;
  }
  .mobile-nav .hdr-btns-sd .common-blue-button {
    margin-right: 30px !important;
  }
  .mobile-nav .hdr-btns-sd .menu-close-open .menu-icon-sd {
    color: #000;
    font-size: 22px;
  }
  .mobile-nav .hdr-btns-sd .menu-close-open .close-icon-sd {
    color: #000;
    font-size: 22px;
    display: none;
  }
  .mobile-nav .hdr-btns-sd .menu-close-open.open .close-icon-sd {
    display: block;
  }
  .mobile-nav .hdr-btns-sd .menu-close-open.open .menu-icon-sd {
    display: none;
  }
  .mobile-nav .hdr-btns-sd .common-button, .mobile-nav .hdr-btns-sd .common-blue-button {
    padding: 7px 15px;
    font-size: 12px;
    line-height: 14px;
  }
  .mobile-nav .navbar-nav {
    height: auto;
    overflow: auto;
    padding: 0;
    margin: 0;
    top: 50px;
    position: absolute;
    background: #fff;
    width: 100%;
    border: none;
    list-style-type: none;
    display: none;
  }
  .mobile-nav .navbar-nav.navbar-nav-open {
    display: block;
  }
  .mobile-nav .navbar-nav .nav-link {
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #677294;
    border-bottom: 1px solid #dbeefd;
    text-decoration: none;
    font-size: 16px;
    background: #000;
    color: #fff;
  }
  .mobile-nav .navbar-nav .nav-link.active {
    color: #4d70eb;
  }
  .mobile-nav .logo {
    line-height: 1;
  }
  .dwnld-resume-modal .star.medium, 
  .dwnld-resume-modal .rating.medium .star.label-value, 
  .dwnld-resume-modal .rating.medium .rating.star .star.label-value, 
  .dwnld-resume-modal .rating.medium .rating.label-value .star, 
  .dwnld-resume-modal .rating.medium .star {
    width: 35px !important;
    height: 35px !important;
  }
  .resume-frm-wrapper-sdab .form-group {
    margin-bottom: 20px;
  }
  .signup-frm-sd .form-check-label {
    font-size: 14px;
    line-height: 20px;
  }
  .signup-frm-sd .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .signup-frm-sd .form-check .form-check-input:checked[type=radio]::after,
  .signup-frm-sd .form-check .form-check-input:checked[type=checkbox]::after {
    width: 5px;
    height: 10px;
    left: 7px;
    top: 3px;
  }
  .login-bx.signup-bx {
    max-height: 100%;
    overflow-y: visible;
  }
  .terms-content h3 {
    font-size: 25px;
  }
  .terms-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .terms-sec {
    padding-bottom: 50px;
  }
  .terms-banner {
    padding: 50px 0 70px;
  }
  .add-work-history-wrapper h5.mb-3 {
    font-size: 18px;
  }
  .prfl-cntct {
    justify-content: start;
    padding-top: 10px;
  }
  h3.jb-ttl-sd {
    font-size: 16px;
    padding: 12px 25px;
  }
  .dashboard-search-area .inpt-with-btn .form-control {
    padding-right: 90px;
    height: 55px;
    font-size: 15px;
    line-height: 18px;
  }
  .dashboard-search-area .inpt-with-btn .resume-frm-wrapper-btn1 {
    font-size: 16px;
    width: 75px;
  }
  .dashboard-search-area {
    width: 350px;
  }
  .dashboard-hdng-area .dashboard-body-title {
    width: calc(100% - 350px);
  }
  .resume-name-tag h2.resume-name-tag-name-sd {
    font-size: 30px;
    line-height: 35px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd .vl-sd {
    width: 2.5px;
    height: 25px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd .vl-sd-edit {
    top: -4px;
  }
  .resume-frm-wrapper .form-group .mdc-text-field__input {
    font-size: 12px;
    line-height: 16px;
  }
  .resume-frm-wrapper .form-group .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
    top: 22px;
  }
  .resume-frm-wrapper .form-group .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .resume-frm-wrapper .form-group .mat-mdc-form-field-infix {
    min-height: 40px;
  }
  .prfl-cntct.prfl-cntct-newsd ul li {
    width: 48%;
    padding: 0;
  }
  .resume-name-tag.resume-name-tag-sd .prfl-cntct ul {
    justify-content: space-between;
  }
  .rsm-newsd-rght textarea.form-control {
    height: 78px;
  }
  .rsm-sd-lft.rsm-newsd-lft .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 16px;
    padding-bottom: 10px;
    min-height: 45px;
    font-size: 12px;
    line-height: 16px;
  }
  .prfl-linkedin-newsd {
    padding: 0;
  }
  .add-another-newsdab2 {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .badge-newsd .delete-sdab {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
  .badge-newsd {
    width: 49%;
  }
}
/* end max-width 991px */

@media (max-width: 767.98px) {
  #btn-back-to-top {bottom: 10px;right: 10px;font-size: 14px;width: 35px;height: 35px;line-height: 35px;}
  .navbar-area .mobile-nav .logo {
    width: 120px;
    top: 10px;
  }
  .home-bnr {
    padding: 50px 0 60px;
  }
  .home-bnr h1 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .home-bnr p {
    font-size: 14px;
    line-height: 20px;
  }
  .common-button-2 {
    padding: 16px 25px;
  }
  .common-button-2 span {
    font-size: 18px;
    line-height: 20px;
  }
  .common-button-2::before {
    height: 60px;
  }
  .cmpny-slider-area h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .cmpny-slider-area {
    padding-bottom: 30px;
  }
  .resume-cnt {
    margin-bottom: 25px;
  }
  .resume-section-cnt {
    padding: 30px 0;
  }
  .resume-cnt .resume-txt h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .resume-cnt .resume-txt p {
    font-size: 12px;
    line-height: 18px;
  }
  .ftr-down {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
  .ftr-scl-media {
    margin-top: 15px;
  }
  .resume-rght {
    padding-left: 0;
    padding-top: 30px;
  }
  .common-button-2-small {
    padding: 14px 25px;
  }
  .common-button-2-small span {
    font-size: 14px;
    line-height: 16px;
  }
  .common-blue-button-big {
    padding: 14px 25px;
    font-size: 14px;
    line-height: 16px;
  }
  .list-compare-section .common-button-2-small {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .section-hding {
    font-size: 28px;
    line-height: 36px;
  }
  .hired-section {
    padding: 30px 0 40px;
  }
  .list-compare-section p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .list-compare-section .section-hding {
    margin-bottom: 10px;
  }
  .resume-service-section .section-hding {
    margin-bottom: 5px;
  }
  .resume-service-section p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .list-compare-section {
    padding: 30px 0;
  }
  .list-compare-section table td {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .list-compare-section table th {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .list-compare-section table td.compare-yes i, .list-compare-section table td.compare-no i {
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 3px;
    font-size: 8px;
  }
  .list-compare-section .mt-5 {
    margin-top: 1rem !important;
  }
  .resume-service-section {
    padding: 30px 0 15px;
  }
  .slider-vertical .sngl-slide {
    padding: 15px;
  }
  .resume-middle {
    box-shadow: 0px 0px 15px 0px #AFAFAF40;
  }
  .slider-vertical .slick-dots {
    justify-content: center;
    flex-direction: row;
    padding: 15px 0 30px;
    position: static;
  }
  .slider-vertical .slick-dots li {
    margin: 0 10px;
  }
  .slider-vertical .slick-dots li.slick-active button {
    outline: rgba(217, 217, 217, 0.5) solid 3px !important;
    width: 15px;
    height: 15px;
  }
  .hired-section-rght {
    padding: 0 30px;
    text-align: center;
  }
  .hired-section-rght h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .hired-section-rght p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .resume-service-lft h4 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .resume-service-lft h4 span {
    font-size: 30px;
    line-height: 40px;
  }
  .resume-service-bx p {
    font-size: 12px;
    line-height: 16px;
  }
  .resume-service-bx {
    padding: 15px;
    margin-bottom: 15px;
  }
  .resume-service-bx h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .reviews-section .section-hding {
    margin-bottom: 10px;
  }
  .reviews-section p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .review-bx-cnt p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .star-review {
    margin-bottom: 10px;
  }
  .star-review i {
    font-size: 14px;
  }
  .ftr-up .ftr-menu ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .ftr-up .ftr-menu ul li {
    margin: 0 5px;
  }
  .ftr-up {
    padding: 20px 0 40px;
  }
  .ftr-scl-media ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 14px;
  }
  .reviews-section {
    padding: 30px 0 10px;
  }
  .features-bnr {
    padding: 60px 0 200px;
  }
  .features-bnr-cnt h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .srch-result-hdng {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .srch-result-hdng .srch-result-btns button {
    margin-left: 0;
  }
  .form-control, input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="search"], select {
    font-size: 14px;
    padding: 10px 12px;
  }
  .common-srch-blue-button, .common-srch-border-button {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
  }
  .common-srch-blue-button i, .common-srch-border-button i {
    font-size: 10px;
  }
  .features-bnr-btm-cnt h6 {
    font-size: 12px;
    line-height: 14px;
  }
  .srch-result-cnt ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .srch-result-cnt {
    padding: 13px;
  }
  .srch-result-cnt ul li::before {
    top: 3px;
  }
  .features-feature-area {
    padding: 30px 0;
    text-align: center;
  }
  .features-bnr-btm-cnt {
    padding: 20px;
  }
  .features-feature-area p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .features-badge {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
  }
  .three-in-one-section {
    padding: 30px 0 0;
  }
  .roles-big-bx {
    padding: 20px 20px 100px;
    margin-bottom: 20px;
  }
  .roles-small-bx {
    padding: 20px;
    width: 80%;
    bottom: -30px;
  }
  .roles-bx-area {
    margin-bottom: 50px;
  }
  .three-in-one-section-rght h2, .three-in-one-section-lft h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .three-in-one-section-rght p, .three-in-one-section-lft p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .three-in-one-section-1 {
    padding-bottom: 40px;
  }
  .three-in-one-section-2 .roles-big-bx, .three-in-one-section-3 .roles-big-bx {
    padding-bottom: 20px !important;
  }
  .three-in-one-section-2 {
    padding-bottom: 40px;
  }
  .three-in-one-section-3 {
    padding-bottom: 40px;
  }
  .three-in-one-section-rght, .three-in-one-section-lft {
    text-align: center;
  }
  .roles-big-bx .text-end {
    text-align: center !important;
  }
  .srch-result-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .srch-result-btns .me-3 {
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .three-in-one-section h6 {
    font-size: 12px;
    line-height: 14px;
  }
  .accelerate-area {
    padding: 30px 0 15px;
  }
  .accelerate-bx {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .accelerate-bx img {
    width: 40px;
  }
  .accelerate-bx h4 {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
  }
  .accelerate-bx p {
    font-size: 14px;
    line-height: 20px;
  }
  .accelerate-area .section-hding {
    margin-bottom: 25px;
  }
  .xa-bx {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
  .file-upld-bx {
    width: 100%;
    position: static;
  }
  .per-rec-section .slider-vertical-item {
    padding: 25px 0;
  }
  .slider-vertical-item-rght .resume-middle {
    width: 100%;
  }
  .slider-vertical-item-left h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .slider-vertical-item-left p {
    font-size: 14px;
    line-height: 18px;
  }
  .file-upld-bx .nav-pills li {
    width: 100%;
  }
  .file-upld-bx .nav-pills .nav-link {
    margin: 0 0 5px 0;
    width: 100%;
  }
  .sdp-lft {
    padding-right: 0;
    border-right: 0;
    width: 100%;
  }
  .sdp-rght {
    padding-left: 0;
    width: 100%;
    padding-top: 15px;
  }
  .per-rec-section .section-hding {
    margin-bottom: 0;
    text-align: center;
  }
  .sdp-area {
    padding: 30px 0;
  }
  .per-rec-section {
    padding: 30px 0 0;
  }
  .sdp-area .section-hding {
    margin-bottom: 30px;
  }
  .sdp-lft ul li h5, .sdp-rght ul li h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .sdp-lft ul li p, .sdp-rght ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .sdp-lft ul li::before, .sdp-rght ul li::before {
    top: 1px;
  }
  .sdp-lft ul li, .sdp-rght ul li {
    margin-bottom: 15px;
  }
  .faq-bx-lft h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .faq-bx-lft p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-bx-rght .accordion .accordion-header button.accordion-button {
    font-size: 16px;
    line-height: 16px;
  }
  .faq-section {
    margin-bottom: 40px;
  }
  .abt-bnr-cnt h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .cntct-bnr-cnt h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .abt-bnr-rght-cnt .resume-middle-tp h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .abt-bnr-rght-cnt-btm-rght h6, .abt-bnr-rght-cnt-btm-rght ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .abt-bnr-rght-cnt-btm h5 {
    font-size: 10px;
    line-height: 16px;
  }
  .abt-bnr-rght-cnt-btm-rght p {
    font-size: 10px;
  }
  .abt-bnr {
    padding: 50px 0;
  }
  .solving-resume, .team-section {
    padding: 30px 0;
  }
  .solving-resume p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .team-section p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .team-section .section-hding {
    margin-bottom: 4px;
  }
  .solving-resume .section-hding {
    margin-bottom: 5px;
  }
  .camdev-sec .section-hding {
    margin-bottom: 10px;
  }
  .team-cnt h5 {
    font-size: 15px;
    line-height: 18px;
  }
  .team-cnt h6 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .team-section ul li .team-img {
    width: 130px;
    height: 130px;
  }
  .team-section ul li .team-img::before {
    width: 130px;
    height: 130px;
  }
  .cntct-bnr-cnt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .cntct-bnr-cnt p .br {
    display: none;
  }
  .cntct-bnr-btm h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  .cntct-bnr-btm {
    padding: 30px;
  }
  .cntct-bnr-btm-bx h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .cntct-bnr-btm-bx p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .cntct-bnr-btm-bx {
    padding: 25px 20px 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  .cntct-bnr-btm-bx::before {
    height: 5px;
    width: 40px;
    top: 2px;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .addrss-dtls {
    flex-wrap: wrap;
  }
  .addrss-dtls-lft {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .addrss-dtls-rght {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  .addrss-dtls-rght a {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  .addrss-dtls-rght p {
    text-align: center;
  }
  .login-lft {
    padding: 60px 30px 30px;
  }
  .scl-btn {
    font-size: 14px;
    width: 130px;
  }
  .scl-btn img {
    width: 16px;
  }
  .login-bx h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .dashboard-body-title {
    font-size: 20px;
    line-height: 23px;
  }
  .dashboard-footer {
    flex-wrap: wrap;
    justify-content: center;
    position: static;
    margin-top: 25px;
  }
  .dashboard-footer .ftr-scl-media {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .dashboard-footer .ftr-scl-media ul li a {
    width: 26px;
    height: 26px;
    line-height: 25px;
    margin: 0 5px;
    font-size: 12px;
  }
  .mnu-lgo .dashboard-logo-responsive {
    margin-left: 10px;
  }
  .mnu-lgo .dashboard-logo-responsive img {
    width: 120px;
  }
  .dashboard-header i.fa-bars {
    font-size: 20px;
  }
  .dashboard-header .dropdown button .spn-1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-right: 5px;
  }
  .dashboard-body-content {
    padding: 70px 15px 0;
  }
  .dashboard-menu .bg-fill-btn, .dashboard-menu .border-fill-btn {
    font-size: 12px;
    line-height: 14px;
    padding: 12px;
  }
  .dashboard-menu ul li a, .logout-area a {
    font-size: 12px;
    line-height: 12px;
  }
  .dashboard-menu ul li a img {
    margin-right: 5px;
  }
  .logout-area a img {
    margin-right: 5px;
    width: 16px;
  }
  .logout-area {
    padding: 15px;
  }
  .dashboard-logo img {
    width: 120px;
  }
  .dashboard-sidebar {
    width: 190px;
  }
  .dashboard-main.open #dashboard-menu {
    padding-left: 185px;
  }
  .dashboard-header .dropdown button .spn-2 {
    display: none;
  }
  .resume-frm-wrapper-btn1 {
    padding: 10px 15px;
    font-size: 10px;
    line-height: 10px;
  }
  .resume-frm-wrapper-hdr-hdng {
    margin-bottom: 20px;
  }
  .resume-frm-wrapper-hdr-hdng h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .resume-frm-wrapper-hdr-hdng h5 {
    font-size: 14px;
    line-height: 16px;
  }
  .resume-frm-wrapper .inpt-with-btn .form-control {
    padding-right: 60px;
    height: 39px;
  }
  .resume-frm-wrapper .form-control {
    margin-bottom: 15px;
  }
  .resume-frm-wrapper-hdr {
    padding: 25px 20px 30px;
  }
  .resume-frm-wrapper-btn2, .resume-frm-wrapper-btn3 {
    padding: 10px 20px;
    font-size: 10px;
    line-height: 10px;
  }
  .resume-frm-wrapper-ftr-rght .me-3 {
    margin-right: 2px !important;
  }
  .resume-frm-wrapper-btn4 img {
    margin-right: 5px;
  }
  .or-sd-area h6 {
    font-size: 16px;
    left: 85px;
    top: 10px;
  }
  .or-sd-area::after {
    height: 20px;
    width: 60px;
    left: 65px;
  }
  .resume-frm-wrapper-disclaimer-red p {
    font-size: 14px;
    line-height: 20px;
  }
  .resume-frm-wrapper-disclaimer h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .jd-dtls {
    font-size: 14px;
    line-height: 22px;
  }
  .resume-frm-wrapper .form-check-label {
    font-size: 13px;
    line-height: 20px;
  }
  .signup-frm-sd  .form-check-label {
    font-size: 13px;
    line-height: 20px;
  }
  input[type="date"] {
    background-size: 16px 20px;
  }
  .remove-work-history {
    right: -10px;
    top: -10px;
  }
  .remove-rpl {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: -12px;
  }
  .remove-rpl i {
    font-size: 14px;
    line-height: 25px;
  }
  .resume-name-tag h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .resume-name-tag {
    padding: 15px;
    padding-bottom: 0;
  }
  .resume-name-tag ul {
    padding: 10px 0 10px 5px;
  }
  .rsm-sd-rghtlft {
    flex-wrap: wrap;
  }
  .rsm-sd-lft {
    width: 100%;
    border-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
  }
  .rsm-sd-lft::after{
    display: none;
  }
  .rsm-sd-rght {
    padding-left: 0;
    padding-bottom: 30px;
    width: 100%;
  }
  .resume-dtls-area {
    padding: 15px;
  }
  .rsm-sd-rghtlft:last-child .rsm-sd-lft, .rsm-sd-rghtlft:last-child .rsm-sd-rght {
    padding-bottom: 15px;
  }
  .resume-summary-summary {
    margin-top: -30px;
  }
  .resume-dtls-hdng h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .resume-dtls-hdng-edit {
    width: 24px;
    height: 24px;
    padding: 7px;
  }
  .resume-dtls-hdng::before {
    width: calc(100% - 35px);
    bottom: 12px;
  }
  .summary-dtls h6 {
    font-size: 13px;
    line-height: 18px;
  }
  .rsm-sd-lft {
    padding-bottom: 10px;
  }
  .rsm-sd-lft h5, .rsm-sd-rght h5 {
    font-size: 15px;
    line-height: 16px;
  }
  .rsm-sd-lft h6, .rsm-sd-rght h6 {
    font-size: 13px;
    line-height: 16px;
  }
  .rsm-sd-rght ul li span {
    font-size: 16px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
  .rsm-sd-rght ul li p {
    font-size: 13px;
    line-height: 18px;
    width: calc(100% - 28px);
  }
  .linkedin-link a {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  .skill-badge-area .badge {
    font-size: 13px;
    line-height: 13px;
  }
  .skills-subhdng {
    font-size: 13px;
  }
  .dwnld-resume-btn {
    padding: 10px;
    width: max-content;
    margin-left: 0 !important;
  }
  .dwnld-resume-btn-area {
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue {
    width: max-content;
  }
  .dwnld-resume-btn img {
    width: 20px;
  }
  .dwnld-resume-btn span {
    width: calc(100% - 20px);
    padding-left: 5px;
  }
  .dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue img {
    width: 12px;
  }
  .dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue span {
    width: calc(100% - 12px);
  }
  .dwnld-resume-frm-wrapper-ftr {
    flex-wrap: wrap;
  }
  .dwnld-resume-frm-wrapper-ftr .dwnld-resume-btn-area {
    justify-content: start;
    margin-top: 15px;
  }
  .dwnld-resume-frm-wrapper-ftr .dwnld-resume-btn {
    width: 50%;
  }
  .dwnld-resume-frm-wrapper-ftr .resume-frm-wrapper-ftr-rght {
    width: 100%;
  }
  .dwnld-resume-frm-wrapper-ftr .resume-frm-wrapper-ftr-rght .me-3 {
    margin-right: 5px !important;
  }
  .dwnld-resume-brdr .resume-summary-summary {
    margin-top: 0;
  }
  .dwnld-resume-modal .btn-close {
    width: 25px;
    height: 25px;
    right: -7px;
    background-size: 12px 12px;
  }
  .dwnld-resume-modal .modal-body h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .h3-bottom {
    margin: -10px auto 15px;
    height: 3px;
    width: 50px;
  }
  .dwnld-resume-modal .modal-body h2 {
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .pln-dtls .pln-sd h2 {
    font-size: 33px;
    line-height: 30px;
  }
  .dwnld-resume-modal .modal-body h2 sup, .pln-dtls .pln-sd h2 sup {
    font-size: 14px;
    line-height: 14px;
    top: -11px;
  }
  .dwnld-resume-modal .modal-body h2 sub, .pln-dtls .pln-sd h2 sub {
    font-size: 12px;
    line-height: 12px;
  }
  .dwnld-resume-modal .modal-body p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .dwnld-resume-modal .modal-body h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .dwnld-resume-modal .modal-body {
    padding: 1.5rem 1rem;
  }
  .give-rating a .fa-regular, .give-rating a .fa-solid {
    font-size: 20px;
  }
  .give-rating {
    margin-bottom: 15px;
  }
  .dwnld-resume-modal .modal-body h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .dwnld-resume-modal .modal-body textarea.form-control {
    height: 100px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .happy-user-face img {
    width: 60px;
  }
  .happy-user-face {
    margin-bottom: 15px;
  }
  .or-divider.upld-cv-or-divider h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .or-divider.upld-cv-or-divider {
    height: 80px;
  }
  .or-divider.upld-cv-or-divider::before {
    top: 40px;
  }
  .or-divider.upld-cv-or-divider::after {
    width: 50px;
  }
  .upld-drp-file h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .upld-drp-file {
    padding: 20px;
  }
  .tdl-hdng {
    font-size: 18px;
    line-height: 22px;
  }
  .resume-frm-wrapper-sd table thead th {
    font-size: 16px;
    line-height: 16px;
    padding: 12px;
  }
  .resume-frm-wrapper-sd table tbody td {
    font-size: 12px;
    line-height: 14px;
    padding: 12px;
  }
  .resume-frm-wrapper-sd table tbody td span:last-child {
    margin-left: 15px;
  }
  .pln-dtls {
    flex-wrap: wrap;
    align-items: center;
    justify-content: normal;
    row-gap: 20px;
  }
  .pln-dtls > div {
    width: 50%;
  }
  .pln-dtls .pln-sd {
    height: auto;
  }
  .pln-dtls .pln-sd h5 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .pln-dtls .pln-sd .badge {
    font-size: 10px;
    line-height: 10px;
  }
  .pln-dtls .pln-sd p {
    font-size: 14px;
    line-height: 16px;
  }
  .resume-frm-wrapper-sd {
    padding: 20px 15px;
  }
  .rsm-smmry-dtls p {
    font-size: 14px;
    line-height: 22px;
  }
  .rsm-smmry-dtls h6 {
    font-size: 13px;
    line-height: 14px;
  }
  .resume-frm-wrapper .formchecksdabarea .form-check-sdab {
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .resume-frm-wrapper .formchecksdabarea .form-check-sdab .checkbox-sdab .form-check-input {
    margin-left: -25px;
  }
  .resume-frm-wrapper .formchecksdabarea .form-check-sdab .delete-sdab {
    font-size: 14px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  /* .resume-frm-wrapper .formchecksdabarea .add-another-sdab-area {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
  .resume-frm-wrapper .formchecksdabarea .add-another-sdab {
    position: static;
  } */
  .resume-frm-wrapper .form-label.mb-3 {
    margin-bottom: 10px !important;
  }
  .resume-frm-wrapper .add-another-sdab-area {
    margin-bottom: 20px;
  }
  .resume-frm-wrapper-sdab .form-group {
    margin-bottom: 15px;
  }
  .cntct-bnr {
    padding: 50px 0 120px;
  }
  .terms-banner {
    padding: 40px 0 50px;
  }
  .terms-banner h1 {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .terms-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .terms-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .terms-content {
    margin-bottom: 20px;
  }
  .terms-sec {
    padding-bottom: 30px;
  }
  .add-work-history-wrapper .btn-group,
  .resume-frm-wrapper .btn-group {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .add-work-history-wrapper h5.mb-3 {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .resume-frm-wrapper .form-group {
    margin-bottom: 20px;
  }
  .lht-16 {
    line-height: 10px;
  }
  .second-type-label {
    font-size: 14px;
    line-height: 20px;
  }
  .linkedin-link i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .linkedin-link a {
    width: calc(100% - 20px);
    font-size: 12px;
    line-height: 14px;
    padding-left: 7px;
  }
  .dashboard-search-area {
    width: 300px;
  }
  .dashboard-hdng-area .dashboard-body-title {
    width: calc(100% - 300px);
  }
  .dashboard-search-area .inpt-with-btn .resume-frm-wrapper-btn1 {
    font-size: 15px;
    width: 70px;
  }
  .dashboard-search-area .inpt-with-btn .form-control {
    padding-right: 80px;
    height: 52px;
    font-size: 14px;
    line-height: 16px;
  }
  .resume-sample-area .resume-sample .resume-sample-sd-bx .resume-create-date {
    font-size: 10px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd {
    font-size: 25px;
    line-height: 30px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd .vl-sd {
    width: 2px;
    height: 20px;
    margin: 0 10px -2px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd .vl-sd-edit {
    top: -2px;
  }
  .badge-newsd .form-control {
    margin: 0;
  }
  .badge-newsd .delete-sdab {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .prfl-name-newsd .form-control, .rsm-newsd-rght .form-control {
    margin: 0;
  }
  .prfl-linkedin-newsd .form-control {
    margin: 0;
  }
  .prfl-cntct.prfl-cntct-newsd ul {
    padding: 10px 0 15px !important;
  }
  .rsm-sd-rghtlft:last-child .rsm-sd-lft, .rsm-sd-rghtlft:last-child .rsm-sd-rght {
    padding-bottom: 0;
  }
  .rsm-sd-rght.rsm-newsd-rght ul li {
    padding-top: 15px;
  }
  .rsm-newsd-rght .form-control.sd-mb-4 {
    margin-bottom: 15px;
  }
}
/* end max-width 767px */

@media (max-width: 575.98px) {  
  .resume-sample-area .resume-sample .resume-sample-bx {
    width: 100%;
  }
  .badge-newsd {
    width: 100%;
  }
  .prfl-cntct.prfl-cntct-newsd ul li {
    width: 100%;
  }
}
/* end max-width 575px */

@media (max-width: 480.98px) {
  .dashboard-search-area {
    width: 100%;
  }
  .dashboard-hdng-area .dashboard-body-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* end max-width 480px */

@media (max-width: 399.98px) {
  .dwnld-resume-btn {
    width: 48%;
  }
}
/* end max-width 399px */

@media (max-width: 379.98px) {
  .right-menu li:last-child a {
    font-size: 13px;
    word-break: break-word;
  }
  .mobile-nav.mean-container .common-button, .mobile-nav.mean-container .common-blue-button {
    padding: 5px 12px;
  }
  .hdr-btns {
    top: 13px;
    right: 50px;
  }
  .navbar-area .mobile-nav .logo {
    width: 100px;
    top: 13px;
  }
  .home-bnr h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .resume-middle-tp h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-hding {
    font-size: 24px;
    line-height: 30px;
  }
  .resume-service-lft h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .resume-service-lft h4 span {
    font-size: 25px;
    line-height: 30px;
  }
  .resume-service-bx h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .common-button-2 {
    padding: 12px 20px;
  }
  .common-button-2 span {
    font-size: 15px;
    line-height: 16px;
  }
  .common-button-2 span i {
    font-size: 12px;
    margin-left: 5px;
  }
  .common-button-2::before {
    right: 15px;
  }
  .common-blue-button-big {
    padding: 12px 20px;
    font-size: 12px;
    line-height: 13px;
  }
  .common-blue-button-big i {
    font-size: 10px;
  }
  .common-button-2-small span {
    font-size: 12px;
    line-height: 13px;
  }
  .common-button-2-small span i {
    font-size: 10px;
  }
  .common-button-2-small {
    padding: 8px 20px;
  }
  .common-button-2-small::before {
    height: 45px;
  }
  .features-bnr-cnt h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .three-in-one-section-rght h2, .three-in-one-section-lft h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .roles-big-bx {
    padding: 15px 15px 100px;
  }
  .roles-small-bx {
    padding: 15px;
    bottom: -15px;
    right: 15px;
  }
  .accelerate-bx h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .slider-vertical-item-left h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .slider-vertical-item-left p {
    font-size: 12px;
    line-height: 16px;
  }
  .sdp-area .section-hding {
    margin-bottom: 20px;
  }
  .faq-bx-rght .accordion .accordion-header button.accordion-button {
    font-size: 14px;
    line-height: 16px;
  }
  .faq-bx-lft h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-bx-lft p {
    font-size: 12px;
    line-height: 16px;
  }
  .sdp-lft ul li p, .sdp-rght ul li p {
    font-size: 12px;
    line-height: 18px;
  }
  .sdp-lft ul li h5, .sdp-rght ul li h5 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .team-section ul li .team-img {
    width: 110px;
    height: 110px;
  }
  .team-section ul li .team-img::before {
    width: 110px;
    height: 110px;
    right: -5px;
    top: -5px;
  }
  .team-section ul li:nth-child(even) .team-img::before {
    left: -5px;
    bottom: -5px;
  }
  .team-cnt h5 {
    font-size: 14px;
    line-height: 16px;
  }
  .team-cnt h6 {
    font-size: 12px;
    line-height: 14px;
  }
  .resume-frm-wrapper-btn2, .resume-frm-wrapper-btn3 {
    padding: 10px 15px;
  }
  .dwnld-resume-hdr .dwnld-resume-btn-area {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .dwnld-resume-btn {
    padding: 10px;
    width: 48%;
    margin-bottom: 5px;
  }
  .dwnld-resume-hdr .dwnld-resume-btn-area .resume-frm-wrapper-btn2.drk-blue {
    width: 48%;
    height: 42px;
  }
  .resume-frm-wrapper-sd table tbody td span:last-child {
    margin-left: 10px;
  }
  .pln-dtls .pln-sd h2 {
    font-size: 30px;
    line-height: 27px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd {
    font-size: 22px;
    line-height: 26px;
  }
  .resume-name-tag h2.resume-name-tag-name-sd .vl-sd {
    width: 2px;
    height: 17px;
    margin: 0 10px -1px;
  }
}
/* end max-width 379px */

@media (max-width: 350.98px) {
  .dwnld-resume-btn {
    width: 47%;
  }
}
/* end max-width 350px */

@media (max-width: 320.98px) {
  .right-menu li:last-child a {
    font-size: 12px;
    word-break: break-word;
  }
  .mobile-nav.mean-container .common-button, .mobile-nav.mean-container .common-blue-button {
    padding: 5px 10px;
  }
  .home-bnr h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .section-hding {
    font-size: 20px;
    line-height: 25px;
  }
  .resume-middle-tp h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .hired-section-rght h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .resume-service-lft h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .resume-service-lft h4 span {
    font-size: 22px;
    line-height: 26px;
  }
  .features-bnr-cnt h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
/* end max-width 320px */
