/*

  Theme Name: Little angle IVF
  Version: 1.0

*/



/* CSS Index 

-----------------------------------

1. Theme default css

2. header

3. slider

4. about-area

5. features-box

6. department

7. team

8. video-area

9. counter

10. footer

11. appointment form

12. testimonial

13. breadcrumb

14. contact

15. service

16. portfolio

17. process

18. pricing

19. 404

20. blog

21. Pagination 

22. product

23. Shop Cart

24. checkout

25. product-details

26. account page

*/







/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,500,600,700');

body, html {
    overflow-x: hidden;
    max-width: 100%;
}

body {

  font-family: 'Open Sans', sans-serif;

  font-weight: normal;

  font-style: normal;
  

}

.img{

 max-width: 100%;

transition: all 0.3s ease-out 0s;

}

.f-left{float:left}

.f-right{float:right}

.fix{overflow:hidden}

a,

.button {

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}

a:focus,

.button:focus {

  text-decoration: none;

  outline: none;

}

a:focus,

a:hover,

.portfolio-cat a:hover,

.footer-menu li a:hover {

  color: #2B96CC;

  text-decoration: none;

}

a, button {

  color: #1696e7;

  outline: medium none;

}

.uppercase { 

  text-transform: uppercase;

}

.capitalize { 

  text-transform: capitalize;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Raleway', sans-serif;

  font-weight: normal;

  color: #232332;

  margin-top: 0px;

  font-style: normal;

  font-weight: 400;

  letter-spacing: 1px;

  text-transform: normal;

}

h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a { 

    color: inherit;

}

h1 {

    font-size: 40px;

    font-weight: 500;

}

h2 {

    font-size: 35px;

}

h3 {

    font-size: 28px;

}

h4 {

    font-size: 22px;

}

h5 {

    font-size: 18px;

}

h6 {

    font-size: 16px;

}

ul {

  margin: 0px;

  padding: 0px;

}

li { list-style: none }

p {

  font-size: 14px;

  font-weight: normal;

  line-height: 24px;

  color: #7e7e7e;

  margin-bottom: 15px;

}

hr {

  border-bottom: 1px solid #eceff8;

  border-top: 0 none;

  margin: 30px 0;

  padding: 0;

}

label {

  color: #7e7e7e;

  cursor: pointer;

  font-size: 14px;

  font-weight: 400;

}

*::-moz-selection {

  background: #d6b161;

  color: #fff;

  text-shadow: none;

}

::-moz-selection {

  background: #444;

  color: #fff;

  text-shadow: none;

}

::selection {

  background: #444;

  color: #fff;

  text-shadow: none;

}

*::-moz-placeholder {

  color: #555555;

  font-size: 14px;

  opacity: 1;

}

*::placeholder {

  color: #555555;

  font-size: 14px;

  opacity: 1;

}



.theme-overlay{position:relative}

.theme-overlay::before {

  background: #1696e7 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.6;

  position: absolute;

  top: 0;

  width: 100%;

}



/* button style */

.btn {

  -moz-user-select: none;

  background: #184561 none repeat scroll 0 0;

  border: medium none;

  border-radius: 2px;

  color: #fff;

  cursor: pointer;

  display: inline-block;

  font-size: 13px;

  font-weight: 600;

  letter-spacing: 1px;

  line-height: 1.42857;

  margin-bottom: 0;

  padding: 11px 20px;

  text-align: center;

  text-transform: uppercase;

  touch-action: manipulation;

  transition: all 0.3s ease 0s;

  vertical-align: middle;

  white-space: nowrap;

}

