body{
    padding: 0;
    margin: 0;
    font-family: 'Sora' !important;
    font-size: 16px;
    font-weight: normal;
    color: #4B4B4B;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Bold.eot');
    src: url('../fonts/Sora-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Bold.woff2') format('woff2'),
        url('../fonts/Sora-Bold.woff') format('woff'),
        url('../fonts/Sora-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraBold.eot');
    src: url('../fonts/Sora-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-ExtraBold.woff2') format('woff2'),
        url('../fonts/Sora-ExtraBold.woff') format('woff'),
        url('../fonts/Sora-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Medium.eot');
    src: url('../fonts/Sora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Medium.woff2') format('woff2'),
        url('../fonts/Sora-Medium.woff') format('woff'),
        url('../fonts/Sora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-SemiBold.eot');
    src: url('../fonts/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-SemiBold.woff2') format('woff2'),
        url('../fonts/Sora-SemiBold.woff') format('woff'),
        url('../fonts/Sora-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Light.eot');
    src: url('../fonts/Sora-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Light.woff2') format('woff2'),
        url('../fonts/Sora-Light.woff') format('woff'),
        url('../fonts/Sora-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Thin.eot');
    src: url('../fonts/Sora-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Thin.woff2') format('woff2'),
        url('../fonts/Sora-Thin.woff') format('woff'),
        url('../fonts/Sora-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Regular.eot');
    src: url('../fonts/Sora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Regular.woff2') format('woff2'),
        url('../fonts/Sora-Regular.woff') format('woff'),
        url('../fonts/Sora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraLight.eot');
    src: url('../fonts/Sora-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-ExtraLight.woff2') format('woff2'),
        url('../fonts/Sora-ExtraLight.woff') format('woff'),
        url('../fonts/Sora-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 17px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}
/*
.banner-section {
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px 75px;
    position: relative;
}
*/
.banner-section {
    overflow: hidden;
	position: relative;
}


.navbar-brand img {
    max-width: 100%;
	width:175px;
}
.ft-section img{
	    max-width: 100%;
	width:194px;
}
.navbar-nav a.nav-link {
    color: #fff;
    text-decoration: none;
}
.banner-title h1 {
    font-size: 86px;
    font-weight: 800;
    color: #FFFFFF;
    line-height:86px;
}
.banner-title span {
    color: #41C0F0;
}
.nav-item {
    margin-right: 13px;
}
/*
.banner-title {
    width: 56%;
}
*/
.banner-section .carousel-caption {
    position: absolute;
    right: auto;
    top: 22%;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
/*     width: 56%;*/
	max-width: 680px;
    color: #fff;
    text-align: center;
}
.banner-title p {
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
}
.banner-btn a, .Access-btn a {
    min-width: 195px;
    padding: 15px 25px;
    border-radius: 7px;
    border: none;
    background: #41C0F0;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    text-align: center;
	transition: .6s ease;
	text-transform: capitalize;
}
.banner-btn a:hover, .Access-btn a:hover{
	background:#4565AD; 
}
.banner-btn-title:focus{
border:none;
outline: none;
}
.banner-btn {
    margin-top: 30px;
}
.btn-black {
    width: 195px;
    height: 50px;
    border-radius: 7px;
    border: none;
    background: #41C0F0;
    color: #ffffff;
    font-weight: 800;
}
.header .navbar-brand {
    position: relative;
    margin-right: 50px;
}
.header .navbar-brand:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 95px;
    bottom: 0;
    top: -25px;
    right: -30px;
}
.social-block a {
 min-width: 195px;
    padding: 15px 25px;
    border-radius: 7px;
    border: none;
    background: #41C0F0;
    color: #ffffff;
    font-weight: 800;
	text-decoration: none;
	transition: .6s ease;
}
.social-block a:hover{
	background:#4565AD; 
}
/*
.header li.nav-item {
    margin: 0px 10px;
	font-size: 16px;
}
*/
.header-icon {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6%;
}
.box-icon p {
    margin: 0;
}
.main-icon-box img {
    max-width: 100%;
}

/*work-sec*/
.work-time {
    background: #FFFFFF;

}
.work-title {
    text-align: center;
    color: #4565AD;
}
.work-title h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    color: #4565AD;
	margin: 0;
}
.boredr-line {
    text-align: center; 
}
.logo-post {
    text-align: center;
    position: relative;
    margin: 30px 0px;
}
.logo-post:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 28px;
    bottom: 0;
    right: 0;
    left: 0px;
    background: #DCDBDD;
    z-index: 999;
}
.work-heading {
    text-align: center;
    margin-bottom: 48px;
}
.work-heading p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}
.logo-post span {
    position: relative;
    z-index: 999999;
    background: #fff;
}
.felx-post {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
}
.work-post img {
    max-width: 100%;
}
.work-para {
    text-align: center;
}
.codd-gp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 20px;
}
.post-sec img {
    max-width: 100%;
}
.overlay-sec {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    left: 0;
 
    top: 0;
    border-radius: 10px;
	background-image: linear-gradient( 165deg, hsl(222deg 43% 47%) 0%, hsl(222deg 43% 45%) 11%, hsl(222deg 43% 43%) 22%, hsl(222deg 43% 40%) 33%, hsl(222deg 43% 38%) 44%, hsl(222deg 44% 35%) 56%, hsl(221deg 44% 31%) 67%, hsl(221deg 44% 28%) 78%, hsl(221deg 45% 24%) 89%, hsl(221deg 46% 19%) 100% );
    mix-blend-mode: multiply;
    opacity: 0.85;
	z-index: 1;
}
.post-sec {
    position: relative;
}
.icon-work {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
	z-index: 1;
    transform: translate(-50%, -50%);
}
.icon-work p {
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 8px;
	margin-bottom: 0;
}
.Access-btn {
    text-align: center;
    margin-top: 34px;
}
.lorem-more {
    width: 195px;
    height: 50px;
    border-radius: 7px;
    background: #41C0F0;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.lorem-more:focus {
    outline: none;
    border: none;
}
.sec-images {
/*
    background-image: url(../images/back-post.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
*/

}
.counter-section {

    text-align: center;
}
.counter-heading h3 {
    font-size: 72px;
    line-height: 80px;
    color: #4565AD;
    font-weight: 700;
}
.counter img {
    max-width: 100%;
}
.counter-heading h6 {
    font-size: 18px;
    line-height: 24px;
    color: #4565AD;
    font-weight: 300;
	margin: 0;
}
.count {
    margin-top: 24px;
}
.box-icon-sec p {
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
}
.main-icon-box {
    min-height: 56px;
}
.save-more {
    position: relative;
}
.save-more:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 62%;
    height: 1px;
    top: 29px;
    right: -150px;
}
    .save-a:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 58%;
    height: 1px;
    top: 85px;
    right: -123px;
}
/*work-sec*/

