/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.2
Tested up to: 6.6
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin:0;
	padding:0;
}
.landing-page-form.col-lg-3.col-md-3.col-12 {
    background: #02a6ea;
    padding: 30px 25px 0;
}
.landing-page-form.col-lg-3.col-md-3.col-12 input {
    padding: 7px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 9px;
    border: 0;
    border-radius: 3px;
}
.landing-page-form.col-lg-3.col-md-3.col-12 textarea {
    padding: 5px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
    border: 0;
	height:50px;
    border-radius: 3px;
}
.landing-page-form.col-lg-3.col-md-3.col-12 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #054fa3;
    color: #fff;
    font-size: 15px !important;
    font-weight: 500;
    height: 38px;
}
a.logo img {
    height: 80px;
    margin: 6px 0;
}
body {
    overflow-x: hidden !important;
}
.cta {
    padding: 40px 0 0 0;
    color: #fff;
}
.cta .emmergency {
    background: #3695bc;
	padding: 20px 30px;
}
.cta .top-doctor {
    background: #0061ae;
    color: #fff;
	padding: 20px 30px;
}
.cta .working-time {
    background: #3695bc;
	padding: 20px 30px;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.emmergency.item:hover {
    background-color: #054fa3;
    color: white;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.top-doctor.item:hover {
    background-color: #02a6ea;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.working-time.item:hover {
    background-color: #3d338c;
}
.cta .item i {
    font-size: 30px;
    margin-bottom: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.cta .item h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 21px;
    margin-bottom: 20px;
	text-align:center;
	    font-weight: 600;
}
.container.certificate-item {
    margin-top: 40px;
}
.container.certificate-item h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.cta .item p {
    font-size: 15px;
    line-height: 24px;
font-family: 'Poppins', sans-serif;
    width: 100%;
    float: left;
    min-height: 161px;
	text-align: center;
	margin-bottom: -44px;
}
.aboutcont.text-center h2 {
    font-size: 30px;
    font-weight: 700;
    color: #282828;
	font-family: 'Poppins', sans-serif;
}
.aboutcont.text-center {
    margin-top: 50px;
}
.aboutcont.text-center h4 {
    font-size: 24px;
    font-weight: 501;
    padding-top: 8px;
}
.aboutcont.text-center b {
    color: #054fa3;
    text-transform: uppercase;
}
.container-fluid.matter-item {
    background-image: url('https://hivends.org/vadsp/wp-content/uploads/2024/07/6412173-scaled.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	opacity: 0.7;
	margin-top: 70px;
}
.Matter.of.Fact h2 {
    text-align: center;
    color: white;
    font-size: 37px;
    font-weight: 700;
    padding-top: 41px;
	font-family: 'Poppins', sans-serif;
}
span.counter::after {
    content: "+" !important;
}
.align-items-start.plus-count i {
    color: white;
   
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 40px;
    padding-top: 27px;
}
span.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 31px;
    font-weight: 700;
}
.row.align-items-start.plus-count h3 {
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
	padding-top: 10px;
}
.container .abuot {
	margin-top: 20px;
}
.row.main2 h3.p-0 {
    font-size: 30px;
    font-weight: 601;
	margin-top: 58px;
	font-family: 'Poppins', sans-serif;
}
.row.main2 b {
    color: #054fa3;
    text-transform: uppercase;
}
.row.main2 img {
    padding-left: 80px;
}
button.btn.button-about {
    background-color: red;
    color: white;
    padding: 10px 23px 10px 23px;
    font-size: 17px;
    font-weight: 501;
}
.container-fluid.advan-item {
    background-color: #e2e2e2;
}
.Advantage-item h2 {
    color: #33519e;
    font-size: 30px;
    font-weight: 601;
    text-align: center;
    padding-top: 37px;
	font-family: 'Poppins', sans-serif;
}
.Advantage-item h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 501;
    color: #3f3f3f;
    padding-top: 10px;
}
.row.align-items-start.com-item i {
    color: red;
    font-size: 40px;
 
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}
.row.align-items-start.com-item h4 {
    color: #33519e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    font-size: 16px;
}
.row.align-items-start.com-item h5 {
    color: #3f3f3f;
    font-size: 13px;
    text-align: center;
    Padding-top: 5px;
    margin-bottom: 35px;
}
.footer-top.pt--60 {
    margin-top: 70px;
    background-color: #11489b;
}
.col-lg-4.col-sm-6 {
    padding-top: 40px;
}
.col-6.col-lg-2.col-sm-6 {
    padding-top: 55px;
    margin-left: 60px;
}
h4.fwidget-title {
    color: white;

    font-size: 22px;
    font-weight: 501;
}
.col-6.col-lg-2.col-sm-6 li {
    color: white;
    text-decoration: none;
    display: block;
    font-size: 16px;
   
}
.col-6.col-lg-2.col-sm-6 a {
    color: white;
    text-align: center;
}
.container.logo-section {
    margin-top: 50px;
}
.container.slider-section {
    margin-top: 70px;
}
.container.slider-section span.slick-prev.slick-arrow {
    background-color: #02a6ea;
	padding:1px 3px 1px 1px;
}
.container.slider-section span.slick-next.slick-arrow {
	background-color: #02a6ea;
	padding:1px 3px 1px 1px;
}
.wpls-wrap.wpls-logo-showcase-slider-wrp.wpls-logo-clearfix.wpls-design-1 {
    padding-top: 35px;
}
.container.slider-section h2 {
    text-align: center;
    font-size: 42px;
    font-family:'Poppins', sans-serif;
    font-weight: 601;
}
.container.logo-section img {
    width: 170px;
    margin-left: 32px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    outline: none;
    font-weight: 600;
    margin-right: 15px;
}
  
.container.products-item .text-center {
  margin-top: 40px;
  font-size: 38px;
  font-weight: 601;
  font-family: 'Poppins', sans-serif;
}
.container.products-item .mt-2 {
  text-align: center;
  padding-top: 13px;
  font-size: 16px;
  font-weight: 401;
  color: #494747;
  letter-spacing: 1px;
  line-height: 24px;
}
.col-md-4.a1:hover img {
  opacity: 0.3;
}
.col-md-4.a2:hover img {
  opacity: 0.3;
}
.col-md-4.a3:hover img {
  opacity: 0.3;
}
.col-md-4.a4:hover img {
  opacity: 0.3;
}
.middle.s1 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) !important;
  text-align: center;
  transition: .5s ease;
}
.btn.button-skin-product.btn:hover {
    color: #000000;
    text-decoration: none;
    background-color: #02a6ea;
}
.btn.button-skin-product {
  font-size: 17px;
  background: #0061ae;
  color: white;
  padding: 5px 11px 5px 11px;
  font-weight: 401;
  letter-spacing: 3px;
  border: 1px solid white;
  margin-top: 20px;
}

