@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {

  --clr-white: #fff;

  --btn-clr-1: #2e8b81;

  --btn-clr-2: #29a195;

  --txt-clr-1: #414141;

  --clr-border: #f3f3f3;

  --p-clr: #16796e;

  --p-clr-2: #727272;

}





 body {
     font-family: "Poppins", serif;
}
 body a {
     text-decoration: none !important;
}
 body ul li {
     list-style: none;
}


.container{
    max-width: 90%!important;
}


.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: end!important;
  }

#mega-menu-item-44 ul.mega-sub-menu {
  z-index: 999;
  width: 90%!important;
  left: -10%!important;
}
#mega-menu-item-42 ul.mega-sub-menu {
  z-index: 999;
  width: 110%!important;
  left: -15%!important;
}







.rotate_box_group .boxcontent h5 {
    color: #fff !important;
  }


/*------------------  Menu Start  ------------------ */
.header_area {
  position: inherit;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background 0.4s, all 0.3s linear;
  background-color: #fff;
}

  .header_area .container {
    padding: 0px 8px; }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    .header_area .navbar .nav .nav-item {
      margin-right: 15px; }
      .header_area .navbar .nav .nav-item .nav-link {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: normal;
        color: var(--btn-clr-1)!important;
        padding: 0px 5px;
        display: inline-block;
		font-family: 'Poppins', sans-serif;
        }

   .header_area .navbar .nav .nav-item a{
     font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: var(--btn-clr-1);
   }     
.header_area .navbar .nav .nav-item .nav-link:hover{
	color: #03c0c1;
	transition: .5s;
}
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }

      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 36px !important;
              left: 0px;
              min-width: 230px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px;
              box-shadow: 0px 5px 10px rgba(56, 43, 32, 0.2); } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 30px;
              color: #222222;
              padding: 3px 8px;
              transition: all 150ms linear;
              display: block;
			  font-size: 17px;
              margin-right: 0px;
              text-transform: capitalize; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #fff;
              color: #2e8b81; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
  .header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
	z-index: 99999999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 30px; }


/*------------------  Menu End  ------------------ */












 .main_container {
     width: 90%;
     margin: auto;
}
 .sticky{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background-color: #fff;
     z-index: 654654546;
}
 .sticky .bottom_header{
     display: none;
}
 /* .sticky .brand_logo img{
     width: 100px;
     height: 90px;
} */
.sticky .navbar-brand.logo_h img{
    width: 155px;
    height: 88px;
}
 .sticky .middle_header{
     padding-top: 10px;
     border-bottom: 0px solid var(--clr-border);
     position: relative;
}
 .sticky .middle_header_bottom{
     position: relative;
     top: 10px;
}
 .mobile_icon{
     display: none!important;
}
/* top header */
 .top_header {
     width: 100%;
     background-color: var(--btn-clr-2);
     padding: 10px 0;
     position: relative;
    /* transition: .6s ease;
     */
}
 .top_header_hide {
     display: none;
}
 .top_header h2 {
     color: var(--clr-white);
     font-weight: 400;
     font-size: 20px;
     text-align: center;
     margin-bottom: 0;
}
 .x_position {
     position: absolute;
     padding: 0 2px;
     background-color: red;
     font-size: 28px;
     font-weight: 500;
     right: 5%;
     top: 50%;
     transform: translateY(-50%);
     color: var(--clr-white);
     cursor: pointer;
    /* transition: .6s ease;
     */
}
.navbar-brand.logo_h {
     position: absolute;
     top: -50px;
}
 .middle_header {
     padding-top: 10px;
     border-bottom: 2px solid var(--clr-border);
     position: relative;
}
 .navbar-brand.logo_h img {
     /* width: 120px; */
     height: 120px;
     position: absolute;
	 border-radius: 20px;
     object-fit: contain;
     background-color: #fff;
}
 .middle_header  .btn_grp {
     display: flex;
     gap: 30px;
     justify-content: flex-end;
	 margin-bottom: 10px;
}
 .middle_header  .btn_grp button {
     border-radius: 50px;
     border: none;
}
 .middle_header  .btn_grp button a {
     color: var(--clr-white);
     font-weight: 500;
     font-size: 16px;
}
 .middle_header .btn_grp .btn-1 {
     background-color: var(--btn-clr-1);
     padding: 6px 15px;
}
 .middle_header  .btn_grp .btn-2 {
     background-color: var(--btn-clr-2);
     padding: 6px 15px;
	  color: #fff;
}
 .middle_header  .btn_grp .btn-1:hover{
     background-color: #03c0c1;
     transition: .5s;
}
 .middle_header  .btn_grp .btn-2:hover{
     background-color: #03c0c1;
     transition: .5s;
	 color: #fff;
}
/* mobile button */
 .mobile_icon {
     font-size: 30px;
     color: var(--btn-clr-2);
     border: 2px solid var(--btn-clr-1);
     padding: 2px 7px;
     border-radius: 10px;
     position: absolute;
     right: 5%;
     top: 50%;
     transform: translateY(-50%);
     z-index: 99;
     display: none;
}
/* .middle_header  nav ul{
     display: flex;
     padding-top: 25px;
}
 */
