         /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

.no-select {
    
}
         body {
             font-family: "Open Sans", sans-serif;
             color: #444444;
             
         }
       
         a {
             color: #1a1a1a;
             text-decoration: none;
             display: inline-block;
         }
         
         a:hover {
             color: #0985c3;
             text-decoration: none;
             
         }
        
         
         h1,
         h2,
         h3,
         h4,
         h5,
         h6 {
             font-family: "Roboto", sans-serif;
         }
         /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
         
         #preloader {
             position: fixed;
             top: 0;
             left: 0;
             right: 0;
             bottom: 0;
             z-index: 9999;
             overflow: hidden;
             background: #fff;
         }
         
         #preloader:before {
             content: "";
             position: fixed;
             top: calc(50% - 30px);
             left: calc(50% - 30px);
             border: 6px solid #1177ca;
             border-top-color: #ecf8f9;
             border-radius: 50%;
             width: 60px;
             height: 60px;
             -webkit-animation: animate-preloader 1s linear infinite;
             animation: animate-preloader 1s linear infinite;
         }
         
         @-webkit-keyframes animate-preloader {
             0% {
                 transform: rotate(0deg);
             }
             100% {
                 transform: rotate(360deg);
             }
         }
         
         @keyframes animate-preloader {
             0% {
                 transform: rotate(0deg);
             }
             100% {
                 transform: rotate(360deg);
             }
         }
         
         .headg {
            background-color: rgb(29 161 242);
            color: #fff;
            text-align: center;
            font-weight: bold;
            padding: 10px 0px;
          
         }
         .headg h5{
            margin: 0!important;
         }

         /* .manufacture_fig {
            border: thin #c0c0c0 solid;
          
            padding: 5px;
            
           
         } */
         
         .tme_del{
             height:100%;
         }
         .subb {
             background-color: #f3f3f3;
             font-size: 14px;
             color: rgb(15, 15, 15);
             border: 1px rgb(238, 238, 238) solid;
         }
         .owl-carousel.owl-drag .owl-item {
            height: 100%;
         }
         
         .subb:hover {
             background-color: rgb(243, 243, 243);
             font-size: 14px;
             color: rgb(0, 0, 0);
         }
         
         .fonts {
             font-size: 16px;
         }
         
         .tubesclass {
             background-color: #e4e4e4;
             padding: 10px 20px 10px;
             color: rgb(46, 46, 46);
             font-size: 18px;
             font-weight: 600px;
             text-align: center;
             border: 1px #ccc solid;
             border-bottom: 5px #ccc solid;
             border-radius: 50px;
         }
         
         .tubesclass:hover {
             background-color: #1e6bdf;
             padding: 10px 20px 10px;
             color: rgb(255, 255, 255);
             font-size: 18px;
             font-weight: 600px;
             text-align: center;
             transition: 0.3s;
             border: 1px rgb(0, 96, 221) solid;
             border-bottom: 5px rgb(1, 71, 201) solid;
             border-radius: 50px;
         }
         /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
         
         .back-to-top {
             position: fixed;
             visibility: hidden;
             opacity: 0;
             right: 15px;
             bottom: 15px;
             z-index: 996;
             background: #1177ca;
             width: 40px;
             height: 40px;
             border-radius: 4px;
             transition: all 0.4s;
         }
         
         .back-to-top i {
             font-size: 28px;
             color: #fff;
             line-height: 0;
         }
         
         .back-to-top:hover {
             background: #5ec6ca;
             color: #fff;
         }
         
         .back-to-top.active {
             visibility: visible;
             opacity: 1;
         }
         /*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
         
         @media screen and (max-width: 768px) {
             [data-aos-delay] {
                 transition-delay: 0 !important;
             }
         }
         /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
         
         #topbar {
             background: #1177ca;
             color: #fff;
             padding: 8px 0px;
             font-size: 16px;
             z-index: 996;
             transition: all 0.5s;
         }
         
         #topbar.topbar-scrolled {
             top: -40px;
         }
         
         #topbar i {
             padding-right: 6px;
             line-height: 0;
             font-size: 1.5rem;
         }
         .mail{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .call_now{
            display: flex;
            justify-content: center;
            align-items: center;
        }
         /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
         
         #header {
             background: #fff;
             z-index: 997;
             box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
         }
         
         @media (max-width: 991px) {
             .main_menu {
                 padding-top: 1rem;
             }
             .main_menu li {
                 border: 0.5px solid #1177ca;
                 border-radius: 4px;
                 padding: 2px 10px;
                 margin: 4px 0px;
             }
             .dropdown-menu {
                 width: 100%;
                 border: none;
             }
             .dropdown-menu li {
                 border: none;
             }
             .list-group {
                 height: 100%;
                 overflow: scroll;
             }
             /* .my_nav {
                flex-wrap: nowrap;
            } */
            .call_now {
              
                font-size: 12px;
            }
             /* .mega_menu_wrap {
                 top: 51%;
             } */
         }
         
         #header.header-scrolled {
             top: 0;
         }
         
         #header .logo {
             width: 100%;
             display: inline-block;
         }
         
         #header .logo a {
             color: #555555;
             display: inline-block;
         }
         
         #header .logo img {
             width: 600px;
         }
         /**
* Appointment Button
*/
         
         .appointment-btn {
             margin-left: 25px;
             background: #1177ca;
             color: #fff;
             border-radius: 4px;
             padding: 8px 25px;
             white-space: nowrap;
             transition: 0.3s;
             font-size: 14px;
             display: inline-block;
         }
         
         .appointment-btn:hover {
             background: #65c9cd;
             color: #fff;
         }
         
         @media (max-width: 768px) {
             .appointment-btn {
                 margin: 0 15px 0 0;
                 padding: 6px 15px;
             }
         }
         /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
         /**
* Desktop Navigation 
*/
         
         .navbar-light .navbar-nav .nav-link {
             color: rgb(0 0 0);
             font-size: 13px;
            
         }
         
         .navbar li {
             position: relative;
         }
         
         .navbar-light .navbar-toggler {
             color: rgb(0 0 0);
             border-color: rgb(0 0 0 / 0%);
         }
         
         .navbar-toggler:focus {
             box-shadow: none;
         }
         
         .nav_toggle {
             font-size: 2rem;
         }
         
         .navbar a {
             display: flex;
             align-items: center;
             justify-content: space-between;
             padding: 10px 0 10px 20px;
             font-family: "Roboto", sans-serif;
             font-size: 1rem;
             color: #626262;
             white-space: nowrap;
             transition: 0.3s;
             text-transform: uppercase;
             font-weight: 500;
         }
         
         .navbar a i,
         .navbar a:focus i {
             font-size: 12px;
             line-height: 0;
             margin-left: 5px;
         }
         
         .navbar a:hover,
         .navbar .active,
         .navbar .active:focus,
         .navbar li:hover>a {
             color: #1177ca;
         }
        .dropdown-item:hover,.list-group-item:hover {
            background: #1c9ae8;
            color: #fff!important;
            transition:0.5s all;
         }
        
        
         
         .navbar .dropdown ul a {
             padding: 10px 20px;
             text-transform: none;
             font-size: 1rem;
         }
         
         .navbar .dropdown ul a i {
             font-size: 12px;
         }
       
         /**
* Mobile Navigation 
*/
         
         .mobile-nav-toggle {
             color: #555555;
             font-size: 28px;
             cursor: pointer;
             display: none;
             line-height: 0;
             transition: 0.5s;
         }
         
         .mobile-nav-toggle.bi-x {
             color: #fff;
         }
        
         
         .navbar-mobile {
             position: fixed;
             overflow: hidden;
             top: 0;
             right: 0;
             left: 0;
             bottom: 0;
             background: rgba(60, 60, 60, 0.9);
             transition: 0.3s;
             z-index: 999;
         }
         
         .navbar-mobile .mobile-nav-toggle {
             position: absolute;
             top: 15px;
             right: 15px;
         }
         
         .navbar-mobile ul {
             display: block;
             position: absolute;
             top: 55px;
             right: 15px;
             bottom: 15px;
             left: 15px;
             padding: 10px 0;
             border-radius: 8px;
             background-color: #fff;
             overflow-y: auto;
             transition: 0.3s;
         }
         
         .navbar-mobile a,
         .navbar-mobile a:focus {
             padding: 10px 20px;
             font-size: 15px;
             color: #555555;
         }
         
         .navbar-mobile a:hover,
         .navbar-mobile .active,
         .navbar-mobile li:hover>a {
             color: #1177ca;
         }
         
         .navbar-mobile .dropdown ul {
             position: static;
             display: none;
             margin: 10px 20px;
             padding: 10px 0;
             z-index: 99;
             opacity: 1;
             visibility: visible;
             background: #fff;
             box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
         }
         
         .navbar-mobile .dropdown ul li {
             min-width: 200px;
         }
         
         .navbar-mobile .dropdown ul a {
             padding: 10px 20px;
         }
         
         .navbar-mobile .dropdown ul a i {
             font-size: 12px;
         }
         
         .navbar-mobile .dropdown ul a:hover,
         .navbar-mobile .dropdown ul .active:hover,
         .navbar-mobile .dropdown ul li:hover>a {
             color: #1177ca;
         }
         /* .navbar-mobile .dropdown>.dropdown-active {
             display: block;
         } */
         /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
         
         #hero {
             padding-top: 0;
         }
        
         
         .carousel-indicators [data-bs-target] {
             background-color: #000;
         }
         /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
         
         section {
             padding: 2.5rem 0 2rem 0;
             width: 100%;
         }
         
         .banner_section {
             padding: 6.5rem 0rem 0rem 0rem;
         }
         /* .section-bg {
             background-color: #383736;
         } */
         
         .section-title {
             text-align: center;
         }
         
         .section-title h2 {
            font-size: 29px;
            font-weight: 500;
            padding: 10px 0px 10px 0px;
            position: relative;
            text-align: left;
            color: #0886c3;
            font-weight: bold;
        }
         
         
         /* .section-title h2::after {
             content: "";
             position: absolute;
             display: block;
             width: 50px;
             height: 3px;
             background: #1177ca;
             bottom: 0;
             left: calc(50% - 25px);
         } */
         
         .section-title p {
             margin-bottom: 0;
         }
         /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
         
         .breadcrumbs {
             padding: 20px 0;
             background-color: #ecf8f9;
             min-height: 40px;
             margin-top: 120px;
         }
         
         @media (max-width: 992px) {
             .breadcrumbs {
                 margin-top: 70px;
             }
         }
         
         .breadcrumbs h2 {
             font-size: 24px;
             font-weight: 300;
             margin: 0;
         }
         
         @media (max-width: 992px) {
             .breadcrumbs h2 {
                 margin: 0 0 10px 0;
             }
         }
         
         .breadcrumbs ol {
             display: flex;
             flex-wrap: wrap;
             list-style: none;
             padding: 0;
             margin: 0;
             font-size: 14px;
         }
         
         .breadcrumbs ol li+li {
             padding-left: 10px;
         }
         
         .breadcrumbs ol li+li::before {
             display: inline-block;
             padding-right: 10px;
             color: #6c757d;
             content: "/";
         }
         
         @media (max-width: 768px) {
             .breadcrumbs .d-flex {
                 display: block !important;
             }
             .breadcrumbs ol {
                 display: block;
             }
             .breadcrumbs ol li {
                 display: inline-block;
             }
         }
         /*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
         
         .featured-services .icon-box {
             padding: 30px;
             position: relative;
             overflow: hidden;
             background: #fff;
             box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
             transition: all 0.3s ease-in-out;
             border-radius: 8px;
             z-index: 1;
         }
         
         .featured-services .icon-box::before {
             content: "";
             position: absolute;
             background: #d9f1f2;
             right: 0;
             left: 0;
             bottom: 0;
             top: 100%;
             transition: all 0.3s;
             z-index: -1;
         }
         
         .featured-services .icon-box:hover::before {
             background: #1177ca;
             top: 0;
             border-radius: 0px;
         }
         
         .featured-services .icon {
             margin-bottom: 15px;
         }
         
         .featured-services .icon i {
             font-size: 48px;
             line-height: 1;
             color: #1177ca;
             transition: all 0.3s ease-in-out;
         }
         
         .featured-services .title {
             font-weight: 700;
             margin-bottom: 15px;
             font-size: 18px;
         }
         
         .featured-services .title a {
             color: #111;
         }
         
         .featured-services .description {
             font-size: 15px;
             line-height: 28px;
             margin-bottom: 0;
         }
         
         .featured-services .icon-box:hover .title a,
         .featured-services .icon-box:hover .description {
             color: #fff;
         }
         
         .featured-services .icon-box:hover .icon i {
             color: #fff;
         }
         /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
         
         .cta {
            background: #1c1c1ccc;
             color: #fff;
             background-size: cover;
             padding: 60px 0;
         }
         
         .cta h3 {
             font-size: 28px;
             font-weight: 700;
         }
         
         .cta .cta-btn {
             font-family: "Roboto", sans-serif;
             font-weight: 500;
             font-size: 16px;
             letter-spacing: 1px;
             display: inline-block;
             padding: 10px 35px;
             border-radius: 25px;
             transition: 0.5s;
             margin-top: 10px;
             border: 2px solid #fff;
             color: #fff;
         }
         
         .cta .cta-btn:hover {
             background: #fff;
             color: #1177ca;
         }
         /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
         
         .about .content h3 {
             font-weight: 600;
             font-size: 26px;
         }
         
         .about .content ul {
             list-style: none;
             padding: 0;
         }
         
         .about .content ul li {
             padding-bottom: 10px;
         }
         
         .about .content ul i {
             font-size: 20px;
             padding-right: 4px;
             color: #1a1a1a;
         }
         
         .about .content p:last-child {
            margin-bottom: 0;
            font-weight: bold;
            line-height: 2;
         }
         /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
         
         .counts {
             padding-bottom: 30px;
         }
         
         .counts .count-box {
             box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
             padding: 30px;
             width: 100%;
         }
         
         .counts .count-box i {
             display: block;
             font-size: 30px;
             color: #1177ca;
             float: left;
         }
         
         .counts .count-box span {
             font-size: 42px;
             line-height: 24px;
             display: block;
             font-weight: 700;
             color: #555555;
             margin-left: 50px;
         }
         
         .counts .count-box p {
             padding: 30px 0 0 0;
             margin: 0;
             font-family: "Roboto", sans-serif;
             font-size: 14px;
         }
         
         .counts .count-box a {
             font-weight: 600;
             display: block;
             margin-top: 20px;
             color: #7b7b7b;
             font-size: 15px;
             font-family: "Poppins", sans-serif;
             transition: ease-in-out 0.3s;
         }
         
         .counts .count-box a:hover {
             color: #1177ca;
         }
         /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
         
         .features .icon-box h4 {
             font-size: 20px;
             font-weight: 700;
             margin: 5px 0 10px 60px;
         }
         
         .features .icon-box i {
             font-size: 48px;
             float: left;
             color: #1177ca;
         }
         
         .features .icon-box p {
             font-size: 15px;
             color: #848484;
             margin-left: 60px;
         }
         
         .features .image {
             background-position: center center;
             background-repeat: no-repeat;
             background-size: cover;
             min-height: 400px;
         }
         /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
         
         .services .icon-box {
             margin-bottom: 20px;
             text-align: center;
         }
         
         .services .icon {
             display: inline-flex;
             justify-content: center;
             align-items: center;
             width: 80px;
             height: 80px;
             margin-bottom: 20px;
             background: #fff;
             border-radius: 50%;
             transition: 0.5s;
             color: #1177ca;
             overflow: hidden;
             box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
         }
         
         .services .icon i {
             font-size: 36px;
             line-height: 0;
         }
         
         .services .icon-box:hover .icon {
             box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
         }
         
         .services .title {
             font-weight: 600;
             margin-bottom: 15px;
             font-size: 18px;
             position: relative;
             padding-bottom: 15px;
         }
         
         .services .title a {
             color: #444444;
             transition: 0.3s;
         }
         
         .services .title a:hover {
             color: #1177ca;
         }
         
         .services .title::after {
             content: "";
             position: absolute;
             display: block;
             width: 50px;
             height: 2px;
             background: #1177ca;
             bottom: 0;
             left: calc(50% - 25px);
         }
         
         .services .description {
             line-height: 24px;
             font-size: 14px;
         }
         /*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
         
         .appointment .php-email-form {
             width: 100%;
         }
         
         .appointment .php-email-form .form-group {
             padding-bottom: 8px;
         }
         
         .appointment .php-email-form .validate {
             display: none;
             color: red;
             margin: 0 0 15px 0;
             font-weight: 400;
             font-size: 13px;
         }
         
         .appointment .php-email-form .error-message {
             display: none;
             color: #fff;
             background: #ed3c0d;
             text-align: left;
             padding: 15px;
             font-weight: 600;
         }
         
         .appointment .php-email-form .error-message br+br {
             margin-top: 25px;
         }
         
         .appointment .php-email-form .sent-message {
             display: none;
             color: #fff;
             background: #18d26e;
             text-align: center;
             padding: 15px;
             font-weight: 600;
         }
         
         .appointment .php-email-form .loading {
             display: none;
             background: #fff;
             text-align: center;
             padding: 15px;
         }
         
         .appointment .php-email-form .loading:before {
             content: "";
             display: inline-block;
             border-radius: 50%;
             width: 24px;
             height: 24px;
             margin: 0 10px -6px 0;
             border: 3px solid #18d26e;
             border-top-color: #eee;
             -webkit-animation: animate-loading 1s linear infinite;
             animation: animate-loading 1s linear infinite;
         }
         
         .appointment .php-email-form input,
         .appointment .php-email-form textarea,
         .appointment .php-email-form select {
             border-radius: 0;
             box-shadow: none;
             font-size: 14px;
             padding: 10px !important;
         }
         
         .appointment .php-email-form input:focus,
         .appointment .php-email-form textarea:focus,
         .appointment .php-email-form select:focus {
             border-color: #1177ca;
         }
         
         .appointment .php-email-form input,
         .appointment .php-email-form select {
             height: 44px;
         }
         
         .appointment .php-email-form textarea {
             padding: 10px 12px;
         }
         
         .appointment .php-email-form button[type=submit] {
            background: #1177ca;
    border: 0;
    padding: 15px 35px;
    color: #fff;
    transition: 0.4s;
    margin: 0 auto;
    
         }
         
         .appointment .php-email-form button[type=submit]:hover {
             background: #52c2c6;
         }
         /*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
         
         .testimonials .testimonials-carousel,
         .testimonials .testimonials-slider {
             overflow: hidden;
         }
         
         .testimonials .testimonial-item {
             box-sizing: content-box;
             min-height: 320px;
         }
         
         .testimonials .testimonial-item .testimonial-img {
             width: 90px;
             border-radius: 50%;
             margin: -40px 0 0 40px;
             position: relative;
             z-index: 2;
             border: 6px solid #fff;
         }
         
         .testimonials .testimonial-item h3 {
             font-size: 18px;
             font-weight: bold;
             margin: 10px 0 5px 45px;
             color: #111;
         }
         
         .testimonials .testimonial-item h4 {
             font-size: 14px;
             color: #999;
             margin: 0 0 0 45px;
         }
         
         .testimonials .testimonial-item .quote-icon-left,
         .testimonials .testimonial-item .quote-icon-right {
             color: #000000;
             font-size: 26px;
         }
         
         .testimonials .testimonial-item .quote-icon-left {
             display: inline-block;
             left: -5px;
             position: relative;
         }
         
         .testimonials .testimonial-item .quote-icon-right {
             display: inline-block;
             right: -5px;
             position: relative;
             top: 10px;
         }
         
         .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 15px 0 15px;
            padding: 20px 20px 60px 20px;
            background: #000000bf;
            position: relative;
            border-radius: 6px;
            position: relative;
            z-index: 1;
            color: #fff;
            min-height: 300px;  
         }
         
         .testimonials .swiper-pagination {
             margin-top: 20px;
             position: relative;
         }
         
         .testimonials .swiper-pagination .swiper-pagination-bullet {
             width: 12px;
             height: 12px;
             background-color: #fff;
             opacity: 1;
             border: 1px solid #1177ca;
         }
         
         .testimonials .swiper-pagination .swiper-pagination-bullet-active {
             background-color: #1177ca;
         }
         /*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
         
         .doctors .member {
             margin-bottom: 20px;
             overflow: hidden;
             text-align: center;
             border-radius: 4px;
             background: #fff;
             box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
         }
         
         .doctors .member .member-img {
             position: relative;
             overflow: hidden;
         }
         
         .doctors .member .social {
             position: absolute;
             left: 0;
             bottom: 0;
             right: 0;
             height: 40px;
             opacity: 0;
             transition: ease-in-out 0.3s;
             background: rgba(255, 255, 255, 0.85);
             display: flex;
             align-items: center;
             justify-content: center;
         }
         
         .doctors .member .social a {
             transition: color 0.3s;
             color: #555555;
             margin: 0 10px;
             display: inline-flex;
             align-items: center;
             justify-content: center;
         }
         
         .doctors .member .social a i {
             line-height: 0;
         }
         
         .doctors .member .social a:hover {
             color: #1177ca;
         }
         
         .doctors .member .social i {
             font-size: 18px;
             margin: 0 2px;
         }
         
         .doctors .member .member-info {
             padding: 25px 15px;
         }
         
         .doctors .member .member-info h4 {
             font-weight: 700;
             margin-bottom: 5px;
             font-size: 18px;
             color: #555555;
         }
         
         .doctors .member .member-info span {
             display: block;
             font-size: 13px;
             font-weight: 400;
             color: #aaaaaa;
         }
         
         .doctors .member .member-info p {
             font-style: italic;
             font-size: 14px;
             line-height: 26px;
             color: #777777;
         }
         
         .doctors .member:hover .social {
             opacity: 1;
         }
         /*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
         
         .gallery {
             overflow: hidden;
         }
         
         .gallery .swiper-pagination {
             margin-top: 20px;
             position: relative;
         }
         
         .gallery .swiper-pagination .swiper-pagination-bullet {
             width: 12px;
             height: 12px;
             background-color: #fff;
             opacity: 1;
             border: 1px solid #1177ca;
         }
         
         .gallery .swiper-pagination .swiper-pagination-bullet-active {
             background-color: #1177ca;
         }
         
         .gallery .swiper-slide-active {
             text-align: center;
         }
         /*--------------------------------------------------------------
 
--------------------------------------------------------------*/
         
         .faq {
             padding: 60px 0;
         }
         
         .faq .faq-list {
             padding: 0;
             list-style: none;
         }
         
         .faq .faq-list li {
             border-bottom: 1px solid #d9f1f2;
             margin-bottom: 20px;
             padding-bottom: 20px;
         }
         
         .faq .faq-list .question {
             display: block;
             position: relative;
             font-family: #1177ca;
             font-size: 18px;
             line-height: 24px;
             font-weight: 400;
             padding-left: 25px;
             cursor: pointer;
             color: #32969a;
             transition: 0.3s;
         }
         
         .faq .faq-list i {
             font-size: 16px;
             position: absolute;
             left: 0;
             top: -2px;
         }
         
         .faq .faq-list p {
             margin-bottom: 0;
             padding: 10px 0 0 25px;
         }
         
         .faq .faq-list .icon-show {
             display: none;
         }
         
         .faq .faq-list .collapsed {
             color: black;
         }
         
         .faq .faq-list .collapsed:hover {
             color: #1177ca;
         }
         
         .faq .faq-list .collapsed .icon-show {
             display: inline-block;
             transition: 0.6s;
         }
         
         .faq .faq-list .collapsed .icon-close {
             display: none;
             transition: 0.6s;
         }
         /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
         
         .contact .info-box {
             color: #444444;
             text-align: center;
             box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
             padding: 20px 0 30px 0;
         }
         
         .contact .info-box i {
             font-size: 32px;
             color: #1177ca;
             border-radius: 50%;
             padding: 8px;
             border: 2px dotted #c5ebec;
         }
         
         .contact .info-box h3 {
             font-size: 20px;
             color: #777777;
             font-weight: 700;
             margin: 10px 0;
         }
         
         .contact .info-box p {
             padding: 0;
             line-height: 24px;
             font-size: 14px;
             margin-bottom: 0;
         }
         
         .contact .php-email-form {
             box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
             padding: 30px;
         }
         
         .contact .php-email-form .error-message {
             display: none;
             color: #fff;
             background: #ed3c0d;
             text-align: left;
             padding: 15px;
             font-weight: 600;
         }
         
         .contact .php-email-form .error-message br+br {
             margin-top: 25px;
         }
         
         .contact .php-email-form .sent-message {
             display: none;
             color: #fff;
             background: #18d26e;
             text-align: center;
             padding: 15px;
             font-weight: 600;
         }
         
         .contact .php-email-form .loading {
             display: none;
             background: #fff;
             text-align: center;
             padding: 15px;
         }
         
         .contact .php-email-form .loading:before {
             content: "";
             display: inline-block;
             border-radius: 50%;
             width: 24px;
             height: 24px;
             margin: 0 10px -6px 0;
             border: 3px solid #18d26e;
             border-top-color: #eee;
             -webkit-animation: animate-loading 1s linear infinite;
             animation: animate-loading 1s linear infinite;
         }
         
         .contact .php-email-form input,
         .contact .php-email-form textarea {
             border-radius: 4px;
             box-shadow: none;
             font-size: 14px;
         }
         
         .contact .php-email-form input:focus,
         .contact .php-email-form textarea:focus {
             border-color: #1177ca;
         }
         
         .contact .php-email-form input {
             padding: 10px 15px;
         }
         
         .contact .php-email-form textarea {
             padding: 12px 15px;
         }
         
         .contact .php-email-form button[type=submit] {
             background: #1177ca;
             border: 0;
             padding: 10px 30px;
             color: #fff;
             transition: 0.4s;
             border-radius: 4px;
         }
         
         .contact .php-email-form button[type=submit]:hover {
             background: #65c9cd;
         }
         
         @-webkit-keyframes animate-loading {
             0% {
                 transform: rotate(0deg);
             }
             100% {
                 transform: rotate(360deg);
             }
         }
         
         @keyframes animate-loading {
             0% {
                 transform: rotate(0deg);
             }
             100% {
                 transform: rotate(360deg);
             }
         }
         /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
         
