html {
  overflow-x: hidden;
}
.green-pattern {
  min-height: 1570px;
  background-position: top center !important;
  margin-bottom: -550px;
}
.header-section {
  position: relative;
  width: 100%;
  padding: 35px 0 15px;
  background: transparent;
  left: 0 !important;
  transition: all 0.5s ease;
}
.header-section-error {
    position: relative;
    width: 100%;
    background: #55c86f;
    left: 0 !important;
    transition: all 0.5s ease;
}
.mainmenu > li {
  float: left;
  width: auto;
  padding: 0;
}
.mainmenu > li a {
  padding: 0;
  font-size: 16px;
  padding: 6px 14px 9px;
}
.mainmenu > li.active a {
  font-weight: 600;
}
.mainmenu > li a:after {
  display: none;
}
.mainmenu > li a span {
  position: relative;
  z-index: 1;
}
.mainmenu > li:last-child a {
  margin-left: 70px;
  box-shadow: 0px 5px 20px 0 rgba(47, 168, 75, 0.67);
  background-color: #64dbb3;
  font-family: "Segoe UI Bold";
  color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
/* .mainmenu > li:last-child a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  transition: all 0.5s ease;
}
.mainmenu > li:last-child a:hover {
  color: #64dbb3;
} */

.poup-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.poup-content img {
  max-width: 70px;
  margin-right: 25px;
}

.mainmenu > li:last-child a:hover:before {
  width: 100%;
}
.logo img {
  transition: 0.5s ease;
}
.header-fixed .header-section {
  position: fixed;
  box-shadow: 0 8px 22px -9px rgba(132, 196, 73, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  background: #60c176;
  height: auto;
  padding: 15px 0 10px;
}

.header-fixed .header-section-error {
    position: fixed;
    box-shadow: 0 8px 22px -9px rgba(132, 196, 73, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    background: #60c176;
    height: auto;
    padding: 15px 0 10px;
}


.header-fixed .header-section .logo img {
  max-width: 55px;
}
.header-fixed .header-section-error .logo img {
    max-width: 40px;
}

.banner-section {
  padding: 40px 0px;
  color: #fff;
  font-size: 25px;
}
.banner-section h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 0px;
}
.banner-content {
  float: left;
  width: 48%;
  padding: 50px 0;
  line-height: 1.33;
}
.banner-content .google-apple-box img {
  margin: 25px 15px 0 0;
  max-width: 180px;
}
.banner-content h1 {
  padding: 0 0 30px 0;
}
.banner-mobile-image img {
  max-width: 350px;
  display: inline-block;
}
.banner-mobile-image {
  float: left;
  width: 51%;
  -webkit-animation: featureImgBounce 3s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 3s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.error-page {
    padding: 100px 0;
    font-size: 20px;
}

.specialties {
  padding: 50px 0;
  color: #fff;
  font-size: 20px;
}
.specialties h2 {
  color: #fff;
  font-size: 32px;
  padding-bottom: 32px;
}
.specialties-boxes {
  align-items: flex-start;
}
.specialties-boxes a {
  color: #fff;
  margin-top: 70px;
  cursor: pointer;
  margin: 70px 10px 0px;
}
.specialties-boxes a:hover span {
  opacity: 0.8;
}
.specialties-boxes a span {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.specialties-boxes a img {
  display: inline-block;
}
#openModal {
  display: none;
  width: 500px !important;
  height: 170px;
  text-align: center;
  /* padding-top: 75px; */
}
.loader {
  background: url(../images/logo-gif.gif);
  background-position: center center !important;
  background-size: cover !important;
}
.loader .item {
  display: none;
}

/* Switch */

.filter-box-4 {
  position: relative;
  top: 5px;
  margin-left: 15px;
  font-size: 16px;
}

.filter-box-4 .flex-left {
  display: flex;
  align-items: center;
  color: #fff;
}

.filter-box-4 .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
  margin: 0 12px;
}

.filter-box-4 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-box-4 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 16px;
  border: solid 1px #e6e6f6;
}

.filter-box-4 .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3.5px;
  bottom: 2px;
  background-color: #60c176;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.filter-box-4 input:checked + .slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

/* Rounded sliders */
.filter-box-4 .slider.round {
  border-radius: 34px;
}

.filter-box-4 .slider.round:before {
  border-radius: 50%;
}

.wrapper {
  /* width: 1465px; */
  width: 1300px;
}

.active .signin-dropdown {
  display: block;
}
.signin-dropdown {
  display: none;
  width: 150px;
  position: absolute;
  right: 0;
  top: 112%;
  background: #fff;
  padding: 10px 0 !important;
}
.signin-dropdown li a {
  margin: 0 !important;
  padding: 2px 20px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #64dbb3 !important;
}
.signin-dropdown li a:before {
  display: none !important;
}

.bar-long {
  height: 5px;
  width: 0px;
  z-index: 1000;
  position: fixed;
  top: 76px;
  left: 0;
  background: #fff;
  border-radius: 10px;
}

.header-signup-button{
    margin-top: 15px;
    /* text-align: center; */
    max-width: 375px;
}

.header-signup-button .register-block-buttons{
  width: 100%;
  text-align: center;
  color: #2fa84b;
  background-color: #fff !important;
  padding: 14px 28px;
}

@media (min-width: 2000px) {
  body {
    max-width: 1920px;
    margin: 0 auto !important;
  }
}

@media (max-width: 1800px) and (min-width: 1601px) {
  .header-signup-button{
      max-width: 325px;
  }
}

@media (max-width: 1600px) {
  .header-signup-button{
      max-width: 285px;
  }
}

@media (max-width: 1500px) {
  .filter-box-4 .switch {
    margin: 0 5px;
  }
  .wrapper {
    width: 90%;
    padding: 0 40px;
  }
  .mainmenu > li:last-child a {
    margin-left: 60px;
  }
  .banner-section h1 {
    font-size: 45px;
  }
  .banner-section {
    font-size: 26px;
  }
  .banner-mobile-image img {
    max-width: 50%;
  }
  .banner-content {
    width: 49%;
    padding: 50px 0;
  }
  .green-pattern {
    min-height: 1350px;
  }
  .header-fixed .green-pattern {
    min-height: 1070px;
  }
}

@media (max-width: 1240px) {
  .wrapper {
    width: 100%;
  }
  .logo img {
    max-width: 85px;
  }
  .mainmenu > li:last-child a {
    margin-left: 4px;
  }
  .mainmenu > li a {
    padding: 6px 10px 9px;
  }
  .banner-content {
    padding: 80px 0;
    width: 49%;
  }
  .green-pattern {
    min-height: 1390px;
    margin-bottom: -650px;
  }
  .specialties {
    font-size: 18px;
  }
  body .specialties-boxes a img {
    max-width: 80px;
  }
  body
    .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    padding-bottom: 20px;
  }
  #doctor.patient {
    padding: 70px 0;
  }
  .header-fixed .green-pattern {
    min-height: 990px;
    margin-bottom: -470px;
  }
  .register-blocks h5,
  .driver-delivery-section h5,
  .getin-touch-heading h5,
  .patient .head h2 {
    font-size: 36px;
  }
  body .banner-section h1 {
    font-size: 32px;
  }
  body .banner-section {
    font-size: 19px;
  }
  body
    .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    h6 {
    font-size: 21px;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    ul
    li {
    font-size: 17px;
  }
  body .doctor .doc-content .doc-content-left .doc-content-box-inner {
    margin: 0 0 20px 0;
  }
  .doctor .doc-content {
    padding: 70px 0 0 0;
  }
  html body .register-blocks h5 {
    font-size: 29px;
  }

  .header-signup-button{
      max-width: 275px;
  }
}

