* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}



img {
    width: 100%;
}
a {
    text-decoration: none;
}


.form-check input:focus {
    box-shadow: none;
    border: 1px solid #cbcbcb;
}

.subtitle {
    display: inline-block;
    background: #ffffff;
    padding: 8px 20px;
    color: #2356b7;
    font-weight: 600;
    border-radius: 8px;
    text-transform: capitalize;
    border: 1px solid #2356b7;
    font-size: 18px;
}
.title {
    color: #2c2d31;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}
.des {
    color: #444444;
    font-size: 16px;
    line-height: 1.8;
}
.more {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 10px 24px;
    background: #2356B7;
    border-radius: 28px;
}
.more:hover {
    color: #fff;
    background: #007bff;
}

/* Global Css */

/* Header Sec */



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    background: #222;
    border-bottom: 1px solid #323232;
}

.sticky .theme-logo img {
    height: 55px;
    transition: 0.5s;
}
.menu-header .right_sec button.navbar-toggler {
    margin-left: 50px;
}
.menu-header .right_sec button.navbar-toggler:focus {
    box-shadow: none;
}

.heade_sec .menu_nav .container .navbar-nav li:hover .dropdown-menu {
    display: block;
}

.heade_sec .top_heade .techwiser_link {
    display: flex;
    align-items: center;
    border: 1px solid #bbc0d1;
    padding: 7px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-left: 28px;
}

.heade_sec .top_heade .techwiser_link img {
    height: 44px;
    margin-right: 4px;
    opacity: 0.5;
}

.heade_sec .top_heade .techwiser_link svg {
    width: 32px;
    opacity: 0.5;
}
.heade_sec .top_heade .techwiser_link:hover {
    border: 1px solid #2c2d31;
}
.heade_sec .top_heade .techwiser_link:hover img{
    opacity:1;
}
.heade_sec .top_heade .techwiser_link:hover svg{
    opacity:1;
}



/* Search Product Css */

.dropdown-menu.product_search_dropdown .resent_search_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu.product_search_dropdown .resent_search_wrapper .resent_search {
    width: 57%;
    flex: 0 0 57%;
    border-right: 1px solid #c4c2c2;
    padding-right: 20px;
    margin-right: 20px;
}

.dropdown-menu.product_search_dropdown .resent_search_wrapper .best_price {
    width: 40%;
}

.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    color: #c4c2c2;
    padding: 6px 4px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a:hover {
    border: 1px solid #e66b39;
}

.dropdown-menu.product_search_dropdown .resent_search_wrapper .best_price .best_price_list a {
    display: block;
    color: #3c3c3c;
    font-weight: 600;
    padding: 6px 14px;
    background: #ffffff;
    margin-bottom: 12px;
    border-radius: 8px;
    border:1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dropdown-menu.product_search_dropdown .resent_search_wrapper .best_price .best_price_list a:hover {
    border:1px solid #212121;
}

.heade_sec .top_heade .dropdown.search_dropdown .dropdown-menu.product_search_dropdown {
    padding: 18px;
    width: 100%;
}
.heade_sec .top_heade .dropdown.search_dropdown .dropdown-menu.product_search_dropdown .title_sec {
    position: relative;
    margin-bottom: 10px;
}
.heade_sec .top_heade .dropdown.search_dropdown .dropdown-menu.product_search_dropdown .title_sec .title {
    font-size: 18px;
    display: inline-block;
}

.heade_sec .top_heade .dropdown.search_dropdown .dropdown-menu.product_search_dropdown .title_sec:after {
    content: "";
    background: #c4c2c2;
    position: absolute;
    left: 36%;
    width: 65%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dropdown-menu.product_search_dropdown .resent_search_wrapper .best_price  .title_sec:after {
    width: 44% !important;
    left: 58% !important;
}
.heade_sec .top_heade .dropdown.search_dropdown .dropdown-menu.product_search_dropdown .title_sec.features:after {
    width: 35% !important;
    left: 67% !important;
}
.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a .product_photo {
    width: 59px;
}

.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a .text_content {
    display: flex;
    width: 100%;
    align-items: center;
}
.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a .text_content .product_title {
    font-size: 16px;
    color: #3c3c3c;
}

.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a .text_content .price {
    font-size: 16px;
    color: #898585;
}
.dropdown-menu.product_search_dropdown .resent_search_wrapper .product_search_list a .text_content .clock_icon {
    margin-left: auto;
}
/* Search Product Css */

.heade_sec .menu_nav .container .navbar-nav .dropdown-menu {
    padding: 20px 0;
    background: #fff;
    border: none;
    box-shadow: 0px 3px 10px 0 rgb(137 137 137 / 78%);
    -moz-box-shadow: 0px 3px 10px 0 rgb(137 137 137 / 78%);
    -webkit-box-shadow: 0px 3px 10px 0 rgb(137 137 137 / 78%);
}
/* 
.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
    padding: 18px 10px;
    text-decoration: none;
    list-style-type: none;
    background: #e66b39;
    width: 100%;
    min-width: 260px;
    border-radius: 5px;
    margin-left: 0px;
} */
.heade_sec .menu_nav .container .navbar-nav .dropdown-menu a.dropdown-item:hover {
    background: none;
    color: #2c2d31;
}
.heade_sec .menu_nav .container .navbar-nav .dropdown-menu li a:active {
    background: none;
}
/* .heade_sec .menu_nav .container .navbar-nav .dropdown-menu {
    padding: 0;
    background: #e66b39;
    border: none;
    box-shadow: 0px 3px 10px 0 rgb(16 16 16 / 50%);
    margin-top: 8px;
} */

.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    background: #ffffff;
    width: 100%;
    min-width: 260px;
    border-radius: 5px;
    margin-left: 0px;
    position: absolute;
    top: 30px;
    border: 1px solid #eaeaea;
}
.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a {
    display: block;
    padding: 8px 20px;
    line-height: 22px;
    color: #848181;
    margin: 0;
    border-bottom: 1px solid #e7e8e9;
    font-size: 16px;
}


.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li:last-child a {
    margin-bottom: 0;
    border-bottom: none;
}
.heade_sec .menu_nav .container .navbar-nav li.dropend ul.dropdown-menu.sub_dropdown {
    display: none;
}
.heade_sec .menu_nav .container .navbar-nav li.dropend:hover ul.dropdown-menu.sub_dropdown {
    display: block;
}

.heade_sec .menu_nav .container .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 9px 20px;
}

.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a {
    display: block;
    position: relative;
    border-left: none;
}
.heade_sec .menu_nav .container .navbar-nav a:hover, .heade_sec .menu_nav .container .navbar-nav a.active {
    color: #007bff;
}
.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:hover,.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a.active, .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a.active {
    color: #fff;
    background: #2356b7;
}
.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:hover {
    color: #fff;
}
.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:hover:before {
    background: #007bff;
}

.heade_sec .menu_nav .container li.nav-item.dropdown a:hover.dropdown-menu.show {
    display: block;
}
/* .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:hover {
    color: #2c2d31;
} */
/* .heade_sec .menu_nav .container .navbar-nav .dropdown-menu li:hover .sub_dropdown {
    display: block;
} */

.dropdown .dropdown-menu {
    display: block;
}
/* Menu Nav */

.heade_sec {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.heade_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #eaeaea;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}

/* .heade_sec .menu_nav {
    background: #E6E8ED;
} */

.heade_sec .menu_nav .container {
    justify-content: center;
    position: relative;
}

.heade_sec .menu_nav .container .navbar-nav {
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    margin-top: 10px;
}
.heade_sec .menu_nav .container .navbar-nav a {
    font-size: 16px;
    color: #848181;
    line-height: 4px;
    margin-left: 8px;
    padding: 15px 10px;
}
.heade_sec .menu_nav .container .navbar-nav li:first-child a {
    border-left: none;
}
.heade_sec .logo {
    position: absolute;
    left: 0;
    width: 14%;
    top: -43px;
}
/* Menu Nav */


.heade_sec .top_heade {
    position: relative;
}
/* .heade_sec .top_heade:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: #007BFF;
    height: 100%;
    width: 38%;
    z-index: -1;
   clip-path: polygon(20% 0%, 100% 0, 100% 100%, 26% 100%);
} */

.heade_sec .top_heade  a {
    color: #fff;
}
.heade_sec .top_heade .container {
    display: flex;
    justify-content: end;
    align-items: center;
}


.heade_sec .top_heade .contact_no i {
    margin-right: 6px;
}
.heade_sec .top_heade .contact_no {
    background: #ffffff;
    padding: 15px 20px;
    color: #2356B7;
    font-size: 16px;
}
.heade_sec .top_heade .contact_no:hover {
    color: #007bff;
}

.heade_sec .top_heade .contact_no i {
    margin-right: 4px;
    font-size: 15px;
}

.heade_sec .top_heade .book_btn {
    background: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #007bff;
    font-size: 14px;
    color: #007bff;
    box-shadow: 0px 15px 20px rgb(219 219 219);
    -moz-box-shadow: 0px 15px 20px rgb(219 219 219);
    -webkit-box-shadow: 0px 0px 20px rgb(219 219 219);
}
.heade_sec .top_heade .book_btn:hover {
    background: #007bff;
    color: #fff;
}
.heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown ul.dropdown-menu.sub_dropdown {
    top: 0;
    overflow: hidden;
}

.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  

/****==== Home Page  ====****/

/* Banner Sec */
.banner_slider {
    position: relative;
    margin-top: 110px;
}
/* .banner_slider .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
} */

.banner_slider .owl-nav button {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
}
.banner_slider .owl-nav button:hover {
    background: none !important;
}
.banner_slider .owl-nav button span:hover {
    color: #aec9fd;
}

.banner_slider .owl-nav button span {
    font-size: 88px;
    color: #fff;
}

.banner_slider .owl-nav button.owl-next {
    left: auto;
    right: 10%;
}
.banner_sec {
    align-items: center;
    position: relative;
}

/* Banner Sec */

.latest_product_sec.top_product {
    margin-top: 150px;
}


/* count_sec */
.count_sec {
    position: relative;
    top: -40px;
    z-index: 1;
}
.count_sec .container {
    display: flex;
    flex-wrap: wrap;
}
.count_sec .count_content {
    background: #fff;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 15px;
    flex: 0 0 18%;
    margin: 0 12px;
}

.count_sec .count_content .icon {
    width: 44px;
    margin-bottom: 15px;
    height: 40px;
}
.count_sec .count_content .diagnostics_icon img {
    width: 76%;
}
.count_sec .count_content .text_content .title {
    font-size: 18px;
    font-weight: 400;
    color: #404B72;
    margin-bottom: 10px;
}

.count_sec .count_content .text_content .count_number {
    color: #2356B7;
    font-size: 40px;
    font-weight: 600;
}
/* count_sec */

/* About Sec */
.about_sec {
    margin: 40px auto 60px;
}
.about_sec .container {
    display: flex;
}

.about_sec .container {
    display: flex;
    align-items: center;
}


.about_sec .about_photo {
    width: 40%;
    flex: 0 0 40%;
    border-radius: 0 40px;
    overflow: hidden;
    height: 350px;
    margin-right: 50px;
    margin-top: 0;
}
.about_sec .about_photo img {
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.about_sec .about_photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.about_sec .text_content .title {
    margin: 20px 0 15px;
    font-size: 30px;
    text-transform: none;
}
.about_sec .text_content .des {
    text-align: justify;
}

.about_sec .text_content .bottom_sec {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px 0 18px;
}

.about_sec .text_content .bottom_sec li {
    width: 48%;
    display: flex;
    align-items: center;
    color: #2356B7;
    font-size: 20px;
    margin-bottom: 20px;
}
.about_sec .text_content .bottom_sec li img {
    width: 16px;
    margin-right: 10px;
}
.about_sec .text_content  .more {
    display: inline-block;
}
/* About Sec */



.why_choose {
    margin-bottom: 120px;
}
.why_choose .about_photo {
    height: 278px;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 90px;
    position: relative;
}
/* Certificates Sec */
.certificates_sec {
    background: #E1EAF9;
    padding: 120px 0;
}



.certificates_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.certificates_text_content {
    width: 50%;
}
.certificates_sec .text_content .subtitle {
    margin-bottom: 30px;
}
.certificates_sec .text_content .title {
    margin-bottom: 20px;
}
.certificates_sec .text_content .des {
    text-align: justify;
}

.certificates_sec  .certificates_photo_sec {
    display: flex;
    width: 46.5%;
}


.certificates_sec .certificates_photo_sec .certificates_photo {
    margin-right: 20px;
}
.lb-closeContainer .lb-close {
    width: 20px;
    height: 20px;
    background-size: 80%;
}


.certificates_sec .certificates_photo_sec .certificates_slider .owl-nav {
    display: flex;
    justify-content: center;
}
.certificates_sec .certificates_photo_sec .certificates_slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    display: block;
    margin: 10px 10px !important;
}

.certificates_sec .certificates_photo_sec .certificates_slider .owl-nav span {
    font-size: 19px;
}

.certificates_sec .certificates_photo_sec .certificates_slider .owl-nav button:hover {
    background: #2356B7 !important;
    border: 1px solid #2356B7 !important;
}



/* Certificates Sec */

/* Services Sec  */
.services_sec {
    padding: 120px 0;
    text-align: center;
}

.services_sec .subtitle {
    margin-bottom: 20px;
}

.services_sec .title {
    margin-bottom: 50px;
}

.services_sec  .nav-tabs {
    justify-content: center;
}

.services_sec .nav-tabs li {
    margin: 0 10px;
}

.services_sec .nav-tabs li button {
    background: #E8E8E8;
    color: #575757;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 15px 15px 0 0;
}

.services_sec .nav-tabs li button.active {
    background: #2356B7;
    color: #fff;
}

.services_sec .physical_slider {
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

.services_sec .physical_slider button {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../images/service_l_arrow.png) !important;
    width: 30px;
    height: 50px;
    margin: auto !important;
    background-repeat: no-repeat !important;
}
.services_sec .physical_slider button:hover {
    background-color: #fff !important;
    opacity: 0.5;
}
.services_sec .physical_slider button span {
    display: none;
}

.services_sec .physical_slider button.owl-next {
    right: 0;
    left: auto;
    background-image: url(../images/service_r_arrow.png) !important;
    background-repeat: no-repeat !important;
}
.services_sec .physical_slider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
}
.services_sec .physical_service_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px 10px;
}
.services_sec .physical_service_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px 10px;
}

.services_sec .physical_service_sec .physical_service {
    background: #fff;
    width: 48%;
    flex: 0 0 48%;
    box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    -moz-box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    -webkit-box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    margin-bottom: 40px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 15px;
    align-items: center;
}

.services_sec .physical_service_sec .physical_service .physical_icon {
    background: #2356b7;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -17px;
}

.services_sec .physical_service_sec .physical_service .text_content {
    text-align: left;
    width: 70%;
}

.services_sec .physical_service_sec .physical_service .physical_icon img {
    width: 60px;
}

.services_sec .physical_service_sec .physical_service .text_content .des {
    margin: 0 0 8px;
    color: #848181;
    font-size: 16px;
    line-height: 1.5;
}
.services_sec .physical_service_sec .physical_service .text_content a {
    color: #2356B7;
}
.services_sec .physical_service_sec .physical_service .text_content a:hover {
    color: #007bff;
}
.services_sec .services_product {
    background: #EDF7FB;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}
/* .services_sec .services_slider .owl-item {
    display: flex;
    flex: 1 0 auto;
} */
.services_sec .services_slider .owl-item .item {
    width: 100%;
}

.services_sec .services_slider .owl-stage {
    display: flex;
}
.services_sec .services_slider .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.services_sec .services_slider .owl-carousel .owl-stage {
    display: flex;
}
.services_sec .services_slider .owl-item .item {
    width: 100%;
    height: 100%;
}
/* .services_sec .services_slider .owl-stage {
    display: flex;
} */
.services_sec .services_product.product_two {
    background: #FFF2F2;
}
.services_sec .services_product.product_two .product_photo {
    background: #FFE9E9;
}
.services_sec .services_product.product_three {
    background: #F3F8FF;
}
.services_sec .services_product.product_three .product_photo {
    background: #e6f3f9;
}
.services_sec .services_product.product_four {
    background: #FDFFF0;
}
.services_sec .services_product.product_four .product_photo {
    background: #f7f7f7;
}

.services_sec .services_product .top_sec .sub_heading {
    color: #677294;
    font-size: 18px;
}

.services_sec .services_product .top_sec .product_name {
    color: #1a1a1a;
    font-size: 20px;
}

.services_sec .services_product .product_photo {
    background: #DDF5FF;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_sec .services_product .product_photo img {
    width: 90%;
}

.services_sec .services_product .more {
    font-size: 15px;
    padding: 8px 13px;
    background: #333333;
}
.services_sec .services_product .more:hover{
    background: #2356B7;
}
.services_sec .services_sec .more {
    display: inline-block;
}
.services_sec .services_slider {
    margin-bottom: 50px;
}
.services_sec .services_slider .owl-nav {
    display: flex;
    justify-content: center;
}
.services_sec .services_slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    display: block;
    margin: 10px 10px !important;
}

.services_sec .services_slider.owl-nav button span {
    font-size: 19px;
}

.services_sec .services_slider .owl-nav button:hover {
    background: #2356B7 !important;
    border: 1px solid #2356B7 !important;
}



/* 
.services_slider .latest_product {
    border: 1px solid #DBDBDB;
    padding: 15px;
    display: block;
    border-radius: 15px;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    background: #fff;
} */
/* Services Sec  */




.deals_product_sec .title {
    margin-bottom: 18px;
}

.deals_product_sec .title_des {
    width: 85%;
    margin: 0 auto 50px;
}