/* dropdown */
  .middle_header_bottom ul li {
     position: relative;
     display: inline-block;
}
  .middle_header_bottom ul li a:hover{
     color: #03c0c1;
     transition: .5s;
}
  .middle_header_bottom ul li a {
     display: block;
     padding: 10px 10px 0;
     font-family: "Poppins", serif;
     text-align: left;
     font-size: 14px;
     font-weight: 600;
     color: var(--txt-clr-1);
}
  .middle_header_bottom ul li ul li {
     display: block;
     width: 100%;
}
  .middle_header_bottom ul li ul li a {
     padding: 5px 10px 5px 10px;
     color: #fff;
}
  .middle_header_bottom ul li ul li a:hover{
     transition: .5s;
     color: #000;
}
  .middle_header_bottom ul li ul {
     width: 180px;
     position: absolute;
     z-index: 999;
     display: none;
     left: 50%;
     transform: translateX(-50%);
     background-color: #03c0c1;
     padding-top: 10px;
     border-radius: 8px;
}
  .middle_header_bottom ul li:hover ul {
     display: block;
}
/* bottom header */
 .bottom_header {
     padding: 1% 0px;
     width: 80%;
     position: relative;
     left: 17%;
     top: 10px;
}
 .bottom_header_main_container {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .main_menusec {
     width: 100%;
     padding-bottom: 1%;
}
 .v_line {
     width: 2px;
     height: 40px;
     background-color: var(--clr-border);
}
 .location, .call_us, .message_us, .openning_hour {
     display: grid;
     grid-template-columns: auto auto;
     gap: 5px;
     align-items: center;
}
.main_menusec .location{
     width: ;
}
 .bottom_header h3 {
     font-size: 14px;
     font-weight: 500;
     color: var(--btn-clr-2);
     margin-bottom: 0;
}
 .bottom_header_main_container i {
     color: var(--btn-clr-1);
     font-size: 28px;
}
 .bottom_header_main_container p {
     font-size: 14px;
     color: var(--p-clr);
     margin-bottom: 0 !important;
}
 .bottom_header_main_container p a {
     font-size: 15px;
     color: var(--p-clr);
}
 .bottom_header_main_container p a:hover{
     color: #000;
     transition: .5s;
}
/* hero banner */
 #hero_banner {
    /* min-width: 100%;
     */
     min-height: 80vh;
     display: flex;
     align-items: center;
    /* background-color: #333;
     */
     background: rgba(0, 0, 0, 0.5);
     position: relative;
     overflow: hidden;
}
 .bg_video {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
     height: 80vh;
     z-index: -1;
     object-fit: cover;
}
/* .hero_content{
     display: flex;
     flex-direction: column;
}
 */
 .hero_content h2 {
     color: var(--clr-white);
     font-size: 70px;
}
 .hero_content p {
     color: var(--clr-white);
     font-size: 19px;
     padding: 10px 0;
}
 .hero_content a {
     padding: 10px 20px;
     background-color: var(--btn-clr-1);
     display: inline-block;
     border-radius: 50px;
     font-size: 16px;
     color: var(--clr-white);
}
 .hero_content a:hover{
     background-color: #03bfc0;
     display: inline-block;
     border-radius: 50px;
     color: var(--clr-white);
     transition: .5s;
}
 #welcome_banner{
     padding: 50px 0 180px 0;
     position: relative;
     background-image: url(../images/abtbg.jpg);
     background-size: cover;
}