/*slidre*/
.partnar-section {
    background: #4565AD;
   
}

.heading-slider {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.heading-slider h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 800;
    color: #FFFFFF;
}
.main-slid {
    background: #fff;
    padding: 45px 29px;
    margin: 10px;
    text-align: center;
}
.slider-post img{
    max-width: 100%;
}
.partnar-slider   ul.slick-dots {
    display: flex;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    padding: 0;
    justify-content: center;
    margin-top: 26px;
}
.partnar-slider .main-slid button{
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.partnar-slider .main-slid button:focus{
    border: none;
}
.slider-text h6 {
    color: #4565AD;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.slider-post p {
    margin-top: 18px;
    color: #4B4B4B;
    line-height: 27px;
}
.slider-text p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
/*slidre*/

/*form*/
.form-sec {
    background: #FFFFFF;
   
}
.section-form {
    width: 592px;
    margin: 0 auto;
}
.heading-form {
    text-align: center;
margin-bottom: 47px;
}
.heading-form h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 800;
    color: #4565AD;
}
.gform_footer.top_label {
    display: block !important;
    text-align: center;
}
.section-form-last {
    text-align: center;
    margin-top: 36px;
}
.section-form .form-group:focus {
    outline: none !important;;
    box-shadow: none !important;
    border: none !important;;
}
.section-form input, .section-form select {
    font-size: 16px !important;
    line-height: 25px;
    outline:none;
    font-weight: 300;
    color: #84818A;
    padding: 15px 18px !important;
    border-radius: 10px;
    border: 1px solid #DCDBDD;
    height: 55px;
    box-shadow: none;
	background: #fff !important;
}
#gform_1 .gfield_checkbox #choice_1_7_1 {
      width: 18px;	
}

#gform_1 .gfield_checkbox .gform-field-label{
	margin-left: 10px;
}


.section-form #gform_fields_1 select { 
background:none;
color: #84818A;
}
.section-form textarea {
     padding: 15px 18px !important;
    border-radius: 10px;
    border: 1px solid #DCDBDD;
    font-size: 16px;
    line-height: 24px; 
    outline:none;
    font-weight: 300;
    color: #84818A;
    height: 140px;
    box-shadow: none;
}
input#gform_submit_button_1{
    background: #41C0F0 !important;
    border: none;
    width: 195px;
    height: 51px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px !important;
    line-height: 0px;
    font-weight: 700;
	transition: .6s ease;
	    margin-bottom: 0;
}
input#gform_submit_button_1:hover{
	background:#4565AD; 
	border: 1px solid #41C0F0;
}
input#gform_submit_button_1:focus{
    outline: none;
    border: none;
