/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');*/

/*******************
    General
*******************/
@font-face {
    font-family: 'helvetica';
    src:  url('HelveticaNowDisplay-Thin') format('.otf'),
          url('HelveticaNowDisplay-RegIta') format('.otf'),
          url('HelveticaNowDisplay-MedIta') format('.otf'),
          url('HelveticaNowDisplay-Light') format('.otf'),
          url('HelveticaNowDisplay-ExtLt') format('.otf'),
          url('HelveticaNowDisplay-ExtBlk') format('.otf'),
          url('HelveticaNowDisplay-Bold') format('.otf'),
          url('HelveticaNowDisplay-Black') format('.otf'),
  }
  
  *{
      margin:0;
      padding:0;
      box-sizing: border-box;
  }
  
  :root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
  }
  
  html {
      font-size: 62.5% !important;
      scroll-behavior: smooth;
  }
  
  body {
    font-size: 1.5rem !important;
    font-family: 'helvetica' !important;
    line-height: 1.5rem;
    position:relative;
    overflow-x: hidden;
    letter-spacing: 1px;
  }
  h1, h2, h3, h4, h5, h6 {
    color:#222;
  }
  
  a {
    text-decoration: none !important;
  
  }
  
  ::-moz-selection {
    background: #2a3d65;
    color: #ffffff;
  }
  
  ::selection {
    background: #2a3d65;
    color: #ffffff;
  }
  
  
  .text-justify {
      text-align: justify;
  }
  
  body .bg-light {
      background: #d8d8d838 !important;
  }
  .other_support .card-body span {
    width: 100%;
    height: 100%;
    max-width: 40px;
    background: none !important;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
}
.other_support .card-body span:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #283e68;
    z-index: -1;
    border-radius: 50px;
}

  
  
  
  /******************* Inner pages css start *******************/

  .bg-primary {
    background-color: #006eb9 !important;
}
.logo_title img {
    width: 100%;
    max-width: 75%;
}
.logo {
    width: 20%;
}
.header-info span {
    color: #fff;
}
.apex-row a {
    color: #fff !important;
}
.header-top i {
    color: #fff;
}
.icon-top a i {
    /*border-right: solid #fff 1px;*/
    /*padding: 0px 15px;*/
    font-size: 20px;
    color: #fff;
}
.header-info span.sunday i {
    color: #006eb9;
}
.header-info span.sunday {
    padding-top: 5px !important;
    display: block;
}
.apex-row {
    padding: 15px 0px;
}
.menu_tik ul.navbar-nav li a {
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: uppercase;
    margin: 0px 3px;
}
.book-appointment a {
    background: #fdc904;
    color: #000;
    padding: 13px 10px;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}
div#main_nav ul li ul.dropdown-menu li a {
    margin: 0;
    font-weight: 500;
    width: 100%;
    text-transform: capitalize;
}
.about-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
section.banner-section .carousel-inner {
    border-bottom: solid #fdc904 2px;
}
.menu_tik ul.navbar-nav li a.active, .menu_tik ul.navbar-nav li a:hover {
    background: #006eb9;
    color: #fff !important;
    border-radius: 3px;
}
.logo_title h2 {
    color: #fdc904;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0px;
}
/*section.avighna_helpline {
    background-color: transparent;
    background-image: radial-gradient(at center center, #006eb9 0%, #1A284D 100%);
    padding: 15px 0px;
}*/
section.avighna_helpline {
    background-color: #006eb9;
    padding: 25px 0px;
}
.heding_helpline {
    text-align: center;
}
h2.title_helpline {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.heding_helpline span {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.heding_helpline span a {
    color: #fdc904;
}
section.services-section, section.testimon-section {
    background: #e7e7e7;
    padding: 40px 0px 60px !important;
}
footer.footer.bg-primary.py-5 {
    background: #fdc904 !important;
}
section.bolg-section {
    padding: 70px 0px;
}
.blog-img img {
    width: 100%;
    border-radius: 0px 0px 15px 15px;
}
.blog h4 {
    font-size: 18px;
    font-weight: 600;
    color: #006eb9;
    line-height: 26px;
    padding: 25px 10px 5px 10px;
}
.blog p {
    font-size: 17px;
    color: #000000;
    line-height: 26px;
    padding: 0px 10px 0px 10px;
    height: 80px;
}
.blog a {
    background: #006eb9;
    margin-left: 10px;
    padding: 13px 20px;
    color: #fff;
    border-radius: 10px;
    margin-top: 5px;
    display: inline-block;
    font-size: 18px;
}
.blog {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0 0 0 / 15%);
    padding: 0px 0px 30px 0px;
}
.logo_title span {
    color: #000;
    display: block;
    padding-top: 5px;
}

.banner-section .carousel-inner img {
    height: 100% !important;
    width: 100%;
}
.about-title span, .title_about {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
    line-height: 35px;
}
.about-title .titles {
    color: #006eb9;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
}
.about-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.about-title a {
    color: #fff;
    padding: 12px 12px !important;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 0px;
    background: #006eb9 !important;
}
.testimon .test_item:hover {
    background: #006eb9;
}
section.about-section {
    padding: 30px 0px 70px 0px;
}
.about-title {
    padding-left: 40px;
    padding-top: 20px;
}

.about-title a:hover {
    background: #fdc904 !important;
    color: #000;
}
.faqs_section .accordion-item button {
    padding: 15px 10px;
    font-size: 20px;
    color: #006eb9;
}
ul.facilities_list li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    display: flex;
}
.title_facilities h2:before {
    display: none;
}
ul.facilities_list li span i {
    color: #006eb9;
    font-size: 30px;
    margin-right: 5px;
}
section.facilities_section {
    padding: 40px 0px 80px 0px;
}
ul.facilities_list {
    list-style: none;
    padding-left: 0px;
}
.faqs_section .accordion-item p {
    font-size: 16px;
    line-height: 30px;
}

