/*
Theme Name: Total Medical Design
Theme URI:
Description: Total Medical Design Website
Version: 1.0.0
Author:
*/

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('./style/fonts/fonts.css');
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2a2a2c;
	font-weight:400;
    overflow-x: hidden;
	font-family: "Gabarito", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
   
}
a {
	text-decoration: underline;
	outline:none;
	color: #002a54;
}
a:hover, a:focus, a:active{
	color: #002a54;
	text-decoration:underline;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
p {
    color: #6D6B6B;
	font-family: 'Proxima Nova Rg';
}
.img_rite {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    max-width: 400px;
    margin-top: 15px;
}
.img_rite img {
    width: 100%;
}
h1 {
    font-size: 28px;
    font-weight: 600;
}
h2, h1 {
    color: #0D1426;
}
h1.heading-underline:after {
    display: block;
    width: 40px;
    content: '';
    height: 3px;
    background-color: #00B1FF;
    margin: 20px auto 20px;
}
.home h2 {
	margin-top: 0px !important;
}
h2 {
    font-size: 24px;
    font-weight: 500;
	margin-bottom: 10px;
	margin-top: 40px;
}

h2.heading-underline:after {
    display: block;
    width: 40px;
    content: '';
    height: 3px;
    background-color: #00B1FF;
    margin: 20px auto 20px;
}
h2.heading-underline-2:after {
    display: block;
    width: 40px;
    content: '';
    height: 3px;
    background-color: #000;
    margin: 20px auto 20px;
}
.intro-sec h2.heading-underline:after {
    width: 40px;
    content: '';
    height: 3px;
    margin: 20px auto 20px;
}
h3 {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 10px;
	margin-top: 40px;
}
h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.wp-block-uagb-container.uagb-block-473a1821 {
    row-gap: 0px !important;
    column-gap: 20px;
}
ul.inner-list {
    margin-top: 7px;
}
.site-btn a {
    font-weight: 500;
    display: inline-flex;
    padding: 12px 20px;
    background-color: transparent;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    transition: 0.3s;
    min-width: 180px;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #000;
}
.site-btn a:hover {
    background-color: #00B1FF;
    color: #fff;
    border: 1px solid #00B1FF;
}
.site-btn-small a {
    padding: 6px 10px;
    font-size: 14px;
}
.inner-theme-btn a {
    font-weight: 400;
    display: inline-flex;
    padding: 12px 20px;
    background-color: transparent;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    transition: 0.3s;
    min-width: 180px;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #000;
}
.inner-theme-btn a:hover {
	background-color: #8af1fe;
    color: #000;
    border: 1px solid #8af1fe;
}
.wp-block-columns {
    margin-bottom: 0px !important;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
section.main-hero-banner {
    background-image: url("https://www.totalmedicaldesign.co.uk/wp-content/uploads/2025/09/banner-uk_darker.jpg");
    min-height: 740px;
    background-size: cover;
    display: flex;
    width: 100%;
    align-items: center;
}

/*  Mobile view */
@media (max-width: 768px) {
  section.main-hero-banner {
    background-image: url("https://www.totalmedicaldesign.co.uk/wp-content/uploads/2025/10/banner-uk_darker-mobile.jpg");
    min-height: 300px; /* optional: smaller height for mobile */
  }
}

.home .dark-logo {
    display: none;
}
.home .MenuFixed .white-logo {
    display: none;
}
.home .MenuFixed .dark-logo {
    display: block !important;
}
.home .white-logo img {
    filter: saturate(0) brightness(10);
}
.home .white-logo {
    display: block;
}
.white-logo {
    display: none;
}
.home header {
    position: absolute;
}

header {
	width: 100%;
    padding: 15px 0;
	position:sticky;
	z-index:999;
}
.logo img {
    width: 280px;
}

section.main-hero-banner .content p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
}

section.main-hero-banner .content h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
}
.main-hero-banner .theme-btn a {
    background-color: #fff;
    color: #000;
}
.main-hero-banner .theme-btn a:hover {
    background-color: #000;
    color: #fff;
	border: 1px solid #000;
}
.top-menus .theme-btn a {
    padding: 8px 20px;
    margin: 0px 0px 0px 10px;
    vertical-align: middle;
}
.theme-btn a {
    display: inline-flex;
    padding: 12px 20px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: 0.3s;
    min-width: 180px;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #fff;
}
.theme-btn.btn-outline a {
	color:#0D1426;
    border-color: #0D1426;
}

.theme-btn a:hover {
    background-color: #000;
    color: #fff;
	border-color: #fff;
}
.theme-btn.btn-outline a:hover{
	background-color: #0D1426;
    color: #fff;
	border-color: #0D1426;
}
.theme-btn a img {
    width: 15px;
    margin-right: 10px;
    filter: saturate(0) brightness(0);
}
.theme-btn a:hover img {
    filter: saturate(0) brightness(10);
}
section.main-hero-banner .content h2 span {
    display: inline-block;
    width: 32px;
    transform: translateY(-7px);
    margin-left: 10px;
}
.main-hero-banner .theme-btn {
    margin-top: 20px;
}
.top-menus {
    width: 100%;
    text-align: end;
}