border: none;
}
.section-form-lastlabel .form-check-label {
    font-size: 14px;
    color: #84818A;
    line-height: 21px;
    font-weight: 300;
}
 .form-check {
    margin-bottom: 5px;
}
fieldset#field_1_7 {
    text-align: center;
}
fieldset#field_1_7 input {
    height:20px;
}
div#field_1_9 {
    text-align: center;
}
/*form*/
/*foter*/
.section-footer {
    background: #1A2847;
  
}
.ft-text p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
}
.ft-text p a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;
    line-height: 22px;
}
.ft-text {
    margin-top: 32px;
}
.foter-sec ul li {
    font-size: 12px;
    line-height: 21px;
    list-style: none;
    font-weight: 300;
}

.foter-sec ul li a {
    color: #fff;
    text-decoration: none;
}
.foter-sec h2 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.quick-link ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	padding: 0;
}
.foter-sec {
    text-align: right;
}
.foter-sec h2 {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
}
.team-profile img{
	max-width: 100%;
}

/*foter*/
.partner-slider .slick-dots {
    display: inherit;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    position: absolute;

    width: 100%;
    padding: 0;
}
.partner-slider .slick-dots li {
    display: inline-block;
    margin: 10px;
}
.partner-slider .slick-dots .slick-active button {
    background: none;
    border: 1px solid #fff;
}
.partner-slider .slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 0;
	background: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.pdtb-85{
	padding: 85px 0px;
}
.pdt-85{
	padding-top: 85px;
}
.pdb-85{
	padding-bottom: 85px;
}
.pdb-115{
	padding-bottom: 115px;
}
.pdtb-115{
	padding: 115px 0px;
}

.pdt-130{
	padding-top: 130px;
}
.pdb-130{
	padding-bottom: 130px;
}
.howit-worksection{
	max-width: 940px;
	margin: 0px auto;
	}
.Policy p{
	margin-bottom: 0;
}
.counter{
	position: relative;
}
.counter:after{
	position: absolute;
	content: "";
	background: #DCDBDD;
	width: 1px;
	height: 100%;
	top: 0;
	right: -7px;
}
.counter-section .col-md-4.col-sm-6:last-child .counter:after{
	content: none;
}

/*28-07-2023*/

/*about-us*/
.about-us {
    background-image: url(../images/01.jpg);
    position: relative;
    padding: 200px 0px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-a {
    position: absolute;
    background: rgb(69 101 173);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
}
.Management h2 {
    font-size: 50px;
    color: #FFFFFF;
    position: relative;
    font-weight: 700;
}
.Management ul {
    display: flex;
    padding: 0;
    list-style: none;
}
.Management li+li:before {
    content: ">";
    padding: 10px;
    color: #FFFFFF;
}
.Management {
    position: relative;
}
.Management ul li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
.Management span {
    color: #fff;
}
.Management ul li a {
    color: #41C0F0;
    text-decoration: none;
}
.benefits-title h2 {
    font-size: 42px;
    color: #4565AD;
    line-height: 27px;
    font-weight: 800;
}
.benefits-title{
    text-align: center;
margin-bottom: 40px;
}
.our-benefits {
    background: #fff;
    overflow: hidden;
}
.our-post img {
    max-width: 100%;
}
.benefits-text:hover .benefit-one{
	opacity: 0;
	 
}
.benefits-text:hover .benefits{
	opacity: 1;
	bottom: 35px;
	
}
.benefits-text:hover .fits{
	opacity: 1;
	bottom: -10px;
	
}
.benefits-text:hover{
	margin-top: -20px;
	box-shadow: 0px 12px 40px #00000029;
}
.benefits-text{
	position: relative;
	transition: .6s ease;
	border-radius: 10px;
	
}

.benefit-one {
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    text-align: center;
	z-index: 1;
    transform: translate(-50%, -50%);
	transition: .6s ease;
}
.fits{
	position: absolute;
	width: 100%;
    text-align: center;
	bottom: -100px;
	z-index: 1;
	opacity: 0;
	transition: .6s ease;
}
.our-post {
    position: relative;
}
.benefits {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 0px 50px;
    text-align: center;
    z-index: 99;
	opacity: 0;
	height: 242px;
	overflow: auto;
	transition: .6s ease;
	
}
.fits a {
    background: #41C0F0;
    padding: 12px 25px;
    border-radius: 7px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
	transition: .6s ease;
}
.fits a:hover{
	background:#4565AD; 
}
.benefit-one img {
    margin-bottom: 10px;
}
.benefits:hover {
    color: #fff;
    opacity: 1;
}
.our-post {
    position: relative;
    background: rgba(26, 40, 71, 1);
    border-radius: 12px;
}
.benefits p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 300;
}
.benefits h6 {
    font-size: 21px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 300;
	text-transform: uppercase;
}
.benefit-one h6 {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
	text-transform: uppercase;
}
/*about-us*/
/*form*/
.Get-in-touch {
       background: url(../images/pattern_darkblue.png) no-repeat #4565AD;
       background-position: right bottom;

}
.form-title {
    max-width: 592px;
    margin: 0 auto;
}
.form-title input {
    background: #fff;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #84818A;
    height: 55px;
    border:none;
    box-shadow: none;
    outline:none;
    border-radius: 12px;
}

