@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,500;0,700;0,900;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fafbfe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a,
button,
p,
span,
li {
  font-family: "Raleway", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header {
  padding: 15px 10px;
  transition-timing-function: ease-out;
  width: 100%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  box-shadow: 0 4px 12px rgba(86, 141, 187, 0.12);
  z-index: 99;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .container .logo {
  width: 15%;
}
#header .container .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .container .logo a h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .container .menus {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .container .menus ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .container .menus ul li {
  display: flex;
  margin: 0 1rem;
  position: relative;
}
#header .container .menus ul li a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
}
#header .container .menus ul li:hover #sub_menu {
  display: block;
}
#header .container .menus ul li #sub_menu {
  position: absolute;
  padding-top: 2.5rem;
  width: 300px;
  display: none;
}
#header .container .menus ul li #sub_menu ul {
  background: #fff;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
}
#header .container .menus ul li #sub_menu ul li {
  width: 100%;
  margin: 0;
}
#header .container .menus ul li #sub_menu ul li a {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
}
#header .container .menus ul li:nth-child(5) a {
  color: #275df5;
  text-decoration: underline;
}

#hero {
  background: url("../../assets/img/banner.jpg") #fff;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  position: relative;
  z-index: 11;
  background-position: bottom;
  background-attachment: fixed;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem;
}
#hero .left {
  width: 48%;
}
#hero .left .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#hero .left .content h2,
#hero .left .content h3 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
}
#hero .left .content a {
  background: #fff;
  margin: 1rem 0;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-decoration: none;
  color: #275df5;
}
#hero .right {
  width: 40%;
}
#hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(36, 93, 244, 0.61);
  width: 100%;
  height: 100%;
}

.common_sec {
  padding: 2rem;
}
.common_sec .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_sec .container .left {
  width: 48%;
}
.common_sec .container .right {
  width: 48%;
}

#how_we_wrok .container .left h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #275df5;
}
#how_we_wrok .container .left ul {
  margin-top: 3rem;
}
#how_we_wrok .container .left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0;
}
#how_we_wrok .container .left ul li .no_listings {
  margin-right: 1rem;
  font-size: 4rem;
  color: #275df5;
  font-weight: 600;
}
#how_we_wrok .container .left ul li .content h4 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 800;
}
#how_we_wrok .container .left ul li .content p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}
#how_we_wrok .container .right img {
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blob {
  background: url("../img/bg-blob-gradient.svg");
  background-size: cover;
  background-position: center;
}

footer {
  width: 100%;
  background: #fff;
  padding: 20px 0 5px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
footer .inner {
  width: 100%;
  padding: 20px 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .inner .col1 {
  width: 19%;
  padding: 0 5px;
}
footer .inner .col1 h2 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin: 10px 0;
  letter-spacing: 1px;
  opacity: 0.8;
  transition: all 0.4s;
}
footer .inner .col1 ul {
  float: left;
  margin-right: 30px;
}
footer .inner .col1 ul li {
  line-height: 22px;
}
footer .inner .col1 ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  opacity: 0.9;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 1px;
}
footer .inner .col1 ul li a:hover {
  opacity: 1;
}
footer .design {
  font-weight: 800;
  font-size: 12px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  border-top: 1px solid #ccc;
  padding-top: 0.7rem;
  flex-direction: column;
}

#mobile_login {
  display: none;
}

.showhide {
  cursor: pointer;
}

