:root {
  --primary-color: #d91a2a;
  --secondary-color: #3b3f8c;
  --third-color: #16778c;
  --forth-color: #72bf3b;
  --basic-color: #f2c12e;
}

/* Header Start */

/* Top Header Start */
.top-header {
  background: var(--secondary-color);
  padding: 4px 0;
}

.top-header-left ul {
  margin-bottom: 0;
}

.top-header-left ul li {
  display: inline-block;
  padding-right: 10px;
}

.top-header-left ul li a {
  font-size: 13px;
}

.top-header-left ul li a:hover {
  text-decoration: none;
}

.top-header-right ul {
  margin-bottom: 0;
}

.top-header-right ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-header-right ul li a {
  color: #fff;
  font-size: 13px;
}

/* Top Header End */

/* MENU START */

header {
  /* position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center; */
  transition: 1s;
  /* padding: 40px 100px;
  z-index: 1000000; */
}

.navbar button {
  background-color: var(--primary-color);
}

.navbar button span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  float: left;
  padding-top: 2px;
  padding-right: 7px;
}

.my-menu {
  background-color: #fff;
  padding: 3px 0px;
  box-shadow: 0 10px 25px -10px #333;
}

.my-menu .btco-hover-menu .collapse ul > li:hover > a {
  color: #000;
}

.Sticky .btco-hover-menu .collapse ul > li:hover > a {
  color: #000 !important;
}

.my-menu .btco-hover-menu .active a:hover {
  color: #000 !important;
}

.my-logo .media img {
  width: 72px;
}

.my-logo .media-body {
  color: var(--primary-color);
  margin-top: 13px;
}

.my-logo .media-body h5 {
  margin-bottom: 0;
  font-size: 22px;
}

.my-logo .media-body p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.btco-hover-menu {
  padding: 0 !important;
}

.my-menu .navbar-brand {
  width: 72px;
  height: auto;
  padding: 0;
  display: block;
}

.Sticky .navbar-brand {
  display: block !important;
}

header.Sticky {
  padding: 10px 0px;
  background-color: #f8f8f8;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9999;
}

header.Sticky ul li a {
  color: #7d7d7d !important;
  font-size: 17px;
}

.my-navbar-nav li a {
  color: #7d7d7d;
  font-weight: 500;
  margin-right: 15px;
  font-size: 16px;
  text-transform: capitalize;
}

.my-navbar-nav li a:nth-last-child(7) {
  margin-right: 0;
}

.my-navbar-nav .active a {
  color: var(--primary-color);
}

.my-navbar-nav .active:hover a {
  color: #fff !important;
}

.Sticky .my-navbar-nav .active:hover a {
  color: #000 !important;
}

.my-navbar-nav .dropdown-menu a {
  color: #000;
}

.my-navbar-nav .dropdown-menu {
  top: 45px !important;
  background: #f7f7f7 !important;
}

.btco-hover-menu .collapse ul ul > li:hover > a {
  background: #fff !important;
  color: #000 !important;
  transition: 1s;
}

.dropdown-menu::before {
  position: absolute;
  content: "";
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--third-color);
  left: 36px;
  /* left: 0;
  right: 0; */
  margin: 0 auto;
  width: 20px;
}

.btco-hover-menu .collapse ul > li:hover > a {
  /* background: var(--primary-color) !important; */
  color: #000;
}

.navbar-brand span {
  /* font-family: "Open Sans", sans-serif; */
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

/* MENU END */

/* Header End */

/* ===========SLIDER SECTION START ===========*/
.slider-section {
  position: relative;
}

/*====== slider section end ==========*/
/* ========slider lower section start============ */

.slider-lower .col-md-5 {
  padding-right: 0;
  padding-left: 0;
}

.slider-lower .col-md-3 {
  padding-left: 0;
}

.slider-lower .one {
  background-color: var(--secondary-color);
  padding: 36px;
}

.slider-lower .one h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  margin-top: -13px;
  font-weight: 600;
}

.slider-lower .one h4 {
  color: #fff;
  margin-bottom: 17px;
  font-size: 50px;
}

.slider-lower .one h5 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 20px;
}

.slider-lower .one p {
  color: #fff;
  margin-bottom: 25px;
}

.slider-lower .one button {
  background-color: transparent;
  padding: 9px 25px;
  border: 1px solid #fff;
}

.slider-lower .one button a {
  color: #fff;
  text-decoration: none;
}