#footer {
    background: #000000d1;
   
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background-color: #2A2A2A;
    background-repeat: repeat-x;
    padding: 60px 0 30px 0;
    color: #fff;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: contain;
}
         
         #footer .footer-top .footer-info {
             margin-bottom: 30px;
         }
          #footer .footer-top .footer-info address span {
            line-height:1.9;
            letter-spacing: 0.5px;
                text-transform: capitalize;
         }
         .lnh{
             line-height:1.9; 
             letter-spacing: 0.5px;
                 text-transform: capitalize;
         }
         #footer .footer-top h3 {
             font-size: 1.2rem;
             padding: 10px 0 10px 0;
             line-height: 1;
             font-weight: 600;
         }
         .hgt{
      height: 170px;
    max-width: 184px;
}
         
         #footer .footer-top .footer-info p {
             font-size: 14px;
             line-height: 24px;
             margin-bottom: 0;
             font-family: "Roboto", sans-serif;
         }
         
         #footer .footer-top .social-links a {
             font-size: 18px;
             display: inline-block;
             background: #1177ca;
             color: #fff;
             line-height: 1;
             padding: 8px 0;
             margin-right: 4px;
             border-radius: 4px;
             text-align: center;
             width: 36px;
             height: 36px;
             transition: 0.3s;
         }
         
         #footer .footer-top .social-links a:hover {
             background: #65c9cd;
             text-decoration: none;
         }
         
         #footer .footer-top h4 {
             font-size: 16px;
             font-weight: 600;
             position: relative;
             padding-bottom: 12px;
         }
         
         #footer .footer-top .footer-links {
             margin-bottom: 30px;
         }
         
         #footer .footer-top .footer-links ul {
             list-style: none;
             padding: 0;
             margin: 0;
         }
         
         #footer .footer-top .footer-links ul i {
             padding-right: 2px;
             color: #1177ca;
             font-size: 18px;
             line-height: 1;
         }
         
         #footer .footer-top .footer-links ul li {
             padding: 10px 0;
             display: flex;
             align-items: center;
         }
         
         #footer .footer-top .footer-links ul li:first-child {
             padding-top: 0;
         }
         
         #footer .footer-top .footer-links ul a {
            color: #ffffff;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }
         
         
         #footer .footer-top .footer-links ul a:hover {
             color: #1177ca;
         }
         
         #footer .footer-top .footer-newsletter form {
             margin-top: 30px;
             background: #fff;
             padding: 6px 10px;
             position: relative;
             border: 1px solid #d5d5d5;
             border-radius: 4px;
         }
         
         #footer .footer-top .footer-newsletter form input[type=email] {
             border: 0;
             padding: 4px;
             width: calc(100% - 110px);
         }
         
         #footer .footer-top .footer-newsletter form input[type=submit] {
             position: absolute;
             top: -1px;
             right: -1px;
             bottom: -1px;
             border: 0;
             background: none;
             font-size: 16px;
             padding: 0 20px;
             background: #1177ca;
             color: #fff;
             transition: 0.3s;
             border-radius: 0 4px 4px 0;
         }
         
         #footer .footer-top .footer-newsletter form input[type=submit]:hover {
             background: #65c9cd;
         }
         
         #footer .copyright {
             text-align: center;
             padding-top: 30px;
         }
         
         #footer .credits {
             padding-top: 10px;
             text-align: center;
             font-size: 13px;
         }
         
         .enquiry-modal {
             position: fixed;
             z-index: 999;
             bottom: 0px;
             padding: 10px 20px 10px;
         }
         
         .whats {
             position: fixed;
             z-index: 999;
             bottom: 65px;
             left: 0px;
             padding: 10px 20px 10px;
         }
         
         .content {
             padding: 50px 0;
             margin: 50px auto 0 auto;
         }
         
         .section-header h3 {
             font-size: 36px;
             color: #283d50;
             text-align: center;
             font-weight: 500;
             position: relative
         }
         
         .section-header p {
             text-align: center;
             margin: auto;
             font-size: 15px;
             padding-bottom: 60px;
             color: #556877;
             width: 50%
         }
         
         #clients {
             padding: 60px 0
         }
         
         #clients .clients-wrap {
             border-top: 1px solid #d6eaff;
             border-left: 1px solid #d6eaff;
             margin-bottom: 30px
         }
         
         
         #clients > div div:last-child div div{
            text-align: center;
            border: 2px solid;
            border-radius: 4px;
            padding: 10px;
            margin: 4px 0px;
            border: 2px solid #0886c3;
        }
         
         #clients img {
             transition: all 0.4s ease-in-out
         }
         /* =================products-dropdown-css======================= */
         /* ===========Himanshu-Rawat============= */

