/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

* {
  font-family: "Source Sans Pro", sans-serif;
}
:root {
  --light-blue: #2a71bb;
  --footer-light-blue: #4c9ee1;
  --blue: #0e3686;
  --dark-blue: #0b2b51;
  --light-green: #21f4d3;
  --dark-green: #008a97;
  --white-color: #fff;
  --black-color: #000;
  --footer-grey: rgba(106, 106, 106, 1);
}
body {
  overflow-x: hidden;
}
.gap-40 {
  gap: 40px;
}
.text-right {
  text-align: right;
}
.full-container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1120px;
  }
}

.main-header {
  background: var(--dark-blue);
  color: var(--white-color);
  padding: 10px 0;
}
.logo {
  max-width: 250px;
  width: 100%;
}
.logo img {
  width: 100%;
}

.button-area .button {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 25px;
  background: var(--light-green);
  font-size: 16px;
  text-decoration: none;
  color: var(--dark-blue);
}

.banner {
  overflow: hidden;
}
.banner-title {
  font-size: 62px;
  margin-bottom: 15px;
}
.banner-sub-title {
  font-size: 25px;
  margin-bottom: 40px;
}
.extra-info {
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.banner .left-col {
  padding: 80px 0 0;
  max-width: 690px;
  width: 100%;
  position: relative;
  left: 100px;
}
.banner2 .left-col {
  max-width: 100%;
  width: 50%;
}
.banner2 .right-col .lady-dr {
  margin-left: 150px;
}
.banner .left-ellips {
  margin-left: -250px;
  margin-top: -330px;
  width: 1020px;
  height: 1020px;
  background: var(--dark-blue);
  border-radius: 49%;
  padding-top: 140px;
  color: var(--white-color);
}
.banner .left-ellips .left-col{
  z-index: 2;
}

.banner .righ-ellips {
  position: absolute;
  top: 10px;
  right: -180px;
  width: 452px;
  height: 452px;
  z-index: -1;
  background: var(--dark-green);
  border-radius: 50%;
}
.banner2 .righ-ellips {
  width: 1268px;
  border-radius: 290px;
  right: -700px;
  top: -200px;
}
.banner-img {
  width: 100%;
  max-width: 525px;
}

.what-is-insourcing {
  margin-right: -190px;
}

.what-is-insourcing .detail {
  background: var(--dark-green);
  padding: 100px;
  border-radius: 50%;
  width: 814px;
  height: 814px;
  margin-top: -120px;
}
.what-is-insourcing .detail .inner {
  width: 100%;
  max-width: 438px;
}
.detail .title {
  font-size: 42px;
  margin-bottom: 25px;
}
.what-is-insourcing .detail .rounded-title {
  font-size: 22px;
  padding: 15px 20px;
  border: 2px solid;
  border-radius: 25px;
}
.what-is-insourcing .detail .desc {
  font-size: 16px;
}
.hero-row-reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.laptop-girl {
  width: 100%;
  max-width: 510px;
  margin-bottom: -170px;
}
.hero2 {
  color: var(--white-color);
  padding-bottom: 60px;
  margin-top: -690px;
  overflow: hidden;
}

/* round cards insourcing*/
.title {
  font-size: 37px;
  color: var(--white-color);
}

#round_cards_insourcing {
  background-color: var(--dark-blue);
  padding: 65px 0;
  position: relative;
  z-index: 2;
}
#round_cards_insourcing .title {
  margin-bottom: 60px;
}
#round_cards_insourcing .single_card {
  max-width: 314px;
  height: 314px;
  border: 3px solid var(--light-green);
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px;
  margin: 10px;
}
.card_heading h3 {
  font-size: 25px;
  font-weight: 500;
  color: var(--white-color);
  margin: 10px 0px;
}
.card_heading .icon-heading {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
}
.card_heading .icon-heading:before {
  content: "";
  background: url("https://6925399.fs1.hubspotusercontent-na1.net/hubfs/6925399/check.svg") no-repeat;
  height: 22px;
  width: 22px;
  float: left;
  margin-right: 10px;
}
.card_body p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  margin: 5px 0px;
  display: inline-block;
  width: 100%;
}
.overflow-hidden {
  overflow: hidden !important;
}
.what-work-for-you .right-ellips {
  right: -288px;
  margin-top: -520px;
  background: var(--dark-green);
  border-radius: 50%;
  width: 1088px;
  height: 1088px;
  padding-top: 470px;
  position: relative;
  z-index: 1;
}
.what-work-for-you .right-col {
  width: 535px;
}
.what-work-for-you .right-ellips .extra-info {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 25px;
}

