/*
Theme Name: Doc 2 DOC
Theme URI: https://sojansiby.com
Author: Sojan Siby
Author URI: https://sojansiby.com
Description:  This theme has been developed exclusively for Doc 2 Doc, a trusted overseas MBBS admission consultancy firm founded and managed by experienced doctors. It is designed to reflect the firm’s mission of providing reliable, expert guidance for students aspiring to study medicine abroad.  The theme’s structure, design, and features are crafted in close collaboration with the Doc 2 Doc team, incorporating their vision and branding guidelines to ensure a user-friendly and professional online presence.  The UI/UX design has been expertly handled by Vimal Johnson, ensuring that the theme is visually appealing, modern, and intuitive for users seeking MBBS admission support. This cohesive approach brings together the consultancy’s deep expertise and the development team’s technical skills.  Developed by Midhun with continuous inputs from the Doc 2 Doc team, this theme aims to provide a seamless and trustworthy platform for students exploring global medical education opportunities.  For more information and inquiries, please visit https://sojansiby.com.
Version: 1.0
*/


.container {
	max-width: 22.375rem;
	margin: 0 auto;
}
html {
	font-size: calc(100vw * 16/390);
}
@media screen and (min-width: 992px){
	.container {
		max-width: 71.938rem;
	}	
	html {
		font-size: calc(100vw* 16 / 1280);
	}
}
/* Common Styles */
* {
	font-family: 'Manrope';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all 0.3s linear;
	scroll-margin-top: 6.25rem;
}
html {
	scroll-behavior: smooth;
}
img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
video {
	width: 100%;
	height: auto;
	object-fit: cover;	
}