.form-title select{ 
background: #fff;
    padding: 18px 12px;
    font-size: 14px;
    line-height: 20px;
    border:none;
    color: #84818A;
    box-shadow: none;
    border-radius: 12px;
height: 55px;
}


.form-title textarea{
padding: 18px 12px;
    font-size: 14px;
    border:none;
    line-height: 20px;
    color: #84818A;
    box-shadow: none;
    border-radius: 12px;
     padding: 18px 12px;
     height: 140px;
}
.heading-form-a {
    text-align: center;
    margin-bottom: 40px;
}
.heading-form-a h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}
.Get-in-btn {
    background: #41C0F0;
    border: none;
    width: 195px;
    height: 51px;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
	transition: .6s ease;
	border: 1px solid transparent;
}
.Get-in-btn:hover{
	background:#4565AD;
	border: 1px solid #41C0F0;
}
.Get-in {
    text-align: center;
    margin-top: 26px;
}
.Get-in-btn:focus{
    outline: none;
    border: none;
}
.Sign-up {
    text-align: center;
    margin-top: 36px;
}
.form-title label.form-check-label {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
/*
.page-id-12 label#label_1_7_1 {
color: #4B4B4B;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.page-id-12 div#field_1_9  {
  color: #84818A !important;
	font-weight: 300;
}
.page-id-12 div#field_1_9 a  {
  color: #84818A !important;
  text-decoration: underline;
}
*/
label#label_1_7_1 {
color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
div#field_1_9 {
color: #fff !important;
font-size: 12px;
    line-height: 17px;
}
div#field_1_9 a  {
  color: #fff !important;
  font-size: 12px;
    line-height: 17px;
  text-decoration: underline;
}
.Policy-here p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
}
.Policy-here a {
    text-decoration: underline;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
}
/*28-07-2023*/
.overlay-ab .our-post { 
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
 background: #000;
}

.benefits-text img{
	max-width: 100%;
}
.inner-container{
	max-width: 1200px !important;
	margin: 0px auto;
}
.service-discription {
    position: relative;
	    overflow: hidden;
    
}
.service-discription:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 260px;
    left: 0;
    top: 0;

    background: rgba(65, 192, 240,  0.34) 0% 0% no-repeat padding-box;
}
.quote-main {
       max-width: 470px;
    position: relative;
}
.quote-section {
    border-radius: 16px;
    padding: 50px 20px 50px 40px;
    background: #4565AD;
	position: relative;
}
.quote-section h2 {
    font-size: 50px;
    color: #fff;
        font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.15px;
}

.mt-100 {
    margin-top: 130px;
}
.surgery-content h2 {
    font-size: 29px;
    color: #4565AD;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.15px;
    margin-bottom: 25px;
}
.surgery-content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

.quote-profile img {
    border-radius: 20px;
    max-width: 100%;
}
.quote-profile {
    position: relative;
    z-index: 999999;
}
.quote-icon {
    position: absolute;
    right: -130px;
    width: 100px;
    bottom: 60px;
}
.small-profile {
    position: absolute;
    left: 0;
    left: 0;
    top: 23%;
    transform: translate(0%, -5%);
}
.right-profile {
    transform: translate(50%, -5%);
}
.surgery-content ul{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	list-style: none;
	padding-left: 20px;
	margin-top: 50px;
}
.surgery-content ul li{
   font-size: 18px;
    line-height: 27px;
    font-weight: 300;
	position: relative;
	margin-bottom: 10px;
}
.surgery-content ul li:before{
	position: absolute;
	    content: ">";
	font-size: 20px;
	color: #41C0F0;
	left:-20px;
	font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.vedio-blocktext {
    border-radius: 16px;
    padding: 52px ;
    background: #4565AD;
    position: relative;
	max-width: 550px;
	margin: 0px auto;
}
.vedio-blocktext h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: 0.15px;
}
.vedio-block img{
	max-width: 100%;
	border-radius: 16px;
}
.vedio-block{
	position: relative;
}