.what-work-for-you .left-ellips {
  width: 1096px;
  height: 1096px;
  background: var(--dark-blue);
  border-radius: 50%;
  position: relative;
  left: -250px;
  margin-top: -450px;
  padding-bottom: 130px;
}
.what-work-for-you .left-ellips .iphonecr {
  max-width: 310px;
  width: 100%;
}
.what-work-for-you .left-ellips .detail {
  max-width: 405px;
  width: 100%;
  margin-left: 40px;
  margin-bottom: 110px;
}
.what-work-for-you .left-ellips .detail h3 {
  font-size: 37px;
}

/* round card NHS */
#round_cards_nhs {
  background-color: var(--white-color);
  padding: 70px 0;
}
#round_cards_nhs .single_card {
  max-width: 344px;
  width: 100%;
  border: 3px solid var(--dark-green);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 40px;
  height: 173px;
}
#round_cards_nhs .single_card .card_icon h3 {
  font-size: 32px;
  font-weight: 900;
  background-color: var(--light-blue);
  padding: 0px 5px 0px 0px;
  color: var(--white-color);
  line-height: 30px;
  font-style: italic;
  margin-bottom: 10px;
}
#round_cards_nhs .single_card .card_heading h5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color);
  margin: 0px 0 -5px;
}
#round_cards_nhs .single_card .card_body p {
  font-size: 14px;
  font-weight: 600;
  color: var(--light-blue);
  margin: 0;
}

/* section happier patients */
#happier_patients {
  padding: 80px 0 0;
}
#happier_patients .dark_blue_circle {
  background-color: var(--dark-blue);
  border-radius: 100%;
  width: 100%;
  max-width: 1019px;
  height: 1019px;
  color: var(--white-color);
  margin-left: -205px;
  z-index: 1;
}
#happier_patients .dark_blue_circle .content {
  max-width: 630px;
}
#happier_patients .dark_blue_circle .content h2 {
  font-size: 37px;
  font-weight: 500;
  color: var(--white-color);
}
#happier_patients .dark_blue_circle .content p.description {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
#happier_patients .dark_blue_circle .content .percent_cards {
  column-gap: 50px;
  margin: 40px 0px;
}
#happier_patients .dark_blue_circle .content .percent_cards .single_card {
  max-width: 270px;
  height: 270px;
  border: 3px solid var(--light-green);
  border-radius: 100%;
  box-sizing: border-box;
  padding: 40px;
}
#happier_patients
  .dark_blue_circle
  .content
  .percent_cards
  .single_card
  .card_heading
  h5 {
  font-size: 32px;
  font-weight: 700;
  color: var(--light-green);
  margin: 5px 0px;
  text-align: center;
}
#happier_patients
  .dark_blue_circle
  .content
  .percent_cards
  .single_card
  .card_body
  p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  margin: 0;
  text-align: center;
}
#happier_patients .dark_blue_circle .content p.card_description {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
}
#happier_patients .dark_blue_circle .content .cta_btn {
  margin-top: 30px;
}
#happier_patients .dark_blue_circle .content a {
  text-decoration: none;
  color: var(--dark-blue);
  background-color: var(--light-green);
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
}
#happier_patients .img-area {
  width: 685px;
  height: 685px;
  border-radius: 50%;
  align-self: flex-end;
  position: absolute;
  right: -150px;
  top: 60px;
}
#happier_patients .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* testimonial circle */
#testimonial_section {
  padding: 70px 0;
}
#testimonial_section .light_green_circle {
  background-color: var(--blue);
  border-radius: 100%;
  width: 100%;
  max-width: 640px;
  height: 640px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -90px;
  margin-top: 200px;
}
#testimonial_section .light_green_circle .content {
  max-width: 470px;
}
#testimonial_section .light_green_circle .content h2 {
  font-size: 35px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 20px;
}
#testimonial_section .light_green_circle .content .testimonial:first-of-type {
  margin-bottom: 35px;
}
#testimonial_section .light_green_circle .content .testimonial p.description {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  margin: 0;
}
#testimonial_section .light_green_circle .content .testimonial span {
  font-size: 14px;
  font-weight: 700;
  color: var(--light-green);
  margin: 0;
}

