/*
Theme Name: Clinico-child
Description: Premium Medical and Health WordPress Theme.
Author: Creative Web Solutions
Author URI: http://themeforest.net/user/creativews
Template: networtech-theme
Version: 1.0.0
Text Domain: clinico
*/
@font-face { font-family: Lato Light ; src: url('/wp-content/themes/networtech-Child-Theme/fonts/Lato-Light.ttf'); font-weight: normal; }
@font-face { font-family: Lato Regular ; src: url('/wp-content/themes/networtech-Child-Theme/fonts/Lato-Regular.ttf'); font-weight: normal; }
@font-face { font-family: Avenir Book ; src: url('/wp-content/themes/networtech-Child-Theme/fonts/Avenir Book.ttf'); font-weight: normal; }
@font-face { font-family: Avenir Regular ; src: url('/wp-content/themes/networtech-Child-Theme/fonts/Avenir Regular.ttf'); font-weight: normal; }
@font-face { font-family: Avenir Medium ; src: url('/wp-content/themes/networtech-Child-Theme/fonts/Avenir Medium.ttf'); font-weight: normal; }

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
.page-id-4286 h1{
	text-align: center;
    font-family: 'Lato Light';
    font-size: 35px;
    color: #3f71e8 !important;
	}
.page-id-4286 p{
    font-size:17px;
    color:#3e4246;
    line-height:32px;
}	
.page-id-4286 .grid-row{
    display:flex;
    
}

.blue_bg {background-color: #0c4f95; padding: 5%;}
.bluedoc_bg {background-image: url("https://mycardiologist.com/wp-content/uploads/2025/08/doctor_blue_bg.jpg"); background-size: cover; padding:5%; background-repeat:no-repeat; background-position: right;}
.rounded {border-radius:15%;}

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
  .bluedoc_bg {
    background-image: none !important;
    background-color: #0c4f95;
  }
	.rs-module {margin-top:-30px !important;}
}