body {
    padding: 0;
    margin: 0;
    font-family: 'Arial';
    overflow-x: hidden;
  }
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none !important;
  }
  .container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid {
    max-width: 1250px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 999 !important;
  }
  .header_main {
    width: 100%;
    float: left;
    background-color: #fdc120;
    position: relative;
  }
  .header_header {
    width: 100%;
    float: left;
    text-align: center;
  }
  .header_logo {
    width: auto;
    float: left;
    padding: 12px 0;
  }
  .header_logo a {
    display: inline-block;
  }
  .header_logo img {
    width: 160px;
      /* max-width: 100px; */
  }
  .header_menu {
    width: auto;
    display: inline-block;
    margin-left: 30px;
  }
  ul.menu_ul {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  ul.menu_ul li {
    display: inline-block;
  }
  ul.menu_ul li a {
    display: inline-block;
    color: #20374b;
    font-weight: bold;
    font-size: 16px;
    padding: 34px 16px;
  }
  .header_login {
    width: auto;
    float: right;
    padding: 12px 0;
  }
  .header_login a {
    display: inline-block;
    color: #fff;
    background: #20374b;
    font-size: 14px;
    padding: 12px 13px;
    font-weight: bold;
    border-radius: 2px;
    margin: 10px 0;
    transition: 0.4s;
  }
  .header_login a:hover {
    background-color: #fff;
    color: #20374b;
    box-shadow: 0 0 5px 0 #ddd;
  }
  ul.dropdown {
    width: 200px;
    background: #fff;
    position: absolute;
    top: 83px;
    text-align: left;
    display: none;
    margin-left: 17px;
    z-index: 99999999;
    box-shadow: 0 0 10px 0 #afafaf;
  }
  ul.dropdown li {
    display: block;
  }
  ul.dropdown li a {
    display: inline-block;
    width: 100% !important;
    padding: 10px 0px;
    font-weight: normal;
    transition: 0.4s;
  }
  ul.dropdown li:hover a {
    padding-left: 15px;
    color: #ffb600;
  }
  
  /* ul.dropdown li:hover{
  
      background-color: orange !important;
  
  } */
  
  /* ul.dropdown li a:hover{
  
      background-color: #fdc120;
  
      color: #fff;
  
  } */
  .header_menu ul li:hover ul.dropdown {
    display: block;
  }
  #banner {
    width: 100%;
    float: left;
  }
  .banner_main {
    width: 100%;
    float: left;
    background: url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-color: rgb(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    margin-top: 63px;
  }
  .banner_banner {
    width: 100%;
    float: left;
  }
  .banner_text {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9999999;
    margin-top: 100px;
  }
  .banner_text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    max-width: 535px;
  }
  .banner_text h1 span {
    font-weight: bold;
  }
  .banner_text p {
    color: #fff;
    font-size: 19px;
    float: left;
    padding-top: 20px;
  }
  .banner_input {
    width: 100%;
    float: left;
    padding: 33px 0;
  }
  .banner_input input {
    border: none;
    margin: 0 3px;
    padding: 12.5px 10px;
  }
  .banner_input a {
    background: #fdc120;
    color: #fff;
    padding: 11px 20px;
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
  }
  .banner_input h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 28px 0;
  }
  .banner_input h2 span {
    color: #fdc120;
  }
  #professional {
    width: 100%;
    float: left;
  }
  .professional_main {
    width: 100%;
    float: left;
    padding: 50px 0;
  }
  .professional_heading {
    width: 100%;
    float: left;
    text-align: center;
  }
  .professional_heading h1 {
    font-weight: normal;
    font-size: 30px;
    color: #20374b;
  }
  .professional_slider_main {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .professional_slider {
    width: 100%;
    float: left;
  }
  .professional_slider_one {
    width: 20%;
    float: left;
    padding: 0 9px;
  }
  .professional_slider_1 {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px 0 #ddd;
    background-color: #fff;
  }
  .professional_slider_img {
    width: 100%;
    float: left;
    height: 250px;
    overflow: hidden;
  }
  .professional_slider_img img {
    max-height: 100%;
    transition: 0.4s;
  }
  .professional_slider_1:hover img {
    transform: scale(1.1);
  }
  .professional_slider_1:hover .professional_slider_text h3 {
    color: #fdc120;
  }
  .professional_slider_text {
    width: 100%;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
      /* font-size: 16px; */
  }
  .professional_slider_text h3 {
    font-size: 16px;
    text-align: center;
    transition: 0.4s;
  }
  .professional_main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
      /* background: red; */
    border-radius: 50%;
    border: 2px solid #000;
  }
  .professional_main .slick-dots li button {
    font-size: 0;
    line-height: 0;
      /* display: block; */
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: red;
    display: none;
  }
  .professional_main li.slick-active {
    background-color: #fdc120;
  }
  .professional_main .slick-list.draggable {
    padding: 15px 0;
  }
  .professional_main .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  #added {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .added_main {
    width: 100%;
    float: left;
  }
  .added_bg_img {
    width: 100%;
    float: left;
    background: url(../images/bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 124vh;
    background-color: rgb(0, 0, 0, 0.6);
    background-blend-mode: overlay;
  }
  .added_heading {
    width: 100% fl;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 9999999;
    padding: 35px 0;
  }
  .added_heading h1 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
  }
  .added_boxes {
    width: 100%;
    float: left;
  }
  .added_circule_box {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    float: left;
    display: flex;
    margin-top: 150px;
    margin-left: 200px;
  }
  .added_img {
    width: 255px;
    height: 255px;
    border-radius: 50%;
    margin: auto;
    background-color: red;
    overflow: hidden;
  }
  .added_img img {
    width: 400px;
    margin-left: -118px;
  }
  .added_boxes_one {
    width: 400px;
    float: left;
    background-color: #fdc120;
    height: auto;
    border-radius: 10px;
    margin-left: -100px;
    padding: 13px 15px;
  }
  .added_boxes_one h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .added_boxes_one p {
    float: left;
    padding-top: 5px;
  }
  .added_boxes_two {
    width: 400px;
    float: left;
    background-color: #fdc120;
    height: auto;
    border-radius: 10px;
    margin-left: 0px;
    padding: 13px 15px;
    margin-top: 120px;
    margin-left: 25px;
  }
  .added_boxes_two h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .added_boxes_two p {
    float: left;
    padding-top: 5px;
  }
  .added_boxes_three {
    width: 400px;
    float: left;
    background-color: #fdc120;
    height: auto;
    border-radius: 10px;
    margin-top: 75px;
    padding: 13px 15px;
    margin-left: 0px;
  }
  .added_boxes_three h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .added_boxes_three p {
    float: left;
    padding-top: 5px;
  }
  .added_box_box {
    width: 55%;
    display: inline-block;
  }
  #Home_form {
    width: 100%;
    float: left;
  }
  .Home_form_main {
    width: 100%;
    float: left;
    padding: 70px 0;
  }
  .Home_form_box {
    width: 100%;
    float: left;
    background-color: #fdc120;
    border-radius: 4px;
    padding: 50px 0;
  }
  .Home_form_text {
    width: 47%;
    float: left;
  }
  .Home_form_text_box {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    margin-top: 40px;
  }
  .Home_form_text_box h2 {
    max-width: 400px;
    font-weight: normal;
    font-size: 30px;
  }
  .Home_form_text_box a {
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #fdc120;
    color: #fff;
    font-size: 16px;
    padding: 17px 0;
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.4s;
  }
  .Home_form_text_box a:hover {
    background-color: #20374b;
    color: #fff;
  }
  .Home_form_fom {
    width: 47%;
    float: right;
  }
  .Home_form_fom_box {
    width: 100%;
    float: left;
  }
  .Home_form_fom_box form {
    width: 100%;
    float: left;
  }
  .Home_form_fom_box input {
    width: 100%;
    float: left;
    border: none;
    padding: 18px 15px;
    font-size: 15px;
    margin: 8px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 #b0afaf;
  }
  .Home_form_fom_box label {
    width: 100%;
    float: left;
  }
  .Home_form_fom_box textarea {
    width: 100%;
    height: 120px;
    padding: 18px 15px;
    font-size: 16px;
    margin: 8px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 #b0afaf;
    border: none;
  }
  .Home_form_fom_box input[type="submit"] {
    background: #000;
    color: #fff;
    box-shadow: none;
    transition: 0.4s;
  }
  .Home_form_fom_box input[type="submit"]:hover {
    background-color: #20374b;
    color: #fdc120;
  }
  #aboutus {
    width: 100%;
    float: left;
  }
  .aboutus_main {
    width: 100%;
    float: left;
  }
  .aboutus_text {
    width: 50%;
    float: left;
    margin-top: 120px;
  }
  .aboutus_text h1 {
    font-size: 30px;
    color: #fdc120;
  }
  .aboutus_text p {
    font-size: 16px;
    max-width: 500px;
    float: left;
    line-height: 27px;
    margin-top: 10px;
    color: #545454;
  }
  .aboutus_text a {
    float: left;
    font-size: 16px;
    color: #fdc120;
    border: 2px solid #fdc120;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 20px 0;
    transition: 0.4s;
  }
  .aboutus_text a:hover {
    border: 2px solid #20374b;
    color: #20374b;
  }
  .aboutus_img {
    width: 50%;
    float: right;
  }
  .aboutus_img_img {
    width: 100%;
    float: left;
  }
  .aboutus_img_img img {
    width: 100%;
  }
  #houses {
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 0 0 70px 0
  
  }
  .houses_main {
    width: 100%;
    float: left;
  }
  .houses_img {
    width: 50%;
    float: left;
  }
  .houses_img_img {
    width: 100%;
    float: left;
  }
  .houses_img_one {
    width: 60%;
    float: left;
    overflow: hidden;
    height: 200px;
    background: red;
  }
  .houses_img_one img {
    max-width: 350px;
    transition: 0.4s;
  }
  .houses_img_two {
    width: 60%;
    float: left;
    overflow: hidden;
    height: 200px;
    background: red;
    margin-left: 150px;
    position: relative;
    z-index: 99999999;
    margin-top: -40px;
  }
  .houses_img_two img {
    max-width: 350px;
    transition: 0.4s;
  }
  .houses_img_three {
    width: 60%;
    float: left;
    overflow: hidden;
    height: 200px;
    background: red;
    margin-top: -40px;
  }
  .houses_img_three img {
    max-width: 350px;
    transition: 0.4s;
  }
  .houses_text {
    width: 50%;
    float: left;
    margin-top: 147px;
  }
  .houses_text h2 {
    font-size: 30px;
    color: #fdc120;
  }
  .houses_text p {
    font-size: 16px;
    line-height: 27px;
    color: #545454;
    float: left;
    padding-top: 10px;
  }
  .houses_text a {
    float: left;
    font-size: 16px;
    color: #fdc120;
    border: 2px solid #fdc120;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 20px 0;
    transition: 0.4s;
  }
  .houses_text a:hover {
    border: 2px solid #20374b;
    color: #20374b;
  }
  .houses_img_one img:hover {
    transform: scale(1.1);
  }
  .houses_img_two img:hover {
    transform: scale(1.1);
  }
  .houses_img_three img:hover {
    transform: scale(1.1);
  }
  #footer {
    width: 100%;
    float: left;
  }
  .footer_main {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 60px 0;
  }
  .footer_one {
    width: 25%;
    float: left;
    position: relative;
    z-index: 999999;
  }
  .footer_1 {
    width: 100%;
    float: left;
  }
  .footer_logo {
    float: left;
    width: auto;
  }
  .footer_logo img {
    max-width: 60px;
  }
  .footer_1 p {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px;
  }
  ul.footer_11 {
    float: left;
    width: auto;
    margin-top: 20px;
  }
  
  /* .footer_11 ul{
  
      float: left;
  
      margin-top: 20px;
  
  } */
  .footer_11 li {
    display: inline-block;
    margin: 0 2px;
  }
  .footer_11 li a {
    display: inline-block;
    color: #fff;
    background-color: #fdc120;
    height: 40px;
    font-size: 20px;
    text-align: center;
    padding: 9px 0;
    width: 40px;
    border-radius: 50%;
  }
  .footer_1 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
  }
  .footer_2 a:hover {
    color: #fdc120;
  }
  ul.footer_2 {
    float: left;
    width: auto;
    margin-top: 15px;
  }
  ul.footer_2 li {
    display: block;
  }
  ul.footer_2 li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 0;
    transition: 0.4s;
  }
  ul.footer_2 li a i {
    color: #fdc120;
    font-size: 20px;
    padding: 0 15px 0 0;
    transition: 0.4s;
  }
  li.api_button {
    padding: 5px 0;
    border-radius: 3px;
    margin: 10px 0;
    color: #fff;
    background-color: #fdc120;
    width: 100%;
    text-align: center;
    transition: 0.4s;
  }
  li.api_button a {
    display: inline-block;
  }
  li.api_button:hover {
    background-color: #fff;
    color: #fdc120 !important;
  }
  li.api_button:hover a {
    color: #fdc120;
  }
  
  /* categories css start */
  #categories {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .categories_main {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .categories_house_cleaning {
    width: 50%;
    float: left;
  }
  .categories_house_cleaning h1 {
    color: #20374b;
    font-size: 30px;
  }
  .categories_house_cleaning h3 {
    font-weight: normal;
    color: #545454;
    font-size: 17px;
    display: inline-block;
    padding-top: 10px;
  }
  .categories_house_cleaning h3 span {
    font-weight: bold;
  }
  .categories_house_cleaning p {
    font-size: 16px;
    line-height: 27px;
    padding: 10px 0;
    color: #747474;
  }
  .categories_house_img {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }
  .categories_images {
    width: 100%;
    float: left;
    padding: 0 0 0 54px;
  }
  .categories_house_img_1 {
    width: 100%;
    float: left;
    height: 355px;
    overflow: hidden;
    border-radius: 0px 50px 0 50px;
  }
  .categories_house_img_1 img {
    transition: 0.4s;
    width: 100%;
  }
  .categories_house_img_1:hover img {
    transform: scale(1.1);
  }
  .categories_house_img_2 {
    width: 80%;
    float: left;
    overflow: hidden;
    height: 240px;
    border-radius: 40px 0 40px 0;
    margin-top: -100px;
    margin-left: 50px;
    position: relative;
    z-index: 99999;
  }
  .categories_house_img_2 img {
    width: 100%;
    transition: 0.4s;
  }
  .categories_house_img_2:hover img {
    transform: scale(1.1);
  }
  .categories_view {
    width: 100%;
    float: left;
      /* padding: 0 114px; */
    margin-top: -35px;
      /* position: relative; */
    z-index: 9999999;
    position: absolute;
    bottom: 42px;
  }
  .categories_arrow {
    width: 75px;
    height: 75px;
    float: left;
    background-color: rgb(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .view_imgg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    margin: auto;
    background-color: #fdc120;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .view_imgg img {
    width: 100%;
    max-width: 20px;
    max-height: 20px;
    margin-top: 5px;
  }
  .categories_view h2 {
    font-weight: normal;
    color: #20374b;
    float: left;
    padding-top: 29px;
    padding-left: 17px;
    font-size: 17px;
  }
  #categories_slider {
    width: 100%;
    float: left;
      /* margin-top: 70px; */
  }
  .categories_slider_main {
    width: 100%;
    float: left;
    background-color: #fdc120;
    padding: 55px 0;
  }
  .categories_slider_heading {
    width: 100%;
    float: left;
    text-align: center;
  }
  .categories_slider_heading h1 {
    font-size: 30px;
    font-weight: normal;
    color: #20374b;
  }
  .categories_slider_box {
    width: 100%;
    float: left;
    padding: 0 35px;
    margin-top: 60px;
  }
  .categories_slider_slider {
    width: 100%;
    float: left;
    padding: 0 0 25px 0px;
  }
  .categories_slider_box_one {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .categories_slider_box_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 8px;
    transition: 0.4s;
  }
  .categories_slider_box_1:hover {
    box-shadow: 0 0 15px 0 #a1a1a1;
  }
  .categories_slider_main .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0;
  }
  .categories_slider_box_1_img_img {
    width: 35%;
    float: left;
    padding: 0 40px;
  }
  .categories_slider_box_1_img {
    width: 150px;
    height: 150px;
    border: 8px solid #fdc120;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
      /* animation: circuleimg infinite alternate; */
  }
  
  /* .categories_slider_box_1:hover .categories_slider_box_1_img{
  
     
  
  } */
  
  /* @keyframes circuleimg{
  
      0%{margin-top: 0;}
  
      100%{margin-top: -10px;}
  
  } */
  .categories_slider_box_1_img img {
    width: 100%;
    max-width: 80px;
  }
  .categories_slider_box_1_text {
    width: 60%;
    float: left;
    text-align: center;
    padding: 21px 0;
  }
  .categories_slider_box_1_text h3 {
    color: #20374b;
    font-size: 20px;
  }
  .categories_slider_box_1_text p {
    font-weight: bold;
    color: #545454;
    font-size: 17px;
    max-width: 220px;
    margin: auto;
    line-height: 25px;
    display: inline-block;
    padding-top: 10px;
  }
  .categories_slider_main .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .categories_slider_main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    background: #fff;
  }
  .categories_slider_main li.slick-active {
    background: #000 !important;
    width: 35px !important;
    transition: 0.5s !important;
  }
  .categories_slider_main .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  #categories_box_box {
    width: 100%;
    float: left;
  }
  .categories_boxes_main {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .categories_boxes_one {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin: 20px 0;
  }
  .categories_boxes_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
  }
  .categories_boxes_1_img {
    width: 100%;
    height: 232px;
    overflow: hidden;
  }
  .categories_boxes_1_img img {
    width: 100%;
    transition: 0.4s;
  }
  .categories_boxes_1_text {
    width: 100%;
    float: left;
    padding: 35px 30px 50px 30px;
    position: relative;
  }
  .categories_boxes_1_text h2 {
    color: #20374b;
    font-size: 20px;
  }
  i.fa-ellipsis-v {
    float: right;
    color: #20374b;
    font-size: 20px;
  }
  .categories_boxes_1_text h3 {
    font-size: 16px;
    color: #7d7d7d;
    font-weight: normal;
    padding-top: 12px;
    display: inline-block;
  }
  span.Categories_star {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    margin-top: 12px;
    color: #fdc120;
  }
  .categories_boxes_1_text p {
    font-size: 16px;
    color: #7d7d7d;
    max-width: 280px;
    line-height: 27px;
    display: inline-block;
    margin-top: 12px;
  }
  span.categories_icon {
    width: 100%;
    float: left;
    margin-top: 25px;
    display: none;
  }
  span.categories_icon i {
    font-size: 18px;
    color: #000;
    background-color: #fdc120;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
    margin: 0 2px;
    transition: 0.4s;
  }
  span.categories_icon i:hover {
    background-color: #000;
    color: #fdc120;
  }
  .categories_boxes_1_text:after {
    position: absolute;
    content: "";
    border-left: 3px solid #fdc120 !important;
    width: 80px !important;
    height: 120px;
    left: 0;
    top: 142px;
    border-bottom: 3px solid #fdc120;
    transition: 0.4s;
  }
  .categories_boxes_1_text:before {
    position: absolute;
    content: "";
    border-right: 3px solid #fdc120 !important;
    width: 80px !important;
    height: 120px;
    right: 0;
    top: 142px;
    border-bottom: 3px solid #fdc120;
    transition: 0.4s;
  }
  .categories_boxes_1:hover .categories_boxes_1_text:before {
    width: 99% !important;
    border-right: 3px solid #fdc120 !important;
    border-bottom: 3px solid #fdc120;
    top: 0px;
    height: 100%;
  }
  .categories_boxes_1:hover .categories_boxes_1_text:after {
    width: 99% !important;
    border-left: 3px solid #fdc120 !important;
    border-bottom: 3px solid #fdc120;
    top: 0px;
    height: 100%;
  }
  .categories_boxes_1:hover .categories_boxes_1_img img {
    transform: scale(1.1);
  }
  .categories_view_button {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
    padding: 0 0 70px 0
  
  }
  .categories_view_button a {
    display: inline-block;
    background: #20374b;
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.4s;
  }
  .categories_view_button a i {
    font-size: 18px;
    padding: 0 5px;
    display: inline-block;
  }
  .categories_view_button a:hover {
    background-color: #fdc120;
    color: #20374b;
  }
  
  /* listing css start */
  .banner_listing_text {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 170px;
  }
  .banner_listing_text h1 {
    font-size: 50px;
    color: #fff;
    font-weight: normal;
  }
  .banner_listing_text h4 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    padding-top: 10px;
  }
  .banner_listing_text h4 span {
    color: #fdc120;
    padding: 0 5px;
  }
  .input_oness {
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative;
  }
  input.Input_searchh {
    width: 30%;
    border: none;
    padding: 14px 15px;
    font-size: 16px;
    background: #f5f5f5;
    margin: 0 4px;
  }
  input.Input_search {
    width: 30%;
    border: none;
    padding: 14px 70px 14px 15px;
    font-size: 16px;
    background: #f5f5f5;
    margin: 0 4px;
  }
  a.Searchs_icons {
    position: absolute;
    top: 0;
    right: 221px;
    font-size: 20px;
    color: #fdc120;
    background: #20374b;
    padding: 12px 20px;
  }
  ul.Listing_menu {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
  }
  ul.Listing_menu li {
    display: inline-block;
  }
  ul.Listing_menu li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    transition: 0.4s;
  }
  ul.Listing_menu li a:hover {
    color: #fdc120;
  }
  
  /* listing page start css */
  #listing_page {
    width: 100%;
    float: left;
  }
  .listing_page_main {
    width: 100%;
    float: left;
      /* margin-top: 50px; */
  }
  .listing_page_tabs {
    width: 100%;
    float: left;
  }
  .listing_page_tabs_heading {
    width: 100%;
    float: left;
    text-align: left;
  }
  .listing_page_tabs_heading h1 {
    font-size: 28px;
    font-weight: normal;
    color: #20374b;
  }
  .listing_page_tabs_heading h1 span {
    font-size: 16px;
    font-weight: bold;
  }
  .listing_page_tabs_tabs {
    width: 100%;
    float: left;
    padding: 30px 0;
  }
  
  /* Style the tab */
  .tab {
    width: 100%;
    float: left;
    position: relative;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    border: 1px solid #ccc !important;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px 12px;
    transition: 0.3s;
    font-size: 13px;
  }
  .tab button.active {
    background-color: #fdc120;
    color: #ffff;
    border: 1px solid #fdc120 !important;
  }
  .tabcontent_listing {
    display: none;
    padding: 6px 12px;
    margin-top: 0px;
  }
  .tabcontent_listing_text {
    width: 100%;
    float: left;
    background-color: #fff;
    transition: 0.4s;
    border-bottom: 1.4px solid #0000;
    padding: 0 0px 60px 0;
  }
  
  /* .tabcontent_listing_text:hover{
  
     
  
  } */
  button.listing_feature_button_four {
    float: right;
    background-color: #ddd;
    border: 1px solid #727272 !important;
    color: #000;
  }
  .listing_feature_button_four.active {
    background-color: #fdc120 !important;
  }
  .listing_categories_main {
    width: 100%;
    float: left;
    position: relative;
  }
  .listing_categories_box {
    width: 100%;
    float: left;
    background: #ebebeb;
    text-align: left;
    margin-top: 20px;
    display: none;
    position: absolute;
    border: 1px solid #949494;
  }
  .listing_categories_box ul {
    width: 100%;
    float: left;
    padding: 30px 36px;
  }
  .listing_categories_box ul li {
    display: inline-block;
  }
  .listing_categories_box ul li a {
    font-size: 13px;
    color: #000;
    background-color: #fff;
    border: 1px solid #a1a1a1 !important;
    padding: 12px 20px;
    float: left;
    border-radius: 30px;
    margin: 7px 0;
  }
  .categories_mains .listing_categories_box {
    display: block !important;
  }
  button.listing_relevance_button {
    float: right;
    width: auto;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-top: -20px;
    color: #000;
  }
  .listing_relevance_main {
    width: 100%;
    float: left;
    position: relative;
  }
  .listing_relevance_box {
    width: 160px;
    float: right;
    background-color: #ebebeb;
    border: 1px solid #949494;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 9999999999999;
    display: none;
  }
  .listing_relevance_box ul {
    width: 100%;
    float: left;
    padding: 10px 15px;
  }
  .listing_relevance_box ul li {
    display: block;
  }
  .listing_relevance_box ul li a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 10px 0;
  }
  .relevence_mains .listing_relevance_box {
    display: block;
  }
  button.listing_feature_button_one {
    width: auto;
    display: inline-block;
    color: #000;
  }
  .listing_feature_main {
    width: 100%;
    float: left;
    position: relative;
  }
  .listing_feature_box {
    width: 100%;
    float: left;
    background-color: #ebebeb;
    border: 1px solid #949494;
    padding: 25px 20px;
    position: absolute;
    top: 20px;
    display: none;
  }
  .listing_feature_box h4 {
    font-size: 15px;
    font-weight: normal;
    color: #4a4a4a;
  }
  span.check_listing_box {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 20px 10px;
    border-bottom: 1px solid #aeaeae;
  }
  span.check_listing_box input {
    float: left;
    margin: 0 5px 0 0px;
    height: 15px;
    width: 15px;
  }
  span.check_listing_box h3 {
    font-weight: normal;
    font-size: 14px !important;
  }
  .listing_feature_box a {
    float: right;
    font-size: 12px;
    color: #000;
    background-color: #fdc120;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 10px;
  }
  .feature_mains .listing_feature_box {
    display: block;
  }
  .listing_neighbourhood_main {
    width: 100%;
    float: left;
    position: relative;
  }
  .listing_neighbourhood_box {
    width: 100%;
    float: left;
    background-color: #ebebeb;
    border: 1px solid #949494;
    padding: 25px 20px;
    position: absolute;
    top: 20px;
    display: none;
  }
  .listing_neighbourhood_box h4 {
    font-size: 15px;
    font-weight: normal;
    color: #4a4a4a;
  }
  ul.neighbourhood_ul_1 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
  }
  ul.neighbourhood_ul_1 li {
    display: block;
    padding: 15px 0;
  }
  .neighbourhood_ul_1 li span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 8px 0;
  }
  .neighbourhood_ul_1 li span:hover {
    text-decoration: underline;
  }
  .neighbourhood_ul_1 li span input {
    float: left;
    margin: 0 5px 0 0px;
    height: 15px;
    width: 15px;
  }
  .neighbourhood_apply {
    width: 100%;
    float: left;
    border-top: 1px solid #aeaeae;
    margin-top: 20px;
  }
  .neighbourhood_apply_1 {
    width: auto;
    float: left;
    margin-top: 20px;
  }
  .neighbourhood_apply_1 a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
  }
  .neighbourhood_apply_2 {
    float: right;
    margin-top: 20px;
  }
  .neighbourhood_apply_2 a {
    font-size: 14px;
    background-color: #fdc120;
    color: #000;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
  }
  .neighbourhood_mains .listing_neighbourhood_box {
    display: block;
  }
  .listing_language_main {
    width: 100%;
    float: left;
    position: relative;
  }
  .listing_language_box {
    width: 100%;
    float: left;
    background-color: #ebebeb;
    border: 1px solid #949494;
    padding: 25px 20px;
    position: absolute;
    top: 20px;
    display: none;
  }
  .listing_language_box h4 {
    font-size: 15px;
    font-weight: normal;
    color: #4a4a4a;
  }
  .language_mains .listing_language_box {
    display: block;
  }
  .tabcontent_listing_box_img {
    width: 20%;
    float: left;
  }
  .tabcontent_listing_img {
    width: 200px;
    height: 200px;
    border: 1px solid #000;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 43px;
  }
  .tabcontent_listing_img img {
    margin: auto;
    height: 200px;
  }
  .tabcontent_listing_box_text {
    width: 80%;
    float: left;
    margin-top: 36px;
  }
  .tabcontent_listing_box_text h2 {
    float: left;
    font-size: 18px;
  }
  .tabcontent_listing_box_text h2 a {
    color: #000;
  }
  .tabcontent_listing_box_text h2 span {
    font-size: 19px;
    background-color: #fdc120;
    width: 28px;
    text-align: center;
    padding: 4px 0;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
  }
  .tabcontent_listing_box_text h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #6a6a6a;
    padding-top: 10px;
  }
  .tabcontent_listing_box_text p {
    font-size: 15px;
    color: #6a6a6a;
    padding-top: 10px;
    display: inline-block;
    line-height: 24px;
  }
  .tabcontent_listing_box_text h5 {
    font-size: 15px;
    color: #545454;
    font-weight: normal;
    padding-top: 10px;
  }
  .tabcontent_listing_box_text h6 {
    font-size: 14px;
    max-width: 250px;
    float: left;
    padding-top: 10px;
    color: #545454;
    font-weight: normal;
  }
  span.listing_tabs_butt {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  span.listing_tabs_butt a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #fdc120;
    width: 140px;
    padding: 11px 0;
    text-align: center;
    border-radius: 4px;
  }
  .listing_right_box_box {
    width: 30%;
    float: left;
    margin-top: 183px;
  }
  .listing_right_box_box_2 {
    width: 30%;
    float: left;
    margin-top: 106px;
  }
  .listing_page_tabs_right {
    width: 100%;
    float: left;
    padding: 0 0 0 10px;
  }
  .listing_page_tabs_right_box {
    width: 100%;
    float: left;
    background-color: #fafafa;
    height: 200px;
  }
  .listing_page_tabs_right_img {
    width: 42%;
    float: left;
    background-color: red;
    overflow: hidden;
    height: 200px;
  }
  .listing_page_tabs_right_img img {
    max-width: 100%;
    height: 200px;
  }
  .listing_page_tabs_right_text {
    width: 58%;
    float: left;
    padding: 16px 10px;
  }
  .listing_page_tabs_right_text h3 {
    font-size: 17px;
    font-weight: normal;
    color: #494949;
  }
  .listing_page_tabs_right_text h4 {
    font-size: 14px;
    display: inline-block;
    padding-top: 10px;
    color: #5c5c5c;
    font-weight: normal;
  }
  .listing_page_tabs_right_text p {
    font-size: 13px;
    color: #787878;
    line-height: 18px;
    display: inline-block;
    padding-top: 10px;
  }
  .listing_page_tabs_right_text
  /* about us css start */
  
  h1.Aboutt_uss {
    margin-top: 40px;
  }
  #about_choose {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .about_choose_main {
    width: 100%;
    float: left;
  }
  .about_choose_main_box {
    width: 100%;
    float: left;
    background-color: #080e13;
    border-radius: 8px;
    padding: 40px 30px;
  }
  .about_choose_text {
    width: 60%;
    float: left;
  }
  .about_choose_text h3 {
    color: #fdc120;
    font-weight: normal;
  }
  .about_choose_text h1 {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    padding-top: 12px;
    font-weight: normal;
  }
  p.about_pp {
    width: auto;
    float: left;
  }
  p.about_pp {
    color: #fff;
    font-size: 16px;
    max-width: 600px;
    line-height: 25px;
    display: inline-block;
    padding-top: 12px;
  }
  .about_choose_text_box {
    width: 100%;
    float: left;
  }
  .about_choose_text_box_img {
    width: 13%;
    float: left;
  }
  .about_choose_text_box_img_img {
    width: 70px;
    height: 70px;
    float: left;
    background-color: #fdc120;
    border-radius: 50%;
    text-align: center;
    padding: 15px 0;
  }
  .about_choose_text_box img {
    width: 30px;
  }
  .about_choose_text_box_text {
    width: 87%;
    float: left;
  }
  .about_choose_text_box_text h3 {
    font-size: 17px;
  }
  .about_choose_text_box_text p {
    color: #fff;
    font-size: 15px;
    max-width: 480px;
    line-height: 20px;
    display: inline-block;
    padding-top: 5px;
  }
  .aboutt_img_text {
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .about_choose_images {
    width: 40%;
    float: left;
  }
  .about_choose_img {
    width: 100%;
    float: left;
    padding: 20px 20px;
    position: relative;
  }
  .about_choose_img_box {
    width: 100%;
    float: left;
    height: 424px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
  }
  .about_choose_img_opicity {
    width: 500px;
    height: 300px;
    background-color: #20374b;
    opacity: 0.4;
    position: absolute;
    float: left;
    top: 226px;
    transform: rotate(-45deg);
    right: -195px;
  }
  .about_choose_img_box img {
    width: 100%;
  }
  .about_choose_img:after {
    position: absolute;
    content: "";
    border-left: 3px solid #fdc120 !important;
    width: 120px !important;
    height: 120px;
    left: 0;
    top: 0px;
    border-top: 3px solid #fdc120;
    transition: 0.4s;
  }
  .about_choose_img:before {
    position: absolute;
    content: "";
    border-right: 3px solid #fdc120 !important;
    width: 120px !important;
    height: 120px;
    right: 0;
    top: 340px;
    border-bottom: 3px solid #fdc120;
    transition: 0.4s;
  }
  .about_choose_images:hover .about_choose_img:before {
    border-right: 3px solid #fdc120 !important;
    border-bottom: 3px solid #fdc120;
    top: 0;
    width: 99% !important;
    height: 99% !important;
  }
  .about_choose_images:hover .about_choose_img:after {
    border-top: 3px solid #fdc120;
    border-left: 3px solid #fdc120 !important;
    width: 99% !important;
    height: 99%;
  }
  #about_about {
    width: 100%;
    margin-top: 70px;
    float: left;
  }
  .about_about_main {
    width: 100%;
    float: left;
    background-color: #eeeff0;
  }
  .about_about_box {
    width: 100%;
    float: left;
    padding: 20px 30px;
  }
  .about_about_main_text {
    width: 60%;
    float: left;
    padding: 112px 0;
  }
  .about_about_main_text h3 {
    color: #fdc120;
    font-weight: normal;
  }
  .about_about_main_text h1 {
    color: #080e13;
    max-width: 400px;
    font-size: 30px;
    display: inline-block;
    padding-top: 12px;
    font-weight: normal;
  }
  .about_about_main_text p {
    color: #747474;
    font-size: 16px;
    max-width: 600px;
    line-height: 25px;
    display: inline-block;
    padding-top: 12px;
  }
  .about_choose_img_opicityy {
    width: 500px;
    height: 300px;
    background-color: #20374b;
    opacity: 0.4;
    position: absolute;
    float: left;
    top: 186px;
    transform: rotate(51deg);
    right: 124px;
  }
  #about_steps {
    width: 100%;
    float: left;
  }
  .about_steps_main {
    width: 100%;
    float: left;
    padding: 0px 0px 200px 0;
  }
  .about_steps_img {
    width: 100%;
    float: left;
    background: url(../images/steps_bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }
  .about_steps_text {
    width: 30%;
    float: left;
    margin-top: 100px;
  }
  .about_steps_text h3 {
    color: #fdc120;
    font-weight: normal;
  }
  .about_steps_text h1 {
    color: #080e13;
    max-width: 300px;
    font-size: 30px;
    display: inline-block;
    padding-top: 12px;
    font-weight: normal;
  }
  .about_steps_box {
    width: 70%;
    float: left;
  }
  .about_steps_box_2 {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 265px;
  }
  .about_steps_box_3 {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 368px;
  }
  .about_steps_box_1 {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 160px;
  }
  .about_steps_box_1_img {
    width: 110px;
    height: 110px;
    background-color: #fdc120;
    border-radius: 8px;
    text-align: center;
    transform: rotate(135deg);
    margin: auto;
  }
  .about_steps_box_1_img img {
    width: 100%;
    max-width: 40px;
    margin-top: 33px;
    margin-left: -8px;
    transform: rotate(225deg);
  }
  .about_steps_box_1 h4 {
    font-size: 19px;
    color: #080e13;
    display: inline-block;
    padding-top: 40px;
  }
  .about_steps_box_1 p {
    font-size: 16px;
    color: #747474;
    display: inline-block;
    line-height: 23px;
    padding-top: 10px;
  }
  .about_steps_box_3 h4 {
    font-size: 19px;
    color: #080e13;
    display: inline-block;
    padding-top: 40px;
  }
  .about_steps_box_3 p {
    font-size: 16px;
    color: #747474;
    display: inline-block;
    line-height: 23px;
    padding-top: 10px;
  }
  .about_steps_box_2 h4 {
    font-size: 19px;
    color: #080e13;
    display: inline-block;
    padding-top: 40px;
  }
  .about_steps_box_2 p {
    font-size: 16px;
    color: #747474;
    display: inline-block;
    line-height: 23px;
    padding-top: 10px;
  }
  
  /* contact css start */
  #contactUs {
    width: 100%;
    float: left;
  }
  .contactUs_main {
    width: 100%;
    float: left;
  }
  .contactUs_boxes {
    width: 100%;
    float: left;
    margin-top: 60px;
  }
  .contactUs_boxes_one {
    width: 50%;
    float: left;
    padding: 15px 20px;
  }
  .contactUs_boxes_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #a3a3a3;
    padding: 20px 30px;
    border-radius: 10px;
  }
  .contactUs_boxes_1 h1 {
    font-size: 25px;
    font-weight: normal;
    display: inline-block;
  }
  .contactUs_boxes_1 p {
    font-size: 16px;
    color: #747474;
    display: inline-block;
    max-width: 470px;
    line-height: 22px;
    padding-top: 10px;
  }
  .contactUs_boxes_1 a {
    color: #fff;
    background-color: #fdc120;
    font-size: 16px;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 15px;
  }
  .contactUs_boxes_1 a:hover {
    background-color: #20374b;
  }
  .contactUs_images {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .contactUs_img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #a3a3a3;
  }
  .contactUs_img img {
    width: 100%;
      /* height: 300px; */
    margin-top: 0px;
    transition: 0.4s;
  }
  .contactUs_img:hover img {
    transform: scale(1.1);
  }
  #contact_2 {
    width: 100%;
    float: left;
    padding: 0 0 70px 0
  
  }
  .contact_2_main {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .contact_2_fom_one {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .contact_2_fom_1 {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 2px solid #cfcfcf;
    padding: 20px 20px;
  }
  .contact_2_fom_1 h1 {
    font-size: 25px;
    font-weight: normal;
    color: #080e13;
    border-bottom: 1px solid #ddd;
  }
  .contact_2_fom_1 form {
    width: 100%;
    float: left;
  }
  .input_form_1 {
    width: 100%;
    margin-top: 3px;
  }
  .input_form_1 label {
    width: 100%;
    float: left;
    color: #6a6a6a;
    margin: 12px 0;
    font-size: 15px;
  }
  .input_form_1 input {
    width: 100%;
    float: left;
    padding: 15px 15px;
    border: none;
      /* box-shadow: 0 0 10px 0 #ddd; */
    background-color: #f2f1f1;
    border-radius: 4px;
  }
  .input_form_2 {
    widows: 100%;
    float: left;
    margin-top: 10px;
  }
  .input_form_2_1 {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  .input_form_2_1 label {
    width: 100%;
    float: left;
    color: #6a6a6a;
    margin: 12px 0;
    font-size: 15px;
  }
  .input_form_2_1 input {
    width: 100%;
    float: left;
    padding: 15px 15px;
    border: none;
      /* box-shadow: 0 0 10px 0 #ddd; */
    background-color: #f2f1f1;
    border-radius: 4px;
  }
  .input_form_2_2 {
    width: 50%;
    float: right;
    padding: 0 0 0 10px;
  }
  .input_form_2_2 label {
    width: 100%;
    float: left;
    color: #6a6a6a;
    margin: 12px 0;
    font-size: 15px;
  }
  .input_form_2_2 input {
    width: 100%;
    float: left;
    padding: 15px 15px;
    border: none;
      /* box-shadow: 0 0 10px 0 #ddd; */
    background-color: #f2f1f1;
    border-radius: 4px;
  }
  .input_form_2_1 select {
    width: 100%;
    float: left;
    padding: 15px 15px;
    border: none;
      /* box-shadow: 0 0 10px 0 #ddd; */
    background-color: #f2f1f1;
    border-radius: 4px;
    color: #6a6a6a;
  }
  
  /* .input_form_2_1 select option{
  
      width: 100%;
  
      float: left;
  
  } */
  .input_form_1 textarea {
    width: 100%;
    font-size: 15px;
    padding: 15px 15px;
    border: none;
      /* box-shadow: 0 0 10px 0 #ddd; */
    background-color: #f2f1f1;
    border-radius: 4px;
    color: #6a6a6a;
    float: left;
  }
  input.input_fom_sumit {
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 15px 15px;
    border: none;
      /* box-shadow: 0 0 10px 0 #ddd; */
    background-color: #fdc120;
    border-radius: 4px;
    color: #fff;
    float: left;
    margin-top: 20px;
    transition: 0.4s;
  }
  input.input_fom_sumit:hover {
    background-color: #20374b;
  }
  .contact_2_detail {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .contact_2_detail_main {
    width: 100%;
    float: left;
    text-align: left;
  }
  .contact_2_detail_main h1 {
    font-size: 25px;
    font-weight: bold;
    float: left;
    color: #080e13;
  }
  .contact_2_call {
    width: 100%;
    float: left;
    margin: 10px 0;
  }
  .contact_2_call_icon {
    width: 12%;
    float: left;
  }
  .contact_2_call_icon a {
    float: left;
    color: #fdc120;
    border: 2px solid #d0d0d0;
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    padding: 7px 0;
    border-radius: 2px;
  }
  .contact_2_call_text {
    width: 88%;
    float: left;
  }
  .contact_2_call_text h3 {
    font-size: 15px;
    font-weight: 700;
  }
  .contact_2_call_text p {
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 0;
  }
  .contact_2_detail_map {
    width: 100%;
    float: left;
    height: 399px;
    overflow: hidden;
    margin-top: 26px;
  }
  .contact_2_detail_map iframe {
    width: 100%;
    float: left;
    height: 399px;
  }
  h3.detain_banner_heading {
    color: #fff;
    font-size: 22px;
    margin: auto;
    line-height: 28px;
    max-width: 400px;
    font-weight: normal;
    margin-top: 50px;
  }
  
  /* detail css start */
  #detail {
    width: 100%;
    float: left;
  }
  .detail_main {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .detail_heading {
    width: 100%;
    float: left;
    text-align: center;
  }
  .detail_heading h1 {
    font-size: 30px;
    font-weight: normal;
    color: #20374b;
    display: inline-block;
  }
  .detail_box {
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .detail_box_one {
    width: 25%;
    float: left;
    margin: 20px 0;
  }
  .detail_box_1 {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .detail_box_1_img {
    width: 100%;
    float: left;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 40px 0 40px 0;
  }
  .detail_box_1_img img {
    max-width: 100%;
    transition: 0.4s;
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
  }
  .detail_box_1_number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0, 0.5);
    float: left;
    text-align: center;
    padding: 10px 0;
    margin-top: -315px;
    margin-left: -10px;
    position: relative;
    z-index: 99999;
  }
  .detail_box_1_number h2 {
    color: #000;
    background-color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: auto;
    padding: 14px 0;
  }
  .detail_box_1_butt {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -25px;
    position: relative;
    z-index: 999999;
  }
  .detail_box_1_butt a {
    color: #fff;
    background-color: #fdc120;
    padding: 15px 0;
    border-radius: 4px;
    width: 200px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    transition: 0.4s;
  }
  .detail_box_1_butt a:hover {
    background-color: #20374b;
    color: #fdc120;
  }
  .detail_box_1:hover .detail_box_1_img img {
    transform: scale(1.1);
  }
  .detail_views {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 70px 0;
  }
  .detail_views a {
    display: inline-block;
    background: #20374b;
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.4s;
    margin-top: 40px;
  }
  .detail_views a i {
    font-size: 18px;
    padding: 0 5px;
    display: inline-block;
  }
  .cat_image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  /* provider css start */
  #provider {
    width: 100%;
    float: left;
  }
  .provider_main {
    width: 100%;
    float: left;
    margin-top: 160px;
  }
  .provider_left {
    width: 50%;
    float: left;
    margin-top: 65px;
    text-align: center;
  }
  .provider_circule {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 20px solid #fdc120;
    overflow: hidden;
    margin: auto;
    transition: 0.4s;
  }
  .provider_circule:hover {
    border-radius: 10%;
  }
  .provider_circule:hover img {
    transform: scale(1.1);
  }
  .provider_circule img {
    max-width: 505px;
    transition: 0.4s;
  }
  .provider_right {
    width: 50%;
    float: left;
    padding: 0 0 0 30px;
  }
  .provider_right_box {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #9f9f9f;
    text-align: center;
    padding: 30px 0;
    position: relative;
  }
  .provider_right_box_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: auto;
    overflow: hidden;
    border: 2px solid #20374b;
  }
  .provider_right_box_img img {
    width: 100%;
  }
  .provider_right_box h2 {
    font-size: 23px;
    color: #080e13;
    margin-top: 20px;
  }
  .provider_right_box p {
    font-size: 18px;
    color: #747474;
    display: inline-block;
    padding-top: 10px;
  }
  span.photos_12 {
    width: 100%;
    float: left;
  }
  span.photos_12 a {
    color: #0294c4;
    display: inline-block;
    text-decoration: underline;
    padding: 10px 0;
  }
  span.provider_star {
    width: 100%;
    margin-top: 4px;
    float: left;
  }
  span.provider_star i {
    color: #fdc120;
    font-size: 18px;
  }
  ul.provider_medias {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  ul.provider_medias li {
    display: inline-block;
    margin: 0 5px;
  }
  ul.provider_medias li a {
    background-color: #3d8dd0;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 7px 0;
  }
  ul.provider_medias li:nth-child(2) a {
    background-color: #1aaade !important;
  }
  ul.provider_medias li:nth-child(3) a {
    background-color: #105fa4 !important;
  }
  ul.provider_medias li:nth-child(4) a {
    background-color: #ca1f25 !important;
  }
  ul.provider_medias li:nth-child(5) a {
    background-color: #f44938 !important;
  }
  ul.provider_medias li:nth-child(6) a {
    background-color: #384480 !important;
  }
  span.Provider_button {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  span.Provider_button a {
    font-size: 16px;
    color: #fff;
    background-color: #fdc120;
    display: inline-block;
    padding: 12px 0;
    border-radius: 2px;
    width: 150px;
    margin: 0 4px;
  }
  .provider_right_box:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    border-right: 3px solid #fdc120;
    border-top: 3px solid #fdc120;
    transition: 0.4s;
  }
  .provider_right_box:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 28px;
    top: 428px;
    left: 0;
    border-left: 3px solid #fdc120;
    border-bottom: 3px solid #fdc120;
    transition: 0.4s;
  }
  .provider_right:hover .provider_right_box:before {
    border-left: 3px solid #fdc120;
    border-bottom: 3px solid #fdc120;
    width: 99%;
    height: 100%;
    top: 0;
  }
  .provider_right:hover .provider_right_box:after {
    border-right: 3px solid #fdc120;
    border-top: 3px solid #fdc120;
    width: 99%;
    height: 100%;
    top: 0;
  }
  #provider_header_buttom {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .provider_header_buttom_main {
    width: 100%;
    background-color: #20374b;
    float: left;
    padding: 10px 0;
  }
  .provider_header_buttom_menu {
    width: 100%;
    float: left;
    text-align: center;
  }
  .provider_header_buttom_menu ul {
    display: inline-block;
    padding: 0;
  }
  .provider_header_buttom_menu ul li {
    display: inline-block;
  }
  .provider_header_buttom_menu ul li a {
    display: inline-block;
    color: #fff;
    margin: 0 100px;
    padding: 20px 0;
  }
  #provider_fom {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .provider_fom_main {
    width: 100%;
    float: left;
  }
  .provider_fom_left {
    width: 50%;
    float: left;
    padding: 0 30px;
  }
  .provider_fom_text {
    width: 100%;
    float: left;
  }
  .provider_fom_text_box {
    width: 100%;
    float: left;
    text-align: center;
    border: 2px solid #b0afaf;
    margin-top: 15px;
    padding: 0px 0px;
  }
  .provider_fom_text h1 {
    font-size: 27px;
    color: #20374b;
  }
  .provider_fom_text_box h4 {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    color: #6a6a6a;
  }
  .provider_fom_text_box h4 span {
    font-weight: bold;
  }
  .provider_fom_text_box p {
    font-size: 18px;
    line-height: 28px;
    max-width: 450px;
    margin: auto;
    display: inline-block;
    padding-top: 18px;
    color: #7d7d7d;
    text-align: justify;
  }
  .buyer-login-btn {
    float: right;
    color: #fff;
    background: #20374b;
    font-size: 14px;
    padding: 12px 13px;
    font-weight: bold;
    border-radius: 2px;
  }
  span.text_span_bol {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #747474;
    padding-top: 18px;
  }
  ul.services_media {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
  }
  ul.services_media li {
    display: inline-block;
    margin: 0 3px;
  }
  ul.services_media li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    transition: 0.4s;
  }
  ul.services_media li:nth-child(1) a {
    border: 2px solid #1aaade !important;
    color: #1aaade;
  }
  ul.services_media li:nth-child(2) a {
    border: 2px solid #105fa4 !important;
    color: #105fa4;
  }
  ul.services_media li:nth-child(3) a {
    border: 2px solid #105fa4 !important;
    color: #105fa4;
  }
  ul.services_media li:nth-child(4) a {
    border: 2px solid #ca1f25 !important;
    color: #ca1f25;
  }
  ul.services_media li a:hover {
    border-radius: 10px;
  }
  .provider_fom_right {
    width: 50%;
    float: left;
  }
  .provider_fom_fom {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #949494;
    border-radius: 10px;
    padding: 20px 0;
    margin-top: 16px;
  }
  .provider_fom_right h1 {
    font-size: 27px;
    color: #20374b;
  }
  form.Provider_right_form {
    width: 100%;
    float: left;
    padding: 0 30px;
  }
  form.Provider_right_form label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #7d7d7d;
    padding: 10px 0;
    margin-top: 5px;
  }
  form.Provider_right_form input {
    width: 100%;
    float: left;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    padding: 14px 15px;
  }
  form.Provider_right_form textarea {
    width: 100%;
    float: left;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    padding: 16px 15px;
    height: 140px;
  }
  input.Provider_submit {
    width: 100%;
    background-color: #fdc120;
    border: 2px solid #fdc120 !important;
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
    transition: 0.4s;
  }
  input.Provider_submit:hover {
    background: #20374b;
    border: 2px solid #20374b !important;
  }
  #provider_services {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .provider_services_main {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding: 50px 0;
  }
  .provider_services_heading {
    width: 100%;
    float: left;
    text-align: center;
  }
  .provider_services_heading h1 {
    font-size: 35px;
    color: #000;
  }
  .provider_services_boxes {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .provider_services_one {
    width: 25%;
    float: left;
    padding: 0 12px;
  }
  .provider_services_1 {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #20374b;
    padding: 20px 0;
    transition: 0.4s;
  }
  span.services_1_plus {
    font-size: 25px;
    color: #20374b;
    font-weight: bold;
    background-color: #e0eefc;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    padding: 11px 0;
    transition: 0.4s;
  }
  .provider_services_1:hover span.services_1_plus {
    background-color: #20374b;
    color: #fff;
  }
  .provider_services_1 h3 {
    font-size: 20px;
    color: #20374b;
    display: inline-block;
    padding-top: 25px;
    width: 100%;
  }
  span.services_1_offer {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
  }
  span.services_1_offer a {
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    background-color: #e0eefc;
    padding: 8px 27px;
    border-radius: 25px;
    transition: 0.4s;
  }
  .provider_services_1:hover span.services_1_offer a {
    background-color: #20374b;
    color: #fff;
  }
  h4.services_1_times {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fdc120;
    padding: 0 10px;
    margin-top: 25px;
    transition: 0.4s;
  }
  .provider_services_1:hover h4.services_1_times {
    color: #20374b;
  }
  h4.services_1_times span {
    padding: 0 5px;
    color: #949494;
    display: inline-block;
    transition: 0.4s;
  }
  .provider_services_1:hover h4.services_1_times span {
    color: #20374b;
  }
  span.services_1_shcedule {
    width: 100%;
    float: left;
  }
  span.services_1_shcedule a {
    color: #fff;
    background-color: #fdc120;
    font-size: 15px;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 4px;
    transition: 0.4s;
  }
  .provider_services_1:hover span.services_1_shcedule a {
    background-color: #20374b;
  }
  .provider_services_1:hover {
    background-color: #fdc120;
    border: 2px solid #fdc120;
    transform: scale(1.08);
  }
  #provider_contact {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .provider_contact_main {
    width: 100%;
    float: left;
  }
  .provider_contact_map_time {
    width: 100%;
    float: left;
  }
  .provider_contact_map {
    width: 40%;
    float: left;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
  }
  .provider_contact_map iframe {
    width: 100%;
    height: 100%;
  }
  .provider_contact_timing {
    width: 60%;
    float: left;
    padding: 0 0 0 55px;
  }
  .provider_contact_days {
    width: 25%;
    float: left;
    margin-top: -22px;
  }
  .provider_contact_days h3 {
    float: left;
    font-size: 16px;
    color: #20374b;
    font-weight: normal;
    width: 100%;
    padding: 18.9px 0;
  }
  .provider_contact_days h3 span {
    float: right;
    font-weight: bold;
    font-size: 15px;
  }
  .provider_contact_time {
    width: 75%;
    float: left;
    text-align: right;
    margin-top: -22px;
  }
  .provider_contact_time h4 {
    float: right;
    font-size: 16px;
    font-weight: normal;
    color: #20374b;
    width: 100%;
    padding: 18.9px 0;
  }
  .provider_contact_boxes {
    width: 100%;
    float: left;
    margin-top: 60px;
  }
  .provider_contact_one {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .provider_contact_1 {
    width: 100%;
    float: left;
    text-align: center;
    height: 160px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #d2d2d2;
    border-radius: 10px;
    padding: 40px 0;
    transition: 0.4s;
  }
  .provider_contact_1:hover {
    background-color: #fdc120;
      /* box-shadow: none; */
      /* border-radius: 0; */
  }
  .provider_contact_1:hover h3 {
    color: #ffff;
  }
  .provider_contact_1:hover p {
    color: #fff;
  }
  .provider_contact_1 h3 {
    font-size: 19px;
    color: #20374b;
    display: inline-block;
    transition: 0.4s;
  }
  .provider_contact_1 p {
    font-size: 15px;
    color: #777777;
    max-width: 250px;
    margin: auto;
    padding-top: 10px;
    transition: 0.4s;
  }
  #provider_video {
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 0 0 70px 0
  
  }
  .provider_video_main {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding: 60px 0 80px 0;
  }
  .provider_video_heading {
    width: 100%;
    float: left;
    text-align: center;
  }
  .provider_video_heading h1 {
    font-size: 35px;
    color: #20374b;
  }
  .provider_video_slider {
    width: 100%;
    float: left;
    padding: 0 70px;
    margin-top: 40px;
  }
  .provider_video_video {
    width: 100%;
    float: left;
  }
  .provider_video_one {
    width: 25%;
    float: left;
    padding: 0 20px;
  }
  .provider_video_1 {
    width: 100%;
    float: left;
    height: 250px;
  }
  .provider_video_1 iframe {
    width: 100%;
    height: 100%;
  }
  .provider_video_main .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .provider_video_main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #20374b;
    border-radius: 50%;
  }
  .provider_video_main li.slick-active {
    background-color: #fdc120;
  }
  .provider_video_main .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  #User_login {
    width: 100%;
    float: left;
  }
  .User_login_main {
    width: 100%;
    float: left;
    background-color: #e7effc;
    padding: 80px 0;
  }
  .user_login_remove_crox {
    width: auto;
    float: right;
  }
  .user_login_remove_crox a {
    font-size: 25px;
    color: #20374b;
  }
  .User_login_main_box {
    width: 100%;
    float: left;
    padding: 0 40px;
    margin-top: 62px;
  }
  .User_login_user_fom {
    width: 50%;
    float: left;
    margin-top: 170px;
  }
  .User_login_form {
    width: 100%;
    float: left;
    padding: 0 30px;
  }
  .User_login_form h1 {
    font-size: 25px;
    color: #20374b;
    font-weight: bold;
  }
  form.User_login_input_form {
    width: 100%;
    float: left;
    background-color: #d4e3fa;
    padding: 40px 40px;
    text-align: center;
    border-radius: 10px;
  }
  span.user_login {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
  }
  span.user_login i {
    font-size: 50px;
    color: #20374b;
  }
  .User_login_input_form input {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 16px 20px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #cacaca;
    border: none;
    font-weight: bold;
  }
  .switch {
    position: relative;
    width: 40px;
    height: 12px;
    float: left;
    margin-top: 4px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 1.1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  input:checked+.slider {
    background-color: #20374b;
  }
  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  .taggle_button {
    width: 100%;
    float: left;
  }
  .taggle_button h3 {
    display: inline;
    font-size: 14px;
    padding-right: 230px;
  }
  .forget_password {
    width: auto;
    float: right;
    text-align: right;
    margin-top: -18px;
  }
  .forget_password a {
    color: #2196F3;
    display: inline-block;
    font-size: 14px;
  }
  .user_login_butt {
    width: 100%;
    float: left;
  }
  .user_login_butt a {
    width: 100%;
    float: left;
    background-color: #fdc120;
    font-size: 18px;
    color: #fff;
    padding: 16px 0;
    border-radius: 5px;
    margin-top: 25px;
    box-shadow: 0 0 10px 0 #cacaca;
  }
  .user_login_with {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .user_login_with a {
    font-size: 16px;
    color: #747474;
  }
  .user_login_media {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .user_login_media a {
    display: inline-block;
    width: 150px;
    padding: 4px 0;
    border-radius: 5px;
    text-align: center;
    margin: 0 3px;
  }
  .user_login_media a:nth-child(1) {
    border: 2px solid #105fa4 !important;
    color: #105fa4;
  }
  .user_login_media a:nth-child(1) i {
    background-color: #105fa4;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 5px 0;
    border-radius: 50%;
  }
  .user_login_media a:nth-child(2) {
    border: 2px solid #ed1c24 !important;
    color: #ed1c24;
  }
  .user_login_media a:nth-child(2) i {
    background-color: #ed1c24;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 5px 0;
    border-radius: 50%;
  }
  span.user_login_sign {
    width: 100%;
    float: left;
    margin-top: 30px;
    font-size: 15px;
    color: #777777;
  }
  span.user_login_sign a {
    color: #048ec0;
  }
  .user_login_hello {
    width: 50%;
    float: left;
    margin-top: 310px;
  }
  .user_login_hello_box {
    width: 100%;
    float: left;
  }
  .user_login_hello_text {
    width: 100%;
    float: left;
    text-align: center;
  }
  .user_login_hello_text h1 {
    font-size: 25px;
    color: #20374b;
  }
  .user_login_hello_text p {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-top: 12px;
  }
  span.user_ragister_button {
    width: 100%;
    float: left;
  }
  span.user_ragister_button a {
    background-color: #fdc120;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 12px 60px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .user_login_remove_back {
    width: 100%;
    float: left;
    padding: 0px 0px 40px 0px;
  }
  .user_login_remove_back a {
    display: inline-block;
    font-size: 25px;
    color: #20374b;
  }
  .user_register_right {
    width: 50%;
    float: left;
    padding: 0 30px;
  }
  form.user_register_fom {
    width: 100%;
    float: left;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #d4e3fa;
  }
  form.user_register_fom h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0px;
  }
  form.user_register_fom label {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 8px 0;
    color: #20374b;
  }
  form.user_register_fom input {
    width: 100%;
    float: left;
    border: none;
    padding: 16px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #cacaca;
    margin: 8px 0;
  }
  form.user_register_fom textarea {
    width: 100%;
    float: left;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #cacaca;
  }
  form.user_register_fom select {
    width: 100%;
    float: left;
    padding: 16px 15px;
    border: none;
    margin: 8px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #cacaca;
  }
  input.register_submit {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #fdc120;
    box-shadow: 0 0 10px 0 #cacaca;
    float: left;
  }
  
  /* dashboard page start css */
  #dashboard_page {
    width: 100%;
    float: left;
  }
  .dashboard_page_main {
    width: 100%;
    float: left;
    position: relative;
  }
  .dashboard_page_tabs_main {
    width: 22%;
    height: 87%;
    float: left;
    position: fixed;
    left: 0;
    right: 0;
    top: 83px;
    transition: 0.4s;
    overflow-x: overlay;
  }
  .dashboard_page_tabs {
    width: 100%;
    float: left;
  }
  .tab_main_tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
  }
  
  /* Style the buttons inside the tab */
  .tab_main_tab button {
    display: block;
    background-color: inherit;
    color: #20374b;
    padding: 0;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  .tablinks {
    color: #000;
  }
  button.tablinks i {
    font-size: 20px;
    padding: 0 10px 0 0;
  }
  .listing_feature_button_two {
    color: #000;
  }
  .listing_feature_button_three {
    color: #000;
  }
  
  /* Change background color of buttons on hover */
  .tab_main_tab button:hover {
    background-color: transparent;
  }
  
  /* Create an active/current "tab button" class */
  .dashboard_box_open {
    width: 100%;
    float: left;
  }
  .dashboard_page_right_box {
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 0 0 20px 0;
  }
  
  /* Style the tab content */
  .tabcontent_dashboard {
    float: right;
    padding: 0px 25px;
    width: 78%;
    border-left: none;
    margin-top: 13px;
    transition: 0.4s;
  }
  button.dashboard_tab_account {
    width: 100%;
    background-color: #fff !important;
    text-align: center;
    padding: 28px 0;
  }
  .dashboard_tab_content {
    width: 100%;
    float: left;
  }
  .dashboard_tab_content_menu {
    width: 100%;
    float: left;
    border: 2px solid #cccc;
    border-radius: 6px;
    padding: 18px 15px;
    text-align: center;
    margin-top: 65px;
    background-color: #f8f8f8;
  }
  .profile_contents {
    margin-top: 135px;
  }
  button.dashboard_menu {
    background-color: #20374b;
    border: none;
    color: #fff;
    font-size: 15px;
    width: 200px;
    text-align: left;
    padding: 12px 10px;
    border-radius: 4px;
    float: left;
    margin: 5px 0;
  }
  .dashboard_menu span {
    float: right;
    font-size: 17px;
  }
  button.dashboard_extended {
    font-size: 15px;
    background-color: transparent !important;
    border: none;
    color: #4c4c4c;
      /* margin-left: -100px; */
    margin: auto;
    padding: 18px 0;
  }
  button.dashboard_name {
    width: 250px;
    float: right;
    border: none;
    background-color: transparent;
    padding: 0 0 0 30px;
  }
  .dashboard_name_img {
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
  }
  .dashboard_name_img img {
    width: 100%;
  }
  .dashboard_name_text {
    width: auto;
    float: left;
    text-align: left;
    padding: 10px 15px;
    color: #5a5a5a;
  }
  .dashboard_name_text h4 {
    font-size: 15px;
    max-width: 100px;
    border-right: 1px solid #a2a2a2;
  }
  .dashboard_name_text span {
    font-size: 14px;
    font-weight: normal;
  }
  .dashboard_name_text_icon {
    float: right;
    width: auto;
    padding: 16px 0;
  }
  .dashboard_name_text_icon a {
    font-size: 20px;
    color: #000;
  }
  .dashboard_3_box {
    width: 100%;
    float: left;
    border: 2px solid #cccc;
    padding: 30px 0px 45px 0;
    border-radius: 2px;
    margin-top: 70px;
  }
  .dashboard_3_1 {
    width: 33.33%;
    float: left;
    padding: 0 25px;
  }
  .dashboard_3_box_one {
    width: 100%;
    float: left;
    border-radius: 8px;
    padding: 45px 25px;
    background-color: rgb(111, 32, 255);
  }
  .dashboard_3_1:nth-child(2) .dashboard_3_box_one {
    background-color: rgb(223, 59, 31);
  }
  .dashboard_3_1:nth-child(3) .dashboard_3_box_one {
    background-color: rgb(56, 129, 198);
  }
  .dashboard_3_box_one h1 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    float: left;
    width: 100%;
  }
  .dashboard_3_box_one img {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .dashboard_3_box_one_img img {
    width: 60px;
    float: left;
  }
  .dashboard_3_box_one h2 {
    width: 100%;
    color: #fff;
    float: left;
    margin-top: 30px;
    font-size: 25px;
  }
  .dashboard_3_box_one h3 {
    font-size: 18px;
    width: 100%;
    float: left;
    font-weight: normal;
    color: #fff;
    padding-top: 30px;
  }
  .dashboard_notification_box {
    width: 100%;
    float: left;
    background-color: #fff;
    border: 2px solid #cccc;
    padding: 30px 20px;
    margin-top: 40px;
    border-radius: 2px;
  }
  .dashboard_notification_box h1 {
    font-size: 25px;
    color: #20374b;
  }
  .dashboard_notification_box_box {
    width: 100%;
    float: left;
    border: 1px solid #cccc;
    padding: 10px 0px;
    margin-top: 30px;
  }
  .notification_das_img {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cccc;
    padding: 10px 15px;
  }
  .notification_das_img_box {
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    overflow: hidden;
    float: left;
  }
  .notification_das_img_box img {
    width: 100%;
  }
  .notification_das_img h2 {
    font-size: 16px;
    color: #20374b;
    padding: 8px 14px;
    display: inline-block;
  }
  .notification_das_img h2 span {
    font-size: 14px;
    color: #fdc120;
    font-weight: normal;
  }
  .notification_das_img p {
    float: right;
    font-size: 14px;
    color: #646464;
  }
  .notification_view_butt {
    width: 100%;
    float: left;
    text-align: center;
  }
  .notification_view_butt a {
    width: 100%;
    float: left;
    background-color: #003471;
    color: #fff;
    font-size: 16px;
    padding: 14px 0;
    border-radius: 4px;
    margin-top: 20px;
  }
  .dashboard_booking {
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .notification_booking_left {
    width: 70%;
    float: left;
    padding: 0 30px 0 0;
  }
  .notification_booking_left_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .dashboard_booking_right {
    width: 30%;
    float: right;
  }
  .dashboard_booking_right_box {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    border-radius: 2px;
    padding: 30px 20px;
  }
  .dashboard_booking_right_box h1 {
    font-size: 25px;
    display: inline-block;
    color: #20374b;
    width: 100%;
  }
  .dashboard_booking_right_box h1 i {
    color: #fdc120;
  }
  .booking_images_circule {
    margin-top: 0px;
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .dashboard_booking_tick {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 0;
  }
  .dashboard_booking_tick img {
    margin: auto;
  }
  .dashboard_booking_right_box span {
    font-size: 13px;
    color: #777777;
    padding-left: 12px;
  }
  .booking_line {
    width: 78%;
    float: right;
    border-radius: 10px;
    height: 4px;
    background-color: #ccc;
    margin-top: 10px;
  }
  .booking_line_2 {
    background-color: #28a745;
    width: 40%;
    float: left;
    border-radius: 10px;
    height: 4px;
  }
  
  /* .booking_images_circule:nth-child(1) .booking_line_2{
  
      background-color: #28a745;
  
  } */
  .booking_images_circule:nth-child(2) .booking_line_2 {
    background-color: #ffb600;
    width: 80%;
  }
  .booking_images_circule:nth-child(3) .booking_line_2 {
    background-color: #cb0a1c;
    width: 50%;
  }
  .booking_images_numbers {
    width: 100%;
    margin-top: 10px;
    float: left;
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
  }
  .booking_images_numbers span {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 15px;
  }
  .booking_images_numbers span sub {
    font-size: 14px;
    color: #20374b;
    font-weight: bold;
  }
  .booking_all_buttons {
    width: 100%;
    float: left;
  }
  .booking_all_buttons ul {
    padding: 0;
    margin: 0;
  }
  .booking_all_buttons ul li {
    display: inline-block;
  }
  .booking_all_buttons ul li a {
    font-size: 15px;
    color: #20374b;
    background-color: #e7e7e7;
  }
  .dashboard_edit {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .dashboard_edit h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .profile_about {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
      /* padding: 30px 20px; */
    margin-top: 40px;
  }
  .profile_about h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1.4px solid #ccc;
    padding: 30px 20px;
  }
  .profile_about_top {
    width: 100%;
    float: left;
    padding: 30px 20px;
  }
  .profile_about_profile {
    width: 50%;
    float: left;
  }
  .profile_prfile_box {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .profile_prfile_box_img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    float: left;
    background: url(../images/profile_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(0, 0, 0, 0.6);
    text-align: center;
    padding: 15px 0;
  }
  .profile_prfile_box_img_2 {
    width: 200px;
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    background: url(../images/dev_img.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    border: 2px solid #fff;
    text-align: center;
  }
  .profile_prfile_box_img_camera {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffb600;
    color: #fff;
    padding: 10px 0;
    margin-top: 150px;
  }
  .profile_prfile_box_text {
    width: 100%;
    float: left;
    padding: 40px 20px;
  }
  .profile_prfile_box_text h2 {
    font-size: 20px;
  }
  .profile_prfile_box_text h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
  }
  .profile_prfile_box_text h3 span {
    color: #6a6a6a;
  }
  .profile_about_form {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
  }
  .profile_about_input_left {
    width: 48%;
    float: left;
  }
  .profile_about_input_left label {
    width: 100%;
    float: left;
    padding: 8px 0;
    font-size: 14px;
    color: #5c5c5c;
  }
  .profile_about_input_left input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 10px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_about_input_right {
    width: 48%;
    float: right;
  }
  .profile_about_input_right label {
    width: 100%;
    float: left;
    padding: 8px 0;
    font-size: 14px;
    color: #5c5c5c;
  }
  .profile_about_input_right input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 10px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_about_input_right_2 label {
    width: 100%;
    float: left;
    padding: 8px 0;
    font-size: 14px;
    color: #5c5c5c;
  }
  .profile_about_input_right_2 input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 10px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_about_input_right_2 textarea {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 10px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
    height: 150px;
  }
  input.prfile_gendar {
    margin-top: 15px;
    border-radius: 30px;
  }
  input.prfile_gendarr {
    border-radius: 30px !important;
    position: relative;
    padding: 13px 50px;
  }
  .check_input_reraltive {
    width: 100%;
    position: relative;
    float: left;
  }
  input.gendar_checkbox {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 17px;
    left: 30px;
  }
  .check_input_reraltivee {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 17px;
  }
  input.gendar_checkboxx {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 17px;
    left: 30px;
  }
  .profile_contact_main {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
      /* padding: 30px 20px; */
    margin-top: 40px;
  }
  .profile_contact_main h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1.4px solid #ccc;
    padding: 30px 20px;
  }
  .profile_contact {
    width: 100%;
    float: left;
    padding: 40px 20px;
  }
  .profile_contact_left {
    width: 50%;
    float: left;
    padding: 0 15px 0px 0px;
  }
  .profile_contact_left label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 8px 0;
  }
  .profile_contact_left input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_contact_right {
    width: 50%;
    float: left;
    padding: 0px 0px 0px 15px;
  }
  .profile_contact_right label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 8px 0;
  }
  .profile_contact_right input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_contact_maps {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
      /* padding: 30px 20px; */
    margin-top: 40px;
  }
  .profile_contact_maps h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1.4px solid #ccc;
    padding: 30px 20px;
  }
  .profile_maps {
    width: 100%;
    float: left;
    padding: 40px 20px;
  }
  .profile_maps_map h4 {
    font-size: 14px;
    font-weight: normal;
    color: #7d7d7d;
  }
  .profile_maps_map iframe {
    width: 100%;
    height: 400px;
    margin-top: 10px;
  }
  .profile_contact_maps_fom {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .profile_map_fom_left {
    width: 50%;
    float: left;
    padding: 0 15px 0px 0px;
  }
  .profile_map_fom_left label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 8px 0;
  }
  .profile_map_fom_left input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_map_fom_right textarea {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_map_fom_right {
    width: 50%;
    float: left;
    padding: 0 0 0px 15px;
  }
  .profile_map_fom_right label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 8px 0;
  }
  .profile_map_fom_right input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .profile_radius {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
      /* padding: 30px 20px; */
    margin-top: 40px;
  }
  .profile_radius h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1.4px solid #ccc;
    padding: 30px 20px;
  }
  .profile_radius_box {
    width: 100%;
    float: left;
    padding: 60px 20px;
  }
  .profile_radius_box h4 {
    font-size: 14px;
    color: #747474;
    font-weight: normal;
  }
  .profile_radius_box input {
    width: 35%;
    float: left;
    margin-top: 10px;
  }
  .profile_services_at {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
      /* padding: 30px 20px; */
    margin-top: 40px;
  }
  .profile_services_at h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1.4px solid #ccc;
    padding: 30px 20px;
  }
  .profile_services_at_box {
    width: 100%;
    float: left;
    padding: 30px 20px;
  }
  .profile_service_radio input {
    width: 5%;
    margin: 5px;
    float: left;
  }
  .profile_service_radio {
    width: 47%;
    float: left;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 13px 30px;
    margin: 10px 13px;
  }
  .profile_service_radio label {
    font-size: 14px;
    color: #545454;
    padding: 0px 0;
    margin: 0;
  }
  .profile_services_fom_box {
    width: 100%;
    float: left;
    padding: 20px 30px;
  }
  .profile_contact_maps_fom p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 10px 0;
  }
  .pro_category_text {
    width: 100%;
    float: left;
  }
  .pro_category_text h4 {
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 10px 0;
  }
  .pro_category_text span {
    width: 100%;
    float: left;
    background-color: #cdebfd;
    font-size: 14px;
    color: #545454;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .pro_category_text h3 {
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #545454;
    padding-top: 25px;
  }
  .pro_category_textt input {
    width: 2%;
    float: left;
    margin-top: 6px;
  }
  .pro_category_textt {
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: px 0px;
    margin: 10px 0;
  }
  .pro_category_textt label {
    font-size: 14px;
    color: #545454;
    display: inline-block;
    padding: 0 5px;
  }
  .pro_category_text p {
    float: left;
    font-size: 14px;
    color: #545454;
    padding: 15px 0;
    margin-top: 10px;
  }
  .pro_category_dot_box {
    width: 100%;
    float: left;
    border: 2px dashed #494949;
    padding: 50px 0;
    text-align: center;
  }
  button {
    background-color: #ffb600;
      /* Green */
    border: none;
    color: white;
    padding: 15px 72px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
  }
  .pro_vdo_profil {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
  }
  .pro_vdo_profil input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background-color: #fafafa;
  }
  .pro_vdo_profil a {
    float: right;
    color: #000;
    background-color: #ffb600;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 15px 20px;
    border-radius: 0 5px 5px 0px;
    font-size: 14px;
  }
  .booking_heading {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .booking_heading h1 {
    font-size: 25px;
    color: #20374b;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .mybooking_box {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
      /* padding: 30px 20px; */
    margin-top: 40px;
    padding: 30px 30px;
  }
  .mybooking_box button {
    float: right;
    background-color: #ffb600;
    border: none;
    padding: 11px 30px;
  }
  .mybooking_box button:hover {
    background-color: #ffb600;
  }
  .booking_past {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .booking_past h3 {
    font-size: 15px;
    float: left;
  }
  .booking_past h3 span {
    color: #777777;
  }
  .booking_past_1 {
    width: 100%;
    float: left;
    height: 3px;
    background-color: #ccc;
  }
  .booking_past_2 {
    width: 15%;
    float: left;
    background-color: #080e13;
    height: 3px;
  }
  .booking_buttons_2 {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .booking_buttons_2 span {
    font-size: 14px;
    color: #777777;
    float: left;
  }
  .booking_buttons_2 label {
    font-size: 14px;
    color: #777777;
  }
  .booking_buttons_2 select {
    padding: 10px 15px;
    background-color: #f7fafc;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .booking_buttons_2 form {
    float: left;
  }
  .booking_search {
    width: auto;
    float: right;
  }
  .booking_search input {
    padding: 10px 15px;
    background-color: #f7fafc;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .booking_boxes {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
  }
  .booking_boxes_one {
    width: 10%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 10px 10px;
  }
  .booking_boxes_one .fa-trash-o {
    width: auto;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #e70808;
    padding: 10px;
    border-radius: 5px;
  }
  .booking_boxes_one .fa-long-arrow-up {
    color: #6a6a6a;
  }
  .booking_boxes_two {
    width: 45%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 15px;
  }
  .booking_boxes_two h3 {
    float: left;
    margin-top: 5px;
  }
  .booking_boxes_two .fa-long-arrow-up {
    float: right;
    margin-top: 7px;
  }
  .booking_boxes_three {
    width: 25%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 15px;
  }
  .booking_boxes_three h3 {
    float: left;
    margin-top: 5px;
  }
  .booking_boxes_three .fa-long-arrow-up {
    float: right;
    margin-top: 7px;
  }
  .booking_boxes_four {
    width: 20%;
    float: left;
    padding: 15px;
  }
  .booking_boxes_four h3 {
    float: left;
    margin-top: 5px;
  }
  .booking_boxes_four .fa-long-arrow-up {
    float: right;
    margin-top: 7px;
  }
  .bokking_texts_boxes {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
  }
  .bokking_texts_boxes_1 {
    width: 10%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 15px 10px;
    height: 301px;
  }
  .bokking_texts_boxes_1 input {
    float: left;
  }
  .bokking_texts_boxes_2 {
    width: 45%;
    float: left;
    padding: 13px;
    border-right: 1px solid #ccc;
  }
  .bokking_texts_boxes_2 h3 {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    display: inline-block;
  }
  button.bokking_butt_1 {
    padding: 4px 10px;
    background-color: #105fa4;
    margin: 0 20px;
    border-radius: 20px;
  }
  button.bokking_butt_2 {
    padding: 2px 10px;
    background-color: #ffb600;
    margin: 0 20px;
    border-radius: 20px;
  }
  .bokking_texts_boxes_2 h2 {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 6px 0;
  }
  .bokking_texts_boxes_2 h2 i {
    font-size: 18px;
  }
  .bokking_texts_boxes_2 h2 span {
    color: #727272;
  }
  .bokking_texts_boxes_2 a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    background-color: #ffb600;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .bokking_texts_boxes_3 {
    width: 25%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 14px;
    height: 301px;
  }
  .bokking_texts_boxes_3 h2 {
    width: 100%;
    font-size: 25px;
    float: left;
  }
  .bokking_texts_boxes_3 h2 span {
    font-size: 11px;
    background-color: #ffb600;
    padding: 3px 20px;
    color: #fff;
    border-radius: 10px;
  }
  .bokking_texts_boxes_4 {
    width: 20%;
    float: left;
    padding: 15px;
  }
  .bokking_texts_boxes_4 span {
    float: left;
    margin: 0 5px;
    background-color: #ffb600;
    padding: 5px;
    border-radius: 5px;
  }
  .booking_bottom_text {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .booking_bottom_text h4 {
    font-size: 14px;
    font-weight: normal;
    color: #6a6a6a;
    float: left;
  }
  .booking_bottom_text_box {
    width: 20%;
    float: right;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .booking_bottom_text_box h3 {
    float: left;
    margin: 0;
  }
  .booking_bottom_text_box span {
    font-size: 15px;
    color: #545454;
    padding: 0 7px;
  }
  .booking_bottom_text_box span:nth-child(2) {
    background-color: #20374b;
    color: #fff;
    padding: 11px 13px;
  }
  .modal.show .modal-dialog {
    transform: none;
    margin-top: 175px;
  }
  .dash_messanger_box_main {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    padding: 30px;
    background-color: #fff;
    margin-top: 40px;
  }
  .messanger_box {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .messanger_box_one {
    width: 40%;
    float: left;
  }
  .messanger_box_1 {
    width: 100%;
    float: left;
    border-right: 1px solid #ccc;
  }
  .messanger_box_1_search {
    width: 100%;
    float: left;
    background-color: #f7fafc;
    padding: 6px 10px;
    position: relative;
  }
  .messanger_box_1_search input {
    width: 100%;
    background: none;
    border: navajowhite;
    font-size: 14px;
    padding: 7px 0;
  }
  .messanger_box_1_search a {
    float: right;
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 17px;
    color: #9d9d9d;
  }
  .messanger_box_1_recent {
    width: 100%;
    float: left;
  }
  .messanger_box_1_recent select {
    width: 100%;
    font-size: 15px;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
    padding: 14px 6px;
  }
  .messanger_box_1_chat {
    width: 100%;
    float: left;
    overflow: auto;
    height: 58vh;
  }
  .messanger_box_1_chat_1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 10px 0px;
    background-color: #fff;
    transition: 0.4s;
  }
  .messanger_box_1_chat_1_img {
    width: 20%;
    float: left;
    text-align: center;
  }
  .messanger_box_1_chat_1_imggg {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: red;
    overflow: hidden;
  }
  .messanger_box_1_chat_1_imggg img {
    width: 100%;
  }
  .messanger_box_1_chat_1_text {
    width: 80%;
    float: left;
    padding: 0 6px;
  }
  .messanger_box_1_chat_1_text h2 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    transition: 0.4s;
  }
  .messanger_box_1_chat_1:hover .messanger_box_1_chat_1_text p {
    color: #fff;
  }
  .messanger_box_1_chat_1:hover .messanger_box_1_chat_1_text h2 {
    color: #fff;
  }
  .messanger_box_1_chat_1:hover .messanger_box_1_chat_1_text h2 span {
    color: #fff;
  }
  .messanger_box_1_chat_1_text h2 span {
    font-size: 12px;
    float: right;
    color: #727272;
    padding: 0;
    transition: 0.4s;
  }
  .messanger_box_1_chat_1_text p {
    font-size: 12px;
    float: left;
    color: #727272;
    transition: 0.4s;
  }
  .messanger_box_1_chat_1:hover {
    background-color: #ffb600;
  }
  .messanger_box_two {
    width: 60%;
    float: left;
  }
  .messanger_box_2 {
    width: 100%;
    float: left;
  }
  .messanger_box_2_heading {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 12px 20px;
  }
  .messanger_box_2_heading h2 {
    font-size: 18px;
    color: #20374b;
    float: left;
    line-height: 26px;
    font-weight: bold;
  }
  .messanger_box_2_heading h2 span {
    color: #727272;
    font-size: 14px;
    font-weight: normal;
  }
  .messanger_box_2_message {
    width: 100%;
    float: left;
    padding: 30px 35px 20px 25px;
    height: 49vh;
    overflow: auto;
  }
  .messanger_box_1_box {
    width: 100%;
    float: left;
    padding: 20px 0;
  }
  .messanger_box_2_message_img_img {
    width: 20%;
    float: left;
    text-align: center;
  }
  .messanger_box_2_message_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    overflow: hidden;
    margin: 0 20px;
  }
  .messanger_box_2_message_img img {
    width: 100%;
  }
  .messanger_box_2_message_text {
    width: 80%;
    float: right;
    background-color: #eafdfa;
    border-radius: 10px;
    padding: 30px 25px;
  }
  .messanger_box_2_message_text p {
    color: #727272;
    font-size: 15px;
    font-weight: normal;
    float: left;
    line-height: 28px;
    margin-top: 27px;
  }
  .messanger_box_2_type {
    width: 100%;
    float: left;
    position: relative;
  }
  .messanger_box_2_type input {
    float: left;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: none;
    padding: 22px 15px;
    font-size: 14px;
    background: #f7fafc;
  }
  .messanger_box_2_type a {
    position: absolute;
    top: 20px;
    right: 17px;
    font-size: 17px;
    color: #949494;
  }
  .messanger_box_2_message .messanger_box_1_box:nth-child(2) .messanger_box_2_message_text {
    background-color: #f3f3f3;
  }
  .messanger_box_2_message .messanger_box_1_box:nth-child(4) .messanger_box_2_message_text {
    background-color: #f3f3f3;
  }
  ::-webkit-scrollbar {
    width: 5px;
    background: #ccc !important;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ccc !important;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  .dash_hours {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    padding: 0 30px 50px 30px;
    background-color: #fff;
    margin-top: 40px;
  }
  .dash_hours_box {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
  }
  .dash_hours form {
    width: 100%;
    float: left;
  }
  .dash_hours_box_1 {
    width: 25%;
    float: left;
    padding: 0 20px 0 0px;
  }
  .dash_hours_box_1_day {
    width: auto;
    float: left;
  }
  .dash_hours_box_1_day h4 {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #20374b;
    padding: 0;
  }
  .dash_hours_box_1_on {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .dash_hours_box_2 {
    width: 35%;
    float: left;
    padding: 0 15px;
  }
  .dash_hours_box_2 label {
    font-size: 14px;
    color: #777777;
    float: left;
  }
  .dash_hours_box_2 select {
    width: 100%;
    float: left;
    color: #4d4d4d;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
  }
  .on_off_class .dash_hours_box_1_on span {
    left: 4px;
  }
  .on_off_class .dash_hours_box_1_on h5 {
    display: none;
  }
  .on_off_class .dash_hours_box_1_on h6 {
    display: block;
  }
  .on_off_class .dash_hours_box_1_on {
    background-color: green;
  }
  .dash_hours_box_1_on_2 {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on_2 h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on_2 span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on_2 h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .on_off_class_2 .dash_hours_box_1_on_2 span {
    left: 4px;
  }
  .on_off_class_2 .dash_hours_box_1_on_2 h5 {
    display: none;
  }
  .on_off_class_2 .dash_hours_box_1_on_2 h6 {
    display: block;
  }
  .on_off_class_2 .dash_hours_box_1_on_2 {
    background-color: green;
  }
  .dash_hours_box_1_on_3 {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on_3 h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on_3 span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on_3 h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .on_off_class_3 .dash_hours_box_1_on_3 span {
    left: 4px;
  }
  .on_off_class_3 .dash_hours_box_1_on_3 h5 {
    display: none;
  }
  .on_off_class_3 .dash_hours_box_1_on_3 h6 {
    display: block;
  }
  .on_off_class_3 .dash_hours_box_1_on_3 {
    background-color: green;
  }
  .dash_hours_box_1_on_4 {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on_4 h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on_4 span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on_4 h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .on_off_class_4 .dash_hours_box_1_on_4 span {
    left: 4px;
  }
  .on_off_class_4 .dash_hours_box_1_on_4 h5 {
    display: none;
  }
  .on_off_class_4 .dash_hours_box_1_on_4 h6 {
    display: block;
  }
  .on_off_class_4 .dash_hours_box_1_on_4 {
    background-color: green;
  }
  .dash_hours_box_1_on_5 {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on_5 h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on_5 span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on_5 h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .on_off_class_5 .dash_hours_box_1_on_5 span {
    left: 4px;
  }
  .on_off_class_5 .dash_hours_box_1_on_5 h5 {
    display: none;
  }
  .on_off_class_5 .dash_hours_box_1_on_5 h6 {
    display: block;
  }
  .on_off_class_5 .dash_hours_box_1_on_5 {
    background-color: green;
  }
  .dash_hours_box_1_on_6 {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on_6 h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on_6 span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on_6 h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .on_off_class_6 .dash_hours_box_1_on_6 span {
    left: 4px;
  }
  .on_off_class_6 .dash_hours_box_1_on_6 h5 {
    display: none;
  }
  .on_off_class_6 .dash_hours_box_1_on_6 h6 {
    display: block;
  }
  .on_off_class_6 .dash_hours_box_1_on_6 {
    background-color: green;
  }
  .dash_hours_box_1_on_7 {
    float: right;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    background-color: red;
    padding: 0px 6px;
    position: relative;
  }
  .dash_hours_box_1_on_7 h5 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    float: left;
    padding-top: 9px;
  }
  .dash_hours_box_1_on_7 span {
    width: 8px;
    height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    transition: 0.4s;
    position: absolute;
    top: 3px;
    right: 4px;
  }
  .dash_hours_box_1_on_7 h6 {
    position: absolute;
    right: 4px;
    top: 10px;
    font-size: 15px;
    color: #fff;
    display: none;
  }
  .on_off_class_7 .dash_hours_box_1_on_7 span {
    left: 4px;
  }
  .on_off_class_7 .dash_hours_box_1_on_7 h5 {
    display: none;
  }
  .on_off_class_7 .dash_hours_box_1_on_7 h6 {
    display: block;
  }
  .on_off_class_7 .dash_hours_box_1_on_7 {
    background-color: green;
  }
  .full_screen .dashboard_page_tabs_main {
    margin-left: -300px;
  }
  .full_screen .tabcontent_dashboard {
    width: 100%;
    transition: 0.4s;
  }
  .dash_services {
    width: 100%;
    float: left;
    border: 2px solid #ccc;
    background-color: #fff;
    padding: 30px;
    margin-top: 40px;
  }
  .services_modal_button {
    width: 100%;
    text-align: right;
  }
  .first_button_services .btn-primary {
    background-color: #ffb600;
    border: none;
    color: #000;
    padding: 10px 30px;
    margin: 0 10px;
  }
  .btn-primary.active {
    border: none !important;
  }
  
  /* .services_modal_button .btn-primary {
  
      background-color: #ffb600;
  
      border: none;
  
      color: #000;
  
      padding: 10px 30px;
  
      border-color: transparent !important;
  
  } */
  .first_button_services .modal-title {
    font-weight: bold;
    font-size: 16px;
    color: #20374b;
  }
  .first_button_services .btn-secondary {
    background-color: #ffb600;
    color: #000;
    border: 1px solid #ffb600;
    padding: 6px 20px;
  }
  .first_button_services .modal-body {
    padding: 40px 20px;
  }
  .first_button_services .modal-body input {
    float: left;
    padding: 14px 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
  }
  .first_button_services .modal-body label {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #777777;
  }
  .first_button_services .btn-primary {
    border: none;
    padding: 7px 20px;
  }
  .first_button_services {
    width: auto;
    display: inline-block;
  }
  .second_modal_serices {
    width: auto;
    display: inline-block;
  }
  .second_modal_serices .btn-primary {
    background-color: #ffb600;
    border: none;
    color: #000;
    padding: 7px 30px;
  }
  
  /* .second_modal_serices .modal-content {
  
      position: relative;
  
      display: flex;
  
      flex-direction: column;
  
      width: 850px !important;
  
      pointer-events: auto;
  
      background-color: #fff;
  
      background-clip: padding-box;
  
      border: 1px solid rgba(0,0,0,.2);
  
      border-radius: 0.3rem;
  
      outline: 0;
  
  } */
  .services_tabel {
    width: 100%;
    float: left;
  }
  .services_tabel table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  .services_tabel td,
  th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  .services_tabel td {
    border-right: 1px solid #ccc;
  }
  .services_tabel td {
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
  }
  .services_tabel th {
    padding: 14px 10px;
    text-align: center;
  }
  .services_tabel tr:nth-child(even) {
    background-color: #f7fafc;
  }
  .services_bottom_text {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .services_bottom_text h4 {
    font-size: 14px;
    font-weight: normal;
    color: #6a6a6a;
    float: left;
  }
  .services_bottom_text_box {
    float: right;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0;
  }
  .services_bottom_text_box h3 {
    float: left;
  }
  .services_bottom_text_box h3 span {
    color: #777777;
  }
  .services_bottom_text_box span {
    font-size: 15px;
    color: #545454;
    padding: 0 7px;
  }
  .services_bottom_text_box p {
    display: inline-block;
    font-size: 15px;
    color: #545454;
    padding: 0 9.5px;
    background-color: #fff;
    margin: 0;
  }
  .tablinks a {
      /* width: 100%; */
    display: inline-block;
  }
  .tabcontent_dashboard_service {
    float: right;
    padding: 0px 25px;
    width: 78%;
    border-left: none;
    margin-top: 13px;
    transition: 0.4s;
    display: none;
  }
  button.tablinks a {
    width: 100%;
    float: left;
    color: #20374b;
    padding: 15px;
  }
  .tab_main_tab button.active {
    background-color: transparent !important;
    border-bottom: none !important;
    border-top: none !important;
    display: block !important;
  }
  button.dashboards_1 a {
    background-color: #f7fafc;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    display: block !important;
  }
  button.profile_1 a {
    background-color: #f7fafc;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    display: block !important;
  }
  button.my_services_1 a {
    background-color: #f7fafc;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    display: block !important;
  }
  button.my_booking_1 a {
    background-color: #f7fafc;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    display: block !important;
  }
  button.messanger_1 a {
    background-color: #f7fafc;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    display: block !important;
  }
  button.business_1 a {
    background-color: #f7fafc;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #b8b8b8;
    display: block !important;
  }
  .mybooking_box .btn-primary:active {
    background-color: #ffb600 !important;
  }
  .mybooking_box .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 800px !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
  }
  .mybooking_box .modal.show .modal-dialog {
    transform: none;
    margin-top: 175px;
    margin-left: 240px;
  }
  .mybooking_box .modal-body label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #727272;
  }
  .mybooking_box .modal-body input {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 13px 10px;
  }
  .services_addremove_button_1 {
    width: 100%;
    float: left;
  }
  .services_addremove_button_1 .modal-body label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #727272;
  }
  .services_addremove_button_1 .modal-body input {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 13px 10px;
  }
  .services_addservice_button {
    width: 100%;
    float: left;
  }
  .second_modal_serices .modal.show .modal-dialog {
    transform: none;
    margin-top: 110px !important;
  }
  .services_modal_name {
    width: 100%;
    float: left;
  }
  .services_modal_name label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #727272;
    padding: 15px 0;
  }
  .services_modal_name input {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 13px 10px;
    margin: 0;
  }
  .service_cost_1 {
    width: 100%;
    float: left;
  }
  .service_cost_1 {
    margin-top: 10px;
  }
  .services_addservice_button .modal-body {
    padding: 20px 20px;
  }
  .services_addservice_button .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 800px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
  }
  .second_modal_serices .modal.show .modal-dialog {
    transform: none;
    margin-top: 0px;
    margin-left: 240px;
  }
  
  /* select */
  .modal_services_at_box {
    width: 100%;
    float: left;
    padding: 15px 0px;
  }
  .modal_service_radio {
    width: 48%;
    float: left;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 30px;
    margin: 10px 7px;
  }
  label.inputt_modal_services_2 {
    width: 92% !important;
    float: right !important;
    margin: 0;
  }
  input.inputt_modal_services_1 {
    width: 5% !important;
    float: left !important;
    margin-top: 5px;
  }
  .service_modal_padding {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  .service_modal_padding_1 {
    width: 50%;
    float: left;
    margin: 15px 0;
  }
  .service_modal_padding_1 select {
    float: left;
    padding: 14px 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    color: #888;
  }
  .service_modal_padding .service_modal_padding_1:nth-child(1) {
    padding: 0 12px 0 0;
  }
  .service_modal_padding .service_modal_padding_1:nth-child(2) {
    padding: 0 0px 0 12px;
  }
  .service_modal_padding .service_modal_padding_1:nth-child(3) {
    width: 100%;
    float: left;
  }
  button.service_summit_button {
    float: left;
    background-color: #ffb600;
    border: none;
    color: #000;
    padding: 10px 30px;
    margin-top: 10px;
  }
  .service_modal_padding textarea {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fafafa;
    padding: 13px 10px;
    margin-top: 15px;
    height: 150px;
  }
  .serice_modal_offer_check {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .serice_modal_offer_check_button {
    width: 45%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fafafa;
    padding: 12px 10px;
    margin-top: 10px;
    text-align: left;
  }
  .serice_modal_offer_check_button input {
    float: left !important;
    width: 10% !important;
    margin-top: 5px;
  }
  .serice_modal_offer_check_button label {
    width: 90% !important;
    float: left !important;
    padding: 0 !important;
    margin: 0;
  }
  .serice_modal_offer_check span {
    width: 100% !important;
    float: left;
    font-size: 15px;
    color: #727272;
    text-align: left;
  }
  .second_modal_serices .modal.show .modal-dialog {
    transform: none;
    margin-top: 0px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .tab_provider {
    overflow: hidden;
    border: none;
    background-color: transparent;
    width: 100%;
    float: left;
    text-align: center;
  }
  
  /* Style the buttons inside the tab */
  .tab_provider button {
    background-color: inherit;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
      /* font-size: 17px; */
    font-size: 35px;
    font-weight: bold;
    color: #20374b;
  }
  .tab_provider span {
    display: inline-block;
    padding: 14px 16px;
    font-size: 35px;
    font-weight: bold;
    color: #20374b;
  }
  
  /* Create an active/current tablink class */
  .tab_provider button.active {
      /* background-color: #20374b; */
    color: #20374b;
    font-size: 35px;
    font-weight: bold;
  }
  
  /* Style the tab content */
  .tabcontent_provider {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
  }
  .tabcontent_provider_img {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
  }
  .tabcontent_provider_img_slider {
    width: 100%;
    float: left;
  }
  .tabcontent_provider_img_1 {
    width: 33.33%;
    float: left;
    padding: 0 20px;
  }
  .tabcontent_provider_img_one {
    width: 100%;
    float: left;
    height: 270px;
    overflow: hidden;
  }
  .tabcontent_provider_img_one img {
    width: 100%;
    float: left;
    height: 250px;
  }
  
  
  
  /* ==== Mobile Navication css ==== */
  .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  .topnav #myLinks {
    display: none;
  }
  .topnav a {
    color: white;
    padding: 14px 16px;
    font-size: 17px;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
  }
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .mob-head {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99999999;
  }
  .mob-head img {
    width: 45%;
  }
  .mob-login-btn {
    background-color: #fdc120;
    text-transform: uppercase;
    font-weight: 500;
  }
  .mob-head .icon {
    margin-right: 15px;
  }
  /* ==== // Mobile Navication css ==== */
  
  
  
  /* === Custom code === */
  #searchdata {
    position: absolute;
    padding: 0;
  }
  #searchdata1 {
    position: absolute;
    padding: 0;
    right: 54.5%;
    width: 15% !important;
  }
  .list-form {
    position: absolute !important;
    left: 22.9% !important;
    width: 28.9% !important;
  }
  .list-form2 {
    position: absolute !important;
    padding: 0;
    left: 53% !important;
    width: 15% !important;
  }
  /* === Custom code === */
  
  
  /* ====== Responsive css ====== */
  /* Mobile tab */
  @media (max-width: 767px) {
    .mob-head {
      display: block;
    }
    .desk-head {
      display: none;
    }
    .banner_main {
      margin-top: 45px;
    }
    .banner_text h1 {
      font-size: 38px;
    }
    .banner_input input {
      width: 100% !important;
      margin-bottom: 7px;
    }
    .professional_heading h1 {
      font-size: 25px;
      font-weight: 500;
    }
    .added_circule_box {
      display: none;
    }
    .added_boxes_two {
      margin-top: 15px;
      margin-left: 0px;
      height: auto;
      width: 360px;
    }
    .added_boxes_one {
      margin-left: 0;
      height: auto;
      width: 360px;
    }
    .added_boxes_three {
      margin-left: 0;
      margin-top: 15px;
      height: auto;
      width: 360px;
    }
    .Home_form_text {
      width: 100%;
    }
    .Home_form_fom {
      width: 100%;
    }
    .aboutus_text {
      width: 100%;
      margin-top: 0;
    }
    .aboutus_img {
      width: 100%;
    }
    .houses_img {
      width: 100%;
    }
    .houses_text {
      width: 100%;
      margin-top: 30px;
    }
    .footer_one {
      width: 100%;
    }
    ul.footer_11 {
      margin-top: 8px;
      padding-left: 0px;
    }
    ul.footer_2 {
      margin-top: 0px;
      padding-left: 0;
    }
    .professional_main {
      padding: 0;
    }
    .professional_slider_main {
      margin-top: 0;
      margin-bottom: 50px;
    }
    .professional_heading {
      margin-bottom: 20px;
      margin-top: 50px;
    }
    .added_boxes {
      display: grid;
      justify-content: center;
    }
    .about_choose_text {
      width: 100%;
    }
    .about_choose_images {
      width: 100%;
    }
    .about_choose_text_box_text {
      width: 60%;
      margin-left: 45px;
    }
    .about_about_main_text {
      width: 100%;
      padding: 25px 0;
    }
    .about_steps_img {
      height: auto;
      background: none;
    }
    .about_steps_text {
      width: 100%;
      margin-top: 45px;
    }
    .about_steps_box_1 {
      width: 100%;
      float: unset;
      margin-top: 70px;
    }
    .about_steps_box_2 {
      width: 100%;
      float: unset;
      margin-top: 70px;
    }
    .about_steps_box_3 {
      width: 100%;
      float: unset;
      margin-top: 70px;
    }
    .about_steps_main {
      padding: 0px 0px 55px 0;
    }
    .about_steps_box {
      width: 100%;
    }
    .added_bg_img {
      padding-bottom: 35px;
      height: auto;
    }
    .banner_main {
      height: auto;
    }
    .about_choose_img_box {
      height: auto;
    }
    .about_choose_img:before {
      top: 254px;
    }
    .banner_listing_text {
      margin-top: 84px;
      padding-bottom: 38px;
    }
    .detail_box_one {
      width: 100%;
    }
    .contactUs_boxes_one {
      width: 100%;
    }
    .contact_2_fom_one {
      width: 100%;
    }
    .contact_2_detail {
      width: 100%;
    }
    .contact_2_detail_main {
      margin-top: 35px;
    }
    .contact_2_call_text {
      width: 50%;
      float: left;
      margin-left: 26px;
    }
    .listing_page_tabs {
      width: 100%;
    }
    .tabcontent_listing_box_img {
      width: 100%;
    }
    .tabcontent_listing_box_text {
      width: 100%;
    }
    span.listing_tabs_butt a {
      margin-bottom: 7px;
    }
    .listing_right_box_box {
      width: 100%;
      margin-top: 0px;
    }
    .tabcontent_listing_text {
      padding: 0 0px 0px 0;
    }
    .User_login_user_fom {
      width: 100%;
      margin-top: 0px;
    }
    .User_login_form {
      padding: 0px;
    }
    form.User_login_input_form {
      padding: 20px 20px;
    }
    .User_login_input_form input {
      margin: 6px 0;
    }
    .User_login_main_box {
      padding: 0;
    }
    form.User_login_input_form {
      margin-top: 10px;
    }
    .user_register_right {
      width: 100%;
      padding: 0px;
      margin-top: 25px;
    }
    form.user_register_fom input {
      margin: 0px 0px 8px;
    }
    button.dashboard_tab_account {
      padding: 12px 0;
    }
    .tab_main_tab button {
      font-size: 11px;
    }
    button.tablinks a {
      padding: 12px 4px;
    }
    button.tablinks i {
      font-size: 12px;
      padding: 0 1px 0 0;
    }
    .profile_contents {
      margin-top: 85px;
    }
    .dashboard_3_box {
      margin-top: 13px;
    }
    .dashboard_3_1 {
      width: auto;
      float: unset;
      padding: 0px 10px;
    }
    .dashboard_3_box_one_img img {
      width: 34px;
    }
    .dashboard_3_box_one img {
      margin-top: 12px;
    }
    .dashboard_3_box_one h2 {
      margin-top: 10px;
      font-size: 20px;
    }
    .dashboard_3_box_one h3 {
      padding-top: 5px;
    }
    .dashboard_3_box_one {
      padding: 20px 20px;
      margin-bottom: 15px;
    }
    button.dashboard_name {
      float: left;
      padding: 0 0 0 0px;
      width: auto;
    }
    .dashboard_name_text {
      position: relative;
      top: 7px;
    }
    .dashboard_page_tabs_main {
      position: relative;
    }
    .dashboard_name_img {
      width: auto;
      height: auto;
    }
    .dashboard_edit h1 {
      font-size: 15px;
      border-bottom: none;
    }
    .profile_contact_main h1 {
      font-size: 15px;
    }
    .profile_contact_main h1 {
      padding: 15px 20px;
    }
    .profile_contact {
      padding: 0px 20px;
    }
    .profile_contact_main {
      margin-top: 0px;
    }
    .profile_contact_left input {
      font-size: 13px;
    }
    .profile_contact_right input {
      font-size: 13px;
    }
    select {
      font-size: 13px;
    }
    .profile_contact_right label {
      font-size: 12px;
    }
    .profile_contact_left label {
      font-size: 12px;
    }
    .profile_contact_right textarea {
      font-size: 13px;
    }
    .profile_contact_left textarea {
      font-size: 13px;
    }
    .profile_services_at h1 {
      font-size: 15px;
      padding: 15px 20px;
    }
    .profile_contact_maps_fom {
      margin-top: 0px;
    }
    .profile_services_fom_box {
      padding: 0px 20px;
    }
    .profile_map_fom_left {
      width: 50% !important;
    }
    .pro_category_dot_box {
      padding: 10px 0;
      font-size: 10px;
    }
    .profile_map_fom_left input {
      padding: 8px 5px;
      font-size: 12px;
    }
    html,
    body {
      overflow-x: hidden;
      overflow-y: auto;
    }
    button.dashboard_menu {
      width: 100%;
    }
    .profile_map_fom_left label {
      font-size: 12px;
    }
    select {
      font-size: 13px !important;
    }
    .profile_contact_left div {
    }
    .profile_map_fom_right input {
      padding: 6px 5px;
    }
    .booking_heading h1 {
      font-size: 15px;
      border-bottom: none;
    }
    .dash_services {
      margin-top: 0px;
    }
    .services_tabel td {
      font-size: 12px;
    }
    .booking_boxes {
      justify-content: center;
      display: grid;
    }
    .booking_boxes_one {
      width: auto;
      padding: 4px 15px;
    }
    .booking_boxes_two {
      width: auto;
      padding: 4px 15px;
    }
    .booking_boxes_three {
      width: auto;
      padding: 4px 15px;
    }
    .booking_boxes_four {
      width: auto;
      padding: 4px 15px;
    }
    .bokking_texts_boxes_1 {
      width: auto;
    }
    .bokking_texts_boxes_3 {
      width: auto;
    }
    .bokking_texts_boxes_4 {
      width: auto;
    }
    .bokking_texts_boxes_3 {
      height: auto;
    }
    .bokking_texts_boxes_2 {
      border-right: none;
    }
    .bokking_texts_boxes_3 {
      border-right: none;
    }
  }
  /* Mobile tab */
  /* ====== // Responsive css ====== */
  .dashboard_page_tabs_main::-webkit-scrollbar {
    width:10px;
  }
  