.role_list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-width: 473px;
}
.role_list .role-list-item {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 400;
}
.button-area.role_btn a {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--light-blue);
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
}

/* video section */
#video_section {
  padding: 30px 0;
  overflow: hidden;
  margin-top: -200px;
  max-height: 600px;
}
#video_section video,
#video_section .hs-video-widget {
  width: 532px;
  z-index: 1;
  top: 190px;
  position: relative;
  box-shadow: -10px 5px 10px -5px rgb(0 0 0 / 15%);
}
#video_section .content-circle {
  width: 1096px;
  height: 1096px;
  background-color: var(--dark-green);
  border-radius: 50%;
  margin-top: -367px;
  position: relative;
  right: -400px;
}
#video_section .content {
  max-width: 390px;
  width: 100%;
  position: absolute;
  left: 260px;
  top: 210px;
}
#video_section .content h2 {
  font-size: 42px;
  font-weight: 500;
  color: var(--white-color);
}
#video_section .content h4 {
  font-size: 23px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: 10px;
}
#video_section .content a {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--dark-blue);
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
#video_section .content .video_btn {
  margin-top: 40px;
}

#footer {
  background: var(--footer-grey);
}
.footer-widgets {
  padding: 60px 0 40px;
}
.footer-widgets .tagline {
  width: 100%;
  margin-bottom: 0;
  max-width: 380px;
}
.footer-widgets p {
  color: var(--white-color);
  display: inline-block;
  width: 100%;
}
.footer-widgets h3 {
  color: var(--footer-light-blue);
}
.footer-widgets .col-sm-6 {
  position: relative;
}

.footer-widgets .col-sm-6:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -20px;
  height: 3px;
  width: 60px;
  background: var(--footer-light-blue);
  border-radius: 2px;
}
.copyrightbar {
  background: var(--footer-light-blue);
  padding: 20px 0;
}
.copyrightbar p {
  margin: 0;
}

.footer-widgets .address-1 {
  max-width: 290px;
}
.footer-widgets .address-2 {
  max-width: 350px;
}

/* why-choose-18-week-support */
.why-choose-18-week-support {
  /* background: var(--dark-blue); */
  padding: 360px 0 70px;
  overflow: hidden;
  margin-top: -360px;
}
.why-choose-18-week-support:before {
  content: "";
  width: 1720px;
  height: 1420px;
  border-radius: 50%;
  background: var(--dark-blue);
  position: absolute;
  left: -999px;
  right: -999px;
  margin: auto;
  top: 0;
}
.why-choose-18-week-support .container {
  margin-top: -200px;
}
.why-choose-18-week-support .card_heading {
  z-index: 1;
}
.why-choose-18-week-support .iphonecr {
  max-width: 270px;
  width: 100%;
  transform: rotateZ(350deg);
}