.top-btns {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

header .row {
    align-items: center;
}

.call-link a img {
    width: 24px;
}
.home .call-link a img {
    filter: saturate(0) brightness(10);
}
.call-link a {
    color: #606060;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.home .call-link a{
	color:#fff;
}
.intro-sec h1 {
    font-size: 21px;
    font-weight: 700;
}

.intro-sec h2 {
    font-size: 20px;
    font-weight: 500;
}
.num-icon {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 30px;
    aspect-ratio: 1;
    max-width: 100%;
    width: 260px;
    height: 260px;
}
.intro-sec .wp-block-button.site-btn {
    margin: 0px 7px;
}
.num-icon img {
    object-fit: contain !important;
    width: 40px !important;
    height: 40px !important;
}
.process-bx ul.wp-block-list li {
    color: #000;
}
.process-bx h1 {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    aspect-ratio: 1;
    max-width: 100%;
    width: 160px;
    height: 160px;
}
.process-bx p {
	font-weight: 700;
	text-align: center;
	color:#000;
}
.process-bx {
    margin-top: 10px;
    padding: 0 10px;
}
.num-icon p {
    color: #0D1426;
    margin-bottom: 0;
}
.process-bx h3 {
    color: #0D1426;
    font-size: 22px;
    font-weight: 800;
}
.num-icon h1 {
    font-size: 45px;
    font-family: "Playfair Display", serif;
    margin-bottom: 0px;
    font-weight: bolder;
}
.process-bx .details p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
p.qoute-paragraph {
    font-size: 20px;
    font-weight: 400;
    margin: 40px 0;
}

h4.qoute-user {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 0;
}
.action-sec {
    padding: 100px 0px !important;
    background-color: #00B1FF !important;
}
.action-sec h2 {
    font-size: 33px;
    font-weight: 700;
}

.action-sec p {
    color: #0D1426;
    font-size: 24px;
    font-weight: 700;
}
.action-sec h2 {
	margin-top: 0px;
}
.footer {
    background-color:#0D1426;
    padding: 70px 0;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer h3:after {
    display: block;
    width: 38px;
    content: '';
    height: 1px;
    background-color: #8AF1FE;
    margin: 6px 0 0;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.social-links span a img {
    height: 22px;
}

.footer .links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer .links {
}

ul.footer-links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.footer-links-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.logo-ft {
    display: flex;
    justify-content: flex-end;
}

.logo-ft img {
    width: 130px;
}
.brand-lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
	justify-content:center;
}
.logo-bx img {
    object-fit: contain;
	width:220px;
	object-position:center;
}
.action-sec .theme-btn a {
    background-color: #fff;
    color: #0d1426;
}
.action-sec .theme-btn a:hover{
	 background-color: transparent;
    color: #000;
	border: 1px solid #000;
}
.broken_link, a.broken_link {
    text-decoration: underline !important;
}
.brand-lists .logo-bx {
    padding: 0 15px;
    flex: 0 0 20%;
    max-width: 20%;
}
.service-bx:hover .service-img {
    background-color: #e3e3e3;
}

.service-img {
    background-color: #F5F6F6;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    padding: 10px;
}
.service-bx a {
	text-decoration: none;
}
.service-title h3 {
    font-size: 22px;
    font-weight: 700;
	color: #000;
    margin-bottom: 0;
	text-decoration: none;
}

.service-title {
    padding: 1px 0 20px;
    border-bottom: 1px solid #A5A5A4;
    height: 110px;
}
a.learn-more-btn {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
}
.service-bx {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
	cursor: pointer;
    transform: translateY(0px);
    transition: .3s;
}
.service-bx:hover {
    transform: translateY(-10px);
    transition: .3s;
}
.service-text p strong {
    color: #1D1D1B;
}
.wok-bg-sec {
	background-color: #E6E6E6;
}
.work-sec-2 .service-text {
    padding-top: 20px;
    border-bottom: 1px solid #A5A5A4;
    height: 370px;
}
.work-sec-2 .service-text p {
    border-bottom: 0px solid #A5A5A4;
    color: #6D6B6B;
    height: unset;
}
.wrok-sec-2 .service-text li {
    font-weight: 400;
    color: #6D6B6B;
    margin-bottom: 0px;
	padding-bottom: 5px;
}
.work-sec-2 .service-text ul {
    padding-left: 18px;
    border-bottom: 0px solid #A5A5A4;
    padding-bottom: 0px;
    height: unset;
}
.work-sec-2 .service-text li::marker {
    color: #6D6B6B;
}
.work-sec-2 .inner-list li {
    padding-bottom: 0px;
}
.work-sec-3 .service-text {
    height: 270px;
	border-bottom: 1px solid #A5A5A4;
}
.work-sec-3 .service-text p {
    border-bottom: 0px solid #A5A5A4;
    color: #6D6B6B;
    height: unset;
}
.wrok-sec-3 .service-text li {
    font-weight: 400;
    color: #6D6B6B;
    margin-bottom: 0px;
	padding-bottom: 5px;
}
.work-sec-3 .service-text ul {
    padding-left: 18px;
    border-bottom: 0px solid #A5A5A4;
    padding-bottom: 0px;
    height: unset;
}
.work-sec-3 .service-text li::marker {
    color: #6D6B6B;
}
.work-sec-3 .inner-list li {
    padding-bottom: 0px;
}



.work-sec-4 .service-text {
    height: 230px;
	border-bottom: 1px solid #A5A5A4;
}
.work-sec-4 .service-text p {
    border-bottom: 0px solid #A5A5A4;
    color: #6D6B6B;
    height: unset;
}
.wrok-sec-4 .service-text li {
    font-weight: 400;
    color: #6D6B6B;
    margin-bottom: 0px;
	padding-bottom: 5px;
}
.work-sec-4 .service-text ul {
    padding-left: 18px;
    border-bottom: 0px solid #A5A5A4;
    padding-bottom: 0px;
    height: unset;
}
.work-sec-4 .service-text li::marker {
    color: #6D6B6B;
}
.work-sec-4 .inner-list li {
    padding-bottom: 0px;
}

.service-text {
    padding-top: 20px;
}
.service-text a {
	text-decoration: none;
	color: #000;
}
.service-text h3 a {
	color: #000;
}
.web-design-development-sec .service-text p {
    height: 100px;
}
.service-text p {
    border-bottom: 1px solid #A5A5A4;
    height: 150px;
}
.service-text ul {
    padding-left: 18px;
    border-bottom: 1px solid #A5A5A4;
    padding-bottom: 20px;
    height: 170px;
}
.service-text li {
    color: #6D6B6B;
    margin-bottom: 15px;
}
.service-text li::marker {
  color: #000;
}
.service-img img {
    width: 140px;
    height: 100px;
    object-fit: contain;
}
.work-bx img {
    width: 100%;
}
.home-work-sec .col-12.col-md-6.col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}
.work-bx {
    margin-top: 30px;
    cursor: pointer;
     transform: translateY(0px);
    transition: .3s;
}
.work-bx:hover {
    transform: translateY(-10px);
    transition: .3s;
}
.team-sec .wp-block-column {
    text-align: center;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
}
.team-sec img {
    width: 100% !important;
}
.team-sec figure {
    margin: 0px !important;
}
.team-text {
    background-color: #fff;
    padding: 28px 0px;
    height: 120px;
}
.team-sec h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 23px;
    font-weight: 800;
}
.team-text p {
    font-size: 18px;
	font-weight: 500;
}
.team-bx {
    cursor: zoom-in;
    transform: scale(1);
	transition: 0.3s
}
.team-bx:hover {
    transform: scale(1.1);
}
.team-box {
    margin-bottom: 40px;
}
.thumbnail img {
    width: 100%;
}
.team-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-decoration: none;
    margin-top: 0px;
}
.team-title {
    padding-top: 30px;
	padding-bottom: 15px;
}
.member-text {
    padding-top: 15px;
    border-top: 1px solid #A5A5A4;
	border-bottom: 1px solid #A5A5A4;
}
.work-sec .col-lg-4.col-md-6 {
    padding: 0 8px;
}
.home .logo img {
    filter: saturate(0) brightness(10);
}
.home ul#mega-menu-primary > li > a {
    color: #fff !important;
}
ul.wp-block-list {
    color: #6D6B6B;
    color: #6D6B6B;
    font-family: 'Proxima Nova Rg';
}
ul.wp-block-list li{
	padding-bottom: 12px;
}
ul.wp-block-list li::marker {
    color: #8af1fe;
}
.wp-block-separator {
    border: none;
    border-top: 1px solid #908d8d !important;
    margin-bottom: 0px !important;
}
.inner-list li {
    padding-bottom: 12px;
}
ul.wp-block-list strong {
    color: #1c1426;
    font-weight: 600;
}
.ewd-ufaq-faq-title-text h4 {
    font-size: 22px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.ewd-ufaq-post-margin-symbol span {
    color: #fff !important;
    font-size: 18px !important;
    transform: translateY(7px) !important;
}

.ewd-ufaq-faq-body {
    padding-left: 40px !important;
}

.ewd-ufaq-faq-body p, .ewd-ufaq-faq-body, .ewd-ufaq-faq-body ul.wp-block-list,.ewd-ufaq-faq-body ul.wp-block-list strong {
    color: #fff !important;
}
.single .post-faqs p {
    color: #000 !important;
}
.single .post-faqs li {
    color: #000 !important;
}
.ewd-ufaq-faq-div {
    margin: 0 !important;
    border-top: 1px solid #fff;
    padding: 22px 0 !important;
}

.ewd-ufaq-faq-div:last-child {
    border-bottom: 1px solid #fff;
}
.post-faqs h4 {
    color: #000 !important;
}
.post-faqs .ewd-ufaq-post-margin-symbol span {
    color: #000 !important;
}
.post-faqs .ewd-ufaq-faq-body p, .ewd-ufaq-faq-body, .ewd-ufaq-faq-body ul.wp-block-list, .ewd-ufaq-faq-body ul.wp-block-list strong {
    color: #fff;
}
.post-faqs .ewd-ufaq-faq-div {
    border-top: 1px solid #000 !important;
}
.six-boxes .col-lg-2 {
    flex: 0 0 auto;
    max-width: 16% !important;
    width: 16% !important;
}
.seven-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 14% !important;
}
.five-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 20% !important;
}
.wp-block-uagb-container.uagb-block-5e89ea9d {
    row-gap: 0px !important;
}
.benefit-bx h4:before {
    display: block;
    content: "\2B";
    font-size: 30px;
    color: #00B1FF;
    font-weight: 300;
    margin-bottom: 5px;
}