.clearfix {
    display: block;
}
/* ======g-translate========= */
/* ====translater====== */
.goog-te-gadget-simple {
    background-color: #fff;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    padding: 4px;
    border-radius: 2px;
    zoom: 1;
    *display: inline;
}
/* =====translater-end====== */
.clearfix::after {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    content: "";
}

table {
    overflow: scroll;
}

.mobile_wrapper {
    display: flex!important;
}

.card img {
    padding: 2px;
    width: 100%;
}

p {
    text-align: justify;
}

th,
tr,
td,
thead,
table {
    padding: 10px!important;
    border: 1px solid #ffff!important;
}

.th_add {
    background: #2e7cdd!important;
    color: white!important;
}


/* Style the tab */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #0985c369;
    width: 100%;
    min-height: 300px;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ffa5a5;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
}

.img_dst {
    display: inline-block;
    width: 40%;
    background: #ffffff00;
}

.ui-accordion .ui-accordion-content {
    height: auto!important;
}

#accordion div>a {
    display: inline-block;
    width: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.text-j {
    text-align: justify;
}

.table_border {
    border: 1px solid #000;
}

tr td {
    border: 1px solid #000;
}

.table_wrap>:not(:first-child) {
    border-top: 0px;
}

.table_wrap thead tr th {
    border: 1px solid #000;
}