.slider-lower .two {
  background-color: var(--primary-color);
  padding: 28px;
}

.slider-lower .two h5 {
  color: #fff;
  margin-bottom: 111px;
  font-size: 28px;
}

.slider-lower .two p {
  color: #fff;
  margin-bottom: 25px;
}

.slider-lower .two button {
  background-color: transparent;
  padding: 9px 25px;
  border: 1px solid #fff;
}

.slider-lower .two button a {
  color: #fff;
  text-decoration: none;
}

.slider-lower .three {
  background-color: var(--basic-color);
  padding: 28px;
}

.slider-lower .three h5 {
  color: #fff;
  margin-bottom: 77px;
  font-size: 28px;
}

.slider-lower .three p {
  color: #fff;
  margin-bottom: 25px;
}

.slider-lower .three button {
  background-color: transparent;
  padding: 9px 16px;
  border: 1px solid #fff;
}

.slider-lower .three button a {
  color: #fff;
  text-decoration: none;
}

.slider-lower .col-md-4 {
  padding-right: 0;
  padding-left: 0;
}

.slider-lower {
  position: relative;
  margin-bottom: 163px;
}

.slider-lower-main {
  position: absolute;
  left: 188px;
  top: -119px;
}

.slider-lower button:hover {
  background-color: #fff;
}

.slider-lower button:hover a {
  color: red;
}

/* slider lower section end */
/* about us section start */
.about-us {
  margin-top: 30px;
  margin-bottom: 40px;
}

.about-us .about-img {
  position: relative;
}

.about-us .about-us-lower {
  background-color: #fff;
  width: 45%;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 353px;
  left: 222px;
  height: 42%;
  border: 7px solid var(--basic-color);
  border-radius: 8px;
}

.about-us-lower .about-icon h3 {
  margin-top: 10px;
  color: #3b3f8c;
  font-weight: 700;
  font-size: 44px;
}

.about-us-lower .about-icon h3 span {
  font-size: 18px;
}

.about-us-lower .about-icon h4 {
  font-size: 14px;
  color: #3b3f8c;
  font-weight: 700;
}

.about-content {
  margin-left: 50px;
}

.about-us .about-content h3 {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 700;
}

.about-us .about-content h4 {
  font-size: 45px;
  font-weight: 700;
  color: var(--basic-color);
  margin-top: 15px;
}

.about-us .about-content p {
  font-size: 15px;
  margin-top: 17px;
}

.about-us .about-content h5 {
  margin-left: 30px;
  font-size: 22px;
  margin-top: 36px;
  font-weight: 300;
  color: #6e6666;
  margin-bottom: 40px;
}

.about-us .about-content h5::before {
  position: absolute;
  content: "";
  height: 62px;
  width: 3px;
  background: #ddd;
  transform: translateY(-50%);
  left: 69px;
  bottom: 114px;
}

.about-us .about-content button {
  padding: 10px 18px;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 25px;
  margin-top: 30px;
}

.about-content button a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* about us section end */
/* what we do section start */
.what-we-do-section h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 35px;
}

.what-we-do-section p {
  text-align: center;
  margin-bottom: 50px;
}

.what-we-do-section {
  margin-top: 80px;
}

.what-we-do-section .what-we-do-img {
  margin-left: 40px;
}

.what-we-do-section .what-we-do-img img {
  max-width: 100%;
  height: 449px;
  border-radius: 10px;
}

.what-we-do-section .media .icon {
  border: 3px solid rgb(238, 238, 238);
  padding: 12px;
  /* border-radius: 20% 20% 70% 20%/30% 80% 20% 0%; */
  border-radius: 21px;
}

.what-we-do-section .media {
  margin-top: 0;
  margin-bottom: 73px;
}

.what-we-do-section .media-body {
  margin-left: 30px;
  margin-top: 30px;
}

.what-we-do-section .media-body h5 {
  color: var(--secondary-color);
  font-size: 16px;
}

.what-we-do-section .media-body p {
  text-align: left;
  margin-bottom: 0;
}

/* what we do section end */
/* social work section start */

.social-work-section {
  margin-bottom: 30px;
}

.social-work-section .social-work-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: var(--basic-color);
  width: 38%;
  padding: 1px 7px;
}

.social-work-section .social-work-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: var(--basic-color);
  width: 22%;
  padding: 1px 7px;
}

.social-work-section p {
  font-size: 15px;
}