.benefit-bx h4 {
    letter-spacing: 1px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
}
.white-btn a {
    color: #fff;
    border-color: #fff;
}
.benefit-bx p {
    font-size: 15px;
}
.gry-drop {
    background-color: #F9F9F9;
    min-height: 22px;
}
.home header.top-header.MenuFixed {
	
}
header.top-header.MenuFixed {
    position: sticky;
    left:0;
    width:100%;
    top: 0;
    box-shadow:0 10px 20px #0000000d;
    z-index: 999;
    background-color: #fff;
    animation: fadeIn 0.3s;
}
.home header.top-header.MenuFixed {
	 position: fixed;
}
@keyframes fadeIn{
    0%{
        opacity:0;
    }
    100%{
         opacity:1;   
    }
}

.home header.top-header.MenuFixed  .logo img {
    filter: saturate(1) brightness(1);
}

.home header.top-header.MenuFixed ul#mega-menu-primary > li > a {
    color: #606060 !important;
}

.home header.top-header.MenuFixed .call-link a img {
    filter: brightness(1);
}

.home header.top-header.MenuFixed .call-link a {
    color: #606060;
}

.home header.top-header.MenuFixed .theme-btn a {
    border: 1px solid #0D1426;
	color: #0D1426;
}
.home header.top-header.MenuFixed .theme-btn a:hover {
    border: 1px solid #0D1426;
	color: #fff;
	background-color:#0D1426;
}
.home header.top-header.MenuFixed #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,  .home header.top-header.MenuFixed #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, .home header.top-header.MenuFixed #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
	background-color:#0d1426 !important;
}