/* banner 2 */
.banner2 .banner-title {
  color: #0b2b51;
  font-size: 64px;
  line-height: 77px;
}
.banner2 .banner-sub-title {
  color: #0b2b51;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}

/* partners-says-sec */
.partners-says-sec {
  background-color: #4c9ee1;
  padding: 70px 0 115px;
  z-index: 2;
  position: relative;
}
.partners-says-sec .partner-say-heading {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
}
.partners-says-sec .partner-say-desc {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.partners-says-sec .saying p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  min-height: 110px;
}
.partners-says-sec .NHS-icon-wrap {
  margin-top: 15px;
}

/* we-give-you-agency */
.we-give-you-agency .right-ellips {
  top: -120px;
  left: -288px;
  right: auto;
  width: 806px;
  height: 806px;
  margin: auto;
  padding-top: 0;
  padding-top: 200px;
  padding-left: 50px;
}
.we-give-you-agency .title span {
  font-weight: 700;
}
.we-give-you-agency .extra-info {
  font-size: 16px !important;
}
.we-give-you-agency .button-area .button {
  background-color: #0b2b51;
  color: #fff;
  font-size: 16px;
}

/* expert-clinical-governance-sec */
.expert-clinical-governance-sec {
  overflow: hidden;
  margin-top: -300px;
}
.expert-clinical-governance-sec .right-ellips {
  width: 781px;
  height: 782px;
  margin: auto;
  padding-top: 0;
  padding-top: 150px !important;
  background-color: transparent;
  border: 4px solid #4c9ee1;
  padding-left: 30px;
}
.expert-clinical-governance-sec .title {
  color: #0b2b51;
  font-size: 45px;
}
.expert-clinical-governance-sec .extra-info {
  color: #0b2b51 !important;
  font-size: 16px !important;
}
.expert-clinical-governance-sec .durse-doctor-img-wrap {
  position: relative;
  margin-top: -300px;
  margin-left: -200px;
}

/* theres-always-role-for-you */
.theres-always-role-for-you {
  overflow: hidden;
  margin-top: -150px;
}
.theres-always-role-for-you .right-ellips {
  width: 878px;
  height: 876px;
  margin: auto;
  margin-bottom: -300px;
  padding: 0;
  background-color: #0b2b51 !important;
  padding-top: 130px;
  right: -280px;
}
.theres-always-role-for-you .title {
  font-size: 45px;
}
.theres-always-role-for-you .extra-info {
  font-size: 16px !important;
}
.theres-always-role-for-you .role_list {
  padding-left: 15px;
  max-width: 100%;
  margin-top: 10px;
}
.theres-always-role-for-you .role-list-item {
  color: #fff;
}
.theres-always-role-for-you .button-area {
  margin-top: 35px;
}
.theres-always-role-for-you .button-area .button {
  font-weight: 600;
  font-size: 16px;
}

/* working_for_us */
#working_for_us {
  background-color: #4c9ee1;
  padding: 70px 10px;
}
#working_for_us .main_heading h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}
#working_for_us .working_for_us_cards {
  margin: 50px 0px;
  row-gap: 100px;
}
#working_for_us .working_for_us_cards .working_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 30px;
}
#working_for_us .working_for_us_cards .working_card .card_head {
  position: relative;
}
#working_for_us .working_for_us_cards .working_card .card_head::before {
  content: "";
  background: url("https://6925399.fs1.hubspotusercontent-na1.net/hubfs/6925399/card_arrow_right.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  left: -55px;
}
#working_for_us
  .working_for_us_cards
  .working_card:first-of-type
  .card_head::before {
  display: none;
}
#working_for_us .working_for_us_cards .working_card .card_head img {
  width: 135px;
  height: 135px;
}
#working_for_us .working_for_us_cards .working_card .card_body p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 220px;
}
#working_for_us .working_for_us_cards .working_card .card_body p span {
  font-weight: 700;
}