#register_grid {
  background: #fafbfe;
  display: flex;
  width: 100%;
  min-height: 80vh;
  padding: 3rem;
}
#register_grid .container .register_inner {
  display: flex;
  width: 95%;
  min-height: 400px;
  margin: auto;
  justify-content: space-between;
}
#register_grid .container .register_inner .register_left {
  width: 70%;
  background: #fff;
  border-radius: 16px 6px;
  box-shadow: 0px 4px 10px rgba(0, 77, 255, 0.04);
}
#register_grid .container .register_inner .register_right {
  width: 270px;
  min-height: 200px;
  max-height: 280px;
  background: #fff;
  border: 1px dashed #275df5;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  margin-top: 5rem;
}
#register_grid .container .register_inner .register_right .static-list {
  padding: 10px;
}
#register_grid .container .register_inner .register_right .static-list img {
  width: 78%;
  position: relative;
  display: block;
  margin: auto;
  margin-top: -7rem;
}
#register_grid .container .register_inner .register_right .static-list h2 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 800;
}
#register_grid .container .register_inner .register_right .static-list ul li {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}
#register_grid .container .register_inner .register_right .static-list ul li p {
  margin: 0;
}
#register_grid .container .register_inner .register_right .static-list ul li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #275df5;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.form_row {
  display: flex;
  flex-direction: column;
  margin: 1.4rem 0;
  position: relative;
}
.form_row label {
  color: var(--N800, #121224);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
  padding-top: 0;
  letter-spacing: 1px;
}
.form_row label span {
  color: red;
  font-size: 1.6rem;
  position: relative;
  top: 5px;
}
.form_row input,
.form_row select {
  background: #fff;
  background: var(--N100, #fff);
  border: 1px solid #e7e7f1;
  border: 1px solid var(--N400, #e7e7f1);
  border-radius: 16px;
  color: #121224;
  color: var(--N800, #121224);
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 20px;
  padding: 12px 16px;
  letter-spacing: 1px;
}
.form_row .showhide {
  position: absolute;
  right: 10px;
  top: 2.6rem;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #275df5;
}
.form_row button {
  padding: 10px;
  border-radius: 30px;
  border: none;
  letter-spacing: 1px;
  font-weight: 600;
}

#otpForm,
#forgetPassword {
  padding: 2rem;
}
#otpForm h3,
#forgetPassword h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1b2437;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
#otpForm p,
#forgetPassword p {
  margin-top: 5px;
  color: #445578;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}
#otpForm form,
#forgetPassword form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#otpForm form .form_row,
#forgetPassword form .form_row {
  width: 48%;
}
#otpForm form .input_button,
#forgetPassword form .input_button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#otpForm form .input_button input,
#otpForm form .input_button button,
#otpForm form .input_button select,
#forgetPassword form .input_button input,
#forgetPassword form .input_button button,
#forgetPassword form .input_button select {
  width: 48%;
}
#otpForm form .input_button button,
#forgetPassword form .input_button button {
  color: #275df5 !important;
  background-color: transparent;
  border-color: #275df5 !important;
  border-radius: 17px;
  border: 2px solid;
}
#otpForm h2,
#forgetPassword h2 {
  margin-top: 10px;
  color: #445578;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}
#otpForm h2 button,
#forgetPassword h2 button {
  background: transparent;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #275df5;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

#register_form {
  padding: 2rem;
}
#register_form h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1b2437;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
#register_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#register_form form .form_row {
  width: 48%;
}
#register_form form .input_button {
  width: 100%;
}
#register_form form .input_button input {
  min-width: 250px;
  max-width: 300px;
}

.btn-primary {
  color: #fff !important;
  background-color: #275df5 !important;
  border-color: #275df5 !important;
}

#job_desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0;
}
#job_desc .left {
  width: 67%;
  background: #fff;
  border-radius: 16px 6px;
  box-shadow: 0px 4px 10px rgba(0, 77, 255, 0.04);
  min-height: 300px;
  padding: 1rem;
}
#job_desc .left .job_small_details {
  border-radius: 10px;
  background-color: #f7f7f9;
  padding: 20px;
  margin-bottom: 20px;
}
#job_desc .left .job_small_details h3 {
  color: #202124;
  transition: all 0.3s ease;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0;
  font-weight: 800;
}
#job_desc .left .job_small_details ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
#job_desc .left .job_small_details ul li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: dimgray;
  font-weight: 400;
  padding-left: 25px;
  margin: 5px 5px 10px 0px;
  letter-spacing: 1px;
}
#job_desc .left .job_small_details ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: dimgray;
}
#job_desc .left .job_small_details ul li span img {
  width: 18px;
}
#job_desc .left .job_small_details button {
  display: inline-block;
  padding: 6px 27px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}