h2.title {
    font-size: 35px;
    font-weight: 600;
    color: #006eb9;
    padding-bottom: 30px;
    position: relative;
}
.why_title h2:before {
    top: 70px;
}
h2.title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: #fdc904;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
}
section.services-section .card a {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 600;
    color: #000;
}
section.services-section .card p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 15px;
    color: #000;
    text-align: center;
}
section.services-section .card img {
    height: 100%;
    transition: transform .9s;
}
section.services-section .card img:hover {
    transform: scale(1.1);
}
.services-section .col .card {
    overflow: hidden;
}

.footer_logo h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.footer_logo span {
    color: #000;
    padding: 10px 0px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.form_modal .form-group label {
    font-size: 16px;
    color: #000;
    padding-bottom: 5px;
    width: 100%;
}
.form_modal .form-group {
    padding-bottom: 15px;
}
.form_modal .form-group textarea {
    font-size: 16px;
    color: #000;
    width: 100%;
    background: none;
    border: solid #ddd 1px;
}
h5#exampleModalCenterTitle {
    font-size: 16px;
    font-weight: 600;
}
.heading_test h6 {
    font-size: 20px;
    color: #fff;
    padding: 10px 0px;
}
.form_modal .form-group button.btn.btn-primary {
    background: #f00;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border: solid #f00;
    border-radius: 8px;
}
.form_modal .form-group input {
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    color: #000;
}
.footer-icon a i {
    background: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    border: solid #fff 2px;
}
.footer-icon a i:hover {
    background: none;
    border: solid #000 2px;
    color: #000;
}
.footer-icon a {
    padding-right: 15px;
}
.footer-icon {
    margin-top: 15px;
}
ul.menu-ft li:hover {
    margin-left: 20px;
    transition: all 0.5s;
}


h3.ft-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
ul.menu-ft {
    list-style: none;
    padding-left: 0;
}
ul.menu-ft li a {
    color: #000;
    padding-bottom: 20px;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
}
.Contact-info span {
    color: #000;
    line-height: 27px;
    font-size: 20px;
    padding-right: 15px;
}

ul.menu-ft li a i {
    color: #000;
}

.Contact-info a {
    color: #000 !important;
    line-height: 27px;
    font-size: 18px;
}
.Contact-info {
    display: flex;
    padding-bottom: 15px;
}
.footer-middle {
    border-top: solid #ffffff5c 1px;
    padding: 15px 0px 15px;
}

.footer-copyright p, .footer-copyright a {
    margin-bottom: 0;
    color: #fff;
}

.test_item p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 20px 20px;
    height: 150px;
} 
.team_title p {
    line-height: 20px;
    padding: 0px 10px;
}

.appointment-form {
    background: #006eb9 !important;
}