.social-work-section .social-work-event h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 31px;
  background-color: var(--basic-color);
  width: 100%;
  padding: 1px 7px;
  text-align: center;
  margin-top: 20px;
}

.social-work-event .social-event-content {
  padding: 10px 20px;
}

.social-work-section .social-work-event {
  margin-top: 23px;
  border: 2px solid whitesmoke;
  padding: 0px;
  box-shadow: 5px 10px 8px 10px #88888869;
}

.social-work-section .social-work-event hr {
  border-top: 2px solid #333;
}

/* social work section end */
/* latest news section start */
.latest-news-section {
  text-align: center;
  padding: 50px 0;
}

.latest-news-section h2 {
  font-size: 14px;
  color: var(--secondary-color);
}

.latest-news-section h2 span {
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 900;
  padding-right: 10px;
}

.latest-news-section h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-bottom: 35px;
}

.latest-news-section p {
  font-size: 15px;
  padding: 14px 28%;
  color: #484444;
}

.mission-content {
  padding: 20px;
  text-align: left;
  box-shadow: 1px 1px 9px #aaa;
  margin-bottom: 30px;
  position: relative;
}

.new-mission-section {
  position: relative;
}

.mission-content .date-box {
  width: 16%;
  color: #fff;
  position: absolute;
  right: 5%;
  top: -30px;
  text-align: center;
}

.mission-content .date-box span {
  font-size: 22px;
  font-weight: 800;
}

.mission-content h3 {
  font-size: 13px;
  color: var(--third-color);
  text-transform: uppercase;
  font-weight: 500;
}

.mission-content h4 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--secondary-color);
}

.mission-content p {
  font-size: 15px;
  line-height: 28px;
  padding: 10px 0;
}

.plan-section .plan-img img {
  padding-bottom: 30px;
}

.help-img {
  position: relative;
}

.help-img img {
  padding-bottom: 30px;
}

.help-content {
  position: absolute;
  bottom: 50px;
  text-align: left;
  background: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

.mission-section .ongoing-donations h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--basic-color);
}

.mission-section .ongoing-donations h3 span {
  padding-right: 10px;
  font-weight: 700;
  font-size: 15px;
  color: var(--secondary-color);
}

.mission-section .ongoing-donations h4 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 18px;
}

.plan-img .plan-content {
  top: 45px;
  position: absolute;
  color: #fff;
  display: none;
}
.plan-img h3 {
}
.plan-img .plan-content h3 {
  font-size: 22px;
  padding: 8px 51px;
  line-height: 32px;
  color: var(--basic-color);
}
.i-w-d-content {
  position: absolute;
  top: 22%;
  text-align: left;
  background: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
.i-w-d-content h4 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 18px;
}
.i-w-d1-content {
  position: absolute;
  bottom: 8%;
  text-align: left;
  background: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

.event-button button {
  border: none;
  padding: 12px 40px;
  background: var(--third-color);
}
.event-button button a {
  color: #fff;
  text-decoration: none;
}
.event-button button:hover {
  background-color: var(--basic-color);
}
.i-w-d1-content h4 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 18px;
}
.quote-img {
  width: 25px;
  height: 25px;
  left: 45%;
  position: absolute;
}

.plan-below-img .link-icon {
  position: absolute;
  bottom: 9%;
  left: 62px;
  color: #fff;
  display: none;
}

.plan-below-img .link-icon h4 {
  font-size: 22px;
  font-weight: 700;
}

.plan-below-img .link-icon img {
  width: 25px;
  height: 25px;
}

.plan-section .help-img img {
  position: relative;
}

.plan-section .help-img h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--basic-color);
}

.help-img h3 span {
  padding-right: 10px;
  font-weight: 700;
  font-size: 15px;
  color: var(--secondary-color);
}

.plan-section .help-img h4 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 18px;
}

.d-box-color1 {
  background-color: var(--secondary-color);
}

.d-box {
  background-color: var(--primary-color);
}

.d-box-color {
  background-color: var(--basic-color);
}

.mission-content h3 span {
  padding-right: 10px;
  font-size: 15px;
  color: var(--basic-color);
}

.ongoing-donations {
  position: relative;
}

.ongoing-donations-content {
  background: #fff;
  z-index: 10;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

/* latest news section end */
/* testimonial-section start */
.testimonial-section {
  text-align: center;
  background-color: #ecedf0;
  padding: 45px 0;
}

.testimonial-section h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
}

.testimonial-section h3 {
  font-size: 40px;
  font-weight: 800;
  color: var(--secondary-color);
  padding-bottom: 50px;
}