.table>:not(caption)>*>* {
    padding: 0;
}

.capita {
    text-transform: capitalize!important;
}

.card {
    background: #ffffff9e;
   height:100%;
}

.features .owl-item {
    height: 300px;
}

.features .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    color: white!important;
}

.text_justify {
    text-align: justify;
}

.shdow {
    padding: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    background: #18242ce0;
}

.p-table {
    padding: 10px !important;
}


/* .show {
    display: block!important;
    transition: 1s all;
} */

.fix {
    position: fixed;
    width: 100%;
    top: 0;
    transition: ease-in-out 0.5s;
    
}


/*===========mega===== menu=================== */

.mega_menu_wrap {
    background: #444343!important;
}


/* .db {
    top: 100%;
    left: 0;
} */

.dropdown-menu_new {
    width: 100%;
}

.nav-link {
    font-weight: 600!important;
}

.about_section_banner {
    padding-top: 0;
}

.mega-content h5 {
    font-size: 1rem;
    font-weight: 500;
}

/* .mega-content .list-group .list-group-item {
    font-size: 1rem;
} */

.steel_tune_row>div {
    border-radius: 4px;
}

.stickyHeader {
    position: fixed;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}
/* =========modal========= */

.modal {
    background: #000000bf;
}


.ui-tabs .ui-tabs-nav {
    color: white;
}