.vedio-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature-section{
background: url(../images/pattern_darkblue.png) no-repeat #4565AD;
        background-position: right bottom;
}
.phone-section{
	position: relative;
	height: 100%;
}
.phone-section img{
	max-width: 100%;
	box-shadow: 0px 12px 40px #00000029;
	border-radius: 20px;
}
.smartphone-one{
	position: absolute;
	top: -130px;
	left: -100px;
}
.smartphone-two {
    position: absolute;
    bottom: -130px;
    right: 0;
}
.smartphone-text h2{
	font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
	margin: 18px 0px 25px;
}
.smartphone-text h5{
	    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
	color: #41C0F0;
	text-transform: uppercase;
}
.smartphone-text p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
	color: #fff;
}
.smatphone-icon{
	margin-bottom: 25px;
}
.smatphone-discription{
	margin-top: 50px;
}
.smartphone-feature h3{
	font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
	margin:0px 0px 10px;
}
.smartphone-feature p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
}
.smartphone-main{
	width: 95%;
	margin-left: auto;
	
}
.smartphone-slide h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #4565AD;
    margin: 0px 0px 10px;
}
.smartphone-slide p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    color: #4B4B4B;
}
.smartphone-slide {
    margin: 40px;
}
.smartphone-slide:last-child{
	margin-bottom: 0;
}
.smartphone-slide:last-child p{
	margin-bottom: 0;
}
.smartphone-slideblock {
    position: relative;
	padding: 20px;
	max-width: 350px;
	margin: 0px auto;
   
}

.smartphone-slideblock .mobile {
    max-width: 100%;
	 box-shadow: 0px 5px 20px #00000029;
    border-radius: 20px;
   
}
.slide-section {
    position: absolute;
    top: 0px;
    z-index: 1;

}
.mobile-slider .slick-list.draggable {
    padding: 0 !important;
}
.mobile-slider .slick-slide img{
	max-width: 100%;
	border-radius: 20px;
}
.mobile-slider .slick-dots {
    display: inherit;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0;
	    bottom: -90px;
}
.mobile-slider .slick-dots li {
    display: inline-block;
    margin: 10px;
}
.mobile-slider .slick-dots .slick-active button {
    background: none;
    border: 1px solid #4565AD;
	background: #4565AD;
}
.mobile-slider .slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 0;
	
    border: 1px solid #4565AD;
    box-shadow: none;
}
/*pricing*/

.Pricing h2 {
    font-size: 25px;
    color: #4565AD;
    font-weight: 700;
    line-height: 35px;
}
.Pricing {
    padding: 25px 35px 25px;
    border: 1px solid #41C0F0;
    background: #fff;
    box-shadow: 0px 13px 40px #00000029;
}
.Starter-Pricing p {
    font-size: 45px;
    font-weight: 700;
    color: #4565AD;
    line-height: 60px;
}
.Starter-Pricing span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #4565AD;
    margin-left: 10px;
}
.brak-line hr {
    background: #41C0F0;
}
.Starter-section p {
    font-size: 18px;
    line-height: 26px;
    color: #6E6E6E;
    font-weight: 400;
}
.Starter-section ul li {
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 26px;
    margin-bottom: 6px;
    position: relative;
}
.Starter-section ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}
.Get-Started {
    text-align: center;
    margin-top: 22px;
}
.Get-Started a {
    background: #41C0F0;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    padding: 15px 0;
    font-size: 17px;
    line-height: 28px;
	transition: .6s ease;
	border: 1px solid transparent;
}
.Get-Started a:hover{
	background:#4565AD; 
}
.active-pricing a:hover{
	border: 1px solid #41C0F0;
} 
.active-pricing {
    background: #4565AD;
    border: none;
}
.active-pricing h2 {
    color: #fff;
}
.active-pricing p {
    color: #fff;
}
.active-pricing span {
    color: #fff;
}
.active-pricing ul li  {
    color: #fff;
}
.active-pricing hr{
    background: #fff;
}
.Starter-section li:before {
    content: ">";
    position: absolute;
    left: -19px;
}
.Pricing-section:after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
height: 232px;
    width: 100%;
    z-index: -1;
    background: rgba(65, 192, 240, 0.34) 0% 0% no-repeat padding-box;
}
.Pricing-section {
    position: relative;
}
/*sec2*/
.average-title {
    text-align: center;
}
.average-title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    color: #4565AD;
    margin-bottom: 0;
}
.consectetur img {
    max-width: 100%;
    padding-right: 22px;
}
.text-title p {
    font-size: 22px!important;
    line-height: 32px!important;
    color: #4565AD;
    font-weight: 300!important;
}
.consectetur p {
    font-size: 45px;
    color: #4565AD;
    font-weight: 700;
    line-height: 44px;
}
.consectetur span {
    font-size: 17px;
    color: #4565AD;
    font-weight: 500;
    margin-left: 10px;
}
.consectetur {
    width: 400px;
    margin: 0 auto;
}
.consectetur {
    margin-bottom: 40px;
}
.text-title p:last-child {
    margin-bottom: 0;
}
.bordre-line:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: '';
   background: #000;
    opacity: 0.2;
    top: 0;
    right: 8px;
}
.bordre-line {
    position: relative;
}
.pricing-container{
	max-width: 1030px !important;
	
}
.misson h3 {
    font-size: 30px;
    color: #4565AD;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.15px;
    position: relative;
	
}
.misson p{
	color: #6D7278;
	letter-spacing: 0.09px;
}