.Why-choose-section .carousel-inner img {
    height: 100vh;
    width: 100%;
    border-radius: 10px;
}
.team_item {
    border: solid #ddd 1px;
    border-radius: 5px;
}
.team_box h4 {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
}
.team_box {
    background: #006eb9;
    color: #fff;
    padding: 15px 0px;
    border-radius: 0px 50px 0px 50px;
}

.media-body h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.media-body p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
}
.why_title h2 {
    color: #fff;
    padding-bottom: 50px !important;
    padding-top: 15px;
    text-transform: capitalize;
}

.Contact-infost a {
    background: #006eb9;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

.Contact-infos {
    display: flex;
}
.Contact-infos span i {
    color: #006eb9;
    font-size: 20px;
}

.Contact-infos p, .Contact-infos a {
    padding-left: 10px !important;
    line-height: 24px;
    font-size: 16px;
    color: #000 !important;
}

.Contact-infos {
    padding-bottom: 10px;
}

section.Why-choose-section {
    padding-bottom: 70px !important;
}
.media {
    display: flex;
    justify-content: space-between;
}

.media-left a span {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-radius: 50px;
    border: solid #fff 2px;
}
.media-left {
    padding-right: 20px;
}
.media-left a span:hover {
    background: none;
    border: solid #fff 2px;
    color: #fff;
}
.test_item i {
    color: #fff;
    font-size: 25px;
}
/* .appointment-img{
    background-image: url(../image/appointment-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
} */
.testimon .test_item {
    background: #006eb9;
    height: 100%;
    display: block;
    border-radius: 0px 50px 0px 50px;
}
.faqs_section .accordion-item ul li {
    line-height: 30px;
    list-style: none;
    font-size: 17px;
    padding-bottom: 10px;
}
.footer-copyright p {
    line-height: 26px;
}
.faqs_section .accordion-item ul {
    padding: 0;
}
.form_cont h2 {
    color: #fff;
}
.form_cont .form-group label {
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}
.gallery-section .owl-nav {
    display: flex;
    position: absolute;
    top: 40%;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-40%);
}
.gallery-section .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    background: #006eb9;
    width: 50px;
    height: 50px;
    font-size: 41px;
    border-radius: 50px;
    color: #fff;
    padding: 12px 0px 20px 0px !important;
}
.gallery-section .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
    background: #006eb9;
    width: 50px;
    height: 50px;
    font-size: 41px;
    border-radius: 50px;
    color: #fff;
    padding: 12px 0px 20px 0px !important;
}
.form_cont .form-group input, .form-group select, .form-group textarea {
    border: solid #fff 1px;
    border-radius: 5px;
    font-size: 14px;
    background: #006eb9;
    color: #fff;
    padding: 10px 10px;
}
.form_cont .form-group input::placeholder, .form-group textarea::placeholder{
    color: #fff;
}
.appointment-img {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 0px;
}
.appointment-img h3 {
    background: #fff;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 44px;
    width: 70%;
    text-align: center;
}
.form_modal .form-group p {
    font-size: 14px;
    padding-top: 7px;
}
.owl-dots {
    padding-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #006eb9 !important;
}
.appointment-form button.default-btn:hover {
    background: none;
    border: solid #fff 2px;
    color: #fff;
}
.appointment-form button.default-btn {
    background: #fdc904;
    border: solid #fdc904 2px;
    padding: 16px 20px;
    font-size: 20px;
    border-radius: 10px;
    color: #000;
}
div#main_nav ul.navbar-nav li ul.dropdown-menu li {
    padding: 0px 0px;
    display: block;
}
div#main_nav ul.navbar-nav li ul.dropdown-menu li a {
    display: flex;
    text-align: left;
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: solid #006eb9 1px;
    justify-content: space-between;
}
div#main_nav ul.navbar-nav li ul.dropdown-menu li a .icon-arrow:after {
    opacity: 1;
    font-size: 16px;
}
.dropdown-menu {
    min-width: 30rem;
    padding: 0;
}
.gallery_item .card img {
    transition: transform 0.9s;
}
.gallery_item .card img:hover {
    transform: scale(1.1);
}
.gallery_owl .gallery_item .card{
    overflow: hidden;
}