@media (max-width: 1600px) {
  .about-us .wrapper .section .left-about-us {
    margin: 0 55px 0 0;
  }
  .about-us .wrapper .section .right-about-us {
    width: 40%;
  }
  .about-us .wrapper .section .right-about-us h5 {
    margin: 0 0 30px 0;
  }
  .loader {
    transform: scale(1) !important;
  }
  .banner-content .google-apple-box img {
    max-width: 135px;
    margin: 15px 15px 0 0;
  }

  .banner-section h1 {
    font-size: 34px;
    padding-bottom: 0;
  }
  .mainmenu > li a,
  .filter-box-4 {
    font-size: 14px;
  }
  .filter-box-4 {
    margin-left: 12px;
  }
  .mainmenu > li:last-child a {
    font-size: 13px;
    margin-left: 20px;
  }
  .mainmenu > li a {
    padding: 3px 10px 5px;
  }
  .banner-section {
    font-size: 20px;
  }
  .banner-mobile-image img {
    max-width: 300px;
  }
  body .mobile-social-links {
    padding-right: 0px;
    max-width: 260px;
  }
  .banner-content {
    padding: 80px 25px 10px;
    width: 58%;
    /*text-align: justify;*/
  }
  .header-fixed .banner-content {
    padding: 220px 25px 0;
  }
  .green-pattern {
    min-height: 1070px;
    margin-bottom: -440px;
  }
  .banner-mobile-image {
    margin-top: -30px;
    width: 41%;
  }
  .header-section {
    padding-top: 25px;
  }
  .about-us .wrapper .section .right-about-us h5,
  .register-blocks h5,
  .driver-delivery-section h5,
  .getin-touch-heading h5 {
    font-size: 32px;
  }
  body .register-blocks h5 {
    font-size: 30px;
    margin: 20px 0 30px;
  }

  .about-us .wrapper .section .right-about-us p,
  .register-blocks p {
    font-size: 18px;
  }
  .patient .image-content-section .image-section .google-apple-box img,
  .deliver-app-alinks img {
    max-width: 135px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner h5 {
    font-size: 23px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner ul li,
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    ul
    li,
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    ul
    li {
    margin-bottom: 7px;
  }
  .about-us
    .wrapper
    .section
    .left-about-us
    .left-box
    .left-box-inner
    ul
    li:last-child,
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    ul
    li:last-child,
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    ul
    li:last-child {
    margin-bottom: 0px;
  }
  .about-us .wrapper .section .left-about-us .left-box {
    margin: 0 10px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    margin: 0 0 20px 0;
    padding: 37px 22px;
  }
  .patient .image-content-section .image-section .image-box {
    text-align: center;
  }
  .patient .image-content-section .image-section .image-box img {
    max-width: 80%;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    font-size: 22px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box
    img {
    max-width: 35px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box {
    padding: 10px 25px 0 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    h6 {
    font-size: 22px;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box {
    padding: 0 27px 0 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box
    img {
    width: auto;
    height: auto;
  }
  .doctor .doc-signup .text p {
    font-size: 25px;
  }
  .doctor .doc-signup .signup-img-box img {
    max-width: 185px;
  }
  .patient .head h2 {
    font-size: 32px;
  }
  .register-blocks h5,
  .driver-delivery-section h5,
  .getin-touch-heading h5 {
    margin: 20px 0 30px;
  }
  .register-block-buttons {
    font-size: 17px;
    padding: 12px 26px;
  }
  .delivery-image-section img {
    width: 70%;
    float: none;
    position: relative;
    left: 60px;
  }
  .delivery-image-section {
    text-align: center;
  }
  .filter-box-4 {
    top: 2px;
  }
  .get-in-touch-section {
    padding: 60px;
  }
  .form-submit-button {
    padding: 13px 45px;
    font-size: 17px;
  }
  .register-blocks {
    padding-top: 20px;
  }
  .delivery-section {
    padding: 40px 0;
  }
  .specialties-boxes a img {
    max-width: 100px;
  }
  .specialties h2 {
    padding-bottom: 5px;
  }
  .patient .head p,
  body .driver-delivery-section p {
    font-size: 18px;
  }
  .patient .head p br {
    display: none;
  }
  .doctor .doc-content .doc-content-left .doc-content-box-inner {
    margin: 0 0 30px 0;
    padding: 35px 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .green-pattern {
    min-height: 1060px;
    margin-bottom: -360px;
  }
}

@media (max-width: 1240px) {
  .left-footer-text {
    width: 38%;
  }
  .right-footer-logos {
    width: 60%;
  }
  .left-footer-text * {
    font-size: 16px;
  }
  .mainmenu > li a {
    padding: 3px 7px 5px;
  }
  .about-us .wrapper .section .right-about-us h5,
  .getin-touch-heading h5 {
    font-size: 29px;
    margin: 0 0 25px 0;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner ul li {
    font-size: 15px;
  }
  .patient .head h2 {
    font-size: 29px;
    margin: 0 0 25px 0;
  }
  body .patient .head p,
  body .driver-delivery-section p {
    font-size: 17px;
  }
  .specialties h2 {
    padding-bottom: 10px;
    font-size: 29px;
  }

  .doctor .doc-signup .text p {
    font-size: 22px;
  }
  .register-blocks h5,
  .driver-delivery-section h5 {
    margin: 20px 0 30px;
    font-size: 29px;
  }
  .register-blocks p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .register-block-buttons {
    font-size: 17px;
    padding: 12px 26px;
  }
  .register-blocks {
    padding-top: 0;
  }
  .banner-content .google-apple-box img {
    max-width: 130px;
    margin: 10px 10px 0 0;
  }
  body .about-us .wrapper .section .left-about-us .left-box {
    margin: 0 7px;
  }
  body .about-us .wrapper .section .left-about-us .left-box.left-1 {
    margin: -100px 7px 0;
  }
  body .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    margin: 0 0 14px 0;
  }
  body .about-us .wrapper .section .left-about-us .left-box .left-box-inner h5 {
    font-size: 21px;
  }
  body .about-us .wrapper .section .right-about-us p,
  .register-blocks p,
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    ul
    li {
    font-size: 17px;
  }
  body .about-us .wrapper .section .right-about-us {
    width: 35%;
  }
  body .about-us .wrapper .section .left-about-us {
    margin: 0 5px 0 0;
  }
  body .patient .image-content-section .image-section .google-apple-box img,
  .deliver-app-alinks img {
    max-width: 130px;
  }
  .patient .image-content-section .image-section .google-apple-box .google-box {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 991px) {
  body .doctor .doc-content .doc-content-right .doc-image-box img {
    border-radius: 25px !important;
  }
  .banner-mobile-image {
    width: 40%;
  }
  .banner-content {
    width: 60%;
  }

  .logo img {
    max-width: 75px;
  }
  .mainmenu > li a {
    padding: 3px 7px 5px;
  }
  .banner-section h1 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 5px;
  }
  .about-us .wrapper .section {
    flex-direction: column-reverse;
  }
  .about-us .wrapper .section .right-about-us {
    width: 100%;
    margin-bottom: 120px;
    padding: 0 15px;
  }
  .about-us .wrapper .section .right-about-us p {
    height: auto;
  }
  .about-us .wrapper .section .left-about-us {
    margin: 0;
    width: 100%;
  }
  .patient .head h2,
  .specialties h2 {
    font-size: 29px;
  }
  .patient .head p {
    font-size: 18px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    font-size: 21px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box
    img {
    max-width: 40px;
  }
  .specialties h2 {
    padding-bottom: 0;
  }

  .right-footer-logos {
    width: 54%;
  }
  .left-footer-text {
    width: 44%;
  }
  body .footer-social-icons a {
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }
  body .footer-social-icons a img {
    max-width: 17px;
    max-height: 15px;
  }
  body .footer-social-icons a.title {
    font-size: 14px;
    left: -5px;
  }
  body .footer-social-icons i {
    font-size: 16px;
  }

  .specialties-boxes {
    flex-wrap: wrap;
  }
  .specialties-boxes a {
    width: 29.3%;
  }
  .patient .image-content-section .image-section .google-apple-box img,
  .deliver-app-alinks img {
    max-width: 130px;
  }
  .patient .image-content-section .image-section .image-box {
    padding: 0 0 48px 0;
  }
  .patient {
    padding: 70px 0 40px;
  }
  .doctor .doc-content {
    padding: 60px 0 0 0;
  }
  .doctor .doc-content .doc-content-left .doc-content-box-inner {
    margin: 0 0 15px 0;
    padding: 25px 20px;
    flex-direction: column;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box {
    padding: 0px 0 10px 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    ul
    li {
    font-size: 16px;
  }
  .doctor .doc-signup .signup-img-box img {
    max-width: 60%;
  }
  .doctor .doc-signup .text p {
    font-size: 20px;
  }
  .doc-signup {
    position: relative;
    left: 60px;
  }
  .register-pharmacy-block,
  .register-laboratory-block,
  .register-pharmacy-block {
    padding: 50px 30px;
    margin: 0 4% 40px 4%;
  }
  .register-block-image img {
    width: 60px;
  }
  .register-blocks h5,
  .driver-delivery-section h5 {
    font-size: 26px;
  }
  .register-block-buttons {
    font-size: 16px;
    padding: 9px 24px;
  }
  .driver-delivery-section p {
    font-size: 18px;
  }
  .driver-delivery-section {
    padding: 0;
  }
  .delivery-section {
    padding-bottom: 10px;
  }
  .get-in-touch-section {
    padding: 50px 40px;
  }
  .getin-touch-heading p {
    margin-bottom: 70px;
    padding: 0 10px;
  }
  .form-section .form-field {
    font-size: 15px;
  }
  .form-submit-button {
    padding: 10px 35px;
    font-size: 16px;
  }
  .left-footer-text * {
    font-size: 16px;
  }
  .about-us .wrapper .section .left-about-us .left-box.left-1 {
    margin: -100px 10px 0;
  }
}

@media (max-width: 900px) {
  .patient .image-content-section {
    flex-direction: column;
  }
  .patient .image-content-section .image-section,
  .patient .image-content-section .content-section {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .patient .image-content-section .content-section {
    margin-top: 50px;
  }
  .patient .image-content-section .image-section .image-box img {
    max-width: 50%;
  }
}

@media (max-width: 1050px) {
  .mainmenu {
    height: auto !important;
  }

  .mainmenu > li {
    width: 100%;
    padding: 5px 15px;
  }

  .mainmenu > li:last-child a {
    margin: 0;
  }
  .header-fixed .header-section {
    padding: 15px 0 12px;
  }
  .bar-long {
    top: 84px;
  }
  .top-right {
    display: flex;
    align-items: center;
  }
  .mainmenu > li.filter-li {
    display: none;
  }
  .signin-menu-li {
    margin: 0 25px;
  }
  .signin-menu-li a {
    color: #fff;
    font-size: 14px;
  }
  .signin-dropdown {
    right: 100px;
    top: 90px;
  }
  .header-fixed .header-section .logo img {
    max-width: 60px;
  }
}

@media (min-width: 1240px) and (max-width: 1500px) {
  .green-pattern {
    min-height: 1120px;
  }
  body .banner-mobile-image img {
    max-width: 220px;
  }
  body .mobile-social-links {
    padding-right: 0;
    position: relative;
    left: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .green-pattern {
    min-height: 1120px;
    margin-bottom: -520px;
  }
  body .banner-mobile-image img {
    max-width: 250px;
  }
  body .mobile-social-links {
    padding-right: 0;
    max-width: 240px;
  }
  body .mobile-social-links a {
    font-size: 11px;
  }
  body .banner-content {
    width: 55%;
    padding: 10px 10px 5px;
  }
  .header-fixed .banner-content {
    padding: 80px 20px 0;
  }
  body .banner-mobile-image {
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-social-links .title {
    margin-top: -10px;
  }
  body .about-us .wrapper .section .right-about-us {
    margin-bottom: 100px;
  }
  .green-pattern {
    min-height: 960px;
    margin-bottom: -480px;
  }
  .banner-mobile-image img {
    max-width: 195px;
  }
  body .mobile-social-links {
    padding-right: 0px;
    position: relative;
    left: 20px;
    max-width: 220px;
  }
  body .mobile-social-links a {
    font-size: 10px;
    margin: 0 7px 6px -2px;
  }
  .specialties-boxes a span {
    margin-top: 25px;
  }
  .banner-mobile-image {
    width: 40%;
    padding-right: 20px;
  }
  .header-fixed .banner-mobile-image {
    padding-top: 100px;
  }
  html body .register-blocks h5 {
    font-size: 26px !important;
  }
  html body .banner-section {
    font-size: 18px;
  }
  .doctor .doc-content .doc-content-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .doctor .doc-content .doc-content-right {
    width: 100%;
    padding: 0;
  }
  .doctor .doc-content .doc-content-right .doc-image-box img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .logo img {
    max-width: 65px;
  }
  .header-fixed .header-section .logo img {
    max-width: 50px;
  }
  .bar-long {
    top: 77px;
    height: 3px;
  }
  .header-fixed .mainmenu {
    top: 80px;
  }
  body .footer-social-icons {
    text-align: center;
  }
  body .footer-social-icons a {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 3px;
  }
  body .footer-social-icons a i,
  body .footer-social-icons a img {
    position: relative;
    top: 38%;
    transform: translateY(-50%);
  }
  body .footer-social-icons a.title {
    float: left;
    width: 100%;
    left: 0;
    top: -10px;
    margin-top: 5px;
  }
}

@media (min-width: 1601px) and (max-width: 1800px) {
  .banner-content .google-apple-box img {
    max-width: 155px;
    margin: 15px 15px 0 0;
  }
  .patient .image-content-section .image-section .google-apple-box img,
  .deliver-app-alinks img {
    max-width: 155px;
  }

  .banner-section h1 {
    font-size: 40px;
    padding-bottom: 0;
  }
  .banner-mobile-image img {
    max-width: 300px;
  }
  body .mobile-social-links {
    padding-right: 00px;
    max-width: 270px;
  }
  .green-pattern {
    min-height: 1470px;
    margin-bottom: -640px;
  }
  .banner-content {
    padding: 30px 0;
  }
  .banner-section {
    font-size: 26px;
  }
  .header-fixed .banner-content {
    padding-top: 150px;
  }
  .about-us .wrapper .section .right-about-us h5,
  .patient .head h2,
  .register-blocks h5,
  .driver-delivery-section h5,
  .getin-touch-heading h5 {
    font-size: 32px;
  }
  .about-us .wrapper .section .right-about-us p {
    font-size: 20px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner h5 {
    font-size: 24px;
  }
  .patient .head p {
    font-size: 21px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    font-size: 23px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box
    img {
    max-width: 50px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box {
    padding: 10px 35px 0 0;
  }
  .register-blocks h5 {
    font-size: 32px;
  }
  .patient .image-content-section .image-section .image-box {
    text-align: center;
  }
  .patient .image-content-section .image-section img {
    max-width: 80%;
  }
  .doctor .doc-signup .signup-img-box img {
    max-width: 200px;
  }
  .doctor .doc-signup .text p {
    font-size: 30px;
  }
  .register-block-buttons {
    padding: 14px 28px;
    font-size: 18px;
  }
  .delivery-image-section img {
    width: 70%;
  }
  .specialties-boxes a img {
    max-width: 130px;
  }
  #about_us.about-us {
    padding-top: 140px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .green-pattern {
    background-position: top -70px left -210px !important;
  }
  .banner-content,
  .banner-mobile-image {
    width: 100%;
    padding: 0;
  }
  .banner-content {
    width: 65%;
    padding-bottom: 120px;
  }
  .header-fixed .banner-content {
    padding: 100px 0;
  }
  .green-pattern,
  .header-fixed .green-pattern {
    min-height: initial;
    margin-bottom: 0;
  }
  .banner-mobile-image img {
    max-width: 200px;
  }
  .doctor .doc-signup .text p {
    text-align: center;
    font-size: 22px;
  }
  .banner-content .google-apple-box img {
    margin: 10px 10px 0 0;
    max-width: 110px;
  }
  .banner-mobile-image {
    text-align: center;
    top: 94px;
    position: relative;
  }
  body .mobile-social-links {
    padding: 0;
    justify-content: center;
    position: relative;
    right: 46%;
    max-width: 240px;

    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  body .mobile-social-links a {
    font-size: 10px;
  }
  .about-us {
    padding: 60px 0 40px;
  }
  #about_us.about-us,
  #patient.patient {
    padding-bottom: 30px;
  }
  .specialties {
    padding: 45px 0 50px;
  }
  .about-us .wrapper .section .right-about-us h5,
  .getin-touch-heading h5 {
    font-size: 26px;
    margin: 0 0 25px 0;
  }
  .about-us .wrapper .section .right-about-us p {
    font-size: 16px;
  }
  .about-us .wrapper .section .left-about-us .left-box.left-1 {
    margin: -100px 6px 0;
  }
  .about-us .wrapper .section .left-about-us .left-box {
    margin: 0 6px;
  }
  .about-us .wrapper .section .left-about-us .left-box {
    width: 33.3%;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    margin: 0 0 11px 0;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner h5 {
    font-size: 21px;
    margin: 0 0 16px 0;
  }
  .about-us .wrapper .section .right-about-us {
    margin-bottom: 80px;
  }
  .about-us
    .wrapper
    .section
    .left-about-us
    .left-box
    .left-box-inner
    .image-box
    img {
    max-width: 35px;
  }
  .patient {
    padding: 20px 0 40px;
  }
  #doctor.patient {
    padding: 40px 0 40px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    padding: 22px 15px 20px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner ul li {
    font-size: 14px;
  }
  .patient .head h2 {
    margin: 0 0 25px 0;
  }
  .patient .image-content-section .image-section .google-apple-box .google-box {
    padding: 0 6px 0 0;
  }
  .patient .image-content-section .image-section .image-box img {
    max-width: 230px;
  }
  body .banner-section {
    font-size: 17px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    font-size: 19px;
    padding: 0 0 15px 0;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box
    img {
    max-width: 31px;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-image-box {
    padding-top: 7px;
    padding-right: 20px;
  }
  .patient .image-content-section .content-section {
    margin-top: 30px;
  }
  .wrapper {
    width: 100%;
    padding: 0 25px;
  }
  .patient .head p {
    padding: 0;
  }
  .patient .head h2,
  .specialties h2 {
    font-size: 26px;
  }
  .specialties-boxes a img {
    max-width: 60px;
  }
  .specialties {
    font-size: 14px;
  }
  .specialties-boxes a span {
    margin-top: 15px;
    line-height: normal;
    word-break: break-word;
  }
  .specialties-boxes a {
    margin: 40px 8px 0px;
    width: 127px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    ul
    li {
    font-size: 16px;
  }
  .patient .head p {
    font-size: 17px;
  }
  .doctor .doc-content {
    flex-direction: column;
  }
  .doctor .doc-content .doc-content-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .doctor .doc-content .doc-content-right {
    width: 100%;
    padding: 0;
  }
  .doctor .doc-content .doc-content-right .doc-image-box img {
    max-width: 360px;
  }
  .doctor .doc-signup {
    width: 100%;
    left: 0;
    flex-direction: column;
    margin: 30px 0 0 0;
  }
  .doctor .doc-signup .signup-img-box img {
    max-width: 155px;
  }
  .doctor .doc-signup .text {
    margin: 0 0 15px 0;
  }
  .doctor .doc-content .doc-content-right .doc-image-box {
    text-align: center;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    h6 {
    font-size: 21px;
  }
  .register-pharmacy-block,
  .register-laboratory-block,
  .register-pharmacy-block {
    width: 100%;
    margin: 10px 0;
    padding: 40px 30px;
  }
  .register-block-image img {
    width: 50px;
  }
  .register-blocks p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .register-block-buttons {
    font-size: 14px;
    padding: 7px 20px;
  }
  .register-blocks h5,
  .driver-delivery-section h5 {
    font-size: 24px;
  }
  .driver-delivery-section p {
    font-size: 16px;
  }
  .delivery-section {
    flex-direction: column;
    text-align: center;
  }
  .driver-delivery-section h5 {
    text-align: center;
  }
  .driver-delivery-section {
    width: 100%;
    margin-top: 35px;
  }
  .getin-touch-heading p {
    padding: 0;
      font-size: 16px;
      margin-bottom: 25px;
  }
  .form-section,
  .map-section {
    width: 100%;
    padding: 0;
      margin-top: 35px;
  }
  .get-in-touch-section {
    display: flex;
    flex-direction: column;
      padding: 35px 30px 30px;
    margin-top: 50px;
      border-radius: 18px;
  }

    .map-section iframe {
        max-height: 300px;
    }

  .form-section {
      /*order: 3;*/
      margin-top: 0px;
  }
  .left-footer-text,
  .right-footer-logos {
    width: 100%;
    text-align: center;
    margin: 0;
    display: block;
  }
  .right-footer-logos a {
    margin: 0 5px;
    float: none;
    display: inline-block;
  }
  .right-footer-logos {
    margin: 10px 0 30px;
  }
  .left-footer-text * {
    font-size: 15px;
  }

  .header-signup-button{
      max-width: 235px;
  }

  .header-signup-button .register-block-buttons{
      padding: 10px 28px;
  }
}

@media (max-width: 600px) {
  body .doctor .doc-content .doc-content-right .doc-image-box img {
    max-width: 300px;
    width: 100%;
  }
  body .about-us .wrapper .section .left-about-us .left-box {
    width: 100%;
    margin: 0 !important;
  }
  .about-us .wrapper .section .left-about-us {
    flex-direction: column;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    margin: 10px 0 !important;
  }
  .about-us .wrapper .section .right-about-us {
    margin-bottom: 40px;
  }
  .banner-content {
    width: 85%;
  }
  body .banner-content {
    padding: 10px 0px 70px;
  }
  .banner-section {
    padding: 30px 0px 80px;
  }
  .green-pattern {
    background-position: top -70px left -210px !important;
  }
  html body .banner-section h1 {
    font-size: 26px;
  }
  .doctor .doc-content .doc-content-right .doc-image-box img {
    border-radius: 14px !important;
    max-width: 330px !important;
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .banner-content {
    width: 100%;
    padding-bottom: 0px !important;
  }
  .green-pattern {
    background-position: top -50px left -250px !important;
  }
  .banner-mobile-image {
    top: 149px;
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .signin-menu-li {
    display: none;
  }
  .filter-box-4 {
    font-size: 13px;
    margin-right: 17px;
    top: 0;
  }
}

.mobile-social-links {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  flex-wrap: wrap;
  max-width: 300px;
  float: right;
}
.mobile-social-links a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00000080;
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  letter-spacing: 1px;
  width: 46%;
  padding: 5px;
  justify-content: center;

  border-radius: 20px;
  margin: 0 8px 10px -2px;
  float: left;
}
.banner-mobile-image .mobile-social-links a img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}

.mobile-social-links a.tw i {
  color: #55acee;
}
.mobile-social-links a.linked i {
  color: #0077b5;
}
.mobile-social-links a.youtube i {
  color: #cd201f;
}

.mobile-social-links a i {
  font-size: 14.5px;
  margin-right: 6.5px;
}

.mobile-social-links .title {
  font-size: 14px;
  color: #60c176;
  text-align: left;
  padding: 0 10px 10px;
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .banner-content {
    padding: 50px 25px 10px;
  }
}

@media (min-width: 1241px) and (max-width: 1400px) {
  .banner-content {
    padding: 20px 25px 10px;
  }
  .header-fixed .banner-content {
    padding: 150px 25px 0;
  }

  .about-us .wrapper .section .right-about-us {
    width: 30%;
  }
  .about-us .wrapper .section .left-about-us {
    margin: 0 15px 0 0;
  }
  #doctor.patient {
    padding: 80px 0;
  }
  .green-pattern {
    min-height: 1190px;
    margin-bottom: -520px;
  }
  .header-fixed .green-pattern {
    min-height: 1190px;
  }
}

@media (max-width: 991px) {
  .banner-content {
    padding: 10px 25px 10px;
  }
  body .banner-section h1 {
    font-size: 30px;
    padding-bottom: 12px;
    text-align: left;
  }
  .header-fixed .banner-content {
    padding: 140px 25px 0;
  }
  body .about-us .wrapper .section .right-about-us {
    width: 100%;
  }
  body .about-us .wrapper .section .left-about-us {
    margin: 0 0px 0 0;
  }
  .about-us .wrapper .section .left-about-us .left-box {
    width: 33.3%;
  }
  #doctor.patient {
    padding: 60px 0;
  }
  .delivery-image-section img {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .specialties-boxes {
    text-align: center;
    display: block;
  }

  .banner-content {
    padding: 0px 0px 80px;
  }
  .header-fixed .banner-content {
    padding: 100px 0px 60px;
  }
  body .patient .image-content-section .image-section .google-apple-box img,
  .deliver-app-alinks img {
    max-width: 110px;
  }
  body .about-us .wrapper .section .right-about-us p,
  .register-blocks p,
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    ul
    li {
    font-size: 16px;
  }
  .patient .image-content-section .image-section .image-box {
    padding: 0 0 38px 0;
  }
  .patient .image-content-section {
    padding: 50px 0 0 0;
  }
  body
    .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    padding-bottom: 15px;
  }
  #doctor.patient {
    padding: 45px 0 30px;
  }
  .loader {
    transform: scale(0.6) !important;
  }
  .doctor .doc-content {
    padding: 40px 0 0 0;
  }
  body .doctor .doc-content .doc-content-left .doc-content-box-inner {
    text-align: center;
  }
  .delivery-image-section img {
    left: 0;
    max-width: 200px;
  }
  .delivery-image-section {
    width: 100%;
  }

  body .driver-delivery-section p {
    text-align: justify;
  }
  .deliver-app-alinks {
    justify-content: center;
  }
  .deliver-app-alinks a {
    margin: 0 5px;
  }
  .signin-menu-li {
    margin: 0 20px;
  }
  html body .register-blocks h5 {
    font-size: 27px;
  }
}

.doctor .doc-content .doc-content-right .doc-image-box img {
  border-radius: 37px 0 0 37px;
  border: 6px solid #d2d2d2;
}

@media (min-width: 992px) and (max-width: 1800px) {
  .patient,
  #doctor.patient {
    padding: 50px 0;
  }
  .patient .head h2 {
    margin: 0 0 25px 0;
  }
  .patient .image-content-section {
    padding: 50px 0 0 0;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    padding: 0 0 15px 0;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box {
    margin: 0 0 30px 0;
  }
  .specialties-boxes a img {
    max-width: 90px;
  }
  .doctor .doc-content {
    padding: 45px 0 0 0;
  }
  body .doctor .doc-content .doc-content-left .doc-content-box-inner {
    margin: 0 0 12px 0;
    padding: 26px 27px 26px 23px;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    ul
    li {
    font-size: 16px;
  }
  .doctor .doc-content .doc-content-right .doc-image-box img {
    max-height: 680px;
  }
  .patient .image-content-section .image-section .image-box {
    padding: 0 0 35px 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box {
    padding: 0 20px 0 0;
  }
  .doctor .doc-signup {
    margin: 50px 0 0 0;
  }
  .register-blocks {
    padding-top: 0;
  }
  .register-block-buttons {
    font-size: 16px;
    padding: 10px 22px;
  }
  .get-in-touch-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .register-blocks h5,
  .driver-delivery-section h5,
  .getin-touch-heading h5 {
    margin: 20px 0 20px;
  }
  .getin-touch-heading p {
    margin-bottom: 40px;
  }
  .left-footer-text * {
    font-size: 16px;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    h6 {
    padding: 0 0 12px 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box
    img {
    max-height: 35px;
    max-width: 35px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    padding: 22px 15px 20px;
    margin: 0 0 15px 0;
  }
  .about-us .wrapper .section .left-about-us .left-box.left-1 {
    margin: -100px 5px 0;
  }
  .about-us .wrapper .section .left-about-us .left-box {
    margin: 0 8px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner h5 {
    margin: 0 0 12px 0;
  }
  .about-us
    .wrapper
    .section
    .left-about-us
    .left-box
    .left-box-inner
    .image-box
    img {
    max-width: 35px;
    max-height: 33px;
  }
  .about-us
    .wrapper
    .section
    .left-about-us
    .left-box
    .left-box-inner
    .image-box {
    margin: 0 0 12px 0;
  }
  .about-us .wrapper .section .left-about-us {
    width: calc(100% - 10%);
  }
  .about-us .wrapper .section .left-about-us .left-box {
    width: calc(33.33% - 23px);
  }
  .about-us .wrapper .section .right-about-us h5,
  .getin-touch-heading h5 {
    font-size: 29px;
    margin: 0 0 21px 0;
  }
  .delivery-section {
    padding-top: 0;
    margin-top: -20px;
  }
  .register-laboratory-block,
  .register-pharmacy-block {
    padding-bottom: 50px;
  }
}

@media (min-width: 1241px) and (max-width: 1800px) {
  .about-us .wrapper .section .left-about-us .left-box {
    width: calc(33.33% - 30px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .patient,
  #doctor.patient {
    padding: 50px 0;
  }
  .patient .head h2 {
    margin: 0 0 25px 0;
  }
  .patient .image-content-section {
    padding: 50px 0 0 0;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box
    .content-content-box
    h6 {
    padding: 0 0 15px 0;
  }
  .patient
    .image-content-section
    .content-section
    .content-box
    .inner-content-box {
    margin: 0 0 30px 0;
  }
  .specialties-boxes a img {
    max-width: 90px;
  }
  .doctor .doc-content {
    padding: 45px 0 0 0;
  }
  body .doctor .doc-content .doc-content-left .doc-content-box-inner {
    margin: 0 0 12px 0;
    padding: 26px 27px 26px 23px;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    ul
    li {
    font-size: 16px;
  }
  .doctor .doc-content .doc-content-right .doc-image-box img {
    max-height: 680px;
  }
  .patient .image-content-section .image-section .image-box {
    padding: 0 0 35px 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box {
    padding: 0 20px 0 0;
  }
  .doctor .doc-signup {
    margin: 50px 0 0 0;
  }
  .register-blocks {
    padding-top: 0;
  }
  .register-block-buttons {
    font-size: 16px;
    padding: 10px 22px;
  }
  .get-in-touch-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .register-blocks h5,
  .driver-delivery-section h5,
  .getin-touch-heading h5 {
    margin: 20px 0 20px;
  }
  .getin-touch-heading p {
    margin-bottom: 40px;
  }
  .left-footer-text * {
    font-size: 14px;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-right-content-box
    h6 {
    padding: 0 0 12px 0;
  }
  .doctor
    .doc-content
    .doc-content-left
    .doc-content-box-inner
    .doc-left-image-box
    img {
    max-height: 35px;
    max-width: 35px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner {
    padding: 25px 15px 20px;
  }
  .about-us .wrapper .section .left-about-us .left-box .left-box-inner h5 {
    margin: 0 0 12px 0;
  }
  .about-us
    .wrapper
    .section
    .left-about-us
    .left-box
    .left-box-inner
    .image-box
    img {
    max-width: 35px;
    max-height: 33px;
  }
  .about-us
    .wrapper
    .section
    .left-about-us
    .left-box
    .left-box-inner
    .image-box {
    margin: 0 0 12px 0;
  }
  .delivery-section {
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .register-laboratory-block,
  .register-pharmacy-block {
    padding-bottom: 50px;
  }
}

.footer-social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
}

.footer-social-icons a.fb {
  color: #3b5998;
}
.footer-social-icons a.insta {
  color: #3f729b;
}
.footer-social-icons a.tw {
  color: #55acee;
}
.footer-social-icons a.linked {
  color: #0077b5;
}
.footer-social-icons a.youtube {
  color: #cd201f;
}
.footer-social-icons a.g-plus {
  color: #dc4e41;
}

.footer-social-icons a.g-plus img,
.footer-social-icons a.fb img,
.footer-social-icons a.insta img {
  display: inline-block;
}
.footer-social-icons a.g-plus i,
.footer-social-icons a.fb i,
.footer-social-icons a.insta i {
  display: none;
}

.footer-social-icons i {
  font-size: 20px;
}

.footer-social-icons a img {
  max-width: 22px;
  max-height: 22px;
  display: none;
}

.footer-social-icons a.title {
  max-width: none;
  position: relative;
  left: 10px;
  max-height: none;
  color: #fff;
  font-size: 16px;
  width: auto;
  height: auto;
  background: transparent;
}

@media (min-width: 1600px) {
  .green-pattern {
    min-height: 1450px;
  }
  .header-fixed .green-pattern {
    min-height: 1460px;
  }
  .header-fixed .banner-content {
    padding-top: 270px;
  }
}

@media (min-width: 992px) {
  #doctor.patient {
    position: relative;
  }
  .doctor .doc-content .doc-content-right {
    position: absolute;
    right: 0;
  }

  .doctor .doc-content .doc-content-right img {
    max-width: 100%;
    max-height: 100%;
  }
}