.misson h3:after {
    
	font-family: "Font Awesome 6 free";
    content: "\f101";
    position: absolute;
    top: 0;
        left: -45px;
    font-size: 30px;
    color: #41C0F0;
}
.misson {
    padding: 15px 0px 15px 50px;
}
.misson p:last-child{
	margin-bottom: 0;
}
.misson:last-child{
	padding-bottom: 0;
}
.about-counter-section {
    background: url(../images/pattern_darkblue.png) no-repeat #4565AD;
    background-position: right;
  
 
}
.counter{
	text-align: center;
}
.about-counter-section .counter-heading h3, .about-counter-section .counter-heading h6 {
      color: #fff;

}
.about-counter-section .counter img {
   
    filter: brightness(10);
}
.about-counter-section .col-md-4.col-sm-6:last-child .counter:after{
	content: none;
}
.about-counter-section .counter:after {
    background: #fff;
	opacity: 0.2;
}
.team-slider .slick-list.draggable {
    padding: 0 !important;
}
.team-slider .slick-slide{
	margin:20px 20px;
}
.team-profile{
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	display: inline-block !important;
	margin: 20px 0px;
}

.team-item {
    text-align: center;
    padding: 25px 25px;
	border-radius: 15px;
	    box-shadow: 0px 6px 35px #0000000f;
}
.team-item p{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.32px;
    color: #4B6072;
	
}
.team-item h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #4565AD;
    margin: 0px 0px 5px;
}
.quote {
    margin-bottom: -20px;
    display: inherit;
    float: right;
}
.quote img{
	width: 100px;
}
.team-slider .slick-dots {
    display: inherit;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0;
	    bottom: -50px;
}
.team-slider .slick-dots li {
    display: inline-block;
    margin: 10px;
}
.team-slider .slick-dots .slick-active button {
    background: none;
    border: 1px solid #4565AD;
	background: #4565AD;
}
.team-slider .slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 0;
	
    border: 1px solid #4565AD;
    box-shadow: none;
}
.partner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 20px;
}
.faq-section{
	
	    background: url(../images/pattern_darkblue.png) no-repeat rgba(65, 192, 240, 0.34);
    background-position: right;
}
.work-title h5{
	color: #41C0F0;
	font-size: 18px;
	line-height: 25px;
}
.accordian-bg{
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
.accordian-bg a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4565AD;
    font-weight: 600;
position: relative;
    display: inherit;
	max-width: 94%;
	text-decoration: none;
}
.accordian-bg p{
	margin-bottom: 0;
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #4B4B4B;
}

.collapse-body{
	margin-top: 15px;
}
.accordian-bg a.collapsed:after {
    content: "\f107";
}
.accordian-bg a:after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f106";
    color: #41C0F0;
    right: -30px;
    top: 5px;
    font-size: 21px;
    position: absolute;
}

.contact-detail h2{
	color: #4565AD;
	font-size: 70px;
	line-height: 85px;
	font-weight: 600;
}
.contact-detail{
	max-width: 450px;
	padding: 65px 0px 0px;
}
.contact-from{
	padding: 50px 60px;
	background: #BEEAFA;
	    height: 100%;
	    display: grid;
    align-items: center;
	
}
.contact-detail p{
	font-size: 20px;
	line-height: 30px;
	color: #4B4B4B;
}
.contact-detail hr {
    margin-top:60px;
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid #41C0F0;
}
.contact-detail h4{
	color: #4565AD;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}
.contact-detail ul{
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}
.contact-detail h5{
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}
.contact-detail ul li{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #4B4B4B;
}
.contact-detail ul li a{
	color: #4B4B4B;
	text-decoration: none;
}
.contact-detail ul a span{
	color: #41C0F0;
	margin-right: 10px;
}
.contact-detail ul li:last-child{
	margin-bottom: 0;
}
.getintouch-from input, .getintouch-from select {
    border: 1px solid #DCDBDD;
    border-radius: 12px;
        background: #fff;
            color: #84818A;
    height: 55px !important;
    outline: none;
}

.getintouch-from textarea{
		border: 1px solid #DCDBDD;
     border-radius: 12px;
     outline: none;
	color: #84818A;
}
.getintouch-from input:focus, .getintouch-from select:focus, .getintouch-from textarea:focus{
	box-shadow: none;
}

.send-btn{
	text-align: center;
}
input#gform_submit_button_3 {
    background: #41C0F0;
    display: inline-block;
    color: #fff;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor:pointer;
    border: none;
    text-decoration: none;
    border-radius: 7px;
	transition: .6s ease;
}
input#gform_submit_button_3:hover, input#gform_submit_button_3:active, input#gform_submit_button_3:focus{
	background:#4565AD; 
}
.map-section iframe{
	max-width: 100%;
}
.header .container-fluid{
	max-width: 1920px;
	margin: 0px auto;
}
/*pricing*/