.ui-tabs .ui-tabs-nav li {
    margin: 5px 0px;
    border: none
}

.ui-tabs .ui-tabs-nav li a {
    background: #000000;
    color: white;
}

.ui-tabs .ui-tabs-nav li:focus-visible {
    outline: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    color: rgb(255, 255, 255);
    width: 100%;
    cursor: pointer!important;
}


/* .ui-tabs .ui-tabs-panel {
    color: white;
} */

.ui-accordion .ui-accordion-content {
    padding: 0;
}


/* ================= */

.list-group {
    overflow-y: scroll;
    height: 50vh;
}
.mega_ul{
    height: 100vh;
}

.list-group::-webkit-scrollbar {
    display: none;
}


/* ===========technical-data================= */

.technical_data_tabs>h3 {
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    border-radius: 0;
    outline: none;
    border: none;
    background: #2e7cdd;
    color: #ffff;
}


/* ==========application-page============== */

.gallery_section {
    background: #333238;
    text-align: center;
    color: white;
    text-transform: capitalize;
}

.breadcrumb-item a {
    display: inline-block;
    color: #0c202a;
    font-size: 15px;
    font-weight: bold;
}


/* ==========products_page_css=========== */

.products_section {
    padding: 50px 0px;
    background-color: #148cf4;
    color: #ffff;
}