.abtshape{
	position: absolute;
	background-image: url(../images/whiteshape1.png);
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
    margin-top: -180px;
}




 .wecome_main_container {
     display: grid;
     grid-template-columns: 1fr 1fr;
}
 .welcome_content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding-right: 10%;
}
 .welcome_content h4 {
     font-size: 22px;
     color: var(--btn-clr-1);
    /* padding-bottom: 10px;
     */
}
 .welcome_content h2 {
     font-size: 32px;
     font-weight: 700;
     color: var(--btn-clr-2);
     padding-bottom: 20px;
}
 .welcome_content p {
     font-size: 22px;
     font-weight: 500;
     color: var(--btn-clr-2);
     padding-bottom: 10px;
}
 .welcome_content h5 {
     font-size: 16px;
     font-weight: 500;
     color: var(--btn-clr-1);
     padding-bottom: 0px;
}
 .welcome_content ul li {
     font-size: 18px;
     padding-bottom: 15px;
     color: var(--p-clr-2);
}
 .welcome_content ul li i {
     padding-right: 5px;
     color: var(--btn-clr-1);
}
 .welcome_img {
     display: flex;
     justify-content: center;
}
 .welcome_img .border_div {
     border: 20px solid #03c0c1;
     height: 550px;
     width: 420px;
     position: relative;
}
 .img-1, .img-2 {
     position: absolute;
     border-radius: 10px;
}
 .img-1 {
     top: 5%;
     left: -30%;
     z-index: 88;
     width: 400px;
     height: 400px;
}
 .img-1 img, .img-2 img {
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.35) 5px 0 15px;
     object-fit: cover;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .img-2 {
     bottom: 2%;
     right: -30%;
     z-index: 89;
     width: 300px;
     height: 220px;
}
 .img-2 img {
     width: 100%;
     height: 220px;
}
/*float banner*/
 #float_section {
    /* position: relative;
     */
     height: 100px;
}
 .rotate_box_group {
     width: 100%;
     display: grid;
     justify-content: center;
     grid-template-columns: 20% 20% 20%;
     gap: 10%;
     position: absolute;
     bottom: -14.5%;
     z-index: 99;
     left: -30px;
}
 .boxcontent img {
     width: 50px;
     height: 50px;
    /* margin-bottom: 10px;
     */
}
 .boxiconimg img{
     width: 80px;
     height: 80px;
     object-fit: contain;
}
 .boxcontent h3 {
     font-size: 18px;
     width: 90%;
     margin: auto;
     font-weight: 500;
     padding-bottom: 20px;
}
 .boxcontent h5 {
     width: 65%;
     margin: auto;
     font-size: 15px;
     font-weight: 300;
}
 .box-1, .box-2, .box-3 {
    /* padding: 60px 10px;
     */
     width: 400px;
     height: 300px;
     border-radius: 10px;
     border: none;
     text-align: center;
    /* transform: rotate(45deg);
    */
     color: var(--clr-white);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .boxcontent {
     position: relative;
     z-index: 12;
     top: 30px;
    /* transform: rotate(315deg);
    */
}
 .box-1::before{
     position: absolute;
     content: "";
     background-image: url(../images/dshape1.png);
     background-size: 100% 100%;
     width: 400px;
     height: 400px;
     top: 10px;
}
 .box-2::before{
     position: absolute;
     content: "";
     background-image: url(../images/dshape2.png);
     background-size: 100% 100%;
     width: 400px;
     height: 400px;
     top: 10px;
}
 .box-3::before{
     position: absolute;
     content: "";
     background-image: url(../images/dshape1.png);
     background-size: 100% 100%;
     width: 400px;
     height: 400px;
     top: 10px;
}
/* trouble banner */
 .trouble_banner{
     height: 100%;
     width: 100%;
     background: url(../images/physiotherapybg.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
	 padding-bottom: 20%;
}
 .trouble_banner::after{
     content: "";
     height: 100%;
     width: 100%;
     background: rgb(46, 139, 129 , 0.9);
     position: absolute;
     top: 0px;
     left: 0px;
}
 .trouble_main_container {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 50px;
}
.trouble_img {
    margin-left: 20%;
	margin-top: 25%;
}
 .img_border {
     border: 7px solid #03bfc0;
     height: 550px;
     width: 400px;
     position: relative;
	 z-index: 54;
	 top: 100px;
}
 .trouble_img_box {
     position: absolute;
     z-index: 9;
     right: 8%;
     top: 8%;
     width: 420px;
     height: 300px;
}
 .trouble_img_box img {
     width: 100%;
     height: 450px;
     object-fit: cover;
}
 .trouble_content {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
	 position: relative;
     z-index: 55;
	 top: 40%;
}
.trouble_content .btn-1{
	background-color: #03bfc0;
	padding: 6px 30px;
	font-weight: 500;
	font-size: 16px;
	border: 2px solid #16796e;
	border-radius: 15px !important;
}
.trouble_content .btn-1:hover{
	background-color: #16796e;
	padding: 6px 30px;
	font-weight: 500;
	font-size: 16px;
	border: 2px solid #fff;
	transition: .5s;
}
.trouble_content a{
	color: #fff;
}
.trouble_content p{
	 font-size: 17px;
     color: var(--clr-white);
	 line-height: 25px;
	padding-top: 3%;
	padding-bottom: 5%;
}
 .trouble_content h4 {
     font-size: 22px;
     color: var(--clr-white);
}
 .trouble_content h2 {
     font-size: 32px;
     font-weight: 700;
     color: #fff;
     padding-bottom: 20px;
}
 .trouble_content ul li {
     font-size: 16px;
     padding-bottom: 15px;
     color: var(--clr-white);
     font-weight: 500;
}
 .trouble_content ul li i {
     padding-right: 5px;
     color: var(--btn-clr-1);
}



button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #03c0c1;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  color: #03c0c1;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}





/* condition_banner */
 #condition_banner {
     padding: 5% 0;
	 padding-top: 0px!important;
}
#condition_banner .main_container {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 78;
}

.condition_top h2 {
  font-size: 37px;
  font-weight: bold;
  color: var(--btn-clr-2);
  text-align: center;
  padding-bottom: 10px;
}
 .condition_top p {
     text-align: center;
     width: 75%;
     margin: auto;
     font-size: 16px;
     font-weight: 500;
     padding-bottom: 50px;
}
 .condition_bottom {
     display: grid;
     grid-template-columns: auto auto auto;
     gap: 3%;
}
 .grid_box {
     display: flex;
     flex-direction: column;
     padding: 10px;
     border: 1px solid var(--p-clr-2);
	 border-radius: 20px;
}
 .grid_box .grid_box__img {
     width: 100%;
     height: auto;
     padding-bottom: 15px;
	 border-radius: 15px;
     object-fit: cover;
    /* object-position: center;
     */
}
 .grid_box .grid_box__img img {
     width: 100%;
     height: 300px;
	 border-radius: 15px;
    /* object-fit: cover;
     */
}
 .grid_box h4 {
     font-size: 18px;
     color: var(--btn-clr-2);
     padding-bottom: 10px;
     margin-bottom: 0 !important;
}
 .grid_box p {
     font-size: 16px;
     color: var(--p-clr-2);
     padding-bottom: 20px;
     margin-bottom: 0;
}
 .grid_box .grid_box__btn {
     text-align: center;
}
 .grid_box .grid_box__btn a {
     font-size: 14px;
     color: var(--btn-clr-2);
     padding: 8px 20px;
     border: 1px solid var(--btn-clr-2);
     display: inline-block;
     border-radius: 50px;
     text-align: center;
     margin-bottom: 20px;
     transition: 0.4s ease-in-out;
}
 .grid_box .grid_box__btn a:hover {
     color: #fff;
     background-color: var(--btn-clr-2);
     transition: 0.4s ease-in-out;
}
/* professional_banner */
 #professional_banner {
     width: 100%;
     height: auto;
     clip-path: polygon( 0% 20%, 6% 20%, 50% 0, 94% 20%, 100% 20%, 100% 100%, 0 100% );