.service-bx.team-bx .service-img img {
    width: 100%;
    height: 100%;
}
.page-id-10 .benefit-bx p {
    margin-bottom: 0;
}
.page-id-10 .benefit-bx {
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    padding: 30px;
    margin-top: 20px;
    height: calc(100% - 20px);
    min-height: 180px;
}


.single-services .logos-sec figure {
    display: block !important;
}
.wp-block-table.is-style-stripes {
    display: block !important;
}
.who-sec h3:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #000;
    margin: 20px auto;
}



/*** Contact Form ***/

.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    background-color: #000;
    border-color: #000 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
}
.req-form{
     background: none !important;
    border: 1px solid #757575;
    width: 100%;
    min-height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    border-radius: 6px;
	padding: 0 15px;
}
.contact-form p {
    padding: 0px 0px 20px;
}
.submit-req {
    font-family: 'Poppins', sans-serif;
    background: #202020;
    width: 258px;
    height: auto;
    padding: 17px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: none;
    margin: 15px 0;
    cursor: pointer;
}
.submit-req:hover, .submit-req:active, .submit-req:focus {
    box-shadow: 0px 10px 16px 0px rgba(63, 67, 69, 0.21);
	color: #fff;
}

.bg-blue a.submit-req{
		float:right;
	}

.wpcf7-recaptcha > div {
    margin: 0 auto;
}

.wpcf7-form-control-wrap {
   
}
.process-sec {
    background-color: #E8FCFF !important;
}
.five-boxes .process-bx {
    vertical-align: middle;
    display: inline;
}
.five-boxes .col-lg-4 {
    flex: 0 0 auto;
    width: 20%;
    vertical-align: middle;
}
.five-boxes .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
}

.req-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}
.req-form::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}
.req-form:-ms-input-placeholder { /* IE 10+ */
 color: #757575;
}
.req-form:-moz-placeholder { /* Firefox 18- */
  color: #757575;
}

textarea.req-form{
     padding: 10px 15px 0;
	min-height: 188px;
}

textarea.req-form:focus {
    box-shadow: none;
    transition-duration: .2s;
    -webkit-transform: none;
    transform: none;
}
.contact-form { 
	margin-top: 0px;
}
.contact-form .submit-req{
    background: #000;
    width: 258px;
    height: auto;
    padding: 17px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom:20px;
	border: 1px solid #000;
	margin:15px 0;
	margin:0;
	cursor:pointer;
}
.contact-form .submit-req:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.contact-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    color: #398f14 !important;
}
.contact-form input, .contact-form textarea{
	font-family: 'Poppins', sans-serif;
    outline: 0;
    resize: none;
    width: 100%;
    padding: 10px 15px;
    height: 40px;
}

.contact-form span.wpcf7-list-item {
	position: relative;
    float: left;
    display: unset;
	margin: 0 6px 6px 0;
	cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width:32%;
	border: 1px solid #757575;
    background: #fff;
    display: block;
    height: 46px;
    line-height: 46px;
	 border-radius: 3px;
}

.contact-form .wpcf7-list-item label {
    width: 100%;
	cursor:pointer;
}

.contact-form .wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    width: 0;
    display: none;
}
.contact-form .wpcf7-list-item input[type="checkbox"]:checked + span{
    border: 1px solid #1ebbd7;
	background-color: #8AF1FE;
}