.col-md-3.a2 {
  position: relative;
}
.product-list img {
  width: 100%;
  height: auto;
  margin-top: 42px;
  opacity: 1;
  display: block;
}

.middle.s2 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) !important;
  text-align: center;
  transition: .5s ease;
}
.col-md-4.a3 {
  position: relative;
}
.middle.s3 {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) !important;
  text-align: center;
  transition: .5s ease;
	width: 86%;
    overflow: hidden;
	border: solid 1px black;
    padding: 30px 10px 30px 10px;
}
.col-md-4.a4 {
  position: relative;
}



.col-md-4.a1 {
  position: relative;
}
.product-list img {
  width: 100%;
  height: 390px;
  margin-top: 42px;
  opacity: 1;
  display:block;
  border-radius: 10px;
}

.middle.s1 {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) !important;
  text-align: center;
  transition: .5s ease;
   width: 86%;
   overflow: hidden;
	border: solid 1px black;
    padding: 30px 10px 30px 10px;
}

.col-md-4.a1:hover img {
  opacity: 0.3;
}
.col-md-4.a1:hover .middle.s1 {
  opacity: 1;
}

.col-md-4.a2 {
  position: relative;
}
.col-md-4.a3 {
  position: relative;
}
.col-md-4.a4 {
  position: relative;
}
.middle.s2 {
  content: "";
  position: absolute;
  top: 57%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%) !important;
  text-align: center;
  transition: .5s ease;
	width: 86%;
    overflow: hidden;
	border: solid 1px black;
    padding: 30px 10px 30px 10px;
}