/* testimonial-sec */
.testimonial-sec {
  margin-bottom: 100px;
  overflow: hidden;
}
.testimonial-sec .right-ellips {
  left: -280px;
  right: auto;
  width: 878px;
  height: 876px;
  margin: auto;
  margin-top: -480px;
  padding-top: 550px;
  background-color: #0b2b51;
}
.testimonial-sec .star-wrap {
  display: flex;
  align-items: center;
}
.testimonial-sec .star-wrap img {
  margin-right: 6px;
  width: 20px;
}
.testimonial-sec .testimonial-text {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  margin-top: 15px;
}
.testimonial-sec .testimonial-name {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

/* video-section-2 */
.video-section-2 .content {
  max-width: 500px !important;
}

/* form style */
main.insourcing-form {
    padding-top: 50px;
    overflow: hidden;
}
main.insourcing-form:before {
    content: "";
    background: #008b977d;
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 100%;
    left: calc(-300px / 2);
    z-index: -1;
}
.insourcing-form .hs-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 250px;
    position: relative;
}
.insourcing-form .hs-form:before {
    content: "";
    background: #0129512b;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    right: -115px;
    top: 240px;
}
.insourcing-form .hs-form > fieldset {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.insourcing-form .hs-form > fieldset > div{
    width: 49% !important;video_btn
    max-width: 100%;
}
.insourcing-form .hs-form > fieldset > div.hs-country, .insourcing-form .hs-form > fieldset > div.hs-fieldtype-checkbox{
    width: 100% !important;
}
.insourcing-form .hs-form > fieldset > div input {
    border-radius: 10px;
    border: 1px solid #0129517a;
    padding: 10px;
}
.insourcing-form .hs-form > fieldset > div input:focus-visible{
    border: 1px solid #012951;
    outline: 0;
}
.insourcing-form .hs-form > fieldset > div.hs-fieldtype-checkbox input {
    width: auto !important;
    min-height: auto !important;
    border-radius: 0;
    margin-right: 10px;
}
.insourcing-form .hs-form > fieldset > div label {
    color: #012951;
    font-size: 16px;
}
.insourcing-form form ul.hs-error-msgs li label {
    font-size: 14px !important;
    color: red;
}
.insourcing-form form ul.hs-error-msgs {
    list-style: none;
    padding-left: 0;
}
.insourcing-form form .hs_submit.hs-submit{
    width: 100%;
}
.insourcing-form form .hs_submit.hs-submit input {
    background-color: #008b97;
    border: none;
    min-width: 250px;
    min-height: 50px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.insourcing-form .hs-form>fieldset>div .input ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    columns: 2;
}
.insourcing-form .submitted-message {
    margin: 50px 0 100px;
}
.insourcing-form .submitted-message p {
    font-size: 30px;
    color: #012951;
    font-weight: 500;
    width: 50%;
}
/* form style */

/* media queries */
@media (max-width: 1280px) {
  .full-container {
    width: 100%;
  }
  .wrap-in-1280 {
    flex-wrap: wrap;
  }
  body .justify-centerin-1280 {
    justify-content: center !important;
  }
  .column-in-1280 {
    flex-direction: column;
  }
  /* hero 1 and hero 2 */
  .banner .righ-ellips {
    display: none;
  }
  .banner .left-ellips {
    margin-left: -140px;
    width: 860px;
    height: 860px;
  }
  .banner-img {
    max-width: 360px;
  }
  .hero2 {
    margin-top: -500px;
  }

  .what-is-insourcing .detail {
    padding: 20px;
    width: 720px;
    height: 720px;
    margin-top: -50px;
  }
  .banner .left-col {
    max-width: 550px;
    left: 0px;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-sub-title {
    font-size: 16px;
  }
  .extra-info {
    font-size: 16px;
  }

  /* round card insourcing */
  #round_cards_insourcing
    .container
    > .d-flex.justify-content-between.lign-items-center {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  /* what work for you */
  .what-work-for-you
    .container
    #hs_cos_wrapper_module_167084434555419
    > .d-flex {
    flex-direction: column;
  }
  .what-work-for-you .left-ellips {
    height: 720px;
    left: 0;
    right: 0;
    margin: -280px auto 60px;
    width: 720px;
  }
  .what-work-for-you .left-ellips .iphonecr {
    max-width: 160px;
  }
  .what-work-for-you .left-ellips .detail {
    margin-bottom: 0;
  }
  .what-work-for-you .right-ellips {
    width: 600px;
    height: 600px;
    margin-right: 0;
    top: -130px;
    padding-top: 0;
    width: 600px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 60px;
  }
  .detail .title {
    font-size: 30px;
  }
  .what-work-for-you .right-ellips .extra-info {
    font-size: 16px;
  }
  .button-area .button {
    display: inline-block;
    padding: 8px 15px;
    font-size: 15px;
  }
  .what-work-for-you .right-col {
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }

  /* round card nhs */
  #round_cards_nhs {
    padding-left: 10px;
    padding-right: 10px;
  }
  #round_cards_nhs
    .container
    .gap-40.d-flex.justify-content-center.align-items-center {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .title {
    font-size: 35px;
  }

  /* happier patients */
  #happier_patients {
    background: var(--dark-blue);
  }
  #happier_patients .dark_blue_circle {
    border-radius: 0;
    height: auto;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  #happier_patients .dark_blue_circle .content {
    max-width: 100%;
  }

  #happier_patients .dark_blue_circle .content h2 {
    font-size: 30px;
  }
  #happier_patients .dark_blue_circle .content p.description {
    font-size: 15px;
  }
  #happier_patients .dark_blue_circle .content .percent_cards {
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #happier_patients .img-area {
    align-self: center;
    border-radius: 50%;
    height: 385px;
    position: relative;
    right: 0;
    width: 385px;
    margin: auto;
  }

  /* video section */
  #video_section .content {
    width: 340px;
  }
  #testimonial_section .light_green_circle {
    margin: 40px auto;
  }

  /* banner 2 */
  .banner2 .left-col {
    width: 100%;
    max-width: 100%;
  }

  /* why-choose-18-week-support */
  .why-choose-18-week-support .card_heading {
    width: 100%;
    margin-top: 30px;
  }
  .why-choose-18-week-support:before {
    border-radius: 50% 50% 0 0;
    height: 100%;
  }

  /* we-give-you-agency */
  .we-give-you-agency .right-ellips {
    top: 0;
    left: 0;
    right: auto;
    width: 660px;
    height: 660px;
    margin: auto;
    padding: 50px;
    padding-top: 100px;
    padding-left: 80px;
    margin-top: -100px;
  }
  .we-give-you-agency .button-area {
    text-align: center;
  }

  /* expert-clinical-governance-sec */
  .expert-clinical-governance-sec {
    margin-top: 30px;
  }
  .expert-clinical-governance-sec .right-ellips {
    width: 660px;
    height: 100%;
    top: 0;
    padding: 30px !important;
    border-radius: 20px;
  }
  .expert-clinical-governance-sec .durse-doctor-img-wrap {
    margin-top: 30px;
    margin-left: auto;
    text-align: center;
  }

  /* theres-always-role-for-you */
  .theres-always-role-for-you {
    margin-top: 30px;
  }
  .theres-always-role-for-you .right-ellips {
    width: 660px;
    height: 660px;
    margin: auto;
    margin-bottom: -100px;
    padding: 0;
    background-color: #0b2b51 !important;
    padding: 80px;
    padding-bottom: 0;
    padding-top: 0;
    right: 0;
    top: 0;
  }
  .theres-always-role-for-you .button-area {
    text-align: center;
  }

  /* video-section-2 */
  .video-section-2 .content {
    max-width: 400px !important;
  }
  .video-section-2 .content h2 {
    font-size: 38px !important;
  }
}