.testimonial-section .testimonial-content-section {
  background-color: #fff;
  text-align: -moz-center;
  padding: 20px 30px;
  position: relative;
  box-shadow: 3px 7px 6px -2px #333;
}

.testimonial-section .testimonial-content-section i {
  position: absolute;
  top: -4px;
  left: 0px;
  font-size: 30px;
  color: var(--primary-color);
  border-bottom-left-radius: 60px 50px;
  border-top-right-radius: 50px 51px;
  padding: 16px;
  box-shadow: 0px 4px 7px #aaa;
  border-bottom-right-radius: 50px 51px;
  padding: 16px;
  box-shadow: 0px 4px 7px #aaa;
}

.testimonial-section .testimonial-content-section h2 {
  font-size: 18px;
  padding: 20px 0;
  font-weight: 700;
  color: var(--secondary-color);
}

.testimonial-content-section p {
  font-size: 15px;
  color: #8c7c7c;
  text-align: justify;
  font-style: italic;
  font-weight: 500;
}

.testimonial-section .testimonial-content-section img {
  border-radius: 50%;
  width: 30% !important;
  border: solid 4px var(--primary-color);
}

.testimonial-section .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  font-size: 35px;
  background-color: var(--primary-color);
  width: 39px;
  color: #fff;
}

.testimonial-section .owl-nav .owl-prev i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  font-size: 35px;
  background-color: var(--primary-color);
  width: 39px;
  color: #fff;
}

/* testimonial-setion end */

/* footer section start */
.footer-section {
  padding: 60px;
  background: var(--third-color);
  color: #fff;
  padding-bottom: 25px;
}

.footer-section .about-us p {
  text-align: justify;
  padding: 10px 40px;
}

.footer-section h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 18px;
  color: var(--basic-color);
  margin-left: 25px;
}

.footer-link ul li {
  list-style: disclosure-closed;
  padding: 5px 0px;
}

.footer-section .footer-icon ul li {
  list-style: none;
  display: inline-block;
}

.footer-section .footer-icon ul li i {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: var(--basic-color);
  line-height: 40px;
  border-radius: 100%;
  box-shadow: 2px 1px 7px #333;
  text-align: center;
}

.footer-section .footer-icon {
  margin-top: 20px;
  margin-left: -30px;
}

.footer-section .footer-icon ul li a {
  text-decoration: none;
  color: var(--secondary-color);
}

.fooeter-section .footer-icon ul {
  padding-left: 0;
}

.footer-icon ul li:hover i {
  color: var(--secondary-color);
  background-color: var(--forth-color);
}

.footer-section .contact-deatil i {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
  color: var(--basic-color);
}

.footer-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-section .contact-detail p {
  padding-bottom: 10px;
}

.copyright-section {
  background-color: #0092b2;
  padding: 10px 0;
  text-align: center;
}

.copyright-section p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section h2::before {
  content: "";
  width: 27px;
  height: 3px;
  background: var(--primary-color);
  display: block;
  position: absolute;
  left: 6px;
  top: 13px;
  text-align: center;
}

/* footer section end */

/* INNER PAGE CSS START */
/* contactus page css start */

/* contactus page css end */
/* - about us inner section START */
.about-us-inner {
  background-image: url(../img/about-us-inner/OAS-Slider-1_1-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 122px 0px;
}

.about-us-inner h3 {
  margin-left: 234px;
  margin-top: -56px;
  font-size: 40px;
  font-weight: 700;
  color: var(--secondary-color);
}

.about-us-lower-inner {
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-us-lower-inner .about-us-inner-content h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  background-color: var(--basic-color);
  text-align: center;
  margin-bottom: 20px;
}

.about-us-lower-inner .about-us-inner-content p {
  font-size: 15px;
}

/* - about us inner section end */
/* health-door-start */
.health-door-section {
  padding: 30px 0;
}

.hepatitis-content h3 {
  font-size: 60px;
  font-weight: 700;
  color: var(--third-color);
  text-transform: uppercase;
}

.hepatitis-content span {
  font-size: 35px;
  font-weight: 700;
  color: var(--basic-color);
  text-transform: uppercase;
}

.health-door-mission {
  margin: 30px 0;
}

.health-door-mission h2 {
  background: var(--secondary-color);
  color: #fff;
  padding-left: 25%;
  margin-bottom: 28px;
}

.health-door-mission h3 {
  font-size: 30px;
}

.health-door-mission h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.wrapper-button a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all 0.35s;
  background-color: var(--secondary-color);
  text-decoration: none;
}

