@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');























































:root{
    --primary:#4B9560;
    --primary-dark:#193062;
    --secondary:#0085AC;
    --secondary-light:#9BD3DD;
    --light-green:#E9FFEF;
    --light-blue:#EFF4FF;
    --light-blue2:#E8FAFF;
    --yellow:#F2C855;
    --gray:#5A5A5A;
    --black:#222;
    --white:#fff;
    --color1:#3B3C40;
    --color2:#BFBFBF;
    --color3:#D9D9D9;
    --color4:#F2F2F2;
    --color5:#F9F9F9;
    --gradient:linear-gradient(93deg, #193062 44.41%, #0085AC 121.98%);
    --bodyfont:Poppins, serif;
    --headingfont:Work Sans, serif;
}
* { box-sizing: border-box; }
*:focus { outline: none; }
::-moz-focus-inner { border: 0; }

body { margin: 0; padding: 0; font-family: Poppins; color: #222; font-size: 18px; line-height: 30px; font-weight: 400; }
img { height: auto; max-width: 100%; }
/* Paragraphs */
strong { font-weight: 700; }

a { transition:400ms; text-decoration: none; color: #222; }
a:hover,
a:focus { text-decoration: none; color: #193062; }

p { margin: 0 0 15px 0; }
p:last-child { margin: 0; }

ul { list-style: none; margin: 0; padding: 0; }

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1;color:#5A5A5A;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#5A5A5A;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1;color:#5A5A5A;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;color:#5A5A5A;}

.hs-error-msgs { list-style: none; text-align: left; padding: 0; margin: 0; }
.hs-error-msgs label{display:block; font-size:14px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px); color:#eb0101; }

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family:Poppins; border-radius:10px; color:#222; background-color:#fff; border:1px solid #D9D9D9; height:52px; padding:12px 20px; margin:0 0 15px 0; font-size:16px; font-weight:400; width:100% !important;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
select::-ms-expand{display:none;}
select { appearance: none; -webkit-appearance: none; background-image: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down.svg); background-repeat: no-repeat; background-position: calc(100% - 22px) center; } 
select.is-placeholder { color: #5A5A5A; }  
textarea{ height: 110px; resize: none;}
.hs-submit .hs-button { border-radius: 40px; background: #4B9560;  color: #fff; border: none; height: 59px;  width: 100%; font-size: 18px;  font-style: normal; font-weight: 600; line-height: normal; cursor: pointer; font-family: Poppins; padding: 10px 20px;} 

.form-style form .hs-form-field > label { font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 10px; display: block; }
.form-style .hs-submit .actions input.hs-button { display: none; }
.form-style .hs-submit .actions .submit-btn a { width: 100%; }
.form-style .hs-form fieldset{border:none;margin:0;max-width:none;padding:0;}
.form-style .hs-form fieldset.form-columns-2{margin:0 -7px;}
.form-style .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 14px); margin:0 7px; float:left;}
.form-style .hs-form fieldset.form-columns-3{margin:0 -7px;}
.form-style .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 14px); margin:0 7px; float:left;}
.form-style .hs-form fieldset .input { margin-right: 0 !important; }
.form-style h3 { display: none; }
.submitted-message { text-align: center; background: #0085AC; color: #fff; padding: 10px 15px; border-radius: 10px; }

.form-style .hs-form .hs-fieldtype-file,
.form-style .hs-form .hs-fieldtype-checkbox { margin: 0 0 15px; }
.form-style .hs-form .inputs-list { list-style: none; margin: 0; padding: 0; }
.form-style .hs-form .inputs-list input[type="checkbox"] { opacity: 0; position: absolute; }
.form-style .hs-form .inputs-list span { margin: 0; padding: 2px 0 0 40px; position: relative; cursor: pointer; display: inline-block; }
.form-style .hs-form .inputs-list span:after { background-color: transparent; border: solid 2px #d9d9d9; content: ''; height: 20px; left: 0; position: absolute; top: 5px; width: 20px; border-radius: 50%; }
.form-style .hs-form .inputs-list span:before { border-bottom: 2px solid var(--primary-dark); border-left: 2px solid var(--primary-dark); content: ''; height: 4px; left: 6px; position: absolute; top: 13px; transform: rotate(-41deg); width: 10px; z-index: 1; }
.form-style .hs-form .inputs-list span:before { border-bottom-width: 0; border-left-width: 0; }
.form-style .hs-form .inputs-list input[type="checkbox"]:checked + span:before { border-bottom-width: 2px; border-left-width: 2px; }
.form-style .hs-form .inputs-list span span { display: none; }




.list-style ul li { position: relative; padding-left: 36px; margin-bottom: 14px; }
.list-style ul li:before { content: ""; width: 24px; height: 24px; position: absolute;  left: 0; top: 3px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/check-list-icon.svg) no-repeat center / contain ; }
.white-text .list-style ul li:before , .list-style .white-text li:before { filter: brightness(0) invert(1); }

.list-with-bg ul.list { background: var(--primary-dark); border-radius: 20px; margin-top: 20px; padding: 20px; color: #fff; }
.list-with-bg ul.list li { margin-bottom: 10px }
.list-with-bg ul.list li:last-child { margin-bottom: 0 }
.list-with-bg .list-style li:before { filter: brightness(0) invert(1); }

.h4-check h4 { position: relative; padding-left: 36px;  }
.h4-check h4:before { content: ""; width: 24px; height: 24px; position: absolute;  left: 0; top: 3px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/check-list-icon.svg) no-repeat center / contain ; }
.white-text .h4-check h4:before , .white-text.h4-check h4:before { filter: brightness(0) invert(1); } 

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 , 
.white-text a { color:#fff; }

p { margin: 0 0 15px 0; }
p:last-child { margin: 0; }
.body-16 { font-size: 16px; line-height: normal; }
.body-20 { font-size: 20px; }
.body-24 { font-size: 24px; line-height: 40px; }

h1, .h1, h2, .h2, h3,.h3, h4, .h4, h5, .h5, h6 , .h6 { margin-top:0px; font-weight:400; margin-bottom:15px; }
h1,.h1 { font-family: 'Work Sans'; font-style: normal; font-weight: 700; text-decoration: none; font-size:80px; color:#4B9560; line-height:normal; }
h2,.h2 { font-family: 'Work Sans'; font-style: normal; font-weight: 700; text-decoration: none; font-size:48px; color:#4B9560; line-height:normal; }
h3,.h3 { font-family: 'Work Sans'; font-style: normal; font-weight: 700; text-decoration: none; font-size:30px; color:#222; line-height:normal; }
h4,.h4 { font-family: 'Work Sans'; font-style: normal; font-weight: 700; text-decoration: none; font-size:24px; color:#222; line-height:normal; }
h5,.h5 { font-family: 'Work Sans'; font-style: normal; font-weight: 700; text-decoration: none; font-size:22px; color:#222; line-height:normal; }
h6,.h6 { font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none; font-size:18px; color:#0085AC; line-height:normal; }

[class*="button-"] a { border-radius: 90px; background-color: #4B9560; color: #FFFFFF; display: inline-block; padding: 17px 35px; text-align: center; border: 1px solid #4B9560; font-weight:600; }
[class*="button-"] a:hover { background-color: #193062; color:#FFFFFF; border-color:#193062; }
[class*="button-"].arrow , [class*="button-"].btn-icon { display: flex; }
[class*="button-"].arrow.text-center , [class*="button-"].btn-icon.text-center { justify-content: center; }
[class*="button-"].arrow a:after { background-color: #fff; content: ""; height: 14px; margin: auto; -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='m11.75 1.75-11 11'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.75.75h6c.471 0 .707 0 .854.146.146.147.146.383.146.854v6'/%3E%3C/svg%3E") no-repeat center /contain; mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='m11.75 1.75-11 11'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.75.75h6c.471 0 .707 0 .854.146.146.147.146.383.146.854v6'/%3E%3C/svg%3E") no-repeat center /contain; display: inline-block; width: 14px; margin-left: 12px; transition: all 0.5s; margin-right:0; }
[class*="button-"].arrow a { position: relative;display: flex;  justify-content:center; }
[class*="button-"].arrow a:hover:after { transform: rotate(45deg); }
[class*="button-"].download-btn a:after { -webkit-mask: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down-to-bracket.svg); mask: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down-to-bracket.svg); width: 15.75px; height: 16px; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 22px; mask-size: 22px; }
[class*="button-"].download-btn a:hover:after { transform: rotate(0); }
.button-2 a { border-color: #0085AC; background: #0085AC; color: #FFFFFF; }
.button-2 a:hover { background-color: #193062; color:; border-color:#193062; }
.button-3 a { border-color: 
    
    
        
    
    rgba(25, 48, 98, 1.0)
; background: 
    
    
        
    
    rgba(25, 48, 98, 0.0)
; color: #193062; }
.button-3 a:hover { background-color: #0085AC; color:; border-color:#0085AC; }

.button-4 a { border-color: #fff; background: #fff; color: #222; }
.button-5 a { background: transparent; border-color: #fff; color: #fff; }
.button-5 a:hover { background: #fff; border-color: #fff; color: #222; }
.button-5.btn-icon a img , .button-2.btn-icon a img { filter: brightness(0) invert(1); }
.button-5.btn-icon a:hover img { filter: none; }
.small-btn a { font-size: 16px;  padding: 10px 30px; }

.btn-wrap { display: flex; flex-wrap:wrap; gap: 10px; }
.btn-center { justify-content: center; }
.btn-icon a { display: flex; align-items: center; gap: 6px; }
.btn-icon a img { transition:400ms; }
.btn-icon a:hover img { filter: brightness(0) invert(1); }

[class*="arrowlink"] a { color: #222; font-weight: 600; position: relative; padding-right: 24px; }
[class*="arrowlink"] a:after { content: ""; width: 12px;height: 12px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; background-color: #222; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.75 1.75L0.75 12.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.75 0.75H11.75C12.2214 0.75 12.4571 0.75 12.6036 0.896447C12.75 1.04289 12.75 1.2786 12.75 1.75V7.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;       mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.75 1.75L0.75 12.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.75 0.75H11.75C12.2214 0.75 12.4571 0.75 12.6036 0.896447C12.75 1.04289 12.75 1.2786 12.75 1.75V7.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain; transition:400ms }
[class*="arrowlink"] a:hover { color: #193062;  }
[class*="arrowlink"] a:hover:after { background-color: #193062; transform: rotate(45deg); }
.arrowlink2 a { color: #0085AC; }
.arrowlink2 a:after { background-color: #0085AC; }

.white-text [class*=arrowlink] a , [class*=arrowlink].white-text a { color: #fff; }
.white-text [class*=arrowlink] a:after, [class*=arrowlink].white-text a:after { background-color: #fff; }

.swiper .swiper-pagination { bottom: 0; }
.swiper .swiper-pagination .swiper-pagination-bullet { width: 15px; height: 6px; border-radius: 10px; background: #fff; transition:400ms }
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 50px; background:#4B9560 }

.swiper .swiper-dots { bottom:25px; }
.swiper .swiper-dots .swiper-pagination-bullet { background: rgba(75, 149, 96, 0.30); }

.title-part { margin-bottom: 60px; }
.title-line h2:after { content: ""; width: 92px; background: #193062; height: 4px; position: absolute; bottom: 0; left: 0; margin: auto; }
.text-center h2:after { right: 0; }
.title-line h2 { position: relative; padding-bottom: 25px; margin-bottom: 28px; }
.white-text.title-line h2:after, 
.white-text .title-line h2:after { background-color: #0085AC; }

.link-box { position: absolute; left: 0; right: 0; top: 0;  bottom: 0; }

.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }

.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }

.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }

.gray-bg { background: var(--color5); }
.dark-bg { background: #193062; }
.light-blue { background:var(--light-blue); } 

.body-container-wrapper { padding-top: 162px; }
.mob-show { display:none; }

.container { margin-left: auto; margin-right: auto; padding: 0 15px; float: none;  }
.container-1200 { max-width: 1230px; }
.container:after { clear: both; content: ""; display: table; }

.full-height-img .right-part img { height: 100%; width: 100%; object-fit: cover; }

.section-margin .title-part { margin-bottom: 0; }
@media (min-width:768px) { .container { width:750px; } }
@media (min-width:992px) { .container { width:970px; } }
@media (min-width:1200px) { .container { width:1170px; } }
@media (min-width:1440px) { .container { width:1430px; } }
@media (min-width:1640px) { .container-1600 { width:1630px; } }

.social-media { gap:20px }
.social-media li a svg { width: 100%; height: 24px; }
.social-media li a { line-height: 0; display: block; }
.social-media li a svg { fill: #fff; }
.social-media li a.facebook-f svg { height: 20px; }

header { position: fixed; z-index: 9999; width: 100%; top: 0; left: 0; }
.header-strip { background: #4B9560; padding: 14px 0; }
.header-strip ul {display: flex;line-height: normal;margin: 0;padding: 0;list-style: none; align-items: center; }
.header-strip .left-part ul li , .header-strip .left-part ul li a { display: flex; align-items: center; }
.header-strip .left-part ul li {border-right: 1px solid rgba(255, 255, 255, 0.30);margin-right: 12px;padding-right: 12px;}
.header-strip .left-part ul li:last-child{border-right:none; }
.header-strip .left-part ul li img { margin-right: 10px; transition:400ms; }
.header-strip .social-media li a svg path { transition:400ms }
.header-strip .social-media li a:hover svg path { fill: #222; }
.header-strip .left-part ul li a:hover { color: #222; }
.header-strip .left-part ul li a:hover  img { filter: brightness(0) saturate(100%) invert(12%) sepia(0) saturate(947%) hue-rotate(228deg) brightness(94%) contrast(90%); }

.header:not(.headerv2) .header-main .container { width: 100%; max-width: 1832px; }

.header-main { padding: 24px 0; background: #fff; }
.header-main .logo { width: 288px; line-height: 0; }
.header-main .mainmenu .hs-menu-wrapper ul {list-style: none;margin: 0;padding: 0;}
.header-main .mainmenu .hs-menu-wrapper > ul > li { display: inline-block; margin: 0 15px; padding:18px 0; }
.header-main .mainmenu .hs-menu-wrapper > ul > li a { color:#5A5A5A; } 
.header-main .mainmenu .hs-menu-wrapper > ul > li a:hover,
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a { color:#193062; }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children { position: relative; }
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { padding-right: 24px; }
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:after , 
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:before { content: ""; width: 12px; height: 7px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; }
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:before { background-image: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down.svg); }
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:after{ background-image: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-up.svg); opacity: 0; }
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after { opacity: 1; }
.header-main .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:before { opacity: 0; }

.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper { width:273px; position: absolute; top: 100%; left: 0; border-radius: 10px; border: 1px solid #fff; background: #fff; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.10); opacity: 0; visibility: hidden; transition: all 0;overflow:hidden; }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children:hover > .hs-menu-children-wrapper { opacity: 1; visibility: visible; transition:400ms }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper { left: calc(100% + 10px); top: 0; }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper .hs-menu-children-wrapper:before { content: ""; left: -10px; top: 0; bottom: 0; width: 10px; position: absolute;}

.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper li:first-child a { border-radius: 10px 10px 0 0; }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper li:last-child a { border-radius: 0 0  10px 10px; }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper li a {  padding: 14px; display: block; }
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper li a:hover , 
.header-main .mainmenu .hs-menu-wrapper .hs-item-has-children .hs-menu-children-wrapper li.hs-item-has-children:hover > a{ background: #193062; color: #fff; }
.header-main [class*=button-] a { padding: 13px 32px; }
.fixed .header-main { box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.06); }
.ebiz-toggle { display:none; }

.headerv2 .header-strip .inner { flex-direction: row-reverse; }
.headerv2 .header-main {  padding: 0; }
/* .headerv2 .header-main .logo { width: 426px; } */
.headerv2 .header-top-main { padding: 20px 0 15px; }
.headerv2 .header-bottom-main {  justify-content: center; display: flex; }
.headerv2 .header-top-main .btn-wrap { flex-direction: column; gap: 5px; }
.headerv2 .header-top-main .btn-wrap .btn-tel { width: 100%; text-align: center; }
.headerv2 .header-top-main .btn-wrap .btn-tel a { font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; color: var(---primary-dark); }

header.headerv2 { transition: all 0.3s; }
header.headerv2.fixed { transform: translateY(-60px); }
header.headerv2.fixed .header-top-main { padding-top: 18px; }
.header-main .header-bottom-main .mainmenu .hs-menu-wrapper>ul>li { padding-top: 12px; padding-bottom: 12px; }


footer { background: #E8FAFF; padding: 100px 10px 30px 10px; color:#5A5A5A; }
footer a { color:#5A5A5A; }
.footer-main { padding-bottom: 50px; }
.footer-main .footer-logo { width: 100%; max-width: 288px; }
.footer-main .inner { gap: 100px; justify-content: space-between; }
.footer-main .footer-logo .logo {  margin-bottom: 24px; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main h5 { margin-bottom: 30px; }  
.footer-main ul li { margin: 10px 0; }
.footer-main .footer-contact ul li a { position: relative; display: inline-block; padding-left: 34px; }
.footer-main .footer-contact ul li a img { position: absolute; left: 0; top: 0; bottom: 0; margin: auto; }
.footer-main .footer-links { width: 100%; }
.footer-main .footer-links ul li a {white-space: nowrap;}
.footer-main .footer-links ul li a:hover { font-weight: 700; }
.footer-main .footer-links1 { max-width: 140px; }
.footer-main .footer-links2 { max-width: 171px;}
.footer-main .footer-contact { width: 100%; max-width: 203px; }
.footer-main .footer-social-media h5 { margin-bottom: 22px; }
.footer-main .footer-contact ul li a:hover { color:#4B9560; }
.footer-social-media .social-media { display: flex; gap: 14px; }
.footer-social-media .social-media li a { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border: 1px solid #5A5A5A; border-radius: 100%; }
.footer-social-media .social-media li a svg { fill: #5A5A5A; }
.footer-social-media .social-media li a:hover {border-color: #193062;background:#193062;}
.footer-social-media .social-media li a:hover svg { fill: #fff; transition:400ms }
.footer-copyright { border-top: 1px solid rgba(25, 48, 98, 0.30); padding-top: 20px; font-size: 14px; }
.footer-copyright .right-part ul {list-style: none;margin: 0;padding: 0; display: flex; flex-wrap: wrap; gap: 15px; }


.hero { background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 919px; padding: 260px 0 150px; position: relative; z-index: 1; }
.hero:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.73) 100%); }
.hero .hero-caption { width: 100%; max-width: 956px; margin: auto; }
.hero .hero-caption .content { width: 100%; max-width: 806px; margin: 0 auto 65px; }
.hero-slider .swiper-pagination { bottom: 102px; }

.about { padding: 150px 0 210px; }
.about .inner .left-part { width: 50%; padding-right: 15px; }
.about .inner .left-part h3 { margin-bottom: 28px; color:#193062 }
.about .inner .left-part .content { margin-bottom: 34px; }
.about .inner .left-part .list-wrapepr { margin: 0 -10px 50px; }
.about .inner .left-part .list-wrapepr .list { width: calc(50% - 20px); margin: 10px; border-radius: 15px; border-left: 4px solid #0085AC; background: var(--color5); padding: 24px; }
.about .inner .left-part .list-wrapepr .list:nth-child(2n){ border-color:#4B9560; }
.about .inner .left-part .list-wrapepr .list h4 { margin-bottom: 20px; }

.about .inner .right-part { width: 50%; padding-left: 15px; position: relative; }
.about .inner .right-part .about-img { width: 100%; max-width: 685px; }
.about .inner .right-part .about-img img { border-radius: 30px; width: 100%;height: 100%; }
.about .inner .right-part .about-quote { border-radius: 8px; background: #fff; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08); width: 414px; padding: 20px; position: absolute; right: 25px; bottom: -23px; }
.about .inner .right-part .about-quote .quote { margin-bottom: 8px; font-style: italic; }
.about .inner .right-part .about-quote .name { color: #0085AC; font-weight: 600; line-height: normal; }

.counter { background: var(--gradient); padding: 85px 0; }
.counter .title-part { margin-bottom: 45px; }
.counter .list-wrapepr .list { padding: 30px; width: calc(25% - 30px); margin: 15px; border-radius: 20px; background: rgba(255, 255, 255, 0.10); }
.counter .list-wrapepr .list h2 { display: flex; justify-content: center; margin-bottom: 12px; }

.services { padding: 150px 0 90px; overflow: hidden; }
.services .list-wrapepr { margin: 0 -15px; }
.services .list-wrapepr .list { width: calc(25% - 30px); margin: 0 15px 60px; position: relative; }
.services .list-wrapepr .list .image { width: 100%; height: 252px; border-radius: 20px; overflow: hidden; line-height: 0; }
.services .list-wrapepr .list .image img { width: 100%; height: 100%; object-fit: cover; transition:400ms }
.services .list-wrapepr .list .content { padding-top: 30px; }
.services .list-wrapepr .list .content h4 { font-size: 26px; transition:400ms }
.services .list-wrapepr .list .content .text { margin-bottom: 18px; }
.services .list-wrapepr .list:hover .image img { transform: scale(1.3); }
.services .list-wrapepr .list:hover .content h4 { color:#193062;  }
.services .list-wrapepr.services-slider { overflow: visible; margin: 0; }
.services .list-wrapepr.services-slider .swiper-wrapper { transition-timing-function: linear !important; }
.services .list-wrapepr.services-slider .list { margin: 0; }
.services-slider .swiper-dots {  bottom: -65px; }

.doctors { padding: 150px 0 75px; }
.doctors .list-wrapepr { margin: 0 -15px; }
.doctors .list-wrapepr .list { width: calc(33.333% - 30px); margin: 0 15px 30px; border-radius: 20px; background: var(--color5); padding: 30px; position: relative; height:auto; transition:400ms }
.doctors .list-wrapepr .list:hover { background: #fff; box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.10); }
.doctors .list-wrapepr .list .image { width: 125px; height: 125px; margin-bottom: 24px; }
.doctors .list-wrapepr .list .image img { width: 100%; height: 100%; border-radius: 100%; }
.doctors .list-wrapepr .list h4 { margin-bottom: 10px; color:#193062;  }
.doctors .list-wrapepr .list .text { margin-bottom: 30px; }
.doctors .list-wrapepr .list .specialty { color: #0085AC; margin-bottom: 15px; }
.doctors .list-wrapepr .list .doctor-loc { margin-bottom: 20px; }
.doctors .list-wrapepr .list .doctor-loc span { color: #0085AC; }
.doctors .list-wrapepr .list .arrowlink a:hover { color:#4B9560; }
.doctors .list-wrapepr .list .arrowlink a:hover:after { background-color:#4B9560; }
.doctors [class*=button-].text-center { margin-top: 33px; }
.doctors .swiper { overflow: visible; }

.cta-form-wrap { background: #193062; width: 100%; border-radius: 30px; margin: auto; padding: 60px 48px; position: relative; z-index: 1; }
.cta-form-wrap:before, .cta-form-wrap:after { content: ""; background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%); position: absolute; right: 170px; top: 0; bottom: 50px; width: 120px; transform: skewX(-16deg); z-index: -1; }
.cta-form-wrap:after { right: 320px; width: 84px; }

.cta-form-wrap .content { margin-bottom: 40px; }
.cta-form-wrap h2 { margin-bottom: 20px; }
.cta-form-wrap .btn-wrap { gap: 30px; }
.cta-with-form [class*=button-] a { padding: 13px 30px; }
.email-from { margin-bottom: 25px; }
.email-from form { width: 100%;  max-width: 628px; margin: auto; position: relative; }
.email-from form .hs-form-field .hs-input::placeholder { color: #fff; }
.email-from form .hs-form-field input.hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { border-radius: 40px; border-color:rgba(255, 255, 255, 0.20); background: rgba(255, 255, 255, 0.10); height: 62px; padding: 10px 176px 10px 25px; color: #fff; }
.email-from input.hs-button { position: absolute; right: 0; top: 0;  border-radius: 40px; background: #fff; color:#193062; border: none; height: 62px; font-family: Poppins; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; min-width: 166px; text-align: center; width: auto; border: 2px solid #fff; transition:400ms }
.email-from input.hs-button:hover { background-color:#4B9560; color:#fff; }
.email-from .hs_error_rollup { display: none; }

.image-with-content { padding:75px 0; }
.image-with-content .inner .left-part { width: 645px; }
.image-with-content .inner .right-part { width: calc(100% - 645px); padding-left: 60px; }
.image-with-content .reverse .right-part { padding-left: 0; padding-right: 60px; }
.image-with-content .content ul.list { margin-top: 20px; }
.image-with-content .right-part .btm-content { margin-top: 20px; }

.join-cta { padding-top: 75px;  padding-bottom: 150px; }
.join-cta .cta-form-wrap {background: #4B9560;}
.join-cta .cta-form-wrap .content { width: 100%; max-width: 890px; margin-left: auto; margin-right: auto; }

.are-saying { color: #5A5A5A; padding:75px 0; }
.are-saying .left-part { width: 50%; padding-right: 15px; }
.are-saying .right-part { width: 50%; padding-left: 15px; }
.are-saying .left-part .title-part .content { font-style: italic; }
.are-saying .left-part .title-part h2 { margin-bottom: 45px; color: #193062; }
.are-saying .left-part .title-part h2::after { background: #4B9560; }
.are-saying .left-part .button-1 a:hover img {filter: none;}
.are-saying .left-part .stars {  margin-bottom: 20px; }
.are-saying .testi-name { font-weight: 700; margin-bottom: 8px; color: #222; }
.are-saying .list-wrapepr { max-height: 720px; overflow: auto; padding-bottom: 30px; }
.are-saying .list-wrapepr::-webkit-scrollbar { width: 3px }
.are-saying .list-wrapepr::-webkit-scrollbar-thumb,.are-saying .list-wrapepr::-webkit-scrollbar-track { background: transparent }
.are-saying .list-wrapepr .list { border-radius: 20px; border-left: 3px solid #0085AC; background: var(--color5); padding: 24px; margin-bottom: 30px; }
.are-saying .list-wrapepr .list .testi-desc { margin-bottom: 20px; }

.form-with-testimonial { background: var(--gradient); padding:100px 0; }
.sees-network .title-part h2 { margin-bottom: 20px; }
.sees-network .left-part { width: 50%; padding-right: 15px; }
.sees-network .left-part h3 { margin-bottom: 30px; }
.sees-network .right-part { width: 50%; padding-left: 15px; }
.sees-network .right-part .form-box { background: #fff; }
.sees-network .list-style ul li { margin-bottom: 20px; }

.phy-testimonial .testi-wrap { padding: 30px; border-radius: 30px; border: 1px solid rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(32px); }
.phy-testimonial .title-part { margin-bottom: 40px; }
.testi-slider .testi-item { border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.20); background: rgba(0, 0, 0, 0.20); padding: 30px; height: auto; }
.testi-slider .testi-item .testi-quote { font-style: italic; border-bottom: 1px solid rgba(255, 255, 255, 0.24); padding-bottom: 30px; margin-bottom: 30px; }
.testi-slider .testi-item .testi-name { font-weight: 700; margin-bottom: 2px; }
.testi-slider .swiper-wrapper { padding-bottom: 40px; }
.testi-slider .swiper-wrapper .swiper-pagination { bottom: 0; }
.testi-slider .swiper-pagination { bottom: 0; }
.testi-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }
.stars { margin-bottom: 14px; }
.stars ul { display: flex; align-items: center; gap: 4px; line-height: 0; }
.stars li img { width: 21px;  height: 21px; }

.resources { padding-top: 150px; padding-bottom:75px; }
.resources .list-wrapepr { margin: -15px -15px 0; }
.resources .list-wrapepr .list { width: calc(33.333% - 30px); margin: 15px; padding: 30px; border-radius: 20px; background: #193062; border: 1px solid #193062; position: relative; transition:400ms }
.resources .list-wrapepr .list h4 { font-weight: 600; transition:400ms }
.resources .list-wrapepr .list .icon { width: 40px; height: 40px; margin-bottom: 24px; }
.resources .list-wrapepr .list .icon img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); transition:400ms }
.resources .list-wrapepr .list .content .text { margin-bottom: 24px; transition:400ms }
.resources .list-wrapepr .list:hover { border-color: var(--color3); background: var(--color4); color: #5A5A5A; }
.resources .list-wrapepr .list:hover h4 { color: #222; }
.resources .list-wrapepr .list:hover [class*=arrowlink] a { color: #0085AC; }
.resources .list-wrapepr .list:hover [class*=arrowlink] a:after { background-color: #0085AC; }
.resources .list-wrapepr .list:hover .icon img { filter: none; }

.get-touch { padding: 75px 0 150px; }
.get-touch .left-part { width: 50%; padding-right: 15px; }
.get-touch .right-part { width: 50%; padding-left: 15px; }
.get-touch .right-part h4 { margin-bottom: 30px; }
.get-touch h3 { margin-bottom: 40px; }
.get-touch .left-part .list-wrapepr .list { padding-left: 36px; position: relative; padding-bottom: 30px; }
.get-touch .left-part .list-wrapepr .list .icon { width: 30px; height: 30px; position: absolute; left: 0; top: -1px; display: flex; align-items: center; justify-content: center; }
.get-touch .left-part .list-wrapepr .list .title { font-weight: 500;  line-height: normal; margin-bottom: 11px; padding-left:5px; }
.get-touch .left-part .list-wrapepr .list .text { color: #5A5A5A; }
.get-touch .left-part .list-wrapepr .list .text p { margin-bottom: 3px; }
.get-touch .left-part .list-wrapepr .list .text a { color:var(--color1); }
.get-touch .left-part .list-wrapepr .list [class*=arrowlink2] { margin-top: 6px; }
.get-touch .left-part .list-wrapepr .list [class*=arrowlink2] a { font-weight: 400; }
.get-touch .left-part .box { border-radius: 20px; background: #EFF4FF; padding: 30px; margin-top: 10px; }
.get-touch .left-part .box .text { color: #5A5A5A; margin-bottom: 40px; }

.form-box { border-radius: 20px; background: var(--color5); padding: 30px; height: 100%; }

.newsletter { background: #193062;  padding: 100px 0; }
.newsletter .inner .left-part { width: 50%; padding-right:15px; }
.newsletter .inner .right-part { width: 50%; padding-left:15px; }
.newsletter .inner .right-part .email-from { max-width: 628px; width: 100%; margin-left: auto; }
.newsletter .inner .right-part .email-from input.hs-input { margin-bottom: 0 !important; }
.newsletter .email-from input.hs-button { color: #193062; }
.newsletter .email-from input.hs-button:hover { background-color:#0085AC; color:#fff; }
.newsletter .inner .right-part .email-from .hs-error-msgs { margin-top: 10px; margin-bottom: 0; }
.newsletter .inner .right-part .email-from .hs-error-msgs li { line-height: normal; }
.newsletter .inner .right-part .email-from .hs-error-msgs .hs-error-msg { transform: none; }

/* Privacy policy and Contact */
.breadcrumbs { background: var(--primary-dark); padding: 30px 0; }
.breadcrumbs .hs-menu-wrapper > ul { display: flex; flex-wrap: wrap; }
.breadcrumbs .hs-menu-wrapper > ul > li > a { font-size: 16px; font-weight: 300; line-height: normal; margin-right: 34px; position: relative; display: inline-flex; align-items: center; }
.breadcrumbs .hs-menu-wrapper > ul > li > a:hover { color: var(--primary); }
.breadcrumbs .hs-menu-wrapper > ul > li > a:after { content: ''; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-right.svg) no-repeat center / contain; width: 10px; height: 12px; position: absolute; right: -22px; }
.breadcrumbs .hs-menu-wrapper > ul > li:last-child > a { margin: 0; pointer-events: none; }
.breadcrumbs .hs-menu-wrapper > ul > li:last-child > a:after { display: none; }
.breadcrumbs h1 { margin: 0; }
.breadcrumbs .title_wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.breadcrumbs .title_wrap .title_img { background: #fff; border-radius: 15px; line-height: 0; padding: 10px; width: 250px; }

.normal-content { padding: 150px 0; }
.normal-content .content h5 { font-size: 20px; font-weight: 600; margin-bottom: 25px; }
.normal-content .content h5 > span { font-weight: 400; }
.normal-content .content p { margin-bottom: 8px; }
.normal-content .content p:last-child { margin: 0; }
.normal-content .content a { word-break: break-word; }
.normal-content .list-style ul li { display: flex; align-items: center; margin-bottom: 5px; }
.normal-content .list-style ul li:before { top: unset; }

.form-img-sc { padding: 150px 0; }
.form-img-sc .title-line h2 { margin-bottom: 20px; }
.form-img-sc .inner { gap: 30px; }
.form-img-sc .inner .form { width: calc(50% - 15px); background: var(--color5); border-radius: 20px; padding: 30px; }
.form-img-sc .inner .form h4 { margin-bottom: 30px; }
.form-img-sc .inner .image { width: calc(50% - 15px); background: var(--light-blue2); border-radius: 20px; display: flex; align-items: flex-end; justify-content: center; }
.form-img-sc .inner .image > img { display: block; }

.contact-information { padding: 150px 0; }
.contact-information .inner { gap: 30px; }
.contact-information .inner .item { display: flex; flex-direction: column; flex: 1 1 calc(33.33% - 30px); border: 1px solid var(--color3); padding: 30px; border-radius: 20px; text-align: center; overflow: hidden; }
.contact-information .inner .item .icon { width: 64px; height: 64px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; background: linear-gradient(315deg, var(--secondary) 11.75%, var(--primary-dark) 100%); }
.contact-information .inner .item .icon > img { max-width: 30px; display: block; }
.contact-information .inner .item .content { margin: 10px 0 0; }
.contact-information .inner .item .content a { color: var(--primary); }
.contact-information .inner .item .content a:hover { color: var(--primary-dark); }
.contact-information .inner .item .content span { font-size: 14px; }
.contact-information .inner .item [class*="button-"] { display: flex; align-items: flex-end; flex-grow: 1; margin: 20px 0 0; }
.contact-information .inner .item [class*="button-"] a { width: 100%; padding: 10px 30px; font-size: 16px; }
.contact-information .inner .item .content ul { display: flex; flex-wrap: wrap; gap: 5px; }
.contact-information .inner .item .content li { display: inline-block; flex: 1 1 calc(50% - 5px); }
.contact-information .inner .item .content li span { font-size: 16px; display: block; }
.contact-information .inner .item .content span > span { font-size: 16px; color: var(--secondary); }
.contact-information .inner .item.img { flex: 1 1 calc(50% - 30px); padding: 0; border: 0; }
.contact-information .inner .item.img > img { width: 100%; height: 100%; object-fit: cover; }
/*  Privacy policy and Contact End */

/* About Us */
.ab-main-wrap { padding: 100px 0px 60px; }
.ab-main-wrap .ab-wrap { max-width: 910px; margin: 0px auto; }
.ab-main-wrap .ab-wrap h1 { color: var(--primary-dark); margin-bottom: 20px; }
.map-btn-main-wrap .iframe_wrapper { height: auto; padding-bottom: 0; padding-top: 25px; position: relative; aspect-ratio: 685.00 / 373.80; }
.map-btn-main-wrap .embed_container { display: inline-block; position: relative; width: 100%; vertical-align: top; border-radius: 30px; overflow: hidden; }
.map-btn-main-wrap .embed_container iframe { left: 0; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0; width: 100%; height: 100%; }
.map-btn-main-wrap { padding-bottom: 75px; }
.map-btn-wrap { gap: 30px; }
.map-btn-wrap .col-wrap { flex: 1 1 calc((100% - 30px) / 2); display: flex; flex-flow: column; gap: 30px; }
.map-btn-main-wrap .button-1 a { background: var(--primary-dark); border-color: var(--primary-dark); }
.map-btn-main-wrap .button-1 a:hover { background: var(--secondary); border-color: var(--secondary); }

.ap-details-wrap { border-radius: 30px; background-color: var(--light-blue); padding: 100px; }
.ap-details-wrap .title-part h2 { text-transform: capitalize; }
.ap-details-wrap .left-part { width: 53%; padding-right: 57px; }
.ap-details-wrap .right-part { width: 47%; padding-left: 13px; }

.services-list-wrap { gap: 40px 0; }
.services-list-wrap .big-left-wrapper { width: 40%; }
.services-list-wrap .top-grid-wrapper.list-wrapepr { width: 60%; margin: 0; padding-left: 30px; }
.services-list-wrap .list-wrapepr { gap: 29px; margin: 0; }
.services-list-wrap .list-wrapepr .list { width: calc((100% - 29px)/2); margin: 0; }
.services-list-wrap .big-left-wrapper .image,
.services-list-wrap .big-left-wrapper .image img { height: 100%; object-fit: cover; object-position: center; border-radius: 30px; }
.services-list-wrap .bottom-grid-wrapper .list { width: calc((100% - 29px*2) / 3); }

.about-services-wrap .title-line h2 { color: var(--primary-dark); }
.about-services-wrap .title-line h2:after { background: var(--primary); }

.shared-values-list-wrap { padding: 0 35px; position: relative; gap: 30px; }
.shared-values-list-wrap:before { content: ''; width: 18px; height: 100%; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/left-side-border.svg); background-repeat: no-repeat; position: absolute; left: 0; top: 0; background-size: contain; background-position: top; }
.shared-values-list-wrap:after { content: ''; width: 18px; height: 100%; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/right-side-border.svg); background-repeat: no-repeat; position: absolute; right: 0; top: 0; background-size: contain; background-position: bottom; }
.shared-values-list { width: calc((100% - 179px*2)/3); padding: 20px; border-radius: 20px; background: var(--light-blue); position: relative; }
.shared-values-list .icon { background: linear-gradient(315deg, var(--secondary) 11.75%, var(--primary-dark) 100%); border-radius: 100%; display: flex; height: 64px; justify-content: center; align-items: center; width: 64px; margin-bottom: 32px; }
.shared-values-list h4 { margin-bottom: 20px; }
/* .shared-values-list:after { content: ''; position: absolute; top: 50%; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/line-dashed.svg); width: 100%; left: 100%; height: 1.1px; transform: translateY(-50%); } */
.shared-values-list:nth-child(3):after { transform: rotate(90deg) ; left: 10%; z-index: -1; top: 83%; height: 1.1px; width: 78%; }
.shared-values-list:last-child:after { display: none; }
/* .shared-values-list:before { content: ''; position: absolute; right: -25%; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/arrow-icon.svg); width: 18px; height: 19px; background-size: contain; background-repeat: no-repeat; background-position: center center; top: 50%; transform: translateY(-50%); } */
.shared-values-list:nth-child(3):before { right: 50%; top: auto; bottom: -23%; transform: rotate(90deg)translatey(-30%); }
.shared-values-list:last-child:before { display: none; }
.shared-values-center-line { position: absolute; top: 49%; right: 14.4%; width: 47%; }
.shared-values-center-line:before { background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/arrow-icon.svg); background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; height: 19px; position: absolute; left: -7.5px; bottom: -45px; transform: translateY(-50%) rotate(90deg); width: 18px; }
.shared-values-center-line:after { content: ''; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/line-dashed.svg); width: 15%; position: absolute; left: -55px; height: 1.1px; transform: rotate(90deg); background-repeat: no-repeat; top: 69px; background-position: center center; }
.shared-values-main-wrap { padding: 75px 0; }
.ap-details-main-wrap { padding: 75px 0 0; }
/* About Us Contact */

.img-text-sc .inner .left-part { width: 50%; padding-right:15px; }
.img-text-sc .inner .left-part img { border-radius: 30px; }
.img-text-sc .inner .right-part { width: 50%; padding-left:15px; }
.img-text-sc .reverse .right-part { padding-left: 0; padding-right:15px; }
.img-text-sc .reverse .left-part { padding-left: 15px; padding-right:0; }
.img-text-sc.dark-bg .content p:first-child { margin-bottom: 24px; }
.img-text-sc.dark-bg .content ul { margin-bottom: 24px; }

.two-img-content-sc .ap-details-wrap .title-part h2 { margin-bottom: 40px; }
.two-img-content-sc .ap-details-wrap .left-part { width: 630px; display: flex; padding-right: 0; justify-content: space-between; align-items: flex-start; }
.two-img-content-sc .ap-details-wrap .right-part { width: calc(100% - 630px); padding-left: 85px; }
.two-img-content-sc .ap-details-wrap.reverse .right-part { padding-left: 0; padding-right: 85px; }
.two-img-content-sc .ap-details-wrap .left-part img { width: calc(50% - 15px); border-radius: 10px; object-fit: cover; }
.two-img-content-sc .ap-details-wrap .left-part img:nth-child(2) { margin-top: 32px; height: calc(100% - 32px); }
.two-img-content-sc .ap-details-wrap .left-part img:nth-child(1) { height: calc(100% - 58px); }
.two-img-content-sc ul.list { border-radius: 20px; background:#193062; padding: 20px; margin-top: 20px; }
.two-img-content-sc ul.list li { margin-bottom: 10px; }
.two-img-content-sc ul.list li:last-child { margin-bottom: 0; }
.two-img-content-sc .ap-details-wrap { align-items: center; }
.two-img-content-sc .single-image-details { align-items: normal; }
.two-img-content-sc .single-image-details .left-part img { width: 100% !important; border-radius: 30px; height: 100% !important; }

.benefit-video-sc { padding:75px 0; }
.benefit-wrap {margin: 0 -15px 30px;}
.benefit-wrap .benefit-item { width: calc(33.333% - 30px); margin: 0 15px 30px;  border-radius: 20px; background: var(--color5); padding: 20px; flex-grow: 1; }
.benefit-wrap .benefit-item .icon { border-radius: 45px; background: linear-gradient(315deg, #0085AC 11.75%, #193062 100%); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.benefit-wrap .benefit-item h4 { margin-bottom: 20px; }

.overview-grid { margin: 50px 0 0; gap: 30px; }
.overview-grid .item { width: calc(33.3333% - 30px); flex: 1 1 calc(33.333% - 30px);  border-radius: 20px; background: var(--color5); padding: 20px; }
.overview-grid .item:nth-child(1) , .overview-grid .item:nth-child(2) { width: calc(50% - 30px); flex: 1 1 calc(50% - 30px); }
.overview-grid .item .left-part, .overview-grid .item .right-part {width: calc(50% - 14px);flex: 1 1  calc(50% - 14px);}
.overview-grid .item.flex { gap: 14px; width: calc(100% - 30px); flex: 1 1 calc(100% - 30px); }
.overview-grid .item .inner-grid { gap: 10px; }
.overview-grid .item .inner-grid .list {  width: calc(50% - 10px); flex: 1 1 calc(50% - 10px); border-radius: 15px; background: #193062; }

.video-wrap { width: 100%; max-width: 1200px; margin: auto; }
.video-wrap iframe { border-radius: 30px; }

.faq-sc { padding: 150px 0 75px; }
.faq-item { border-radius: 20px; background: var(--color5); margin-bottom: 24px; transition:400ms }
.faq-item:last-child { margin-bottom: 0; }
.faq-item .acc-content { padding: 0 20px 20px; display: none; }
.faq-item .acc-title { padding: 24px 50px 24px 20px; margin-bottom: 0; font-weight: 600; position: relative; cursor: pointer; }
.faq-item .acc-title:after { content: ""; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 15px; height: 9px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down.svg) no-repeat center / contain; }
.faq-item .acc-title.active:after { filter: brightness(0) invert(1); transform: scaleY(-1);  }
.faq-item.white-text { background: #193062; } 

.cta-v2 .cta-form-wrap { background: linear-gradient(183deg, #193062 40.41%, #0085AC 161.98%); }
.cta-v2 .cta-form-wrap:before, .cta-v2 .cta-form-wrap:after { width: 300px; height: 305px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/cta-shape.svg) no-repeat center / contain; transform: none; opacity: 0.03; }
.cta-v2 .cta-form-wrap:after {right: 0;bottom: -20px;top: auto;}
.cta-v2 .cta-form-wrap:before { left: -72px; transform: rotate(150deg); top: -100px; }

.condi-over-sc {  padding-top: 75px; padding-bottom: 150px; }
.condi-over-sc h5 {  font-size: 20px; }
.condi-over-sc .overview-grid { margin-top: 0; }

.condi-image-sc { padding-top: 75px; padding-bottom: 150px; }
.condi-image-sc .left-part , .condi-image-sc .right-part { width: calc(50% - 30px); flex: 1 1 calc(50% - 30px); }
.condi-image-sc .right-part { line-height: 0; }
.condi-image-sc .inner-wrapper { gap: 30px; }
.condi-image-sc .overview-grid { margin-top: 0; gap: 20px; }
.condi-image-sc .right-part img { border-radius: 30px; }
.condi-image-sc .overview-grid .item { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); background: #193062; }
/* .condi-image-sc .overview-grid .item:nth-child(2n) { background: #4B9560; } */
/* .condi-image-sc .overview-grid .item:nth-child(3n){background: #0085AC;} */
.condi-image-sc .overview-grid .item h4 { margin-bottom: 19px; }

.process-sc { padding-top: 75px; padding-bottom: 75px; }
.process-grid { text-align: center; gap: 40px; }
.process-grid .item { width: calc(33.3333% - 40px); flex: 1 1 calc(33.3333% - 40px); position: relative; }
.process-grid .process-num { border-radius: 100%; background: linear-gradient(315deg, #0085AC 11.75%, #193062 100%); width: 65px; height: 65px; margin: 0 auto 24px; display: flex; justify-content: center; align-items: center;  font-size: 32px; font-weight: 700; line-height: normal; color: #fff; font-family:var(--headingfont); }
.process-grid .item:after,.process-grid .item:before { content: ""; position: absolute;  background-size: contain; background-position: center; background-repeat: no-repeat; }
.process-grid .item:before { left: 230px; right: -230px; height: 1px; background-image:url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/process-line.svg); top: 33px; z-index: -1; background-repeat: repeat; }
.process-grid .item:after { width: 8px; height: 15px; background-image: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/process-arrow.svg); position: absolute; right: -24px; top: 26px; }
.process-grid .item:last-child:after { display: none; }
.process-grid .item:last-child:before { display: none; }

.proce-sc { padding: 75px 0; }
.proce-grid .item {  width: calc(33.333% - 30px); flex: 1 1 calc(33.333% - 30px); display: flex;flex-direction: column; gap: 10px; }
.proce-grid .item .content { border-radius: 20px; background: #EFF4FF; padding: 20px; flex-grow: 1; min-height: 296px; }
.proce-grid .item .image { line-height: 0; min-height: 296px; }
.proce-grid .item .image img { width: 100%; border-radius: 20px; }
.proce-grid { gap: 30px; }
.proce-grid .item:nth-child(2n) { flex-direction: column-reverse; }
.proce-grid .item .image img { height: 100%;  width: 100%;  object-fit: cover; }
.proce-grid .item h4 { margin-bottom: 18px; font-size:26px; }
.proce-grid .item .arrowlink { margin-top: 20px; }

.proce-four-grid { justify-content: center; }
.proce-four-grid .item { width: calc(25% - 30px); flex: 1 1 calc(25% - 30px); max-width: 33.333%; }

.proce-bottom-grid { margin-top: 60px; }
.proce-bottom-grid .item { width: calc(100% - 30px); flex-basis: calc(100% - 30px); flex-direction: row; gap: 30px; }
.proce-bottom-grid .item:nth-child(2n) { flex-direction: row-reverse; }
.proce-bottom-grid .item .image , .proce-bottom-grid .item .content { width: calc(50% - 30px); flex: 1 1 calc(50% - 30px); }
.proce-bottom-grid .item .image { position: relative; }
.proce-bottom-grid .item .image img { position: absolute; left: 0; right: 0;  top: 0; bottom: 0; }

.condi-eye-sc { padding-top: 75px; padding-bottom: 150px; }
.condi-eye-grid .item {  border-radius: 30px; background: #EFF4FF; padding: 30px; margin-bottom: 40px; }
.condi-eye-grid .item .image { width: 536px; position: relative; min-height: 268px; }
.condi-eye-grid .item .content { width: calc(100% - 536px); padding-left: 30px; }
.condi-eye-grid .item  h3 { font-size: 32px; margin-bottom: 20px; }
.condi-eye-grid .item:last-child { margin-bottom: 0; }
.condi-eye-grid .item .image img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; border-radius: 20px; object-fit: cover; }
.condi-eye-grid .item:nth-child(2n) { flex-direction: row-reverse; }
.condi-eye-grid .item:nth-child(2n) .content { padding-left: 0; padding-right: 30px; }

.retina-doctors .list-wrapepr .swiper-wrapper { justify-content: center; }

.img-content-team .inner .right-part h4 { color: var(--primary-dark); font-weight: 500; }
.img-content-team .inner .left-part img { border-radius: 30px; }
.img-content-team .title-part { margin-bottom: 0; }
.img-content-team [class*="button-"]{margin-top:60px}

.img-content-exhibitors .inner { align-items: center; }
.img-content-exhibitors .title-part { margin-bottom: 0; }
.img-content-exhibitors .inner .right-part h4 { color: var(--primary-dark); font-weight: 500; }
.img-content-exhibitors .inner .left-part img { border-radius:20px; }
.img-content-exhibitors [class*="button-"]{margin-top:60px}

.img-content-career .inner .left-part img {height:100%;object-fit:cover;}

.image-with-content-boxes { padding: 75px 0; }
.image-with-content-boxes .left-part { width: 50%; padding-right: 15px; }
.image-with-content-boxes .right-part { padding-left: 15px; width: 50%; }
.image-with-content-boxes .left-part .title-part { margin-bottom: 0; }
.image-with-content-boxes .left-part .title-part .content { margin-top: 40px; }
.image-with-content-boxes .left-part .img { margin-top: 42px; line-height: 0; }
.image-with-content-boxes .left-part .img img { width: 100%; object-fit: cover; max-height: 270px; overflow: hidden; border-radius: 20px; }
.image-with-content-boxes .right-part .item { width: calc(50% - 5px); flex-grow: 1; }
.image-with-content-boxes .right-part .content-box { gap: 10px; }
.image-with-content-boxes .right-part .box { padding: 20px; background-color: var(--light-blue); border-radius: 20px; height: 100%; }
.image-with-content-boxes .left-part .title-part h2 { padding-bottom: 20px; }

.contact-us { padding: 75px 0 150px; }
.contact-us .title-part [class*=button-] { margin-top: 40px; }
.contact-us .title-part .text { margin-top: 40px; }
.contact-us .form-style .hs-fieldtype-checkbox .inputs-list { display: flex; flex-wrap: wrap; gap: 30px; padding: 20px; border-radius: 10px; border: 1px solid var(--color3); background: #FFF; }
.contact-us .form-style .hs-submit .actions .submit-btn a { width: auto; min-width: 285px; margin-top: 14px; }
.form-style .hs-form .hs-fieldtype-file .input { position: relative; background: #fff; height: 150px; border-radius: 10px; border: 2px dashed var(--color3); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.form-style .hs-form .hs-fieldtype-file .input input { position: absolute; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.form-style .hs-form .hs-fieldtype-file .input .icon { display: inline-block; width: 27px; height: 36px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/file-icon.svg) no-repeat; margin-bottom: 10px; }
.form-style .hs-form .hs-fieldtype-file .input .text { font-size: 14px; line-height: normal; color: var(--gray); }


.doctors .list-wrapper { margin: 0 -15px; }
.doctors .list-wrapper .list { width: calc(33.333% - 30px); margin: 0 15px 30px; border-radius: 20px; background: var(--color5); padding: 30px; position: relative; height:auto; transition:400ms }
.doctors .list-wrapper .list:hover { background: #fff; box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.10); }
.doctors .list-wrapper .list .image { width: 125px; height: 125px; margin-bottom: 0; flex-shrink: 0; }
.doctors .list-wrapper .list .image img { width: 100%; height: 100%; border-radius: 100%;object-fit: cover;object-position: top;}
.doctors .list-wrapper .list h4 { margin-bottom: 10px; color:#193062;  }
.doctors .list-wrapper .list .text { margin-bottom: 30px; }
.doctors .list-wrapper .list .specialty { margin-bottom: 15px; }
.doctors .list-wrapper .list .specialty span { color: #0085AC; }
.doctors .list-wrapper .list .doctor-loc { margin-bottom: 20px; }
.doctors .list-wrapper .list .doctor-loc span { color: #0085AC; }
.doctors .list-wrapper .list .arrowlink a:hover { color:#4B9560; }
.doctors .list-wrapper .list .arrowlink a:hover:after { background-color:#4B9560; }
.doctors .list-wrapper .list a.location_link { position: relative; z-index: 1; text-decoration: underline; }
.doctors .list-wrapper .list a.location_link:hover { text-decoration: none; }
.doctors .list-wrapper .list .imgwrap_box { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; margin-bottom: 25px; }
.doctors .list-wrapper .list .imgwrap_box .loc_logo_box { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; }
.doctors .list-wrapper .list .imgwrap_box .loc_logo_box img { max-width: 170px; }

.filter-wrap { gap: 20px; position: relative; margin-bottom: 60px; }
.filter-wrap .filter-box { position: relative; }

.filter-wrap .filter-box span.filter-filter { padding: 16px 20px; background: var(--color4); min-width: 158px; cursor: pointer; border-radius: 10px; position: relative; display: flex; align-items: center;     justify-content: space-between; gap: 10px; transition:400ms }
.filter-wrap .filter-box.open span.filter-filter { border-radius: 10px 10px 0 0; }

.filter-wrap .filter-box span.filter-filter:after { content: ''; width: 20px; height: 20px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down.svg) no-repeat center / 18px 9px; display: inline-block; transition:400ms }
.filter-wrap .filter-box.open span.filter-filter:after { transform: scaleY(-1); }

.filter-box ul { position: absolute; background: var(--color4); z-index: 1; width: 100%; display: none; border-radius: 0 0 10px 10px; max-height: 246px; overflow: auto; }
.filter-box ul li { font-size: 16px; cursor: pointer; background: transparent; padding: 5px 10px; transition:400ms }
.filter-box ul li:hover { background: var(--color2); }

.doctors-listing { padding-top: 60px; padding-bottom: 150px; }

.doc-profile-sc {  padding-top: 150px; padding-bottom:75px; }
.doc-profile-wrap .doc-profile-img { width: 566px; }
.doc-profile-wrap .doc-profile-content { width: calc(100% - 566px); padding-left: 60px; }
.doc-profile-wrap .doc-specialty-loc .doc-specialty { position: relative; }
/* .doc-profile-wrap .doc-specialty-loc .doc-specialty:after { content: ""; width: 1px; height: 28px; background-color: var(--gray); transform: translateX(5px); } */

.doc-profile-wrap .doc-profile-img img { width: 100%; border-radius: 30px; }
.doc-profile-wrap .doc-profile-content h3 { color: var(--primary-dark); margin-bottom: 5px; }
.doc-profile-wrap .doc-dec-text { margin-bottom: 14px; }
.doc-profile-wrap .doc-specialty-loc { margin-bottom: 12px;}
.doc-profile-wrap .doc-specialty-loc > div { display: flex; gap: 3px 10px; flex-wrap: wrap; }
.doc-profile-wrap .doc-specialty-loc h6 { margin-bottom: 0; color: var(--black); }
.doc-profile-wrap .doc-loc{margin-top:12px;}
.doc-profile-wrap .doc-text { margin-bottom: 20px; }
.doc-profile-sc .overview-grid { gap:20px; } 
.doc-profile-sc .overview-grid .item { flex: 1 1 calc(50% - 20px); width: calc(50% - 20px); background: var(--light-blue2); padding: 30px; }
.doc-profile-sc .overview-grid .item h4 { color: var(--primary-dark); }

<script type="text/javascript" src="//cdn.rlets.com/capture_static/mms/mms.js" async="async"></script>

.loc-listing { padding-top: 60px; padding-bottom: 75px; }
.loc-map iframe { width: 100%; border-radius: 30px; height: 546px; }
.loc-listing .filter-wrap {margin-bottom: 40px;}
.filter-wrap h6 { margin-bottom: 0; color:var(--black); }
.filter-wrap h5 { margin-bottom: 0; font-size: 48px; margin-right: auto; color: var(--primary-dark); }

.loc-wrapper { margin:0 -15px ; gap:60px 0; }
.loc-wrapper .loc-item { margin: 0 15px; width: calc(33.3333% - 30px); position: relative; }
.loc-wrapper .loc-image {border-radius: 30px;width: 100%;height: 399px;padding: 20px;margin-bottom: 30px; background-color: var(--color5); background-position: center; background-repeat: no-repeat; background-size: cover; }
.loc-wrapper .no-image { display: flex; align-items: center; }
.loc-wrapper .no-image .loc-logo { background: transparent; width: 100%; }
.loc-wrapper .loc-logo { border-radius: 15px; background: #fff; width: 180px; padding: 10px; line-height: 0; }
.loc-wrapper .loc-item h4 { color: var(--primary-dark); }
.loc-wrapper .loc-item .loc_title { display: inline-block; vertical-align: top; width: 100%; }
.loc-wrapper .loc-item .loc_title h4 { font-weight: 600; }
.loc-wrapper .loc-address, .loc-wrapper .loc-num ul a { padding-left: 35px; position: relative; }
.loc-wrapper .loc-address img, .loc-wrapper .loc-num ul a img { position: absolute; left: 0; top: 0; }
.loc-wrapper .loc-num ul {  display: flex; align-items: center; }
.loc-wrapper .loc-num ul a img {  top: -3px; }
.loc-wrapper .loc-num ul li:not(:last-child):after { content: ""; width: 1px;  height: 21px; display: inline-block; vertical-align: middle; background: var(--gray); margin: -2px 10px 0; }
.loc-wrapper .loc-address { margin-bottom: 10px; }
.loc-wrapper .loc-item [class*=button-] { margin-top: 20px; }
.loc-wrapper .loc-item [class*=button-] a { width: 100%; padding: 11px 35px; }
<script type="text/javascript" src="//cdn.rlets.com/capture_configs/43b/cdb/560/d624b1dbe5982d4f4eb6bbe.js" async="async"></script>
.locinnr-sc { padding-top: 60px;  padding-bottom: 75px; }
.locinnr-sc .locinnr-logo { text-align: center; line-height: 0; width: 600px; max-width: 100%; margin: 0 auto 60px; }
.locinnr-row { border-radius: 30px; background: #193062;  padding: 30px; display: grid; grid-template-columns: repeat(3, 1fr);  gap: 20px; margin-top: 40px; }
.locinnr-row .locinnr-item { border-radius: 20px;  background: #fff;padding: 20px; display: flex; flex-wrap: wrap; gap: 0 10px; text-align: center; }
.locinnr-row .locinnr-item .locinnr-box { flex: 1 1  calc(50% - 20px); position: relative; color: #5A5A5A; }
.locinnr-item .locinnr-icon { width: 64px; height: 64px;  margin: 0 auto 20px; border-radius: 100%; background: linear-gradient(315deg, #0085AC 11.75%, #193062 100%); display: flex; align-items: center;  justify-content: center; }
.locinnr-item .locinnr-icon img { filter: brightness(0) invert(1); }
.locinnr-item h5 { font-size: 20px; font-style: normal; font-weight: 400; font-family: var(--bodyfont); margin-bottom: 5px; }
.locinnr-row .locinnr-item .locinnr-box:nth-child(2n):before { content: ""; width: 1px;  height: 96px; background: #D9D9D9; position: absolute; left: 0;  top: 26px; }
.locinnr-box ul { display: flex; justify-content: center; gap: 20px; }
.locinnr-box ul li:not(:last-child):after {  content: ""; width: 1px; height: 19px;  background: #BFBFBF; position: absolute; right: -10px; top: 5px; }
.locinnr-box ul li { position: relative; }

.locinnr-img-row {display: grid;gap: 20px;grid-template-columns: repeat(3, 1fr);margin: 150px 0 0;}
.locinnr-img-item img { border-radius: 30px; height: 100% !important; object-fit: cover; }

.list-stylev2 .content ul { margin-bottom: 15px; column-count: 2; }
.list-stylev2 .content ul li { padding: 0; color: var(--primary);  font-size: 16px; font-weight: 500; line-height: normal; text-decoration-line: underline; text-decoration-style: solid; text-decoration-skip-ink: auto; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; margin-bottom: 10px; }
.list-stylev2 .content ul li::before { display: none; }
.tennessee-img-text.list-stylev2 .content ul { column-count: 1; }
.left-part.object-fit-contain { display: flex; align-items: center; }
.left-part.object-fit-contain img { width: 100%; max-width: 620px; margin: auto; object-fit: contain !important; }

.video-repeater { padding: 150px 0 75px; }
.video-repeater .video-wrapepr { margin: 0 -15px; gap: 60px 0; }
.video-repeater .video-wrapepr .video-item { width: calc(33.3333% - 30px); margin: 0 15px; }
.video-repeater .video-wrapepr .video-item .hs-video-widget { border-radius: 20px; overflow: hidden; line-height: 0; margin-bottom: 14px; }
.video-repeater .video-wrapepr .video-item h4 { margin-bottom: 0;  font-weight: 600; }

.alert-message { border-radius: 15px; border: 1px solid var(--primary); background: var(--light-green); display: flex; align-items: center; padding: 15px 20px; gap: 10px; width: 100%; max-width: 1195px; margin: 0 auto 50px; font-size: 20px; font-weight: 500; line-height: normal; color:var(--primary); }
.location-forms { padding: 60px 0 75px; }
.location-forms .list-wrapepr { margin: 0 -15px; gap: 30px 0; }
.location-forms .list-wrapepr .list { width: calc(50% - 30px); margin: 0 15px;  border-radius: 30px; background: var(--light-blue); padding: 15px; display: flex; justify-content: space-evenly; align-items: center; gap: 14px; }
.location-forms .list-wrapepr .list .icon { width: 80px; height: 80px; border-radius: 20px; background: #FFF; display: flex; align-items: center; justify-content: center; }
.location-forms .list-wrapepr [class*=button-] a { padding: 10px 20px; }
.location-forms .list-wrapepr .list .content { width: calc(100% - 80px); display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.location-forms .list-wrapepr .list .content h4 { color: var(--primary-dark); margin-bottom: 0; font-weight: 600; }

.request-estimate .inner .left-part { width: 510px; background: #E0EAF8; border-radius: 30px; }
.request-estimate .inner .right-part { width: calc(100% - 510px); }
.request-estimate .inner.reverse .right-part { padding-right: 60px; }
.request-estimate .content h4 { color: var(--secondary); font-weight: 500; }
.request-estimate .content a { color: var(--primary-dark); font-weight: 500; text-decoration-line: underline; text-decoration-style: solid; text-decoration-skip-ink: auto; text-decoration-thickness: auto; text-underline-offset: auto;  text-underline-position: from-font; }
.request-estimate .left-part.object-fit-contain img { max-width: 420px; }

.feedback-matters { padding-top: 40px; }
.feedback-matters .feedback-wrap { border-radius: 30px; background: var(--light-blue); padding: 30px; }
.feedback-matters .content a { color: var(--secondary); }
.feedback-matters .content a:hover { color: var(--primary); }

/* Lasik Page */
.hero-slider.inner_banner .hero { padding: 230px 0; min-height: 800px; }

.cta-with-form.schedule_consult_section .cta_form_in { width: 780px; max-width: 100%; margin: 0 auto; }
.cta-with-form.schedule_consult_section .cta-form-wrap { background: linear-gradient(93deg, #193062 44.41%, #0085AC 121.98%); }
.cta-with-form.schedule_consult_section .cta-form-wrap:before { height: 299px; width: 305px; max-width: 100%; bottom: 0; right: 0; transform: none; top: auto; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/consult-right-shape.svg) no-repeat center / cover; }
.cta-with-form.schedule_consult_section .cta-form-wrap:after { height: 320px; width: 228px; max-width: 100%; top: 0; left: 0; right: auto; bottom: auto; transform: none; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/consult-left-shape.svg) no-repeat center / cover; }

.tech_section { padding: 150px 0; }
.tech_section .title-part { width: 685px; max-width: 100%; margin: 0 auto 60px; }
.tech_img_wrap { display: flex; flex-wrap: wrap; width: auto; margin: 0 -15px; }
.tech_img_col { width: calc(33.33% - 30px); margin: 15px; background: #F9F9F9; border-radius: 30px; display: flex; align-items: center; justify-content: center; min-height: 360px; overflow: hidden; }

.card_section { padding: 150px 0; }
.cards_wrap { display: flex; width: auto; flex-wrap: wrap; justify-content: center; margin: 0 -10px; }
.cards_col { width: calc(33.33% - 20px); margin: 10px; color: #fff; padding: 24px; border-radius: 20px; font-size: 16px; line-height: 26px; }
.cards_col.blue { background: #193062; }
.cards_col.green { background: #4B9560; }
.cards_col .card_title { font-size: 24px; font-weight: 600; margin-bottom: 5px; }

/**/
@media(min-width:1200px){
    .mobile-menu-wrap { display: none !important; }
    .img-content-team .inner .right-part { padding-right: 30px; }
    .two-img-education .ap-details-wrap .left-part img:nth-child(1) { height: 327px; }
    .two-img-education .ap-details-wrap .left-part img:nth-child(2) { height: 345px; }
    .img-content-career .inner .right-part { padding-right: 30px; }
    .hero-slider.inner_banner.innerBannerV2 .hero { min-height: 530px; }

}

@media (min-width:768px){
    .flex { display: flex }
    .row-wrap { flex-flow: row wrap; }
    .flex-wrap { flex-wrap: wrap; }
    .align-top { align-items: flex-start; }
    .align-center { align-items: center; }
    .align-bottom { align-items: flex-end; }
    .justify-between { justify-content: space-between; }
    .justify-center { justify-content: center; }
    .justify-right { justify-content: flex-end; }
    .justify-left { justify-content: flex-start; }
    .reverse{ flex-direction: row-reverse; }
}

@media(max-width:1639px){
    .body-container-wrapper { padding-top: 150px; }

    .header-main .logo { width: 220px; }
    .header-main { padding: 18px 0; }    
    .header-main .mainmenu .hs-menu-wrapper > ul > li { margin: 0 7px; }    
    .header-main [class*=button-] a { padding: 10px 20px; }

    header.headerv2.fixed { transform: translateY(-53px); }

    .hero { min-height: 770px; padding: 190px 0 170px; }

    .about { padding-top: 100px; padding-bottom: 150px; }
    .about .inner .right-part .about-quote { right: 0; }
    .about .inner .right-part .about-img { max-width: 635px; }

    .services { padding-top: 100px; padding-bottom: 60px; }

    .doctors { padding: 100px 0 50px; }

    .are-saying {padding: 50px 0;}

    .image-with-content { padding: 50px 0; }

    .join-cta { padding-top: 50px; padding-bottom: 100px; }

    .resources { padding-top: 100px; padding-bottom: 50px; }

    .get-touch { padding-top: 50px; padding-bottom: 100px; }

    .footer-main .inner { gap: 30px; }

    /* About Us */
    .ap-details-wrap { padding: 60px; }
    .ap-details-main-wrap { padding: 50px 0 0; }
    .shared-values-main-wrap { padding: 50px 0; }
    /* About Us Contact */

    .two-img-content-sc .ap-details-wrap .right-part { padding-left: 50px; }
    .two-img-content-sc .ap-details-wrap.reverse .right-part { padding-left: 0; padding-right: 50px; }

    .benefit-video-sc { padding: 50px 0; }

    .faq-sc { padding-top: 100px;  padding-bottom: 50px; }

    .condi-over-sc { padding-top: 50px; padding-bottom: 100px; }  

    .condi-image-sc {  padding-top: 50px; padding-bottom: 100px; }
    .condi-image-sc .inner-wrapper { gap: 20px; }
    .condi-image-sc .left-part, .condi-image-sc .right-part { width: calc(50% - 20px); flex: 1 1 calc(50% - 20px); }

    .process-sc { padding: 50px 0; }

    .proce-sc { padding: 50px 0; }

    .condi-eye-sc { padding-top: 50px;  padding-bottom: 100px; }

    .doctors-listing { padding-bottom: 100px; }

    .doc-profile-sc { padding-top:100px; padding-bottom:50px; }

    .loc-listing { padding-bottom: 50px; }

    .locinnr-sc {  padding-bottom: 50px; }
    .locinnr-img-row {  margin-top: 100px; }

    .video-repeater { padding: 100px 0 50px; }

    .location-forms {  padding-bottom: 50px; }

}

@media(max-width:1439px){
    .body-container-wrapper { padding-top: 129px; }

    .header-strip { font-size: 14px; padding: 10px 0; }

    .header-main { font-size: 14px; }
    .header-main .logo { width: 180px; }
    .header-main [class*=button-] a { font-size: 14px; padding: 8px 15px; }
    .header-main [class*=button-].btn-icon a img { width: 15px; }
    .header-main .mainmenu .hs-menu-wrapper > ul > li { margin: 0 5px; padding: 14px 0; }    
    /*     .headerv2 .header-main .logo { width: 355px; } */
    header.headerv2.fixed { transform: translateY(-44px); }

    .hero { min-height: 720px; padding: 150px 0 170px; }

    .services .list-wrapepr .list .image { height: 210px; }
    .services .list-wrapepr .list .content { font-size: 16px; line-height: normal; }

    .are-saying .left-part .title-part .content { font-size: 20px; line-height: normal; }

    .image-with-content .inner .left-part { width: 50%; }
    .image-with-content .inner .right-part { width: 50%; padding-left: 40px; }
    .image-with-content .reverse .right-part { padding-left: 0; padding-right: 40px; }

    /* About Us */
    .ap-details-wrap { padding: 60px; }
    .ap-details-main-wrap { padding: 50px 0 0; }
    .shared-values-main-wrap { padding: 50px 0; }
    /*     .shared-values-list-wrap { gap: 140px 100px; } */
    .shared-values-list { width: calc((100% - 100px*2)/3); }
    .shared-values-list:before { right: -20%; width: 12px; }
    .shared-values-center-line { width: 46%; top: 47%; right: 16%; }
    .shared-values-list:nth-child(3):before { bottom: -13%; right: 50.6%; }
    /*     .shared-values-center-line:before { width: 12px; } */
    .shared-values-center-line:after { top: 60px; left: -51px; }
    /* About Us Contact */

    .two-img-content-sc .ap-details-wrap { align-items: flex-start; }
    .two-img-content-sc .ap-details-wrap .left-part { width: 450px; }
    .two-img-content-sc .ap-details-wrap .right-part {  width: calc(100% - 450px);padding-left: 30px; }
    .two-img-content-sc .ap-details-wrap.reverse .right-part { padding-left: 0; padding-right: 30px; }
    .two-img-content-sc .ap-details-wrap .left-part img { width: calc(50% - 10px); }

    .condi-over-sc .overview-grid .text { font-size: 16px; line-height: 25px; }

    .condi-image-sc { padding-top: 40px;  padding-bottom: 80px; }
    .condi-image-sc .overview-grid .item { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }

    .process-grid .item:before {  left: 200px; }

    .condi-eye-grid .item .image { width: 450px; }
    .condi-eye-grid .item .content { width: calc(100% - 450px); }

    .doc-profile-wrap .doc-profile-img { width: 450px; }
    .doc-profile-wrap .doc-profile-content { width: calc(100% - 450px);  padding-left: 40px; }

    .loc-wrapper .loc-image { height: 309px; margin-bottom: 20px; }
    .loc-wrapper .loc-item .loc-content { font-size: 16px; }

    .locinnr-row .locinnr-item .locinnr-box { font-size: 16px; }

    .request-estimate .inner .left-part { width: 470px; }
    .request-estimate .left-part.object-fit-contain img { max-width: 340px; }
    .request-estimate .inner.reverse .right-part { padding-right: 20px;  }
    .request-estimate .inner .right-part {  width: calc(100% - 470px); }

}

@media(max-width:1199px){
    h1 , .h1 { font-size: 65px;  }
    h2 , .h2 { font-size: 40px; }
    body { font-size: 16px; line-height: 25px; }
    .body-20 { font-size: 18px; }

    .title-part { margin-bottom: 40px; }

    .body-container-wrapper { padding-top: 117px; }

    .header-main .logo { width: 210px; }    
    .header-main .mainmenu, .header-main .btn-wrap { display: none; }

    .headerv2 .container { width: 100%; }
    .headerv2 .header-top-main { padding: 20px 0; }
    /*     .headerv2 .header-main .logo { width: 300px; } */
    .headerv2 .header-main .mobile-menu-wrap .btn-wrap { flex-direction: row; justify-content: center; gap: 10px; }

    .hero { min-height: auto; padding: 100px 0 150px; }
    .hero-slider .swiper-pagination {  bottom: 50px; }

    .about { padding-top: 80px; padding-bottom: 80px; }
    .about .inner .left-part .list-wrapepr .list { width: calc(100% - 20px); }
    .about .inner .right-part .about-quote { width: 354px; }

    .counter { padding: 70px 0; }
    .counter .title-part { margin-bottom: 30px; }
    .counter .list-wrapepr .list h2 { font-size: 30px; }
    .counter .list-wrapepr .list { padding: 20px; width: calc(25% - 20px); margin: 10px; font-size: 16px; line-height: normal; }

    .services { padding-top: 80px; padding-bottom: 40px; }
    .services .list-wrapepr .list { width: calc(33.333% - 30px);margin-bottom: 40px; }

    .doctors { padding: 80px 0 50px; }
    .doctors .list-wrapepr .list { width: calc(50% - 30px); }

    .image-with-content .inner .right-part {  padding-left: 30px; }
    .image-with-content .reverse .right-part { padding-left: 0; padding-right: 30px; }

    .form-with-testimonial { padding: 80px 0; }
    .join-cta { padding-top: 40px; padding-bottom: 80px; }

    .resources { padding-top: 80px; padding-bottom: 40px; }
    .resources .list-wrapepr .list {  padding: 20px; }

    .get-touch { padding-top: 40px; padding-bottom: 80px; }

    .newsletter { padding: 70px 0; }

    footer { padding-top: 80px; }
    .footer-main .inner .footer-social-media { width: 100%; text-align: center; }
    .footer-main .inner .footer-social-media .social-media { justify-content: center; }

    /* */
    .header-main .mobile-menu-wrap .btn-wrap { display: flex; margin-top: 20px; border-top: 1px solid #4B9560; padding-top: 20px; }
    .header-main { position: relative; }
    .ebiz-toggle { display: block;  width: 28px; height: 30px; position: absolute;  right: 20px;top: 0; bottom: 0; margin: auto; }
    .ebiz-toggle > span { background: #262626; width: 28px; height: 2px; position: absolute; margin: auto; top: 0; bottom: 0; border-radius: 90px; left: 0; right: 0; }
    .ebiz-toggle > span:first-child { right: 0; width: 14px; transform: translateY(-9px); left: auto; }
    .ebiz-toggle > span:last-child { transform: translateY(9px); width: 14px; left: 0; right: auto; }
    .menuopen .ebiz-toggle > span:nth-child(2) { opacity: 0; }
    .menuopen .ebiz-toggle > span:first-child { transform: rotate(45deg);  width: 28px; }
    .menuopen .ebiz-toggle > span:last-child { transform: rotate(-45deg); width: 28px; }

    .mobile-menu-wrap { position: absolute; top: 100%; background: #fff; width: 100%; left: 0; padding: 10px 15px 30px; border-top: 2px solid #4B9560; max-height: calc(100vh - 115px); overflow: auto; display:none; }
    .mobile-menu-wrap .nav-menu ul li a { display: block; padding: 9px 15px; font-size: 16px; font-weight: 500; }
    .mobile-menu-wrap .nav-menu ul.hs-menu-children-wrapper { display: none; }
    .mobile-menu-wrap .nav-menu ul li.hs-item-has-children { position: relative; }
    .mobile-menu-wrap .nav-menu ul li.hs-item-has-children  > a { padding-right: 50px; }
    .mobile-toggle { width: 40px; height: 40px; position: absolute; right: 5px; top: 2px; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/raw_assets/public/sees/images/arrow-down.svg) no-repeat center / 20px; z-index: 1; transition: all 150ms; }
    .mobile-toggle.ebiz-subopen { transform: scaleY(-1); top: 2px; }

    .mobile-menu-wrap .nav-menu ul > li.hs-menu-depth-1.childrenopen > a { background: rgb(75 149 96 / 80%); color: #fff; border-radius: 10px 10px 0 0;  }
    .mobile-menu-wrap .nav-menu ul li.childrenopen  span.mobile-toggle { filter: brightness(0) invert(1); }
    .mobile-menu-wrap .nav-menu ul ul { background: rgb(25 48 98 / 90%); border-radius: 0 0 10px 10px; padding: 10px 10px; }
    .mobile-menu-wrap .nav-menu ul ul ul { border-radius: 10px; }
    .mobile-menu-wrap .nav-menu ul ul li a {  color: #fff; }

    /* Privacy policy and Contact */
    .normal-content { padding: 100px 0; }
    .form-img-sc { padding: 100px 0; }
    .contact-information { padding: 100px 0; }
    /*  Privacy policy and Contact End */

    /* About Us */
    .ab-main-wrap { padding: 70px 0 50px; } 
    .ab-main-wrap .ab-wrap .pb-60 { padding-bottom: 30px; }
    .map-btn-main-wrap { padding-bottom: 50px; }
    .ap-details-wrap { padding: 40px; }
    .ap-details-wrap .left-part { padding-right: 17px; }
    .ap-details-wrap .pt-60 { padding-top: 40px; }  
    .ap-details-wrap .right-part { padding-left: 0; }

    .services-list-wrap .top-grid-wrapper.list-wrapepr { padding-left: 25px; gap: 25px; }
    .services-list-wrap { gap: 25px 0; }
    .services-list-wrap .list-wrapepr .list { width: calc((100% - 25px) / 2); margin-bottom:0; }
    .services-list-wrap .list-wrapepr { gap: 25px; }
    .services-list-wrap .bottom-grid-wrapper .list { width: calc((100% - 25px * 2) / 3); margin-bottom:0; }

    .shared-values-main-wrap { padding: 40px 0; }
    /*     .shared-values-list-wrap { gap: 140px 60px; } */
    .shared-values-list { width: calc((100% - 60px * 2) / 3); padding: 15px; }
    .shared-values-list:before { right: -15%; width: 11px; height: 13px; top: 49.9%; }
    .shared-values-list .icon { margin-bottom: 20px; }
    .shared-values-list h4 { margin-bottom: 14px; }
    .shared-values-list:nth-child(3):after { top: 90%; }
    .shared-values-center-line { right: 18%; width: 49%; }
    .shared-values-center-line:after { left: -54px; top: 69px; width: 24%; }
    .shared-values-center-line:before { left: -3.7px; width: 11px; }
    .shared-values-list:nth-child(3):before { right: 50.1%; }
    /* About Us Contact */

    .two-img-content-sc .ap-details-wrap .title-part h2 { margin-bottom: 30px; }  
    .two-img-content-sc .ap-details-wrap .left-part { width: 400px; }
    .two-img-content-sc .ap-details-wrap .right-part { width: calc(100% - 400px); }

    .img-text-sc.dark-bg .content p:first-child, .img-text-sc.dark-bg .content ul { margin-bottom: 15px; }

    .benefit-wrap .benefit-item { width: calc(33.333% - 20px); margin: 0 10px 20px; }

    .faq-sc { padding-top: 80px;  padding-bottom: 40px; }
    .faq-item .acc-title { padding: 20px 50px 20px 20px; }

    .condi-over-sc { padding-top: 40px; padding-bottom: 80px; }  

    .overview-grid { gap: 20px; margin-top: 40px; }
    .overview-grid .item .left-part, .overview-grid .item .right-part { width: calc(100% - 14px); flex: 1 1 calc(100% - 14px); }
    .overview-grid .item:nth-child(1), .overview-grid .item:nth-child(2) { width: calc(50% - 20px); flex: 1 1 calc(50% - 20px); }
    .overview-grid .item { width: calc(33.3333% - 20px); flex: 1 1 calc(33.333% - 20px); }
    .overview-grid .item.flex { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }

    .condi-image-sc .overview-grid .item { width: calc(100% - 20px);  flex: 1 1 calc(100% - 20px);}

    .process-sc { padding: 40px 0; }
    .process-grid { gap: 20px; }
    .process-grid .item:before { left: 200px; }
    .process-grid .item { width: calc(33.3333% - 20px); flex-basis: calc(33.3333% - 20px); }
    .process-grid .item:before { left: 170px; right: -190px; }
    .process-grid .item:after { right: -16px; }

    .proce-sc { padding: 40px 0;}      
    .proce-grid { gap: 20px; }  
    .proce-grid .item .image { min-height: 256px; }
    .proce-grid .item { width: calc(33.333% - 20px); flex: 1 1 calc(33.333% - 20px); }
    .proce-bottom-grid { margin-top: 40px; }
    .proce-bottom-grid .item { width: calc(100% - 20px); flex-basis: calc(100% - 20px); gap: 20px; }
    .proce-bottom-grid .item .image, .proce-bottom-grid .item .content { width: calc(50% - 20px); flex: 1 1 calc(50% - 20px); }
    .proce-four-grid .item { width: calc(50% - 30px);  flex: 1 1 calc(50% - 30px); max-width: none; }

    .condi-eye-sc { padding-top: 40px; padding-bottom: 80px; }
    .condi-eye-grid .item .image { width: 420px; }
    .condi-eye-grid .item .content { width: calc(100% - 420px); padding-left: 20px; }
    .condi-eye-grid .item:nth-child(2n) .content { padding-right: 20px; }

    .img-content-exhibitors [class*="button-"]{margin-top:40px}
    .img-content-team [class*="button-"]{margin-top:40px}

    .contact-us { padding: 50px 0 100px; }

    .doctors .list-wrapper .list { width: calc(50% - 30px); }

    .doctors-listing { padding-bottom: 80px; }

    .doc-profile-sc { padding-top:80px; padding-bottom:40px; }
    .doc-profile-wrap .doc-profile-img { width: 370px; }
    .doc-profile-wrap .doc-profile-content { width: calc(100% - 370px); }
    .doc-profile-wrap .doc-specialty-loc .doc-specialty:after { display: none; }

    .loc-listing { padding-bottom: 40px; }
    .loc-map iframe { height: 446px; }
    .loc-wrapper .loc-image { height: 250px; border-radius: 20px; }
    .loc-wrapper .loc-num ul { flex-wrap: wrap; gap: 12px 0; }
    .loc-wrapper .loc-num ul li:not(:last-child):after { display: none; }

    .locinnr-row { grid-template-columns: repeat(2, 1fr); border-radius: 20px; }

    .locinnr-sc { padding-bottom: 40px; }
    .locinnr-img-row {margin-top: 80px;}
    .locinnr-sc .locinnr-logo img { width: 100%; max-width: 370px; }
    .locinnr-img-item img { border-radius: 20px; }

    .video-repeater { padding: 80px 0 40px; }

    .location-forms .list-wrapepr .list .content { flex-wrap: wrap; gap: 8px; }
    .location-forms .list-wrapepr .list { align-items: flex-start; }
    .location-forms { padding-bottom: 40px; }
    .request-estimate .inner .left-part { width: 400px; }
    .request-estimate .inner .right-part { width: calc(100% - 400px); }
    .location-forms .list-wrapepr [class*=button-] a { padding: 7px 20px; }

    /**/
    .hero-slider.inner_banner .hero { min-height: auto; padding: 150px 0; }
    
    .filter-wrap h5{ font-size: 36px }
}

@media(max-width:991px){
    h1, .h1 { font-size: 48px; }
    h2, .h2 { font-size: 34px; }
    h3, .h3 { font-size: 24px; }
    h4, .h4 { font-size: 20px; }
    h5, .h5 { font-size: 18px; }
    h6, .h6 { font-size: 16px; line-height: 25px; }
    .body-20 { font-size: 16px; line-height: 25px; }
    .mb-60 { margin-top: 30px; }
    .mt-60 { margin-top: 30px; }
    .form-box {padding: 20px; }
    .mob-show { display:block; }

    .form-style .hs-form .inputs-list input[type="checkbox"]:checked + span:before { top: 11px; }
    .form-style .hs-form .inputs-list span { font-size: 14px; padding: 2px 0 0 30px; }
    .form-style .hs-form .inputs-list span:after { top: 3px; }

    [class*="button-"] a { padding: 13px 30px; }

    .title-part { margin-bottom: 30px; }
    .title-line h2 { padding-bottom: 20px; margin-bottom: 20px; }

    .hero { padding: 80px 0 110px; }
    .hero .hero-caption .content { margin-bottom: 30px; }
    .hero-slider .swiper-pagination { bottom: 30px; }

    .about .inner .left-part {  width: 100%; text-align: center; padding-right:0; }
    .about .inner .right-part { width: 100%; display: none; }
    .about .inner .left-part .list-wrapepr .list { width: calc(50% - 20px); }
    .about .inner .left-part .button-1.arrow { justify-content: center; }   
    .about .inner .left-part h3 { margin-bottom: 12px; }
    .about .inner .left-part .list-wrapepr { margin-bottom: 30px; }
    .about .inner .left-part .about-img { border-radius: 20px; overflow: hidden; line-height: 0; margin-bottom: 20px; }
    .about .inner .left-part .about-img img { width: 100%; }
    .about .inner .left-part .content {margin-bottom: 20px;}
    .about .inner .left-part .list-wrapepr .list h4 { margin-bottom: 10px; }

    .counter .title-part { margin-bottom: 20px; }
    .counter .list-wrapepr .list { width: calc(50% - 20px); }

    .services .list-wrapepr .list { width: calc(50% - 30px); }

    .doctors { position: relative; padding-bottom: 75px; }    
    .doctors .list-wrapepr {  margin: 0; }
    .doctors .swiper { overflow: hidden; }
    .doctors .list-wrapepr .swiper-wrapper {  flex-wrap: nowrap; }
    .doctors .list-wrapepr .list { width: 100%; margin:0; height:auto; margin: 0; }  
    .doctors .list-wrapepr .list:hover { box-shadow: none; }
    .doctors .list-wrapepr { position: static; }

    .are-saying { position: relative; padding-bottom: 75px; }
    .are-saying .left-part { width: 100%; padding-right: 0; padding-bottom: 30px; }
    .are-saying .right-part { width: 100%; padding: 0; }
    .are-saying .left-part .title-part h2 { text-align: center; margin-bottom: 30px; }
    .are-saying .left-part .title-part h2::after {right: 0;}
    .are-saying .left-part .stars { margin-bottom: 10px; }
    .are-saying .list-wrapepr {  max-height: none; overflow: hidden; padding-bottom: 0; position: static; }
    .are-saying .list-wrapepr .swiper-wrapper { flex-wrap: nowrap; }
    .are-saying .list-wrapepr .list {  height: auto; margin: 0; }

    .image-with-content { padding:40px 0 }
    .image-with-content .inner .left-part { width: 100%; padding: 0; display: none; }
    .image-with-content .inner .right-part { width: 100%; padding: 0; }
    .image-with-content .inner .right-part .image { line-height: 0; width: 100%; border-radius: 20px; overflow: hidden; margin-top: 20px; height: 540px; }
    .image-with-content .inner .right-part .image img { width: 100%;  object-fit: cover; height: 100%; }

    .sees-network .left-part { width: 100%; padding: 0; padding-bottom: 15px; }
    .sees-network .right-part { width: 100%; padding: 0; }

    .phy-testimonial { margin-top: 20px; }
    .phy-testimonial .testi-wrap { padding: 30px 20px; }

    .resources .list-wrapepr .list { width: calc(100% - 30px); }

    .get-touch .left-part { width: 100%; padding: 0; }
    .get-touch .right-part { width: 100%; padding: 0 0 20px; }
    .get-touch .inner.flex { display: flex; flex-direction: column-reverse; }
    .get-touch h3 { margin-bottom: 20px; }
    .get-touch .left-part .box .text { margin-bottom: 30px; }
    .get-touch .left-part .box { padding: 20px; }

    .newsletter .inner .left-part { width: 100%; padding: 0; }
    .newsletter .inner .right-part { width: 100%; padding: 0; }
    .newsletter .inner .right-part .email-from { margin: 20px 0 0; }

    .footer-main .footer-logo { max-width: 100%; text-align: center; margin: 0 0 20px; }
    .footer-main .footer-logo .logo {margin-bottom: 14px; }
    .footer-main .footer-logo .footer-text { width: 100%; max-width: 400px; margin: auto; }

    /* Privacy policy and Contact */
    .normal-content { padding: 70px 0; }

    .form-img-sc { padding: 70px 0; }
    .form-img-sc .inner { flex-direction: column-reverse; }
    .form-img-sc .inner .form { width: 100%; }
    .form-img-sc .inner .image { width: 100%; }

    .contact-information { padding: 70px 0; }
    .contact-information .inner .item { flex: 1 1 calc(50% - 30px); }
    /*  Privacy policy and Contact End */

    /* About Us */
    .shared-values-list-wrap {
        /*         gap: 80px 40px; */
        padding: 0 28px; }
    .shared-values-list { width: calc((100% - 40px*2)/3); padding: 10px; }
    .shared-values-list .icon { width: 50px; height: 50px; margin-bottom: 15px; }
    .shared-values-list h4 { margin-bottom: 10px; }
    .shared-values-list:before { right: -13%; width: 9px; }
    .shared-values-list:after { width: 43%; }
    .shared-values-center-line:before { width: 8px; top: 38px; left: -3px; }
    .shared-values-center-line:after { width: 31%; top: 69px; }
    .shared-values-list:nth-child(3):after { top: 87%; }
    .shared-values-list:nth-child(3):before { bottom: -8%; }

    .ap-details-wrap { padding: 30px; }
    .ap-details-wrap .pt-60 { padding-top: 20px; }

    .services-list-wrap .top-grid-wrapper.list-wrapepr { width: 100%; padding-left: 0; gap: 20px; }
    .services-list-wrap .big-left-wrapper { width: 100%; }
    .services-list-wrap .big-left-wrapper .image img { width: 100%; aspect-ratio: 16/9;  vertical-align: top; margin-bottom: 20px;  }
    .services-list-wrap .list-wrapepr .list { width: calc((100% - 20px)/2); }
    .services-list-wrap .list-wrapepr { gap: 20px; }
    /* About Us Contact */
    .two-img-content-sc .ap-details-wrap .title-part h2 { margin-bottom: 20px; }  
    .two-img-content-sc .ap-details-wrap .left-part { width: 100%; display: none; }
    .two-img-content-sc .ap-details-wrap .right-part { width: 100%; padding: 0; }
    .two-img-content-sc .ap-details-wrap.reverse .right-part { padding-right: 0; }
    .two-img-content-sc .ap-details-wrap  .image { display: flex; justify-content: space-between;  margin: 30px 0; align-items: flex-start; }
    .two-img-content-sc .ap-details-wrap .image > img { width: calc(50% - 10px); border-radius: 15px; }
    .two-img-content-sc .ap-details-wrap .image > img:nth-child(2) {  margin-top: 30px; }
    .two-img-content-sc .ap-details-wrap.single-image-details .image > img { width: 100%; }

    .benefit-video-sc { padding:40px 0; }
    .benefit-wrap .benefit-item { width: calc(50% - 20px); }

    /* */
    .condi-over-sc h5 {  font-size: 18px; }
    .overview-grid .item { width: calc(50% - 20px); flex: 1 1 calc(50% - 20px); }

    .condi-image-sc .overview-grid .item h4 { margin-bottom: 15px; }    
    .condi-image-sc .left-part, .condi-image-sc .right-part {width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }
    .condi-image-sc .right-part img {width: 100%; border-radius: 20px; }

    .process-grid .item .text { font-size: 14px; }
    .process-grid .item h4 { margin-bottom: 10px; }
    .process-grid .item:before { left: 140px; right: -170px; }

    .proce-bottom-grid { margin-top: 20px; }
    .proce-top-grid .item { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); display: flex; flex-direction: row-reverse; gap: 20px; }
    .proce-top-grid .item .image, .proce-top-grid .item .content { width: calc(50% - 20px); flex: 1 1 calc(50% - 20px); }
    .proce-top-grid .item:nth-child(2n) { flex-direction: row; }
    .proce-grid .item h4 { font-size: 20px; }

    .condi-eye-grid .item { padding: 20px; border-radius: 20px; }
    .condi-eye-grid .item .image {width: 46%; height: 250px; }
    .condi-eye-grid .item .image img { position: static; }
    .condi-eye-grid .item .content {width: 54%;}

    .img-content-exhibitors [class*="button-"]{margin-top:30px}
    .img-content-team [class*="button-"]{margin-top:30px}

    .image-with-content-boxes { padding: 40px 0; }
    .image-with-content-boxes .left-part { width: 100%; padding: 0; }
    .image-with-content-boxes .right-part { width: 100%; padding: 0;margin-top:30px; }

    .contact-us { padding: 40px 0 80px; }

    .doc-profile-wrap .doc-profile-img { width: 250px; }
    .doc-profile-wrap .doc-profile-content { width: calc(100% - 250px); padding-left: 20px; }

    .loc-wrapper .loc-item { width: calc(50% - 30px); }
    .loc-wrapper .loc-num ul li:not(:last-child):after { display:inline-block; } 

    .locinnr-row { grid-template-columns: repeat(1, 1fr); }

    .image-with-content .inner .right-part .image.object-fit-contain img { object-fit: contain; height: auto; width: 100%; max-width: 460px; }
    .image-with-content .inner .right-part .image.object-fit-contain { height: auto; display: flex; justify-content: center; }

    .video-repeater .video-wrapepr { gap: 30px 0; }
    .video-repeater .video-wrapepr .video-item { width: calc(50% - 30px); }

    .alert-message { margin-bottom: 30px; }
    .location-forms .list-wrapepr .list .icon { width: 50px; height: 50px; border-radius: 10px; }
    .location-forms .list-wrapepr .list .icon img { width: 34px; }
    .location-forms .list-wrapepr .list .content { width: calc(100% - 50px); }
    .location-forms .list-wrapepr .list .content h4 { font-size: 18px; }
    .location-forms .list-wrapepr [class*=button-] a { font-size: 14px; padding: 6px 20px; }
    .location-forms .list-wrapepr { gap: 20px 0;  margin: 0 -10px; }
    .location-forms .list-wrapepr .list { margin: 0 10px; width: calc(50% - 20px);  border-radius: 20px; }

    .request-estimate .inner.reverse .right-part { padding: 0; }
    .request-estimate .inner .right-part .image.object-fit-contain { background: #e0eaf8; border-radius: 30px; padding: 30px; }
    .request-estimate .inner .right-part .image.object-fit-contain img { max-width: 360px; }
    .request-estimate .inner .right-part .title-part {  margin-bottom: 0; }

    /**/
    .tech_img_col { min-height: 200px; }
    .cards_col { width: calc(50% - 20px); }

    .filter-wrap h5{ font-size: 28px }

}

@media(max-width:767px){
    h1, .h1 { font-size: 32px; }
    h2, .h2 { font-size: 28px; }
    [class*="button-"].arrow { justify-content: center; }

    .form-style .hs-form fieldset.form-columns-2 .hs-form-field , .form-style .hs-form fieldset.form-columns-3 .hs-form-field { width: 100% !important; margin: 0; }
    .form-style .hs-form fieldset.form-columns-2 , .form-style .hs-form fieldset.form-columns-3 { margin: 0; }
    .form-style .hs-form .inputs-list span:after { top: 1px; }    
    .form-style .hs-form .inputs-list input[type="checkbox"]:checked + span:before { top: 9px; }
    .body-container-wrapper { padding-top: 72px; }

    .header-strip { display: none; }
    /*     .headerv2 .header-main .logo { width: 225px; } */
    header.headerv2.fixed { transform: none; }

    .hero { padding-top: 106px; min-height: 501px; padding-bottom: 60px; }
    .hero-slider .swiper-pagination { bottom: 20px; }

    .about { padding-top: 50px; padding-bottom: 50px; }
    .about .inner .left-part .list-wrapepr .list { width: calc(100% - 20px); }

    .counter { padding: 45px 0; }    
    .counter .list-wrapepr.flex { display: flex; flex-wrap: wrap; }
    .counter .list-wrapepr .list {width: calc(50% - 10px); margin: 5px; border-radius: 15px; font-size: 14px; }

    .services {padding: 50px 0 20px;}
    .services .list-wrapepr .list { width: calc(100% - 30px); margin-bottom: 30px; }  
    .services .list-wrapepr .list .content h4 { font-size: 22px; }
    .services .list-wrapepr .list .image {height: auto;line-height: 0;border-radius: 20px;}
    .services .list-wrapepr .list .content { padding-top: 20px; }

    .cta-form-wrap { padding: 50px 20px; overflow: hidden; }
    .email-from input.hs-button {position: static; width: 100%;  height: 56px;}
    .email-from form .hs-form-field input.hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { padding-right: 20px; }
    .cta-form-wrap .btn-wrap { gap: 14px; }
    .cta-form-wrap .content { margin-bottom: 30px; }
    .cta-form-wrap .btn-wrap [class*="button-"] { width: 100%; }
    .cta-form-wrap .btn-wrap [class*="button-"] a { width: 100%;  justify-content: center; }

    .cta-form-wrap:after { right: 158px; width: 65px; }
    .cta-form-wrap:before { right: 30px; width: 100px; }
    .cta-form-wrap:before, .cta-form-wrap:after { bottom: 0; height: 310px; }

    .doctors { padding-top: 50px; }
    .doctors .list-wrapepr .list { width: calc(100% - 30px); }  

    .are-saying { position: relative; padding-top:25px; }
    .are-saying [class*="button-"] { text-align: center; justify-content: center; }
    .are-saying [class*="button-"] a { width: 100%; justify-content: center; }

    .image-with-content {  padding-top: 25px; padding-bottom: 25px; }
    .image-with-content .inner .right-part .image { height: auto; }

    .join-cta { padding-top: 25px; padding-bottom: 50px; }

    .form-with-testimonial { padding: 50px 0; }
    .sees-network .list-style ul li { margin-bottom: 14px; }
    .phy-testimonial .testi-wrap { padding-bottom: 20px; }
    .testi-slider .testi-item { padding: 20px; }

    .resources { padding: 50px 0 25px; }
    .resources .list-wrapepr { margin-top: 0; }
    .resources .list-wrapepr .list:last-child { margin-bottom: 0; }    

    .get-touch {  padding-top: 25px; padding-bottom: 50px; }
    .get-touch .left-part .list-wrapepr .list { padding-bottom: 20px; }
    .get-touch .left-part .list-wrapepr .list .text { font-size: 14px; }
    .get-touch .left-part .list-wrapepr .list [class*=arrowlink2] { font-size: 14px; }

    .newsletter { padding: 50px 0; }
    .newsletter .inner .right-part .email-from { margin-top: 30px; }
    .newsletter .email-from input.hs-button { margin-top: 20px; }

    footer { padding: 50px 0 30px; }
    .footer-main {padding-bottom: 30px;}
    .footer-main .footer-logo .footer-text { font-size: 14px; }
    .footer-main .footer-logo .logo { width: 230px; margin: 0 auto 14px; }
    .footer-main .footer-links { max-width: 100%; text-align: center; margin-bottom: 30px; }
    .footer-main h5 { font-size: 22px; margin-bottom: 20px; }
    .footer-main ul li { margin: 5px 0; }
    .footer-main .footer-contact { max-width: 100%; text-align: center; margin-bottom: 30px; }
    .footer-copyright { text-align: center; font-size: 12px; line-height: normal; }
    .footer-copyright .left-part { width: 100%; margin-bottom: 7px; }
    .footer-copyright .right-part { width: 100%; }
    .footer-social-media .social-media li a {width: 50px; height: 50px; }
    .footer-main .footer-social-media h5 { margin-bottom: 20px; }

    .mobile-menu-wrap { max-height: calc(100vh - 72px); }

    /* Privacy policy and Contact */
    .breadcrumbs h1 { padding: 8px 0 0; }
    .normal-content { padding: 50px 0; }
    .normal-content .content h5 { margin-bottom: 20px; }

    .form-img-sc { padding: 50px 0; }
    .form-img-sc .inner { display: flex; flex-wrap: wrap; gap: 20px; }
    .form-img-sc .inner .form { padding: 20px; border-radius: 10px; }
    .form-img-sc .inner .image { border-radius: 10px; }

    .contact-information { padding: 50px 0; }
    .contact-information .inner { display: flex; flex-wrap: wrap; gap: 20px; }
    .contact-information .inner .item { flex: 1 1 100%; padding: 20px; border-radius: 10px; }
    .contact-information .inner .item .icon { width: 50px; height: 50px; margin-bottom: 10px; }
    .contact-information .inner .item .icon > img { max-width: 25px; }
    .contact-information .inner .item .content { margin: 5px 0 0; }
    .contact-information .inner .item [class*=button-] { margin: 10px 0 0; }
    .contact-information .inner .item.img { flex: 1 1 100%; min-height: 245px; }
    /*  Privacy policy and Contact End */

    /* About Us */
    .ab-main-wrap { padding: 70px 0 30px; }
    .map-btn-wrap .col-wrap { width: 100%; margin-bottom: 26px; gap: 20px; }
    .map-btn-wrap .col-wrap:last-child { margin-bottom: 0; }
    .map-btn-main-wrap { padding-bottom: 25px; }
    .ap-details-main-wrap { padding: 30px 0 0; }
    .ap-details-wrap { padding: 20px; }
    .ap-details-wrap .left-part { width: 100%; padding-right: 0; }
    .ap-details-wrap .right-part { width: 100%; margin-top: 20px; }

    .services-list-wrap .list-wrapepr .list { width: 100%; margin-bottom: 25px; }
    .services-list-wrap .bottom-grid-wrapper .list:last-child { margin-bottom: 0; }

    .shared-values-list { width: 100%; margin-bottom: 30px; padding: 15px; }
    .shared-values-center-line { display: none; }
    .shared-values-list:after { transform: rotate(90deg); left: 26%; z-index: -1; top: auto; bottom: -12%; }
    .shared-values-list:before { right: 50.6%; width: 11px; transform: rotate(90deg); top: auto; bottom: -18.2%; }
    .shared-values-list:nth-child(3):before { right: 50.6%; transform: rotate(90deg); top: auto; bottom: -18.2%; }
    .shared-values-list:nth-child(3):after { transform: rotate(90deg); left: 26%; z-index: -1; top: auto; bottom: -12%; width: 43%; }
    .shared-values-list:last-child { margin-bottom: 0; }
    .shared-values-list-wrap { padding: 0 20px; }
    .shared-values-list-wrap:before,
    .shared-values-list-wrap:after { width: 12px; }
    .services-list-wrap .big-left-wrapper .image img { aspect-ratio: 16 / 18; vertical-align: top; margin-bottom: 25px; }
    /* About Us Contact */

    .two-img-content-sc .ap-details-wrap {border-radius: 20px;}
    .two-img-content-sc .ap-details-wrap .image > img { width: calc(50% - 5px); border-radius: 10px; }
    .two-img-content-sc .ap-details-wrap .image > img:nth-child(2) { margin-top: 15px; }
    .two-img-content-sc .ap-details-wrap .right-part { margin-top: 0; }

    .benefit-video-sc { padding: 25px 0; }
    .benefit-wrap .benefit-item { width: calc(100% - 20px); }
    .benefit-wrap .benefit-item .icon { margin-bottom: 15px; }
    .benefit-wrap .benefit-item h4 { margin-bottom: 15px; }

    .video-wrap iframe {border-radius: 20px;}

    .faq-sc { padding-top: 50px;padding-bottom: 25px; }
    .faq-item { margin-bottom: 15px; }

    .services-slider { padding-bottom: 30px; }
    .services-slider .swiper-dots { bottom: -8px; }

    .condi-over-sc { padding-top: 25px; padding-bottom: 50px; }
    .overview-grid .item:nth-child(1), .overview-grid .item:nth-child(2) { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }
    .overview-grid { display: flex; flex-wrap: wrap; margin-top: 30px; }
    .overview-grid .item .inner-grid .list { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }
    .overview-grid .item .left-part, .overview-grid .item .right-part { width: 100%; }
    .overview-grid .item .left-part { padding-bottom: 15px; }
    .overview-grid .item { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }

    .condi-image-sc { padding-top: 25px; padding-bottom: 50px; }
    .condi-image-sc .inner-wrapper { display: flex; flex-wrap: wrap; }

    /* */
    .process-sc { padding: 25px 0; }
    .process-grid { display: flex; flex-wrap: wrap; gap: 40px 20px; }    
    .process-grid .item:after, .process-grid .item:before {display: none;}
    .process-grid .item {width: calc(100% - 20px);flex-basis: calc(100% - 20px);}
    .process-grid .item:after { left: 0;  right: 0; }
    .process-grid .item .text { font-size: 16px; }

    .proce-sc { padding: 25px 0; }
    .proce-grid { display: flex; flex-wrap: wrap; }
    .proce-grid .item { flex-wrap: wrap; }
    .proce-grid .item .image , .proce-grid .item .content { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); }
    .proce-bottom-grid .item .image img { position: static; }

    .proce-four-grid .item {  width: calc(100% - 30px); flex: 1 1 calc(100% - 30px); flex-direction: row !important; }
    .proce-four-grid .item .image , .proce-four-grid .item .content {width: calc(100% - 20px);flex: 1 1 calc(100% - 20px);}
    .proce-four-grid .item .content { min-height: auto; }

    .condi-eye-sc { padding-top: 25px; padding-bottom: 50px; }
    .condi-eye-grid .item .image { width: 100%; height: auto; min-height: auto; line-height: 0; }
    .condi-eye-grid .item .content { width: 100%; padding: 18px 0 0; }
    .condi-eye-grid .item h3 { font-size: 24px; margin-bottom: 15px; }
    .condi-eye-grid .item { margin-bottom: 30px; }

    .image-with-content-boxes .right-part .content-box { display: flex; flex-wrap: wrap; }
    .image-with-content-boxes .right-part .item { width: 100%; }

    .contact-us .form-style .hs-fieldtype-checkbox .inputs-list { flex-direction: column; gap: 20px; }
    .contact-us .content a { word-wrap: break-word; }

    .filter-wrap { display: flex; flex-direction: column; }
    .doctors .list-wrapper { margin: 0; }
    .doctors .list-wrapper .list { width: 100%; margin-left: 0; }

    .doctors-listing { padding-top:50px; padding-bottom: 50px; }
    .filter-wrap { margin-bottom: 40px; }

    .doc-profile-sc { padding-top:50px; padding-bottom:25px; }
    .doc-profile-wrap .doc-profile-img { width: 100%; }
    .doc-profile-wrap .doc-profile-content { width: 100%; padding: 20px 0 0; }
    .doc-profile-sc .overview-grid .item { width: calc(100% - 20px); flex: 1 1 calc(100% - 20px); padding: 20px; }

    .loc-listing { padding: 50px 0 25px; }
    .loc-map iframe { height: 335px;  border-radius: 20px; }
    .loc-wrapper { display: flex; flex-wrap: wrap; gap: 30px 0; justify-content: center; }
    .loc-wrapper .loc-item { width: calc(100% - 30px); max-width: 480px; }

    .locinnr-sc { padding-top: 50px; padding-bottom: 25px; }
    .locinnr-sc .locinnr-logo { margin-bottom: 30px; }
    .locinnr-row { margin-top: 20px; padding: 20px; }
    .locinnr-row .locinnr-item {display: flex;gap: 30px;}
    .locinnr-row .locinnr-item .locinnr-box { flex: 1 1 calc(100% - 20px);}
    .locinnr-row .locinnr-item .locinnr-box:nth-child(2n):before { display: none; }
    .locinnr-img-row { margin-top: 50px; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .locinnr-img-item img { border-radius: 10px; }

    .list-stylev2 .content ul { column-count: 1; }

    .video-repeater { padding: 50px 0 25px; }
    .video-repeater .video-wrapepr { display: flex;  flex-wrap: wrap; }    
    .video-repeater .video-wrapepr .video-item { width: calc(100% - 30px); }

    .alert-message { font-size: 16px; }    
    .location-forms { padding-top: 50px; padding-bottom: 25px; }
    .location-forms .list-wrapepr { display: flex; flex-wrap: wrap; }
    .location-forms .list-wrapepr .list {  width: calc(100% - 20px); }

    .feedback-matters .feedback-wrap { border-radius: 20px; padding: 20px; }

    /**/
    .hero-slider.inner_banner .hero { padding: 100px 0; }
    .tech_section { padding: 75px 0; }
    .card_section { padding: 75px 0; }
    .tech_img_col { width: calc(50% - 30px); }
    .tech_img_wrap { justify-content: center; }
    .cards_col { width: calc(100% - 20px); padding: 30px 15px; }
    .cards_col .card_title { font-size: 22px; }

}

@media (max-width: 550px){
    .tech_img_col { width: calc(100% - 30px); }
}

@media (min-width:30px) { 
    /* Common space css */
    .pt0{ padding-top: 0px}
    .pb0{ padding-bottom: 0px}
    .pt75{ padding-top:25px}
    .pb75{ padding-bottom:25px}
    .pt100{ padding-top:50px}
    .pb100{ padding-bottom:50px}
    .pt150{ padding-top:50px}
    .pb150{ padding-bottom:50px}
    /* Common space css end */
}
@media (min-width:768px) { 
    /* Common space css */
    .pt75{ padding-top:40px}
    .pb75{ padding-bottom:40px}
    .pt100{ padding-top:80px}
    .pb100{ padding-bottom:80px}
    .pt150{ padding-top:80px}
    .pb150{ padding-bottom:80px}
    /* Common space css end */
}
@media (min-width:1200px) {
    /* Common space css */
    .pt75{ padding-top:50px}
    .pb75{ padding-bottom:50px}
    .pt150{ padding-top:100px}
    .pb150{ padding-bottom:100px}
    /* Common space css end */
}

@media (min-width:1640px) { 
    /* Common space css */
    .pt75{ padding-top:75px}
    .pb75{ padding-bottom:75px}
    .pt100{ padding-top:100px}
    .pb100{ padding-bottom:100px}
    .pt150{ padding-top:150px}
    .pb150{ padding-bottom:150px}
    /* Common space css end */

}


/* get in touch V2 */
.getTouchV2 .left-part .list-wrapepr .list { padding: 30px; background: #F9F9F9; padding-left: 55px; border-radius: 20px; width: 100%; } 
.getTouchV2 .left-part { width: 100%; padding-right: 0; } 
.getTouchV2 .list-wrapepr { display: flex; flex-wrap: wrap; gap: 20px; } 
.getTouchV2 .left-part .box { margin-top: 20px; } 
.getTouchV2 .left-part .list-wrapepr .list .icon { left: 20px; top: 28px; } 
.getTouchV2 .getTouchV2FlexWrapper{gap:40px;} 
.getTouchV2 .left-part .list-wrapepr .list .text a{color:#4B9560;font-size: 18px;} 
.getTouchV2 .getTouchV2Image{border-radius:30px;overflow:hidden;margin-top:20px;display:flex;} 
.getTouchV2 .getTouchV2Image img {height: 100%!important;object-fit: cover;} 
@media (min-width:768px){ 
    .getTouchV2 .getTouchV2FlexWrapper > *{width:calc(50% - 20px);} 
} 
@media (min-width:992px){ 
    .getTouchV2 .left-part .list-wrapepr .list { width: calc(33.33%  - 13.3px); } 
}
/* get in touch V2 */
/* about provider with cards  */
.aboutWithCards .infoStatItem{border-radius:15px;overflow:hidden;padding: 20px 10px;text-align: center;}
.aboutWithCards .infoStats{border-radius:20px;overflow:hidden;padding:20px;display:flex;flex-wrap:wrap;gap: 20px;background:linear-gradient(93deg, #193062 44.41%, #0085AC 121.98%);margin-top:30px;}
.aboutWithCards .infoStatItem{background-color:#ffffff1a;}
.aboutWithCards .d-inline-flex {display: inline-flex;flex-wrap: wrap;}
.aboutWithCards .justify-center{justify-content:center;}
.aboutWithCards .count, .aboutWithCards  .suffix {font-weight: bold;}
.aboutWithCards .mt-10{margin-top:10px;}
.aboutWithCards .text-color-white, .aboutWithCards .text-color-white *{color:#fff;}
.aboutWithCards .infoStatItem, .aboutWithCards .right-part img {width: 100%;}
@media (min-width:768px){
    .aboutWithCards .infoStatItem {width: calc(50% - 10px);}
    .aboutWithCards .infoStats{margin-top:60px;}
}
@media (min-width:992px){
    .aboutWithCards .infoStatItem {width: calc(25% - 15px);}
    .aboutWithCards .count, .aboutWithCards  .suffix {font-size: 38px;}
    .aboutWithCards .infoStatItem, .aboutWithCards  .infoStats {padding: 20px 15px;}
}
@media (min-width:1200px){
    .aboutWithCards .count, .aboutWithCards  .suffix {font-size: 48px;}
    .aboutWithCards .infoStatItem, .aboutWithCards  .infoStats {padding: 30px 15px;}
}
@media (min-width:1440px){
    .aboutWithCards .infoStatItem, .aboutWithCards  .infoStats{padding: 30px;}
}
@media (max-width:991px){
    .aboutWithCards .count, .aboutWithCards  .suffix {font-size: 32px;}
}
/* about provider with cards  */
/* shared values v2  */
.sharedValueV2 .iconNIndex{display:flex; flex-wrap:wrap;justify-content:space-between;}
.sharedValueV2 .cardIndex {font-size: 50px;font-weight: bold;color: #1930620f;line-height: 1;}

@media (min-width:768px){
    .sharedValueV2 .cardIndex {font-size: 60px;}
}
@media (min-width:768px) and (max-width:991px){
    .sharedValueV2 .shared-values-list {width: calc(50% - 20px);}
}
@media (min-width:992px){
    .sharedValueV2 .shared-values-list-wrap {gap: 179px;}
    .sharedValueV2 .shared-values-center-line:after {left: -7.4%;top: 250%;width: 15%;}
    .sharedValueV2 .shared-values-center-line {right: 17.2%;top: 49%;width: 66%;}
    .sharedValueV2 .shared-values-center-line-after:after {background-image: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/line-dashed-center-1145.svg);content: "";width: 100%;display: inline-block;height: 19px;background-repeat: no-repeat;background-size: cover;}
    .sharedValueV2 .shared-values-list:after { content: ''; position: absolute; top: 50%; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/line-dashed.svg); width: 100%; left: 100%; height: 1.1px; transform: translateY(-50%); }
    .sharedValueV2 .shared-values-list:before { content: ''; position: absolute; right: -16%; background: url(https://49641445.fs1.hubspotusercontent-na1.net/hubfs/49641445/SEES-2025/image/arrow-icon.svg); width: 18px; height: 19px; background-size: contain; background-repeat: no-repeat; background-position: center center; top: 50%; transform: translateY(-50%); }
    .sharedValueV2 .shared-values-list:nth-child(3):after { transform: rotate(90deg) ; left: 10%; z-index: -1; top: 83%; height: 1.1px; width: 78%; }
    .sharedValueV2 .shared-values-list:nth-child(3):before { right: 50%; top: auto; bottom: -23%; transform: rotate(90deg)translatey(-30%); }

}
@media (min-width:992px) and (max-width:1199px){
    .sharedValueV2 .shared-values-list:nth-child(3):after {top: 90%;}
}
@media (min-width:1200px){
    .sharedValueV2 .shared-values-list:before{right: -20%;}
    .sharedValueV2 .cardIndex {font-size: 96px;}
}
@media (min-width:1200px) and (max-width:1439px){
    .sharedValueV2 .shared-values-list:nth-child(3):after {left: 9.3%;top: 89%;}
    .sharedValueV2 .shared-values-center-line {right: 16%;width: 69%;}
    .sharedValueV2 .shared-values-list:nth-child(3):before { right: 50.6%; }
}
@media (min-width:1440px){
    .sharedValueV2 .shared-values-center-line:after {top: 300%;}
    .sharedValueV2 .shared-values-list:before {right: -30%;}
    .sharedValueV2 .shared-values-center-line {right: 15.2%;width: 71%;}
}
@media (min-width:1640px){
    .sharedValueV2 .shared-values-center-line:after {top: 330%;}
    .sharedValueV2 .shared-values-list:before {right: -25%;}
    .sharedValueV2 .shared-values-center-line {right: 14.7%;}
}
@media (max-width:1439px){
    .sharedValueV2 .shared-values-list-wrap { gap: 140px 100px; }
    .sharedValueV2 .shared-values-list:nth-child(3):before { bottom: -13%;}
}
@media (max-width:1199px){
    .sharedValueV2 .shared-values-list-wrap { gap: 140px 60px; }
}
@media (max-width:991px){
    .sharedValueV2 .shared-values-center-line {display: none;}
    .sharedValueV2 .shared-values-list-wrap {gap: 30px;}
}
@media (max-width:767px){
    .sharedValueV2 .shared-values-list {width: 100%;}
}
/* shared values v2  */