div#main_nav ul.navbar-nav li ul.dropdown-menu li a:hover {
    background: #006eb9 !important;
    border-radius: 0px !important;
}
.footer-middle.bg-primary {
    background: #000000 !important;
}
.form_cont .form-group {
    padding-bottom: 25px;
}
.why_title h2:before {
    top: 70px;
}
.services_more a {
    background: #006eb9;
    padding: 10px 15px !important;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 400 !important;
    border-radius: 2px;
    color: #fff !important;
}
.services_more a:hover {
    color: #000 !important;
    background: #fdc904;
}
.blog a:hover {
    background: #fdc904;
    color: #fff !important;
}
section.about-section .card img {
    border-radius: 100px 0px 100px 0px;
}
.services_more {
    text-align: center;
}
.services-section h6.text-center {
    font-size: 25px;
}

section.banner-section .container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}
.banner_cont {
    background: #ffffff63;
    padding: 15px 20px;
    border-radius: 10px;
}
.banner_cont h2 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #fff;
}
.banner_cont span {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}
.banner_cont a:hover {
    color: #000;
}
.banner_cont a {
    background: #fff;
    padding: 20px 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 500;
    border-radius: 8px;
    color: #000;
}

.testimonials button {
    display: none;
}
ul.menu-ft li a {
    font-size: 15px;
    line-height: 24px;
}
.also h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.also b {
    color: #000;
    line-height: 26px;
    display: block;
}
/* .menu_tik div#main_nav {
    width: 70%;
} */
.menu_tik div#main_nav ul.navbar-nav.ms-auto {
    margin-left: 0px !important;
}
/* .logo a img {
    width: 100% !important;
    max-width: 85%;
} */
/* .logo.lago2 img { 
    max-width: 75%;
} */
.logo a {
    width: 100% !important;
}
a.get_directions {
    margin-left: 15px;
}
.Contact-info.infos p {
    padding-bottom: 0px !important;
    margin-bottom: 6px;
    color: #000;
    line-height: 26px;
}
.Contact-info p {
    color: #fff;
    line-height: 26px;
}
.Contact-info.opp span {
    color: #006eb9;
}
.testimonials h6 {
    font-size: 30px;
    padding-bottom: 10px;
}
.testimonials {
    padding-bottom: 15px;
}
.icon-top a i:hover {
    background: none;
    color: #fff;
}

.icon-top a i {
    font-size: 17px;
    color: #000;
    background: #fdc904;
    width: 40px;
    border: solid #fdc904 2px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 50px;
}

.our_team .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 100%;
    align-items: center;
}

body .our_team .owl-nav .owl-prev {
    position: absolute;
    width: 40px;
    left: -60px;
    background: #4271b9 !important;
    font-size: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 16px 0px !important;
    line-height: 0;
    color: #fff !important;
    top: -4px;
}

body .our_team .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    right: -60px;
    background: #4271b9 !important;
    font-size: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 16px 0px !important;
    line-height: 0;
    color: #fff !important;
    top: 4px;
}
.ourapprentice a {
    background: #006eb9;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    transition: all .5s;
    font-size: 16px;
}
.ourapprentice a:hover {
    background: #fdc904;
    color: #000;
}
.ourapprentice {
    margin-top: 50px;
}
.our_team .owl-dots {
    display: none;
}
  
.about_sectionbg {
    background-image: url(../image/about-tinkweel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    background-position-y: top;
    position: relative;
}

.about_title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about_sectionbg .container {
    height: 100%;
}
.about_title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.services-limke {
    color: #fdc904 !important;
}
section.about_sectionbg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
}
  /*******************  Responsive *******************/



  @media (min-width: 1600px) and (max-width: 2400px){
    div#main_nav .navbar-nav li {
        padding-left: 5px;
    }

    .product .img-area img {
        height: 160px;
        object-fit: cover;
    }

  }
  
  
  @media (max-width: 1399px) {
  
  
  .navbar .navbar-nav .nav-link {
      font-size: 1.3rem !important;
  }
  
  }
@media (min-width: 1270px) and (max-width: 1280px){
    .search_contant span.search_icon {
        padding: 12px 20px !important;
    }

    .search_contant .cont-he {
        padding: 12px 18px !important;
    }
  
}

@media (min-width: 1200px) and (max-width: 1220px){
    .search_contant span.search_icon {
        padding: 12px 18px !important;
    }

    .search_contant .cont-he {
        padding: 12px 15px !important;
    }
        
    }