#job_desc .right {
  width: 300px;
  height: auto;
  background: #fff;
  border: 1px dashed #275df5;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}
#job_desc .right img {
  width: 100%;
}

.job_detiled_desc h3 {
  color: #202124;
  transition: all 0.3s ease;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0;
  font-weight: 800;
}
.job_detiled_desc .detail_wrapper_body {
  padding: 1rem 0;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.job_detiled_desc .detail_wrapper_body ul {
  list-style: decimal;
  padding: 0 1rem;
}
.job_detiled_desc .detail_wrapper_body ul li {
  list-style: decimal;
  margin-bottom: 10px;
}

#services {
  background: url("../img/Email-Marketing-BG-1.webp") #275df5;
  width: 100%;
  min-height: 600px;
  background-attachment: fixed;
}
#services .service_grid {
  padding: 2rem 0;
}
#services .service_grid h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
#services .service_grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#services .service_grid ul li {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  width: 30%;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
  cursor: pointer;
  flex-direction: column;
  transition: all 0.4s;
}
#services .service_grid ul li:hover {
  transform: translateY(-10px);
}
#services .service_grid ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  min-height: 200px;
  text-decoration: none;
}
#services .service_grid ul li a img {
  margin-bottom: 10px;
}
#services .service_grid ul li a h4 {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 0.1rem;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}
#services .service_grid ul li a button {
  background: #275df5;
  margin: 1rem 0;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  border: none;
  font-size: 15px;
  width: 80%;
}

.mb_menu {
  display: none;
}

.mb_close_menu {
  display: none;
}

@media (max-width: 768px) {
  .common_sec .container {
    flex-direction: column !important;
  }
  .common_sec .container .left, .common_sec .container .right, .common_sec .container .top, .common_sec .container .bottom {
    width: 100% !important;
    margin-top: 20px;
  }
  .common_sec .container .left form, .common_sec .container .right form, .common_sec .container .top form, .common_sec .container .bottom form {
    padding: 10px !important;
  }
  #how_we_wrok .container {
    flex-direction: column;
  }
  #how_we_wrok .container .left,
#how_we_wrok .container .right {
    width: 100%;
  }
  #services .service_grid ul {
    flex-direction: column;
  }
  #services .service_grid ul li {
    width: 100% !important;
    margin: 1rem 0;
  }
  .mb_menu {
    display: flex;
    width: 8%;
    cursor: pointer;
  }
  .mb_close_menu {
    display: block;
    position: absolute;
    width: 30px;
    left: 10px;
    top: 10px;
  }
  .activeMenu {
    display: flex !important;
    position: fixed;
    background: rgba(0, 0, 0, 0.7098039216);
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
  }
  .activeMenu ul {
    flex-direction: column;
    background: #fff;
    height: 100%;
    width: 75%;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 1rem 0;
  }
  .activeMenu ul li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 10px !important;
  }
  .activeMenu ul li a {
    border: none !important;
    color: #000 !important;
    height: 50px;
    background: transparent !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    padding: 0 !important;
  }
  #header .container .logo {
    width: 35%;
  }
  #header .container .menus {
    display: none;
  }
  #header .container .menus ul li {
    flex-direction: column;
  }
  #header .container .menus ul li #sub_menu {
    position: relative;
    width: 100%;
    padding-top: 0.5rem;
  }
  #header .container .menus ul li #sub_menu ul {
    width: 100% !important;
  }
  .service_content {
    flex-direction: column;
  }
  .service_content .left, .service_content .right {
    width: 100% !important;
    padding: 1rem;
  }
  #hero {
    padding: 1rem 0;
    flex-direction: column;
  }
  #hero .left, #hero .right {
    width: 100%;
    padding: 10px;
  }
  #hero .container .search_job h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
  }
  #hero .container .search_job #search_bar {
    width: 100%;
    margin: 1rem 0;
    flex-direction: column;
    height: auto;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  #hero .container .search_job #search_bar .search_grid {
    width: 100% !important;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
  }
  #hero .container .search_job #search_bar .search_grid button {
    width: 100% !important;
  }
  #basic_details {
    margin: 0;
  }
  #basic_details .container .basic_inner {
    min-height: auto;
  }
  #basic_details .container .basic_inner .about_img {
    display: none;
  }
  #basic_details .container .basic_inner .basic_content {
    padding: 1rem;
    text-align: center;
  }
  #basic_details .container .basic_inner .basic_content img {
    margin: auto;
  }
  #basic_details .container .basic_inner .basic_content p,