.contact-form span.wpcf7-list-item span{
	padding-left: 42px;
	text-align: left;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: 5px center;
    display: block;
    height: 44px;
    line-height: 46px;
    color: #757575;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
	font-weight:400;
	background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-branding.png');
}

.contact-form span.wpcf7-list-item:nth-child(2) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-website.png');
}

.contact-form span.wpcf7-list-item:nth-child(3) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-commerce.png');
}

.contact-form span.wpcf7-list-item:nth-child(4) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-app-development.png');
}

.contact-form span.wpcf7-list-item:nth-child(5) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-social-media.png');
}

.contact-form span.wpcf7-list-item:nth-child(6) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-digital-marketting.png');
}

.contact-form span.wpcf7-list-item:nth-child(7) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-app-graphic-design.png');
}

.contact-form span.wpcf7-list-item:nth-child(8) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-email-marketting.png');
}

.contact-form span.wpcf7-list-item:nth-child(9) span{
		background-image:url('https://www.totalmedicaldesign.co.uk/wp-content/themes/tmd/homepage-images/contact-icon-social-other.png');
}
h2.topnav-text img {
    width: 40px;
    height: 30px;
    object-fit: contain;
    object-position: left;
}

h2.topnav-text {
    font-size: 18px;
    text-transform: capitalize;
    color: #8af1fe;
    font-weight: 500;
}

.mega-sub-menu li a {
    color: #0D1426 !important;!i;!;
}


.mega-menu-link[tabindex="0"] ~ ul.mega-sub-menu {
    background-color: rgb(13 20 38 / 73%) !important;
}

.mega-menu-link[tabindex="0"] ~ ul.mega-sub-menu > li > ul > li > ul > li a {
    color: #fff !important;
}

.mega-menu-column > ul > li > ul > li {
    list-style: none !important;
    padding-left: 0 !important;
    position: relative;
}

.mega-menu-column > ul > li > ul > li:after {
    display: none !important;
    content: '' !important;
    height: 4px !important;
    width: 4px !important;
    position: absolute !important;
    left: 7px !important;
    background-color: #fff;
    top: 10px;
    border-radius: 50%;
}


.mobile-bottom-nav > div {
    flex: 1;
}

.mobile-bottom-nav > div a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #8af1fe;
    color: #0d1426;
    font-size: 14px;
    text-decoration: none;
}

.mobile-bottom-nav > div:first-child {
    border-right: 1px solid #85d5df;
}
.inner-banner-sec img {
    width: 100% !important;
}


/***** INNER CSS *****/

.sites-logo img {
    width: 100% !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 0 0 0px !important;
}

.inner-section {
    padding: 50px 0px;
}
.inner-banner-sec figure {
    margin-bottom: 0px;
}
.boxes-sec .approches-box {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
}
.approches-box span.rounded-circle {
    font-size: 40px;
    color: #000;
    font-family: ui-monospace;
    font-weight: 700;
    border: 1px solid #000;
    padding: 50px 62px;
    margin-bottom: 50px;
}
.rounded-circle {
    border-radius: 50%;
}
.boxes-sec .approches-box h3 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding-top: 50px;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    min-height: 100px;
    display: table;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 20px;
}
.boxes-sec .inner-list {
    text-align: left !important;
}
.boxes-sec .inner-list li {
	color: #6D6B6B;
}
.posts-pagination {
    margin-top: 40px;
}
.post-nav-btns .site-btn {
    display: inline-block;
}
.post-nav-btns .site-btn:last-child {
    float: right;
}
.nav-links span {
    font-size: 16px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.nav-links a {
    font-size: 16px;
    font-weight: 700;
	text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.nav-links a:hover {
    background-color: #8AF1FE;
    color: #000;
}
.nav-links span.page-numbers.current {
	background-color: #8AF1FE;
    color: #000;
}
.story-bx {
	margin-bottom: 25px;
}
.story-img img {
    width: 100%;
}
.story-text {
    background-color: #f4f4f4;
    padding: 20px 15px 30px;
}
.story-text h3 {
    margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.white-bg-text {
    background-color: #f9f9f9;
    padding: 20px 25px 50px;
}
.white-bg-text h2 {
    font-size: 50px;
    color: #002A54;
    font-weight: 600;
}
.white-bg-text p {
    font-size: 17px;
}






/****** PORTFOLIO *****/


.filter-btns.filter-button-group button:hover {
    background-color: #00b1ff !important;
    color: #fff !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #8af1fe;
    color: #0D1426;
    border: 0px !important;
    border-radius: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    margin: 0;
    background-color: #8af1fe !important;
    color: #0D1426 !important;
    border: 0px !important;
    border-radius: 0px !important;
}
.tabs-portfolio .nav > li > a {
    padding: 8px 1px;
    font-size: 13px;
}
.tabs-portfolio {
    border-top: 1px solid #efefef;
    padding-top: 40px;
}
ul#myTab {
    margin-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    display: unset;
    margin-right: 0px !important;
    min-width: 100% !important;
    text-align: center !important;
    float: unset !important;
    border-bottom: 1px solid #efefef !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0;
    margin-bottom: 20px;
}
.tab-pane {
    padding-top: 30px;
}
li.nav-item.expert-box {
    color: #6d6b6b;
    font-size: 13px;
    font-weight: 400;
    display: inline-block !important;
    width: 15%;
    margin: 5px;
}
li.nav-item.expert-box a {
    background-color: #0316340a;
	text-decoration: none !important;
    color: #0D1426;
    font-family: 'Gabarito';
}
.nav-tabs .nav-link {
    border: 0px !important;
}
.work-box {
    margin-top: 15px;
    margin-bottom: 0px;
	position: relative;
}
.work-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}
.work-box img {
    width: 100% !important;
    height: unset !important;
}
.overlay {
	position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    height: auto;
    width: 92%;
    opacity: 0;
    transition: .3s ease;
    background: #ffffffba;
    margin: 0 auto;
    padding: 10px;
    cursor: pointer;
    top: 5%;
    text-align: center;
    display: table;
    width: 90%;
    height: 90%;
}

.overlay h5 span:last-child {
    display: none;
}
.overlay span.visit-site-btn {
    color: #7de2be;
    font-weight: 500;
    font-size: 14px;
    background-color: #031634;
    padding: 10px 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    display: block !important;
}
.overlay span.visit-site-btn {
    background-color: #00B1FF;
    display: block;
    text-align: center;
	margin: 0 auto;
    width: 160px;
    padding: 8px 10px;
    color: #031634;
    font-weight: 700;
	margin-top: 10px;
	font-size: 14px;
}
.single-service .overlay{
	display: none;
}
.work-box:hover .overlay {
	opacity: 1;
}
.overlay h5 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}