.products_heading {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}


/* ======progress-bar======== */

.progress {
    height: 4px;
    background-color: #148cf4;
    transition: all linear 0.1s;
    border-radius: 0;
}


/* ===products====popup========== */

.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: antiquewhite;
    border: none;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    background: #ffffff00;
    font-size: 1rem;
    font-weight: 100;
    margin: 0;
    padding: 5px 0px;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}


/* .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
        padding: 0;
    margin: 0;
    } */

.ui-tabs-vertical .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus-visible {
    outline: none;
}

.ui-widget-content {
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0px;
    padding: 0px;
}


/*-----------------

=========modal============ */


/* The Modal (background) */

.popup {
    position: fixed;
    z-index: 111111;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(48 130 183 / 90%);
    margin: auto;
    padding: 50px 0px 0px 0px;
}

.popup_none {
    display: none;
}

.popup_show {
    display: block;
}


/* Modal Content */

.popup-content {
    background-color: #fefefe;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    padding: 20px;
    width: 50%;
    border-radius: 10px;
    background: #b9955f;
    color: #fff;
}

.form-control {
    line-height: 1;
    color: #212529;
    background-color: #fff;
    border: 1px solid;
}

.form-select:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
    font-size: 13px;
}

.popup-content label,
input,
select {
    font-size: 15px;
    outline: none;
}

