@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
a {
  transition: all 0.2s ease-in 0s;
}
a:hover {
  transition: all 0.2s ease-in 0s;
}
body {
  font-family: "Lexend Deca", sans-serif;
  /*overflow-x:hidden;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #000;
  height: 100%;
  line-height: 26px;
}

.btn_style {
  text-decoration: none;
  color: #fff;
  background: #2583b9;
  text-align: center;
  cursor: pointer;
  padding: 12px 40px;
  font-weight: bold;
  border: 0px;
  outline: none;
  font-weight: 200;
  text-transform: capitalize;
  transition: all 0.2s ease-in 0s;
  font-weight: normal;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-radius: 90px;
}
.btn_style:hover {
  background-color: #000;
  transition: all 0.2s ease-in 0s;
  color: #fff;
}

/*.SubmitBtn { color: #fff; background: #000; text-align: center; cursor: pointer; padding: 12px 40px; font-weight: bold; border: 0PX; outline: none; font-weight: 200; text-transform: capitalize; transition: all 0.2s ease-in 0s; font-weight:normal; margin-top: 20px !important; margin-bottom: 20px !important; border-radius:90px; }
.SubmitBtn:hover { background-color: #2583b9; transition: all 0.2s ease-in 0s; color:#fff; }*/

::-moz-selection {
  color: #fff;
  background: #537ea4;
}
::selection {
  color: #fff;
  background: #537ea4;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #dbdbdb;
}

::-webkit-scrollbar-thumb {
  background-color: #302716;
  border-radius: 3px;
}

header {
  width: 100%;
  /* height: 10em; */
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: height 0.3s;
  background-color: #fff;
  padding: 70px 0px;
}

header.smaller {
  /* height: 75px; */
  background-color: #fff;
  transition: all 0.2s ease-out;
  /* border-bottom: 3px solid #DF5E30; */
  box-shadow: -1px 0px 12px -3px rgb(0 0 0 / 22%);
}

.section_wrp {
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.container_wrp {
  width: auto;
  margin: 0px 90px;
}
.NoMarPad {
  padding: 0px;
  margin: 0px !important;
}

p {
  margin-bottom: 20px;
}

.header_wrp {
  padding: 0px 0px;
}
.header_wrp .logo_wrp {
  float: left;
  margin: 5px 0px;
  width: 70px;
  transition: all 0.2s;
}
.header_wrp .logo_wrp img {
  display: block;
  width: 100%;
  height: auto;
}

.header_wrp .right_head {
  float: right;
  margin-top: 20px;
  font-weight: bold;
  transition: all 0.2s;
}

.header_wrp .right_head .boxs {
  /* float: right; */
  /* margin-left: 20px; */
  /* min-width: 170px; */
  /* background: red; */
  /* padding: 20px; */
  background: #ff1f1f;
  padding: 10px 17px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  min-width: 180px;
  text-align: center;
}

.header_wrp .right_head .boxs i {
  vertical-align: middle;
  font-size: 23px;
}

.header_wrp .right_head .boxs:hover {
  background-color: #000;
  transition: all 0.2s ease-in 0s;
}

.header_wrp .right_head img {
  vertical-align: middle;
  margin-right: 10px;
}
.header_wrp .right_head a {
  text-decoration: none;
  color: #fff;
  /* font-weight: 500; */
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
}

.top_bar {
  background: #ff966b;
  height: auto;
  width: 100%;
  float: left;
  padding: 5px 0px !important;
  color: #fff;
}
.top_bar .left_wrp {
  width: auto;
  float: left;
}

.social_icon {
  width: auto;
  float: right;
  margin-top: 0px;
}
.social_icon a {
  padding: 5px;
  margin: 5px;
  color: #fff;
  font-size: 20px;
}
.social_icon a:hover {
  color: #000;
}

.banner_wrp {
  position: relative;
  margin-top: 80px !important;
}

.banner_wrp .banner {
  width: 100%;
  height: auto;
  display: block;
  position: relative; /* background: url('../images/banner_bg.jpg');*/
  /* background-color: #197c6e; */
  background-image: url('../images/new_banner.jpg');
  background-position: top center; background-repeat: no-repeat;
}

.head_title {
  font-size: 22px;
  transition: all 0.2s;
  color: #6d9c53;
  width: fit-content;
  float: left;
  margin-top: 2px;
  margin-left: 2%;
  line-height: normal;
  padding: 10px 0px;
  padding-left: 22px;
  border-left: 1px solid #e4e4e4;
}

.head_title span {
  display: block;
  font-size: 16px;
  color: #be7b75;
  transition: all 0.2s;
}

.banner_wrp .banner img {
  width: 100%;
  height: auto;
  display: block;
}
.banner_overlay {
  width: 100%;
  height: 100%;
  background: rgba(64, 54, 160, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_wrp .test_wrp {
  /* padding-bottom: 180px !important; */
  top: 90px;
  left: 90px;
  /* width: 53%; */
  margin-left: 90px;
  /* padding: 115px 0px; */
  padding: 40px 0px;
}

.banner_wrp .test_wrp h1 {
  font-size: 36px;
  color: #ff1f1f;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  margin-bottom: 30px;
  /* text-shadow: 3px 1px 12px rgb(0 0 0 / 30%); */
}

.banner_wrp .test_wrp h1 span {
  display: block; 
  /* color: #6affea; */
}

.banner_wrp .test_wrp h2 {
  font-size: 30px;
  color: #660413;
  /*  font-weight: bold;*/
  text-align: left;
  line-height: 40px;
  text-shadow: 3px 1px 12px rgb(0 0 0 / 30%);
  margin-top: 30px;
}

.banner_wrp .test_wrp i {
  color: #fff;
  font-size: 13px;
  font-style: oblique;
}

.banner_wrp .test_wrp ul {
  margin: 0px;
  padding: 0px;
}
.banner_wrp .test_wrp ul li {
  color: #17226a;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url(../images/arrow3.png);
  background-position: left;
  background-repeat: no-repeat;
}

.form_wrp {
  width: 400px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px auto;
  position: absolute;
  top: 20%;
  right: 100px;
  border-radius: 10px;
  padding: 10px 10px 20px;
}

.form_wrp h3 {
  line-height: 35px;
  margin: 10px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.form_wrp .box {
  width: 90%;
  height: auto;
  margin: 15px auto;
}
.form_wrp .box input {
  background: #fff;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px 10px;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  border: 1px solid #707070;
}
.form_wrp .box input:focus {
  border: 1px solid #cacaca;
  transition: all 0.2s ease-in 0s;
}

.form_wrp .box textarea {
  min-height: 80px;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px 10px;
  height: auto;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 5px;
}
.form_wrp .box textarea:focus {
  border: 1px solid #cacaca;
  transition: all 0.2s ease-in 0s;
}

.SubmitBtn {
  border: 0px;
  background: #ff1f1f;
  /* padding: 15px 25px; */
  font-size: 18px;
  border-radius: 5px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  /* letter-spacing: 1px; */

  padding: 12px 30px;
}

.SubmitBtn:hover {
  background-color: #000;
  transition: all 0.2s ease-in 0s;
  color: #fff;
  cursor: pointer;
}

.title_style {
  font-size: 35px;
 
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-weight: normal;
}

.title_style span {
 
  color: #ff1f1f;
  font-weight: bold;
}

.sub_title {
  text-align: center;
  font-size: 20px;
  color: #17226a;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
 
  margin-top: -10px;
}

/*.title_style:after { position: absolute;
    left: 50%;
    margin-left: -40px;
    display: table;
    content: ' ';
    clear: both;
    width: 80px;
    height: 3px;
    background-color: #000;
    top: 40px; }*/

.address_style {
}
.address_style ul.visit_box {
  margin: 0px;
  padding: 0px;
}
.address_style .visit_box li {
  text-align: center;
  width: 19%;
  height: auto;
  background: #f9f9f9;
  float: left;
  margin-right: 2%;
  border: 1px solid #e7e7e7;
  padding: 20px 20px;
  min-height: 200px;
}
.address_style .visit_box li h5 {
  font-size: 20px;
  font-weight: bold;
  color: #516dcc;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
}
.address_style .visit_box li h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
}
.address_style .visit_box li p {
  margin-bottom: 10px;
}
.address_style .visit_box li p img {
  vertical-align: middle;
}
.address_style .visit_box li:last-child {
  margin-right: 0%;
}

.counter_style {
  width: 90%;
  margin: 0px auto;
  display: table;
}

section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0px 70px 0px;
  margin-top: 30px;
}

section.module.about_bg {
  background-image: url("../images/count_bg.jpg");
}
.counter_style .boxx_style {
  width: 29%;
  margin: 0px 2%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.counter_style .boxx_style span {
  color: #516dcc;
  font-size: 50px;
  text-align: centere;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.btn_wrp {
  display: flex;
  margin-top: 40px;
  float: initial;
}

.btn_wrp a {
  background: #1c8475;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #28a694;
}

.btn_wrp a:hover {
  background: #239484;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.test_wrp ul.key_points {
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}
.test_wrp .key_points li {
  color: #fff;
  margin-bottom: 15px;
  background: url(../images/arrow.png) 0px 3px;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-weight: bold;
  text-shadow: 3px 1px 12px rgb(0 0 0 / 30%);
  font-size: 20px;
}

.footer_wrp {
  background: #3a3a3a;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 12px;
  color: #8c8c8c;
}

.swiper-pagination3 {
  width: 10px;
  height: 10px;
  color: #00cc00;
  background: red;
}

.Book_Appointment {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.Book_Appointment a {
  background: #70a12f;
  padding: 12px 50px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  min-width: 250px;
  display: inline-block;
}

.Book_Appointment a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.btn_color {
}
.btn_color a {
  background: #ff1f1f !important;
}
.btn_color a:hover {
  background: #000 !important;
}

.faq_style {
  width: 100%;
  float: left;
}
.accordion {
  width: 80%;
  margin: 0px auto;
}

.accordion li {
  position: relative;
  list-style: none;
}
.accordion li:last-child {
  margin-bottom: 0px;
}
.accordion li p {
  display: none;
  padding: 10px;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  margin-left: 10px;
}

.accordion a {
  padding: 0px 0px;
  text-decoration: none;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  user-select: none;
  /* background: #e4e4e4; */
  /* padding-left: 20px; */
  line-height: 60px;
  box-sizing: border-box;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}

.accordion a:hover {
  background: unset;
  color: #000;
}
.accordion .active {
  background: unset;
  color: #000;
}

.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 20px;
  content: " ";
  top: 27px;
  transform: rotate(-45deg);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion p {
  font-size: 13px;
  line-height: 2;
  padding: 10px;
}
a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion b {
  margin-top: 10px;
  display: block;
  background: url(../images/arrow_icon2.png) 0px 0px;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-left: 20px;
  color: #6d6d6d;
}

.faq_btn {
  float: right;
  width: 30%;
}
.faq_btn ul.tab_list {
  margin: 0px;
  padding: 0px;
}
.faq_btn .tab_list li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  list-style: none;
  float: left;
}
.faq_btn .tab_list li a {
  width: 100%;
  height: auto;
  padding: 5px 15px;
  list-style: none;
  display: block;
  background: #4478a0;
  color: #fff;
}
.faq_btn .tab_list li a:hover {
  background: #28c0f1;
  color: #fff;
}
.faq_btn .tab_list li .active {
  background: #28c0f1;
  color: #fff;
}

.faq_banner {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 30px;
}
.faq_banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .faq_style {
    width: 100%;
    float: left;
  }
  .faq_btn {
    float: right;
    width: 100%;
  }
}

.Result_style {
  width: 100% !important;
  margin: 0px auto !important;
  display: table;
}


.keypoint_style {
  width: 100%;
  margin: 0px auto;
  display: table;
  margin-bottom: 0px;
  background-color: #f9f9f9 !important;
  padding: 10px 0px 5px 0px;
  color: #404040;
}



.keypoint_style .box_wrp {
  width: 33%;
  float: left;
  text-align: center;
  margin: 0px 0%;
  font-size: 20px;
  text-transform: capitalize;
  /* background: #8e7f7f; */
  min-height: 70px;
  padding: 0%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c4c4c4;
  margin: 10px 0px;
}

/* .keypoint_style .box_wrp:nth-last-child(1) { margin-bottom:0px; } 
.keypoint_style .box_wrp:nth-last-child(2) { margin-bottom:0px; }  */

.keypoint_style .box_wrp span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  /* .keypoint_style .box_wrp {
        width: 48%;
        padding: 20px 5px 10px 5px;
        font-size: 16px;
        min-height: 100px;
        margin-bottom: 10px;
        line-height: 30px;
        border: none;
        background: #843233;
        margin: 1%;
    } */

    .keypoint_style .box_wrp {
      width: 100%;
      padding: 0px 0px 0px 0px;
      font-size: 16px;
      min-height: 36px;
      margin-bottom: 10px;
      line-height: 30px;
      border: none;
      margin: 1%;
      margin-bottom: 20px;
  }

  .keypoint_style .box_wrp span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
}


}

.news_style {
}
.news_style ul.media_list {
  margin: 0px;
  padding: 0px;
}
.news_style .media_list li {
  width: 22%;
  height: auto;
  float: left;
  margin: 1%;
  transition: all 0.1s ease-in 0s;
  border: 3px solid #bf9456;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.news_style .media_list li:hover {
  transition: all 0.2s ease-in 0s;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.55);
}

.news_style .media_list li img {
  width: 100%;
  height: auto;
  display: block;
}
.error {
  color: #f00;
  font-size: 13px;
}

/*  New Section */

.service_style {
}
.service_style .service_style {
  width: 47%;
  min-height: 350px;
  float: left;
  background-color: rgba(32, 106, 179, 0.050980392156862744);
  margin: 1%;
  padding: 30px;
}
.service_style .service_style h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.service_style .service_style ul {
  margin: 0px;
  padding: 0px;
}
.service_style .service_style ul li {
  list-style: square;
  margin-left: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.our_doctor {
  background-color: #f9f9f9;
  display: inline-block;
  padding: 50px 0px;
}
/* .our_doctor .card {
    background-color: #fff;
    margin-bottom: 30px;
    float: left;
    width: 42%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-left: 7%;
} */

.our_doctor .card {
  background-color: #fff;
  margin-bottom: 30px;
  float: left;
  width: 29%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
  border-radius: 10px;
  margin: 0% 2%;
  overflow: hidden;
}

/* .our_doctor .card .img_wrp {
    margin-left: -54px;
    width: 125px;
    height: 200px;
    height: auto;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 13px;
} */

.our_doctor .card .img_wrp {
  /* margin-left: -54px; */
  width: 100%;
  height: 200px;
  height: auto;
  /* background-color: #f00; */
  float: left;
  /* border-radius: 100%; */
  /* overflow: hidden; */
  /* margin-top: 13px; */
}

.our_doctor .card .img_wrp img {
  width: 100%;
  height: auto;
  display: block;
}

.our_doctor .card .content_wrp {
  width: 100%;
  height: auto;
  float: right;
  padding: 20px 10px 20px 25px;
  position: relative;
  min-height: 170px;
}

.our_doctor .card .content_wrp .name_style {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.our_doctor .card .content_wrp .degree {
  display: block;
  font-size: 15px;
  min-height: 60px;
  color: #707070;
}
.our_doctor .card .content_wrp .expertise {
  display: block;
  color: #707070;
  margin-top: 15px;
}
.our_doctor .card .content_wrp .experience {
  display: block;
  color: #707070;
}

.our_doctor .bottom_btn {
  width: 100%;
  height: auto;
  float: left;
}

.our_doctor .bottom_btn .btn_box {
  width: 47%;
  height: auto;
  float: left;
  margin-right: 5%;
  margin-top: 30px;
}

.our_doctor .bottom_btn .btn_box:last-child {
  margin-right: 0%;
}

.our_doctor .bottom_btn .btn_box a {
  width: 100%;
  height: auto;
  background-color: #70a12f;
  float: left;
  text-align: center;
  padding: 8px;
  border-radius: 90px;
  text-decoration: none;
  color: #fff;
}

.our_doctor .bottom_btn .btn_box a:hover {
  background-color: #000;
}

.color {
  margin-right: 2% !important;
}

.color a {
  background-color: #ff6c2f !important;
}
.color a:hover {
  background-color: #000 !important;
}

.our_doctor .card .content_wrp .top_right {
  width: 100px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.doctor-address {
  margin-bottom: 10px;
}

.doctor-address i {
  color: #ff966b;
}

.doctor-fees {
  text-decoration: line-through;
  padding: 0.2em;
  display: table-row;
}

.free {
  color: #ff966b;
  font-weight: 700;
  padding: 0.1em 0 0.2em 0.2em;
  text-decoration-line: none;
}

/* Testomonial */

.testimonial_style {
  width: 100%;
  background-color: #dedede;
  padding: 30px 0px;
}

.testimonial_style .slick-slide {
  background-color: #fafafa;
  opacity: 0.8;
  /* margin: 20px;  */
}

.testimonial_style .slick-slide.slick-current {
  opacity: 1 !important;
  transition: opacity 0.3s;
}

.testimonial_style .slick-slide .slick-current {
  opacity: 1 !important;
}

.testimonial_style .Name_style {
  background-color: #f00;
}
.testimonial_style .Name_style .name {
  background-color: #00cc00;
}


.video_wrp {
  background-color: #f9f9f9 !important;
  text-align: center;
  padding: 50px 0px;
}


.video_wrp h3 { font-size: 30px; color: #f00; margin-bottom: 30px; }


.video_wrp iframe { width:600px; height: 400px; border: 5px solid #e2e2e2; }

 



.right_video {
  width: 50%;
  float: right;
}

.video_slide {
  width: 100%;
  height: auto;
  display: block;
}

.video_slide iframe {
  width: 100%;
  height: 400px;
}

.video_box {
  width: 45%;
  margin: 0% 2%;
  float: left;
}
.video_box iframe {
  width: 100%;
  height: 400px;
}

.left_text {
  width: 40%;
  float: left;
  color: #fff;
  font-size: 65px;
  line-height: normal;
  margin-top: 40px;
  /* font-weight: bold; */
}

.free_consultation {
  background-color: #76292a;
  padding: 10px 5px 10px 60px;
  display: inline-block;
  margin-top: 3%;
  width: 340px;
  text-align: left;
  /* line-height: normal; */
  box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
  /* border-radius: 10px; */
  color: #fff;
  position: absolute;
  top: 0;
  right: 100px;
}

.free_consultation span {
  font-weight: bold;
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}

.free_img {
  width: 86px;
  position: absolute;
  left: -35px;
  top: -4px;
}
.free_img img {
  width: 100%;
  height: auto;
  display: block;
}

.Facilities_Glance {
  width: 100%;
  height: auto;
  display: block;
}
.Facilities_Glance img {
  width: 100%;
  height: auto;
  display: block;
}

.BookFree_Consultation {
  min-height: 300px;
  background-color: #283910;
  display: inline-block;
  padding: 50px 0px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

.BookFree_Consultation .left_content {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}

.BookFree_Consultation .left_content h1 {
  color: #fff;
  font-weight: bold;
  font-size: calc(10px + 1.75vw);
  text-align: center;
  line-height: normal;
}
.BookFree_Consultation .left_content h1 span {
  color: #ff6c2f;
}

.BookFree_Consultation .right_content {
  width: 45%;
  float: right;
}

.BookFree_Consultation .form_wrp {
  position: relative;
  padding: 20px 10px 20px;
}

.video_slide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.video_slide .slick-dots li button {
  color: #fff;
}
.video_slide .slick-dots li button:before {
  font-family: slick;
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video_slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.smaller .head_title {
  transition: all 0.3s;
}
.smaller .logo_wrp {
  width: 60px;
  transition: all 0.3s;
}
.smaller .head_title {
  transition: all 0.3s;
  font-size: 20px;
  margin-top: 0px;
}
.smaller .head_title span {
  font-size: 14px;
  transition: all 0.3s;
}
.smaller .right_head {
  margin-top: 15px;
  transition: all 0.3s;
}

/*  */

.Awards_style {
  background: #fafafa;
  width: 100%;
  margin: 0px auto;
  display: table;
  margin-bottom: 0px;
}

.Awards_style .box_wrp {
  width: 25%;
  float: left;
  /* text-align: center; */
  margin: 0px 0%;
  font-size: 16px;
  text-transform: capitalize;
  /* background: #8e7f7f; */
  min-height: 90px;
  padding: 0%;
  display: flex;

  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin: 10px 0px;
  padding-right: 20px;
}

.Awards_style .content {
  color: #333;
  /* width: 50%;  */
  float: right;
  text-align: left;
  padding-left: 10px;
  line-height: normal;
}
.Awards_style .content b {
  font-weight: bold;
}

/**************Tieten *********/

.bring_to_you {
  width: 80%;
  /* margin: 0px auto; */
  display: table;
  margin: 70px auto;
  margin-bottom: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  width: 50%;
  float: left;
}

ul li {
  /* color: #fff; */

  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url(../images/arrow3.png);
  background-position: left;
  background-repeat: no-repeat;
}

.Why_Tieten {
}
.Why_Tieten p {
  margin-bottom: 10px;
}

.when_and_Why {
  float: left;
}
.when_and_Why p {
  margin-bottom: 20px;
}

.when_and_Why h5 {
  font-size: 35px;
  color: #ff1f1f;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: bold;
}
.when_and_Why h5 span {
  color: #333;
  font-weight: normal;
  display: block;
  font-size: 25px;
}
.when_and_Why h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

.service_wrp {
}
.service_wrp .left_wrp {
  width: 40%;
  float: left;
  background-color: #cacaca;
}
.service_wrp .right_wrp {
  width: 40%;
  float: right;
  background-color: #cacaca;
}

.dr_profile {
  width: 100%;
  float: left;
}

.dr_profile .img_wrp {
  width: 30%;
  float: left;
}
.dr_profile .img_wrp img {
  width: 100%;
  float: left;
}

.dr_profile .content_wrp {
  width: 65%;
  float: right;
}
.dr_profile .content_wrp .Name_style {
  /* font-size: 30px; */
  font-size: 30px;
  color: #ff1f1f;
  font-weight: bold; /* text-align: center; */
  margin-bottom: 10px;
}
.dr_profile .content_wrp .expertise {
  font-size: 20px;
}
.dr_profile .content_wrp .degree {
  font-size: 14px;
  margin-bottom: 15px;
}

.dr_profile .content_wrp p {
  margin-bottom: 10px;
}

.Services_Offered {
  width: 100%;
}
.Services_Offered .form_wrp {
  background-color: #f3f3f3;
  position: relative;
  right: inherit;
  width: 100%;
  top: initial;
  /* box-shadow: 0 0 9px 0 rgb(75 77 117 / 10%); */
  /* margin-top: 50px; */
}

.Services_Offered .left_wrp {
  float: left;
  width: 63%;
}
.Services_Offered .right_wrp {
  float: right;
  width: 35%;
}

.Services_Offered ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.Services_Offered ul li {
  background-image: none !important;
  float: left;
  padding-left: 0px;
  width: 32%;
  margin-right: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.Services_Offered .img_wrp {
  width: 35%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border-radius: 90px;
  padding: 15px;
}

.Services_Offered .img_wrp img {
  width: 100%;
  height: auto;
  display: block;
}

.Services_Offered .text_wrp {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 80%;
  padding-left: 4%;
  font-weight: bold;
}

.testimonial_wrp .slick-dots li {
  background-image: none;
}

@media (max-width: 600px) {
  .sub_title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: -10px;
  }

  .bring_to_you {
    width: 100%;
  }

  .Services_Offered .left_wrp {
    float: left;
    width: 100%;
  }

  .Services_Offered .right_wrp {
    float: right;
    width: 100%;
  }

  .Services_Offered .form_wrp {
    margin-top: 20px;
  }

  .Services_Offered ul li {
    width:50%;
    margin-right: inherit;
  }

  .dr_profile .img_wrp {
    width: 40%;
    float: inherit;
    margin: 0px auto;
    display: table;
  }

  .dr_profile .content_wrp {
    width: 100%;
    float: right;
    margin-top: 20px;
  }

  .dr_profile .content_wrp .Name_style {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .dr_profile .content_wrp .expertise {
    font-size: 18px;
  }

  .when_and_Why h5 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
  }

  .when_and_Why h5 span {
    font-size: 18px;
  }

  .when_and_Why h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  ol,
  ul {
    list-style: none;
    width: 100%;
  }

  .banner_wrp .test_wrp i {
    margin-left: 38px;
  }

  .Services_Offered .img_wrp {
    width: 28%;
    padding: 8px;
}

  .Services_Offered .text_wrp {
    width: 70%;
    font-weight: normal;
  }

  /*  */
}




 




 

 
 