/******RESPONNSIVE CSS******/
@media (min-width: 1921px) {
	.main-hero-banner .container{
		max-width: 1535px;
	}
	section.main-hero-banner{
		min-height:996px;
	}
	.logo img {
		width: 222px;
	}
	.container-fluid {
		width: calc(100% - 300px);
	}
	#mega-menu-wrap-primary #mega-menu-primary {
		gap: 66px !important;
	}
	.intro-sec .uagb-container-inner-blocks-wrap {
		--inner-content-custom-width: 2000px !important;
	}
	.service-img {
		min-height: 286px;
	}
	.service-img img {
		width: 160px;
		height: 130px;
		object-fit: contain;
	}
	.intro-sec {
		padding-bottom: 0 !important;
	}
	.work-sec .col-lg-4.col-md-6 {
		padding: 0 15px;
	}
	.work-sec .uagb-container-inner-blocks-wrap {
		--inner-content-custom-width: 1700px !important;
	}
	.client-sec .uagb-container-inner-blocks-wrap {
		--inner-content-custom-width: min(100%, 2165px) !important;
	}
	.client-sec {
		padding: 30px 0 60px !important;
	}
	.action-sec {
		padding: 120px 0 !important;
	}


}
@media (min-width: 1199px) {
	ul#mega-menu-primary > li.mega-current-menu-item{
		border-bottom:2px solid #00B1FF !important;
	}
	ul#mega-menu-primary:hover > li.mega-current-menu-item{
		border-bottom:2px solid transparent !important;
	}
	span.line-hv {
		height: 2px;
		background-color: #8af1fe;
		display: inline-block;
		width: 100px;
		transform: translateX(0);
		transition-duration: 0.5s;
		opacity: 0;
		position:absolute;
		bottom:0;
	}
	.mega-menu-link[tabindex="0"] ~ ul.mega-sub-menu {
        transform: translateY(14px) !important;
        z-index: 999999 !important;
        box-shadow: 0 10px 20px #00000014 !important;
        border-radius: 0px !important;
    }
}

@media (min-width: 992px) {
	.col-lg-2\.4 {
		flex: 0 0 auto;
		max-width: 20%;
	}
	.row-5 .col-lg-2 {
		flex: 0 0 auto;
		max-width: 20%;
		width: 20%;
	}
}
@media (max-width: 1920px){
	.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}	
.service-text ul {
    height: 215px;
}	
.service-title h3 {
    font-size: 18px;
}	
a.learn-more-btn {
    font-size: 15px;
}	
.process-bx h3 {
    font-size: 18px;
}	
h5 {
    font-size: 17px;
}	
.team-sec h3 {
    font-size: 20px;
}	
.team-text p {
    font-size: 15px;
}	
.web-design-development-sec .service-text p {
    height: 150px;
}	

/*** Service New Pages ***/	
	
.work-sec-2 .service-text {
    padding-top: 20px;
    border-bottom: 1px solid #A5A5A4;
    height: 410px;
}	
.num-icon {
    width: 220px;
    height: 220px;
}	
.white-bg-text h2 {
    font-size: 40px;
}	
.white-logo img {
    width: 280px;
}
.dark-logo img {
    width: 280px;
}	
	
	
}
@media (max-width: 1700px) {

ul#mega-menu-primary {
    gap: 10px !important;
}
ul#mega-menu-primary > li > a {
    font-weight: 400 !important;
    font-size: 12px !important;
}
a.learn-more-btn {
        font-size: 14px;
    }	
.num-icon {
    width: 200px;
    height: 200px;
}	
.action-sec p {
    font-size: 22px;
}	
    .web-design-development-sec .service-text p {
        height: 170px;
    }	
	
/*** Service New Pages ***/		
	
