@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/**********Custom-css********/

.py-5 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-l {
  padding-left: 0 !important;
}

.p-r {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  /* margin-top: 40px; */
}

h2.title-heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
}

h2.title-heading:after {
  content: "";
  position: absolute;
  background-color: #307787;
  width: 7%;
  height: 3px;
  display: block;
  top: 45px;
  left: 0px;
  padding-left: 30px !important;
}

h2.title-heading.pb-2.text-center:after {
  left: 49%;
}

/**********top-section********/

.top-head {
  background-color: #67c9e0;
  padding: 15px 0;
}

.top-head p {
  font-size: 13px;
}

span.fa-icons {
  padding-right: 7px;
  font-size: 12px;
}

span.fa-icons.phone i {
  transform: rotate(94deg);
  margin-top: 0;
  position: relative;
}

.top-head a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.top-head a:hover {
  color: #307787 !important;
}

.bg-light {
  background-color: #ffffff !important;
  width: 100% !important;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.navbar-brand img {
  height: 100px;
}
.logo__name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #307787;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 16px !important;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  transition: 0.2s;
  letter-spacing: 1px;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #307787 !important;
  font-weight: normal;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  background-color: #307787 !important;
  font-weight: normal;
}

.navbar-nav .nav-link:hover {
  color: #307787;
}

section.banner-section img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.banner-section {
  padding-right: 50px;
  background-color: #f9f9f9;
}

.banner-section .carousel-caption {
  position: absolute;
  width: 80%;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.banner-section .carousel-caption p {
  font-size: 16px;
  line-height: 30px;
  color: #ddd;
  margin: 20px 20px 0px 20px;
  text-transform: capitalize;
}

.banner-section .carousel-caption h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: unset !important;
}