/*     background: url(/images/trouble-bg.jpeg), linear-gradient(to bottom, #84c15c, #44ae76, #009786, #107d85, #356373);*/
	 background-color: #2e8b81;
     background-size: cover;
     background-repeat: no-repeat;
     background-blend-mode: multiply;
     padding: 50px 0;
}
 .professional_top {
     text-align: center;
	 padding-bottom: 3%;
}
 .professional_top h2 {
     font-size: 32px;
     font-weight: 700;
     color: #fff;
	 padding-top: 5%;
    /* padding-bottom: 10px;
     */
}
 .professional_top p {
     font-size: 16px;
     width: 65%;
     margin: auto;
     color: var(--clr-white);
     padding-bottom: 20px;
}
 .professional_bottom {
    /* padding-top: 30px;
     */
}

 .testimonial {
     position: relative;
}
.professional_bottom .item{
     padding: 10px;
     width: 90%;
     margin: auto;
	 border-radius: 20px;
     border: 1px solid var(--p-clr-2);
     background-color: var(--clr-white);
}
.item {
     padding: 10px;
     border-radius: 20px;
     border: 1px solid var(--p-clr-2);
     background-color: var(--clr-white);
}
 .professional_bottom .item .item_img__box {
     height: auto;
	 border-radius: 20px;
    /* object-fit: cover;
     */
}

 .professional_bottom .item .item_img__box img {
     width: 100%;
     height: 350px;
	 border-radius: 20px;
     object-fit: cover;
}
 .item h4 {
     padding: 10px 0;
     font-size: 18px;
     color: var(--btn-clr-2);
     margin-bottom: 0;
}
 .item p {
     font-size: 16px;
     color: var(--p-clr-2);
     font-weight: 400;
     padding-bottom: 2%;
     margin-bottom: 0;
     line-height: 20px;
}
 .item .item_box__btn {
    /* margin: auto;
     */
     text-align: left;
}
 .item a {
     border: 1px solid var(--btn-clr-2);
     border-radius: 20px;
     padding: 5px 10px;
    /* margin-bottom: 20px;
     */
	 color: var(--btn-clr-2);
     display: inline-flex;
     text-align: center;
     font-size: 14px;
     font-weight: 500;
}
 .item a:hover {
     background-color: var(--btn-clr-2);
     color: #fff;
	 transition: .5s;
}
 .owl-theme .owl-nav {
     position: absolute;
     top: 30%;
     z-index: 9;
     left: -50px;
     right: 0;
     display: flex;
     justify-content: space-between;
     width: 107%;
     transform: translateY(-50%);
}
 .owl-theme .owl-nav i{
     font-size: 30px;
    /* background-color: #e7e7e7;
     */
     color: #19e683;
}
 .owl-dots {
     padding-top: 20px;
}
 .owl-theme .owl-dots .owl-dot span {
     width: 25px;
}
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #09e9d1;
}
/* table section */
 #table_section {
     padding: 5% 0px;
}
 .section_header h2 {
     font-size: 35px;
     color: var(--btn-clr-2);
     font-weight: bold;
     text-align: center;
     padding-bottom: 2%;
}
 table, th, td {
    /* border: 1px solid black;
     */
	 color: #fff;
     border-collapse: collapse;
     padding: 10px 0;
     text-align: center;
}
 tr:nth-child(even) {
     background-color: rgba(35, 201, 184, 0.8);
}
 tr:nth-child(odd) {
     background-color: var(--btn-clr-1);
}
 td:nth-child(even) {
     background-color: rgba(45, 73, 156, 0.445);
}
 td i.fa-circle-check {
     color: #b9ff2b;
     font-size: 18px;
}
td .fa-solid.fa-circle-xmark{
	color: #ff0e25;
}

/* #contact us */
 .contact_main_container {
     display: grid;
     grid-template-columns: 1fr 1fr;
}
 .contact {
    /* background: url(/images/slide-3.jpg), rgb(38 38 65);
    */
     background-size: cover;
     background-repeat: no-repeat;
     background-blend-mode: multiply;
     display: flex;
}
 .location_map iframe {
     width: 100%;
}
 .contact_info {
     display: flex;
     flex-direction: column;
     margin: auto;
     justify-content: center;
     align-items: center;
}
 .contact_info p {
     font-size: 35px;
     color: var(--clr-border);
     text-align: center;
     padding-bottom: 20px;
	 font-weight: bold;
}
 .contact_info h5 {
     font-size: 35px;
     color: #fff;
     text-align: center;
     padding-bottom: 10%;
     font-weight: 500;
}
 .contact_info .contact_button a {
     border: 1px solid var(--clr-border);
     color: var(--clr-border);
     border-radius: 20px;
     padding: 8px 10px;
	 font-size: 18px;
	 background-color: #03c0c1;
}
 .contact_info .contact_button a:hover {
		background-color: var(--btn-clr-1);
		transition: .5s;
}
 .contact_info .contact_button a i {
     padding-right: 10px;
}
 #isurance_section {
     padding: 5% 0;
	 background-color: #f4f4f4;
}
 #isurance_section h2 {
     text-align: center;
     font-size: 35px;
     font-weight: bold;
     color: var(--btn-clr-2);
}
 #isurance_section p {
     text-align: center;
     font-size: 18px;
     font-weight: 700;
     padding-bottom: 50px;
}
/* owl carousel two */
 .owl-two .item {
     border: none;
     height: 100px;
}
 .testimonial_insurance {
     width: 90%;
     margin: auto;
}

 .testimonial_insurance .owl-two .item img {
     height: 80px;
	 width: 100%;
	 object-fit: contain;
}





/*--=================================
		Start Our Blog 
	-====================================*/