.work-sec-2 .service-text {
    height: 460px;
}
.white-logo img {
    width: 250px;
}
.dark-logo img {
    width: 250px;
}	
	
	
}


@media (max-width: 1440px) {
	
	.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}
	.mega-menu-link[tabindex="0"] ~ ul.mega-sub-menu > li > ul > li > ul > li a {
		font-size: 14px !important;
	}
	h2.topnav-text {
		font-size: 13px;
	}
	h2.topnav-text img {
		width: 28px;
		height: 24px;
	}
	.container-fluid {
		width: calc(100% - 60px);
	}
	.call-link a {
		font-size: 0;
	}
	.work-sec .col-lg-4.col-md-6 {
		padding: 0 5px;
	}
	.logo img {
		width: 250px;
	}
	section.main-hero-banner .content h2 {
		font-size: 66px;
	}
	section.main-hero-banner .content h2 span{
		width:25px;
	}
	section.main-hero-banner .content p{
		font-size:22px;
	}
	section.main-hero-banner{
		min-height:580px;
	}
	
	ul#mega-menu-primary{
		gap: 10px !important;
	}
    a.learn-more-btn {
        font-size: 13px;
    }
	.service-text ul {
        height: 260px;
    }
h5 {
        font-size: 16px;
    }	
.team-sec h3 {
        font-size: 18px;
    }
.action-sec p {
        font-size: 20px;
    }	
    .web-design-development-sec .service-text p {
        height: 210px;
    }	
.ewd-ufaq-faq-title-text h4 {
    font-size: 20px !important;
}	

	
/*** Service New Pages ***/		
	
.benefit-bx h4 {
    font-size: 16px;
}	
.num-icon {
    width: 170px;
    height: 170px;
}	
.work-sec-3 .service-text {
    height: 320px;
}	
	
	
	
}



@media (max-width: 1300px) {

 .web-design-development-sec .service-text p {
        height: 220px;
    }	

/*** Service New Pages ***/		
	
.benefit-bx h4 {
    font-size: 15px;
}	
.service-title h3 {
    font-size: 16px;
}
.work-sec-2 .service-text {
    height: 490px;
}
.work-sec-2 .inner-list li {
    font-size: 15px;
}	
.num-icon {
    width: 150px;
    height: 150px;
}	
.num-icon h1 {
    font-size: 40px;
}	
.process-bx h3 {
    font-size: 17px;
}	
.action-sec h2 {
    font-size: 28px;
}	
		
}


@media (max-width: 1299px) {

	
    section.main-hero-banner .content h2 {
        font-size: 60px;
    }
.service-text ul {
        height: 310px;
    }	
.site-btn a {
    font-size: 16px;
}	
    .num-icon {
        width: 170px;
        height: 170px;
    }	
	.who-sec h5 {
        font-size: 15px;
    }
.team-sec h3 {
        font-size: 17px;
    }
    .team-text p {
        font-size: 14px;
    }
    .action-sec p {
        font-size: 18px;
    }	
 .web-design-development-sec .service-text p {
        height: 240px;
    }		
.team-sec :where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
}	


/*** Service New Pages ***/		
		
.work-sec-2 .service-text {
    height: 500px;
}	
.work-sec-2 .service-text p {
    font-size: 15px;
}	
.num-icon {
    width: 130px;
    height: 130px;
}
.white-bg-text {
    padding: 1px 15px 30px;
}
.work-sec-3 .service-text {
    height: 370px;
}	
	
	
}



@media (max-width: 1199px) {
    .top-menus {
    padding-right: 0px;
}
.logo-ft img {
    width: 122px;
}
.home ul#mega-menu-primary > li.mega-current_page_item > a {
    color: #0d1426 !important;
}
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}
.home-work-sec .col-12.col-md-6.col-lg-3 {
    flex: 0 0 auto;
    width: 33%;
}	
.six-boxes .col-lg-2 {
    flex: 0 0 auto;
    max-width: 33% !important;
    width: 33% !important;
}	
.five-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 33% !important;
}	
.seven-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 33%;
}	
.top-btns {
    margin-right: 30px;
}	
 .web-design-development-sec .service-text p {
        height: 310px;
    }		
    .service-text ul {
        height: 310px;
    }	
	
/*** Service New Pages ***/			
	
.work-sec-2 .service-text p {
    font-size: 14px;
}
.work-sec-2 .inner-list li {
    font-size: 13px;
}
.work-sec-3 .service-text {
    height: 450px;
}	
	
	
	
}