#basic_details .container .basic_inner .basic_content h4 {
    width: 100%;
  }
  .popular_skills h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
  }
  .popular_skills ul li {
    width: 41% !important;
    font-size: 12px !important;
  }
  footer {
    padding: 10px;
  }
  footer .inner {
    padding: 0;
  }
  footer .inner .col1 {
    width: 100%;
  }
  #job_desc {
    flex-direction: column;
    padding: 2rem 0;
  }
  #job_desc .left,
#job_desc .right {
    width: 100%;
  }
  #register_grid {
    padding: 2rem 0;
  }
  #register_grid .container .register_inner {
    display: flex;
    flex-direction: column;
  }
  #register_grid .container .register_inner .register_left {
    width: 100%;
  }
  #register_grid .container .register_inner .register_left #register_form,
#register_grid .container .register_inner .register_left #otpForm {
    padding: 1rem;
  }
  #register_grid .container .register_inner .register_left #register_form form,
#register_grid .container .register_inner .register_left #otpForm form {
    flex-direction: column;
  }
  #register_grid .container .register_inner .register_left #register_form form .form_row,
#register_grid .container .register_inner .register_left #otpForm form .form_row {
    width: 100%;
    margin: 0.5rem 0;
  }
  #register_grid .container .register_inner .register_right {
    width: 100%;
    min-height: auto;
    margin-top: 7rem;
    max-height: inherit;
  }
}
#feedback {
  margin: 2rem 0;
}
#feedback h3 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #275df5;
  text-align: center;
  margin: 1.2rem 0;
}
#feedback .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #f8f8f8;
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#feedback .item p {
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 2rem;
  font-weight: 800;
  font-style: italic;
}
#feedback .item h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #275df5;
}

.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav button {
  width: 34px;
  height: 34px;
  background: #275df5 !important;
  border-radius: 50%;
  margin: 1rem;
  color: #fff !important;
  font-size: 20px;
}

#breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  background: url("../img/Email-Marketing-BG-1.webp") #275df5;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
#breadcrumb h4 {
  margin: 0;
}

.common_sec .container .left .c_grid .c_card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.common_sec .container .left .c_grid .c_card a {
  color: blue;
  font-weight: 700;
  letter-spacing: 1px;
}
form {
  background: #fff;
  padding: 60px 60px 60px 60px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
form .form_grid {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
form .form_grid label {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
}
form .form_grid input, form .form_grid textarea, form .form_grid select {
  color: #0055FF;
  border-color: #D8D8D8;
  border: 1px solid;
  height: 45px;
  border-radius: 9px;
  padding: 10px;
}
form .form_grid textarea {
  height: 120px;
}

.common_button {
  background: #275df5;
  margin: 1rem 0;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff !important;
  border: none;
  font-size: 15px;
  width: 100%;
}

.bg_1 {
  background: url("../img/dot_pattern.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: 12% auto;
}

.service_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.service_content .left, .service_content .right {
  width: 48%;
}
.service_content .left h2, .service_content .right h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.service_content .left p, .service_content .right p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}
.service_content .left img, .service_content .right img {
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service_content .left a, .service_content .right a {
  background: #275df5;
  margin: 1rem 0;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  border: none;
  font-size: 15px;
  width: 80%;
}

#whatsapp {
  position: fixed;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2%;
  top: 50%;
  z-index: 999;
}/*# sourceMappingURL=style.css.map */