.btn.btn-black{background:#303b41;}

.btn.btn-black:hover{background:#1a1a1a;}

.btn:hover{background:#106fab;color:#fff}

.btn.btn-large {

  padding: 10px 25px;

}

.btn-lg {

  font-weight: 700;

  padding: 13px 31px;

}

.btn.white-btn:hover{border-color:#ddd;color:#ddd}

.btn.btn-base.btn-link {

  background: transparent none repeat scroll 0 0;

  border: 0 none;

  color: #1696e7;

  padding: 0;

  text-decoration: none;

}

.btn.btn-base.btn-link:hover {

  color: #106fab;

}



.theme-bg{background:#00b4b9}

.gray-bg{background:#07121e;}

.bg-white {

  background-color: #ffffff;

}

.breadcrumb > .active {

  color: #f6f6f6;

}



.bg-1 {

  background: rgba(0, 0, 0, 0) url("img/bg/bg-1.jpg") repeat scroll 0 0;

}

.bg-2 {

  background: rgba(0, 0, 0, 0) url("img/bg/bg-2.jpg") repeat scroll 0 0;

}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10 {

  background-attachment: fixed;

  background-clip: initial;

  background-color: rgba(0, 0, 0, 0);

  background-origin: initial;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  z-index: 0;

}





.owl-carousel .owl-nav div {

  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;

  height: 40px;

  left: 20px;

  line-height: 40px;

  opacity: 0;

  position: absolute;

  text-align: center;

  top: 50%;

  transform: translateY(-50%);

  transition: all 0.3s ease 0s;

  visibility: hidden;

  width: 40px;

}

.owl-carousel .owl-nav div.owl-next {

  left: auto;

  right: 20px;

}

.owl-carousel:hover .owl-nav div{opacity: 1;visibility:visible;}

.owl-carousel .owl-nav div:hover{background:#2B96CC;color:#fff}

.owl-carousel .owl-item .basic-clients img {

  width: inherit;

}

/* 2. header */

.social-icon {

  margin-top: 3px;

}

.social-icon a {

  border-radius: 4px;

  color: #fff;

  display: inline-block;

  font-size: 16px;

  height: 25px;

  line-height: 25px;

  position: relative;

  text-align: center;

  transition: all 350ms ease 0s;

  width: 25px;

  z-index: 1;

}

.call-to-action li {

  color: #fff;

  display: inline-block;

  font-size: 14px;

  margin-right: 20px;

  padding: 6px 0;

}

.call-to-action li span {

  font-weight: bold;

}

.logo {
}

.basic-menu li {

  display: inline-block;

  margin-left: 35px;


  position: relative;

  transition: all 0.3s ease 0s;

}

.basic-menu ul > li::after {

  background: #d7d7d7 none repeat scroll 0 0;

  content: "";

  height: 15px;

  position: absolute;

  right: -16px;

  top: 32px;

  transform: rotate(45deg);

  transition: all 0.3s ease 0s;

  width: 1px;

}

.basic-menu  li:last-child:after{display:none}

.basic-menu li  a {

  text-decoration: none;
  color: #232332;

  display: inline-block;

  text-transform: uppercase;

  position: relative;

  font-size: 12px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.basic-menu ul > li > a::before {

  background: #2b96cc none repeat scroll 0 0;

  bottom: 23px;

  content: "";

  height: 4px;

  left: 0;

  margin: auto;

  opacity: 0;

  position: absolute;

  right: 0;

  transition: all 0.3s ease 0s;

  width: 4px;

}


.basic-menu li > a {
  padding: 30px 0;

}

.basic-menu li:hover > a {

  color: #2b96cc;

}

.basic-menu li:hover > a:before{opacity:1;}

.basic-menu li ul {

  background: #fff none repeat scroll 0 0;

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);

  float: none;

  left: 0;

  opacity: 0;

  position: absolute;

  text-align: left;

  top: 110%;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  width: 200px;

  z-index: 11;

}

.basic-menu li:hover > ul {

  opacity: 1;

  top: 100%;

  visibility: visible;

}

.basic-menu li ul li {

  border-bottom: 1px solid #f1f1f1;

  display: block;

  float: none;

  margin: 0;

}
.basic-menu li ul li::after {
  display: none;
}
.basic-menu li ul li:last-child {

  border-bottom: 0 none;

  margin: 0;

}

.basic-menu li ul li a i{float:right}

/* --------------------------

  Child Sub menu

-----------------------------*/

.basic-menu li ul li ul {

  left: 100%;

  opacity: 0;

  position: absolute;

  top: 10%;

  visibility: hidden;

  z-index: 999;

}

.basic-menu li ul li:hover > ul {

  opacity: 1;

  top: 0;

  visibility: visible;

}

.basic-menu li ul li a {

  color: #232332;

  display: block;

  font-size: 11px;

  padding: 10px 15px;

}
.basic-menu li ul li a::before{
    display: none;
}


.header-transparent .basic-menu li ul li a {

  color: #232332;

}

.basic-menu li ul li:hover > a ,.header-transparent .basic-menu li ul li:hover a {

  background: #1696e7 none repeat scroll 0 0;

  color: #fff;

}

.basic-menu li ul li a span {

  float: right;

}

.member-img img {

    width: 100%;

}

.menu-area .menu-p-right ul {

  left: auto;

  right: 0;

}

.basic-menu .menu-p-right ul li ul {

  right: 100%;

}



.header-fixed {

  left: 0;

  position: absolute;

  right: 0;

  z-index: 1030;

}

.header-transparent {

  background: transparent none repeat scroll 0 0;

  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;

  transition: height 0.3s ease-out 0s, background 0.3s ease-out 0s, box-shadow 0s ease-out 0s;

}

.headroom {

  left: 0;

  position: fixed;

  right: 0;

  top: 0;

  z-index: 10;

}

.headroom--pinned {

  background: #fff none repeat scroll 0 0;

  box-shadow: 0 -1px 0 #f5f5f5 inset;

  transform: translateY(0px);

}

.headroom--unpinned {

  transform: translateY(-100%);

}

.headroom {

  transition: transform 0.25s ease-in-out 0s;

  will-change: transform;

}

.basic-space{height:78px}

.header-transparent .basic-menu li a {

  color: #fff;

}

.header-transparent.sticky .basic-menu > li > a {

  color: #232332;

}

.sticky .basic-menu > li > a {

  padding: 23px 0;

}

.sticky .basic-menu > li::after {

  top: 25px;

}

.header-transparent .basic-menu > li > a::before {

  background: #f6f6f6 none repeat scroll 0 0;

}

.header-transparent.sticky .basic-menu > li > a::before {

  background: #666 none repeat scroll 0 0;

}

.sticky .basic-menu > li > a::before {

  bottom: 17px;

}

.hamburger {

  float: right;

  margin-left: 20px;

  margin-top: 24px;

  padding: 0;

  transition: all 0.3s ease 0s;

}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {

  height: 2px;

  width: 30px;

}

.hamburger-inner::before {

  top: -8px;

}

.hamburger--collapse .hamburger-inner::after {

  top: -16px;

}

.hamburger-menu {

  float: right;

  margin-right: -30px;

  opacity: 0;

  transition: all 0.3s ease 0s;

  visibility: hidden;

}

nav.nav-menu-show {

  margin-right: 0;

  opacity: 1;

  visibility: visible;

}

.sticky .hamburger {

  margin-top: 17px;

}





/* 3. slider */

.slider-area {

  position: relative;
  z-index: 1;

}

.vh-100{height:100vh}

.single-silder{}

.single-silder {

  background-position: center center;

  background-size: cover;

  position:relative;

  z-index: 1;
}

.single-silder::before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.3;

  position: absolute;

  top: 0;

  width: 100%;
}

.slider-text.slider-pos {



}

.slider-text {

  position: relative;

  z-index: 9;

}

.slider-text h2 {

  color: #fff;

  font-size: 40px;

  font-weight: 700;

  text-transform: capitalize;

}

.slider-text p {

  color: #fff;

  font-size: 18px;

  margin-bottom: 20px;

  animation-delay: 1.2s;

}

.slider-text a{animation-delay: 1.6s;}

.slider-text a{margin-right:5px}



.hero-slide .text-animation * {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown; }

.hero-slide .text-animation h2{



  -webkit-animation-delay: 0.8s;

  animation-delay: 0.8s; 

}

.owl-item.active .hero-slide h2 {

  animation-name: fadeInUp;

}

.owl-item.active .hero-slide  p {

  animation-name: fadeInUp;

}

.owl-item.active .slider-text a {

  animation-name: fadeInUp;

}



.slider-style-fix .slider-text {

  margin-top: 135px;

}



.display-table{display:table;height:100%;width:100%}

.table-cell {

  display: table-cell;

  vertical-align: middle;

}

.height-vh{height:84vh}

.height-100{height:100vh}

.single-silder .container{height:100%}



/* 4. about-area */

.area-title {

  margin: 0 auto 60px;

  width: 60%;

}

.area-title h2,.area-title2 h2 {

  display: inline-block;

  font-size: 28px;

  font-weight: 600;

  letter-spacing: 2px;

  margin-bottom: 20px;

  padding-bottom: 20px;

  position: relative;

  text-transform: uppercase;

}

.area-title2 > h2 {

  margin: 0 0 10px;

  padding: 0;

}

.area-title2 {

  margin-bottom: 45px;

}

.area-title h2::after {

  background: #2b96cc none repeat scroll 0 0;

  bottom: 0;

  content: "";

  display: block;

  font-size: 20px;

  height: 2px;

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

  width: 50px;

}

.area-title.text-white h2 {

  color: #fff;

}

.area-title.text-white h2::after {

  background: #fff none repeat scroll 0 0;

}

.area-title.text-white p {

  color: #fff;

}



/* 5. features-box */

.border-box {

  border: 1px solid #f6f6f6;

  padding: 60px 30px;

}

.features-box{transition:.3s}

.features-box:hover{box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);}

.features-box i {

  color: #1696e7 ;

  display: inline-block;

  font-size: 45px;

  transition: all 350ms ease 0s;

}

.features-box h3 {

  font-size: 18px;

  font-weight: 600;

  margin: 25px 0 17px;

  text-transform: uppercase;

}

.features-box p {

  margin-bottom: 25px;

}

.progress-title {

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 1px;

  margin: 0 0 10px;

  padding: 0;

  text-align: left;

  text-transform: uppercase;

}

.progress {

  background-color: #f5f5f5;

  border-radius: 0;

  box-shadow: none;

  height: 4px;

  margin-bottom: 20px;

  overflow: visible;

}

.progress-bar {

  background-color: #1696e7;

  border-radius: 0;

  box-shadow: none;

  color: #333333;

  position: relative;

}

/* 6. department */

.department-box{}

.icon-box{}

.icon-box i {

  background-color: #fff;

  border-radius: 50%;

  color: #1696e7 ;

  display: inline-block;

  font-size: 18px;

  height: 46px;

  line-height: 46px;

  margin-bottom: 17px;

  text-align: center;

  transition: all 0.4s ease 0s;

  width: 46px;

}

.dep-text{}

.dep-text h3 {

  color: #ffffff;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 10px;

  text-transform: capitalize;

}

.dep-text p {

  color: #fff;

  margin: 0;

}

.dep-style-2 .dep-text h3 {

  color: #222;

  transition:.3s

}

.dep-style-2 .icon-box i {

  background-color: #1696e7;

  color: #fff;

  transition:.3s

}

.dep-style-2 .dep-text p {

  color: #666;

  transition:.3s

}

.dep-style-2 {

  border: 1px solid #f6f6f6;

  padding: 50px 45px;

  transition:.3s

}

.dep-style-2:hover{background:#1696E7;border-color:#1696E7}

.dep-style-2:hover .dep-text h3 {color:#fff}

.dep-style-2:hover .icon-box i  {color:#1696E7;background:#fff}

.dep-style-2:hover .dep-text p {color:#fff}

/* department details */

h2.department-name {

  font-size: 32px;

  font-weight: 500;

  margin-bottom: 25px;

}

.department-details .department-loc {

  color: #1696e7;

}

.department-details .department-loc {

  color: #1696e7;

  font-weight: 500;

}

.department-details > h4 {

  font-size: 20px;

  font-weight: 500;

}

.dep-desc > h2 {

  font-size: 30px;

  font-weight: 500;

  position: relative;

  text-transform: capitalize;

}

.blockquote {

  margin-left: 75px;

  margin-top: 30px;

  position: relative;

}

.blockquote::before {

  color: #1696e7;

  content: "“";

  display: inline-block;

  font-size: 60px;

  font-weight: bold;

  left: -75px;

  position: absolute;

  top: -25px;

}

.blockquote p {

  color: #221223;

  font-size: 22px;

  font-weight: 300;

  line-height: 30px;

  margin-bottom: 30px;

}

.dep-img > img {

  width: 100%;

}

.dep-desc h4 {

  font-weight: 500;

}

.table-schedule {

  background-color: #1696e7;

  width: 100%;

}

.table-schedule thead th {

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  border-right: 1px solid rgba(255, 255, 255, 0.2);

  padding-bottom: 20px;

  padding-top: 10px;

  text-align: center;

}

.table-schedule thead th .date {

  color: #fff;

  font-size: 38px;

  font-weight: 300;

  line-height: 52px;

}

.table-schedule thead th .day {

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;

  font-weight: 400;

  text-transform: uppercase;

}

.table-schedule td {

  border-right: 1px solid rgba(255, 255, 255, 0.2);

  color: #fff;

  height: 80px;

  padding: 14px;

  position: relative;

}

.table-schedule tbody tr td:first-child {

  color: #fff;

  font-size: 20px;

  line-height: 20px;

  text-align: center;

}

.table-schedule tbody tr td:first-child span {

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;

}

.table-schedule tbody td.light {

  background-color: rgba(255, 255, 255, 0.2);

}

.table-schedule tbody td.dark {

  background-color: rgba(0, 0, 0, 0.1);

}

.table-schedule tbody td .time {

  color: rgba(255, 255, 255, 0.8);

}

.table-schedule tbody td .book {

  background-color: rgba(255, 255, 255, 0.8);

  height: 100%;

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  transition: all 350ms ease 0s;

  visibility: hidden;

  width: 100%;

}

.table-schedule tbody td .book .btn {

  left: 50%;

  position: absolute;

  top: 50%;

  transform: translate(-50%, -50%);

}

.btn-sm {

  font-size: 11px;

  padding: 8px 24px;

}

.table-schedule tbody td:hover .book {

  opacity: 1;

  visibility: visible;

}



/* 7. team */

.team-item {

  border: 1px solid #f6f6f6;

  display: block;

  margin-bottom: 30px;

  position: relative;

  text-align: center;

  transition:.3s

}

.team-item-image {

  display: block;

  margin: 0 auto;

  overflow: hidden;

  position: relative;

}

.team-info {

  padding: 15px 0;

}

.team-item-image::after {

    content: '';

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);

    -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);

    -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);

    -o-transition: all .27s cubic-bezier(0, 0, .58, 1);

    transition: all .27s cubic-bezier(0, 0, .58, 1)

}



.team-item:hover .team-item-image:after {

    background-color: rgba(255, 255, 255, .9)

}

.team-item:hover {

    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);

}



.team-item:hover .team-item-detail {

    opacity: 1

}



.team-item-image img {

    max-width: 100%;

    height: auto

}

.team-item-detail {

  left: 0;

  opacity: 0;

  padding: 20px;

  position: absolute;

  text-align: center;

  top: 50%;

  transform: translateY(-50%);

  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;

  width: 100%;

  z-index: 2;

}

.team-item-title {

  font-size: 18px;

  font-weight: 500;

  letter-spacing: 2px;

  line-height: 24px;

  text-transform: uppercase;

}

.team-item-name {

  font-size: 18px;

  font-weight: 500;

  text-transform: capitalize;

}



.team-item-role {

    display: block;

    text-transform: capitalize;

    font-size: 13px;

    letter-spacing: 1px;

    color: #858899

}

.team-social-icon{}

.team-social-icon a {

  background: #2b96cc none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  display: inline-block;

  font-size: 16px;

  height: 35px;

  line-height: 34px;

  margin: 0 5px;

  text-align: center;

  width: 35px;

}

.team-social-icon a:hover {

  background: #106fab none repeat scroll 0 0;

}

.doctor-box {

  border: 3px solid #f2f2f2;

  padding: 20px;

  transition: all 350ms ease 0s;

}

.doctor-box:hover {

  border-color: #1696e7;

}

.doctor-box .doctor-img {

  position: relative;

  text-align: center;

}

.doctor-box .doctor-img img {

  max-width: 100%;
  border-radius: 50%;

}

.doctor-box .doctor-name {

  margin-top: 20px;

  text-align: center;

}

.doctor-box .doctor-name .heading {

  color: #1696e7;

}

.doctor-box .doctor-name .doctor-desig {

  display: block;

  margin-top: 10px;

}

hr.hr-1 {

  border-bottom: 2px solid #1696e7;

  margin: 20px auto;

  width: 50px;

}

.doctor-box .doctor-details {

  margin-top: 15px;

  text-align: center;

}



.doctor-contact {

  background-color: #1696e7;

  color: #fff;

  margin-bottom: 20px;

  padding: 20px;

  text-align: center;

}

.doctor-contact .contact-list {

  display: inline-block;

  margin-bottom: 0;

  text-align: left;

}

.contact-list li {

  overflow: hidden;

  padding: 5px 0;

}

.contact-list li i {

  background-color: #fff;

  border-radius: 50%;

  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);

  color: #1696e7;

  float: left;

  font-size: 14px;

  height: 25px;

  line-height: 25px;

  margin-right: 12px;

  text-align: center;

  width: 25px;

}

.doctor-details .doctor-name {

  font-weight: 500;

  margin-bottom: 10px;

}

.doctor-details .doctor-desig {

  color: #1696e7;

}

.doctor-details .doctor-edu li {

  background-color: #f2f2f2;

  border-radius: 4px;

  float: left;

  font-weight: 400;

  margin-right: 10px;

  padding: 3px 10px;

}

.doctor-details .doctor-edu {

  list-style: outside none none;

  margin: 0;

  overflow: hidden;

  padding: 0;

}

hr.hr-1.left {

  margin-left: 0;

}

ul.list-styled {

  list-style: outside none none;

  padding-left: 35px;

}

ul.list-styled > li {

  font-size: 15px;

  font-weight: 400;

  line-height: 1.75em;

  padding: 6px 10px 6px 0;

  position: relative;

  text-align: left;

}

ul.list-styled > li::before {

  border: 1px solid #1696e7;

  border-radius: 50%;

  color: #1696e7;

  content: "";

  display: inline-block;

  font: 15px/15px FontAwesome;

  height: 18px;

  left: -32px;

  margin-right: 10px;

  position: absolute;

  text-align: center;

  top: 12px;

  vertical-align: middle;

  width: 18px;

}

/* 8. video-area */

.video-area {

  position: relative;

}

.video-area:before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

}

.video-icon-view.text-center {

  margin: 60px 0;

  text-align: center;

}

.play-btn {

  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;

  background-color: transparent;

  border: 2px solid #000000;

  border-radius: 50%;

  box-shadow: 0 0 0 0 rgba(194, 244, 246, 0.7);

  color: #000000;

  display: inline-block;

  font-size: 18px;

  height: 75px;

  line-height: 72px;

  margin: 0 20px;

  padding: 0 0 0 5px;

  position: relative;

  text-align: center;

  width: 75px;

 border-color: #ffffff;

color: #ffffff; 

}

@-webkit-keyframes pulse {

    to {

        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);

    }

}



@keyframes pulse {

    to {

        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);

    }

}



/* 9. counter */

.counter-box {

   

  padding: 80px 30px;

  position: relative;

  text-align: center;

  width: 25%;

  z-index: 99;

}

.counter-box:nth-child(2n+1) {



}

.counter-icon i {

  color: #fff;

  font-size: 30px;

}

.counter-text h3 {

  color: #fff;

  font-family: inherit;

  font-size: 34px;

  font-weight: 600;

  margin: 15px 0;

}

.counter-text > h4 {

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  letter-spacing: 3px;

  margin-bottom: 0;

  text-transform: capitalize;

}



/* 10. footer */

.footer-widget h4 {

  border-bottom: 1px solid #ebebeb;

  color: #2b96cc;

  font-size: 16px;

  font-weight: 700;

  margin-bottom: 30px;

  padding-bottom: 10px;

  position: relative;

  text-transform: uppercase;

}

.footer-widget h4::before {

  background: #2b96cc none repeat scroll 0 0;

  bottom: -1px;

  content: "";

  height: 1px;

  position: absolute;

  width: 100px;

}

.footer-nav li {

  float: left;

  line-height: 38px;

  width: 100%;

}

.footer-nav li a {

  color: #fff;

  font-size: 13px;

}

.footer-nav li a:hover{color:#1696E7}

.footer-nav li a i {

  font-size: 10px;

  margin: 5px 10px 0 0;

  transition: all 0.2s ease-in-out 0s;

}

.newsletter i {

  float: left;

  font-size: 20px;

  margin-top: 8px;

}

.newsletter p {

  margin-bottom: 10px;

  padding: 0 0 15px 30px;

}

.newsletter{}

.newsletter input {

  background: #fff none repeat scroll 0 0;

  border: 1px solid #f4f4f4;

  border-radius: 3px;

  box-shadow: none;

  color: #a5a5a5;

  height: 40px;

  margin-bottom: 10px;

  margin-right: 0;

  outline: medium none;

  padding: 0 10px;

  width: 100%;

}

.newsletter button{}



.tweet i {

  color: #2b96cc;

  float: left;

  font-size: 20px;

  margin-top: 14px;

}

.tweet p {

  margin-bottom: 10px;

  padding: 10px 0 0 30px;

}

.contact-widget ul li{}

.contact-widget ul li i {

  float: left;

  font-size: 16px;

  line-height: 28px;

  width: 25px;
  color: #fff;

}

.contact-widget ul li p {

  margin-left: 27px;

}

.footer-widget p {
    color: #fff;
}

.copyright-area {

  background: #0c1d2e none repeat scroll 0 0;

  border-bottom: 1px solid #e6e6e6;

  color: #646464;

  font-size: 12px;

  padding: 15px 0;

}

.copyright {

  margin: 0;

}

.copyright-area p {
    color: #fff;
}

/* 11. appointment form */

.no-gutter {

  padding: 0;

}

.quick-appointment-form {

  background-color: #1696e7;

  padding: 50px;

}

.quick-appointment-form .form-control{border:0}

.quick-appointment-form > h3 {

  color: #ffffff;

  margin-bottom: 17px;

}

.text-muted {

  color: #fff !important;

}

.form-control {

  border: 0 none;

  border-radius: 2px;

  height: 40px;

  padding: 6px 12px;

}

.btn > i {

  margin-right: 10px;

}



.quick-appointment-form select {

  border: 0 none;

  border-radius: 2px;

  color: #555;

  height: 40px;

  width: 100%;

}

.quick-appointment-form textarea.form-control{height:auto}

/* appointment-form-2 */

.appointment-form-2 {

  background-color: #1696e7;

  padding: 25px;
  position: relative;
  z-index: 1;

}

.appointment-form-2 .form-control,.appointment-form-3 .form-control {

  border: 0 none;

}

.appointment-form-2 .quick-appointment-form > h3 {

  font-weight: 500;

  margin-bottom: 20px;

}

.appointment-form-3  textarea.form-control {

  height: 94px;

}

.appointment-area-3 {

  bottom: 0;

  left: 0;

  position: absolute;

  right: 0;

  z-index: 9;

}





.doctor-text h2 {

  color: #fff;

  font-size: 52px;

  font-weight: 700;

  margin: 20px 0;

}

.doctor-text > h5 {

  color: #fff;

  margin: 0;

}

.doctor-text h6 {

  color: #fff;

  line-height: 26px;

}
.my-tab .nav-tabs {
  --bs-nav-tabs-border-color:transparent;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-radius: 0;

}
.my-tab ul {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link{
  border-top: 2px solid;
  border-color: transparent;
}

.my-tab .nav-item{
  width: 25%;
}
.my-tab .nav-link.active{
  border-color:#1696e7;
}
.my-tab .nav-link{
  background: #f4f4f4 none repeat scroll 0 0;
  color: #868686;
  display: block;
  padding: 12px;
  text-align: center;
  width: 100%;
  border-radius: 0;
}
.my-tab .tab-pane{
  background-color: #fff;
  box-shadow: 0 3px 1px -1px #ededed;
  padding: 30px 15px 15px;
}
.custom-tab{}

.custom-tab li{

  float: left;

  width: 25%;

}

.custom-tab li a, .nav-link{

  background: #f4f4f4 none repeat scroll 0 0;

  border-top: 2px solid transparent;

  color: #868686;

  display: block;

  padding: 12px 0;

  text-align: center;



}

.custom-tab li.active a{

  background: #fff none repeat scroll 0 0;

  border-color: #1696e7;

}

.tab-content.suggestions .content {

  background-color: #fff;

  box-shadow: 0 3px 1px -1px #ededed;

  padding: 30px 15px 15px;

}

.tab-content .tab-pane .content {

  float: left;

  font-weight: 300;

  overflow: hidden;

  width: 80%;

}

.tab-content .tab-pane .image {

  float: left;

  text-align: center;

  width: 20%;

}

.tab-content .tab-pane .image img {

  border: 4px solid #f5f5f5;

  border-radius: 50%;

  display: block;

  height: 100px;

  margin: 0 auto;

  width: 100px;

}

.tab-content .tab-pane .image p.name {

  color: #32b8da;

  font-weight: 400;

  line-height: 14px;

  margin-bottom: 0;

  margin-top: 10px;

}

.tab-content .tab-pane .image p.spec {

  font-size: 12px;

  font-weight: 400;

}



.tp-accordion .accordion-button{
    color: #fff;
    background-color: #1696e7;
    height: 40px;
    padding: 0 20px;
    border-radius: 0;
    font-size: 14px;
}
.tp-accordion .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.tp-accordion .accordion-button i{
      margin-right: 10px;
}
.tp-accordion .accordion-button::after {
  display:none ;
}

.tp-accordion .accordion-item:first-of-type .accordion-button{
  border-radius: 0;
}
.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.tp-accordion .accordion-item {
  margin-bottom: 5px;
}
.panel-default > .panel-heading {

  background-color: #1696e7;

  border-radius: 0;

  color: #fff;

  height: 40px;

  padding: 0 20px;

}

.panel-title {

  color: inherit;

  font-size: 16px;

  line-height: 36px;

  margin-bottom: 0;

  margin-top: 0;

}

.panel-title > a {

  color: #fff;

  display: block;

}

.panel-title .fa {

  margin-right: 10px;

}

/* 12. testimonial */

.basic-testimonial-area {
    background: #e9ecef;
}

.testimonial-box{
  margin-right: 30px;
}

.testimonial-box blockquote {
    background: #00b4b9 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    padding: 30px 30px;
    position: relative;
    min-height:350px;
    text-align:justify;
     
}

.testimonial-box blockquote:after {

  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: #00b4b9 transparent transparent;

  border-image: none;

  border-style: solid;

  border-width: 8px;

  bottom: -16px;

  content: "";

  display: block;

  height: 0;

  left: 20px;

  position: absolute;

  right: 0;

  width: 0;

}

.testimonial-content{margin-top: 20px;

position: relative;}

.testimonial-name{font-size: 14px;

margin: 0;}

.testimonial-pos{font-size: 12px;}



/* 13. breadcrumb */


.basic-breadcrumb-area {}

.basic-breadcrumb > h3 {

  color: #fff;

  font-size: 25px;

  font-weight: 700;

  letter-spacing: 6px;

  text-transform: uppercase;

}
.breadcrumb{
  display: inline-block;
  
}
.breadcrumb  li{
  display: inline-block;
}
.breadcrumb  li::before{
  padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb  li:first-child::before{
  display: none;
}
  
.breadcrumb {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border-radius: 0;

  margin-bottom: 0;

  padding: 0;

}

.bg-opacity{position:relative;}

.bg-opacity:before {

  background: #000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

}

.basic-breadcrumb{

  position: relative;

  z-index: 9;

}



/* 14. contact */

.contact-person > h4 {

  font-size: 19px;

  font-weight: 500;

  letter-spacing: 2px;

  margin-bottom: 15px;

}

#map{height:420px;width:100%}

.input-lg {

  border: 2px solid #eee;

  box-shadow: none;

  font-size: 14px;

  height: 47px;

}



/* 15. service  */

.service-img img {

  width: 100%;

}

.service-content {

  padding-top: 15px;

}

.service-content h3 {

  color: #1696e7;

  font-size: 18px;

  font-weight: 600;

  text-transform: uppercase;

}

.service-content h3 a:hover{color:#106FAB}

.service-content p {

  color: #666;

  margin: 0;

}



.appointment-text h2 {

  color: #1e2833;

  font-size: 30px;

  letter-spacing: -0.25px;

  text-transform: capitalize;

}



/* 16. portfolio */

.filter-menu{}

.filter-menu button {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 0 none;

  color: #555555;

  font-size: 15px;

  font-weight: 500;

  letter-spacing: 2px;

  padding: 0 40px 0 0;

  position: relative;

  text-transform: capitalize;

  transition: all 0.3s ease 0s;

}

.filter-menu button:last-child:before{display:none}

.filter-menu button.active , .filter-menu button:hover {color:#1696E7}

.row-portfolio{margin:0 -10px}

.row-portfolio .portfolio-item{padding: 0 10px;}

.portfolio-wrapper {

  position: relative;

}

.portfolio-item{

  width: 33.33%;

    float: left;

    margin-bottom: 20px;  

}

.portfolio-thumb img {

  width: 100%;

}

.portfolio-thumb {

  position: relative;

}

.portfolio-thumb::before {

  background: #fff none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  transition: all 0.3s ease 0s;

  width: 100%;

}

.portfolio-wrapper:hover .portfolio-thumb::before{opacity:.8}

.view-icon {

  left: 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 50%;

  opacity:0;

  visibility:hidden;

  z-index:9;

  transition:.3s

}

.portfolio-wrapper:hover .view-icon{transform: translateY(-50%);opacity:1;visibility:visible}

.view-icon > a {

  background: #222 none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  display: inline-block;

  height: 40px;

  line-height: 39px;

  width: 40px;

}

.view-icon > a:hover {

  background: #1696e7 none repeat scroll 0 0;

}

.portfolio-caption > h4 {

  color: #333333;

  font-size: 18px;

  font-weight: 700;

  line-height: 2;

  margin: 0;

}

.work-tag > p {

  color: #555;

  font-size: 15px;

  font-weight: 400;

  letter-spacing: 1px;

}

.portfolio-caption {

  padding-top: 5px;

  text-align: center;

}

/* 17. process */

.process-item {

    margin-top: 30px

}

.process-item img {

    max-width: 100%;

    height: auto

}

.process-item-icon {

  color: #1696e7;

  font-size: 35px;

  line-height: 60px;

  padding: 60px 30px 80px;

  text-align: center;

}

.process-item-content {

    border-top: 1px solid #f2f2f2;

    position: relative;

    padding: 30px

}

.process-item-number {

  background-color: #1696e7;

  border: 5px solid #fff;

  border-radius: 40px;

  color: #fff;

  font-size: 20px;

  font-weight: 700;

  height: 60px;

  left: 50%;

  line-height: 45px;

  position: absolute;

  text-align: center;

  top: -30px;

  transform: translateX(-50%);

  width: 60px;

}

.process-item-title {

  font-size: 16px;

  font-weight: 500;

  letter-spacing: 2px;

  margin: 15px 0;

  text-transform: uppercase;

}

.process-item.highlight {

    -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

    -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

    -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

    -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1);

    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, .1)

}

.process-item.process-item-alt .process-item-icon {

    padding: 30px 30px 50px

}

.process-item.process-item-alt .process-item-number {

    top: -23px;

    width: 46px;

    height: 46px;

    font-size: 16px;

    line-height: 35px

}

.process-item.process-item-alt .process-item-title {

    font-size: 14px

}



.process-item.process-item-alt .process-item-content {

    padding: 20px

}



.portfolio-2 .portfolio-item {

  width: 50%;

}

.portfolio-2{}

/* feature-box */

.feature-box {

  margin-bottom: 20px;

  padding: 20px 0;

}

.feature-box.right {

  text-align: left;

}

.feature-box .count {

  background-color: #fff;

  border: 2px solid #1696e7;

  border-radius: 4px;

  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);

  color: #1696e7;

  display: inline-block;

  font-size: 20px;

  height: 40px;

  line-height: 36px;

  margin-bottom: 10px;

  text-align: center;

  transition: all 350ms ease 0s;

  width: 40px;

}

.feature-box:hover .count{background:#1696e7;color:#fff}

.feature-box.right .count {

  float: left;

}

.feature-box.right .text {

  padding-left: 60px;

}

/* 18. pricing */

.pricing-table {

    background: #fff;

    box-shadow: 0 0 1px 1px #eee;

    position: relative;

    text-align: center;

}

.pricing-title,

.pricing-action {

    padding: 25px 0;

}

.pricing-title h6 {

  font-weight: 700;

  letter-spacing: 1px;

  margin: 0;

  text-transform: uppercase;

  margin-bottom: 10px;

}

.pricing-price {

    border-top: 1px solid #f5f5f5;

    border-bottom: 1px solid #f5f5f5;

    padding: 20px 0;

}

.pricing-price .price-unit {

    text-transform: uppercase;

    font-size: 54px;

    color: #222222;

}

.price-unit > span {

    vertical-align: top;

    letter-spacing: 2px;

    line-height: 3.5;

    font-size: 22px;

}

.pricing-features ul {

    list-style: none;

    padding: 0 0;

    margin: 0;

}

.pricing-features ul li {

    border-bottom: 1px solid #f5f5f5;

    padding: 8px 0;

}

.pricing-features ul li:nth-child(odd) {

    background: #f8f8f8;

}

.pricing-table {

    margin: 10px 0 0;

}

.pricing-table.best-value {

    z-index: 1;

    margin: 0 0 0;

}

.pricing-table.best-value .pricing-title,

.pricing-table.best-value .pricing-action {

    padding: 30px 0;

}

ul.list-default {

  list-style: outside none none;

  padding-left: 25px;

}

ul.list-default > li {

  color: #585858;

  font-size: 15px;

  line-height: 1.75em;

  margin-bottom: 12px;

  padding: 4px 0;

  position: relative;

}

ul.list-default > li::before {

  color: #1696e7;

  content: "";

  font: 600 11px/1 FontAwesome;

  left: -20px;

  position: absolute;

  top: 12px;

}

/* 19. 404 */

.404-text{}

.error-text h1 {

  color: #207fdc;

  font-family: inherit;

  font-size: 200px;

  font-weight: bold;

  line-height: 1;

  margin-bottom: 0;

}

.error-text p {

  color: #1d3349;

  font-weight: bold;

  text-transform: uppercase;

}

/* 20. blog */



.post {

    margin: 0 0 70px;

}



.post .post-title {

    font-size: 23px;

    margin-bottom: 10px;

}



.post .post-content {

    padding: 30px 0 0 0;

}



.post.format-quote .post-content {

    padding: 30px 25px;

}

.post-preview img {

  width: 100%;

}



/* --- [Post Meta] --- */

.post-meta {

  list-style: outside none none;

  margin: 0 0 18px;

  padding: 0;

}



.post-meta > li {

    display: inline-block;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 700;

    font-size: 11px;

    color: #999;

}



.post-meta > li + li:before {

    content: "/\00a0";

    padding: 0 5px;

}



/* --- [Post Columns] --- */



 .post {

    margin: 0 0 30px;

}

.post .post-title {

  font-size: 20px;

  font-weight: 600;

}



 .post .post-content {

    padding: 30px 25px;

}



 .post .post-content > *:last-child {

    margin-bottom: 0;

}



/* --- [Post Thumbnail] --- */



.post-thumbnail .post-content {

    padding: 0;

}



.post-content.post-no-pad {

  padding: 30px 0;

}

.widget {

  margin: 0 0 40px;

}

.widget form{position:relative}

.form-control {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    height: 39px;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #0bb7bc;
}
.form-control:focus {

  border-color: #444;

}

.widget form input{}

.widget form button {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  border: 0 none;

  color: #666;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  width: 40px;

}

.widget-title {

  font-weight: 600;

  position: relative;

}

.widget-title::before {

  border-bottom: 2px solid #eeeeee;

  bottom: 0;

  content: "";

  display: block;

  position: absolute;

  width: 100%;

}

.widget-title::after {

  border-bottom: 2px solid #666;

  content: "";

  display: block;

  margin: 20px auto 25px 0;

  position: relative;

  width: 35px;

  z-index: 1;

}

.icons-list > li {

  border-top: 1px solid #eee;

  padding: 10px 0;

}

.icons-list > li:first-child {

  border: 0 none;

  padding-top: 0;

}

.icons-list a {

  color: #999999;

}

.icons-list a:hover {

  color: #1696e7;

}

.widget-posts-image {

  float: left;

  width: 50px;

}

.widget-posts-body {

  margin-left: 65px;

}

.widget .recent-posts > li {

  border-top: 1px solid #eee;

  overflow: hidden;

  padding: 10px 0;

}

.widget-posts-image img {

  max-width: 100%;

}

.widget .recent-posts > li:first-child {

  border: 0 none;

  padding-top: 0;

}

.widget-posts-title {

  font-size: 12px;

  font-weight: 600;

  margin: 2px 0 3px;

}

.widget-posts-meta {

  font-size: 12px;

  opacity: 0.7;

}

ul.tags{}

ul.tags li {

  display: inline-block;

}

ul.tags li a {

  background: #f8f8f8 none repeat scroll 0 0;

  border-radius: 2px;

  color: #666;

  display: inline-block;

  font-size: 13px;

  margin: 0 0 6px;

  padding: 8px 12px;

  text-transform: capitalize;

}

ul.tags li a:hover {

  background: #1696e7 none repeat scroll 0 0;

  color: #fff;

}

.post-content blockquote {

  color: #fff;

  font-size: 20px;

  font-style: normal;

  padding: 30px 25px;

  border: 0;

}

.post-content blockquote i {

  display: block;

  font-size: 24px;

  margin: 0 0 20px;

}

.post.format-quote .post-content {

  background: #444 none repeat scroll 0 0;

  padding: 30px 25px;

}

.format-quote .post-content p {

  color: #fff;

  font-size: 18px;

  line-height: 34px;

}

.post-content footer {

  color: #fff;

}

/* single posts */

blockquote.single-blockquote {

  background: #444;

}

blockquote.single-blockquote p {

  color: #fff;

}

.comments, .comment-form {

  /* margin-bottom: 70px; */

}

.comment, .comment-content {

  position: relative;

}

.comment-avatar {

  float: left;

  margin: 5px 0 0;

  max-width: 70px;

  position: relative;

  z-index: 1;

}

.comment-avatar::after {

  background: #f5f5f5 none repeat scroll 0 0;

  content: "";

  height: 2px;

  left: 70px;

  position: absolute;

  top: 34px;

  width: 20px;

  z-index: -1;

}

.comment-avatar img {

  border-radius: 50%;

  height: 70px;

  width: 70px;

}

.comment-tools {

  padding: 0 30px;

  position: absolute;

  right: 0;

  top: 25px;

  z-index: 1;

}

.comment-tools a {

  color: #666;

  margin: 0 0 0 15px;

}

.comment-content {

  background: #f5f5f5 none repeat scroll 0 0;

  border-radius: 2px;

  margin: 0 0 35px 90px;

  padding: 30px;

  position: relative;

}

.comment-content h5 {

  font-size: 16px;

  font-weight: 600;

}

.comment-reply {

  margin-left: 90px;

}

/* 21. Pagination */

.pagination > li {

  display: inline-block;

  margin-right: 2px;

}

.pagination > li:first-child > a, .pagination > li:first-child > span {

  border-radius: 3px;

}

.pagination > li > a, .pagination > li > span {

  border: 2px solid #eeeeee;

  border-radius: 3px;

  color: #777777;

  display: block;

  float: none;

  padding: 8px 15px;

}

.pagination > .active > a, .pagination > .active > span {

  background: #27cbc0 none repeat scroll 0 0;

  border-color: #27cbc0;

  color: #ffffff;

}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {

  background: #1696e7 none repeat scroll 0 0;

  border-color: #1696e7;

  color: #ffffff;

}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

  background-color: #1696e7;

  border-color: #1696e7;

  color: #fff;

  cursor: default;

  z-index: 3;

}



/* 22. product */

.product-img {

  position: relative;

}

.product-img img {

  width: 100%;

}

.product-img > a {

  border: 1px solid #f1f1f1;

  display: block;

  position: relative;

}

.product-img > a::before {

  background: #1696e7 none repeat scroll 0 0;

  content: "";

  height: 100%;

  opacity: 0;

  position: absolute;

  transition: all 0.3s ease 0s;

  width: 100%;

}

.product-box:hover .product-img > a:before{opacity:.6}

.action-box {

  bottom: 0;

  left: 0;

  opacity: 0;

  padding: 20px 0;

  position: absolute;

  right: 0;

  text-align: center;

  transition: all 0.3s ease 0s;

  visibility: hidden;

  z-index: 9;

}

.product-box:hover .action-box{opacity:1;visibility:visible;}

.action-box a {

  background: #ffffff none repeat scroll 0 0;

  border-radius: 50%;

  display: inline-block;

  font-size: 20px;

  height: 40px;

  line-height: 38px;

  margin: 0 6px;

  width: 40px;

}

.action-box a:hover{background:#1696E7;color:#fff}

.product-box:hover .action-box a{margin:0 2px}

.product-content{}

.product-content h3{}

.product-title > a {

  font-size: 16px;

  font-weight: 500;

}

.product-price{}

.product-price span {

  font-size: 14px;

  font-weight: 600;

  margin: 0 3px;

}

.product-price span.price-old {

  font-weight: 400;

  opacity: 0.3;

  text-decoration: line-through;

}

.sale-tag {

  left: 15px;

  position: absolute;

  top: 15px;

}

.sale-tag span {

  background: #1696e7 none repeat scroll 0 0;

  color: #ffffff;

  font-weight: 700;

  padding: 2px 8px;

  text-transform: uppercase;

}

.sale-tag span.new{background:#84D8E3}

.found{}

.found p {

  margin: 0;

}

.found p span {

  color: #222222;

  font-weight: 600;

}

.price-filter label {

  display: inline-block;

  margin-right: 16px;

  position: relative;

  top: -23px;

}

.price-lebel {

  display: inline-block;

}

#slider-range{

  background: #f1f1f1 none repeat scroll 0 0;

  border: 0 none;

  border-radius: 0;

  height: 5px;

}

#slider-range span.ui-state-default {

  background: #1696e7 none repeat scroll 0 0;

  border: 0 none;

  border-radius: 50%;

  height: 15px;

  width: 15px;

}

.ui-slider-horizontal .ui-slider-range {

  background: #1696e7 none repeat scroll 0 0;

}

#slider-range span.ui-state-default{}

.price-filter input {

  border: 0 none;

  color: #444444;

  margin-top: 20px;

}

.select-option button {

  background: #f7f7f7 none repeat scroll 0 0;

  border-color: #8c8c8c;

  box-shadow: none;

  color: #333333;

  padding: 7px 15px;

}
.form-select {
  background-color:#f6f6f6 ;
  border:0;
  color: #444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0;
  
}
.form-select:focus {
  border-color: #8c8c8c;
  outline: 0;
  
  box-shadow: none;
}
.form-control:focus{
  box-shadow: none;
}
.btn.active, .btn:active {

  background-image: none;

  box-shadow: none;

  outline: 0 none;

}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {

  background-color: #f7f7f7;

  border: medium none;

  color: #333333;

}

.bootstrap-select .dropdown-toggle:focus {

  outline: medium none!important;

  outline-offset: 0;

}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {

  width: 100%;

}

.btn-default.focus, .btn-default:focus {

  background-color: #f7f7f7;

  border: medium none;

  color: #333333;

}

.select-option button.btn:hover {

  background: #f6f6f6 none repeat scroll 0 0;

  color: #444444;

}

.select-option .btn-group.open .dropdown-toggle {

  background: #f7f7f7 none repeat scroll 0 0;

  box-shadow: none;

}

.select-option {

  margin-left: 30px;

}

.shop-sidebar{margin-bottom:50px;}

.sidebar-title {

  color: #444444;

  font-size: 15px;

  font-weight: 700;

  letter-spacing: 1px;

  margin: 0 0 40px;

  padding: 0 0 10px;

  position: relative;

  text-transform: uppercase;

}

.sidebar-title::before {

  background: #cccccc none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  position: absolute;

  width: 50px;

}

ul.cat{}

ul.cat li{}

ul.cat li a {

  color: #868686;

}

ul.cat li a:hover{color:#1696E7}

ul.cat li:not(:last-child) {

  border-bottom: 1px solid #ebebeb;

  margin-bottom: 17px;

  padding-bottom: 15px;

}

ul.tag{}

ul.tag li {

  display: inline-block;

  margin-bottom: 5px;

  margin-right: 5px;

}

ul.tag li a {

  border: 1px solid #ddd;

  color: #979797;

  display: block;

  padding: 5px 10px;

}

ul.tag li a:hover{background:#1696E7;border-color:#1696E7;color:#fff}

.product-sidebar .product-img {

  float: left;

  width: 70px;

}

.product-content > p {

  margin: 15px 0 0;

}

.product-sidebar .product-content {

  margin-left: 85px;

}

.popular-product{}

.popular-product li{overflow:hidden;margin-bottom:30px;}

.popular-product li:last-child{margin:0}

.custom-shop-tab{}

.custom-shop-tab li {

  display: inline-block;

  margin-left: 7px;

}

.custom-shop-tab li a {

  color: #d1d1d1;

  font-size: 22px;

}

.found p {

  margin: 4px 0 0;

}

.custom-shop-tab li.active a {

  color:#1696E7;

}

.shop-tab-menu {
  margin-left: 20px;
  margin-top: 5px;
}
.shop-tab-menu  .nav-link {
  padding: 0;
  padding-right: 20px;
  font-size: 14px;
  border: 0;
}
.shop-tab-menu .nav-tabs{
  border-color: transparent;
}
.shop-tab-menu  .nav-link i {
  font-size: 22px;
  color: #d1d1d1;
}
.shop-tab-menu  .nav-link.active i {
  color: #1696E7;
}
.shop-tab-menu {}


.shop-list{}

.rating {

  margin-bottom: 13px;

}

.rating i {

  color: #1696e7;

}

.shop-list .product-img {

  width: 35%;

  float: left;

}

.shop-list .action-box {

  opacity: 1;

  position: inherit;

  text-align: left;

  visibility: visible;

}

.shop-list .product-content {

  float: left;

  padding-left: 25px;

  width: 65%;

}

.shop-list .action-box a {

  background: #1696E7 none repeat scroll 0 0;

  margin: 0;

}

.shop-list .product-box:hover .action-box a {

  margin:0;

  margin-right:5px;

}

.shop-list .product-price span {

  font-size: 22px;

}

.shop-list .product-price span.price-old {

  font-size: 18px;

}

.shop-list .action-box a {

  background: transparent none repeat scroll 0 0;

  border: 1px solid #1696e7;

  color: #1696e7;

  margin-right: 5px;

  text-align: center;

}

.shop-list .action-box a:hover{background:#1696e7;color:#fff}

.shop-list .product-box {

  overflow: hidden;

}



/* 23. Shop Cart */



.coupon {

    border-top: 1px solid #eeeeee;

    padding: 20px;

}



.cart-with-coupon {

    border: 1px solid #eeeeee;

    border-radius: 2px;

    margin: 0 0 50px;

}



.cart-table {

    margin: 0;

}



.cart-table > thead > tr > th,

.cart-table > tbody > tr > th,

.cart-table > tfoot > tr > th,

.cart-table > thead > tr > td,

.cart-table > tbody > tr > td,

.cart-table > tfoot > tr > td {

    vertical-align: middle;

    padding: 20px;

}



.cart-table .col-trash {

    padding-left: 40px;

    text-align: center;

}



.cart-table .cart-thumbnail {

    max-width: 90px;

}



.cart-table .col-quantity .form-control {

    display: inline-block;

    text-align: center;

    max-width: 60px;

    padding: 0 0 0 12px;

}



.cart-table .col-remove {

    width: 75px;

}



.cart-table .col-thumbnail {

    width: 130px;

}



.cart-table .col-price,

.cart-table .col-subtotal,

.cart-table .col-quantity {

    text-align: center;

}



.payment {

    border: 1px solid #eeeeee;

    border-radius: 2px;

    margin: 0 0 25px;

}



.payment-table {

    border: 0;

    margin: 0;

}



.payment-table > tbody > tr > td {

    border: 0;

    border-top: 1px solid #eeeeee;

    padding: 20px;

}



.payment-table > tbody > tr:first-child > td {

    border: 0;

}



.totals {

    border: 1px solid #eeeeee;

    border-radius: 2px;

    margin: 0 0 25px;

}



.totals .total,

.totals .subtotal {

    padding: 20px;

}



.totals .total > .row:not(:last-child),

.totals .subtotal > .row:not(:last-child) {

    margin-bottom: 20px;

}



.totals .total {

    border-top: 1px solid #eeeeee;

}



.totals-table {

    border: 0;

    margin: 0;

}



.totals-table > tbody > tr > td {

    padding: 0px 20px 20px;

    border: 0;

}



.totals-table > tbody > tr:first-child > td {

    padding: 20px;

}



.totals-table > tbody > tr:last-child > td {

    border-top: 1px solid #eeeeee;

    padding: 20px;

}

.col-thumbnail > a {

  border: 1px solid #dddddd;

  display: inline-block;

}

.col-title a {

  font-size: 15px;

  font-weight: 500;

}

.totals-table td h5 {

  font-size: 15px;

  font-weight: 500;

}

.totals-table h4 {

  font-size: 18px;

  font-weight: 500;

}



/* 24. checkout */

.form-control.checkout-select {

  height: 39px;

}

.radio span.ddd {

  color: #444;

  display: block;

  font-size: 15px;

  font-weight: 600;

  margin-bottom: 6px;

}



/* 25. product-details */

.product-description{}

.product-description h2 {

  font-size: 26px;

  font-weight: 600;

}

.star-rating-4::after {

  color: #1696e7;

  content: "    ";

  font-family: fontawesome;

  margin-right: 15px;

}

.product-price.desc-price span {

  font-size: 30px;

  font-weight: 700;

  margin-right: 12px;

}

.nav-text-tabs {

  border-bottom: 2px solid #eeeeee;

  list-style: outside none none;

  margin: 0;

  padding: 0;

}

.nav-text-tabs + .tab-content {

  padding: 20px 0;

}

.nav-text-tabs > li {

  display: inline-block;

}

.nav-text-tabs > li > a {

  color: #777777;

  display: block;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1px;

  padding: 15px 20px;

  position: relative;

  text-transform: uppercase;

}

.nav-text-tabs > li.active > a {

  color: #1696e7;

}

.nav-text-tabs > li > a::after {

  background: #1696e7 none repeat scroll 0 0;

  bottom: -2px;

  content: "";

  height: 2px;

  left: 0;

  opacity: 0;

  position: absolute;

  transition: all 0.3s ease 0s;

  width: 100%;

}

.nav-text-tabs > li.active > a::after {

  opacity: 1;

}

.divider-bottom {

  border-bottom: 1px solid #eeeeee;

}

.reviews .comment-content {

  margin-left: 0;

}

.large-img-content .tab-pane {

  border: 1px solid #dddddd;

}

.large-img-content .tab-pane img{

	width:100%

}

.large-product-tab {

  float: right;

  overflow: hidden;

  width: 90px;

}
.product-details-tab {
  margin-bottom: 30px;
}
.product-details-tab .nav-link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
}
.product-details-tab .nav-link.active {
  border-color: transparent transparent #106FAB transparent;
}

.large-product-tab .nav-link{
  padding: 0;
  border:1px solid #ddd;
}
.large-product-tab .nav-link.active{
  border-color: #106FAB;
}
/* .large-product-tab .nav-link{
    border: 0;
} */

.tab-content.large-img-content {

  padding-right: 105px;

}

.large-product-tab img {

  width: 100%;

}

.large-product-tab{}

.large-product-tab li{margin-bottom:10px;}

.large-product-tab li.active{border-color: #1696E7}

.large-product-tab {

  position: absolute;

  right: 0;

  top: 0;

  width: 90px;

}

.large-product-tab img {

  width: 100%;

}

.large-product{position:relative}



/* 26. account page */

.account-form h4 {

  font-size: 20px;

  font-weight: 500;

}

a#scrollUp {

  background: #1696e7 none repeat scroll 0 0;

  bottom: 50px;

  color: #fff;

  height: 40px;

  line-height: 40px;

  position: absolute;

  right: 50px;

  text-align: center;

  width: 40px;

}

.form-group {
  margin-bottom: 20px;
}



/*  OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: -490px;
  top: 0;
  width: 450px;
  height: 100%;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  right: 0px;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 290px;
  }
}
.offcanvas__wrapper {
  position: relative;
  padding: 45px;
  background-color: #fff;
  overflow: auto;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  background: #000;
  color: #fff;
}
.offcanvas__close-btn:hover {
  background: #000;
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: #000;
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  color: #000;
}
.offcanvas__search input::placeholder {
  color: var(--tp-text-1);
}
.offcanvas__search input:focus {
  border-color: #000;
}
.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-text-1);
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas__contact ul li:hover i {
  background: #000;
  color: #fff;
  border-color: #000;
}
.offcanvas__contact ul li:hover a {
  color: #000;
}
.offcanvas__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid grey;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  transition: 0.3s;
}
.offcanvas__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.offcanvas__contact-text a:hover {
  color: #000;
}
.offcanvas__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: black;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offcanvas__social ul li a:hover {
  background: #000;
  color: #999;
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: #000;
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: #000;
}
.offcanvas__notification-text p a {
  color: #000;
}
.offcanvas__btn a {
  margin-bottom: 20px;
}
.buttonBar {
  display: none;
}
/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.body-overlay:hover {
  cursor: crosshair;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}


/* css end */

.call-to-action li a {
    color: #fff;
    font-weight: 600;
}

.logo {
    padding: 10px 0px;
}

.service-list-icon span {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0px;
    line-height: 50px;
}
.service-list-icon {
    padding: 20px 0px;
}

.ftco-section {
    padding: 3em 0;
    position: relative;
    background-position: top center;
    background-size: cover;
    background: #eeeeee;
}


.main-container-wrapper {
       border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    padding: 20px 0px;
    height: 200px;
}

.img-icon-area img {
    width: 230px;
    margin-bottom: 10px;
}

heading-inner p {
    font-size: 24px;
    font-weight: 700;
    color: #00b4b9;
}

.heading-section2 h2 {
    line-height: 1.2;
    font-size: 38px;
    font-weight: 700;
}

.basic-menu li > a {
    padding: 30px 0;
    font-weight: 700;
}
.basic-menu li a {
    text-decoration: none;
    color: #232332;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* banner style First */

.banner{padding: 40px 0px; position: relative;background: url('img/01.png') repeat-x;background-size: cover;border-top: 2px solid #ebebeb;}
.banner-left{width: calc(100% - 370px);float: left;}
.banner-right{width: 370px;float: right;}
.banner .slick-dots{position: absolute;/*bottom: 70px;text-align: right;padding-right: 25%;*/ text-align: center;}
.banner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1696e7;
    margin-bottom: 5px;
    background: url('img/check.png') no-repeat left top 2px;
    padding-left: 35px;
}

.consultation-form{border-radius: 5px; background: #fff url(../img/dots.png) no-repeat left 15px top 15px; box-shadow: 0px 0px 18px 2px rgba(3, 3, 3, 0.3);padding: 10px 25px 20px;position: relative;max-width: 100%; margin-top:80px;}
.consultation-form-title{font-size: 18px;color: #000;font-weight: 500;text-align: center;margin-bottom: 30px;}
.consultation-form-title span{font-weight: 700;color: #1696e7;}
.consultation-form-title b{font-weight: 700;}
.consultation-form input, .consultation-form select, .consultation-form textarea {
    /* width: 100%; */
    /* border-radius: 3px; */
    /* border: 1px solid rgb(0, 0, 0, 0.2); */
    /* height: 43px; */
    margin-bottom: 10px;
    /* padding: 0 20px; */
    /* background-color: #fff; */
    /* color: rgba(0, 0, 0, 0.6); */
    /* font-size: 16px; */
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #0bb7bc;
}
.consultation-form option{color: rgba(0, 0, 0, 0.6);font-size:16px; }
.consultation-form input::placeholder{font-family:  'Poppins', sans-serif;font-weight: 400;font-size: 16px; color: rgba(0, 0, 0, 0.6);}
.consultation-from-btn{border-radius: 3px;background-color:#1696e7; height: 45px;width: 100%;font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;margin-top: 10px;border: 1px solid transparent;transition: 0.2s all ease-in;}
.consultation-from-btn:hover{background:#585556;}
.consultation-form-footer{font-size: 12px;text-align: center;margin-top: 15px;}
.consultation-form-footer a{color: #7d2672;}

.clrBlueDark {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.heading-inner p {
    font-size: 30px;
    font-weight: 600;
    color: #1696e7;
}

.section-lgt {
    padding-top: 50px;
    padding-bottom: 30px;
}
.home1-care-section, .home1-service-section {
    background-image: url(../images/bg-02-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pbmit-bg-color-blackish {
    background-color: #081839;
}

.pbmit-heading-subheading.text-center {
    margin-bottom: 45px;
}

.pbmit-heading-subheading h4.pbmit-subtitle {
    color: #1bbde4;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.pbmit-heading-subheading h2.pbmit-title {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 0;
    font-weight: 700;
}

.text-white {
    color: #fff !important;
}

.thsn-service-style-1 .themesion-post-item {
    overflow: hidden;
     
}
.thsn-service-style-1 .thsn-service-icon-overlay {
    position: relative;
}

.thsn-service-style-1 .thsn-featured-wrapper img {
    width: 100%;
}
.thsn-featured-wrapper img {
    width: 100%;
}

.thsn-service-style-1 .thsn-service-icon-wrapper {
    font-size: 38px;
    position: absolute;
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    box-shadow: 0 5px 35px 0 rgba(69, 80, 107, .09);
    bottom: -35px;
    right: 22px;
    background: #fff;
    border-radius: 50%;
    transform: translate(0%, 0%);
    z-index: 2;
    color: #081839;
}

.thsn-doctery-icon-doctor:before {
    content: "\f101";
}

.button-padding {
    margin-top: 20px;
}

.thsn-service-style-1 .themesion-box-content {
    padding: 20px 18px;
    background: #fff;
    font-size: 14px;
    border-right: 1px solid #e6f1f7;
    border-bottom: 1px solid #e6f1f7;
    color: #666;
    
}
.thsn-service-style-1 .thsn-service-title {
    margin-bottom: 15px;
}
h3.thsn-service-title a {
        font-family: Rajdhani, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: #081839;
    text-transform: none;
    font-style: normal;
}

.thsn-service-content p {
    text-align: justify;
    color: #666;
    font-size: 15px;
    margin-bottom: 50px;
}

.thsn-service-style-1 .elementor-button.elementor-size-md {
    background: #fff;
    border-radius: 0;
    color: #000;
    padding-left: 0;
    font-size:17px;
}
.thsn-service-style-1 .elementor-button.elementor-size-md, .thsn-service-style-1 .thsn-service-icon-overlay:after, .thsn-service-style-1 .thsn-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}

.thsn-service-style-1 .elementor-button.elementor-size-md i {
    margin-left: 15px;
    font-size: 15px;
    vertical-align: middle;
}

.thsn-base-icon-right-arrow:before {
    content: '\e82c';
}

.thsn-service-icon-wrapper i {
    color: #081839;
}

.slider-list-item li {
    list-style-type: none;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.main-heading h1 {
    padding-top: 20%;
}

.home1-care-section, .home1-service-section {
    background-image: url('img/bg-02-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.thsn-service-style-1 .elementor-button.elementor-size-md {
    background: #fff;
    border-radius: 0;
    color: #666;
    padding-left: 0;
}
.thsn-service-style-1 .elementor-button.elementor-size-md, .thsn-service-style-1 .thsn-service-icon-overlay:after, .thsn-service-style-1 .thsn-service-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.elementor-button.elementor-size-md {
    padding: 16px 40px;
    font-size: 14px;
}

.thsn-service-style-1 .thsn-service-icon-overlay:after {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}

.thsn-team-single-style-2 .thsn-team-single .thsn-team-social-links a:hover, .thsn-sortable-list a.thsn-selected:hover, .widget_calendar table th, .thsn-blog-classic-inner .thsn-read-more-link a:hover, .site-header .thsn-slider-area .hermes .tp-bullet.selected:before, .wpdevart-hour-item.hour_selected .wpdevart-hour span, .wpdevart-calendar-container>div.selected .wpda-day-header, .wpdevart-submit, .thsn-ihbox-style-9:hover, .thsn-element-miconheading-style-9 .thsn-element-posts-wrapper .thsn-ele:nth-child(2n+2):hover .thsn-ihbox-style-9, .thsn-static-box-style-2 .thsn-contentbox, .thsn-portfolio-style-2 .thsn-link-icon a, .footer-social-links .thsn-social-links li a:hover, .thsn-footer-widget .thsn-newsletter button, .thsn-footer-contact-info-inner i, .thsn-ihbox-style-4 .thsn-ihbox-btn a:hover, .single-service-contact .thsn-ihbox-btn, .single-thsn-team-member .thsn-team-single-style-1 .thsn-team-details-wrap:after, .thsn-blog-classic blockquote:after, body .elementor-element.progress-bar-style-2 .elementor-progress-bar, .widget .download .item-download a:hover, .site-content .thsn_widget_list_all_posts ul>li.thsn-post-active a, .site-content .thsn_widget_list_all_posts ul>li a:hover, .thsn-element-service-style-1.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active, .thsn-element-testimonial-style-3.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active, .thsn-element-service-style-2.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active, .thsn-element-testimonial-style-2.themesion-element-viewtype-carousel .owl-carousel button.owl-dot.active, .thsn-tabs .thsn-tab-content-inner a.link-button, .thsn-pricing-table-featured-col .thsn-ptable-btn a, .thsn-pricing-table-featured-col .thsn-pricing-table-box .themesion-ptable-heading, .wpcf7-form input[type=submit].btn-block, .thsn-element-static-box-style-1 .thsn-element-posts-wrapper.row .thsn-ele:nth-child(even) .d-flex, body .thsn-accordion-style-1 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active span, .thsn-tabs .thsn-tabs-heading li.thsn-tab-li-active, .thsn-steps-counter .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-type-image:before, .thsn-steps-counter .elementor-container .elementor-row .elementor-column .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-type-image:before, .thsn-service-style-2:hover .themesion-post-item, .thsn-service-style-1 .thsn-service-icon-overlay:after, .thsn-service-style-1:hover .elementor-button.elementor-size-md, .thsn-ptable-btn a:hover {
    background-color: #1bbde4;
}

 
.thsn-service-style-1 .themesion-box-content {
    padding: 20px 18px;
    background: #fff;
    font-size: 14px;
    border-right: 1px solid #e6f1f7;
    border-bottom: 1px solid #e6f1f7;
    color: #666;
}

.thsn-service-style-1:hover .elementor-button.elementor-size-md {
    padding-left: 40px;
    color: #fff;
}

/*////////////////////////////*/

.overflow-hidden {
    overflow: hidden;
}

.clinic-colum {
    background: url('img/monadr.jpg') no-repeat 0 0;
    background-size: cover;
    background-position: center;
}

.clinic-bg-color {
    background-color: #081839;
}
.position-relative {
    position: relative !important;
}

.home-2-video-bg {
    background-image: url('img/bg-13.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 236px;
    left: -50px;
    padding: 100px 30px 46px 20px;
}

.home-2-video-btn {
    background-color: #fff;
    position: absolute;
    top: 43px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.home-2-video-btn i {
    color: #1bbde4;
    line-height: 70px;
    font-size: 16px;
}

.clinic-content {
    max-width: 500px;
    margin: 100px 0px 90px 80px;
}

.pbmit-heading-subheading {
    margin-bottom: 25px;
}

.pbmit-heading-subheading h4.pbmit-subtitle {
    color: #1bbde4;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.pbmit-heading-subheading h2.pbmit-title {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.pbmit-heading-subheading h4 {
    color: #fff;
    margin-top: 30px;
    font-weight: 600;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-borderless .list-group-item {
    border: none;
    color: #8f9397;
    padding: 0.3rem 0;
    background: transparent;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
    display: flex;
    align-items: center;
}

.list-group-borderless .list-group-item i {
    margin-right: 10px;
    color: #1696e7;
}


.home01-heading h2 {
    font-size: 36px !important;
}

.heading-section h2 {
    line-height: 1.2;
    font-size: 28px;
    font-weight: 700;
}

.ftco-services-2 .services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    margin-bottom: 30px;
}

.ftco-services-2 .services .icon {
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    z-index: 1;
    margin-bottom: 20px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }
    
    .appointment-form {
    width: 100%;
}


.appointment-wrap h3 {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.appointment-form .form-group {
    position: relative;
    width: 100%;
    display: block; }
    .appointment-form .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 15px;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .appointment-form .form-group .icon span {
        color: rgba(0, 0, 0, 0.2) !important; }
    .appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
      position: relative; }
      .appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .appointment-form .form-group .btn {
      width: 100%;
      display: block !important; }
  .appointment-form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 45px !important;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.ftco-services-2 .services .icon span {
    font-size: 50px;
    color: #0bb7bc;
    border: 1px solid #0bb7bc;
    padding: 10px;
    border-radius: 5px;
}

.appointment-form {
    width: 100%;
    background: #0bb7bc;
    padding: 15px 20px;
}

.appointment-form .new-design {
    background-color: #eee !important;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999 !important;
    font-size: 14px !important;
    padding: 8px !important;
    border: 1px solid #0bb7bc !important;
}

.custom-icon-design {
    border: 1px solid #dccdcd;
    padding: 10px;
    box-shadow: 1px 1px 10px #dadada;
    border-radius: 5px;
    width: 100%;
}

.media-body h3 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #00b4b9;
}

.customer-review {
    padding: 40px 0px;
}

.sidebar_pos {
                    position: fixed;
                    top: 60%;
                    left: 0px;
                    z-index: 99999;
                }

.sidebar_pos a {
    color: #f3f3f3 !important;
    padding: 5px 2px;
    font-size: 17px;
    border-radius: 3px;
    z-index: 9999999;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 35px;
    
    font-weight: 600;
}

.sidebar_pos a img {
    width: 60px;
}

.process {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    padding: 80px 0px;
    background: #f0f8ff;
}

.process_shape {
    position: relative;
}

.work_process_area {
    position: relative;
    z-index: 1;
}

.single_process {
    padding: 10px 2px;
    border: 1px solid #00B4B9;
    border-radius: 5px;
    margin: 10px 0px;
    box-shadow: 1px 1px 0px #7e7b7b;
    height: 200px;
}


.single_process h4 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.process_number.num1 {
    background: #00B4B9;
    color: #fff;
    font-size: 50px;
}

.process_number {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: var(--colorWhite);
    background: #ddd;
    border-radius: 50%;
    margin-bottom: 25px;
    display: block;
    margin: 15px auto;
}
.work_process_area::after {
    position: absolute;
    content: "";
    width: 920px;
    height: 65px;
    top: 50px;
    left: 90px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.heading-area-ivf h2 {
    text-align: center;
    font-weight: 600;
    font-size:30px;
    margin-bottom: 35px;
}

.new-btn-area {
    width: 100%;
    background: #218e91;
}

.customer-review h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 35px;
}

.doctor-design-area img {
    height: 425px;
    border-radius: 5px;
}


.rs-services.style1 .service-wrap {
    padding: 30px;
    text-align: center;
    box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    height:260px;
}

.content-part h5 {
    color: #00b4b9;
}

.rs-services.style1 .service-wrap .icon-part {
    margin-bottom: 25px;
}

.rs-services.style1 .service-wrap .icon-part img {
    max-width: 70px;
    transition: all 0.3s ease;
}

.rs-services.style1 .service-wrap .content-part .title {
    margin-bottom: 9px;
}

.rs-services.style1 .service-wrap .content-part .title a {
    color: #1c1b1b;
}

.rs-services {
    padding: 45px 0px;
    background: #f4f8f8;
}

.heading-area h2 {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 30px;
}

.content-part h5 {
    font-weight: 600;
}

.heading-area p {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.heading-area {
    text-align: center;
}
.heading-area h5 {
    text-align: center;
    display: inline-block;
    color: #000000;
    padding: 10px 30px;
    margin: 0 auto;
    border: 2px solid #00b4b9;
    margin-bottom: 13px;
    font-weight: 600;
    border-radius: 2px;
}


.call-us {
    margin: 20px 0px;
}
.call-us a {
    padding: 6px 36px;
    background: #00B4B9;
    border: 2px solid #00B4B9;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}


.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.home-parallax {
    background-color: transparent;
    background-image: url('img/banner.jpg');
    padding-bottom: 0px;
    padding-top: 120px;
}

.doctor-img2 img {
    width: 100%;
}

.ulockd-booking-form {
    background: #1696e7;
    padding: 10px 20px;
    width: 65%;
    margin: -80px auto 0px auto;
    border-radius: 10px;
}

.ulockd-booking-form h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}

.home-title2 {
    color: #fff;
    border-radius: 2px;
    padding: 10px;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}

.list-unstyled {
    padding-left: 34px;
    list-style: none;
}

 .main-banner-container {
    margin-top: 90px;
}


.demo-feature-list li {
    /*list-style-image: url('img/list-thumb.png');*/
    padding-left: 10px;
    margin-bottom: 10px;
}


.demo-feature-list li {
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: super;
    background: #fff;
    text-transform: uppercase; 
    font-weight: 600;
}

.icon-part {
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    border: 5px double #00b4b9;
    border-radius: 80px;
}

/* about new dr section */

    .section-lg {
        padding-top: 45px;
        padding-bottom: 100px;
    }

   .bg-gray-porce-ligher {
    background-color: #00b4b9;
}

.section.section-full-width {
    max-width: none;
    width: 100%;
}

.row-30 {
    margin-bottom: -30px;
}

    .about-out {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .about-out-item:nth-child(1) {
        position: relative;
    }

    .about-out-item {
        flex-basis: 50%;
    }

.about-out-item:nth-child(1) .about-out-item-inner, .about-out-item:nth-child(2) .about-out-item-inner {
        margin-top: 0;
    }

.about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
        max-width: calc(100% - 60px / 2);
        margin-top: 60px;
    }

.about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
        margin-top: 60px;
    }

.about-out-item-inner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 228px;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.about-out-item:nth-child(1):after {
        bottom: -12px;
    }

    .about-out-item:nth-child(1):after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: -12px;
        width: 1px;
        border-left: 1px solid #dfdfdf;
    }

.icon-primary {
    color: #4cd6ee;
}
.icon-xl {
    font-size: 50px;
}
.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.linearicons-book2:before {
    content: "\ea14";
}

.about-out-item-inner p {
    color: #9b9b9b;
}


    .about-out-item-inner {
        max-width: calc(100% - 60px / 2);
    }

     

.section.section-full-width .container {
    padding-left: 15px;
    padding-right: 15px;
}

 .about-out-item:nth-child(odd):not(:nth-child(1)):after {
        top: 48px;
        bottom: -12px;
    }
    
        .about-out-item:nth-child(odd):not(:nth-child(1)):after {
        content: '';
        position: absolute;
        right: 0;
        top: 48px;
        bottom: -12px;
        width: 1px;
        border-left: 1px solid #dfdfdf;
    }
    
@media (min-width: 768px) and (min-width: 1200px) {
    .about-out-item:nth-child(2n + 3) .about-out-item-inner-decor {
        top: 30px;
    }
}
@media (min-width: 768px) {
    .about-out-item:nth-child(2n + 3) .about-out-item-inner-decor {
        position: absolute;
        right: 0;
        top: 30px;
        width: 15px;
        height: 15px;
        transform: translate(50%, -50%) rotate(45deg);
        background-color: #4cd6ee;
    }
} 

@media (min-width: 1200px) {
    .about-unit {
        margin-left: 30px;
        padding: 30px;
    }
}
.about-unit {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .about-out-item:nth-child(odd):not(:nth-child(1)) {
        position: relative;
    }
}
@media (min-width: 768px) {
    .about-out-item:nth-child(odd):not(:first-child) {
        position: relative;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .about-out-item:nth-child(1):after {
        bottom: -12px;
    }
}
@media (min-width: 768px) {
    .about-out-item:nth-child(1):after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: -12px;
        width: 1px;
        border-left: 1px solid #dfdfdf;
    }
}


@media (min-width: 768px) {
    .about-out-item:nth-child(even):not(:last-child) {
        position: relative;
    }
}
@media (min-width: 768px) {
    .about-out-item:nth-child(even) {
        text-align: right;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .about-out-item:nth-child(odd):not(:first-child):before {
        top: 30px;
    }
}
@media (min-width: 768px) {
    .about-out-item:nth-child(odd):not(:first-child):before {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        right: 30px;
        height: 1px;
        border-top: 1px solid #dfdfdf;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .about-out-item:nth-child(even):not(:last-child):before {
        bottom: -30px;
    }
}
@media (min-width: 768px) {
    .about-out-item:nth-child(even):not(:last-child):before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 30px;
        right: 0;
        height: 1px;
        border-top: 1px solid #dfdfdf;
    }
}

@media (min-width: 1200px) {
    .about-unit {
        margin-left: 30px;
        padding: 30px;
    }
}
.about-unit {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 100%;
}

.about-unit-title + * {
    margin-top: 18px;
}
@media (min-width: 1200px) {
    h2 + p {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .about-unit-quote {
        display: flex;
        align-items: center;
    }
}
* + .about-unit-quote {
    margin-top: 30px;
}

.fadeIn {
    animation-name: fadeIn;
}
@media (min-width: 768px) {
    .about-unit-quote-left {
        flex-shrink: 0;
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .about-unit-quote-body {
        margin-top: 0;
        margin-left: 30px;
    }
}
.about-unit-quote-body {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
}

.about-unit-quote-title {
    font-weight: 400;
}

* + .about-unit-quote-cite {
    margin-top: 5px;
}
.about-unit-quote-cite {
    color: #4cd6ee;
}


* + .about-unit-quote-divider, .about-unit-quote-divider + * {
    margin-top: 20px;
}
.about-unit-quote-divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

.about-unit-quote-content {
    display: flex;
    align-items: flex-start;
}
* + .about-unit-quote-divider, .about-unit-quote-divider + * {
    margin-top: 20px;
}

.about-unit-quote-content-body {
    margin-left: 15px;
    font-style: italic;
    color: #9b9b9b;
    transform: translateY(-5px);
}

.icon-xl {
    font-size: 70px;
}


@media (min-width: 768px) {
    .about-out {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
}
.about-out-item-inner h4 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    color: #151515;
}

@media (max-width: 767.98px) {
    .about-out-item + .about-out-item:before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        border-top: 1px solid #677998;
    }
}


.about-unit p {
    color: #000;
}

/* new design2 */


 .service-wrap {
    position: relative;
    background-color: #032347;
    z-index: 999;
}

.service-wrap::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('img/circles2.png');
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main-heading-dr h2 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
}

.main-heading-banner h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}


/*================================================*/

.rs-contact.contact-style1.home4 {
    border-radius: 0;
}
.bg2 {
    background: url('img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 150px 0px 0px 0px;
}
.pb-120 {
    padding-bottom: 30px;
}
.pt-120 {
    padding-top: 30px;
}

.pr-50 {
    padding-right: 50px;
}
.pt-60 {
    padding-top: 60px;
}

.sec-title2 {
    position: relative;
    padding-top: 28px;
}
.mb-60 {
    margin-bottom: 60px;
}

.sec-title2:before {
    content: '';
    position: absolute;
    left: 8%;
    top: 0;
    width: 65px;
    height: 5px;
    opacity: 1;
    background: #FF6D00;
    z-index: 2;
}

.sec-title2 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #ffffff;
    margin: 0;
    text-align:center;
}
.pb-20 {
    padding-bottom: 20px;
}

.sec-title2 .title span {
    color: #1696e7;
}

.sec-title2 .description {
    font-size: 17px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.mb-65 {
    margin-bottom: 65px;
}

.rs-contact.contact-style1 .address-item {
    display: flex;
}

.rs-contact.contact-style1 .address-item .address-icon img {
    height: 80px;
    width: 80px;
    max-width: unset;
}

.rs-contact.contact-style1 .address-item {
    display: flex;
    border-bottom: 0px solid #c2baba;
    padding: 10px 0px;
}

.rs-contact.contact-style1 .address-item .address-text .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.rs-contact.contact-style1 .address-item .address-text .address-txt {
    color: #ffffff;
    margin-bottom: 0px;
}

.rs-contact.contact-style1.home4 .contact-section {
    border-radius: 50px;
}
.rs-contact.contact-style1 .contact-section {
    background-color: #0C6460;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 120px 0px 0px;
    padding: 60px 50px 60px 50px;
}


/*==============================================*/

.service_item {
    padding: 34px 15px 34px 24px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media {
    margin-top: 15px;
}

.service_item .media .media-left {
    padding-right: 20px;
    position: relative;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.service_item .media .media-left img + img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.service_item .media .media-body h4 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #242424;
    letter-spacing: .32px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 17px;
}


.address-text {
    padding-left: 10px;
    margin-top: 12px;
}

.owl-carousel {
    display: block !important;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
/*----------------------------------------*/

.section-pad-md {
    padding-top: 67.5px;
    padding-bottom: 67.5px;
}

.feature-row:first-child, .feature-row.mgfix {
    z-index: 1;
    position: relative;
}
.feature-row:first-child, .feature-row.mgfix {
    margin-top: -60px;
}

.feature-s5 .feature {
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.feature-s4 .feature, .feature-s5 .feature {
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.feature {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    background: transparent;
}

.feature>a {
    display: block;
}

.feature .fbox-photo:first-child, .feature .fbox-content:first-child {
    margin-top: 0;
}
.feature .fbox-photo {
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}
.feature .fbox-photo, .feature .fbox-content {
    margin-top: 20px;
}

.feature-s4 .feature .fbox-photo img, .feature-s5 .feature .fbox-photo img {
    transition: all 1.2s;
}
.feature .fbox-photo img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.feature-s5 .feature .fbox-photo:after {
    display: block;
    opacity: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 90%);
}
.feature-s4 .feature .fbox-photo:after, .feature-s5 .feature .fbox-photo:after {
    display: none;
}
.feature .fbox-photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #24C9ED;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.5s;
}


.feature-s4 .feature .fbox-over, .feature-s5 .feature .fbox-over {
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.feature .fbox-over {
     
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 10px 25px;
    transition: all .4s;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #134b82;
}

.feature .fbox-over .title, .feature .fbox-over .fbox-content {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.feature .fbox-over h3, .feature .fbox-over h4, .feature .fbox-over h5 {
    color: inherit;
    font-size: 16px;
    text-align: center;
}

.home-form {
    width: 100%;
}

@media only screen and (max-width: 600px) {
  .clrBlueDark {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 30px !important;
}
.dr-mona img {
    width: 310px;
}

.heading-section2 h2 {
    line-height: 1.2;
    font-size: 21px;
    font-weight: 700;
}
.img-icon-area img {
    width: 150px;
    margin-bottom: 10px;
}
.mobile-heading h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}

article.thsn-ele.thsn-ele-service.thsn-service-style-1.professional.thsn-term-48 {
    margin-bottom: 20px;
}

.clinic-content {
    max-width: 500px;
    margin: 100px 0px 90px 20px;
}

.home-2-video-btn {
   
    display: none;
}
.pbmit-heading-subheading h2.pbmit-title {
    font-size: 35px;
    line-height: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}

.appointment-wrap h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.sidebar_pos a {
    color: #f3f3f3 !important;
    padding: 5px 2px;
    font-size: 15px;
    border-radius: 3px;
    z-index: 9999999;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 70px;
     
    font-weight: 600;
}

.about-out-item {
    flex-basis: 100%;
    margin-top: 30px;
}
.section-lg {
    padding-top: 14px;
    padding-bottom: 100px;
}
.about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
    margin-top: 18px;
}

.about-unit {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}
.about-unit-quote-left img {
    width: 100%;
}
.about-unit p {
    color: #000;
    text-align: justify;
}
.about-out-item-inner, .about-out-item-inner:first-child, .about-out-item-inner:last-child {
    max-width: calc(100% - 0px / 2);
    margin-top: 5px;
}
.pt-120 {
    padding-top: 40px !important;
}
.sec-title2 .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
    margin: 0;
}
.sec-title2 .description {
    font-size: 17px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-align: justify;
}
.mb-65 {
    margin-bottom: 10px;
}
.ulockd-booking-form {
    background: #fff;
    padding: 20px 20px;
    margin-top: 70px;
    width: 100%;
    margin: 11px auto 0px auto;
}
.pb-120 {
    padding-bottom: 40px;
}
.rs-contact.contact-style1 .address-item {
    display: flex;
    border-bottom: 1px solid #c2baba;
    padding: 10px 0px;
}
.bg2 {
    background: url(img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 150px 0px 0px 0px;
    background-position: 34%;
}
}


.icon-areaset {
    margin-top: 30px;
}



.basic-testimonial-area h2 {
    text-align: center;
    margin: 20px 0px;
    background: #00b4b9;
    padding: 8px 20px;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 50px;
}

.google_star_design i {
    color: #ffce3c;
    font-size: 22px;
}


 .testimonial{
    margin: 20px 15px 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
.testimonial .pic:after{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #33d286;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    padding: 10px;
    margin-left: 120px;
}
.testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 22px;
}
.testimonial .testimonial-title{
    font-size: 19px;
    color: #33d286;
    text-transform: capitalize;
    display: inline-block;
}
.testimonial .post{
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}
.owl-theme .owl-buttons{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
    padding: 5px 10px;
    background: #da5d5d;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #9f3c3c;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #d04949;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-content{
        margin-left: 0;
    }
    .owl-theme .owl-buttons{
        margin-top: 0;
    }
}


.extra {
  display: none;
}

p.original {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: justify;
}

p.extra {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: justify;
}

input[type="checkbox"] {
  height: 2em;
  display: block;
  appearance: none;
}
label {
  
  position: relative;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0.5em;
}
label:before {
  content: "Read More";
}
input[type="checkbox"]:checked ~ label:before {
  content: "Read Less";
}
.dots:has(~ input[type="checkbox"]:checked) {
  display: none;
}
.extra:has(~ input[type="checkbox"]:checked) {
  display: inline;
}

.testimonial-name {
    font-size: 18px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #00b4b9;
}

.google_star_design i{
    margin-bottom:20px;
}

.basic-testimonial-area {
    background: url(img/banner.jpg);
    position: relative;
    background-position: bottom;
}


.basic-testimonial-area:before {
     
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.quick-question {
    position: fixed;
    bottom: 10%;
    border-radius: 4px;
    left: 0;
    color: #333;
    z-index: 999;
}

.quick-question a {
    color: #fff;
    color: #222;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 5px 0px;
    display: block;
    font-weight: bold;
}

.quick-question a img {
    width: 60px;
}

.bg-color-area {
    background: #ffffff;
    padding: 20px 0px;
}


/* new design css */

.background_bg {
    background: rgb(0, 119, 155);
    background: linear-gradient(90deg, rgba(0, 119, 155, 0.15) 0%, rgba(91, 31, 82, 0.15) 100%);
}

.sec-space {
	display:block;
	height: 60px;
	width:100%;
	/* background-color:grey; */
}

.counter-box {
    height: 140px !important;
    width: 140px !important;
    text-align: center;
    padding: 40px 10px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    position: relative;
    transition: .3s
}

.counter-box:after,
.counter-box:before {
    content: '';
    height: 170px;
    width: 170px;
    border: 6px solid #0bb7bc;
    border-left: none;
    border-right: none;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(10deg);
    transition: .3s
}

.counter-box:after {
    border: 10px solid #0bb7bc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.counter-box:hover:before {
    transform: translateX(-50%) translateY(-50%) rotate(190deg);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .9)
}

.counter-box:hover:after {
    transform: translateX(-50%) translateY(-50%) rotate(-225deg)
}

.image-caption,
.tsti-itm i {
    color: #096e94
}

.counter-box p {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 26px;
}
.pc {
    color: #0bb7bc !important;
}

.counter-box img {
    filter: brightness(3%) sepia(35) saturate(66) hue-rotate(299deg);
    width: 40px;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.counter h3 {
    font-size: 20px;
}
.pc {
    color: #00779b !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}


/* second design css code here */

.infertility-treatment {
    background-image: linear-gradient(to right, rgba(0, 119, 155, .75), rgb(31 45 91 / 75%)), url(img/bg/fertility.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-section, .wheader-section {
    margin-bottom: 35px;
}
.wheader-section .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #fff !important;
}

.wheader-section .title:before {
    width: 28px;
    height: 5px;
    position: absolute;
    bottom: 13px;
    margin-left: -14px;
}

.wheader-section .title:after {
    width: 100px;
    height: 1px;
    position: relative;
    margin-top: 15px;
    margin-left: -50px;
}
.wheader-section .title:after, .wheader-section .title:before {
    background-color: #fff !important;
    border-radius: 0;
    display: block;
    content: "";
    left: 50%;
}

 

.faqs2 .question2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 80px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
	margin-right: .5rem !important;
}

.faqs2 .question2::after {
    font-family: "Font Awesome 5 Free";
	content: "\f054";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s;
	border: 2px solid var(--pc);
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 99px
}

.faqs2 .question2.active::after {
    transform: rotate(90deg)
}

.faqs2 .answercont2 {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faqs2 .answer2 {
    padding: 0 20px 20px;
    line-height: 1.5rem
}
/* FAQS SECOND ENDED */
.socialplatforms .fa {
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 99px;
    line-height: 30px
}

.socialplatforms .fa-facebook {
    background: #3b5998;
    color: #fff
}

.socialplatforms .fa-twitter {
    background: #55acee;
    color: #fff
}

.socialplatforms .fa-linkedin {
    background: #007bb5;
    color: #fff
}

.socialplatforms .fa-youtube {
    background: #b00;
    color: #fff
}

.socialplatforms .fa-instagram {
    background: #125688;
    color: #fff
}

.socialplatforms .fa-pinterest {
    background: #cb2027;
    color: #fff
}

.header-section,
.wheader-section {
    margin-bottom: 35px;
}

.header-section .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
	font-weight: bold;
}

.header-section .title:before {
    border-radius: 0;
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -14px
}

.header-section .title:after {
    border-radius: 0;
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px
}

.wheader-section .title:after,
.wheader-section .title:before {
    background-color: #fff !important;
    border-radius: 0;
    display: block;
    content: "";
    left: 50%
}

.wheader-section .title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #fff !important
}

.wheader-section .title:before {
    width: 28px;
    height: 5px;
    position: absolute;
    bottom: 13px;
    margin-left: -14px
}

.wheader-section .title:after {
    width: 100px;
    height: 1px;
    position: relative;
    margin-top: 15px;
    margin-left: -50px
}

.wheader-section .title span {
    color: #fff !important
}

.fa-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#945268), to(#3f2982));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.faqs2 .question2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 80px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
	margin-right: .5rem !important;
}

.faqs2 .question2::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle; 
	content: "\f054";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s;
	border: 2px solid #00779b;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 99px;
    
    
}

.faqs2 .question2.active::after {
    transform: rotate(90deg)
}

.faqs2 .answercont2 {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faqs2 .answer2 {
    padding: 0 20px 20px;
    line-height: 1.5rem
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.answer2 p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align:justify;
}

.question2 img {
    width: 35px;
}

.bg-color-design2 {
        background: rgb(0, 119, 155);
    background: linear-gradient(90deg, rgba(0, 119, 155, 0.15) 0%, rgba(91, 31, 82, 0.15) 100%);
    padding: 80px 0px;
}

.heading-area.heading-mb {
    margin-bottom: 35px;
}

.table tr th {
    background: #134b82;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #fff;
}

.table {
    border: 2px solid #134b82;
    text-align: center;
}

.table tr td {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0px;
}

.heading-area.heading-mb h2 {
    background: #134b82;
    color: #fff;
    padding: 7px 80px;
    border-radius: 23px;
    display: block;
}

.round-21px {
    border-radius: 20px;
}


.faqs .question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 80px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.faqs .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s
}

.faqs .question.active::after {
    transform: rotate(45deg)
}

.faqs .answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faqs .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem
}

.answer p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 20px;
}

.when_area_section {
    padding: 80px 0px;
    background: #e6f3fa;
}

.collapse.in {
    display: block;
}

#accordion{
    padding-left: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#accordion:before{
    content: "";
    width: 2px;
    height: 85%;
    background: #004e89;
    position: absolute;
    top: 42px;
    left: 25px;
    z-index: -1;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .accordion-header button{
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #004e89;
    position: relative;
    transition: all 0.5s ease 0s;
    border-radius: 10px;
}
#accordion .accordion-header button:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #cad5c2;
    text-align: center;
    font-size: 17px;
    color: #004e89;
    border: 6px solid #004e89;
    position: absolute;
    top: 0;
    left: -80px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    content: "\f067";
    font-size: 2.2rem;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
#accordion .panel-body{
    padding: 10px 15px;
    background: #eee;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: #487677;
    line-height: 25px;
}

.accordion-button {
    background: #005691;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}

button.accordion-button {
    background: #005691 !important;
    color: #fff !important;
}

.content_area ul li i {
    color: #005691;
}
.content_area ul li {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.accordion-item {
    margin: 40px 0px;
}

.p-2 {
    padding: .5rem;
}
 
.rounded-full {
    border-radius: 9999px;
}