@media (max-width: 990px) {
	
.team-text {
    height: 140px;
}
	
	
}
@media (max-width: 991px) {

.five-boxes .col-lg-4 {
    flex: 0 0 auto;
    width: 33%;
    vertical-align: middle;
}	
.service-text ul {
        height: 160px;
    }	
    .web-design-development-sec .service-text p {
        height: 350px;
    }	
	.team-text	{
		margin-bottom: 30px;
	}
h1 {
    font-size: 25px;
}	
h2 {
    font-size: 22px;
}		
    .ewd-ufaq-faq-title-text h4 {
        font-size: 16px !important;
    }	
.service-text ul {
        height: 365px;
    }
	 .team-text {
        height: 190px;
    }	
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
}
.web-design-development-sec2 .service-text p {
    height: 170px;
}	
	
}
@media (max-width: 850px) {
		
.service-text ul {
        height: 415px;
    }
.web-design-development-sec .service-text p {
        height: 380px;
    }	
.web-design-development-sec2 .service-text p {
     height: 210px;
}	
    .work-sec-2 .service-text {
        height: unset;
    }	
     .work-sec-2 .service-text p {
        font-size: 15px;
    }
    .work-sec-2 .inner-list li {
        font-size: 15px;
    }	
.work-sec-3 .service-text {
    height: unset;
}	
	
   
}
@media (max-width: 780px) {
	

.service-text ul {
        height: unset;
    }	
  .team-text {
        height: 110px;
    }	
.web-design-development-sec .service-text p {
        height: 150px;
    }	
	    .web-design-development-sec2 .service-text p {
        height: 120px;
    }
.top-menus .theme-btn a {
    padding: 8px 20px;
    margin: 0px 0px 0px 6px;
    font-size: 15px;
    min-width: 120px;
}	
	
	
}
@media (max-width: 767px) {
section.main-hero-banner .content h2 {
	font-size: 46px;
}
section.main-hero-banner .content p {
	font-size: 18px;
	}
	.theme-btn a{
		padding:10px;
	}
	.home .work-sec {
    padding-top: 0;
}

.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}	
.home-work-sec .col-12.col-md-6.col-lg-3 {
    flex: 0 0 auto;
    width: 49%;
}	
.five-boxes .col-md-3 {
    flex: 0 0 auto;
    width: 49%;
}	
.five-boxes .col-lg-4 {
    flex: 0 0 auto;
    width: 49%;
    vertical-align: middle;
}	
.six-boxes .col-lg-2 {
    flex: 0 0 auto;
    max-width: 49% !important;
    width: 49% !important;
}	
.seven-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 49% !important;
}	
.five-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 49% !important;
}		
a.learn-more-btn {
        font-size: 15px;
    }	
	.logo-ft {
    display: flex
;
    justify-content: left;
    margin-top: 20px;
}
	figure.wp-block-image.size-full {
    text-align: center;
}

    .service-text ul {
        height: unset;
    }	
    .web-design-development-sec2 .service-text p {
        height: unset;
        padding-bottom: 20px;
    }	
.contact-form span.wpcf7-list-item {
    width: 48%;
}	
/***** New Service Pages *****/	
	
.service-title h3 {
    font-size: 18px;
}
.process-bx h3 {
    font-size: 18px;
}	
.white-bg-text h2 {
    font-size: 30px;
}
.white-bg-text p {
    font-size: 16px;
}	
.white-logo img {
    width: 210px;
}
.dark-logo img {
    width: 210px;
}	
.top-menus .theme-btn a {
        padding: 8px 3px;
        margin: 0px 0px 0px 6px;
        font-size: 13px;
        min-width: 71px;
    }	
	
}
@media (max-width: 575px) {

.five-boxes .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
}	
    .service-text ul {
        height: unset;
    }
    .service-text ul {
        height: unset;
    }	
.service-bx {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}	
.team-sec h3 {
        font-size: 19px;
    }
    .team-text p {
        font-size: 16px;
    }	
	.mobile-bottom-nav {
    display: flex !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.container-fluid {
	width: 100%;
}
.brand-lists .logo-bx {
    padding: 0 15px;
    flex: 0 0 50%;
    max-width: 50%;
}
.social-links {
    margin-bottom: 40px;
}
.top-btns {
    display: none;
}
.logo-ft {
    display: flex;
    justify-content: center;
	margin-bottom:30px;
}
	.social-links{
		justify-content:center;	
	}
	.footer h3:after {
    margin: 6px auto;
}
	footer.footer .row > div {
    order: 2;
}
.logo-col {
    order: 1 !important;
}
footer.footer {
    text-align: center;
}
	.work-bx {
    margin-top: 8px;
}
section.main-hero-banner {
    background-position: center;
    min-height: 28pc;
    padding-top: 80px;
}
header {
    width: 100%;
    padding: 6px 0;
}
    .logo img {
        width: 210px;
    }
	
	    .mega-menu-toggle {
        top: -68px !important;
    }
	div#mega-menu-wrap-primary{
		top:83px !important;
	}
	.work-sec .col-lg-4, .inner-banner-sec .col-md-6 {
    display: none;
}

.work-sec .col-lg-4:first-child, .inner-banner-sec .col-md-6:first-child {
    display: block;
}
.logo-bx {
    margin-top: 30px;
}
.num-icon {
    width: 120px;
    height: 120px;
}
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}
.home-work-sec .col-12.col-md-6.col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
}	
.five-boxes .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    vertical-align: middle;
}	
.six-boxes .col-lg-2 {
    flex: 0 0 auto;
    max-width: 100% !important;
    width: 100% !important;
}	
.five-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 100% !important;
}		
.seven-boxes .col-lg-3 {
    flex: 0 0 auto;
    width: 100% !important;
}
.img_rite {
    float: unset !important;
    margin-bottom: 15px;
    margin-left: 0px;
    max-width: unset !important;
    margin-top: 15px;
}
.img_rite img {
	width: 100%;
}	


.service-title {
    height: 100px;
}	
	
	
}