.blog{
	padding-top: 5%;
	padding-bottom: 1%;
	background-size: cover;
	background: url(../images/blogbg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.blog .item{
	background-color: transparent;
	width: 90%;
	margin: auto;
	border: 0px solid var(--p-clr-2);
}
.blog::before {
  position: absolute;
  content: "";
  background-color: #419288;
  	
/*
  background-image: url(../images/dshape2.png);
  background-size: 100% 100%;
*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.8;	
}
.blog .padbottom5{
	padding-bottom: 2%;
}
.blog-carousel .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: -50px;
}
.blog-carousel .owl-dot{
  height: 10px !important;
  width: 30px !important;
  margin: 5px !important;
  border-radius: 10px !important;
  background-color: #cdcdcd !important;
}
.blog-carousel .owl-dot.active{
  background-color: #23c9b8!important;
   width: 40px !important;	
}
.blog .section-heading p{
	color: #0bf3db;
}

.blog-carousel .owl-prev i{
  position: absolute!important;
  z-index: 10;
  left: -50px!important;
  font-size: 30px;
  bottom: 60%;
  color: #19e683;
}
.blog-carousel .owl-next i{
	position: absolute!important;
	z-index: 10;
	right: -50px!important;
	font-size: 30px;
	bottom: 60%;
	color: #19e683;
}





.blog p{
  color: #144b5f;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;	
}
.blog .section-heading h2 {
  color: #fff;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.blog .section-heading::after {
  content: "";
  background-size: 100% 100%;
  background: url(../images/border.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 33333;
  height: 20px;
  width: 25%;
  left: 5%;
  right: 0%;
  margin: auto;
}
.view_mo_btn{
	width: 100%;
	border-radius: 50px;
	border: 1px solid #5f9e3d;
	background-color: #fff;
	text-align: center;
}
.view_mo_btn:hover{
	width: 100%;
	border-radius: 50px;
	border: 1px solid #5f9e3d;
	background-color: #5f9e3d;
	text-align: center;
	color: #fff;
}
.card-desc h5{
	font-size: 18px;
	color: #303030;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.card-img {
   position: relative;
}


.card-img img {
    width: 100%!important;
    height: 300px;
    display: block;
    object-fit: cover;
	border-radius: 20px;
}
.card-img span {
   position: absolute;
   top: 15%;
   left: 12%;
   background: #E81F41;
   padding: 6px;
   color: #fff;
   font-size: 12px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   transform: translate(-50%, -50%);
}

.card-img span h4 {
   font-size: 12px;
   margin: 0;
   padding: 10px 5px;
   line-height: 0;
}

.card-desc {
	padding: 1.25rem;
	position: relative;
	z-index: 454545;
	top: -50px;
	background: #ffffff;
	width: 95%;
	border-radius: 0px 10px 10px 10px;
}

.card-desc h3 {
   color: #000000;
   font-weight: 600;
   font-size: 1.5em;
   line-height: 1.3em;
   margin-top: 0;
   margin-bottom: 5px;
   padding: 0;
}

.card-desc p {
   color: #747373;
   font-size: 15px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   text-align: left;
   text-transform: capitalize;
	padding-bottom: 5%;
	padding-top: 3%;
	line-height: 22px;
}

.btn-card {
   background-color: #1ABC9C;
   color: #fff;
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
   padding: .84rem 2.14rem;
   font-size: .81rem;
   -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
   -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
   margin: 0;
   border: 0;
   -webkit-border-radius: .125rem;
   border-radius: .125rem;
   cursor: pointer;
   text-transform: uppercase;
   white-space: normal;
   word-wrap: break-word;
   color: #fff;
}
.vl-blog {
   border-left: 10px solid #23c9b8;
   height: 78px;
   float: left;
   margin-left: -21px;
}
.blog .readmorebtn{
	color: #23c9b8;
   font-size: 17px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
	text-transform: capitalize;
}
.blog .readmorebtn i{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.blog .readmorebtn:hover{
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	transition: .5s;
}




/*--=================================
		End Our Blog 
	-====================================*/








/*******************************/
/*********** Start benefits CSS **********/
/*******************************/
#directbilling {
	padding-top: 4%;
	padding-bottom: 3%;
	background: #fff;
}
#directbilling h2 {
	font-family: "Poppins", serif;
	font-weight: bold;
	text-transform: capitalize;
    color: var(--btn-clr-2);
	padding-bottom: 2%;
	font-size: 40px;
}
#directbilling h2::after {
	content: "";
	width: 150px;
	height: 2px;
	background: #cacaca;
	position: absolute;
	margin-left: 3%;
	top: 20px;
}

#directbilling h2::before {
	content: "";
	width: 150px;
	height: 2px;
	background: #cacaca;
	position: absolute;
	margin-left: -15%;
	top: 20px;
}

#directbilling .billing {
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}

#directbilling .billing img {
	width: 80%;
	height: 80px;
	object-fit: contain;
}


/*******************************/
/*********** End benefits CSS **********/
/*******************************/










/*=========================
	Start popular questions CSS
===========================*/
#popularquestions {
	padding-top: 4%;
	margin-bottom: 4%;
	background-color: #f5f8fb;
}
#popularquestions .section-title h2 {
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 0%;
	padding-top: 0%;
	font-size: 35px;
	color: var(--btn-clr-2);
	font-family: 'Montserrat', sans-serif;
}
#popularquestions .section-title {
  text-align: center;
  padding-bottom: 2%;
}
#popularquestions h3 {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 28px;
  color: #23c9b8;
  padding-top: 2%;
  padding-bottom: 1%;
  font-weight: 600;
}
.accordionItem {
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.accordionWrapper {
	width: 100%;
	height: auto;
	margin-bottom: 12%;
}

.accordionItemHeading:hover {
	background: #23c9b8;
}

.accordionItemHeading {
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.56);
	-webkit-box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.56);
	background: #fff;
	color: #000 !important;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}