.popup-content input::placeholder {
    font-size: 15px;
    outline: none;
}

.popup-content select,
option {
    font-size: 15px;
    outline: none;
}

.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #86b7fe;
    outline: none;
    box-shadow: none;
}

.button_tuch {
    box-shadow: none;
    background-color: #35373a;
    color: #fff;
}

.button_tuch:hover {
    color: #fff;
}

.button_tuch:focus {
    box-shadow: none;
}


/* The Close Button */

.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.accordion-body {
    background: #d9d9d9;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #2b80bd;
    font-weight: normal;
    color: #ffffff;
}


/* ==========product menu inner page=============== */

.product_main_row table td,
th {
    font-weight: 300;
    font-size: 15px;
}

.accordion-body {
    padding: 5px 0px 0px 0px!important;
    overflow: hidden!important;
}

.pro-listing {
    list-style: none;
    padding: 0%;
    text-align: justify;
    font-size: 14px;
    width: 100%;
}

.product_img_wrapper {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.product_main_row {
    background: #dbdbdb;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 6px 5px #999595;
}

.quick {
    background: red;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
}


/* =============contact-page============== */

.conatct_content {
    padding: 12px;
    background: #1c1c1ccc;
    color: #fff;
    border-radius: 4px;
    height: 100%;
}

.conatct_content p {
    text-align: center;
}

.conatct_content p span {
    display: inline-block;
}

.conatct_content p span i {
    font-size: 2.5rem;
}

#tabs>div>div+div h2 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
    background: #0886c3;
    padding: 5px 6px;
    margin: 0;
}