@media (max-width: 1159px) {
  .what-is-insourcing .detail {
    padding: 20px;
    width: 660px;
    height: 660px;
    margin-top: -50px;
  }

  /* happier patients */
  #happier_patients .dark_blue_circle .content {
    text-align: center;
  }

  /* testimonial section */
  #testimonial_section
    .what-work-for-you.d-flex.flex-wrap.justify-content-between.flex-row-reverse.w-100 {
    flex-direction: column !important;
    justify-content: center !important;
  }
  #testimonial_section
    .what-work-for-you.d-flex.flex-wrap.justify-content-between.flex-row-reverse.w-100
    .right-col {
    width: 100% !important;
    text-align: center;
  }
  #testimonial_section .light_green_circle {
    margin: 70px auto 70px auto;
  }

  /* video section */
  #video_section .content-circle {
    width: 720px;
    height: 720px;
    margin-top: -367px;
    position: relative;
    right: -400px;
  }
  #video_section .content {
    left: 190px;
    top: 190px;
  }
}

@media (max-width: 1023px) {
  .what-is-insourcing .detail {
    padding: 20px;
    width: 100%;
    height: 100%;
    margin-top: -50px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .what-is-insourcing .detail .inner {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  /* hero 1 and hero 2 */
  section.banner.full-container {
    background-color: var(--dark-blue);
  }
  section.banner.full-container
    > .container
    > .d-flex.align-items-center.flex-wrap {
    flex-direction: column !important;
  }
  .banner .left-ellips {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    z-index: 2;
    margin-left: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .banner .left-col {
    max-width: 100%;
    text-align: center;
    padding: 50px 10px;
  }
  .hero2 .d-flex.align-items-end.hero-row-reverse {
    flex-direction: column;
    align-items: center !important;
  }
  .hero2 {
    margin-top: 0;
    margin-right: 0px;
  }

  /* happier patients */
  #happier_patients {
    background-color: var(--dark-blue);
  }
  #happier_patients .dark_blue_circle .content {
    width: 100%;
  }
  #happier_patients .d-flex.justify-content-between.flex-wrap.flex-column {
    flex-direction: column !important;
  }
  #happier_patients .dark_blue_circle {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #happier_patients .img-area {
    position: static !important;
    width: 100% !important;
    max-width: 420px;
    height: 420px !important;
    margin: 0 auto;
  }

  /* video section */
  #video_section {
    background-color: var(--dark-green);
    max-height: 100%;
  }
  #video_section
    .container
    .d-flex.gap-40.justify-content-between.align-items-center.flex-wrap {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #video_section .content-circle {
    width: 100%;
    right: 0;
    border-radius: 0%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #video_section video,
  #video_section .hs-video-widget {
    top: 0;
    width: 100%;
    height: auto;
  }
  #video_section .content {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  /* banner2 */
  .banner2 {
    background-color: transparent !important;
  }
  .banner2 .right-col .lady-dr {
    margin-left: 0;
  }

  /* video-section-2 */
  .video-section-2 .content {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  /* working_for_us */
  #working_for_us .working_for_us_cards .working_card .card_head::before {
    top: -50px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    transform: rotate(90deg);
  }
  #working_for_us .working_for_us_cards .working_card {
    align-items: center;
  }

  /* partners-says-sec */
  .partners-says-sec .saying p {
    min-height: auto;
  }
  .partners-says-sec .nhs-wrap1 {
    margin-top: 40px;
  }
  .partners-says-sec .nhs-wrap2 {
    margin-top: 50px;
  }
  .partners-says-sec .nhs-wrap2 .NHS-icon-wrap {
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  /* testimonial section */
  #testimonial_section .light_green_circle {
    border-radius: 30px;
    height: 100% !important;
    width: 100% !important;
    padding: 30px 20px;
    margin: 40px auto 0;
  }
  #video_section {
    margin: 0;
  }

  /* banner 2 */
  .banner2 .right-col .lady-dr {
    width: 100%;
  }

  /* we-give-you-agency */
  .we-give-you-agency .right-ellips {
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px 30px;
    height: 100%;
    width: 100%;
  }

  /* expert-clinical-governance-sec */
  .expert-clinical-governance-sec .right-ellips {
    padding: 20px 30px;
    width: 100%;
  }
  .expert-clinical-governance-sec .durse-doctor-img-wrap img {
    width: 100%;
  }

  /* theres-always-role-for-you */
  .theres-always-role-for-you .right-ellips {
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    margin-bottom: 30px;
  }
  .theres-always-role-for-you .role_list {
    columns: 1;
  }
  
  /* form style */
  .insourcing-form .hs-form > fieldset > div{
    width: 100% !important;
  }
  .insourcing-form .hs-form>fieldset>div .input ul{
    columns: 1;
  }
}

@media (max-width: 575px) {
  .footer-widgets .container > .row > .col-sm-6 {
    margin-bottom: 40px;
  }

  .laptop-girl {
    margin-bottom: -100px;
  }
  #happier_patients .img-area {
    max-width: 290px;
    height: 290px !important;
    margin: 97px auto 0 auto;
  }
  .what-work-for-you .right-ellips {
    height: auto;
    left: 0;
    margin: 30px auto;
    padding: 60px;
    right: 0;
    top: 0;
    width: auto;
    padding: 30px;
    border-radius: 20px;
  }
  .what-work-for-you .left-ellips {
    height: auto;
    left: 0;
    margin: 30px auto;
    right: 0;
    width: 100%;
    border-radius: 20px;
    padding: 30px 0;
  }

  .why-choose-18-week-support .row {
    margin: auto;
  }
  .why-choose-18-week-support .phone-wrap {
    text-align: center;
  }
  .why-choose-18-week-support .phone-wrap img {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .header-inner {
    flex-direction: column;
  }
  .header-inner .logo {
    margin-bottom: 20px;
  }

  /* why-choose-18-week-support */
  .why-choose-18-week-support {
    margin-top: -150px;
  }
}