.accordionWrapper .close{
	transform: initial!important;
}
.close .accordionItemContent {
	height: 0px;
	transition: height 1s ease-out;
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	float: left;
	display: block;
}

.open .accordionItemContent {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	box-sizing: border-box;
}

.accordionItem h2::before {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	height: 5px;
	width: 5px;
	font-weight: bold;
	right: 7%;
	display: inline-block;
	margin-top: -5px;
	color: #000;
	font-size: 25px;
}

.accordionItem h2 .open::before {
	content: '\f106';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
}

.open .accordionItemHeading {
	margin: 0px;
	border-bottom-left-radius: 0px;
	background: linear-gradient(125deg, #29a195 7%, #098276 99%);
	color: #fff !important;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}

.close {
	opacity: 9 !important;
}

/*=========================
	End popular questions CSS
===========================*/


.footer_location{
	padding: 5% 0px;
    background-color: #dbe9e5;
}
.footerlogo{
	width: 100%;
	height: auto;
}
.footerlogo img{
	width: 100%;
	height: 210px;
	object-fit: contain;
}

.footerloca {
  width: 100%;
  background-color: #f1f6fa;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  text-align: center;
}
.footerloc1 h3{
	color: #007f80;
	font-size: 22px;
	padding-bottom: 5%;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.footerloc1 h5{
	color: #606162;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	margin-left: 100px;
    margin-right: 100px;
}
.footerloc1 a{
	color: #606162;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.footerloc1 a{
	color: #03c0c1;
	transition: .5s;
}
.footerbooknow {
  text-align: center;
  width: 100%;
  align-content: end;
  height: 180px;
}
.footerbooknow .btn-1{
	background-color: var(--btn-clr-1);
	padding: 6px 15px;
	border-radius: 50px;
	border: none;
	color: #fff!important;
	font-weight: bold;
}
.footerbooknow .btn-1:hover{
	background-color: #03c0c1;
	padding: 6px 15px;
	border-radius: 50px;
	border: none;
	color: #fff!important;
	font-weight: bold;
	transition: .5s;
}
.footer_socialbox ul{
	display: flex;
}
.footer_socialbox li{
	margin-right: 10px;
}
.social-icon{
	width: 100%;
	height: auto;
	border-radius: 50px;
	border: 1px solid #000;
}
.social-icon img{
	width: 40px;
	height:40px;
	border-radius: 50px;
	padding: 5px;
}
.footer_socialbox {
  margin-top: 10%;
  margin-left: 108px;
}







/* footer */
 footer {
     background-color: var(--btn-clr-2);
     padding: 50px 0 20px;
     position: relative;
}
 .footer_top {
     display: grid;
     grid-template-columns: repeat(6, 1fr);
     gap: 2%;
}
 .footer_top .footer_services ul li {
     list-style: none;
     cursor: pointer;
	 padding-bottom: 10px;
}
 .footer_top .footer_services ul li a {
     color: var(--clr-white);
}
 .footer_top .footer_services ul li a:hover {
     color: #19e6d1;
	 transition: .5s;
}
 .footer_top .footer_services ul li::marker {
     color: var(--clr-border);
}
 .footer_services h2, .footer_contact h2, .footer_timing h2, .footer_about h2 {
     color: var(--clr-border);
     padding-bottom: 10px;
	 font-weight: bold;
	 font-size: 18px;
}
 .footer_about h2 span {
     color: var(--btn-clr-1);
}
 .footer_top p {
     color: var(--clr-white);
     padding-bottom: 10px;
     margin-bottom: 0 !important;
}
 .footer_services ul li {
     color: var(--clr-white);
     padding-bottom: 0px;
}
 .footer_middle {
    /* padding: 30px 0;
     */
     display: grid;
     grid-template-columns: 2fr 1fr;
}
 .footer_contact_group a{
     color: var(--clr-white);
}
 .footer_btn_group {
     display: flex;
     gap: 20px;
}
 .footer_btn_group a {
     padding: 5px 10px;
     background-color: var(--btn-clr-1);
     border: 1px solid #cacaca;
     border-radius: 50px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
     color: var(--clr-border);
     cursor: pointer;
     transition: all 0.1s ease-in;
}
 .footer_social {
     display: flex;
     gap: 10px;
     justify-content: flex-end;
}
 .footer_social img {
     cursor: pointer;
}
 .footer_social h3, .footer_middle h3 {
     color: var(--clr-white);
}
 .footer_social img {
     width: 30px;
     height: 30px;
}
 .footer_bootom {
     display: flex;
     justify-content: center;
     padding-top: 10px;
}
.footer_bootom a{
	color: #fff;
	font-size: 18px;
}
.footer_bootom a:hover{
	color: #000;
	transition: .5s;
}
 .footer_bootom h5 {
     font-size: 18px;
     color: var(--clr-white);
     font-weight: bold;
}
/* stepper */
/* General Styles */
/* General Styles */
 .uk-block {
     padding: 40px 0;
     background-color: #f4f4f4;
}
 .uk-main_container {
     max-width: 90%;
     margin: 0 auto;
}
 .uk-text-center {
     text-align: center;
}
 .uk-h1 {
     font-size: 2.5rem;
     font-weight: bold;
     color: var(--btn-clr-2);
     margin: 0;
     text-transform: uppercase;
}
 .uk-grid p {
     font-size: large;
     padding-top: 20px;
}
 .uk-text-large {
     font-size: 1.5rem;
}
 .g5-color-success {
     color: #000;
}
 .g5-color-black {
     color: #000;
}
 .uk-border-rounded {
     border-radius: 8px;
}
 .g5-padding-large-top {
     padding-top: 40px;
}
 .g5-padding-large-bottom {
     padding-bottom: 40px;
}
 .uk-list {
     list-style: none;
     padding: 0;
     margin: 20px 0;
     display: flex;
     justify-content: space-between;
     position: relative;
}
 .uk-list > li {
     flex: 1;
     position: relative;
     text-align: center;
     padding: 10px;
}
 .uk-list > li:not(:first-child)::after {
     content: "";
     display: block;
     border-top: 2px dotted #ddd;
     position: absolute;
     top: 50%;
     right: 100%;
     width: 100%;
     transform: translate(50%, -50%);
     z-index: 1;
}
 .uk-list > li:first-child::after {
     content: none;
}
 .uk-list > li.uk-active {
    /* background-color: #007bff;
     */
     color: #ffffff;
     border-radius: 4px;
}
 .uk-list > li.uk-active figure {
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
 .uk-list > li figure {
     background-color: #ddd;
     border-radius: 50%;
     width: 100px;
     height: 100px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     position: relative;
     z-index: 2;
}
 .uk-list > li figure span {
     font-size: 2.75rem;
     font-weight: 700;
     color: #333;
     line-height: 50px;
     display: inline-block;
}
 #tm-recovery-process li:nth-child(1) > figure {
     background: #f53737;
     color: #ffffff;
}
 #tm-recovery-process [data-uk-switcher] li:nth-child(1) + li > figure {
     background: linear-gradient( to right, rgba(245, 55, 55, 1) 0%, rgba(255, 191, 114, 1) 100% );
}
 #tm-recovery-process [data-uk-switcher] li:nth-child(1) + li + li > figure {
     background: linear-gradient( to right, rgba(255, 191, 114, 1) 0%, rgba(250, 252, 113, 1) 100% );
}
 #tm-recovery-process [data-uk-switcher] > li:nth-child(1) + li + li + li > figure {
     background: linear-gradient( to right, rgba(250, 252, 113, 1) 0%, rgba(0, 163, 0, 1) 100% );
}
 #tm-recovery-process .uk-list > li:last-child figure {
     background-color: rgba(0, 163, 0, 1);
}
 .uk-list > li.uk-active::after {
     border-top: 2px solid #28a745;
}
 .uk-list > li.uk-active::before {
     content: "";
     display: block;
     border-top: 2px solid #28a745;
     position: absolute;
     top: 50%;
     left: -15px;
     width: calc(100% + 30px);
     transform: translateY(-50%);
     z-index: -1;
}
 .uk-list li:not(.uk-active) {
    /* background-color: #f0f0f0;
     */
     color: #333;
}
/* Switcher Styles */
 .uk-switcher {
     display: flex;
     flex-direction: column;
}
 .uk-switcher > li {
     display: none;
}
 .uk-switcher .uk-active {
     display: block;
     padding: 20px;
}
/* Responsive Grid */
 .uk-grid {
     display: flex;
     gap: 5%;
}
 .uk-width-medium-2-3 {
     width: 60%;
}
 .uk-width-medium-1-3 {
     width: 35%;
     padding-left: 20px;
}
/* Image Styles */
 .uk-border-rounded {
     border-radius: 8px;
     overflow: hidden;
}
 img {
     width: 100%;
     height: auto;
}
 .bottom_hr {
     border-top: 0.5px solid var(--p-clr-2);
}
/* review css */
 .googel_review {
     position: fixed;
     background-color: #f0f0f0;
     padding: 10px;
     border: 1px solid var(--btn-clr-2);
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
     z-index: 9999;
     bottom: 5%;
     left: 3%;
}
 .review_details {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 .review_details img {
     width: 40px;
     height: 40px;
}
 .review_details h3 {
     font-size: 26px !important;
     padding: 10px 0 0;
}
 .review_details p {
     font-size: 20px !important;
    /* padding: 10px 0 0;
     */
}
 .review_details .review_button {
     padding: 10px 0 0;
}
 .review_details .review_button a {
     background-color: var(--btn-clr-2);
     padding: 5px 12px;
     color: #fff;
     border-radius: 10px;
     cursor: pointer;
     font-weight: 300 !important;
     border: 1px solid var(--btn-clr-2);
}
 .review_details .review_button a:hover {
     background-color: #fff;
     color: var(--btn-clr-2);
     border: 1px solid var(--btn-clr-2);
     font-weight: 700 !important;
}
 .review_details h6 {
     padding: 10px 0 0;
     font-size: 12px;
}
 .review_details h6 a {
     color: var(--btn-clr-1);
     text-decoration: none;
}
 .review_details_active{
     display: none;
     transition: .5s ease-in-out;
}
 .shrink_btn i{
     font-size: 12px;
     cursor: pointer;
}
 .review__icon{
     position: relative;
}
 .shrink_btn{
     position: absolute;
     top: -10px;
     right: -8px;
     z-index: 9;
}
/* modal */
 .add_review_btn {
     width: 30%;
     margin: auto;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     align-items: flex-end;
}
 .add_review_btn .review_button {
     background-color: var(--btn-clr-2);
     padding: 5px 12px;
     border-radius: 50px;
     color: var(--clr-white);
     border: 1px solid var(--btn-clr-2);
}
 .add_review_btn .review_button:hover {
     background-color: var(--clr-white);
     padding: 5px 12px;
     border-radius: 50px;
     color: var(--btn-clr-2);
     border: 1px solid var(--btn-clr-2);
     font-weight: 500;
}
 .add_review_btn h6 a {
     padding: 10px 0 0;
     font-size: 12px;
}
 .add_review_btn h6 a {
     color: var(--btn-clr-1);
     text-decoration: none;
}
 .modal-body {
     padding: 3%;
     border-radius: 20px;
}
 .modal-header .header_top .modal-title {
     color: var(--btn-clr-2);
     font-weight: 700;
}
 .modal-header .header_top p {
     font-size: 16px !important;
     font-weight: 500;
     color: var(--p-clr-2);
     margin: 0 !important;
}
 .modal_body_grid .modal_ratingbar .bar {
     width: 90%;
     height: 25px;
     border-radius: 5px;
     background-color: var(--btn-clr-2);
}
 .modal_body_grid .modal_ratingbar .demandbar .bar {
     background-color: #6f89d5;
}
 .modal_body_grid {
     display: grid;
     grid-template-columns: 2fr 4fr;
}
 .modal_body_grid .modal_rating_left {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 .modal_body_grid .modal_rating_left h5 {
     font-size: 20px;
}
 .modal_body_grid .modal_rating_left h6 {
     font-size: 14px;
     padding: 0 !important;
}
 .modal_body_grid .modal_rating_left p {
     font-size: 16px;
     font-weight: 300;
}
 .modal_body_grid .modal_ratingbar .bar_rating_top {
     display: flex;
     justify-content: space-between;
     width: 90%;
}
 .modal_body_grid .modal_ratingbar .bar_rating_top h4 {
     font-size: 16px;
    /* line-height: 0;
     */
     padding-top: 20px;
}
 .modal_body_grid .modal_ratingbar .bar_rating_top h5 {
     font-size: 16px !important;
     padding-top: 20px;
}
 .modal_body_grid .modal_ratingbar .bar_rating_top h5 i {
     font-size: 16px;
}
 .all_input_review {
     width: 90%;
     margin: auto;
}
 .all_input_review .input_reviews {
     display: grid;
     grid-template-columns: 1fr 4fr 1fr;
     padding-bottom: 20px;
}
 .input_review_admin h4 {
     font-size: 14px;
     font-weight: 500;
     margin: 0 !important;
}
 .input_review_admin p {
     font-size: 16px !important;
     padding-top: 10px;
}
/* mmmmmmmmmmmm */
 .review__icon img {
     width: 40px;
     height: 40px;
     display: flex;
     margin: auto;
}
 .input_review_icon{
     width: 40px;
     height: 40px;
}
 .modal {
     z-index: 1050;
}
 .modal-content {
     height: 100%;
}
.modal-content input{
  width: 100%;
  margin-top: 0px;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px 10px;
  border: 2px solid var(--btn-clr-2);
  height: 35px;
}
 .googel_review {
     position: fixed;
     background-color: #f0f0f0;
     padding: 10px;
     border: 1px solid var(--btn-clr-2);
     border-radius: 10px;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
     z-index: 9999;
     bottom: 5%;
     left: 3%;
}
 .more__reviews_btn {
     text-align: center;
     margin: 20px auto;
}
 .more__reviews_btn a {
     color: white;
     border: 1px solid var(--btn-clr-1);
     transition: 0.5s ease-in-out;
     padding: 7px 12px;
     font-weight: 700;
     background-color: var(--btn-clr-1);
     border-radius: 50px;
}
 .more__reviews_btn a:hover {
     color: var(--btn-clr-1);
     background-color: #fff;
     transition: 0.5s ease-in-out;
}
/* Responsive Styles */
 @media (max-width: 768px) {
     .uk-h1 {
         font-size: 2rem;
    }
     .uk-text-large {
         font-size: 1.2rem;
    }
     .uk-width-medium-2-3, .uk-width-medium-1-3 {
         grid-column: span 1;
    }
     figure span {
         width: 40px;
         height: 40px;
         line-height: 40px;
         font-size: 1.5rem;
    }
}

 @media screen and (max-width: 992px) {
     .mobile_icon {
         display: block;
         transition: 0.4s ease-in-out;
         z-index: 1001;
    }
     .middle_header_bottom {
         position: absolute;
         width: 70%;
         right: -100%;
         top: 0;
         transition: 0.4s;
         height: 100vh;
        /* margin-top: 105px;
         */
         background-color: #727272;
         padding: 120px 0 0;
         z-index: 999;
         overflow: hidden;
    }
     .middle_active {
         right: 0;
         transition: 0.4s;
        /* display: block;
         */
    }
     .middle_header  {
         display: grid;
         grid-template-columns: 1fr;
    }
      .middle_header_bottom ul {
         display: flex;
         flex-direction: column;
    }
     .middle_header  .btn_grp {
         justify-content: center;
    }
    /* .bottom_header_main_container {
         display: grid;
         grid-template-columns: auto auto;
    }
     */
     .bottom_header .main_container {
         width: 100%;
         padding: 0 10px;
    }
}


 @media (max-width: 991px) {
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
  position: relative;
  left: 90%;
}
	 
	 
}

 @media (max-width: 768px) {
     .v_line {
         display: none;
    }
}

.blog_dtails_side{
    width: 65%;
    padding: 0 20px;
}
.popular_post_side{
    /* width: 30%; */
    float: right;
}
.pp-blog_img{
   width: 100%;
   height: 100%;
}
.pp-blog_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 10px;
}