@media (min-width: 992px) and (max-width: 1005px){
    body .search_contant span.search_icon {
        padding: 9px 10px !important;
    }
    body .search_contant .cont-he {
        padding: 10px 10px !important;
    }
  
}


  
  @media (max-width: 1250px) {
  
  .navbar .navbar-nav .nav-link {
      font-size: 1.2rem;
  }
  
  .search_box span {
      padding: 5px !important;
  }
  
  }

  @media (min-width: 1200px) and (max-width: 1296px){
    .contact_head h2 {
        font-size: 21px !important;
    }
  }

  @media (min-width: 1200px) and (max-width: 1270px){
    div#main_nav .navbar-nav li {
        padding-left: 0px;
    }
  }
  
  
  @media (max-width: 991px) {
  html {
          font-size: 60%; 
  }
  
  
  .brand-wrap {
    width: 58% !important;
}
  
  
  
  
  .navbar {
      padding: 2rem 1rem;
      width: 100%;
      position: relative;
  }
  
  
  
  }
  
  
   @media (max-width: 767px) {
      html {
          font-size: 50%; 
      }

      .about-title.sonali {
    margin-bottom: 30px;
}
  
  
  
  .footer-one {
      padding-top: 20px;
  
  }
    
  
    .footer-one h5 {
      margin-top: 30px;
    }
  
    .footer-one-alt {
      text-align: center !important;
    }
  
  
  .footer-one a {
      font-size: 1.3rem;
  }
  
  .copyright {
      font-size: 1.3rem;
  }
  
  
  .title {
      font-size: 3rem;
  }
  
  
   }

  

   @media only screen and (min-width: 992px) and (max-width: 993px){
    .navbar .navbar-nav .nav-link {
        font-size: 1rem !important;
    }
   }

  
  
  
  
   
  
  
  /*# sourceMappingURL=style.css.map */

  @media only screen and (max-width: 1199px){
.header-info span {
    color: #fff;
    font-size: 12px;
}
.apex-row a {
    color: #fff !important;
    font-size: 12px;
}
.menu_tik ul.navbar-nav li a {
    font-size: 1px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.book-appointment a {
    border-radius: 6px;
    font-size: 11px !important;
}

section.services-section .card p {
    padding: 0px 10px;
}
section.services-section .card a {
    font-size: 15px;
    padding: 15px 0px 10px;
}
h2.title {
    font-size: 30px;
}
.about-title .titles {
    font-size: 28px;
    padding-bottom: 15px;
}
.about-title {
    padding-left: 10px;
    padding-top: 0px;
}
.our_team .owl-nav {
    top: 30%;
    transform: translateY(-30%);
}

body .our_team .owl-nav .owl-prev {
    width: 33px;
    left: -43px;
    font-size: 33px !important;
    height: 33px;
    padding: 13px 0px !important;
}

body .our_team .owl-nav .owl-next {
    width: 33px;
    right: -43px;
    font-size: 33px !important;
    height: 33px;
    padding: 13px 0px !important;
}
section.bolg-section {
    padding: 0px 0px 50px;
}
.gallery-section .owl-nav button.owl-prev {
    left: -41px;
    width: 33px;
    height: 33px;
    font-size: 25px;
    padding: 7px 0px 20px 0px !important;
}
.gallery-section .owl-nav button.owl-next {
    right: -41px;
    width: 33px;
    height: 33px;
    font-size: 25px;
    padding: 7px 0px 20px 0px !important;
}
.test_item p {
    height: 196px;
}
.footer-icon a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
}
.footer-icon a {
    padding-right: 6px;
}
.footer-copyright p {
    font-size: 14px;
}

.footer_logo h2 {
    font-size: 23px;
}
h3.ft-title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
ul.menu-ft li a {
    line-height: 24px;
    padding-bottom: 7px;
}


  }

  @media only screen and (max-width: 992px){


.about-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.about-title span, .title_about {
    padding-bottom: 10px;
}
.services-section .col .card {
    margin-bottom: 20px;
}
h2.title_helpline {
    font-size: 23px;
}
.heding_helpline span {
    font-size: 16px;
}
body .our_team .owl-nav .owl-prev {
    width: 25px;
    left: -35px;
    font-size: 25px !important;
    height: 25px;
    padding: 9px 0px !important;
}
body .our_team .owl-nav .owl-next {
    width: 25px;
    right: -35px;
    font-size: 25px !important;
    height: 25px;
    padding: 9px 0px !important;
}
.test_item p {
    font-size: 15px;
    padding: 20px 10px;
    height: 220px;
}
.gallery-section .owl-nav button.owl-prev {
    left: -35px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 6px 0px 20px 0px !important;
}
.gallery-section .owl-nav button.owl-next {
    right: -35px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 6px 0px 20px 0px !important;
}
.icon-top a i {
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.header-info span {
    font-size: 11px;
}
.apex-row a {
    font-size: 9px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-white.fixed-onscroll.menu_tik button.navbar-toggler {
    background: #006eb9 !important;
    font-size: 20px;
}
div#main_nav {
    padding-top: 10px;
}
section.bolg-section .card.p-3 {
    margin-bottom: 15px;
} 


}
  
  @media only screen and (max-width: 767px){
    .header-top .col {
        width: 100% !important;
        flex: 1 1 100%;
        display: none;
    }
    .header-top.bg-primary {
        display: none;
    }
    .gallery_item img {
    height: 100% !important;
}
.carousel-indicators {
    display: none;
}
    .menu_tik button {
        background: #006eb9;
        font-size: 20px;
        padding: 2px 8px;
        margin-bottom: 5px;
    }
    .logo {
        width: 100%;
        margin: auto;
    }
    .menu_tik {
        padding: 0 1rem;
    }
.logo a img {
    width: 100% !important;
    max-width: 40%;
    margin: auto;
    display: block;
}
.testimon .test_item {
    height: 100% !important;
}
.test_item p {
    height: 100% !important;
}
.heading_test {
    padding-bottom: 10px;
}
    .logo.lago2 img {
        max-width: 64%;
    }

    .menu_tik ul.navbar-nav li a {
    color: #000 !important;
    font-weight: 500;
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid #006eb9 1px;
}
.book-appointment a {
    background: #006eb9;
    color: #fff;
    padding: 13px 10px;
    margin-left: 0px;
    border-radius: 6px;
    margin-top: 15px !important;
    display: inline-block;
}
    .about-title {
        padding-left: 10px;
        padding-top: 20px;
    }
.about-title .titles {
    color: #006eb9;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
}
    section.services-section.mb-sm-5.pb-sm-5 {
        margin-top: 30px;
    }
    .services-section h6.text-center {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .Why-choose-section .carousel-inner img {
        height: 100%;
    }
h2.title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 50px;
}
section.about-section {
    padding: 30px 0px 0px 0px;
}
section.bolg-section {
    padding: 20px 0px 30px;
}
.Contact-infost a {
    display: block;
    text-align: center;
}
section.services-section .card a {
    font-size: 16px;
}
.also .col-4 {
    width: 100%;
}
.also .col-8 {
    width: 100% !important;
    padding-top: 10px;
} 
    section.testimon-section.py-sm-5.my-sm-5 {
        margin-top: 30px;
    }
    .appointment-form {
        background: #006eb9 !important;
        padding: 25px 10px;
    }
    .gallery-section .owl-nav button.owl-next, .gallery-section .owl-nav button.owl-prev {
        display: none;
    }
    footer.footer {
        padding: 0px 10px;
    }
    .india.text-end {
    text-align: center !important;
}
h2.title_helpline {
    font-size: 25px;
    text-align: center;
}
.heding_helpline span {
    font-size: 18px;
}
section.facilities_section {
    padding: 1px 0px 50px 0px;
}
body .our_team .owl-nav .owl-prev {
    left: 0px;
    display: none;
}
body .our_team .owl-nav .owl-next {
    right: 0px;
    display: none;
}
h3.ft-title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    padding-bottom: 0px;
    padding-top: 15px;
}
.about_sectionbg {
    height: 120px;
}
.about_title h3 {
    font-size: 20px;
}
section.bolg-section h2.title {
    padding-bottom: 21px;
    line-height: 56px;
}



  }
  .wi{
    width: 100% !important;
  }
  .f-f{
    font-family: sans-serif;
    line-height: 22px;
  }
  .gallery_item img {
    height: 280px;
}

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

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #efefef;
  font-family: 'Lato', sans-serif;

  .date {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    &#printDate {
      color: #e74c3c;
    }
    &#printDay {
      margin: 0 20px;
      color: #2ecc71;
    }
    &#printTime {
      color: #9b59b6;
    }
  }
} */


.book-appointment.vbvb {
    display: block;
    padding: 25px 0px 15px;
}
a.appointment.tktk {
    background: #e77104;
    color: #fff;
}