/*
Theme Name: Medical spa
Author: Medical spa
Version: 1.1
Text Domain: Medicalspa
*/

/* ==== Site Name: index  ====
PAGE BLOCKS:-
    01 - GENERAL STYLES
    02 - GLOBAL STYLES
    03 - GLOBLE-BLOCKS
    04 - HEADER
    05 - FOOTER
    06 - BANNER
*/

/* ===== 01-GENERAL STYLES  ====== */
body { width: 100%; height: 100%; margin: 0; padding: 0; color: #1f3036; font-size: 16px; font-weight: 300; font-family: 'Urbanist', sans-serif;    background-color: #fff; }
ul { padding: 0; margin: 0px; }
li { list-style: none; }
a { color: #1f3036; text-decoration: none; transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; color: inherit; }
a:hover,
a:focus { text-decoration: inherit; outline: none; transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s;    -webkit-transition: all 0.3s ease 0s; }
a img { border: none; transition: all 0.3s ease 0s; }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; color: #1f3036; font-weight: 800; }
h1 { font-size: 58px; line-height: 70px; color: #ffffff; letter-spacing: 1px; }
h2 { font-size: 50px; line-height: 60px; color: #003c9c; font-weight: 800; }
h3 { font-size: 38px; line-height: 46px; color: #003c9c; }
h4 { font-size: 24px; line-height: 26px; color: #003c9c; font-weight: 700; }
h5 { font-size: 22px; line-height: 28px; }
p { margin: 0 0 15px; font-size: 20px; line-height: 28px; color: #6d6e71; font-weight: 500; }
body.overflow-y { overflow-y: hidden; }
section { padding: 60px 0; }

.container-fluid { max-width: 1500px; }

/*======= 02-GLOBAL-STYLES ==========*/
.btn { display: inline-block; font-size: 18px; font-weight: 700; color: #2592cd; line-height: initial; text-transform: uppercase; letter-spacing: 0.5px;    background-color: #fff; padding: 14px 30px; border: 2px solid #fff; border-radius: 10px; }
.btn:hover { background-color: transparent; color: #fff; }
.btn.btn-blue { background-color: #ff9a18; color: #fff; padding: 17px 17px; border-color: #ff9a18; }
.btn.btn-blue:hover { background-color: transparent; color: #ff9a18; }
.btn.btn-border { background-color: transparent; color: #2b3990; border-color: #2b3990; }
.btn.btn-border:hover { color: #fff; background-color: #2b3990; }

ul { margin-bottom: 20px; }
ul li { font-size: 20px; font-weight: 400; color: #6d6e71; line-height: 28px; position: relative; margin-bottom: 14px; padding-left: 25px; }
ul li:before { content: "\f054"; position: absolute; top: 0; left: 0; font-family: fontawesome; font-size: 20px; color: #6d6e71; }

.social-block li { float: left; padding: 0; margin: 0 5px; }
.social-block li:before { display: none; }
.social-block li a { width: 27px; height: 27px; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 50%;    margin-bottom: 9px; }

.program-bar { display: flex; justify-content: space-around; flex-wrap: wrap; margin-bottom: 22px; }
.program-bar .program { flex: 0 0 33.3%; text-align: center; padding: 0 10px; }
.program-bar .program .code { visibility: hidden; opacity: 0; position: absolute; width: 260px; height: 0; left: 0; margin: auto; line-height: 1.6;    transition: visibility 0s, opacity 0.5s linear; }
.program-bar .program .pie { width: 134px !important; height: 134px !important; margin: 0 auto; }
.program-bar .program .pie svg { width: 100%; height: 100%; }
.program-bar .program .pie circle { stroke-width: 6px; }
.program-bar .program .pie text { font-size: 35px; font-weight: 800; fill: #025fd9; }
.program-bar .program p { text-transform: uppercase; color: #6d6e71; margin-top: 3px; font-weight: 600; font-size: 18px; line-height: 23px; }

/*======= 03-GLOBAL-BLOCKS ==========*/
.news-leter { display: flex; align-items: center; max-width: 660px; width: 100%; }
.news-leter .form-control { border: 2px solid #919294; font-size: 18px; box-shadow: none; height: 60px; font-weight: 700; padding-left: 19px; width: calc(100% - 263px); margin-right: 18px; }
.news-leter button { width: 245px; text-align: center; padding: 0 !important; height: 60px; }

.blog-block { border-radius: 10px; margin-bottom: 50px; }
.blog-block figure { position: relative; width: 100%; height: 320px; }
.blog-block figure figcaption { position: absolute; bottom: -15px; left: 29px; background-color: #003c9c; padding: 6px 17px 6px; line-height: initial;    border-radius: 25px; font-weight: 700; font-size: 18px; text-align: center; vertical-align: middle; text-transform: uppercase; margin: 0; color: #fff;    display: flex; flex-direction: column; justify-content: center; align-items: center; }
.blog-block figure img { filter: grayscale(0); height: 100%; width: 100%; display: block; object-fit: cover; border-top-left-radius: 10px;    border-top-right-radius: 10px; transition: all ease 0.5s; }
.blog-block figure img:hover { filter: grayscale(1); transition: all ease 0.5s; }
.blog-block a figure:before { content: ""; position: absolute; top: 8px; right: 8px; width: 100%; background-image: url('images/arrow-img.png');    background-size: 100%; background-repeat: no-repeat; background-position: center center; height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; opacity: 0; transform: translate(-5px, 5px); z-index: 1; transition: all ease 0.5s; }
.blog-block a:hover figure:before { transform: translate(0px, 0px); opacity: 1; transition: all ease 0.5s; }
.blog-block .blog-block-content { background-color: #f4fbfe; padding: 35px 32px 35px 22px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.blog-block .blog-block-content h5 { margin-bottom: 12px; text-align: center; }
.blog-block .blog-block-content p { font-size: 18px; color: #6d6e71; font-weight: 500; margin-bottom: 12px; line-height: 28px; }
.blog-block .blog-block-content strong { font-size: 12px; font-weight: 500; color: #231f20; line-height: initial; margin-bottom: 10px; display: inline-block; }
.blog-block .blog-block-content .btn-bordered { font-size: 16px; }

/*======= 04-HEADER ==========*/

header { padding: 14px 0; }
header { top: 0; left: 0; width: 100%; z-index: 1; }
header .menu-right-block { float: right; }
header .menu-right-block .phone a { display: block; font-size: 18px; font-weight: 700; color: #ff9a18; border: 2px solid #ff9a18; padding: 15px 20px;     border-radius: 11px; margin-left: 40px; text-transform: uppercase; }
header .menu-right-block .phone a:hover { background-color: #ff9a18; color: #fff; }
header .container-fluid { clear: both; }
header .logo { display: inline-block; /*padding: 15px 0 23px;*/ }
header #nav { float: right; padding-top: 20px; }
header .navbar-nav { padding: 0; }
header .navbar-nav li { padding: 0 40px 0 0; margin-top: 18px; position: relative; }
header .navbar-nav li:before { display: none; }
header .navbar-nav li:last-child { padding-right: 0; }
header .navbar-nav li a { font-size: 18px; font-weight: 600; position: relative; padding: 10px 0; text-transform: uppercase; color: #003c9c; letter-spacing: 0.5px; }
header .navbar-nav li span { position: relative; display: inline-block; width: 18px; height: 19px; }
header .navbar-nav li span:after { content: "\f078"; font-family: fontawesome; font-size: 14px; position: absolute; top: -1px; right: 0; color: #003c9c; }
header .logo { max-width: 300px; padding-top: 8px; }
header.sticky { position: sticky; z-index: 999; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); padding: 10px 0; }
header.sticky .logo { max-width: 170px; padding-top: 12px; }
header.sticky #nav { padding-top: 5px; }
header .navbar-nav li ul.sub-menu { z-index: 9; }

/*======= 05-FOOTER ==========*/
footer { background-color: #012961; padding: 56px 0 6px; }
footer figure { margin-bottom: 21px; max-width: 200px; width: 100%; text-align: center; }
footer h5 { font-weight: 800; color: #fff; text-transform: uppercase; margin-bottom: 8px; font-size: 20px; }
footer ul li { font-size: 16px; font-weight: 400; color: #ffffff; line-height: 24px; padding: 0; margin-bottom: 5px; }
footer ul li:before { display: none; }
footer .phone { display: flex; align-items: center; margin-bottom: 29px; }
footer .phone p { margin: 0; font-size: 14px; font-weight: 700; color: #fff; line-height: 16px; }
footer .phone p strong { display: block; }
footer .phone i { font-size: 10px; font-weight: 700; color: #2592cd; width: 25px; height: 25px; background-color: #fff; line-height: 24px; text-align: center;
    flex: 0 0 25px; border-radius: 50%; margin-right: 10px; }
footer p { font-size: 14px; color: #fff; line-height: 16px; }
footer a:hover { color: #fff; }
footer aside p strong { display: block; font-weight: 400; }
footer .copy-rights { display: flex; justify-content: space-between; margin-top: 30px; }
footer .full-block aside { float: left; padding: 0 10px; }
footer .full-block .logo-block { width: 21%; }
footer .full-block .companies { width: 24%; }
footer .full-block .other-link { width: 18%; }
footer .full-block .quick-links { width: 20%; }
footer .full-block .logo-block .advance { max-width: 200px; text-align: center; }
footer .powered { padding-right: 60px; }
footer .powered a { position: relative; }
footer .powered a:after { content: ''; display: inline-block; right: auto; top: -6px; margin-left: 6px; position: absolute; height: 40px; background-image: url('http://staging2.medicalmediagroup.ca/wp-content/uploads/2024/10/dp-logo-1.png'); width: 50px; background-size: contain; background-repeat: no-repeat;}
footer .full-block .social-media { width: 17%; }

/*======= 06-BANNER ==========*/
.banner { position: relative; z-index: 0; padding: 0; text-align: left; }
.banner .owl-carousel { display: block !important; }
.banner .item { min-height: 800px; background-repeat: no-repeat; background-size: cover; background-position: right center; position: relative; }
.banner h1 { font-size: 54px; text-align: left; font-weight: 800; color: #fff; }
.banner h3 { font-size: 32px; font-weight: 800; color: #003c9c; line-height: 37px; text-align: center; letter-spacing: 0.9px; margin-bottom: 38px; }
.banner p { display: flex; }
.banner .content { position: absolute; top: 51%; transform: translateY(-49%); }
.banner .min-content { max-width: 640px; padding: 0 15px; }
.banner .btn { float: left; }
.banner .btn-watch { background-color: transparent; color: #2b3990; padding: 8px 25px 7px; margin-left: 25px; border-color: transparent; }
.banner .btn-watch img { display: inline-block; width: 35px; margin-right: 15px; vertical-align: middle; }
.banner .btn-watch:hover { color: #fff; background-color: #2b3990; }
.banner .btn-watch:hover img { display: none; }
.banner .btn-watch:hover img.hide { display: inline-block !important; }
.banner .social-media-block { position: absolute; z-index: 1; top: 55%; transform: translateY(-45%); }
.banner .social-media-block p { font-size: 18px; font-weight: 700; color: #fff; line-height: 24px; text-transform: uppercase; writing-mode: vertical-rl;    letter-spacing: 0.5px; position: relative; padding-bottom: 100px; }
.banner .social-media-block p:after { content: ""; position: absolute; width: 2px; height: 100px; background-color: #fff; left: 0; right: 0; margin: 0 auto; bottom: -22px; }
.banner .social-media-block ul { margin-left: -7px; padding-top: 24px; }
.banner .social-media-block ul li:before { display: none; }
.banner .social-media-block ul li { padding-left: 0; }
.banner .social-media-block ul li a { display: inline-block; width: 33px; height: 33px; display: flex; align-items: center; justify-content: center;     background-color: #fff; border-radius: 50%; margin-bottom: 9px; }

.home-banner-video { padding:0; position: relative; height: calc(100vh - 120px); overflow: hidden; }
/*.home-banner-video video { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1; transform: translate(-50%, -50%); object-fit: cover; }*/
.home-banner-video video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; z-index: 0; transform: translate(-50%, -50%); object-fit: cover; width: 100%; height: 100%; }


/*======= FUTURE ==========*/
.future { text-align: center; background-repeat: no-repeat; background-position: bottom center; background-size: cover; padding: 80px 0 60px; }
.future.bg { background-image:url(images/future-bg.png); /*background-color: #F8F8F8;*/ }
.future .wp-video { width: 1000px !important; margin: 0 auto; }
.future.p-0 { padding: 0 0 60px 0; }
.future h2 { margin-bottom: 12px; }
.future h3 { font-size: 32px; line-height: 40px; color: #58595b; max-width: 840px; width: 100%; margin: 0 auto 18px; text-align: left; }
.future p { margin-bottom: 34px; }
.future.approach { padding: 60px 0 45px; }
.future.approach h2 strong { font-weight: 800; display: block; }

/*======= DIGITAL-COMPLEXITY ==========*/
.digital-complexity h2 { text-align: center; margin-bottom: 57px; }
.digital-complexity h2 strong { display: block; font-weight: 800; }
.img-with-content-block {  display: flex; align-items: center; }
.img-with-content-block.in { flex-direction: row-reverse; background-color: #f7f7f7; }
.img-with-content-block.in .content { padding: 0 90px 0 15px; float: right; }
.img-with-content-block .img-block { flex: 0 0 51%; }
.img-with-content-block .img-block figure img { width: 100%; height: 770px; object-fit: cover; }
.img-with-content-block .content-block { flex: 0 0 49%; }
.img-with-content-block .content { max-width: 720px; padding: 0 15px 0 72px; }
.img-with-content-block h3 { margin-bottom: 26px; }
.img-with-content-block h3 strong { display: block; font-weight: 800; }
.img-with-content-block ul { display: flex; flex-wrap: wrap; padding-top: 18px; }
.img-with-content-block ul li { flex: 0 0 50%; }
.img-with-content-block p { margin-bottom: 22px; }
.img-with-content-block .btn { font-size: 18px; padding: 17px 40px; }
.img-with-content-block .btn.btn-border { margin-left: 33px; }
.img-with-content-block .testi-videos li { padding: 10px; }
.img-with-content-block .testi-videos li video { width: 100%; }
.img-with-content-block .testi-videos li:before { display: none; }
.img-with-content-block .content .wp-video{ width: 100% !important; margin-bottom: 50px; }

/*.img-with-content-block .videoContainer { position: relative; width: 100%; max-width: 100%; }
.img-with-content-block .videoContainer .myVideo, 
.img-with-content-block .videoContainer .videoPoster { width: 100%; display: block; }
.img-with-content-block .videoContainer .playButton { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.6); border: none; color: white; font-size: 25px; cursor: pointer; border-radius: 50%; width: 70px; height: 70px; display: none; }*/

.img-with-content-block .video-wrapper { position: relative; width: 100%; height: 100%; margin-bottom: 20px; }
.img-with-content-block .video-wrapper .custom-poster { position: absolute; width: 100%; height: 100%; background: black; cursor: pointer; display: flex; justify-content: center; align-items: center; z-index: 2; }
.img-with-content-block .video-wrapper .custom-poster img { width: 100% !important; height: 100% !important; object-fit: contain; object-position: center; }
.img-with-content-block .video-wrapper .play-button { position: absolute; color: white; pointer-events: none; font-size: 25px; width: 70px; height: 70px; background-color: #000; border-radius: 50%; display: flex; align-content: center; justify-content: center; }
.img-with-content-block .video-wrapper .play-button i { display: flex; align-items: center; }
.img-with-content-block .video-wrapper video { width: 100%; height: 100%; display: block; }


/*======= SERVICES ==========*/
.services-section { padding: 140px 0 142px; }
.services-section h2 { text-align: center; margin-bottom: 9px; }
.services-section p { text-align: center; }
.services-block { display: flex; flex-wrap: wrap; padding-top: 24px; }
.services-block .service { flex: 0 0 33.3%; padding: 15px 20px 9px 26px; border-right: 1px solid #32c2df; border-bottom: 1px solid #32c2df; }
.services-block .service:hover { background-color: #2b3990; }
.services-block .service:nth-child(6),
.services-block .service:nth-child(3) { border-right: 0; }
.services-block .service:nth-child(6),
.services-block .service:nth-child(5),
.services-block .service:nth-child(4) { border-bottom: 0; }
.services-block .service figure { width: 68px; height: 68px; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; padding: 15px; box-shadow: 7px 3px 0 0 rgb(43, 57, 114); margin-bottom: 15px; background-color: #fff; }
.services-block .service:hover figure { box-shadow: none; }
.services-block .service h4 { margin-bottom: 10px; }
.services-block .service:hover h4 a,
.services-block .service:hover h4 { color: #fff; }
.services-block .service p { text-align: left; margin: 0; }
.services-block .service:hover p { color: #fff; }
.services-block .service strong { display: block; text-align: right; text-transform: uppercase; font-weight: 800; color: #fff; opacity: 0; }
.services-block .service strong a:hover { color: #fff; }
.services-block .service:hover strong { opacity: 1; }

/*======= WHY-TO-CHOOSE ==========*/
.why-to-choose { background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0; position: relative; overflow: hidden; }
.why-to-choose .content { background-color: rgb(43, 57, 114, 0.55); position: relative; padding: 210px 0 223px 120px; margin-left: -30px; }
.why-to-choose .content:after { content: ""; position: absolute; top: 0; right: -200%; width: 200%; height: 100%; background-color: rgb(43, 57, 114, 0.55); }
.why-to-choose .content h2 { color: #ffffff; margin-bottom: 11px; }
.why-to-choose .content p { color: #ffffff; margin-bottom: 23px; }
.why-to-choose .content ul { display: flex; flex-wrap: wrap; border-bottom: 1px solid #c8d0e3; padding-bottom: 11px; margin-bottom: 28px; }
.why-to-choose .content ul li { font-size: 20px; font-weight: 500; color: #ffffff; line-height: 23px; flex: 0 0 50%; margin-bottom: 12px; padding-left: 22px; }
.why-to-choose .content ul li:before { content: ""; background-image: url(images/right-icon.png); background-repeat: no-repeat; background-position: center;    background-size: 100%; height: 13px; width: 14px; top: 5px; }
.why-to-choose .button-centre { text-align: center; }
.why-to-choose .btn { font-size: 16px; background-color: #ff9a18; border-color: #ff9a18; padding: 18px 39px; }
.why-to-choose .btn:hover { background-color: #fff; color: #ff9a18; border-color: #fff; }

/*======= FEATURED ==========*/
.featured { background-color: #f9f9f9; position: relative; padding: 85px 0 98px; }
.featured .container-fluid { position: relative; z-index: 2; }
.featured .content { padding-top: 20px; }
.featured:after { content: ""; background-image: url(images/featured-bg.png); background-repeat: no-repeat; background-position: center; background-size: cover; width: 40%; height: 100%; position: absolute; top: 0; left: 0; }
.featured ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
.featured ul li { padding: 0 15px; text-align: center; font-size: 18px; text-transform: uppercase; flex: 0 0 33.3%; }
.featured ul li:before { display: none; }
.featured h2 { margin-bottom: 0; }
.featured p { letter-spacing: 0.5px; }
.featured h3 { font-size: 35px; color: #58595b; text-transform: uppercase; margin-bottom: 9px; }
.featured .book-appointment { display: inline-block; background-color: #2b3990; padding: 11px 25px 10px; border-radius: 10px; }
.featured .book-appointment p { font-size: 18px; color: #ffffff; float: left; margin-bottom: 0; text-transform: uppercase; font-weight: 700; letter-spacing: 0; margin-bottom: 9px; }
.featured .book-appointment p:hover a { color: #fff; }
.featured .book-appointment p:last-child { margin-left: 25px; position: relative; }
.featured .book-appointment p:last-child:after { content: ""; position: absolute; left: -14px; top: 0; width: 1px; height: 100%; background-color: #e2e4f0; }
.featured .book-appointment p i { display: block; text-align: center; margin-bottom: 6px; font-size: 22px; }
.featured .center { text-align: center; }
 
/*======= BOOK-A-MEETING ==========*/
.book-a-meeting { text-align: center; padding: 85px 0 68px; }
.book-a-meeting h2 { margin-bottom: 33px; }

/*======= SERVICES-INNER-PAGE ==========*/
/*======= BANNER ==========*/
.inner-banner { min-height: 630px; background-repeat: no-repeat; background-size: cover; background-position: top center; position: relative; z-index: 0; }
.inner-banner:before { content: ''; left: 0; top: 0; position: absolute; height: 100%; width: 70%; z-index: 1; background-image: url(images/banner-bg2.png);    background-repeat: no-repeat; background-position: left; background-size: 100% 100%; }
.inner-banner:after { content: ''; right: 0; top: 0; position: absolute; height: 155px; width: 100%; z-index: 2; background-image: url(images/banner-bg.png);    background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
.inner-banner .content { z-index: 999; max-width: 900px; width: 100%; }
.inner-banner .content h1 { border: none; font-weight: 800; color: #003c9c; text-align: left; font-size: 50px; line-height: 50px; }
.inner-banner .content p { font-size: 20px; font-weight: 600; line-height: 28px; color: #003c9c; margin-bottom: 25px; }
.inner-banner .content .btn { color: #fff; text-transform: initial; padding: 11px 30.5px; background-color: #003c9c; border-color: #003c9c; }
.inner-banner .content .btn:hover,
.inner-banner .content .btn:focus { color: #003c9c; background-color: #fff; border-color: #fff; }

.ecommerce-service { padding: 70px 0 110px; }
.ecommerce-service h2 { text-align: center; margin-bottom: 10px; }
.ecommerce-service p { text-align: center; margin-bottom: 10px; margin-bottom: 65px; }
.ecommerce-service .service-main { padding: 0 !important; }
.ecommerce-service .service-main:nth-child(even) { flex-direction: row-reverse; }
.ecommerce-service .service-main { display: flex; margin-bottom: 50px; }
.ecommerce-service .service-main figure,
.ecommerce-service .service-main .right-column { flex: 0 0 50%; }
.ecommerce-service .service-main .right-column { align-self: center; }
.ecommerce-service .service-main figure { height: auto; width: 50%; padding-right: 85px; }
.ecommerce-service .service-main:nth-child(even) figure { padding-right: 0px; padding-left: 85px; }
.ecommerce-service .service-main figure img { object-fit: cover; border-radius: 5px; width: 100%; 0bject-fit: cover; height: 100%; box-shadow: 17px 17px 5px 2px rgba(33, 30, 28, 0.06); }
.ecommerce-service .service-main:nth-child(even) figure img { box-shadow: -17px 17px 5px 2px rgba(33, 30, 28, 0.06); }
.ecommerce-service .service-main .right-column .bot { padding-top:60px; }
.ecommerce-service .service-main .right-column h3 { margin-bottom: 20px; }
.ecommerce-service .service-main .right-column p { font-weight: 500; line-height: 28px; margin-bottom: 0px; text-align: left; }

.choose-medical { padding: 45px 0; text-align: center; background-color: #003c9c; }
.choose-medical h2 { color: #fff; width: 100%; max-width: 820px; margin: 0 auto; margin-bottom: 15px; }
.choose-medical p { color: #fff; line-height: 28px; }
.choose-medical .btn { background: transparent; color: #fff; padding: 16.5px 16px; }

.our-export { text-align: center; padding: 100px 0 115px; }
.our-export h2 { margin-bottom: 25px; }
.our-export aside { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; }
.our-export aside figure { width: 253px; }
.our-export aside figure img { width: 100%; height: 100%; object-fit: cover; }

/*======= CONTACT-US-INNER-PAGE ==========*/
/*======= BANNER ==========*/
.contact-banner h1 { text-align: left; }
.contact-banner .content { max-width: 305px; }

/*.contact-banner:before{display: none;}*/
/*.inner-banner:after{ background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0.7) 50%,rgba(255, 255, 255, 0) 100%); background: linear-gradient(to bottom,  rgba(1,46,104,1) 0%,rgba(1,46,104,0.7) 50%,rgba(1,46,104,0) 100%);}*/

.contact-block { padding: 85px 0 60px; }
.contact-block .container-fluid { width: 100%; max-width: 1530px; margin: 0 auto; }
.contact-block .contact-main { display: flex; justify-content: center; }
.contact-block .contact-main .contact-left { flex: 0 0 56.4%; padding-right: 85px; }
.contact-block .contact-main .contact-right { flex: 0 0 43.6%; }
.contact-block form .col-sm-6 { padding: 0 20px !important; }
.contact-block h2 { margin-bottom: 16px; font-size: 46px; line-height: 42px; }
.contact-block p { font-size: 24px; color: #6d6e71; line-height: 28px; font-weight: 600; margin-bottom: 32px; }
.contact-block p strong { font-weight: 600; display: block; }
.contact-block form { background-color: #f4fbfe; padding: 0 14px; border-radius: 18px; width: 100%; margin: 0 auto; overflow: hidden; }
.contact-block form p { margin: 0; display: flex; width: 100%; }
.contact-block form .wpcf7-not-valid-tip { position: absolute; font-size: 13px; }
.contact-block form .wpcf7-form-control-wrap { width: 100%; }
.contact-block form .form-group { margin: 40px 0 0; display: inline-block; display: flex; justify-content: flex-start; }
.contact-block form .form-group i { font-weight: 400; font-size: 14px; color: #2b3990; border-bottom: 1px solid #b1b3b6; padding-bottom: 12px; align-self: flex-end; }
.contact-block form .form-group .form-control::placeholder { font-size: 16px; font-weight: 400; color: #b1b3b6; font-family: 'Urbanist'; }
.contact-block form .form-group .form-control,
.contact-block form select { font-size: 16px; font-weight: 400; padding: 0 0 0 8px; border-radius: 0px; line-height: initial; color: #b1b3b6; border: none;    outline: none; background: transparent; width: 100%; border-bottom: 1px solid #b1b3b6; box-shadow: none; padding-right: 25px; }
.contact-block form .form-group textarea { background: transparent; width: 100%; height: 222px; border: 1px solid #b1b3b6; border-radius: 10px; padding: 15px 0 0 15px; margin-top: 10px; }
.contact-block form .form-group select { margin-bottom: 0px; padding-bottom: 4px; appearance: none; }
.contact-block form .select-main { position: relative; }
.contact-block form .select-main:before { content: '\f107'; position: absolute; color: #2b3990; font-family: FontAwesome; font-size: 16px; font-weight: 600;    top: 0; right: 16px; height: 100%; width: 35px; display: flex; justify-content: center; align-items: center; pointer-events: none; }
.contact-block form .form-group textarea::placeholder { font-size: 16px; font-weight: 400; color: #b1b3b6; font-family: 'Urbanist'; }
.contact-block form .form-bottom { text-align: center; margin: 35px 0 30px; }
.contact-block form .form-bottom .btn { background-color: #2b3990; color: #fff; text-transform: initial; padding: 11px 49px; }
.contact-block .contact-main .contact-right { padding-top: 0px; }
.contact-block .contact-main .contact-right h5,
.contact-block .contact-main .contact-right h6 { font-size: 16px; font-weight: 700; color: #2b3990; line-height: initial; margin-bottom: 20px; }
.contact-block .contact-main .contact-right h6 { margin-bottom: 5px; }
.contact-block .contact-main .contact-right iframe { width: 100%; height: 428px; border-radius: 10px; border: 0; margin-bottom: 30px; }
.contact-block .contact-main .contact-right p { color: #b1b3b6; font-size: 16px; font-weight: 500; line-height: 22px; margin-bottom: 15px; max-width: 245px; }
.contact-block .contact-main .contact-right p a { font-weight: 700 }
.contact-block .contact-main .contact-right ul li:before { display: none; }
.contact-block .contact-main .contact-right ul li { display: inline-block; padding-right: 9px; padding-left: 0px; font-weight: 400; color: #b1b3b6; font-size: 16px; }

/*======= BLOG-INNER-PAGE ==========*/
/*======= BANNER ==========*/
.blog-banner .content { max-width: 460px; }
.blog-section { padding: 105px 0 120px; }
.blog-section .container { max-width: 1200px; margin: 0 auto; width: 100%; }
.blog-main { padding-left: 13px !important; padding-right: 13px !important; }
.blog-section h2 { margin-bottom: 40px; font-size: 46px; line-height: initial; letter-spacing: -0.1px; }
.blog-section .blog-bottom { text-align: center; }
.blog-section .blog-bottom .btn { padding: 12.5px 47px; background-color: #012e68; color: #fff; text-transform: initial; transition: all ease 0.3s; }
.blog-section .blog-bottom .btn:hover { background: transparent; border: 2px solid #012e68; color: #012e68; transition: all ease 0.3s; }
.blog-section .navigation { display: block; }
.blog-section .navigation .nav-links { text-align: center; width: 100%; }
.blog-section .navigation .nav-links .current,
.blog-section .navigation .nav-links a { font-size: 18px; font-weight: 600; margin: 0 3px; padding: 2px 10px; background-color: #012e68; color: #fff; border: 2px solid #012e68; }
.blog-section .navigation .nav-links a:hover,
.blog-section .navigation .nav-links .current { background-color: transparent; color: #012e68; }

/*======= BLOG-DETAIL-INNER-PAGE ==========*/
/*======= BANNER ==========*/
.blog-detail-banner .content { max-width: 872px; }
.blog-detail { padding: 115px 0 88px; }
.blog-detail .blog-detail-main { display: flex; gap: 82px; }
.blog-detail .blog-detail-main .blog-left { flex-grow: 1; }
.blog-detail .blog-detail-main .blog-right { max-width: 360px; width: 100%; margin: 0 auto; flex: 0 0 100%; }
.blog-detail .blog-detail-main .blog-left figure { width: 100%; height: 600px; margin-bottom: 30px; }
.blog-detail .blog-detail-main .blog-left figure img { height: 100%; width: 100%; display: block; object-fit: cover; border-radius: 10px; }
.blog-detail .blog-detail-main .blog-left .profile-nav { display: flex; justify-content: space-around; align-items: center; border-bottom: 1px solid #b1b3b6; }
.blog-detail .blog-detail-main .blog-left .profile-nav li { display: flex; align-items: center; gap: 18px; color: #b1b3b6; font-size: 18px; font-weight: 500;    align-self: center; margin-bottom: 25px; }
.blog-detail .blog-detail-main .blog-left .profile-nav li i { font-weight: 400; font-size: 36px; }
.blog-detail .blog-detail-main .blog-left .profile-nav li:before { display: none; }
.blog-detail .blog-detail-main .blog-left p { line-height: 28px; margin-bottom: 30px; }
.blog-detail .blog-detail-main .blog-left .para { margin-bottom: 0; }
.blog-detail .blog-detail-main .blog-left .last-para { color: #003c9c; font-weight: 800; font-size: 24px; margin-bottom: 0; background-color: #f4fbfe;     padding: 25px 40px; }
.blog-detail .blog-detail-main .blog-left .last-para strong { display: block; font-weight: 500; color: #231f20; font-size: 16px; text-align: right; }
.blog-detail .blog-detail-main .blog-left .blog-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 42px; border: none;    margin-bottom: 0; }
.blog-detail .blog-detail-main .blog-left .blog-nav li:before { display: none; }
.blog-detail .blog-detail-main .blog-left .blog-nav li { padding-left: 0; }
.blog-detail .blog-detail-main .blog-left .blog-nav li a { display: flex; align-items: center; gap: 5px; font-size: 16px; font-weight: 500; color: #939598; }
.blog-detail .blog-detail-main .blog-left .blog-nav li a i { font-size: 16px; font-weight: 500; color: #939598; }
.blog-detail .blog-detail-main .recent-post { border-radius: 6px; padding: 20px 20px 20px 18px; background-color: #f4fbfe; margin-bottom: 50px; }
.blog-detail .blog-detail-main .recent-post-block { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #bcbec0; padding: 18px 0; }
.blog-detail .blog-detail-main .recent-post-block:first-child { padding-top: 0 }
.blog-detail .blog-detail-main .recent-post-block:last-child { border: none; padding-bottom: 0; }
.blog-detail .blog-detail-main .recent-post-block figure { height: 80px; width: 80px; flex-shrink: 0; }
.blog-detail .blog-detail-main .recent-post-block figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.blog-detail .blog-detail-main .recent-post-block p { font-weight: 700; font-size: 14px; line-height: initial; margin-bottom: 0; }
.blog-detail .blog-detail-main .recent-post-block strong { display: block; font-size: 14px; font-weight: 500; color: #b1b3b6; padding-bottom: 5px; }
.blog-detail .blog-detail-main .recent-post-block strong i { padding-right: 10px; }
.blog-detail .blog-detail-main .tags ul { background-color: #f4fbfe; padding: 15px 15px 18px 10px; border-radius: 6px; display: flex; justify-content: center;    gap: 15px; flex-wrap: wrap; }
.blog-detail .blog-detail-main .tags ul li { flex: 0 0 calc(25% - 12px); padding-left: 0; margin-bottom: 0; margin-top: 0; }
.blog-detail .blog-detail-main .tags ul li:before { display: none; }
.blog-detail .blog-detail-main .tags ul li a { display: inline-block; text-align: center; width: 100%; font-size: 12px; font-weight: 700; color: #6d6e71;line-height: initial; padding: 7px 12px; background-color: #fff; border-radius: 6px; }
.blog-detail .blog-detail-main .tags ul li a:hover { color: #fff; background-color: #2b3990; }

/*home page edits*/
.page-id-10 .img-with-content-block {
    max-width: 1500px;
    margin: 0 auto;
}

.page-id-10 .img-with-content-block.in {
    background-color: #fff;
}

.page-id-10 .img-with-content-block .content-block {
    flex: 0 0 52%;
}

.page-id-10 .img-with-content-block .img-block {
    flex: 0 0 48%;
}

.page-id-10 .img-with-content-block .img-block figure img {
    width: 100%;
    box-shadow: 17px 17px 5px 2px rgba(33, 30, 28, 0.06);
    height: auto;
}

.page-id-10 .img-with-content-block.in .img-block figure img {
    box-shadow: -17px 17px 5px 2px rgba(33, 30, 28, 0.06);
}

.page-id-10 .img-with-content-block.in .content {
    padding: 0 50px 0 15px;
}

.page-id-10 .img-with-content-block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.img-with-content-block .content { max-width: 100%; padding: 0 15px 0 72px; }

footer .full-block aside { width: 25% !important; }

footer .full-block .other-link { display: none; }

.contact-block .contact-main { display: block; max-width: 900px; margin: 0 auto; }

.contact-block .contact-main .contact-right { padding-top: 40px; }

.fa.fa-tiktok { background-image: url('http://staging2.medicalmediagroup.ca/wp-content/uploads/2024/10/tiktok.png'); background-size: contain; background-repeat: no-repeat; width: 15px; height: 15px; }

.item .mob-screen,
.mobile-view { display: none !important; }
.banner p { display: block; }
.banner .btn { float: none; }

ul.social-block img { max-width: 16px; }

.social-media-block ul li a img { max-width: 18px; } 
.home .img-with-content-block { padding-left:15px; padding-right: 15px; }

/*======= Gallery-page ==========*/
.gallary-banner { min-height:410px; }
.gallary-banner:before,
.gallary-banner:after { display:none; }
.gallary-banner .content h1 { color:#fff; }
.gallary-banner .content p { color:#fff; }

.gallery-page { padding: 95px 0; }
.gallery-page .top-block { display:flex; justify-content:space-between; margin-bottom: 38px; }
.gallery-page .top-block form { display: flex; max-width: 302px; width: 100%; }
.gallery-page .top-block form input { border-radius: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 0; font-size: 18px; font-weight: 700; color: #696969; box-shadow:none; height:48px; }
.gallery-page .top-block form input::-webkit-input-placeholder { color: #696969; }
.gallery-page .top-block form input:-ms-input-placeholder { color: #696969; }
.gallery-page .top-block form input::placeholder { color: #696969; }
.gallery-page .top-block form button { height: 48px; font-size: 16px; color: #696969; border-left: 0; border-radius: 0; background-color: transparent; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 0 15px; }

.gallery-page .top-block .category-search-wrapper { max-width: 305px; width: 100%; position: relative; }
.gallery-page .top-block .category-search-wrapper::before { content: "\f002"; font-family: fontawesome; font-size: 16px; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #696969; }
.gallery-page .top-block .category-search-wrapper .form-control { border: 1px solid #ccc; border-radius: 0; height: 48px; font-size: 18px; font-weight: 700; color: #696969; box-shadow: none; padding-left: 17px; padding-right: 35px; }

.gallery-page .top-block .category-search-wrapper .category-list li:before { display:none; }
.gallery-page .top-block .category-search-wrapper .category-list li { font-size: 16px; line-height: 22px;  margin-bottom: 0; padding: 5px 15px; cursor: pointer; }

.gallery-page .top-block .sort-by { border: 1px solid #cccccc; border-radius: 0; position: relative; max-width: 262px; width: 100%; height: 48px; }
.gallery-page .top-block .sort-by::before { content: "\f078"; position: absolute; font-family: fontawesome; font-size: 16px; color: #414143; right: 17px; top: 50%; transform: translateY(-50%); }
.gallery-page .top-block .sort-by::after { content: ""; position: absolute; width: 1px; height: 100%; right: 47px; top: 0; background-color: #dcdcdc; }
.gallery-page .top-block .sort-by .form-control { font-size: 16px; color: #696969; border: 0; height: 48px; box-shadow: none; line-height: inherit; background-color: transparent; font-weight: 700; appearance: none; padding-right: 47px; }

.gallery-page .masonry { column-count: 3; column-gap: 30px; }
.gallery-page .masonry .video-item { display: inline-block; width: 100%; margin-bottom: 30px; position: relative; overflow: hidden; cursor: pointer; background: #000; }
.gallery-page .masonry .video-item img,
.gallery-page .masonry .video-item video { width: 100%; height: auto; display: block; }
.gallery-page .masonry .video-item .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; pointer-events: none; width: 69px; height: 69px; }
.gallery-page .masonry .video-item .play-button img { width:100%; }
.gallery-page .btn-block { text-align:center; padding-top:32px; }
.gallery-page .btn { font-size: 24px; font-weight: 700; color: #ffffff; background-color: #003c9c; text-transform: capitalize; padding: 14px 47px; }

/* .category-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin-top: 5px;
    padding: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.category-suggestions li {
    padding: 10px;
    cursor: pointer;
}

.category-suggestions li:hover {
    background-color: #f0f0f0;
} */




/* @media (max-width: 768px) { 

.gallery-page .masonry { column-count: 2; }

} */

/* @media (max-width: 480px) {

.gallery-page .masonry { column-count: 1; }


}
 */