/*news*/
/*search*/
.Search-blog {
    background: rgba(65, 192, 240, 0.34) 0% 0% no-repeat padding-box;
}
.blog-title p {
    font-size: 30px;
    font-weight: 400;
    color: #4565AD;
    line-height: 40px;
}
.blog-title input.form-control {
    padding: 16px 14px;
    height: 54px;
    background: #fff;
    box-shadow: 0px 2px 48px #0000000F;
    border-radius: 5px;
   
}
 .blog-title .input-group{
 max-width: 547px;
  position: relative;
}
.blog-title .btn.btn-secondary {
    position: absolute;
    right: 6px;
    top: 8px;
    background: #4565AD;
    box-shadow: none;
	transition: .6s ease;
}
.blog-title .btn.btn-secondary:hover{
	background:#41C0F0; 
}
.post-news img {
    max-width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.post-latest img {
    max-width: 100%;
    margin-bottom: 22px;
}
.main-section {
    box-shadow: 0px 2px 48px #0000000F;
    margin-bottom: 50px;
    border-radius: 5px;
}
.news-title {
   padding: 25px 25px 25px 25px;
}
.news-title h4 {
   font-size: 24px;
    line-height: 34px;
    color: #4565AD;
    font-weight: 700;
}
.news-title h4 a{
   font-size: 24px;
   text-decoration:none;
    line-height: 34px;
    color: #4565AD;
    font-weight: 700;
}
.section-main p {
    margin-bottom: 0;
}
.post-news {
    position: relative;
}
.section-main {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px 33px;
    border-radius: 5px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.21;
    color: #fff;
}
.section-date p{
    margin-bottom: 0;
}
.section-date {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 15px;
    border-radius: 5px;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.21;
    color: #fff;
}
.read-more {
    text-align: center;
}
.read-more a {
    background: #4565AD;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1.29px;
    display: inline-block;
	transition: .6s ease;
}
.read-more a:hover{
	background:#41C0F0; 
}
.news-title p {
    font-size: 16px;
    line-height: 24px;
    color: #4B4B4B;
    font-weight: 300;
    margin-bottom: 24px;
}
 .logo-post {
    margin-bottom: 26px;
}
.Bodrum-design {
    padding: 25px 25px 25px 25px;
    text-align: center;
}
.Bodrum-design h4 {
    font-size: 18px;
    line-height: 26px;
    color: #4565AD;
    font-weight: 700;
}
.Bodrum-design h4 a {
    font-size: 18px;
    line-height: 26px;
    text-decoration:none;
    color: #4565AD;
    font-weight: 700;
}
.Bodrum-design p {
    font-size: 17px;
    line-height: 26px;
    color: #4B4B4B;
    font-weight: 300;
    margin-bottom: 24px;
}
.main-news {
    text-align: center;
}
.main-news h2 {
    font-size: 30px;
    line-height: 40px;
    color: #4565AD;
    font-weight: 700;
}

.small-post {
    margin-bottom: 30px;
}
.Bodrum-design .read-more a {
    background: #4565AD;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1.29px;
     display: inline-block;
	transition: .6s ease;
}
.Bodrum-design .read-more a:hover{
	background:#41C0F0; 
}
.block-text {
    max-width: 95%;
}
.section-date p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
}
.section-main p{
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
}
.blog-title input.form-control:focus {
    z-index: 0;
}
.blog-title input.form-control {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #77838F;
}

.blog-title .btn-secondaryx .active
{
    color: #fff !important;
    background: #4565AD !important;
}
/*news*/
/*search*/