.banner-section .overlay {
  background-color: rgba(250, 250, 250, 0.555);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-section span.carousel-control-prev-icon,
.banner-section span.carousel-control-next-icon {
  background-color: #fff;
  padding: 25px;
  border-radius: 50px;
  /* margin-top: 49px; */
  vertical-align: top;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.banner-section span.carousel-control-prev-icon i,
.banner-section span.carousel-control-next-icon i {
  margin-top: -18px;
  position: relative;
  top: -10px;
  text-align: center;
  left: -6px;
  font-size: 20px;
  color: #00414d;
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16% !important;
  color: #fff;
  text-align: center;
  opacity: 1 !important;
}
.hero__card {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.hero__card_header__para {
  font-size: 15px;
  color: #307787;
  font-weight: 500;
  line-height: 1.8;
}
.hero__card_header {
  padding-bottom: 20px;

}
.hero__card_discription-heading {
  color: #00434f;
  margin: 20px 0;
  font-weight: 500;
}
section.banner-section .video__card_img {
  --video_card: 70px;
  width: var(--video_card);
  height: var(--video_card);
  object-fit: contain;
  opacity: 0.5;
  transition: 0.3s;
}
.hero__video__para {
  font-size: 15px;
  font-weight: 500;
  color: #307787;
}
.hero__video__cards {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: relative;
  background-color: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 13px 15px;
  border-radius: 10px;
  border-left: 5px solid #307787;
  cursor: pointer;
}
.hero__video__cards:hover .video__card_img {
  opacity: 1;
}
.hero__video__cards::after {
  content: "play video";
  position: absolute;
  top: 0;
  right: 5px;
  text-transform: capitalize;
  background-color: #307787;
  padding: 5px 15px;
  border-radius: 50px;
  color: #ffff;
  opacity: 0;
  transition: 0.3s;
  font-size: 12px;
}
.hero__video__cards:hover::after {
  top: 5px;
  opacity: 1;
}
section.banner-section .play__video-icon {
  --video__card_icon: 30px;
  width: var(--video__card_icon);
  height: var(--video__card_icon);
  position: absolute;
  bottom: 8px;
  right: 8px;
}
/***********about-section*******/

.about-img {
  margin-left: 15px;
}

button.btn.btn-default:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.about-back-img {
  background-image: url("../images/about-back-img.jpg");
  height: auto;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 20px;
  border-radius: 10px;
  position: relative;
}

.col-sm-4.about-back-img:after {
  background-color: #307787;
  position: absolute;
  height: 50%;
  width: 50%;
  content: "";
  left: -9px;
  top: 55%;
  z-index: -1;
}

.col-sm-4.about-back-img:before {
  background-color: #307787;
  position: absolute;
  height: 50%;
  width: 50%;
  content: "";
  right: -9px;
  z-index: -1;
  top: -5%;
}

p.description-p {
  color: #333333;
  font-size: 16px;
  line-height: 29px;
  padding: 15px 0 0 15px;
  text-align: justify;
}

.btn-read-more {
  padding-left: 15px;
  padding-top: 20px;
}

button.btn.btn-default {
  font-size: 14px;
  padding: 7px 30px;
  background-color: #67c9e0;
  color: #fff;
  transition: ease 0.5s;
  border: solid 2px #67c9e0;
  border-radius: 0;
}

button.btn.btn-default:hover {
  background-color: #f1f1f1;
  border-radius: 0px;
  letter-spacing: 1px;
  color: #333;
}

/*********************************symptoms-section**********************/

section.symptoms-section {
  background-color: #f1f1f1;
  margin-top: 10px;
}

.symtomps {
  background-color: #acdde8;
  padding: 30px 30px 30px;
  margin-top: 60px;
  border-radius: 11px;
  height: 100%;
}

.symtomps h3 {
  margin-top: 30px;
}

section.symptoms-section.py-5 .col-sm-6 {
  margin-bottom: 60px;
}

.symtomps img {
  position: absolute;
  top: 8px;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  left: 0;
  right: 0;
}

ul.symtopms-list {
  padding-left: 19px;
  margin-bottom: 0 !important;
  list-style-image: url("../images/check-mark.png");
  list-style-type: none;
}

p.text-center.description-p {
  margin-bottom: 10px !important;
  color: #000;
}

ul.symtopms-list li {
  line-height: 29px;
  font-size: 14px;
  color: #000;
  padding-left: 5px;
}
.btn-read-more a {
  background-color: #307787;
  color: #fff;
}

.btn-read-more a:hover {
  border-radius: 30px;
  background-color: #24a6b2;
}

.pap-test {
  padding: 15px;
}

/*********************how we can help u***************/

.pap-test {
  background-color: #f1f1f1;
  padding: 30px;
  margin-top: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 1px 0px 12px 0px rgba(229, 250, 255, 0.5);
  transition: 0.5s;
}

.pap-test:hover {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.pap-test img {
  height: 70px;
  width: 70px;
}

.pap-test h1 {
  font-size: 18px;
  padding-top: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.pap-test p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

/*********************************photo-gallery-section**********************/

.photo-gallery-section {
  background-color: #f1f1f1;
}

/*.gallery-img {
    background-image: url(../images/download.jpg);
    background-size: 100% 100%;
    object-fit: cover;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    position: relative;
    margin-top:20px;
}*/

.gallery-img img {
  width: 100%;
  border: solid 4px #000;
  /* margin-top:20px;  */
  position: relative;
  /* overflow:hidden; */
}

.gallery-img {
  position: relative;
  margin-top: 20px;
}

h2.img-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: transparent;
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 0;
  left: 0px;
  transition: all ease 0.4s;
  display: block;
  overflow: hidden;
}

.gallery-img:hover h2.img-title {
  color: #fff;
}

.gallery-img:hover p.img-description {
  color: #eee;
}

.gallery-img:hover .gallery-overlay {
  opacity: 1;
  width: 100%;
}

.description {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 34%;
}

p.img-description {
  /*   padding: 0 40px;*/
  color: transparent;
  font-size: 16px;
  line-height: 29px;
}

/*************story section****************/

h2.title-heading.pb-2.story:after {
  width: 14%;
}

section.success-story {
  padding-left: 120px;
}

/*section.success-story .col-sm-6 .py-5 {
    padding-right: 100px;
}*/

section.success-story .col-sm-6.py-5 {
  padding-right: 100px;
}

p.story-p {
  font-weight: bold;
  color: #307787;
  margin-top: -7px !important;
  line-height: 29px;
  font-size: 16px;
  padding-bottom: 25px;
}

section.success-story .description-p {
  padding-left: 0 !important;
  padding-top: 0 !important;
}

.col-sm-6.story-back-img {
  background-image: url("../images/cervical-cancer-long.jpg");
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
}

/***************notice section*****************/

.notice-section {
  background-image: url("../images/notice-banner.jpg");
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h2.title-heading.pb-2.text-center.notice:after {
  left: 46%;
  background-color: #fff;
}

h2.title-heading.pb-2.text-center.notice {
  color: #fff;
  /* font-weight: 500; */
}

.notice-section .carousel-caption {
  position: relative;
  right: 15%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding: 0;
  color: #000;
  text-align: center;
}

ul.event-list {
  margin-top: 10px;
  list-style-type: none;
  margin-bottom: 25px !important;
  padding: 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-clip: border-box;
  border: 2px solid transparent !important;
  border-radius: 7px;
  padding: 10px 30px;
  height: 130px;
}

.quote-img {
  position: absolute;
  height: 60px;
  width: 60px;
  top: -31px;
  left: 0;
}

.event-list p.description-p {
  color: #000;
  text-align: center;
}

section.notice-section.py-5 .card {
  margin-top: 25px;
}

/**************social-media-sectionn*******************/

.social-media-section {
  background-color: #f1f1f1;
}

.social-media-notifications {
  background: #acdde8;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 30px;
  border-radius: 6px;
}

.social-media-notifications:hover {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.social-media-notifications img {
  padding-left: 30px;
  height: 100%;
  width: 100%;
}

/***************twitter-section***********/

/*.inner-section{background-image: url('../images/twitter-logo.PNG'); width: 100%; height:auto;}*/

.inner-section img {
  position: absolute;
  height: 213px;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.twitter-section h4.text-center {
  color: #027c99;
  font-weight: bold;
  font-size: 28px;
}

/*********************************footer section**********************/

.footer-section {
  background-color: #0c0c0c;
  padding: 40px 0;
}

.address_field img {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.address_field a:hover {
  text-decoration: none;
}

.address_field {
  color: #ddd;
  font-size: 12px;
  line-height: 29px;
}

.link-section2 {
  margin-top: 65px;
}

p.call_txt a {
  color: #ddd;
  display: inline-block;
  transition: 0.5s ease;
  margin-bottom: 5px !important;
}

p.call_txt a:hover {
  color: #fff;
}

p.mail_txt a {
  color: #ddd;
  transition: 0.5s ease;
  margin-bottom: 5px !important;
}

p.mail_txt a:hover {
  text-decoration: none;
  color: #fff;
}

p.adress_txt {
  padding-left: 0px;
  margin-bottom: 5px !important;
}

h4.footer_heading {
  color: #d5d1d1;
  margin-bottom: 40px;
  font-size: 20px;
}

h4.footer_heading:before {
  content: "";
  border-bottom: solid 3px #307787;
  position: absolute;
  top: 35px;
  width: 15%;
}

.ftr_lnk_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ftr_lnk_list li {
  padding-bottom: 10px;
}

.ftr_lnk_list li a {
  color: #ddd;
  font-size: 12px;
  display: inline-block;
  border-bottom: 1.5px dotted #444444;
  text-decoration: none;
  padding-bottom: 10px;
  width: 100%;
}

.ftr_lnk_list li a:hover {
  transition: all 500ms ease;
  border-bottom-color: #307787;
  color: #fff;
  text-decoration: none;
}

p.about-text {
  color: #ddd;
  font-size: 12px;
  line-height: 21px !important;
}

.bottom_social_list {
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}

.bottom_social_list li:last-child {
  margin-right: 0px;
}

.bottom_social_list li {
  padding-right: 0px;
  display: inline-block;
  margin-right: 10px;
}

.bottom_social_list li a {
  padding: 0px 5px;
  color: #bebdbd;
  font-size: 20px;
}

.bottom_social_list li a:hover {
  color: #fff;
  transition: all 500ms ease;
}

ul.bottom_social_list li:nth-child(1) > a:hover,
ul.top_social_list li:nth-child(1) > a:hover {
  color: #1bb1e6;
}

ul.bottom_social_list li:nth-child(2) > a:hover,
ul.top_social_list li:nth-child(2) > a:hover {
  color: #385494;
}

ul.bottom_social_list li:nth-child(3) > a:hover,
ul.top_social_list li:nth-child(3) > a:hover {
  color: #e82bbd;
}

ul.bottom_social_list li:nth-child(4) > a:hover,
ul.top_social_list li:nth-child(4) > a:hover {
  color: #dd4a40;
}

/*scroll up*/

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.7;
  position: fixed;
  color: #307787;
  bottom: 80px;
  background-color: transparent;
  right: 20px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  border: solid 2px #307787;
}

.scrollup:hover {
  color: #307787;
  padding-top: 7px;
  opacity: 1;
  transition: all 500ms ease-in-out;
}

 /*make appointment */
    .appoinmentFloat {
        display:flex;
        align-items:center;
        justify-content:center;
        gap:5px;
        position: fixed;
       color: #fff;
        bottom: 30px;
        background-color: #307787;
        right: 20px;
        text-align: center;
        padding: 8px 10px;
    border-radius: 50px;
            border: solid 2px #307787;
    }
        .appoinmentFloat i{
            margin-bottom:5px;
        }
    
    .appoinmentFloat:hover {
     background-color: transparent;
       color: #307787;
    }

a.fa.fa-arrow-up.scrollup:hover {
  text-decoration: none;
}

section.copyright-section {
  background-color: #0c0c0c;
  padding: 10px;
  margin-top: -2px;
}

section.copyright-section p {
  margin-top: 20px;
  color: #8d8d8d;
  font-size: 12px;
}

.copy-p a {
  color: #307787;
}

.copy-p a:hover {
  color: #fff !important;
  text-decoration: none;
}

/*****************contact-page*******************/

.background-img {
  background-image: url("../images/contact-img.jpg");
  width: 100%;
  padding: 100px 0;
  position: relative;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-section h2.text-center {
  color: #135662;
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 29px;
  letter-spacing: 2px;
  position: relative;
}

h2.text-center.banner-heading:before {
  content: "";
  background-color: #fff;
  height: 4px;
  width: 7%;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contact-form.py-5 {
  background-color: #f1f1f1;
}

.contact-img {
  background-image: url(../images/contact-us.jpg);
  height: auto;
  width: 100%;
  background-size: cover;
  border-radius: 0 10px 10px 0;
  box-shadow: 1px 0px 20px 1px rgba(175, 171, 171, 0.5);
}

.form-section {
  background-color: #fbfbfb;
  padding: 30px;
  border-radius: 10px 0 0 10px;
  box-shadow: 1px 0px 20px 1px rgba(175, 171, 171, 0.5);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 1px 0px 20px 1px rgba(175, 171, 171, 0.5);
}

textarea.form-control {
  height: auto;
  resize: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff !important;
  outline: 0;
  box-shadow: 1px 2px 3px 3px rgba(138, 187, 241, 0.25) !important;
}

form {
  margin-top: 40px !important;
}

/* =============================New CSS 10-2-2022 (TANVIR.M)============================= */
.presentation-video-bg {
  background: url(..//images/presentation-video-bg.jpg) no-repeat right top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  padding: 70px 0px;
}

.video-box {
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.video-play iframe {
  width: 100%;
  height: 235px;
  border: 1px solid #000;
}
.video-play img {
  width: 170px;
  margin: 10px auto;
  text-align: center;
  display: block;
}

.video-box h4 {
  margin: 0px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #307787;
}

.video-box a {
  text-align: center !important;
  background-color: #00434f;
  margin: 6px;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
}
.video-box a i {
  margin-left: 5px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.video-box a:hover {
  border-radius: 30px;
  background-color: #24a6b2;
}
.main-video-play {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
  height: 100%;
}

.main-video-play iframe {
  height: 100% !important;
  width: 100%;
  min-height: 380px;
  border: 1px solid #000;
}
.main-video-containt ol {
  padding: 0px;
}

.main-video-containt li {
  font-size: 16px;
  margin-bottom: 15px;
}
.bg-grey {
  background-color: #f5f5f5;
}

.video-box-title {
  margin: 0px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0px;
  font-size: 26px;
  font-weight: 700;

  color: #307787;
}

.header-menu-list li {
  margin: 0px 5px;
}
.banner-containt-box {
  background-color: rgb(48, 119, 135);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
}

.main-video-containt {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
  padding: 50px !important;
  margin-top: 50px;
  border-radius: 15px;
  background-color: #fff;
}
/* video model---------------------------------------------------------- */
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
/***********************Responsive css*************************/

@media only screen and (max-width: 767px) {
  .banner-section {
    padding-right: 0px;
  }

  .top-head p {
    font-size: 16px;
  }
  .top-head span.fa-icons {
    padding-right: 10px;
    font-size: 15px;
  }
  .top-head .text-right {
    text-align: left !important;
    margin: 5px 0;
  }
  .row {
    margin: 0 !important;
  }
  section.banner-section img {
    width: 100%;
    height: 280px;
  }
  .banner-section .carousel-caption h3 {
    font-size: 18px;
  }

  .banner-section .carousel-caption p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  /* section.menu-section {
        padding: 0 15px;
    } */
  .py-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .about-img {
    margin-left: 0px;
  }
  p.description-p {
    padding: 15px 0;
  }
  .about-back-img {
    background-image: url(../images/about-back-img.jpg);
    height: 190px;
    width: 85%;
    margin: 20px auto !important;
  }
  p.text-center.description-p {
    margin-bottom: 0 !important;
  }
  h2.title-heading {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  h2.title-heading:after {
    width: 27%;
    top: 48px;
  }
  h2.title-heading.pb-2.text-center:after {
    left: 35%;
    top: 85px;
  }
  .how-can-help .col-sm-3 {
    margin-bottom: 20px;
  }
  section.success-story .col-sm-6.py-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
  section.success-story {
    padding-left: 0;
  }
  h2.title-heading.pb-2.story:after {
    width: 24%;
  }
  .col-sm-6.story-back-img {
    height: 300px;
  }
  .card {
    height: 210px;
    padding: 10px 15px;
  }
  h2.title-heading.pb-2.text-center.notice:after {
    left: 39%;
    top: 41px;
  }
  .card.col-sm-8.offset-4 {
    margin: 0 15px;
  }
  .twitter-section h4.text-center {
    font-size: 15px;
  }
  .inner-section img {
    height: 80px;
  }
  .social-media-notifications {
    margin-top: 20px;
  }
  .btn-read-more {
    padding-left: 0;
  }
  h4.footer_heading:before {
    top: 55px;
    width: 15%;
  }
  h4.footer_heading {
    margin-top: 20px;
  }
  p.text-right.copy-p {
    text-align: center !important;
  }
  .contact-form .col-sm-6 {
    padding-right: 15px !important;
  }
  .contact-img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    margin: 30px 15px 0;
  }
}

/***************ipad view***********/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .row {
    margin: 0;
  }
  .top-head p {
    font-size: 9px !important;
  }
  .top-head span.fa-icons {
    padding-right: 6px;
    font-size: 10px;
  }
  h2.title-heading {
    font-size: 22px;
  }
  .top-head .text-right {
    text-align: left !important;
  }
  section.menu-section {
    padding: 0 30px;
  }
  .how-can-help .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  section.symptoms-section .col-sm-6 {
    margin-bottom: 70px;
  }
  .symtomps {
    height: 100%;
  }
  .about-back-img {
    background-size: 100% 100%;
  }
  p.text-center.description-p {
    padding: 0;
  }
  section.success-story .col-sm-6.py-5 {
    padding-right: 30px;
  }
  section.success-story {
    padding-left: 45px;
  }
  .py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  h2.title-heading.pb-2.story:after {
    top: 95px;
  }
  p.story-p {
    padding-top: 10px;
  }
  .card {
    height: 180px;
  }
  .inner-section img {
    height: 136px;
  }
  h4.footer_heading {
    font-size: 18px;
  }
  .contact-img {
    background-size: 100% 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.footer-section .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .col-sm-3.address_field {
    order: 4;
  }
  .col-sm-3.links {
    order: 2;
  }
  .contact-img {
    background-size: 100% 100%;
  }
  .contact-img {
    background-size: 100% 100%;
  }
}
/* =========================NEW Responsive CSS TANVIR.M=========================== */

/*----------Responsive Css Start----------*/

@media only screen and (max-width: 1199px) {
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .main-video-play iframe {
    min-height: 350px;
  }
  .background-img {
    background-image: url(../images/contact-img-mob.jpg);
  }
  .contact-section h2.text-center {
    color: #fff;
  }
  h2.text-center.banner-heading:before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .logo__name {
    display: none;
  }
  .menu-section{
  padding:0px !important;
        }

  a.navbar-brand img {
    width: 270px;
    object-fit: contain;
  }
  .main-video-play iframe {
    min-height: 240px;
  }
  .contact-section h2.text-center {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
  }
  h2.text-center.banner-heading:before {
    display: none;
  }
  .background-img {
    background-image: url(../images/contact-img-mob.jpg);
  }
  .banner-containt-box {
    padding: 20px;
  }
  .main-video-containt {
    padding: 25px !important;
    margin-top: 30px;
  }
  .top-head p {
    font-size: 14px;
  }

  .banner-section .carousel-caption p {
    font-size: 14px;
    line-height: 24px;
  }
    .nav-link-appointment{
      margin-bottom: 10px;
  }
  .