.wrapper-button a span {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.wrapper-button a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--forth-color);
  transition: all 0.35s;
  text-decoration: none;
}

.wrapper-button a:hover {
  color: #fff;
}

.wrapper-button a:hover:after {
  width: 100%;
}

.health-door-info {
  background-image: linear-gradient(315deg, #0d5d8b 0, #14148d 90%);
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}

.health-door-info h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}

.health-door-info h3 {
  font-size: 20px;
}

/* health-door-end */
/* - what we do inner section START */
.what-we-do-inner {
  background-image: url(../img/about-us-inner/OAS-Slider-1_1-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 122px 0px;
}

.what-we-do-inner h3 {
  margin-left: 234px;
  margin-top: -56px;
  font-size: 40px;
  font-weight: 700;
  color: var(--secondary-color);
}

.what-we-do-lower-inner {
  margin-top: 30px;
  margin-bottom: 20px;
}

.what-we-do-lower-inner .what-we-do-inner-content h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  background-color: var(--secondary-color);
  text-align: center;
  margin-bottom: 20px;
}

.what-we-do-lower-inner .what-we-do-inner-content p {
  font-size: 15px;
}

/* - what we do inner section end */
/* - success story inner section START */
.success-story-inner {
  background-image: url(../img/about-us-inner/OAS-Slider-1_1-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 122px 0px;
}

.success-story-inner h3 {
  margin-left: 234px;
  margin-top: -56px;
  font-size: 40px;
  font-weight: 700;
  color: var(--secondary-color);
}

.success-story-lower-inner {
  margin-top: 30px;
  margin-bottom: 20px;
}

.success-story-lower-inner .success-story-inner-content h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  background-color: var(--secondary-color);
  text-align: center;
  margin-bottom: 20px;
}

.success-story-lower-inner .success-story-inner-content p {
  font-size: 15px;
}

.success-story-lower-inner .success-story-inner-img img {
  width: 100%;
  height: 200px;
}

/* - success story inner section end */
/* gallery inner section start */
.gallery-section .gallery-inner-main img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: 200px;
  width: 100%;
  margin-top: 10px;
}

.gallery-inner-main h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  text-decoration: underline;
  color: var(--third-color);
  font-weight: 600;
}

/* gallery inner section end */
/* contactus page start */
.contactus-banner {
  background-image: linear-gradient(
      to bottom,
      rgb(255, 27, 27),
      rgba(230, 199, 33, 0.8)
    ),
    url("../img/contactus-img/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  padding: 50px 0;
  position: relative;
}

.contactus-banner h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
}

.contactus-banner .banner-content {
  padding-left: 85px;
  position: absolute;
  top: 48px;
  left: 45px;
}

.contactus-banner .banner-content h2 {
  font-size: 55px;
  font-weight: 900;
  /* background: darkorange;
  width: 36%;
  padding: 0 19px; */
}

.contactus-banner .banner-content span {
  font-size: 28px;
  font-weight: 700;
  padding-left: 40px;
}

.banner-content-bg img {
  position: absolute;
  bottom: 57px;
  z-index: 1;
  left: -50px;
}

.contactus-section .contact-form {
  padding: 40px;
  padding-left: 40px;
  padding-left: 25%;
  box-shadow: 0px -1px 8px #aaa;
}

.contactus-section {
  padding: 50px 0;
  z-index: 1;
}

.contactus-section h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 18px;
}

.contactus-section .contact-form button {
  padding: 9px 37px;
  border: none;
  background: var(--third-color);
}

.contactus-section .contact-form button a {
  color: #fff;
  text-decoration: none;
}

.contactus-section .contact-detail {
  background-color: var(--basic-color);
  padding: 45px 35px;
  position: absolute;
  top: 12%;

  left: 50%;
  z-index: 2;
}

.contactus-section .contact-detail i {
  font-size: 30px;
  margin-right: 20px;
  margin-top: 5px;
  color: var(--primary-color);
}

.contactus-section .contact-detail ul {
  padding: 30px;
}

.contactus-section .contact-detail p {
  font-size: 18px;
  font-weight: 600;
}

.contact-detail .media {
  padding-bottom: 12px;
}

.contact-detail ul li {
  list-style: none;
  display: inline-block;
}

/* contactus page end */
/* INNER PAGE CSS END */