/*latest-projuct*/
.title-heading {
    text-align: center;
    margin-bottom: 38px;
}
.title-heading h2 {
    font-size: 24px;
    color: #4565AD;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px;
}
.main-Bogrol {
    display: flex;
    align-items: center;
}
.Bogrol p {
    margin-bottom: 0;
}
.Bogrol h6 {
    margin-bottom: 0;
}
.Bogrol {
    padding-left: 12px;
}
.Bogrol h6 {
    font-size: 14px;
    color: #1E2022;
    font-weight: 600;
    line-height: 22px;
}
.Bogrol p {
    font-size: 14px;
    line-height: 26px;
    color: #4B4B4B;
    font-weight: 500;
}
.Lance-Bogrol p {
    margin-bottom: 0;
}
.Quisque {
    max-width: 68%;
    margin: 0 auto;
    padding: 40px 0px;
}
.title-heading p{
  font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #4B4B4B;
}
.Quisque p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #4B4B4B;
}
.Nullam-title p {
    margin-bottom: 0;
}
.Nullam-title {
    text-align: center;
}
.Donec-section {
    background: rgb(74 191 235 / 57%);
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
}
.Nullam-title h5 {
    color: #4565AD;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.Nullam-title p {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 22px;
}
.new-topic {
    max-width: 85%;
    margin: 0 auto;
    padding: 40px 0px;
}
.Big-title h4 {
    font-size: 26px;
    color: #4565AD;
    line-height: 34px;
}
.Big-title p {
    font-size: 17px;
    line-height: 27px;
    color: #4B4B4B;
     font-weight: 300;
}
.Praesent ul li {
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    color: #4B4B4B;
    margin-bottom: 20px;
}
.Bodrum {
    margin-bottom: 58px;
}
.Lance-Bogrol span {
    font-size: 14px;
    color: #77838F;
    line-height: 26px;
    font-weight: 300;
    margin-right: 15px;
}
.Lance-Bogrol i {
    margin-left: 5px;
}
.bodre-line {
    border-bottom: 1px solid rgb(237 237 237);
}
.bodre-line {
    padding: 10px 0px;
}
.bodre-line {
    border-top: 1px solid rgb(237 237 237);
}
.Quisque p:last-child {
    margin-bottom: 0;
}
.Praesent li:last-child {
    margin-bottom: 0;
}
.heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    background: none !IMPORTANT;
    border: 0 solid transparent;
    margin: 0 !important;
    color: #4B4B4B !important;
    padding: 0 !important; 
}
.Lance-Bogrol {
    display: flex;
        float: right;
    align-items: center;
}
.Professional-section{
  padding: 85px 0px 45px;	
}
.pdb-35{
	padding-bottom: 35px;
}
.Lance-Bogrol a{
	color: #4B4B4B;
	text-decoration: none;
}
/*latest-projuct*/
.gform_fields .validation_message  {
background:none !important;
padding:0px !important;
border:none !important;
}
.blog-section .blog-main h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #4565AD;
    margin: 0px 0px 15px;
}
.blog-section .blog-main p {
    font-size: 18px;
    line-height: 27px;
    color: #6D7278;
    letter-spacing: 0.09px;
    font-weight: 300;
}
#gform_1 .top_label{
    padding: 16px 0 0px !important;
	margin-bottom: 0;
}
.pricing-container .row .col-md-6.col-sm-6.bordre-line:last-child:after{
	content: none;
}

#gform_wrapper_3 .gform_footer.top_label{
    padding: 16px 0 0px !important;
	margin-bottom: 0 !important;
}
.blog-main p:last-child{
	margin-bottom: 0;
}
.fancybox-container {
    z-index: 999999999999 !important;
}

.mobile-surgerycontent{
	    background: rgba(65, 192, 240, 0.34) 0% 0% no-repeat padding-box;
	padding: 50px 0px;
}
.mobile-surgerycontent h2 {
    font-size: 24px;
    line-height: 40px;
	color: #4565AD;
}
.phone-item {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.phone-item  img {
    display: block;
	max-width: 100% !important;
}
.phone-slider .slick-dots {
    display: inherit;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: -30px;
}
.phone-slider  .slick-slide{
	margin: 0px 10px;
}
.phone-slider .slick-dots .slick-active button {
    background: none;
    border: 1px solid #fff;
    background: #fff;
}
.phone-slider .slick-dots li {
    display: inline-block;
    margin: 10px;
}
.phone-slider .slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 0;
    border: 1px solid #fff;
    box-shadow: none;
}
.blog-section.cal{
		padding: 0px 0px 20px;
	}
/*
.home-formsection{
	background: none !important;
}
.home-formsection .heading-form-a h2{
	color: #4565AD;
}*/

/**9-22-2023**/
.sstopicon{
	background: none !important;
	padding: 0 !important;
	    margin: 0px 5px !important;
    font-size: 18px !important;
}
.social-block {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.socil-links {
    margin-right: 20px;
}
/**9-22-2023**/