/* App Download Sec */
.app_download_sec {
    background: url(../images/app_download_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.app_download_sec .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.app_download_sec .text_content {
    width: 62%;
}
.app_download_sec .text_content .download_btn {
    display: flex;
    margin-top: 0;
}
.app_download_sec .text_content  .btn_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.app_download_sec .text_content .stay_title {
    font-size: 30px;
    color: #181818;
    text-transform: capitalize;
}

.app_download_sec .text_content .title {
    font-size: 34px;
    color: #181818;
    margin: 10px auto 2px;
    line-height: 1.3;
}
.app_download_sec .container .download_mobile {
    width: 32%;
    flex: 0 0 23%;
    position: relative;
    top: -20px;
    margin-right: 60px;
}

.app_download_sec .text_content .title span {
    color: #007bff;
}

.app_download_sec .text_content  .des {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.app_download_sec .text_content .download_btn a {
    margin-right: 20px;
}

/* App Download Sec */


.hearing_solution_sec {
    margin: 120px auto 0;
}



/* Working Process Sec */
.working_process_sec {
    margin: 120px auto;
}

.specialists_sec .specialists_slider {
    margin-bottom: 30px;
    padding: 0 60px;
}

.specialists_sec .specialists_slider button {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../images/service_l_arrow.png) !important;
    width: 30px;
    height: 50px;
    margin: auto !important;
    background-repeat: no-repeat !important;
}
.specialists_sec .specialists_slider button:hover {
    background-color: #fff !important;
    opacity: 0.5;
}
.specialists_sec .specialists_slider button span {
    display: none;
}

.specialists_sec .specialists_slider button.owl-next {
    right: 0;
    left: auto;
    background-image: url(../images/service_r_arrow.png) !important;
    background-repeat: no-repeat !important;
}
.specialists_sec .specialists_slider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.working_process_sec .working_process {
    border-radius: 16px;
    background: linear-gradient(90deg, #007BFF 0%, #1848A4 100%);
    padding: 50px;
    text-align: center;
}


.working_process_sec .working_process .process_content {
    padding: 0 40px;
    border-right: 1px solid #BCBCBC;
}

.working_process_sec .working_process .process_content .process_icon {
    background: #fff;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.working_process_sec .working_process .process_content img {
    width: 36px;
}

.working_process_sec .working_process .process_content .text_content {
    margin-top: 30px;
}

.working_process_sec .working_process .process_content .text_content .process_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.working_process_sec .working_process .process_content .text_content .des {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.working_process_sec .working_process .title {
    color: #fff;
    margin: 10px auto 50px;
}

/* Working Process Sec */

/* Specialists Sec */
.specialists_sec {
    background: url(../images/specialists_bg.png);
    padding: 120px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.specialists_sec .nav-tabs {
    justify-content: center;
}

.specialists_sec .nav-tabs li {
    margin: 0 10px;
}

.specialists_sec .nav-tabs li button {
    background: #E8E8E8;
    color: #575757;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 15px 15px 0 0;
}

.specialists_sec .nav-tabs li button.active {
    background: #2356B7;
    color: #fff;
}
.specialists_sec .our_team {
    padding: 0;
}
.specialists_sec .title {
    width: 70%;
    margin: 20px auto 50px;
    line-height: 1.6;
}
.specialists_sec .specialists_slider .item {
    padding-bottom: 90px;
}
.specialists_sec .specialists_content .specialists_photo_content {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #D7D7D7;
   
}

.specialists_sec .tab-content {
    padding: 50px 0;
}


.specialists_sec .specialists_content .specialists_photo_content .specialists_photo {
    height: 410px;
    overflow: hidden;
}

.specialists_sec .specialists_content .specialists_photo_content .specialists_photo img {
    height: 100%;
    object-fit: cover;
}

.specialists_sec .specialists_content .text_content {
    position: absolute;
    bottom: -20px;
    background: #2356B7;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    -moz-box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    -webkit-box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
}

.specialists_sec .specialists_content .text_content .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.specialists_sec .specialists_content .text_content .designation {
    color: #D0E0FF;
    font-size: 15px;
    font-style: italic;
}
.specialists_sec .specialists_content .text_content .designation i {
    margin-right:5px; 
}

.specialists_sec .specialists_content .text_content  .des {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

/* Specialists Sec */

/* Contact Banner Sec */
.contact_banner_sec {
    background-color: #3159a6;
    background-image: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    position: relative;
}
.contact_banner_sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    background: #3159a6;
    z-index: 0;
}
.contact_banner_sec .left_sec {
    background: url(../images/hearing_solution_bg.png);
    width: 66%;
    flex: 0 0 66%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
}
.contact_banner_sec .contact_banner_wrapper {
    display: flex;
}
.contact_banner_sec .left_sec .title {
    color: #fff;
    font-size: 40px;
}

.contact_banner_sec .left_sec .des {
    color: #fff;
    font-size: 24px;
}

.contact_banner_sec .left_sec .bootom_sec {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.contact_banner_sec .left_sec .bootom_sec li {
    display: flex;
    align-items: start;
    color: #fff;
    width: 40%;
    font-size: 17px;
    margin-bottom: 12px;
}

.contact_banner_sec .left_sec .bootom_sec li img {
    width: 16px;
    flex: 0 0 16px;
    margin-right: 10px;
    margin-top: 6px;
}

.contact_banner_sec  .contact_right_sec {
    display: flex;
    align-items: center;
    flex: 0 0 38%;
    width: 38%;
    margin-left: auto;
}

.contact_banner_sec  .contact_right_sec {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
    float: right;
}
.contact_banner_sec .contact_right_sec .text_content {
    margin-right: 28px;
}

.contact_banner_sec .contact_right_sec .text_content .title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.contact_banner_sec .contact_right_sec .text_content a {
    color: #F8CC02;
    font-size: 38px;
    font-weight: 700;
}
.contact_banner_sec .contact_right_sec .contact_photo {
    width: 44%;
}

/* Contact Banner Sec */


/* Presence Sec */
.presence_sec {
    text-align: center;
    padding: 60px 0;
}
.presence_sec .title {
    text-transform: none;
}
.presence_sec .subtitle {
    margin-bottom: 30px;
}

.presence_sec .presence_slider {
    margin-top: 30px;
}

.presence_sec .presence_slider .presence_icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presence_sec .presence_slider .presence_icon img {
    width: 80%;
}
/* Presence Sec */

/* Blog Sec */
.blog_sec {
    background: #E1EAF9;
    padding: 120px 0;
    text-align: center;
    border-top: 1px solid #B5BCC7;
    border-bottom: 1px solid #B5BCC7;
}

.blog_sec .subtitle {
    padding: 10px 40px;
    margin-bottom: 30px;
}

.blog_sec .blog_slider {
    margin-top: 60px;
}


.blog_sec .blog_content_sec {
    display: flex;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #B5BCC7;
    overflow: hidden;
}

.blog_sec .blog_content_sec .blog_photo {
    width: 40%;
    flex: 0 0 40%;
    height: 240px;
    overflow: hidden;
}

.blog_sec .blog_content_sec .blog_photo img {
    height: 100%;
    object-fit: cover;
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.blog_sec .blog_content_sec .blog_photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog_sec .blog_content_sec .text_content {
    text-align: left;
    padding: 15px;
}

.blog_sec .blog_content_sec .text_content .date_admin {
    display: flex;
    margin-bottom: 13px;
}

.blog_sec .blog_content_sec .text_content .date_admin .date {
    color: #677294;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 0;
}

.blog_sec .blog_content_sec .text_content .date_admin .date i {
    color: #254EDB;
    margin-right: 2px;
}

.blog_sec .blog_content_sec .text_content .blog_title {
    color: #333;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 1px solid #B5BCC7;
    padding-bottom: 12px;
}

.blog_sec .blog_content_sec .text_content .des {
    color: #6E7383;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box; /* Required for -webkit-line-clamp */
    -webkit-line-clamp: 3; /* Limits to 2 lines */
    -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
    text-overflow: ellipsis; /* Displays ellipsis for truncated text */
}
/* Blog Sec */

.hearing_solution_sec .about_photo {
    height: 400px;
}
.hearing_solution_sec .text_content .title {
    margin-top: 0;
}

/* Testimonial Sec */

.testimonial_sec {
    background: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: 60% 0;
    padding: 120px 0;
}

.testimonial_sec .container {
    display: flex;
    justify-content: space-between;
}
.testimonial_sec .subtitle {
    margin-bottom: 30px;
}
.testimonial_sec .happy_testimonial {
    width: 48%;
    flex: 0 0 48%;
}

.testimonial_sec .happy_testimonial .title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.testimonial_sec .happy_testimonial .rating_icon {
    width: 20%;
    margin-bottom: 30px;
}

.testimonial_slider .testimonial_content .des {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 40px;
}

.testimonial_slider .testimonial_content  .bottom_sec {
    display: flex;
}

.testimonial_slider .testimonial_content .bottom_sec .patient_photo {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 11px;
}

.testimonial_slider .testimonial_content .bottom_sec .patient_photo img {
    height: 100%;
    object-fit: cover;
    width: auto;
}

.testimonial_slider .testimonial_content .bottom_sec .text_content .name {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}

.testimonial_slider .testimonial_content .bottom_sec .text_content .des {
    margin: 0;
    color: #585757;
    font-size: 16px;
    font-style: normal;
}

.testimonial_sec .testimonial_slider .owl-nav {
    text-align: left;
    margin-top: 40px;
}

.testimonial_sec .testimonial_slider .owl-nav button {
    width: 50px;
    height: 50px;
    background: #EEF2FF;
    border-radius: 50%;
    margin: 0 20px 0 0;
    background-image: url(../images/testimonial_l_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.testimonial_sec .testimonial_slider .owl-nav button.owl-next {
    background-image: url(../images/testimonial_r_arrow.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial_sec .testimonial_slider .owl-nav button:hover {
    background: #c8d2f5;
}
.testimonial_sec .testimonial_slider .owl-nav button span {
    display: none;
}
.blog_sec .blog_slider .owl-dots {
    margin-top: 40px !important;
}
.blog_sec .blog_slider .owl-dots button.owl-dot span {
    background: #B5BCC7;
}

.blog_sec .blog_slider .owl-dots button.owl-dot.active span {
    background: #3D68F5;
}

.rating_sec {
    background: #F5FAFE;
    padding: 24px;
    border: 1px solid #C1CED9;
    border-radius: 20px;
    width: 68%;
    margin-left: auto;
    margin-bottom: 30px;
}

.rating_sec .top_sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.rating_sec .star_icon {
    width: 40px;
    display: flex;
    justify-content: space-around;
}

.rating_sec .top_sec .count {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
}

.rating_sec .average {
    font-size: 20px;
    font-weight: 500;
}

.right_sec .testimonial_photo {
    height: 340px;
    border-radius: 40px 0;
    overflow: hidden;
    width: 100%;  
}
.right_sec .testimonial_photo img {
    height: 100%;
    object-fit: cover;
}
.right_sec .testimonial_photo img {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.right_sec .testimonial_photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* .certificates_text_content .certificates_photo {
    display: block;
    width: 60%;
} */

.testimonial_sec .nav-tabs {
    border: none;
    justify-content: center;
    background: #2356b7;
    display: flex;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 61%;
    margin: 0 auto 30px;
}
.testimonial_sec .nav-tabs li button {
    color: #fff;
    border: none;
}

.testimonial_sec .nav-tabs li button.active {
    border-radius: 7px;
    color: #2356b7;
}

.testimonial_sec .nav-tabs li button:hover {
    border: none;
}


.testimonial_video_slider .testimonial_video_content {
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgb(205 205 205 / 50%);
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
}

.testimonial_video_slider .testimonial_video_content .testimonial_video {
    height: 300px;
    border-radius: 13px;
    overflow: hidden;
}

.testimonial_video_slider .testimonial_video_content .testimonial_video iframe {
    width: 100%;
    height: 100%;
}

.testimonial_video_slider .testimonial_video_content .text_content {
    padding: 18px 18px 0;
    text-align: center;
}

.testimonial_video_slider .testimonial_video_content .text_content .des {
    font-size: 15px;
    display: flex;
    text-align: center;
}

.testimonial_video_slider .testimonial_video_content .text_content .des span {
    font-size: 46px;
    flex: 0 0 20px;
    margin-right: 10px;
    float: left;
}

.testimonial_video_slider .testimonial_video_content .text_content .name {
    font-size: 16px;
    color: #2356b7;
}

.testimonial_video_slider .testimonial_video_content .text_content  .location {
    font-size: 16px;
    color: #7c7c7c;
}

.testimonial_video_slider .item {
    padding: 28px;
}
.testimonial_video_slider .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    /* right: 0; */
}

.testimonial_video_slider .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.testimonial_video_slider .owl-nav button span {
    font-size: 38px;
    color: #375ea8;
}

.testimonial_video_slider .owl-nav button:hover {
    background: none !important;
}
/* Testimonial Sec */


/* Home Care Service */

.about_sec.home_care_service {
    margin: 0;
    background: #4797eb;
    /* padding: 120px 0; */
}

.about_sec.home_care_service .about_photo {
    height: 700px;
    margin-top: 0;
    border-radius: 0;
}
.about_sec.home_care_service .why_choose_list {
    padding: 0;
    list-style-type: none;
    margin-top: 24px;
}
/* .about_sec.home_care_service .text_content {
    margin: 50px auto 0;
} */
.about_sec.home_care_service .des {
    color: #fff;
}
.about_sec.home_care_service .text_content .title {
    color: #fff;
}
.about_sec.home_care_service .text_content .why_choose_list li {
    margin-bottom: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.about_sec.home_care_service .text_content .why_choose_list li .service_icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.about_sec.home_care_service .text_content .why_choose_list li img {
    width: 28px;
}
.home_care_service .why_choose_list li i {
    font-size: 16px;
    margin-right: 9px;
    color: #fff;
}
.about_sec.home_care_service .why_choose_list li {
    color: #fff;
}
/* Home Care Service */


.about_page .specialists_sec .team_slider .owl-item .item {
    width: 100%;
}

.about_page .specialists_sec .team_slider .owl-stage {
    display: flex;
}
.about_page .specialists_sec .team_slider .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.about_page .specialists_sec .team_slider .owl-carousel .owl-stage {
    display: flex;
}
.about_page .specialists_sec .team_slider .owl-item .item {
    width: 100%;
    height: 100%;
}



/* Faq Sec */
.faq_sec {
    background: #f9f9f9;
    padding: 80px 0;
}
.faq_sec.bottom_faq_sec .accordion {
    margin-top: 60px;
}
.faq_sec.bottom_faq_sec {
    text-align: center;
}
.faq_sec.bottom_faq_sec .accordion-item {
    text-align: left;
}
.faq_sec.bottom_faq_sec .category_title {
    text-align: left;
}
.faq_sec.bottom_faq_sec .more {
    display: inline-block;
    margin-top: 40px;
}
.faq_sec .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.faq_sec .title img {
    width: 44px;
    margin-left: 10px;
}

.faq_sec  .accordion-item {
    margin-bottom: 30px;
    background: #E9F0FF;
    border: none;
    border-radius: 10px;
    padding: 24px;
}

.faq_sec .accordion-item .accordion-header button.accordion-button {
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 18px;
    color: #181818;
}
.faq_sec .accordion-item .accordion-body {
    padding: 0;
}
.faq_sec .accordion-item .text_content {
    border-top: 1px solid #8B9BBD;
    padding-top: 20px;
    margin-top: 20px;
}
.faq_sec .accordion-item .text_content .des {
    font-size: 16px;
    margin: 0;
}
.faq_sec .accordion-item .accordion-header button.accordion-button:after {
    background-image: url(../images/faq_down_arrow.png);
    width: 32px;
    height: 32px;
    background-size: cover;
}
.faq_sec .accordion-item .accordion-header button.accordion-button[aria-expanded="true"]:after {
    background-image: url(../images/faq_top_arrow.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    transform: rotate(0deg);
}
.faq_sec .category_title {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 24px;
}
/* Faq Sec */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.product_image_slider {
    margin-top: 120px;
}
.product_image_slider iframe {
    aspect-ratio: 16/9;
}
  
.product_image_slider .video-container {
    margin: 2rem;
    max-height: 300px;
}
  
  .product_image_slider img {
    display: block;
    max-width: 100%;
  }
  
  .product_image_slider main {
    display: grid;
    place-items: center;
    /* min-height: 100vh; */
  }
  
  .product_image_slider .container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
  }
  
  .product_image_slider .image-container {
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.product_image_slider .image-container span {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    /* border: 1px solid #fff; */
    padding: 6px 15px;
    background: #2356B7;
    border-radius: 28px;
    position: absolute;
    bottom: 4%;
    left: 2%;
}

.product_image_slider .image-container span.after_tag {
    right: 2%;
    left: auto;
}

.product_image_slider .container[style="--position: 10%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 9%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 8%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 7%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 6%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 5%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 4%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 3%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 2%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 1%;"] .image-container span.before_tag, .product_image_slider .container[style="--position: 0%;"] .image-container span.before_tag {
    display: none;
}
.product_image_slider .container[style="--position: 90%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 91%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 92%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 93%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 94%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 95%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 96%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 97%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 98%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 99%;"] .image-container span.after_tag, .product_image_slider .container[style="--position: 100%;"] .image-container span.after_tag {
    display: none;
}

.product_image_slider .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
  

  .product_image_slider .image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    filter: grayscale(100%)
  }
  
  .product_image_slider .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    /* height: 100%; */
  }
  
  .product_image_slider .slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
  }
  
  .product_image_slider .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
  }
  
  .product_image_slider .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
  }
  
/*****===== Home Page =====*****/
/*****===== Service Page =====*****/

.service_page .service_banner_sec {
    margin-top: 100px;
    position: relative;
}

.service_page .service_banner_sec .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
/* 
.service_page .service_banner_sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(260deg, rgb(35 86 183 / 51%) 0%, rgba(35, 86, 183, 1) 45%);
    left: 0;
    right: 0;
} */

.service_page .service_banner_sec .text_sec .banner_title {
    margin: 0;
    font-size: 34px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}

.service_page .service_banner_sec .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.our_services_sec {
    margin: 120px auto;
}

.our_services_sec .service_tab_sec {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.our_services_sec .service_tab_sec a {
    background: #87acf1;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    border-radius: 15px 15px 0 0;
    line-height: 24px;
    font-size: 16px;
    margin: 0 6px;
}
.our_services_sec .service_tab_sec a.active {
    background: #2356b7;
}

.services_content {
    margin-top: 50px;
}

.services_content .service_menu_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 7px 11px 0 rgb(183 183 183 / 50%);
    padding: 20px;
    border-radius: 15px;
}

.services_content .service_menu_list a {
    color: #5b6474;
    padding: 12px;
    background: #ebebeb;
    margin-bottom: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.services_content .service_menu_list a.active, .services_content .service_menu_list a:hover {
    background: #2356b7;
    color: #fff;
}

.services_content .service_text_content .title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #2356b7;
}

.services_content  .service_photo {
    height: 370px;
    overflow: hidden;
    border-radius: 15px;
    width: 40%;
    flex: 0 0 40%;
    margin-right: 40px;
    float: left;
    margin-bottom: 20px;
    border-radius: 40px 0;
}
.services_content .service_photo img {
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.services_content .service_photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* .service_content_wrapper {
    display: flex;
    flex-wrap: wrap;
} */

/* .service_content_wrapper .service_text_content {
    width: 57%;
} */

.service_content_wrapper .service_text_content .des {
    text-align: justify;
}
.service_content_wrapper .service_text_content .des .t-bold {
    display: block;
}
.service_content_wrapper .service_text_content  .list {
    padding-left: 20px;
    overflow: hidden;
}
.service_content_wrapper .service_text_content .list li {
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 16px;
}
.services_content .service_menu_list a .icon {
    width: 34px;
    height: 34px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.services_content .service_menu_list a .icon img {
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_content_wrapper .service_text_content .view_link {
    color: #2356B7;
}
.service_content_wrapper .service_text_content .view_link:hover {
    color: #007bff;
}
.service_content_wrapper.voice_correction .service_photo {
    float: right;
    margin-right: 0;
    margin-left: 40px;
}
/*****===== Service Page =====*****/


/*****===== About Page =====*****/
.about_page .about_sec {
    margin: 100px auto;
}

.about_page .about_sec .about_photo {
    height: 400px;
    margin-top: 130px;
}
.about_page .about_photo {
    margin-top: 300px;
}

.mission_vision_sec {
    background: #007bff;
    position: relative;
}
.mission_vision_sec:after {
    position: absolute;
    content: "";
    background: #2356b7;
    width: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.mission_vision_sec .mission_content {
    height: 100%;
    background: #fff;
}

.mission_vision_sec .mission_content .title {
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.mission_vision_sec .container {
    padding: 0;
}

.mission_vision_sec .row {
    margin: 0;
}

.mission_vision_sec  .grid_sec {
    padding: 0;
}

.mission_vision_sec .mission_content {
    background: #007bff;
    padding: 44px;
}

.mission_vision_sec .mission_content.vision {
    background: #2356b7;
    position: relative;
    z-index: 1;
}

.mission_vision_sec .mission_content .des {
    color: #fff;
}
.mission_vision_sec .mission_content .title .icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex: 0 0 50px;
}

.mission_vision_sec .mission_content .title .icon img {
    width: 30px;
}

.about_page .specialists_sec .team_slider {
    margin-top: 0;
}
/* International Patent Sec */
.international_patent_sec {
    padding: 48px 0;
    border-top: 3px solid #2356b7;
    background: url(../images/specialists_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.international_patent_sec .des {
    margin: 0;
    width: 60%;
    flex: 0 0 76%;
}

.international_patent_sec .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.international_patent_sec .title {
    width: 24%;
    flex: 0 0 24%;
}
/* International Patent Sec */


/* Specialists Sec */
.our_team {
    padding: 60px 0 0;
    text-align: center;
}

.specialists_sec .specialists_content {
    position: relative;
}
.our_team .more {
    display: inline-block;
    margin-top: 40px;
}
.our_team .team_slider {
    margin-top: 60px;
    padding: 0 60px;
}

.our_team .team_photo_content .text_content {
    background: #2356b7;
    padding: 15px;
    height: 100%;
}

/* .our_team .team_slider .owl-item {
    padding: 50px 0 70px;
} */
.our_team .team_photo_content {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    height: 100%;
}
.specialists_sec .specialists_content .specialists_photo_content .specialists_photo {
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    display: block;
}
.our_team .team_photo_content .user_photo {
    height: 300px;
}

.our_team .team_photo_content .user_photo img {
    height: 100%;
    object-fit: cover;
}
.specialists_sec .specialists_content .specialists_photo_content .specialists_photo img {
    height: 100%;
    object-fit: cover;
    
}

.specialists_sec .specialists_content .text_content {
    position: absolute;
    bottom: -60px;
    background: #2356B7;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    -moz-box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
    -webkit-box-shadow: 0 11px 19px 0 rgb(167 167 167 / 50%);
}


.our_team .team_photo_content .text_content .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.our_team .team_photo_content .text_content .designation {
    color: #D0E0FF;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15;
}
.our_team .team_photo_content .text_content a.linkedin_icon {
    background: #fff;
    width: 34px;
    display: flex;
    height: 34px;
    margin: 14px auto 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.our_team .team_photo_content .text_content a.linkedin_icon i {
    font-size: 20px;
    color: #2356b7;
}

.our_team .team_photo_content .text_content a.linkedin_icon:hover {
    background: #007bff;
}

.our_team .team_photo_content .text_content a.linkedin_icon:hover i {
    color: #fff;
}
.our_team .team_slider button {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../images/service_l_arrow.png) !important;
    width: 30px;
    height: 50px;
    margin: auto !important;
    background-repeat: no-repeat !important;
}
.our_team .team_slider button:hover {
    background-color: #fff !important;
    opacity: 0.5;
}
.our_team .team_slider button span {
    display: none;
}

.our_team .team_slider button.owl-next {
    right: 0;
    left: auto;
    background-image: url(../images/service_r_arrow.png) !important;
    background-repeat: no-repeat !important;
}
.our_team .team_slider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
/* Specialists Sec */



/*****===== About Page =====*****/

/*****===== Service Page =====*****/

.service_page .about_photo {
    margin-top: 200px;
}
/*****===== Service Page =====*****/



/*****===== Cost Hearing Solution Page =====*****/
.hearing_solution_page .about_sec .about_photo {
    margin-top: 144px;
    height: 410px;
}
.service_page.hearing_solution_page  .container {
    align-items: center;
}
.hearing_solution_page .about_sec .text_content .title {
    margin-top: 0;
}
.service_page.hearing_solution_page .about_photo {
    margin-top: 0;
}
.service_page.hearing_solution_page .about_sec .text_content .des:last-child {
    margin-bottom: 0;
}
/*****===== Cost Hearing Solution Page =====*****/

/*****===== Why Choose Page =====*****/
.why_choose_page .service_banner_sec {
    margin-top: 114px;
}
/*****===== Why Choose Page =====*****/

/*****===== Contact Page =====*****/
.conatct_sec {
    padding: 120px 0;
}

.conatct_sec .address_list_sec {
    list-style-type: none;
    padding: 0;
}

.conatct_sec .address_list_sec li {
    display: flex;
    background: #fff;
    box-shadow: 0 9px 11px 0 rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
}

.conatct_sec .address_list_sec li .address_icon {
    margin-right: 14px;
    margin-top: 6px;
}

.conatct_sec .address_list_sec li .address_icon i {
    font-size: 24px;
    color: #2356b7;
}

.conatct_sec .address_list_sec li .text_content .address_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
    color: #333;
}

.conatct_sec .address_list_sec li .text_content .des {
    margin: 0;
    color: #848181;
    font-size: 16px;
}

.conatct_sec .address_list_sec li .text_content a {
    color: #2356b7;
    margin-top: 8px;
    display: block;
}



.conatct_sec {
    padding: 120px 0;
}
.conatct_sec .container {
    max-width: 990px;
}

.conatct_sec .address_list_sec {
    list-style-type: none;
    padding: 0;
}

.conatct_sec .address_list_sec li {
    display: flex;
    background: #fff;
    box-shadow: 0 9px 11px 0 rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
}

.conatct_sec .address_list_sec li .address_icon {
    margin-right: 14px;
    margin-top: 6px;
}

.conatct_sec .address_list_sec li .address_icon i {
    font-size: 24px;
    color: #2356b7;
}

.conatct_sec .address_list_sec li .text_content .address_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
    color: #333;
}

.conatct_sec .address_list_sec li .text_content .des {
    margin: 0;
    color: #848181;
    font-size: 16px;
}

.conatct_sec .address_list_sec li .text_content a {
    color: #2356b7;
    margin-top: 8px;
    display: block;
}

.conatct_sec .contact_form_sec {
    box-shadow: 0 9px 11px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
}

.conatct_sec .contact_form_sec .top_sec {
    background: #2356b7;
    padding: 20px;
    text-align: center;
}
.conatct_sec .contact_form_sec .top_sec .contact_title {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}

.conatct_sec .contact_form_sec .top_sec .contact_title span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.conatct_sec .contact_form_sec .form_sec {
    padding: 24px;
}

.conatct_sec .contact_form_sec .form_sec .form-group {
    margin-bottom: 18px;
}

.conatct_sec .contact_form_sec .form_sec .form-group .form-control {
    height: 44px;
    font-size: 16px;
}
.conatct_sec .contact_form_sec .form_sec .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.conatct_sec .contact_form_sec .form_sec .form-group textarea {
    width: 100%;
    height: 110px;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 9px;
    outline: none;
}
.conatct_sec .contact_form_sec .form_sec .form-group.submt-group {
    text-align: center;
    margin: 0;
}

.conatct_sec .contact_form_sec .form_sec .form-group.submt-group .submt-btn.more {
    padding: 10px 30px;
    font-size: 18px;
}



/* Get Touch Sec */
.contact_page .get_touch_sec {
    text-align: center;
    padding: 50px 0;
}
.contact_page .get_touch_sec .title {
    margin-bottom: 24px;
}
.contact_page .get_touch_sec .des {
    text-align: justify;
}
.contact_page .address_branch_sec {
    background: #f5f5f5;
    padding: 120px 0 80px;
}

.contact_page .address_branch_sec .main_branc_sec {
    background: #fff;
    padding: 42px 30px;
    border-radius: 20px;
}

.contact_page .address_branch_sec .main_branc_sec .title {
    color: #007bff;
}

.contact_page .address_branch_sec .main_branc_sec  .address_list_sec {
    padding: 0;
    list-style-type: none;
    margin: 26px auto 0;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li {
    display: flex;
    margin-bottom: 50px;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li .address_icon {
    float: left;
    margin-top: 5px;
    margin-right: 21px;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li .address_icon i {
    font-size: 22px;
    color: #2356b7;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li .text_content .address_title {
    font-size: 20px;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li .text_content  .des {
    font-size: 16px;
    color: #9d9d9d;
    margin: 0;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li a {
    color: #9d9d9d;
}

.contact_page .address_branch_sec .main_branc_sec .address_list_sec li:last-child {
    margin-bottom: 0;
}
.contact_page .other_branc_sec .title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 26px;
}
.other_branc_sec .title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 40px;
}

.other_branc_sec .other_branch_sec {
    display: flex;
    flex-wrap: wrap;
}

.other_branc_sec .other_branch_sec .other_branch_content {
    width: 30%;
    background: #ffffff;
    padding: 16px;
    border-radius: 13px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.other_branc_sec .other_branch_sec .other_branch_content .hospital_name {
    font-size: 18px;
}

.other_branc_sec .other_branch_sec .other_branch_content .address_list_sec {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 1.8;
    margin-bottom: 10px;
}
.other_branc_sec .other_branch_sec .other_branch_content:nth-child(2n-2) {
    background: #3570e1;
}
.other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li a:hover {
    color: #81a9f5;
}


.other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li a {
    color: #9d9d9d;
}

.other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li:last-child {
    margin-bottom: 0;
}

.other_branc_sec .other_branch_sec .other_branch_content:nth-child(2n-2) .hospital_name {
    color: #fff;
}

.other_branc_sec .other_branch_sec .other_branch_content:nth-child(2n-2)  li {
    color: #fff;
}

.other_branc_sec .other_branch_sec .other_branch_content:nth-child(2n-2) li a {
    color: #fff;
}

.other_branc_sec .other_branch_sec .other_branch_content:nth-child(2n-2) li i {
    margin-right: 8px;
}

/* Get Touch Sec */


.contact_page .address_branch_sec .container {
    max-width: 1100px;
}
.branch_content .other_branc_sec {
    margin-top: 40px;
}

.branch_content .other_branc_sec .title {
    color: #2c2d31;
    margin-bottom: 20px;
}

.branch_content .other_branc_sec .other_branc_content {
    margin-bottom: 40px;
}




.branch_content .other_branc_sec .other_branc_content .branch_address.address {
    background: #fff;
}

.branch_content .other_branc_sec .other_branc_content .branch_address.address .branch_photo {
    height: 100%;
    display: flex;
}

.branch_content .other_branc_sec .other_branc_content .branch_address.address .branch_photo img {
    height: auto;
    width: 80%;
    display: block;
    margin: auto;
    object-fit: unset;
}
.contact_page .branch_content .other_branc_sec .other_branc_content .branch_address {
    display: flex;
    align-items: center;
}
.branch_content .other_branc_sec  .branch_address {
    height: 100%;
    background: #fff;
}
.branch_content .other_branc_sec .branch_address .branch_photo {height: auto;/* padding: 70px; */}

.branch_content .other_branc_sec .branch_address .branch_photo img {
    height: auto;
    width: 80%;
    margin: auto;
    display: block;
}
.branch_content .other_branc_sec  .branch_content .location_sec {
    height: 228px;
}
.branch_content .location_sec iframe {
    height: 100%;
}
.branch_content .other_branc_sec .other_branc_content .location_content iframe {
    height: 100%;
}

.branch_content .other_branc_sec .other_branc_content .location_content .location_sec {
    height: 230px;
}
/*****===== Contact Page =====*****/


/*****===== Blog Page =====*****/
.blog_page .blog_sec {
    background: #fff;
}
.blog_page .blog_sec .blog_content_sec {
    display: block;
    height: 100%;
}
.blog_page .blog_sec .blog_content_sec .blog_photo {
    width: 100%;
    height: 280px;
    flex: 0 0 100%;
    overflow: hidden;
    display: block;
}
.blog_page .blog_sec .blog_content_sec:hover .text_content .blog_title {
    color: #254edb;
}
.blog_page .blog_sec .blog_content_sec .blog_photo img {
    height: 100%;
    object-fit: cover;
}
.blog_page .blog_sec .blog_content_sec .text_content .blog_title {
    font-size: 18px;
}
.blog_page .blog_sec .blog_content_sec .text_content .des {
    font-size: 15px;
}



/* .blog_page .blog_sec .blog_content_sec .text_content .date_admin {
    flex-direction: column;
} */
.blog_page .blog_sec .blog_content_sec .text_content .date_admin .date {
    margin-bottom: 0;
    font-size: 11px;
    margin-right: 10px;
}
.blog_page .blog_sec .blog_content_sec .text_content .date_admin .date:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
.blog_page .blog_sec .blog_content_sec .text_content .blog_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
/*****===== Blog Page =====*****/

/*****===== Blog Details Page =====*****/
.blog_details_page .blog_sec {
    background: #fff;
}
.blog_details_page .blog_content_sec {
    flex-direction: column;
    border: none;
    display: block;
}

.blog_details_page .blog_content_sec .blog_photo {
    width: 100%;
    height: 400px;
}
.blog_details_page .blog_content_sec .blog_photo img {
    height: 100%;
    display: block;
}

.blog_details_page .blog_content_sec .text_content {
    padding: 20px;
}

.blog_details_page .blog_content_sec .text_content .des {
    line-height: 1.8;
    display: block;
}

.blog_details_page .blog_content_sec .text_content .details_list {
    padding: 10px 15px;
    margin: 0;
}

.blog_details_page .blog_content_sec .text_content .details_list li {
    margin-bottom: 13px;
    color: #6E7383;
}

.blog_details_page .right_sec .title {
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.blog_details_page .right_sec .title span {
    background: #2356b7;
    padding: 10px 20px;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    display: inline-block;
    margin-left: 31px;
}

.blog_details_page .right_sec .related_posts_list {
    /* margin-top: 30px; */
    background: #fff;
    padding: 14px;
    border-radius: 8px 8px;
}

.blog_details_page .right_sec .related_posts_list .blog_content_sec {
    flex-direction: row;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1c8c8ea;
    border-radius: 0;
    padding-bottom: 12px;
    display: flex;
}

.blog_details_page .right_sec .related_posts_list .blog_content_sec:hover .text_content .blog_title {
   color: #2356b7;
}

.blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content {
    padding: 0 0 0 10px;
}

.blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .blog_title {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: none;
    width: 92%;
}

.blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content  .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.5;
}

.blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
    height: 65px;
    border-radius: 6px;
    flex: 0 0 24%;
}
.blog_details_page .right_sec .related_posts_list .blog_content_sec .blog_photo img {
    height: 100%;
}
.blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .date_admin {
    margin-bottom: 6px;
}
.blog_details_page .right_sec .related_posts_list .blog_content_sec:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog_details_page .blog_content_sec .blog_details_video {
    height: 490px;
    border-radius: 15px;
    overflow: hidden;
}

.blog_details_page .right_sec .right_content .service_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog_details_page .right_sec .right_content .service_list li {
    background: #eef2ff;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 8px;
    text-align: left;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_details_page .right_sec .right_content .service_list li:hover, .blog_details_page .right_sec .right_content .service_list li.active {
    background: #297bff;
    color: #fff;
}

.blog_details_page .right_sec .right_content .service_list li a {
    float: right;
    background: #ffffff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    color: #007bff;
    border: 1px solid #fff;
}

.blog_details_page .right_sec .right_content .service_list li a:hover {
    background: #007bff;
    color: #fff;
    border: 1px solid #fff;
}

.blog_details_page .blog_content_sec .blog_details_video iframe {
    width: 100%;
    height: 100%;
}
.blog_details_page .blog_sec .blog_content_sec .text_content .date_admin .date {
    font-size: 13px;
    margin-right: 15px;
}
.blog_details_page .blog_sec .blog_content_sec .text_content .date_admin .date:last-child {
    margin-right: 0;
}
.related_blog_sec  .related_blog_slider {
    margin-top: 60px;
}
.related_blog_sec .title {
    margin-bottom: 30px;
}
.related_blog_sec .related_blog_slider .owl-stage {
    display: flex;
}
.related_blog_sec .related_blog_slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.related_blog_sec .related_blog_slider .owl-item .item {
    width: 100%;
    height: 100%;
}

.related_blog_sec .blog_content_sec {
    border: 1px solid #b5bcc7;
    height: 100%;
}
.related_blog_sec .blog_content_sec .blog_photo {
    height: 310px;
}

.related_blog_sec .blog_content_sec .text_content .blog_title {
    font-size: 20px;
    line-height: 1.2;
}

.related_blog_sec .blog_content_sec .text_content .des {
    -webkit-line-clamp: 2;
    -line-clamp: 2;
    display: -webkit-box;
}


.related_blog_sec .related_blog_slider .owl-nav {
    display: flex;
    justify-content: center;
}
.related_blog_sec .related_blog_slider .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    display: block;
    margin: 10px 10px !important;
}

.related_blog_sec .related_blog_slider .owl-nav button span {
    font-size: 19px;
}

.related_blog_sec .related_blog_slider .owl-nav button:hover {
    background: #2356B7 !important;
    border: 1px solid #2356B7 !important;
}

.right_content .testimonial_slider.owl-loaded {
    padding: 18px;
}

.right_content .testimonial_slider .testimonial_content .des {
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    margin-bottom: 10px;
}
.blog_details_page .right_sec .right_content {
    margin-bottom: 30px;
}
.right_content .testimonial_slider .testimonial_content .bottom_sec .text_content .des {
    font-size: 15px;
}

.right_content .testimonial_slider .testimonial_content .bottom_sec .text_content .name {
    font-size: 16px;
}

.right_content .testimonial_slider .testimonial_content .bottom_sec .patient_photo {
    width: 40px;
    height: 40px;
}

.right_content .testimonial_slider .owl-nav {
    text-align: right;
    margin-top: 10px;
}

.right_content .testimonial_slider .owl-nav button {
    width: 30px;
    height: 30px;
    background: #EEF2FF;
    border-radius: 50%;
    margin: 0 0 0 10px;
}

.right_content .testimonial_slider .owl-nav button:hover {
    background: #c8d2f5;
}
/*****===== Blog Details Page =====*****/


/*****===== Why Choose Us Page =====*****/


.about_sec .text_content .why_choose_list li {
    margin-bottom: 14px;
    font-size: 16px;
}
.why_choose_sec {
    margin: 100px auto;
}
.why_choose_page .about_sec.why_choose .about_photo {
    margin-top: 0;
    position: relative;
    top: 48px;
    height: 280px;
}
/*****===== Why Choose Us Page =====*****/


/*****===== Product Detal Page =====*****/
/****==== Phone Finder Page  ====****/







.product_details .best_info {
    margin-bottom: 60px;
    margin-top: 70px;
}

.product_details .best_info .title {
    margin-bottom: 20px;
}
.product_details .best_info .des {
    text-align: justify;
}
.product_details .best_info .service_list {
    padding: 0;
    list-style-type: none;
    margin: 0 40px 0 0;
}
.product_details .best_info .bottom_sec {
    display: flex;
}
.product_details .best_info .service_list {
    padding: 0;
    list-style-type: none;
    margin: 0 30px 0 0;
}

.product_details .best_info .service_list li {
    margin-bottom: 13px;
    font-size: 18px;
    color: #444444;
}

.product_details .best_info .service_list li i {
    margin-right: 9px;
}
.deals_product_sec .latest_product .text_content .info_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.deals_product_sec .latest_product .text_content .info_list li {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    line-height: 1.6;
}

.deals_product_sec .latest_product .text_content .info_list li i {
    font-size: 13px;
    margin-right: 3px;
}

.deals_product_sec .latest_product {
    border: 1px solid #DBDBDB;
    padding: 15px;
    display: block;
    border-radius: 15px;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    background: #fff;
}
.deals_product_sec .latest_product:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    width: 90%;
    margin: auto;
    height: 88%;
}
.deals_product_sec .latest_product:hover:before {
    background: linear-gradient(270deg, rgb(35 86 183 / 58%) 0.8%, rgb(35 86 183 / 35%) 39.2%, rgb(161 178 209) 69.64%, rgb(150 178 231) 97.74%);
    filter: blur(22.170000076293945px);
}
.deals_product_sec .latest_product .latest_phone {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


.deals_product_sec .latest_product .text_content {
    margin-top: 15px;
    position: relative;
    text-align: left;
}
.deals_product_sec .latest_product .text_content .price {
    font-size: 28px;
    color: #161616;
    font-weight: 700;
    margin: 0;
}

.deals_product_sec .latest_product .display_tag {
    z-index: 1;
    top: -13px;
}

.deals_product_sec .latest_product .text_content .product_title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1E1E1E;
    text-transform: capitalize;
}
.deals_product_sec .latest_product .text_content .price {
    font-size: 20px;
    color: #a1a1a1;
    font-weight: 400;
    margin: 0 0 5px;
    text-decoration: line-through;
}
.deals_product_sec .latest_product .price_sec .device_score {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.deals_product_sec .latest_product .price_sec img {
    width: 40px;
}

.deals_product_sec .latest_product .rating_sec {
    right: 0;
    display: flex;
    align-items: self-start;
    margin-left: auto;
    position: absolute;
    top: 10px;
    background: var(--Blue-Orange, linear-gradient(90deg, #F56040 24.08%, #415CE7 111.24%));
    padding: 4px;
    right: 10px;
    border-radius: 5px;
    z-index: 1;
}
.deals_product_sec .latest_product .rating_sec .rating {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}
.deals_product_sec .latest_product .rating_sec img {
    width: 13px;
    margin-right: 4px;
    height: auto !important;
    object-fit: none !important;
    filter: brightness(0) invert(1);
    float: left;
    margin-top: 1px;
}
.deals_product_sec .latest_product .text_content .price.offer_price {
    color: #161616;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
.deals_product_sec .latest_product .text_content .btn_ecommerce .more {
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 400;
}
.deals_product_sec .latest_product .price_sec .view_btn {
    margin-top: 0;
}
.deals_product_sec .latest_product .text_content .btn_ecommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.deals_product_sec .latest_product .text_content .btn_ecommerce .ecommerce_icon {
    width: 12%;
}


/* Brand Sec */
.brand_sec {
    background: #E1EAF9;
    padding: 80px 0;
    text-align: center;
}
.brand_sec .title {
    margin: 12px auto;
}
.brand_sec  .brand_gid {
    margin-top: 60px;
}
.brand_sec .band_icon {
    display: block;
    border: 1px solid #eaeaea;
    padding: 24px;
    height: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
}
.brand_sec .band_icon:hover img {
    opacity: 0.8;
}

.brand_page .product_deals_info {
    background: #f9f9f9;
}

.hearing_aids_baneer {
    margin-top: 115px;
}
/* Brand Sec */

.deals_product_sec.hearing_aids {
    padding: 120px 0 80px;
    text-align: center;
}
.deals_product_sec.hearing_aids  span {
    margin: 0 4px;
}

.deals_product_sec.hearing_aids span i {
    color: #2356b7;
    margin-right: 3px;
    font-size: 18px;
}
.deals_product_sec.hearing_aids span.brands i {
    color: #eb6e00;
}

.deals_product_sec.hearing_aids .deals_product_content {
    margin-top: 60px;
}
.deals_product_sec.hearing_aids .deals_product_content .row {
    justify-content: center;
}

.deals_product_sec.hearing_aids .title {
    margin: 10px auto 10px;
}

.deals_product_sec .latest_product .latest_phone {
    height: 200px;
}

.deals_product_sec .latest_product .latest_phone img {
    height: 100%;
    object-fit: cover;
}
.deals_product_sec .latest_product .text_content .des {
    font-size: 14px;
}





/* Hearing Bliss Sec */
.hearing_bliss_sec {
    padding: 120px 0;
    text-align: center;
    background: #e1eaf9;
}
.hearing_bliss_sec .hearing_bliss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hearing_bliss_sec .hearing_bliss .bills_content {
    width: 18%;
    border: 1px solid #eaeaea;
    padding: 18px;
    margin: 10px;
    border-radius: 15px;
    background: #fff;
}
.hearing_bliss_sec .hearing_bliss .bills_content .icon {
    background: #2356b7;
    width: 70px;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.hearing_bliss_sec .hearing_bliss .bills_content .icon img {
    width: 48px;
}
.hearing_bliss_sec .hearing_bliss .bills_content .icon i {
    color: #fff;
    font-size: 27px;
}
.hearing_bliss_sec .hearing_bliss .bills_content .text_content .hearing_title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1E1E1E;
}
.hearing_bliss_sec .hearing_bliss .bills_content .des {
    font-size: 14px;
    margin: 0;
    text-align: center;
}


.hearing_bliss_sec .title {
    margin: 20px auto 40px;
}

/* Hearing Bliss Sec */


/* Product Deals Info */
.product_deals_info .info_faq {
    width: 55%;
}

.product_deals_info .info_faq .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
    background-image: url(../images/faq_top_arrow.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    transform: rotate(0deg);
}
.product_deals_info .info_faq .accordion-item .accordion-header .accordion-button:after {
    background-image: url(../images/faq_down_arrow.png);
    width: 32px;
    height: 32px;
    background-size: cover;
}
.product_deals_info {
    padding: 120px 0 80px;
}
.product_deals_info .container {
    display: flex;
    justify-content: space-between;
}
.product_deals_info .container {
    display: flex;
}

.product_deals_info .title_content_sec {
    width: 38%;
}

.product_deals_info .title_content_sec .title {
    margin: 10px auto 20px;
    text-align: justify;
    font-size: 24px;
}
.product_deals_info .title_content_sec .title_des {
    line-height: 1.8;
    text-align: justify;
}
.product_deals_info .info_faq .accordion-item {
    margin-bottom: 30px;
    background: #E9F0FF;
    border: none;
    border-radius: 10px;
    padding: 24px;
}

.product_deals_info .info_faq .accordion-item .accordion-header .accordion-button {
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 20px;
    color: #181818;
}

.product_deals_info .info_faq .accordion-item .accordion-body .text_content {
    border-top: 1px solid #8B9BBD;
    padding-top: 20px;
    margin-top: 20px;
}

.product_deals_info .info_faq .accordion-item .accordion-body .text_content .des {
    font-size: 16px;
    margin: 0;
}
/* Product Deals Info */






/*****===== Deals Page =====*****/

/*****===== Hearing Solution Page =====*****/
.hearing_solution_page .about_sec {
    margin: 100px 0;
}

/*****===== Hearing Solution Page =====*****/

/*****===== Why Choose Us Page =====*****/
.service_page .why_choose {
    margin: 120px auto;
}
/*****===== Why Choose Us Page =====*****/


.service_page .why_choose .about_photo {
    margin-top: 176px;
    height: 260px;
}


/*****===== Faq Page =====*****/
.faq_page .subtitle {
    text-align: center;
}

.faq_page .faq_sec {
    text-align: center;
}

.faq_page .faq_sec .accordion {
    margin-top: 60px;
}

.faq_page .faq_sec .accordion .category_faq_sec {
    text-align: left;
}
/*****===== Faq Page =====*****/


 /****====  Terms Conditions Page  ====****/

 .terms_conditions_page .terms_conditions_banner_sec {
    margin-top: 110px;
    background: #efefef;
    padding: 37px 0;
}

.terms_conditions_page .terms_conditions_banner_sec .title {
    font-size: 28px;
}
.terms_conditions_sec {
    padding: 50px 0;
}


.terms_conditions_sec .last_update {
    margin-bottom: 50px;
}

.terms_conditions_sec .update_text_content .des {
    font-size: 14px;
    margin-bottom: 10px;
}

.terms_conditions_sec .last_update {
    margin-bottom: 0;
}

.terms_conditions_sec .last_update .update {
    font-size: 14px;
    margin-bottom: 11px;
    background: #2356b7;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.terms_conditions_sec .last_update .update span {
    margin-right: 1px;
    margin-left: 8px;
}

.terms_conditions_sec .last_update .update span i {
    font-size: 12px;
}

.privacy_policy_content .sub_title {
    font-size: 18px;
    font-weight: 700;
}

.privacy_policy_content .title {
    margin-bottom: 20px;
    font-size: 18px;
}


.privacy_policy_content .policy_list li {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 14px;
}

.privacy_policy_content .policy_list {
    margin-bottom: 30px;
}
.update_text_content .title {
    margin-bottom: 14px;
    font-size: 20px;
}
.privacy_policy_content .policy_list li a {
    word-break: break-all;
    color: #2356B7;
}
.privacy_policy_content .policy_list li a:hover {
    color: #007bff;
}
/****====  Terms Conditions Page  ====****/

/****====  Speak India Page  ====****/
.speak_india_page .about_sec .about_photo {
    margin-top: 0;
    height: 440px;
}
.speak_india_page .text_content .des:last-child {
    margin-bottom: 0;
}

.speak_india_page .about_sec {
    margin: 0;
    padding: 120px 0;
}

.speak_india_page .speech_problem {
    padding-top: 30px;
}
.speak_india_page .speech_problem .container {
    flex-direction: row-reverse;
}

.speak_india_page .speech_problem .bottom_sec {
    display: block;
}

.about_sec.speech_problem  .bottom_sec li {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 8px;
}
.about_sec.speech_problem .about_photo.speech_problem._photo {
    height: 300px;
    margin-right: 0;
    padding-top: 0;
    margin-left: 50px;
}
.sishu_vikas_page .about_sec {
    margin: 120px auto;
}
.speech_problem.about_sec .text_content .bottom_sec {
    margin-top: 30px;
}
.sishu_vikas_page .container {
    flex-direction: column;
}
.sishu_vikas_page .about_sec .about_photo {
    margin: 0;
    height: 670px;
    width: 70%;
}
.sishu_vikas_page .about_sec .about_photo {
    margin: 40px auto;
    height: 670px;
    width: 70%;
}



/****====  Speak India Page  ====****/


.branch_address .branch_photo {
    height: 320px;
    overflow: hidden;
}
.branch_address .branch_photo img {
    height: 320px;
    object-fit: cover;
}
.branch_address .text_content {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(60 117 227) 100%);
    padding: 16px 15px;
    text-align: center;
}
.branch_content .location_sec iframe {
    width: 100%;
}
.branch_address .text_content .details_list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
}
.branch_address .text_content .details_list li {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 0 10px;
    line-height: 20px;
}
.branch_address .text_content .branch_name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block !important;
    width: 100%;
    border-right: none !important;
    padding: 0 0 8px !important;
}
.branch_address .text_content .details_list li:last-child {
    border-right: none;
}
.branch_address .text_content .details_list li.address {
    width: 90%;
    justify-content: center;
    align-items: self-start;
}
.branch_address .text_content .details_list li.address i {
    margin: 11px 8px 0 0;
}
.branch_address .text_content .details_list li .des {
    color: #fff;
}

.branch_address .text_content .details_list li i {
    color: #fff;
    margin-right: 4px;
    font-size: 12px;
}

.branch_address .text_content .details_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.location_content {
    border-radius: 0 40px;
    overflow: hidden;
}
.location_content .top_sec {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(60 117 227) 100%);
    text-align: center;
    padding: 20px 30px;
}

.branch_content .location_sec {
    height: 334px;
    overflow: hidden;
}
.location_content .top_sec .branch_name {
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 900;
}
.location_content .top_sec .address {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 0 5px;
}

.location_content .top_sec .address i {
    color: #fff;
    font-size: 12px;
    margin-right: 4px;
    position: relative;
}
.location_content .top_sec .address .des {
    color: #fff;
    font-size: 16px;
    margin: 0;
    /* text-align: left; */
    line-height: 1.6;
}

.branch_address {
    border-radius: 40px 0;
    overflow: hidden;
}
.location_content.location {
    border-radius: 40px 0;
}

.branch_address.address {
    border-radius: 0 40px;
}

/* Our Audiologists Page */

.audiologists_page .specialists_sec {
    background: #fff;
}
.audiologists_page .specialists_sec  .our_team {
    padding-bottom: 0;
    margin-top: 50px;
}
.audiologists_page .specialists_sec .title {
    margin-bottom: 0;
}
.audiologists_page .specialists_sec  .our_team {
    padding-bottom: 0;
}
.audiologists_page .specialists_sec .our_team .specialists_grid {
    margin-bottom: 100px;
}

.audiologists_page .specialists_sec .specialists_photo_content {
    box-shadow: 0px 10px 17px rgb(219 219 219);
    -moz-box-shadow: 0px 10px 17px rgb(219 219 219);
    -webkit-box-shadow: 0px 10px 17px rgb(219 219 219);
}
/* Our Audiologists Page */

/* Cost Hearing Solution */
.service_page.hearing_solution_page .service_banner_sec {
    margin-top: 115px;
}
.hearing_solution_page .app_download_sec {
    margin-top: 160px;
}
/* Cost Hearing Solution */

.career_banner {
    margin-top: 116px;
}
.privacy_policy_content .des a {
    color: #2356b7;
}
.privacy_policy_content .des a:hover {
    color: #007bff;
}
.terms_conditions_page .faq_sec.bottom_faq_sec {
    padding: 60px 0;
}
.terms_conditions_page .faq_sec.bottom_faq_sec .accordion-item .text_content a {
    color: #2356b7;
}
.terms_conditions_page .faq_sec.bottom_faq_sec .accordion-item .text_content a:hover {
    color: #007bff;
}



/*****===== Book Appointment Page  =====*****/
.book_appointment_page {
    margin-top: 115px;
}
.book_appointment_page .book_appointment_sec .top_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.book_appointment_page .book_appointment_sec .top_sec .r_sec {
    display: flex;
    align-items: center;
    justify-content: end;
}

.book_appointment_page .book_appointment_sec .top_sec .brg_logo {
    width: 39%;
}

.book_appointment_page .book_appointment_sec .top_sec  .msme_logo {
    width: 15%;
    flex: 0 0 15%;
    margin-right: 20px;
}

.book_appointment_page .book_appointment_sec .top_sec .dpit_logo {
    width: 44%;
    flex: 0 0 44%;
}
.book_appointment_page .book_appointment_sec .branch_photo {
    height: 100%;
    border-radius: 40px 0;
    overflow: hidden;
}

.book_appointment_page .book_appointment_sec .branch_photo img {
    height: 100%;
    object-fit: cover;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.book_appointment_page .book_appointment_sec .branch_photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.book_appointment_page .conatct_sec .contact_form_sec .form_sec .form-group label {
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
    color: #545353;
    text-transform: capitalize;
}

.book_appointment_page .conatct_sec {
    padding: 80px 0 120px;
    background-image: url(../images/book_appointment_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
}
.book_appointment_page .conatct_sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2356b766;
}
.book_appointment_page .container {
    position: relative;
}
.book_appointment_page .conatct_sec .contact_form_sec .form_sec .form-group .form-select {
    height: 44px;
}
.book_appointment_page .conatct_sec .contact_form_sec .form_sec .form-group .form-select:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.book_appointment_page .book_appointment_wrapper {
    box-shadow: 0 9px 11px 0 rgb(0 0 0 / 15%);
    padding: 30px;
    border-radius: 25px;
    background: #fff;
}

.book_appointment_page .conatct_sec .contact_form_sec {
    box-shadow: none;
}
/*****===== Book Appointment Page  =====*****/


/* Footer Sec */
.footer_sec {
    background: #020c1e;
    padding: 0;
}
.footer_sec .footer_top_sec {
    padding: 90px 0;
}
.footer_sec .footer_top {
    padding: 80px 0;
}
.footer_sec .f_about {
    padding-right: 80px;
}
.footer_sec .f_about .f_logo {
    display: block;
    width: 180px;
}

.footer_sec .f_about_sec  .f_menu {
    margin-top: 30px;
}

.footer_sec .f_about_sec .f_menu .f_title {
    margin-bottom: 20px;
}

.footer_sec .f_about_sec .f_menu  li {
    margin-bottom: 10px;
}
.footer_sec .f_about .des {
    color: #A1A1A1;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_sec .f_about_sec .f_logo {
    display: block;
    width: 40%;
    margin-bottom: 24px;
}
.footer_sec .f_about_sec .social_sec .f_title {
    margin-bottom: 20px;
}
.footer_sec .f_about_sec .des {
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
}

.footer_sec .footer_top_sec .f_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #bad1fd;
}
.footer_sec .footer_top_sec .f_menu.info_menu {
    padding-left: 30px;
}
.footer_sec .footer_top_sec .menu_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_sec .footer_top_sec .menu_list li .des {
    color: #ffffff;
    margin: 0;
}
.footer_sec .footer_top_sec .menu_list li a {
    color: #010101;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.footer_sec .social_sec  .social {
    display: flex;
    justify-content: flex-end;
}

.footer_sec .social_sec .social a {
    margin-left: 16px;
}
.footer_sec .social_sec .social a:hover {
    opacity: 0.5;
}

.footer_sec .footer_top_sec .menu_list li a {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
.footer_sec .footer_top_sec .menu_list li a.active,.footer_sec .footer_top_sec .menu_list li a:hover {
    color: #3159A6;
}

.footer_sec .f_link .f_title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700;
}

.footer_sec .footer_top_sec .menu_list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer_sec .footer_top_sec .menu_list li img {
    width: 16px;
    flex: 0 0 20px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}
.footer_sec .footer_top_sec .menu_list li .location_icon {
    margin-top: 5px;
    margin-right: 12px;
}
.footer_sec .footer_top_sec .menu_list li a {
    margin: 0;
}
.footer_sec .footer_top_sec .social_sec {
    margin-top: 110px;
    text-align: right;
}
.footer_sec .bottom_sec {
    background: #759be1;
}
.footer_sec .bottom_sec .des {
    margin: 0;
    text-align: center;
    color: #181818;
    font-size: 14px;
    padding: 8px 0;
}

.footer_sec .bottom_sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.footer_sec .bottom_sec .menu_list {
    display: flex;
    margin: 0;
    padding: 0;
}

.footer_sec .bottom_sec .menu_list li {
    padding-right: 10px;
    border-right: 1px solid #181818;
    line-height: 13px;
    list-style-type: none;
    margin-right: 10px;
}
.footer_sec .bottom_sec .menu_list li::marker {
    display: none;
}
.footer_sec .bottom_sec .menu_list li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.footer_sec .bottom_sec .menu_list li a {
    color: #181818;
    font-size: 14px;
}
.footer_sec .bottom_sec .menu_list li a:hover, .footer_sec .bottom_sec .menu_list li a.active {
    color: #ffffff;
}


.footer_sec .footer_top_sec .location_sec {
    border-radius: 5px;
    overflow: hidden;
}

.footer_sec .footer_top_sec .location_sec iframe {
    width: 100%;
    height: 100%;
}


/* Footer Sec */


#button {
    display: inline-block;
    background-color: #2356B7;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #007bff;
  }
  #button:active {
    background-color: #007bff;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }



 /*=============== Start Responsive css ===============*/

 
/* 1800px */
@media screen and (max-width: 1800px) {

    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
        /* right: 0; */
        /* left: auto; */
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown.more_menu {
        left: auto;
        right: 0;
    }

    .banner_slider .owl-nav button {
        left: 5%;
    }
    .banner_slider .owl-nav button.owl-next {
        right: 5%;
    }
    .about_sec .text_content .title {
        margin-bottom: 30px;
    }
    .about_sec.home_care_service .text_content .why_choose_list li {
        margin-bottom: 24px;
    }
    /***=== About Page =====***/
    .about_page .about_sec {
        margin: 80px 0;
    }
    /* .about_page .about_sec .about_photo {
        height: 340px;
    } */
    .about_page .specialists_sec {
        padding: 80px 0;
    }
    .about_page .specialists_sec .title {
        margin-bottom: 30px;
    }
    /***=== About Page =====***/


    /***=== Hearing Aids Page =====***/
    .product_deals_info .title_content_sec .title {
        margin: 10px auto 20px;
        font-size: 24px;
        line-height: 1.4;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    /***=== Hearing Aids Page =====***/

    /***=== Blog Details Page =====***/
    .blog_details_page .blog_content_sec .text_content .blog_title {
        font-size: 22px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .blog_title {
        font-size: 15px;
    }
    .related_blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 20px;
    }
   /***=== Blog Details Page =====***/

   .why_choose_page .about_sec.why_choose .about_photo {
        top: 56px;
    }

   
}


/* 1600px */
@media screen and (max-width: 1600px) {


    .container {
        max-width: 1200px;
    }
    .title {
        font-size: 24px;
    }

    .des {
        font-size: 14px;
    }
    .more {
        font-size: 14px;
        padding: 8px 14px;
    }
    .subtitle {
        padding: 8px 18px;
        border-radius: 6px;
        font-size: 16px;
    }
    /* Header Sec */
    .heade_sec .logo {
        width: 16%;
        top: -38px;
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        margin-left: 10px;
    }
    /* Header Sec */
    
    /***=== Home Page =====***/

    .count_sec .count_content {
        flex: 0 0 17%;
    }
    .count_sec .count_content .text_content .title {
        font-size: 15px;
    }
    .count_sec .count_content .text_content .count_number {
        font-size: 24px;
    }
    .about_sec .text_content .title {
        font-size: 22px;
    }
    .about_sec .text_content .title {
        margin: 10px 0 10px;
    }
    .about_sec .about_photo {
        height: 296px;
    }
    .about_sec .text_content .why_choose_list li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .about_sec .text_content .des {
        margin-bottom: 15px;
    }
    .services_sec {
        padding: 60px 0;
    }
    .app_download_sec .text_content .stay_title {
        font-size: 24px;
    }
    .app_download_sec .text_content  .des {
        font-size: 18px;
    }
    .app_download_sec .text_content .title {
        font-size: 32px;
    }
    .contact_banner_sec .left_sec .title {
        font-size: 34px;
    }
    .contact_banner_sec .left_sec .des {
        font-size: 20px;
        margin-top: 10px;
    }
    .services_sec .title {
        margin-bottom: 40px;
    }
    .product_image_slider {
        margin-top: 60px;
    }
    .product_image_slider .image-container {
        height: 408px;
    }
    .deals_product_sec .latest_product .text_content .product_title {
        font-size: 16px;
    }
    .about_sec.home_care_service .text_content .why_choose_list li {
        font-size: 14px;
    }
    .about_sec.home_care_service .text_content .why_choose_list li .service_icon {
        width: 40px;
        height: 40px;
        margin-right: 14px;
    }
    .about_sec.home_care_service .text_content .why_choose_list li img {
        width: 18px;
    }
    .about_sec.home_care_service .text_content {
        margin: 20px auto 0;
    }
    .about_sec.home_care_service .about_photo {
        height: 540px;
    }
    .why_choose .about_photo {
        height: 214px;
        margin-top: 65px;
    }
    .specialists_sec {
        padding: 80px 0;
    }
    .specialists_sec .specialists_content .text_content .name {
        font-size: 16px;
    }
    .specialists_sec .specialists_content .text_content  .des {
        font-size: 13px;
    }
    .our_team .more {
        margin-top: 20px;
    }
    .specialists_sec .our_team {
        padding: 0 0;
    }
    .blog_sec {
        padding: 60px 0;
    }
    .testimonial_sec {
        padding: 70px 0;
    }
    .testimonial_video_slider .testimonial_video_content .text_content .des {
        font-size: 14px;
    }
    .testimonial_video_slider .testimonial_video_content .text_content .name {
        font-size: 14px;
    }
    .testimonial_video_slider .testimonial_video_content .text_content  .location {
        font-size: 14px;
    }
    .testimonial_sec .nav-tabs {
        margin-bottom: 10px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .testimonial_sec .nav-tabs li button {
        padding: 10px 14px;
        font-size: 14px;
    }
    .testimonial_sec .happy_testimonial .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 20px;
    }
    .blog_sec .blog_content_sec .text_content .des {
        font-size: 14px;
    }
    .faq_sec {
        padding: 50px 0;
    }
    .faq_sec .category_title {
        font-size: 20px;
    }
    .faq_sec .accordion-item .text_content .des {
        font-size: 14px;
    }
    .faq_sec .accordion-item .accordion-header button.accordion-button {
        font-size: 16px;
    }
    .faq_sec  .accordion-item {
        margin-bottom: 20px;
        padding: 14px;
    }

    /* .certificates_sec  .certificates_photo_sec {
        width: 40%;
    } */
    .certificates_text_content .certificates_photo {
        width: 44%;
    }
    .specialists_sec .specialists_content .specialists_photo_content {
        height: 300px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 270px;
    }
    .presence_sec {
        padding: 20px 0 60px;
    }
    /***=== Home Page =====***/

    /***=== About Page =====***/
    .mission_vision_sec .mission_content {
        padding: 30px;
    }

    .about_page .specialists_sec .our_team {
        padding: 50px 0;
    }
    .about_page .our_team .team_photo_content .user_photo {
        height: 240px;
    }
    .about_page .specialists_sec .investor_pane .team_photo_content .user_photo {
        height: 310px;
    }
    .about_page .about_sec .about_photo {
        height: 360px;
        margin-top: 100px;
    }
    /***=== About Page =====***/

    /***=== Service Page =====***/
    .services_content .service_text_content .title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .service_content_wrapper .service_text_content .list li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    /***=== Service Page =====***/

    /***=== Product Deals Page =====***/
    .deals_product_sec.hearing_aids {
        padding: 100px 0 60px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content {
        padding: 12px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .text_content .hearing_title {
        font-size: 16px;
        line-height: 1.5;
    }
    .hearing_bliss_sec {
        padding: 60px 0;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .des {
        font-size: 14px;
        line-height: 1.6;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .text_content .hearing_title {
        font-size: 16px;
        line-height: 1.2;
    }
    .product_deals_info .title_content_sec .title {
        margin: 10px auto 20px;
        font-size: 20px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-body .text_content .des {
        font-size: 14px;
    }
    /***=== Product Deals Page =====***/

    /***=== Cost Hearing Solution Page =====***/
    .hearing_solution_page .about_sec .about_photo {
        height: 360px;
    }
     /***=== Cost Hearing Solution Page =====***/

    /***=== Audiologists Page =====***/

    .audiologists_page .specialists_sec  .our_team {
        padding-top: 40px;
    }
    /***=== Audiologists Page =====***/

    /***=== Blog Page =====***/
  
    .blog_page .blog_sec .blog_content_sec .blog_photo {
        height: 270px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 14px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .date_admin .date {
        margin-bottom: 0;
        font-size: 10px;
        margin-right: 8px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .des {
        font-size: 14px;
    }
    /***=== Blog Page =====***/

    /***=== Blog Details Page =====***/
    .blog_details_page .blog_content_sec .blog_details_video {
        height: 430px;
    }
    .blog_details_page .right_sec .right_content .service_list li {
        font-size: 14px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .blog_title {
        font-size: 14px;
    }
    .related_blog_sec  .related_blog_slider {
        margin-top: 40px;
    }
    .related_blog_sec .blog_content_sec .blog_photo {
        height: 270px;
    }
    .related_blog_sec  .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 17px;
    }
    /***=== Blog Details Page =====***/

    /***=== Speak India Page =====***/
    .speak_india_page .about_sec .about_photo {
        height: 400px;
    }
    .about_sec.speech_problem .about_photo.speech_problem._photo {
        height: 220px;
        margin-left: 20px;
    }
    .speak_india_page .about_sec {
        margin: 0;
        padding: 100px 0 60px;
    }
    /***=== Speak India Page =====***/

    /***=== Sishu Vikas Page =====***/
    .sishu_vikas_page .about_sec {
        margin: 50px auto;
    }
    /***=== Sishu Vikas Page =====***/


    .why_choose_page .about_sec.why_choose .about_photo {
        top: 30px;
        height: 214px;
    }

   


    .footer_sec .f_about_sec .des {
        font-size: 14px;
    }
    .footer_sec .footer_top_sec .menu_list li {
        margin-bottom: 12px;
    }
    
}


/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 1100px;
    }
    .subtitle {
        padding: 6px 14px;
        font-size: 14px;
    }
    /* Header Sec */
    .heade_sec .top_heade .book_btn {
        padding: 4px 10px;
        font-size: 14px;
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        font-size: 14px;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a {
        font-size: 14px;
    }
    /* Header Sec */

    /****==== Home Page  ====****/
   
    .count_sec .count_content {
        padding: 16px;
        border-radius: 10px;
        flex: 0 0 17%;
    }
    .count_sec .count_content .text_content .count_number {
        font-size: 22px;
        margin-bottom: 0;
    }
    .count_sec .count_content .icon {
        width: 40px;
        height: 40px;
    }
    .about_sec {
        margin: 40px auto 40px;
    }
    .about_sec .text_content .title {
        font-size: 20px;
    }
    .about_sec .about_photo {
        height: 338px;
        position: relative;
        top: -3px;
    }
    .certificates_sec {
        padding: 80px 0;
    }
    .certificates_sec .text_content .subtitle {
        margin-bottom: 20px;
    }
    .services_sec .nav-tabs li button {
        font-size: 14px;
        padding: 10px 28px;
        border-radius: 15px 15px 0 0;
    }

    .services_sec .physical_service_sec .physical_service .physical_icon img {
        width: 44px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon {
        width: 80px;
        height: 80px;
    }
    .services_sec .physical_service_sec .physical_service .text_content .des {
        margin: 0 0 8px;
        font-size: 14px;
        line-height: 1.5;
    }
    .services_sec .physical_service_sec .physical_service .text_content a {
        font-size: 14px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a i {
        font-size: 12px;
    }
    .services_sec .physical_service_sec .physical_service {
        margin-bottom: 20px;
    }
    .app_download_sec .text_content .title {
        font-size: 24px;
    }
    .certificates_sec  .certificates_photo_sec {
        width: 48%;
    }

    .app_download_sec .text_content  .des {
        font-size: 16px;
    }
    .about_sec.hearing_solution_sec .about_photo {
        height: 330px;
    }
    .product_image_slider .image-container {
        height: 360px;
    }
    .services_sec .title {
        margin-bottom: 20px;
    }
    .deals_product_sec .title_des {
        margin: 0 auto 40px;
        font-size: 14px;
    }
    .deals_product_sec .latest_product .latest_phone {
        height: 160px;
    }
    .specialists_sec .title {
        width: 70%;
        margin: 20px auto 30px;
        font-size: 20px;
    }
    .specialists_sec .specialists_content .text_content .designation {
        font-size: 13px;
    }
    .specialists_sec .specialists_content .text_content  .des {
        font-size: 11px;
        line-height: 1.2;
    }
    .specialists_sec .specialists_slider {
        margin-bottom: 10px;
        padding: 0 60px;
    }
    .blog_sec .blog_content_sec .blog_photo {
        height: 190px;
    }
    .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 18px;
    }
    .blog_sec .blog_content_sec .blog_photo {
        height: 182px;
    }

    .why_choose .about_photo {
        height: 214px;
        margin-top: 52px;
        top: 0;
    }
    .testimonial_sec .happy_testimonial {
        margin-right: 40px;
    }
    .testimonial_sec .happy_testimonial .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .testimonial_sec .nav-tabs li button {
        padding: 8px 10px;
        font-size: 14px;
    }
    .testimonial_video_slider .testimonial_video_content {
        padding: 10px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 248px;
    }
    .right_sec .testimonial_photo {
        height: 370px;
    }
    .right_sec .testimonial_photo img {
        height: 100%;
    }
    .testimonial_video_slider .item {
        padding: 20px;
    }
    .testimonial_video_slider .testimonial_video_content .text_content .des {
        font-size: 12px;
    }
    .testimonial_video_slider .testimonial_video_content .text_content .name {
        font-size: 12px;
    }
    .testimonial_video_slider .testimonial_video_content .text_content  .location {
        font-size: 12px;
    }
    .testimonial_slider .testimonial_content .des {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .testimonial_slider .testimonial_content .bottom_sec .text_content .name {
        font-size: 18px;
    }
    .testimonial_slider .testimonial_content .bottom_sec .text_content .des {
        font-size: 15px;
    }
    .testimonial_slider .testimonial_content .bottom_sec .patient_photo {
        width: 50px;
        height: 50px;
    }
    .testimonial_sec .testimonial_slider .owl-nav {
        margin-top: 20px;
    }
    .testimonial_sec .testimonial_slider .owl-nav button {
        width: 40px;
        height: 40px;
        background-size: 13px;
    }
   
    .rating_sec .top_sec {
        margin-bottom: 12px;
    }
    .rating_sec .average {
        font-size: 16px;
        margin-bottom: 0;
    }
    .rating_sec .top_sec .count {
        font-size: 28px;
    }
    .rating_sec .star_icon {
        width: 30px;
    }
    .faq_sec.bottom_faq_sec .accordion {
        margin-top: 40px;
    }
    .faq_sec .category_title {
        font-size: 18px;
    }
    .faq_sec.bottom_faq_sec .more {
        margin-top: 20px;
    }
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .about_page .our_team .team_photo_content .user_photo {
        height: 210px;
    }
    .our_team .team_photo_content .text_content .name {
        font-size: 16px;
    }
    .our_team .team_photo_content .text_content .designation {
        font-size: 13px;
    }
    .about_page .specialists_sec {
        padding: 50px 0;
    }
    .specialists_sec .nav-tabs li button {
        font-size: 14px;
    }
    .about_page .specialists_sec .our_team {
        padding: 40px 0;
    }
    .about_page .about_sec .about_photo {
        margin-top: 70px;
        height: 310px;
    }
    /****==== About Page  ====****/

    /****==== Service Page  ====****/
    .service_page .our_services_sec {
        margin: 80px auto;
    }
    .service_page .services_content .service_photo {
        height: 180px;
    }
    .service_page .service_content_wrapper .service_text_content .des {
        margin-bottom: 6px;
    }
    .service_page .service_content_wrapper .service_text_content .view_link {
        font-size: 12px;
    }
    .our_services_sec .service_tab_sec a {
        padding: 12px 30px;
        font-size: 16px;
        margin: 0 6px;
    }
    .services_content .service_menu_list a {
        padding: 10px;
        font-size: 12px;
    }
    .services_content .service_menu_list a .icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .services_content .service_menu_list a .icon img {
        width: 18px;
    }
    .services_content  .service_photo {
        height: 300px;
        border-radius: 12px;
        width: 38%;
        flex: 0 0 38%;
        margin-right: 20px;
    }
    .services_content .service_text_content .title {
        font-size: 18px;
    }
    .our_services_sec .service_tab_sec a {
        padding: 8px 24px;
        font-size: 14px;
        margin: 0 6px;
    }

    /****==== Service Page  ====****/

   

    /****==== Product Deals Page  ====****/
    .deals_product_sec .latest_product .text_content .product_title {
        font-size: 16px;
    }
    .deals_product_sec .latest_product .text_content .price {
        font-size: 18px;
    }
    .deals_product_sec .latest_product .text_content .price.offer_price {
        font-size: 20px;
    }
    .deals_product_sec .latest_product .text_content .btn_ecommerce .more {
        padding: 5px 14px;
        font-size: 15px;
    }
    .deals_product_sec .latest_product {
        padding: 12px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .brand_sec {
        padding: 60px 0;
    }
    .brand_sec .brand_gid {
        margin-top: 40px;
    }
    .deals_product_sec.hearing_aids {
        padding: 80px 0 50px;
    }
 
   
    .deals_product_sec.hearing_aids .deals_product_content {
        margin-top: 50px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content {
        width: 31%;
    }
    .product_deals_info .title_content_sec {
        width: 48%;
        margin-right: 30px;
    }
    .brand_sec .band_icon {
        padding: 18px;
        border-radius: 10px;
    }
    /****==== Product Deals Page  ====****/

    /****==== Brand Page  ====****/
    .brand_page .deals_product_sec .latest_product .latest_phone {
        height: 160px;
    }
    .brand_page .product_deals_info {
        padding: 70px 0 60px;
    }
    /****==== Brand Page  ====****/

   

    /****==== Hearing Aids Page  ====****/
    .hearing_bliss_sec .hearing_bliss .bills_content {
        width: 18%;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .icon {
        width: 60px;
        height: 60px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .icon img {
        width: 32px;
    }
    /****==== Hearing Aids Page  ====****/

    /****==== Cost Hearing Solution  ====****/
    .hearing_solution_page .about_sec .about_photo {
        height: 330px;
    }
    /****==== Cost Hearing Solution  ====****/
  

    /****==== Blog Page  ====****/
    .blog_sec .blog_content_sec .text_content .date_admin .date {
        font-size: 13px;
        margin-right: 9px;
    }
    .blog_page .blog_sec .blog_content_sec .blog_photo {
        height: 240px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .des {
        font-size: 12px;
    }
    /****==== Blog Page  ====****/

    /****==== Blog Details Page  ====****/
    .blog_details_page .right_sec .title span {
        padding: 10px 20px;
        font-size: 16px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 70px;
        flex: 0 0 24%;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .blog_title {
        font-size: 12px;
    }
    .blog_details_page .blog_content_sec .blog_photo {
        height: 400px;
    }
    .blog_details_page .blog_content_sec .blog_details_video {
        height: 390px;
    }
    .blog_details_page .right_sec .right_content .service_list li {
        font-size: 12px;
    }
    .blog_details_page .right_sec .right_content .service_list li a {
        padding: 3px 8px;
        font-size: 12px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 66px;
    }
    .related_blog_sec .blog_content_sec .blog_photo {
        height: 250px;
    }
    .related_blog_sec .blog_content_sec  .text_content {
        padding: 10px;
    }
    .related_blog_sec .blog_content_sec .text_content .date_admin {
        flex-direction: column;
    }
    .blog_details_page .blog_sec .blog_content_sec .text_content .date_admin .date {
        margin-bottom: 6px;
    }
    .related_blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 16px;
        padding-bottom: 8px;
    }
    /****==== Blog Details Page  ====****/

    /****==== Contact Page  ====****/
    .conatct_sec .container {
        max-width: 900px;
    }
    .location_content .top_sec .branch_name {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .location_content .top_sec .address .des {
        font-size: 14px;
    }
    .branch_content .location_sec {
        height: 300px;
    }
    .branch_content .other_branc_sec .title {
        font-size: 24px;
    }
    /****==== Contact Page  ====****/

    /****==== Privacy Policy Page  ====****/
    .privacy_policy_content .sub_title {
        font-size: 20px;
    }
    /****==== Privacy Policy Page  ====****/

    /****==== Terms Conditions Page  ====****/
    .terms_conditions_page .terms_conditions_banner_sec .title {
        font-size: 24px;
    }
    /****==== Terms Conditions Page  ====****/

     /***=== Sishu Vikas Page =====***/
     .sishu_vikas_page .about_sec .about_photo {
        width: 50%;
    }
    /***=== Sishu Vikas Page =====***/

    /***=== Book Appointment Page =====***/
    .book_appointment_page .conatct_sec .contact_form_sec .form_sec {
        padding: 0;
    }
    /***=== Book Appointment Page =====***/

  

    .why_choose_page .about_sec.why_choose .about_photo {
        top: 26px;
        height: 214px;
    }
   

    .footer_sec .footer_top_sec {
        padding: 60px 0 50px;
    }
    .footer_sec .footer_top_sec .menu_list li a {
        font-size: 14px;
    }
    .footer_sec .footer_top_sec .menu_list li .des {
        font-size: 14px;
    }
    .footer_sec .f_about_sec .des {
        font-size: 14px;
    }
    .footer_sec .footer_top_sec .menu_list li img {
        width: 15px;
        flex: 0 0 15px;
        margin-right: 8px;
        margin-top: 3px;
    }
    .footer_sec .footer_top_sec .f_menu.info_menu {
        padding-left: 30px;
    }

    .footer_sec .footer_top_sec .social_sec {
        margin-top: 80px;
    }

    #button {
        width: 40px;
        height: 40px;
    }
    #button::after {
        font-size: 1.4em;
        position: relative;
        top: -4px;
    }
   
}


/* 1200px */
@media screen and (max-width: 1200px) {

    .container {
        max-width: 900px;
    }
    .title {
        font-size: 20px;
    }
    .subtitle {
        padding: 6px 14px;
        font-size: 12px;
    }
    .des {
        font-size: 12px;
    }
    .more {
        font-size: 12px;
        padding: 6px 12px;
    }
    .more i {
        font-size: 12px;
    }
    .heade_sec .menu_nav .container .navbar-nav {
        margin-top: 0;
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        margin-left: 2px;
    }
    .heade_sec .top_heade .contact_no {
        padding: 10px 14px;
        font-size: 14px;
    }
    .heade_sec .top_heade .contact_no i {
        margin-right: 2px;
        font-size: 14px;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a {
        padding: 8px 20px;
        line-height: 16px;
        font-size: 12px;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
        min-width: 200px;
        /* right: 0; */
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        font-size: 14px;
    }
    /****==== Home Page  ====****/
    .banner_slider {
        margin-top: 92px;
    }
    .count_sec .count_content .icon {
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }
    .count_sec .count_content {
        padding: 12px;
        flex: 0 0 18%;
        margin-right: 0;
    }
    .count_sec .count_content .text_content .title {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .count_sec .count_content .text_content .count_number {
        font-size: 18px;
    }
    .about_sec {
        margin: 20px auto 30px;
    }
    .about_sec .text_content .des {
        margin-bottom: 10px;
    }
    .about_sec .about_photo {
        height: 294px;
        top: 0;
    }
    .presence_sec .subtitle {
        margin-bottom: 20px;
    }
    .services_sec .nav-tabs li button {
        font-size: 13px;
        padding: 10px 28px;
    }
    .services_sec .physical_service_sec .physical_service .text_content .des {
        font-size: 12px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a {
        font-size: 12px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a i {
        font-size: 11px;
    }
    .services_sec .physical_service_sec .physical_service .text_content {
        width: 69%;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon {
        width: 70px;
        height: 70px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon img {
        width: 34px;
    }
    .about_sec .text_content .why_choose_list li {
        margin-bottom: 6px;
        font-size: 13px;
    }
    .why_choose {
        margin-bottom: 70px;
    }
    .why_choose .about_photo {
        height: 214px;
    }
    .hearing_solution_sec {
        margin: 60px auto;
    }
    .product_image_slider .image-container {
        height: 300px;
    }
    .deals_product_sec .latest_product .text_content .product_title {
        font-size: 14px;
        line-height: 1.8;
    }
    .deals_product_sec .latest_product .text_content .des {
        font-size: 12px;
        margin-bottom: 0;
    }
    .deals_product_sec .latest_product .latest_phone {
        height: 130px;
    }
    .presence_sec .presence_slider {
        margin-top: 20px;
    }
    .services_sec .services_slider .owl-nav button {
        width: 30px;
        height: 30px;
        margin: 10px 6px !important;
    }
    .services_sec .services_slider {
        margin-bottom: 20px;
    }
    .about_sec.home_care_service .text_content .why_choose_list li {
        margin-bottom: 15px;
    }
    .about_sec.home_care_service .text_content {
        margin: 0 auto 0;
    }
    .about_sec.home_care_service .about_photo {
        height: 470px;
    }
    .specialists_sec {
        padding: 60px 0;
    }
    .specialists_sec .title {
        width: 70%;
        margin: 7px auto 30px;
        font-size: 18px;
    }
    .specialists_sec .specialists_content .specialists_photo_content {
        height: 210px;
        border-radius: 8px;
    }
    .specialists_sec .specialists_content .text_content .name {
        font-size: 14px;
    }
    .specialists_sec .specialists_content .text_content .designation {
        font-size: 11px;
        margin: 2px auto 4px;
    }
    .about_sec.hearing_solution_sec .about_photo {
        height: 280px;
    }
    .presence_sec {
        padding: 20px 0 30px;
    }
    .services_sec {
        padding: 40px 0;
    }

    .certificates_sec {
        padding: 60px 0;
    }
    .certificates_sec .text_content .subtitle {
        margin-bottom: 10px;
    }
    .deals_product_sec .title_des {
        margin: 0 auto 30px;
        font-size: 12px;
    }

    .certificates_text_content {
        width: 46%;
    }
    .certificates_sec  .certificates_photo_sec {
        width: 51%;
    }
    .certificates_sec .certificates_photo_sec .certificates_slider .owl-nav button {
        width: 30px;
        height: 30px;
        margin: 10px 6px !important;
    }
    .our_team .more {
        margin-top: 10px;
    }
    .blog_sec {
        padding: 40px 0;
    }
    .blog_sec .subtitle {
        padding: 10px 40px;
        margin-bottom: 20px;
    }
    .blog_sec .subtitle {
        padding: 6px 14px;
        margin-bottom: 20px;
    }
    .blog_sec .blog_slider {
        margin-top: 30px;
    }
    .blog_sec .blog_content_sec .text_content .date_admin .date {
        font-size: 12px;
        margin-right: 13px;
    }
    .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 15px;
    }
    .blog_sec .blog_content_sec .text_content .des {
        font-size: 12px;
    }
    .blog_sec .blog_content_sec .blog_photo {
        height: 164px;
    }
    .blog_sec .blog_slider .owl-dots {
        margin-top: 20px !important;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 198px;
    }
    .testimonial_sec .happy_testimonial .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .testimonial_sec .nav-tabs {
        width: 64%;
        margin: 0 auto 30px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .testimonial_sec .nav-tabs li button {
        padding: 5px 8px;
        font-size: 12px;
        border-radius: 4px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        border-radius: 8px;
    }
    .testimonial_video_slider .testimonial_video_content .text_content {
        padding: 18px 6px 0;
    }
    .right_sec .testimonial_photo {
        height: 310px;
    }
    .testimonial_sec {
        padding: 60px 0;
    }
    .testimonial_video_slider .item {
        padding: 0 20px 20px;
    }
    .testimonial_slider .testimonial_content .des {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .testimonial_slider .testimonial_content .bottom_sec .text_content .name {
        font-size: 15px;
    }
    .testimonial_slider .testimonial_content .bottom_sec .text_content .des {
        font-size: 13px;
    }
    .rating_sec {
        padding: 18px;
        border-radius: 10px;
        width: 58%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .rating_sec .average {
        font-size: 14px;
    }
    .right_sec .testimonial_photo {
        border-radius: 20px 0;
    }
    .faq_sec .title img {
        width: 34px;
        margin-left: 8px;
    }
    .faq_sec .category_title {
        font-size: 16px;
    }
    .faq_sec .accordion-item .accordion-header button.accordion-button {
        font-size: 13px;
    }
    .faq_sec .accordion-item .accordion-header button.accordion-button[aria-expanded="true"]:after {
        width: 24px;
        height: 24px;
    }
    .faq_sec .accordion-item .accordion-header button.accordion-button:after {
        width: 24px;
        height: 24px;
    }
    .faq_sec .accordion-item .text_content .des {
        font-size: 13px;
    }
    .faq_sec .accordion-item .text_content {
        padding-top: 10px;
        margin-top: 10px;
    }
    .faq_sec .accordion-item {
        margin-bottom: 12px;
        padding: 10px;
        border-radius: 7px;
    }
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .about_page .about_sec .about_photo {
        height: 250px;
        margin-top: 90px;
    }
    .mission_vision_sec .mission_content .title {
        margin-bottom: 20px;
    }
    .mission_vision_sec .mission_content .title .icon {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        flex: 0 0 40px;
    }
    .mission_vision_sec .mission_content .title {
        margin-bottom: 20px;
    }
    .about_page .our_team .team_photo_content .user_photo {
        height: 170px;
    }
    .our_team .team_photo_content .text_content .name {
        font-size: 14px;
        margin-bottom: 4px;
    }
  
    .about_page .specialists_sec .investor_pane .team_photo_content .user_photo {
        height: 220px;
    }
    /****==== About Page  ====****/

    /****==== Hearing Aids Page  ====****/
    .hearing_aids_baneer {
        margin-top: 92px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content {
        width: 25%;
    }
    .deals_page .hearing_bliss_sec .hearing_bliss .bills_content .text_content .hearing_title {
        font-size: 14px;
        line-height: 1.2;
    }
    .deals_page .hearing_bliss_sec .hearing_bliss .bills_content .des {
        font-size: 12px;
    }
    .product_deals_info {
        padding: 60px 0 50px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-body .text_content .des {
        font-size: 13px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button:after {
        width: 24px;
        height: 24px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
        width: 24px;
        height: 24px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-body .text_content {
        padding-top: 14px;
        margin-top: 14px;
    }
    .product_deals_info .title_content_sec .title_des {
        font-size: 12px;
    }
    .product_deals_info .info_faq .accordion-item {
        margin-bottom: 12px;
        padding: 18px;
    }


    /****==== Hearing Aids Page  ====****/

    .hearing_solution_page .app_download_sec {
        margin-top: 110px;
    }

    /****==== Why Choose Page  ====****/
    .why_choose_page .service_banner_sec {
        margin-top: 92px;
    }
    .why_choose_page .why_choose {
        margin: 80px auto;
    }
    /****==== Why Choose Page  ====****/



    /****==== Contact Page  ====****/
    .contact_page .address_branch_sec {
        padding: 60px 0 80px;
    }
    .branch_address .branch_photo {
        height: 290px;
    }
    .branch_address .branch_photo img {
        height: 100%;
    }
    /****==== Contact Page  ====****/

    /****==== Blog Page  ====****/
    .blog_page .blog_sec .blog_content_sec .blog_photo {
        height: 190px;
    }
    .blog_sec .blog_content_sec .text_content .date_admin {
        display: flex;
        margin-bottom: 8px;
        flex-direction: column;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .date_admin .date {
        margin-bottom: 6px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    /****==== Blog Page  ====****/

    /****==== Blog Details Page  ====****/
    .blog_details_page .blog_content_sec .blog_details_video {
        height: 320px;
    }
    .blog_details_page .right_sec .right_content .service_list li span {
        width: 64%;
    }
    .blog_details_page .right_sec .right_content .service_list li a {
        padding: 3px 6px;
        font-size: 10px;
        display: inline-block;
    }
    .blog_details_page .right_sec .right_content .service_list li {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 6px;
        font-size: 12px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .blog_title {
        font-size: 10px;
    }
    .blog_details_page .blog_sec .blog_content_sec .text_content .date_admin .date {
        margin-bottom: 4px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 60px;
    }
    .related_blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 14px;
    }
    .related_blog_sec .related_blog_slider .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec {
        margin-bottom: 4px;
        padding-bottom: 4px;
    }
    .blog_details_page .blog_sec .blog_content_sec .text_content .date_admin .date {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .blog_details_page .blog_content_sec .text_content .date_admin {
        flex-direction: row;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .date_admin .date {
        margin-right: 5px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 50px;
    }
    .blog_details_page .right_sec .right_content {
        margin-bottom: 10px;
    }
    .related_blog_sec .blog_content_sec .blog_photo {
        height: 270px;
    }
    /****==== Blog Details Page  ====****/

    /****==== Speak India Page  ====****/
    .speak_india_page .about_sec .about_photo {
        height: 290px;
    }
    .speak_india_page .about_sec .text_content .des {
        margin-bottom: 4px;
    }
    .speak_india_page .about_sec {
        padding: 80px 0 30px;
    }
    .about_sec.speech_problem .about_photo.speech_problem._photo {
        height: 160px;
    }
    .speech_problem.about_sec .text_content .bottom_sec {
        margin-top: 20px;
    }
    .about_sec .text_content .bottom_sec li img {
        width: 15px;
        margin-right: 10px;
    }
    .about_sec.speech_problem  .bottom_sec li {
        font-size: 12px;
    }
    .speak_india_page .about_sec.speech_problem {
        padding-top: 40px;
    }

    /****==== Speak India Page  ====****/

    /***=== Sishu Vikas Page =====***/
    .sishu_vikas_page .about_sec .about_photo {
        width: 60%;
    }
    /***=== Sishu Vikas Page =====***/
    .career_banner {
        margin-top: 94px;
    }
    .privacy_policy_content .title {
        margin-bottom: 10px;
    }

    .service_page.hearing_solution_page .service_banner_sec {
        margin-top: 92px;
    }
    .service_page .service_banner_sec {
        margin-top: 92px;
    }
    .terms_conditions_page .terms_conditions_banner_sec {
        margin-top: 92px;
    }

    .why_choose_page .about_sec.why_choose .about_photo {
        top: 28px;
        height: 226px;
    }

    /***=== Book Appointment Page =====***/
    .book_appointment_page {
        margin-top: 90px;
    }
    .book_appointment_page .conatct_sec {
        padding: 50px 0 80px;
    }
    
    /****==== Footer Sec  ====****/
    #button::after {
        top: 2px;
    }

    .heade_sec .logo {
        width: 13%;
    }
    .footer_sec .footer_top_sec .f_title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .footer_sec .f_about_sec .des {
        font-size: 13px;
    }
    .footer_sec .footer_top_sec .menu_list li a {
        font-size: 13px;
    }
    .footer_sec .footer_top_sec .menu_list li .des {
        font-size: 13px;
    }
    .footer_sec .footer_top_sec .menu_list li {
        margin-bottom: 8px;
    }
    .footer_sec .footer_top_sec .menu_list li img {
        width: 12px;
        flex: 0 0 12px;
    }
    #button {
        width: 40px;
        height: 40px;
    }
    #button::after {
        font-size: 1.5em;
        line-height: 40px;
    }
    .footer_sec .bottom_sec .des {
        font-size: 12px;
    }
    .footer_sec .bottom_sec .menu_list li a {
        font-size: 12px;
    }
    /****==== Footer Sec  ====****/
    
}


/* 991px */
@media only screen and (max-width: 991px) {

    .container {
        max-width: 90%;
    }

    .title {
        font-size: 18px;
    }

    /* Header Sec */
    .heade_sec .menu_nav .container .navbar-nav a {
        margin-top: 10px;
        padding: 10px 6px;
    }
    .heade_sec .logo {
        width: 13%;
        top: -40px;
    }
    .heade_sec .menu_nav .container .navbar-nav li.dropend:hover ul.dropdown-menu.sub_dropdown {
        left: 100%;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
        min-width: 210px;
        left: auto;
        right: 0;
    }
    /* Header Sec */
    /****==== Home Page  ====****/
    .count_sec {
        top: -30px;
    }
    .count_sec .count_content .icon {
        width: 28px;
        height: 28px;
        margin-bottom: 6px;
    }
    .count_sec .count_content .text_content .title {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .count_sec .count_content .text_content .count_number {
        font-size: 15px;
    }
    .about_sec {
        margin: 30px auto;
    }
    .about_sec  .text_content {
        margin-bottom: 30px;
        text-align: center;
    }
    .about_sec .text_content .why_choose_list {
        text-align: left;
    }
    .about_sec .container {
        flex-direction: column;
    }
    .about_sec .about_photo {
        height: 560px;
        margin: 0 auto 30px;
    }
    .certificates_sec .container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .certificates_sec  .certificates_photo_sec {
        width: 80%;
        justify-content: center;
    }
    .certificates_sec .text_content {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    
    .about_sec .text_content .bottom_sec {
        margin: 20px 0 18px;
        justify-content: center;
    }
    .about_sec .text_content .bottom_sec li {
        justify-content: center;
    }
    .about_sec.hearing_solution_sec {
        margin-bottom: 0;
    }
    .presence_sec .presence_slider .presence_icon {
        height: 160px;
    }
    .certificates_text_content {
        width: 100%;
    }
    .services_sec .title {
        margin-bottom: 40px;
    }
    .services_sec .physical_service_sec .physical_service {
        margin-bottom: 30px;
    }
    .services_sec .physical_service_sec .physical_service .text_content {
        width: 60%;
    }
    .services_sec .physical_service_sec .physical_service .text_content .des {
        font-size: 14px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon {
        width: 54px;
        height: 54px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon img {
        width: 32px;
    }
    .services_sec .physical_service_sec .physical_service .text_content {
        width: 68%;
    }
    .services_sec .physical_service_sec .physical_service .text_content .des {
        font-size: 14px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a {
        font-size: 14px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a i {
        font-size: 12px;
    }
    .services_sec .physical_slider {
        padding: 0 30px;
    }
    .services_sec .title {
        margin-bottom: 30px;
    }
    .about_sec.home_care_service .text_content {
        margin: 0 auto 0;
    }
    .contact_banner_sec {
        background-size: cover;
        padding: 50px 0 0;
    }
    .contact_banner_sec .left_sec {
        width: 100%;
        flex: 0 0 100%;
        background: none;
        text-align: center;
    }
    .contact_banner_sec:before {
        background: none;
    }
    .contact_banner_sec  .contact_right_sec {
        float: none;
        margin: auto;
        flex-direction: column-reverse;
    }
    .contact_banner_sec .contact_right_sec .contact_photo {
        width: 48%;
        flex: 0 0 48%;
        margin: 0 auto 20px;
    }
    .contact_banner_sec .contact_right_sec .text_content {
        margin: 0;
    }
    .contact_banner_sec .contact_banner_wrapper {
        flex-direction: column-reverse;
    }
    .contact_banner_sec .left_sec .bootom_sec li {
        text-align: left;
    }
    .app_download_sec {
        padding-bottom: 30px;
    }
    .app_download_sec .text_content {
        width: 80%;
        text-align: center;
    }
    .app_download_sec .text_content .stay_title {
        font-size: 20px;
    }
    .app_download_sec .text_content .title {
        font-size: 18px;
        margin-top: 4px;
    }
    .app_download_sec .text_content  .des {
        font-size: 14px;
    }
    .app_download_sec .text_content .download_btn {
        justify-content: center;
    }
    .product_image_slider {
        margin-top: 20px;
    }

    .product_image_slider .image-container {
        height: 230px;
    }
    .services_sec .title {
        margin-bottom: 10px;
    }
   
    .working_process_sec .working_process {
        padding: 30px;
    }
    .working_process_sec .working_process .process_content .text_content {
        margin-top: 22px;
    }
    .testimonial_sec .subtitle {
        margin-bottom: 17px;
    }
    .testimonial_sec .nav-tabs {
        width: auto;
        margin: 0 auto 0;
    }
    .testimonial_sec .nav-tabs {
        width: auto;
        margin: 0 auto 0;
        display: inline-flex;
    }
    .testimonial_sec {
        padding: 80px 0 50px;
    }
    .testimonial_sec .container {
        flex-direction: column;
    }
    .testimonial_sec .happy_testimonial {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .testimonial_sec .happy_testimonial {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .testimonial_video_slider .item {
        padding: 20px 80px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 274px;
    }
    .testimonial_video_slider .owl-nav button {
        left: 6%;
    }
    .testimonial_video_slider .owl-nav button.owl-next {
        right: 6%;
    }
    .testimonial_slider .testimonial_content  .bottom_sec {
        justify-content: center;
    }
    .testimonial_slider .testimonial_content .bottom_sec .text_content {
        text-align: left;
    }
    .testimonial_sec .testimonial_slider .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
    .testimonial_sec .happy_testimonial .rating_icon {
        width: 20%;
        margin-bottom: 20px;
        margin: 0 auto 19px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 344px;
    }
    .deals_product_sec .latest_product .latest_phone {
        height: 140px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 275px;
    }
    .rating_sec {
        width: 48%;
        margin: auto;
        margin-bottom: 30px;
    }
    .right_sec .testimonial_photo {
        width: 70%;
        margin: auto;
    }
    .faq_sec .title {
        margin-bottom: 30px;
    }
    .app_download_sec .container .download_mobile {
        margin-right: 0;
    }
    .app_download_sec .text_content  .btn_more {
        justify-content: center;
    }
    /****==== Home Page  ====****/

    /****==== About Page  ====****/
    .about_page .about_sec {
        margin: 80px 0 40px;
    }
    .about_page .our_team .team_photo_content .user_photo {
        height: 180px;
    }
    .our_team .team_photo_content .text_content .designation {
        margin-bottom: 0;
    }
    .specialists_sec .specialists_content .specialists_photo_content .specialists_photo {
        height: 100%;
    }
    /* .service_page .service_banner_sec {
        margin-top: 110px;
    } */

    .specialists_sec .nav-tabs li {
        margin: 0 8px;
    }
    .specialists_sec .nav-tabs li button {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 8px 8px 0 0;
    }
    .about_page .specialists_sec .investor_pane .team_photo_content .user_photo {
        height: 160px;
    }
    .about_page .specialists_sec .our_team {
        padding: 0 0 0;
    }
    .about_page .about_sec  .text_content {
        margin-bottom: 0;
    }
    .our_team .team_photo_content .text_content a.linkedin_icon {
        width: 24px;
        height: 24px;
        margin: 11px auto 0;
    }
    .our_team .team_photo_content .text_content a.linkedin_icon i {
        font-size: 16px;
    }
    .specialists_sec .specialists_slider button {
        width: 20px;
        height: 40px;
        background-size: 24px !important;
        background-position: center !important;
    }
    .about_page .about_sec .about_photo {
        margin-top: 0;
    }
    /****==== About Page  ====****/

    /****==== Service Page  ====****/
    .service_content_wrapper {
        flex-direction: column;
    }
    .services_content  .service_photo {
        height: 260px;
        border-radius: 8px;
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .service_content_wrapper .service_text_content {
        width: 100%;
        margin-top: 20px;
    }
    /****==== Service Page  ====****/

    /****==== Blog Page  ====****/
    .service_page.blog_page .service_banner_sec {
        margin-top: 92px;
    }
   
    .blog_page .blog_sec .blog_content_sec .blog_photo {
        height: 198px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .des {
        font-size: 10px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 11px;
        margin-bottom: 8px;
    }
    /****==== Blog Page  ====****/


    /****==== Blog Details Page  ====****/
    .blog_details_page .service_banner_sec {
        margin-top: 90px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 50px;
    }
    .blog_details_page .blog_content_sec .blog_details_video {
        height: 210px;
    }
    .blog_details_page .blog_content_sec .text_content {
        padding: 16px 0 0;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec .text_content .date_admin .date {
        margin-right: 7px;
        font-size: 9px;
        margin-bottom: 0;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .related_blog_sec .blog_content_sec .blog_photo {
        height: 200px;
    }
    .related_blog_sec .blog_content_sec .text_content {
        padding: 14px;
    }
    .related_blog_sec .blog_content_sec .text_content .date_admin {
        flex-direction: column;
    }
    .related_blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 12px;
        margin-bottom: 4px;
        padding-bottom: 4px;
    }
  
   
     /****==== Blog Details Page  ====****/

    /****==== Product Deals Page  ====****/
    .brand_sec .band_icon {
        padding: 14px;
        border-radius: 8px;
    }
   
    .hearing_bliss_sec .hearing_bliss .bills_content {
        width: 30%;
    }
    .product_deals_info .container {
        flex-direction: column;
    }
    .product_deals_info .title_content_sec {
        width: 100%;
        margin-right: 0;
    }
    .product_deals_info .info_faq {
        width: 100%;
    }
   
    /****==== Product Deals Page  ====****/

    /****==== Brand Page  ====****/
    .brand_page .deals_product_sec .latest_product .latest_phone {
        height: 250px;
    }
    .brand_page .latest_product .latest_phone {
        height: 250px;
    }
    .brand_page  .product_deals_info {
        padding: 80px 0 80px;
    }
    
    /****==== Brand Page  ====****/

    /****==== Contact Page  ====****/
    .conatct_sec .container {
        max-width: 90%;
    }
    .contact_page .address_branch_sec .main_branc_sec {
        margin-bottom: 50px;
    }
    .branch_address .text_content .details_list li a {
        font-size: 12px;
    }
    .branch_address .text_content .details_list li i {
        margin-right: 4px;
    }
    .branch_content .location_sec {
        height: 313px;
    }
    .branch_address .text_content .branch_name {
        font-size: 13px;
    }
    .location_content .top_sec .branch_name {
        font-size: 13px;
    }
    .location_content .top_sec .address .des {
        font-size: 10px;
    }
    .branch_address .branch_photo {
        height: 297px;
    }
    .branch_address .branch_photo img {
        height: 300px;
    }
    .contact_page .conatct_sec {
        padding: 60px 0;
    }
    .contact_page .address_branch_sec {
        padding: 60px 0 40px;
    }
   
    /****==== Contact Page  ====****/

    /****==== Cost Hearing Solution Page  ====****/
    .hearing_solution_page .about_sec {
        margin: 60px 0;
    }
    /****==== Cost Hearing Solution Page  ====****/

    /****==== FAQ Page  ====****/
    .faq_page .faq_sec .accordion {
        margin-top: 40px;
    }
    .faq_page .faq_sec .title {
        margin-top: 8px;
    }
    /****==== FAQ Page  ====****/

    /****==== Speak India Page  ====****/
    .speak_india_page .service_banner_sec {
        margin-top: 92px;
    }
    .speak_india_page .about_sec {
        padding: 50px 0 30px;
    }
    .speak_india_page .about_sec .text_content {
        margin-bottom: 0;
    }
    .speak_india_page .speech_problem .container {
        flex-direction: column;
    }
    .about_sec.speech_problem .about_photo.speech_problem._photo {
        margin-left: 0;
    }
    .speech_problem.about_sec .text_content .bottom_sec {
        margin-bottom: 0;
        text-align: left;
    }
    .speak_india_page .about_sec.speech_problem {
        padding-top: 0;
    }
    /****==== Speak India Page  ====****/


    /****==== Sishu Vikas Page  ====****/
    .sishu_vikas_page .about_sec .text_content {
        margin-bottom: 0;
        text-align: center;
    }
    /****==== Sishu Vikas Page  ====****/

    .why_choose_page .about_sec.why_choose .about_photo {
        height: 226px;
    }

    /***=== Book Appointment Page =====***/
    .book_appointment_page .book_appointment_wrapper .branch_photo_grid {
        display: none;
    }
     /***=== Book Appointment Page =====***/

  




    .footer_sec .footer_top_sec {
        padding: 60px 0 20px;
    }
    .footer_sec .f_about_sec .f_logo {
        display: block;
        width: 36%;
        margin: 0 auto 10px;
    }
    .footer_sec .footer_top_sec .f_about_sec {
        text-align: center;
    }
    .footer_sec .f_about_sec .des {
        margin-bottom: 20px;
    }
    .footer_sec .f_about_sec .social_sec  .social {
        display: flex;
        justify-content: center;
    }
    .footer_sec .footer_top_sec .f_about_sec {
        margin-bottom: 30px;
    }

    .footer_sec .bottom_sec .des {
        font-size: 13px;
    }
    .footer_sec .bottom_sec .menu_list li a {
        font-size: 13px;
    }
    .footer_sec .bottom_sec {
        padding-top: 20px;
    }
    .footer_sec .bottom_sec .container {
        flex-direction: column;
    }

   

}




/* 767px */
@media only screen and (max-width: 767px) {


    .more {
        padding: 6px 16px;
        font-size: 14px;
    }

 
    .des {
        font-size: 13px;
        line-height: 1.8;
    }
    .title {
        font-size: 18px;
        line-height: 1.5;
    }
    .heade_sec .top_heade .container {
        align-items: center;
    }
    .heade_sec .top_heade  .book_btn {
        padding: 4px 10px;
        font-size: 14px;
    }


    .heade_sec .top_heade {
        /* background: #2356b7; */
        padding: 5px 0;
    }

    .heade_sec .logo {
        width: 18%;
        top: 0;
        position: relative;
    }
    
    .heade_sec .menu_nav .container {
        justify-content: center;
        max-width: 100%;
        justify-content: space-between;
    }
    
    .heade_sec .menu_nav .navbar-toggler {
        background: #2356b7;
        padding: 6px 10px;
    }
    .heade_sec .menu_nav .navbar-toggler span i {
        color: #fff;
    }
    
    .heade_sec .menu_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .heade_sec .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #2356b7;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .heade_sec .nav_list.show .navbar-nav, .heade_sec .nav_list.navbar-collapse.show {
        right: 0;
    }
    .heade_sec .nav_list .navbar-nav li {
        width: 100%;
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        font-size: 16px;
        padding: 14px 10px !important;
        display: block;
        border-bottom: 1px solid #fff;
    }
    .heade_sec .nav_list .navbar-nav li a {
        color: #fff !important;
        margin: 0;
        padding: 8px;
        border-bottom: 1px solid #474747;
        padding: 10px 13px !important;
        line-height: 1.5;
        border-right: none;
        font-size: 14px;
    }
    .heade_sec .menu_nav .container .navbar-nav a:hover, .heade_sec .menu_nav .container .navbar-nav a.active {
    color: #abcff5 !important;
}
    .heade_sec .menu_nav .container .navbar-nav .dropdown-menu {
        padding: 0 0;
        background: #353434;
        border: none;
        box-shadow: none;
    }
    .heade_sec .menu_nav .container .navbar-nav a {
        font-size: 14px;
        padding: 10px 10px !important;
        display: block;
        border-bottom: 1px solid #4678d5;
        border-left: none;
        margin: 0;
        line-height: 22px;
    }
    .heade_sec .nav_list.show .navbar-nav li.dropend a.dropdown-item {
        background: #353434;
    }
    .heade_sec .nav_list.show .navbar-nav li.dropend a.dropdown-item:after {
        transform: rotate(90deg);
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
        padding: 0;
        background: #1c4aa1;
        width: 100%;
        min-width: 100%;
        border-radius: 0;
        margin-left: 0px;
        margin: 0;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a:before {
        background: #ffffff;
    }
    .heade_sec .menu_nav .container .navbar-nav .dropdown-menu li a:active {
        background: #2d2929;
        color: #fff !important;
    }
    .heade_sec .menu_nav .container .navbar-nav li.dropend:hover ul.dropdown-menu.sub_dropdown {
        display: block;
        position: relative;
        left: 0;
        background: #3763b7;
    }
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown li a {
        padding: 9px 10px !important;
        line-height: 20px;
        margin: 0;
        border-bottom: 1px solid #4678d5;
    }
    
    .heade_sec .menu_nav .container .navbar-nav ul.sub_dropdown {
        width: 100%;
        border-radius: 0;
        margin-left: 0px;
        position: relative;
        top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: none;
    }



    /*****===== Home Page  =====*****/
    .banner_slider .owl-nav button span {
        font-size: 60px;
    }
   
    .count_sec {
        top: -20px;
    }
    .count_sec .count_content {
        border-radius: 8px;
        margin-bottom: 20px;
        flex: 0 0 47%;
    }
    .count_sec .container {
        justify-content: center;
    }
    .about_sec {
        margin: 30px auto 40px;
    }
   
    .about_sec .text_content .title {
        margin: 8px 0 10px;
        font-size: 18px;
    }
   
  
    .about_sec .text_content .des {
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 8px;
    }
    .about_sec .text_content .bottom_sec {
        margin: 20px 0 18px;
        justify-content: space-around;
        flex-direction: column;
    }
    
    .about_sec .about_photo {
        height: 590px;
        margin: 0 auto 30px;
        width: 100%;
    }
    .about_sec .text_content .bottom_sec li img {
        width: 15px;
        margin-right: 10px;
    }
    .about_sec .text_content .more {
        margin-top: 10px;
    }
    .certificates_sec {
        padding: 60px 0 30px;
    }
    .certificates_sec .text_content .title {
        margin-bottom: 8px;
    }
    .services_sec {
        padding: 60px 0 70px;
    }
    .services_sec .title {
        margin-bottom: 16px;
    }
    .services_sec .nav-tabs li {
        margin: 0 6px;
    }
    .services_sec .nav-tabs li button {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 10px 10px 0 0;
    }
    .services_sec .physical_slider {
        padding: 0 20px;
    }
    .services_sec .physical_slider button {
        width: 20px;
        height: 20px;
        background-size: 60% !important;
        background-position: center !important;
    }
    .services_sec .physical_service_sec {
        margin: 32px 10px 0;
    }
    .services_sec .physical_service_sec .physical_service .text_content {
        width: 100%;
        text-align: center;
    }
    .services_sec .physical_service_sec .physical_service .text_content a {
        font-size: 13px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon {
        border-radius: 5px;
    }
    .services_sec .physical_service_sec .physical_service .text_content .des {
        font-size: 13px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon {
        left: 0;
        right: 0;
        margin: auto;
    }
    .app_download_sec .container .download_mobile {
        width: 36%;
        flex: 0 0 36%;
        top: -40px;
        margin: auto;
    }
    .app_download_sec .text_content .stay_title {
        font-size: 24px;
    }
    .app_download_sec .text_content .title {
        font-size: 18px;
        margin: 3px auto 4px;
        line-height: 23px;
    }
    .app_download_sec .text_content .title span {
        display: block;
        margin-top: 6px;
    }
    .app_download_sec .text_content .stay_title {
        font-size: 16px;
    }
    .app_download_sec .text_content  .des {
        font-size: 15px;
        margin: 0;
    }
    .app_download_sec .text_content .download_btn a {
        margin: 0 10px;
    }
    .services_sec {
        padding: 40px 0 60px;
    }
    .services_sec .services_product .top_sec .sub_heading {
        font-size: 14px;
    }
    .services_sec .services_product .top_sec .product_name {
        font-size: 15px;
    }
    .services_sec .services_product .product_photo {
        width: 100px;
        height: 100px;
    }
    .services_sec .services_product .product_photo img {
        width: 52%;
    }
    .services_sec .services_slider .owl-nav button {
        width: 30px;
        height: 30px;
        margin: 10px 6px !important;
    }

    .contact_banner_sec .contact_right_sec {
        text-align: center;
    }
    .contact_banner_sec .contact_right_sec .contact_photo {
        width: 60%;
        flex: 0 0 60%;
        margin: 0 auto 20px;
    }

    .contact_banner_sec .contact_right_sec .text_content .title {
        font-size: 18px;
    }
    .contact_banner_sec .contact_right_sec .text_content a {
        font-size: 26px;
    }
    .contact_banner_sec .left_sec .title {
        font-size: 22px;
    }
    .contact_banner_sec .left_sec .des {
        font-size: 14px;
        margin-top: 10px;
    }
    .contact_banner_sec .left_sec .bootom_sec {
        flex-direction: column;
    }
    .contact_banner_sec .left_sec .bootom_sec li {
        width: 100%;
    }
    .contact_banner_sec .left_sec .bootom_sec li img {
        width: 14px;
        flex: 0 0 14px;
        margin-right: 8px;
        margin-top: 5px;
    }
    .presence_sec {
        padding: 0px 0 40px;
    }

    .presence_sec .subtitle {
        margin-bottom: 20px;
    }
    .presence_sec .presence_slider .presence_icon img {
        width: 50%;
    }
    .working_process_sec {
        margin: 50px auto;
    }
    .working_process_sec .working_process .title {
        margin: 10px auto 20px;
    }
    .working_process_sec .working_process .process_content {
        padding: 0 40px;
        border-right: none;
        border-bottom: 1px solid #BCBCBC;
        padding: 20px 10px;
    }
    .our_team .more {
        margin-top: 0;
    }
    .specialists_sec {
        padding: 50px 0;
    }
    .specialists_sec .specialists_slider button {
        width: 30px;
        height: 30px;
        background-size: 48% !important;
    }
    .specialists_sec .specialists_slider {
        padding: 0 40px;
    }
    .specialists_sec .title {
        width: 100%;
        margin: 8px auto 0;
        font-size: 16px;
    }
    .specialists_sec .specialists_content .specialists_photo_content {
        height: 320px;
    }
    .specialists_sec .specialists_content .specialists_photo_content .specialists_photo {
        height: 280px;
    }
    .specialists_sec .specialists_slider .owl-item {
        padding: 30px 0 0;
    }
    .about_sec.hearing_solution_sec .about_photo {
        margin-bottom: 10px;
    }
    .product_image_slider .image-container {
        height: 140px;
        border-radius: 5px;
    }
    .product_image_slider .image-container span {
        font-size: 10px;
        padding: 4px 10px;
        border-radius: 28px;
    }
    .deals_product_sec .title_des {
        width: 100%;
        margin: 0 auto 20px;
    }
    .blog_sec .blog_slider {
        margin-top: 30px;
    }
    .blog_sec .blog_content_sec {
        flex-direction: column;
    }
    .blog_sec .blog_content_sec .blog_photo {
        height: 140px;
        width: 100%;
        flex: 0 0 100%;
    }
    .blog_sec .blog_slider {
        margin-top: 30px;
    }
    .blog_sec .blog_slider .owl-dots {
        margin-top: 0 !important;
    }
    .testimonial_sec .nav-tabs {
        margin: 0 auto 20px;
    }
    .testimonial_slider .testimonial_content .des {
        font-size: 14px;
        text-align: justify;
    }
    .testimonial_sec .happy_testimonial .title {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 24px;
    }
    .rating_sec {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }
    .testimonial_sec {
        padding: 60px 0;
    }
    
    .app_download_sec .text_content .btn_more {
        justify-content: center;
        flex-direction: column;
    }
    .app_download_sec .text_content .download_btn {
        margin-bottom: 18px;
    }
    
    .rating_sec .top_sec .count {
        font-size: 24px;
    }
    .rating_sec .star_icon {
        width: 24px;
    }
    .rating_sec .average {
        font-size: 14px;
        margin: 0;
    }
    .right_sec .testimonial_photo {
        width: 100%;
        margin: auto;
        height: 270px;
    }
    .right_sec .testimonial_photo img {
        height: 100%;
        object-fit: cover;
    }
    .faq_sec {
        margin-bottom: 0;
    }
    .faq_sec .title img {
        width: 24px;
        margin-left: 10px;
    }
   
    .faq_sec .accordion-item .accordion-header button.accordion-button[aria-expanded="true"]:after {
        width: 28px;
        height: 28px;
    }
    .faq_sec .accordion-item .text_content .des {
        margin: 0;
        line-height: 1.5;
    }
   
    .about_sec .text_content .why_choose_list li {
        margin-bottom: 10px;
        font-size: 13px;
        text-align: left;
    }
    .why_choose .container {
        flex-direction: column-reverse;
    }
    
    .about_sec.home_care_service .about_photo {
        margin-bottom: 10px;
        width: 50%;
        border-radius: 12px;
    }
    .about_sec.home_care_service {
        padding-top: 50px;
    }
    .faq_sec {
        padding: 60px 0;
    }
    .app_download_sec .text_content {
        width: 100%;
    }
    .testimonial_video_slider .item {
        padding: 20px 50px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 164px;
    }
    .testimonial_sec .happy_testimonial .rating_icon {
        margin: 0 auto 8px;
    }
    .bottom_certified_sec .certificates_photo {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
  
    /*****===== Home Page  =====*****/


    /****==== About Page  ====****/
    .service_page .service_banner_sec {
        margin-top: 114px;
        height: 110px;
    }
    .service_page .service_banner_sec img {
        height: 100%;
        object-fit: cover;
    }
    .service_page .service_banner_sec .text_sec .banner_title {
        font-size: 28px;
    }

    .about_page .about_sec {
        margin: 40px auto 20px;
    }
    .about_page .presence_sec {
        padding: 40px 0 40px;
    }

    .specialists_sec .nav-tabs li {
        margin: 0 10px;
        width: 45%;
    }
    .specialists_sec .nav-tabs li button {
        font-size: 16px;
        padding: 10px 18px;
        border-radius: 12px 12px 0 0;
        width: 100%;
    }
    .mission_vision_sec:after {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        height: 62%;
    }
    .mission_vision_sec .mission_content {
        padding: 20px 0;
    }
    .mission_vision_sec .mission_content .title {
        margin-bottom: 12px;
    }
    .our_team {
        padding: 30px 0;
    }
    .our_team .team_slider {
        margin-top: 30px;
        padding: 0 40px 20px;
    }
    .our_team .team_photo_content .user_photo {
        height: 130px;
    }
    .our_team .team_photo_content .text_content .name {
        font-size: 14px;
    }
    .our_team .team_photo_content .text_content .designation {
        font-size: 12px;
        margin-bottom: 0;
    }
    .our_team .team_slider button {
        height: 30px;
        width: 24px;
        background-size: 60% !important;
        background-position: center !important;
    }
    .specialists_sec .nav-tabs li {
        width: 43%;
    }
    .specialists_sec .nav-tabs li button {
        font-size: 14px;
        padding: 6px 22px;
    }
    .about_page .our_team .team_photo_content .user_photo {
        height: 180px;
    }
    .about_page .specialists_sec .nav-tabs li {
        width: 100%;
    }
    .about_page .specialists_sec .nav-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }
    .about_page .specialists_sec .nav-tabs li button {
        font-size: 14px;
        padding: 12px 22px;
        border-radius: 5px;
    }
    /****==== About Page  ====****/

    /****==== Service Page  ====****/
    .our_services_sec {
        margin: 50px auto;
    }
    .our_services_sec .service_tab_sec a {
        padding: 6px 8px;
        font-size: 12px;
        margin: 0 5px;
        border-radius: 8px 8px 0 0;
    }
    .services_content {
        margin-top: 20px;
    }
    .services_content .service_menu_list a span {
        display: none;
    }
    .services_content .service_menu_list {
        flex-direction: row;
        width: 100%;
        overflow-y: scroll;
        flex-wrap: nowrap;
        margin: 0;
        border-radius: 5px;
        padding: 8px 10px;
        margin-bottom: 20px;
    }
    .services_content .service_menu_list a .icon {
        margin: auto;
    }
    .services_content .service_menu_list a {
        padding: 8px;
        font-size: 12px;
        margin: 0 6px;
        border-radius: 6px;
    }
    .services_content .service_text_content .title {
        font-size: 18px;
        line-height: 1.5;
    }
    .service_page .service_content_wrapper .service_text_content .list li {
        margin-bottom: 7px;
        font-size: 13px;
    }
    .service_page .our_services_sec {
        margin: 50px auto;
    }
    /****==== Service Page  ====****/

    /****==== Product Deals Page  ====****/
    .product_details .best_info {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .brand_sec .brand_gid {
        margin-top: 20px;
    }
    .brand_sec .band_icon {
        padding: 14px;
        border-radius: 8px;
        min-height: 48px;
        margin-bottom: 10px;
        height: auto;
        min-height: 80px;
    }
    .brand_sec .brand_gid {
        margin-top: 20px;
    }
    .deals_product_sec .latest_product .latest_phone {
        height: auto;
    }
    .deals_product_sec.hearing_aids {
        padding: 50px 0 40px;
    }
    .hearing_bliss_sec {
        padding: 60px 0;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content {
        width: 45%;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .icon i {
        font-size: 20px;
    }
    .hearing_bliss_sec .hearing_bliss .bills_content .des {
        font-size: 14px;
        line-height: 1.5;
    }
    .hearing_bliss_sec .title {
        margin: 10px auto 20px;
    }
    .product_deals_info {
        padding: 60px 0 40px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button {
        font-size: 13px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-body .text_content .des {
        font-size: 13px;
        margin: 0;
        line-height: 1.8;
    }
    .product_deals_info .info_faq .accordion-item .accordion-body .text_content {
        padding-top: 10px;
        margin-top: 10px;
    }
    .deals_product_sec.hearing_aids .deals_product_content {
        margin-top: 40px;
    }
    /****====  Product Deals Page  ====****/

    /****====  Our Audiologists Page  ====****/
    .audiologists_page .specialists_sec  .our_team {
        padding-top: 20px;
    }
    .audiologists_page .specialists_sec .specialists_content .specialists_photo_content .specialists_photo {
        height: 100%;
    }
    .audiologists_page .specialists_sec .specialists_content .specialists_photo_content {
        height: 360px;
    }
     /****====  Our Audiologists Page  ====****/

    /****====  Hearing Aids Page  ====****/
    .product_deals_info .title_content_sec .title {
        margin: 10px auto 10px;
        font-size: 17px;
    }
    /****====  Hearing Aids Page  ====****/

    /****====  Why Choose Us Page  ====****/
    .why_choose_page .why_choose {
        margin: 80px auto 30px;
    }
    /****====  Why Choose Us Page  ====****/

    /****====  Blog Deals Page  ====****/
    .blog_details_page .blog_content_sec .blog_photo {
        height: 250px;
    }
    /****====  Blog Deals Page  ====****/

    /****====  Brand Page  ====****/
    .brand_page .deals_product_sec .latest_product .latest_phone {
        height: auto;
    }
    .brand_page  .product_deals_info {
        padding: 60px 0 40px;
    }
    /****====  Brand Page  ====****/


    /****====  Contact Page  ====****/
  
    .contact_page .conatct_sec {
        padding: 40px 0;
    }
    .contact_page .get_touch_sec {
        padding: 30px 0;
    }
    .contact_page .get_touch_sec .title {
        margin-bottom: 14px;
    }
    .contact_page .address_branch_sec {
        padding: 70px 0;
    }
    .contact_page .address_branch_sec .main_branc_sec {
        margin-bottom: 40px;
    }
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li {
        margin-bottom: 30px;
    }
    .other_branc_sec .other_branch_sec .other_branch_content {
        width: 47%;
        padding: 9px;
        margin: 7px 5px;
    }
    .other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li a i {
        margin-right: 6px;
    }
    .other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li {
        font-size: 12px;
    }
    .other_branc_sec .other_branch_sec .other_branch_content .address_list_sec li a {
        font-size: 12px;
    }
    .contact_page .address_branch_sec {
        padding: 40px 0;
    }
    .contact_page .other_branc_sec .title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .conatct_sec .address_list_sec li .text_content .des {
        font-size: 14px;
    }
    .conatct_sec .address_list_sec li .text_content .address_title {
        font-size: 18px;
    }
    .conatct_sec .address_list_sec li .address_icon i {
        font-size: 18px;
    }
    .branch_address {
        margin-bottom: 20px;
    }
    .branch_address.address {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .branch_content .other_branc_sec .other_branc_content {
        margin-bottom: 40px;
    }
    .location_content.location {
        border-radius: 30px 0;
    }
    .branch_address.address {
        border-radius: 0 30px;
    }
    .branch_content .other_branc_sec .other_branc_content .branch_address.address .branch_photo img {
        height: auto;
        margin: auto;
    }

    .service_page.contact_page .branch_content .other_branc_sec  .branch_address {
        height: auto;
        width: 40%;
        margin: 0 auto 20px;
    }
    .branch_content .other_branc_sec .other_branc_content.top_brand .row {
        flex-direction: column-reverse;
    }
    
    /****====  Contact Page  ====****/

    /****====  Blog Details Page  ====****/
    .blog_details_page .service_banner_sec {
        margin-top: 102px;
    }
    .blog_details_page .blog_content_sec .blog_details_video {
        height: 230px;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 60px;
    }
    .related_blog_sec  .related_blog_slider {
        margin-top: 0;
    }
    .related_blog_sec .title {
        margin-bottom: 20px;
    }
    .related_blog_sec .blog_content_sec .text_content .date_admin {
        flex-direction: row;
    }

    /****====  Blog Details Page  ====****/

    /****====  Hearing Solution Page  ====****/
    .hearing_solution_page .about_sec {
        margin: 60px 0 20px;
    }
     /****====  Hearing Solution Page  ====****/

     /****====  FAQ Page  ====****/
     .faq_sec {
        padding: 40px 0;
    }
    .faq_sec .category_title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .faq_page .faq_sec .accordion {
        margin-top: 20px;
    }
  
    /****====  FAQ Page  ====****/

    /****====  Refund Policy Page  ====****/
    .terms_conditions_page .terms_conditions_banner_sec .title {
        font-size: 22px;
    }
    .terms_conditions_sec {
        padding: 30px 0 10px;
    }
    .privacy_policy_content .policy_list li {
        margin-bottom: 10px;
        line-height: 1.8;
        font-size: 13px;
    }
    .update_text_content .title {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .privacy_policy_content .sub_title {
        font-size: 18px;
    }
   /****====  Refund Policy Page  ====****/

    .terms_conditions_page .faq_sec.bottom_faq_sec {
        padding: 30px 0 40px;
    }
    .terms_conditions_page .faq_sec .title {
        margin-bottom: 20px;
    }


    .why_choose_page .about_sec.why_choose .about_photo {
        top: 0;
    }


    /***=== Book Appointment Page =====***/
    .book_appointment_page .book_appointment_wrapper {
        border-radius: 15px;
    }
    .book_appointment_page .book_appointment_sec .top_sec .brg_logo {
        width: 70%;
        margin: 0 auto 10px;
    }
    .book_appointment_page .book_appointment_sec .top_sec .r_sec {
        justify-content: center;
        width: 70%;
        margin: auto;
    }
    .book_appointment_page .conatct_sec .contact_form_sec .form_sec .form-group label {
        font-size: 15px;
    }
    .book_appointment_page .conatct_sec .contact_form_sec .form_sec .form-group .form-select {
        font-size: 15px;
    }
    .book_appointment_page .conatct_sec .contact_form_sec .form_sec .form-group.submt-group .submt-btn.more {
        padding: 10px 20px;
        font-size: 15px;
    }
    /***=== Book Appointment Page =====***/

  


    
   

   
    

    

   
    .footer_sec .f_about .f_logo {
        width: 40%;
    }
    .footer_sec .f_link .f_title {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_sec .f_link .f_nav_list {
        text-align: center;
    }
    .footer_sec .f_about .des {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 10px;
        line-height: 24px;
    }
    .footer_sec .f_bottom .f_bottom_menu {
        padding: 0 0 15px;
        margin: 0 0 15px;
        flex-wrap: wrap;
    }
    .footer_sec .footer_top_sec .f_menu.info_menu {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .footer_sec .footer_top_sec .menu_list {
        margin-bottom: 20px;
    }

    /* Footer Sec */
    .footer_sec .bottom_sec .container {
        padding: 0 0 16px;
        flex-direction: column;
    }
    .footer_new .footer-socials li a span {
        display: none;
    }
    .footer_new .footer-socials li {
        margin: 0 16px 15px;
    }
    .footer_new .footer-socials li a i {
        margin: 0;
    }
    .footer-logo-copyright .footer-menu {
        flex-wrap: wrap;
    }
    .footer_sec .bottom_sec .des {
        font-size: 13px;
        padding-bottom: 0;
        padding-top: 4px;
    }
    .footer_sec .bottom_sec .menu_list {
        flex-direction: column;
        align-items: center;
    }
    .footer_sec .bottom_sec .menu_list li {
        padding: 4px;
        border-right: none;
        margin-right: 0;
    }
    
}


/* 480px */
@media only screen and (max-width: 480px) {

    .title {
        font-size: 15px;
    }
    .more {
        font-size: 12px;
    }
    .view_btn {
        padding: 3px 7px;
        font-size: 10px;
    }
    .heade_sec .top_heade  .book_btn {
        padding: 6px 10px;
        font-size: 13px;
    }
    .heade_sec .top_heade {
        padding: 10px 0;
    }
    .heade_sec .logo {
        width: 24%;
    }
    .heade_sec .top_heade .contact_no {
        padding: 8px;
        clip-path: none;
        font-size: 12px;
    }
    .heade_sec .top_heade .contact_no i {
        margin-right: 3px;
        font-size: 13px;
    }

    /*****===== Home Page  =====*****/

    .banner_slider .owl-nav button span {
        font-size: 48px;
    }
    .count_sec .count_content {
        border-radius: 8px;
        margin-bottom: 20px;
        flex: 0 0 46%;
    }
    .count_sec .count_content .icon {
        width: 30px;
        margin-bottom: 11px;
    }
    .count_sec .count_content .text_content .title {
        font-size: 12px;
    }
    .count_sec .count_content .text_content .count_number {
        font-size: 22px;
    }
    .about_sec {
        margin: 30px auto 20px;
    }
    .about_sec .text_content .title {
        font-size: 16px;
        margin-top: 10px;
    }
    .certificates_sec .text_content {
        margin-top: 30px;
    }
    .services_sec {
        padding: 40px 0 30px;
    }
   .about_sec.why_choose {
        margin-bottom: 60px;
    }
    .services_sec .nav-tabs li {
        margin: 0 4px;
    }
    .services_sec .nav-tabs li button {
        font-size: 11px;
        padding: 5px 8px;
    }
    .services_sec .physical_service_sec {
        margin: 32px 10px 20px;
    }
    .services_sec .physical_service_sec .physical_service {
        width: 48%;
        flex: 0 0 48%;
        padding: 15px 8px 15px;
        align-items: center;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon {
        width: 44px;
        height: 44px;
    }
    .services_sec .physical_service_sec .physical_service .physical_icon img {
        width: 24px;
    }
    .services_sec .physical_service_sec .physical_service .text_content .des {
        font-size: 11px;
        margin-bottom: 2px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a {
        font-size: 11px;
    }
    .services_sec .physical_service_sec .physical_service .text_content a i {
        font-size: 10px;
    }
    .services_sec .physical_service_sec .physical_service {
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .services_sec .physical_service_sec .physical_service {
        width: 48%;
        flex: 0 0 48%;
        box-shadow: 0 8px 8px 0 rgb(167 167 167 / 50%);
        -moz-box-shadow: 0 8px 8px 0 rgb(167 167 167 / 50%);
        -webkit-box-shadow: 0 8px 8px 0 rgb(167 167 167 / 50%);
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .app_download_sec .text_content {
        width: 100%;
    }
    .app_download_sec .text_content .stay_title {
        font-size: 14px;
    }
    .app_download_sec .text_content .title {
        font-size: 16px;
        margin: 6px auto 7px;
        line-height: 25px;
    }
    .app_download_sec .text_content .title span {
        display: block;
        margin-top: 0;
        line-height: 1.3;
    }
    .app_download_sec .text_content  .des {
        font-size: 13px;
        margin: 0;
        line-height: 1.5;
    }
    .product_image_slider .image-container {
        height: 105px;
        border-radius: 5px;
    }
    .product_image_slider .slider-button {
        padding: 0.2rem;
        width: 30px;
        height: 30px;
    }
    
    .product_image_slider .slider-button svg {
        width: 18px;
        position: relative;
        top: -3px;
    }
    .services_sec {
        padding: 30px 0 30px;
    }
    .specialists_sec .title {
        margin: 8px auto 0;
        font-size: 15px;
    }
    .services_sec .services_product .top_sec .sub_heading {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .services_sec .services_product .product_photo {
        width: 80px;
        height: 80px;
    }
    .specialists_sec .specialists_content .specialists_photo_content .specialists_photo {
        height: 230px;
    }
    .specialists_sec .specialists_content .specialists_photo_content {
        padding: 12px;
        border-radius: 8px;
        height: 258px;
    }
    .specialists_sec .specialists_content .text_content {
        padding: 8px 10px;
        border-radius: 10px;
    }
  
    .specialists_sec .specialists_content .text_content .name {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .specialists_sec .specialists_content .text_content .designation {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .specialists_sec .specialists_content .text_content  .des {
        font-size: 11px;
        line-height: 16px;
    }
    .presence_sec .presence_slider .presence_icon img {
        width: 50%;
    }
    .services_sec .services_product .top_sec .product_name {
        font-size: 12px;
    }
    .services_sec .services_product .top_sec .sub_heading {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .services_sec .services_product .product_photo {
        width: 80px;
        height: 80px;
        margin: 10px 0 12px;
    }
    .services_sec .services_product {
        padding: 30px 8px;
        border-radius: 12px;
    }
    .services_sec .services_product .more {
        font-size: 14px;
        padding: 6px 13px;
        line-height: 16px;
    }
    .our_team .more {
        margin-top: 0;
    }
    .blog_sec .blog_slider {
        margin-top: 20px;
    }
    .testimonial_sec .happy_testimonial .title {
        font-size: 16px;
    }
    .testimonial_video_slider .item {
        padding: 20px 30px;
    }
    .testimonial_video_slider .testimonial_video_content .testimonial_video {
        height: 122px;
    }
    .testimonial_video_slider .owl-nav button {
        left: 0;
    }
    .testimonial_video_slider .owl-nav button.owl-next {
        right: 0;
    }
    .faq_sec .category_title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .faq_sec.bottom_faq_sec .accordion {
        margin-top: 28px;
    }
    .faq_sec .accordion-item .accordion-header button.accordion-button {
        font-size: 12px;
    }
    .faq_sec .accordion-item .text_content .des {
        font-size: 12px;
    }
    /*****===== Home Page  =====*****/

    /*****===== About Page  =====*****/
    .service_page .service_banner_sec {
        margin-top: 110px;
        height: 90px;
    }
    .service_page .service_banner_sec .text_sec .banner_title {
        font-size: 24px;
    }
    .mission_vision_sec .mission_content {
        padding: 20px 0;
    }
    .mission_vision_sec:after {
        height: 64%;
    }
    .our_team .team_photo_content .text_content {
        padding: 10px;
    }
    .our_team .team_photo_content .text_content .name {
        font-size: 12px;
    }
    .our_team .team_slider {
        padding: 0 30px;
    }
    .about_page .specialists_sec .investor_pane .team_photo_content .user_photo {
        height: 110px;
    }
    /*****===== About Page  =====*****/

    /*****===== Product Deals Page  =====*****/
    .deals_product_sec .latest_product .text_content .product_title {
        font-size: 14px;
    }
    .deals_product_sec .latest_product .text_content .price {
        font-size: 15px;
    }
    .deals_product_sec .latest_product .text_content .price.offer_price {
        font-size: 17px;
    }
    .deals_product_sec .latest_product .text_content .btn_ecommerce .more {
        padding: 4px 12px;
        font-size: 13px;
    }
    .brand_sec .band_icon {
        padding: 14px;
        min-height: 48px;
        margin-bottom: 10px;
        min-height: 60px;
    }
    .deals_product_sec .latest_product .text_content {
        text-align: center;
    }
    /* .deals_product_sec .latest_product .latest_phone {
        height: 80px;
    } */
    .hearing_bliss_sec .hearing_bliss .bills_content {
        width: 100%;
    }
    .product_deals_info .title_content_sec .title {
        margin: 10px auto 10px;
        font-size: 14px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-body .text_content .des {
        font-size: 12px;
    }
    .product_deals_info .info_faq .accordion-item .accordion-header .accordion-button {
        font-size: 12px;
    }
    /*****===== Product Deals Page  =====*****/

    /*****===== Blog Page  =====*****/
    .blog_page .blog_sec .blog_content_sec .blog_photo {
        height: 138px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content {
        padding: 10px;
    }
    .blog_page .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 10px;
        margin-bottom: 8px;
    }
    /*****===== Blog Page  =====*****/

    /*****===== Blog Deals Page  =====*****/
  
    .blog_details_page .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 16px;
    }
    .blog_details_page .blog_sec .blog_content_sec .text_content .des {
        text-align: justify;
    }
  
    .blog_details_page .blog_content_sec .blog_details_video {
        height: 170px;
    }
    .blog_details_page .blog_sec .blog_content_sec .text_content .blog_title {
        font-size: 14px;
        line-height: 1.5;
    }
    .blog_details_page .right_sec .related_posts_list .blog_content_sec  .blog_photo {
        height: 54px;
    }
    .blog_details_page .right_sec .right_content .service_list li {
        padding: 8px;
        border-radius: 4px;
        font-size: 10px;
    }
    /*****===== Blog Deals Page  =====*****/

    /*****===== Service Page  =====*****/
    .our_services_sec .service_tab_sec a {
        padding: 6px 8px;
        font-size: 11px;
        margin: 0 3px;
    }
    /*****===== Service Page  =====*****/

    /*****===== Our Audiologists Page  =====*****/
    .audiologists_page .specialists_sec {
        padding: 50px 0 20px;
    }
    .audiologists_page .specialists_sec .specialists_content .specialists_photo_content {
        height: 324px;
    }
     .audiologists_page .specialists_sec .specialists_content .text_content {
        bottom: -20px;
    }
    .audiologists_page .specialists_sec .our_team .specialists_grid {
        margin-bottom: 60px;
    }
    
     /*****===== Our Audiologists Page  =====*****/

     .hearing_solution_page .app_download_sec {
        margin-top: 90px;
    }
    /*****===== Contact Page  =====*****/
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li {
        margin-bottom: 30px;
    }
    .other_branc_sec .other_branch_sec .other_branch_content {
        width: 100%;
        margin-right: 0;
    }
    .other_branc_sec {
        margin-top: 40px;
    }
    .contact_page .other_branc_sec .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact_page .address_branch_sec {
        padding: 50px 0;
    }
    .contact_page .address_branch_sec .main_branc_sec {
        margin-bottom: 0;
        padding: 20px;
    }
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li .text_content .address_title {
        font-size: 16px;
    }
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li .text_content  .des {
        font-size: 14px;
    }
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li .address_icon i {
        font-size: 18px;
    }
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li .address_icon {
        margin-top: 1px;
        margin-right: 11px;
    }
    .contact_page .address_branch_sec .main_branc_sec .address_list_sec li {
        margin-bottom: 20px;
    }
    .conatct_sec .contact_form_sec .form_sec .form-group .form-control {
        font-size: 14px;
    }
    .branch_address .branch_photo {
        height: 240px;
    }
    .branch_address .branch_photo img {
        height: 240px;
    }
    .branch_address {
        margin-bottom: 30px;
    }
    .branch_content .other_branc_sec .other_branc_content {
        margin-bottom: 0;
    }
    .location_content {
        margin-bottom: 30px;
    }
    .location_content .top_sec .address .des {
        font-size: 13px;
    }
    .branch_content .other_branc_sec {
        margin-top: 20px;
    }
    .branch_address.address {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .conatct_sec .contact_form_sec .top_sec .contact_title {
        font-size: 20px;
    }
    .conatct_sec .contact_form_sec .top_sec .contact_title span {
        margin-bottom: 4px;
    }
    .conatct_sec .contact_form_sec .form_sec .form-group textarea {
        font-size: 14px;
    }
    .conatct_sec .contact_form_sec .form_sec .form-group.submt-group .submt-btn.more {
        padding: 8px 24px;
        font-size: 14px;
    }
    /*****===== Contact Page  =====*****/

    /*****===== Brand Page  =====*****/
   
    .brand_page .deals_product_sec .latest_product .latest_phone {
        height: 240px;
    }
    .brand_page .deals_product_sec .latest_product .text_content {
        text-align: left;
    }
    /*****===== Brand Page  =====*****/

    /*****===== Terms Conditions Page  =====*****/
    .terms_conditions_sec .last_update .update {
        font-size: 12px;
    }
    .terms_conditions_sec {
        padding: 40px 0;
    }
    .terms_conditions_sec .update_text_content .des {
        font-size: 13px;
        line-height: 1.8;
    }
    /*****===== Terms Conditions Page  =====*****/

    /*****===== Speak India Page  =====*****/
    .speak_india_page .about_sec .text_content .title {
        margin-top: 0;
    }
    
    .about_sec.speech_problem .text_content .bottom_sec li {
        font-size: 12px;
    }
    .about_sec.speech_problem .text_content .title {
        font-size: 16px;
        margin-top: 0;
    }
    /*****===== Speak India Page  =====*****/

    /*****===== Sishu Vikas Page  =====*****/
    .sishu_vikas_page .about_sec .about_photo {
        width: 100%;
        margin: 10px auto;
    }
    .sishu_vikas_page .about_sec {
        margin: 50px auto 30px;
    }
    /*****===== Sishu Vikas Page  =====*****/

    /*****===== Terms Conditions Page  =====*****/
    .terms_conditions_page .terms_conditions_banner_sec .title {
        font-size: 20px;
    }
    

    .update_text_content .title {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .privacy_policy_content .sub_title {
        font-size: 16px;
    }
    /*****===== Terms Conditions Page  =====*****/

    /***=== Book Appointment Page =====***/
    .book_appointment_page .book_appointment_wrapper {
        padding: 20px;
    }
    /***=== Book Appointment Page =====***/

    .footer_sec .footer_top_sec .f_title {
        font-size: 15px;
        margin-bottom: 14px;
    }
}   


/* 378px */
@media only screen and (max-width: 378px) {
    .branch_address .text_content .details_list li {
        border-right: none;
        padding: 0 11px 4px;
        line-height: 18px;
    }
}
 /*=============== End Responsive css ===============*/