#tabs>div>div+div p {
    font-size: 15px;
    font-weight: bold;
}

.thead_heading {
    color: green;
}

.tab_menu_sub_h {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 6px 4px;
}

.pro-listing li {
    border: 1px solid #362727;
    padding: 4px;
    font-size: 15px;
    border-radius: 0;
    margin: 4px 0px;
    width: 100%!important;
}
/* ========contact us========= */
.contact_map figure{
    background: #0886c3;
    color: #fff;
    padding: 30px 20px;

    border-radius: 4px;
    text-transform: capitalize;
       box-shadow: rgb(7 82 115) -5px 5px, rgb(8 134 189 / 0%) -11px 10px, rgb(255 255 255 / 1%) 10px 20px, rgb(0 0 0 / 0%) -20px 20px, rgb(0 0 0 / 0%) -28px -9px;
       height:100%;
}
.unit_wrapper figcaption address span{
    display:block;
}
  .headings{
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 0px;

}
.company_text{
    font-weight: 700;
    color: #f0ff72;
}
.section_title h6{
 text-align: left;
 font-size: 1.5rem;
 font-weight: bold;
}

.about h5{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}
.icon_wrapp{
   display: inline-block;
   border-radius:4px ;
  
}
.icon_wrapp:hover{
    color: #fff;
}
.icon-box{
    min-height: 220px;
    border: 1px solid rgb(1, 1, 8);
   
}
.read_more{
    display: inline-block;
   
}
         
.btn-grad {
    background-image: linear-gradient(to right, #2677ab 0%, #127dd9 51%, #314755 100%);
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
  
    border-radius: 3px;
    font-size: 15px;
}
   
  

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 .card-body h3{
    font-size: 20px;
    font-weight: 600;
 }
 .srbtn{
    background-color: #1177ca;
    color: #fff
 }
 /* =======sidebar-social-icon=========== */


 .sidebar_social_icon{
    position: fixed;
    width: 60px;
    top: 40%;
    left: calc(100%-60px);
    z-index: 111;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 40%);
}

.sidebar_social_icon ul {
    margin-top: 0;
    margin-bottom: 0rem;
    list-style: none;
    padding: 0;
}
.sidebar_social_icon ul li{
  height: 45px;
  position:relative;
}
.sidebar_social_icon ul li a{
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  /* padding-left:25%; */
  padding-right:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
  text-decoration: none !important;
}
.sidebar_social_icon li:nth-child(1) a{
  background: #4267B2;
}
.sidebar_social_icon li:nth-child(2) a{
  background: #1DA1F2;
}
.sidebar_social_icon li:nth-child(3) a{
  background: #E1306C;
}
.sidebar_social_icon li:nth-child(4) a{
  background: #2867B2;
}
.sidebar_social_icon li:nth-child(5) a{
  background: #333;
}
.sidebar_social_icon li:nth-child(6) a{
  background: #ff0000;
}
.sidebar_social_icon li a i{
    position: absolute;
    top: 13px;
    left: 16px;
    font-size: 26px;
}

.sidebar_social_icon ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  right: 50px;
  top:50px;
  z-index: 1111;
  
}
.sidebar_social_icon a:hover {
  z-index:1;
  /* width: 200px; */
  padding-right: 30%;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.sidebar_social_icon li:hover a span{
  /* padding-left: 30%; */
  padding-right: 30%;
  display: block;
  font-size: 15px;
 }

 /* =====sidebar-social-icon-end======= */
 /* =====footer-play-store====== */
 .app_link a {
    display: inline-block;
     padding: 10px 1px;
     width: 37%;

 }
 .what_we_wrapper{
     height:100%;
     background:#494949;
      border-radius: 4px;
 }
.what_we_wrapper p{
    font-size: 14px;
    
}
.what_we_wrapper h4{
    text-align: center;
    font-size: 18px;
  
    padding: 10px;
}
.what_we_wrapper figure{
    margin: 0;
    padding: 14px;
    color: #fff;
}
.what_we_wrapper figure img{
    display:block;
    width:100%;
    max-width:100%;
}
.about{
    background: url(../img/whatwe-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 /* =====footer-play-store=end===== */
 .contect_form_s{
    background: url(../img/abot.jpg);
 }
 .form_group_wrapp{
    color: #ffff;
 }

 .ftrnav li a{color: white;}



@media(max-width:900px){

    #header .logo {
        width: 700px;}
}

@media(max-width:500px){

    #header .logo {
        width: 300px;}
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.same{
    text-align: center;
    border: 2px solid;
    border-radius: 4px;
    padding: 10px;
    margin: 4px 0px;
    border: 2px solid #0886c3;
}


.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}


.img-wrapper {  
    width: 100%;
    /*height: 300px;*/
    overflow: hidden; 
  }
  
  .inner-img {
    transition: 0.3s;
  }
  
  .inner-img:hover {
    transform: scale(1.1);
  }
  
  
  .img-wrapper {
    display: inline-block;
    box-sizing: border-box;
    border: 3px solid #1177ca;
    border-radius: 20px;
  }