.col-md-4.a2:hover img {
  opacity: 0.3;
}
.col-md-4.a2:hover .middle.s2 {
  opacity: 1;
}


.col-md-4.a3:hover img {
  opacity: 0.3;
}
.col-md-4.a3:hover .middle.s3 {
  opacity: 1;
}


.col-md-3.a4:hover img {
  opacity: 0.3;
}
.col-md-4.a4:hover .middle.s4 {
  opacity: 1;
}
.middle.s1 h3 {
    font-size: 16px;
    font-weight: 500;
}
.middle.s2 h3 {
    font-size: 16px;
    font-weight: 500;
}
.middle.s3 h3 {
    font-size: 16px;
    font-weight: 500;
}
.col-sm-2.col-4.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.ttitle {
  border-top: solid 2px #0061ae;
  padding: 5px 0 15px;
  font-size: 12px;
  box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
  padding: 10px;
  margin-bottom: 10px;
  height: 55px;
}
.section-head h4 {
    position: relative;
    padding: 0;
    color: #0061ae;
    line-height: 1;
    letter-spacing: .3px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.box-section {
    margin-top: 50px;
    margin-bottom: 70px;
}
span.slick-prev.slick-arrow {
    background-color: #02a6ea;
    padding: 1px 3px 1px 1px;
}
span.slick-next.slick-arrow {
	 background-color: #02a6ea;
    padding: 1px 3px 1px 1px;
}

/* media query mobail code is start */

@media (max-width: 767px) {
  .container.logo-section img {
    margin-left: 0px !important;
}
	.col-6.ju {
    margin: 0 auto;
}
	.aboutcont.text-center {
    margin-top: 30px !important;
}
   .row.main2 img {
    width: 100%;
        padding: 0px;
    }

.container-fluid.abuot {
    margin-top: 20px;
   
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}


span.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17px;
    font-weight: 700;
}

.Matter.of.Fact h2 {
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 700;
    padding-top: 41px;
}
.align-items-start.plus-count i {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    padding-top: 27px;
}
.row.align-items-start.plus-count h3 {
    color: white;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    padding-top: 10px;
    text-align: center;
}
.aboutcont.text-center h4 {
    font-size: 16px;
    font-weight: 501;
    padding-top: 4px;
}
.aboutcont.text-center h2 {
    font-size: 19px;
    font-weight: 700;
    color: #282828;
}
.aboutcont.text-center b {
    color: #054fa3;
    text-transform: uppercase;
    font-size: 12px;
}
.Advantage-item h2 {
    color: #33519e;
    font-size: 22px;
    font-weight: 601;
    text-align: center;
    padding-top: 29px;
}
.Advantage-item h3 {
    text-align: center;
    font-size: 17px;
    font-weight: 501;
    color: #3f3f3f;
    padding-top: 1px;
}
.row.align-items-start.com-item i {
    color: red;
	font-size: 24px;align-content;
}
.row.align-items-start.com-item h4 {
    color: #33519e;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    padding-top: 9px;
    font-size: 13px;
    text-align: center;
}
.row.align-items-start.com-item h5 {
    color: #3f3f3f;
    font-size: 8px;
    text-align: center;
    Padding-top: 4px;
    margin-bottom: 30px;
}
.text-white {
    color: #fff !important;
    font-size: 11px;
}
.container-fluid.abuot {
    margin-top: 0px;
    margin-left: 0px;
}
	.container.logo-section img {
    width: 100%;
}
}
h1.entry-title {
    text-align: center;
}
#sequince a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 17px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequince {
    width: 100%;
    float: left;
    background: #384871;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin: 0 0 10px 0;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    margin: 0px 0 10px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 101%;
    margin: 10px 0 0 0;
    height: 89px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    color: #fff;
    padding: 4px 13px 4px 13px;
}
footer#footer {
    background: #9bd5ff;
    padding: 50px 0;
}
.copyright {
    font-size: 12px;
}
.footer-info a {
    color: #000;
}
.copyright {
    text-align: center;
}