/*CSS Document*/
@font-face {
  font-family: 'GothamBook';
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Gotham-Book.otf')  format('opentype'),
  url('fonts/Gotham-Book.woff') format('woff'), 
  url('fonts/Gotham-Book.ttf')  format('truetype'), 
  url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

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







input[type="file"]::-webkit-file-upload-button {cursor:pointer; }
input[type="file"]::-moz-file-upload-button {cursor:pointer; }
input[type="file"]::-ms-file-upload-button {cursor:pointer; }
input[type="file"]::-o-file-upload-button {cursor:pointer; }
input[type="file"] {cursor:pointer; }
html body{font-family: 'Lato', sans-serif;margin:0;}
*::-moz-selection {color: #fff;background:#000;}
*::-webkit-selection {color: #fff;background:#000;}
*::-webkit-input-placeholder { color: #333333;opacity:1;}
*:-moz-placeholder { color: #333333;opacity:1;}
*::-moz-placeholder { color: #333333;opacity:1;}
*:-ms-input-placeholder { color: #333333;opacity:1;}
a,div a:hover, div a:active, div a:focus, button {text-decoration: none;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s; }
a, span,div a:hover, div a:active, button {text-decoration: none;}
*::after, *::before, * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
body ul {margin:0;padding:0;}
a {outline: none;color:#555;}
body a:hover {color:#B00920;}
body .clearfix, body .clear {clear:both;line-height:100%;}
body .clearfix{height:auto;}
*{outline:none!important;}
table {border-collapse: collapse;border-spacing: 0;}
.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {clear:both;display:block;content:"";}

div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
   font-family: 'GothamBook';
  list-style:none;
}
body, body p {
  font-family:lato, sans-serif;
    font-size:100%;
  color:#000;
  line-height:100%;
  font-style:normal;
  font-weight:normal;
}
body h1, body h2, body h3, body h4, body h5, body h6{
  font-family: 'Lato', sans-serif;
  line-height:120%;
  color:#333;
  font-weight: bold;
   margin: 0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 46px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
  margin-bottom:0;
}
input { background:none; border:0 none; outline:none; }
table {border:0 none;border-collapse:collapse;border-spacing:0;}
* {box-sizing: border-box;}
td { vertical-align:top; }
img { border:0 none; max-width:100%; }
a { outline:none; cursor:pointer; }
.left { float:left; }
.right  { float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text_justify { text-align:justify; }
.clearfix {clear:both;display:block;font-size:inherit;height:0;line-height:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}

.margin-top{margin-top:30px;}
.margin-left{margin-left:30px;}
.margin-right{margin-right:30px;}
.margin-bottom{margin-bottom:30px;}

.padding-top{padding-top:20px;}
.padding-left{padding-left:20px;}
.padding-right{padding-right:20px;}
.padding-bottom{padding-bottom:20px;}

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after, .row::before {
    clear: both;
    content: "";
    display: table;
}
.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;

}

.colamu-1 {width: 8.33%;}
.colamu-2 {width: 16.66%;}
.colamu-3 {width: 25%;}
.colamu-4 {width: 33.33%;}
.colamu-5 {width: 41.66%;}
.colamu-6 {width: 50%;}
.colamu-7 {width: 58.33%;}
.colamu-8 {width: 66.66%;}
.colamu-9 {width: 75%;}
.colamu-10 {width: 83.33%;}
.colamu-11 {width: 91.66%;}
.colamu-12 {width: 100%;}
.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}
.border-radius-4 {border-radius:4px;}
.border-circle {border-radius:50%;}
.border-solid{border:1px solid #000;}
.border-dotted{border:1px dotted #000}
.border-dashed {border:1px dashed  #000;}

/*fixed-menu*/
 /*header.fixed{background:#ffffff;box-shadow: 0 0 4px #404040;left: 0;position: fixed;top: 0;width: 100%;height: 70px;z-index: 999;}*/
/*responsive menu*/
.menu {color: #333333;cursor: pointer;display: none;float: left;font-family: 'Lato',sans-serif;font-size: 22px;line-height: 31px;position: fixed;right: 0;top: 0;}
.menu .menu-trigger {
    float: left;
    margin: 0px 20px 0 25px;
    width: 38px;
    height: 38px;
    background: #B00920;
    border-radius: 100%;
    padding: 10px 7px 10px 7px;
}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:after { background: #FFFFFF; content: ""; display: block; height: 3px; width: 0;}
.menu .line {
    background: #ffff;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 24px;
}
.header-sec .menu-wrap .menu:hover .line:after { transform: rotate(360deg); width: 100%;}
.show-menu nav.menu-act {right: 0;}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99;}
html body.show-menu {overflow: hidden;}
nav.menu-act .close-button {display:none;}
/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {float: left;padding-bottom:15px;position: relative;}
nav.menu-act ul li a {float: left;padding:5px;}
.dropdown-menu {background-clip: padding-box;background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);display: none;float: left;font-size: 14px;left: 0;min-width: 160px;padding: 5px 0;position: absolute;text-align: left;top: 100%;z-index: 1000;}
.dropdown-submenu {position: relative;}
.dropdown-submenu > a::after {border-color: transparent transparent transparent #333;border-style: solid;border-width: 5px 0 5px 5px;content: " ";display: block;float: right;height: 0;margin-right: -10px;margin-top: 5px;width: 0;}
.dropdown-submenu > .dropdown-menu {border-radius: 0 6px 6px;left: 100%;margin-left: -1px;margin-top: -6px;top: 0;}
.caret {border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid;display: inline-block;height: 0;margin-left: 2px;vertical-align: middle;width: 0;}
nav.menu-act ul li:hover > ul.dropdown-menu {display: block;}
.dropdown-menu > li > a {clear: both;color: #333;display: block;font-weight: 400;line-height: 1.42857;padding: 3px 20px;white-space: nowrap;}
.dropdown-menu > li {clear:both;}
nav.menu-act .dropdown-menu > li {clear: both;float: none;padding: 0;}
nav.menu-act .dropdown-menu > li a {padding: 4px 14px;float: none;}
nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {/*background-color: #428bca;*/color: #fff;outline: 0 none;text-decoration: none;}
footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {color:#FFF}
/* menu - Close */
@media screen and (max-width:767px) {
nav.menu-act .close-button, nav.menu-act ul {display: none;}
.menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {display:block;}
nav.menu-act {
  background: #333333;
  bottom: 0;
  height: 100%;
  right: -375px;
  overflow: hidden;
  padding: 50px 0;
  position: fixed;
  left: auto;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 375px;
  z-index: 999;
}
} 
html {
    overflow: auto;
}
body{
    overflow: hidden;
}
/*Button */
a.button, .button, button, form input[type="submit"] {
    background: #B00920;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 56px;
    cursor: pointer;
    line-height: 40px;
    padding: 0px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 27px;
}
a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {
  background: #181818!important; }
/*Button -close*/
/*form -close*/
form input, form textarea {border: 1px solid #ccc;border-radius: 5px;color: #333;font-size: 16px;height: 55px;margin-bottom: 40px;padding: 0 15px;width: 100%;}
form textarea {height:150px;}
/*form -close*/
/* main- Slider */
.slider,.bx-wrapper,.bx-wrapper .bx-viewport, .slidermain,.slidermain li, .images-slider{height:100% !important;}
.slidermain li {background-repeat: no-repeat;background-size: cover;min-height: 365px;}
/* main- Slider Close */

#myBtn {
    background: #A6071F;
    border: 2px solid #fff;
    font-weight: bold;
    margin: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 45px;
    position: fixed;
    right: 20px;
    width: 45px;
    line-height: 37px;
    z-index: 999;
    bottom: 50px;
    text-align: center;
    font-size: 0px;
    border-radius: 5px;
    padding-left: 1px;
}

#myBtn::before {
    content: "\f106";
    font-size: 28px;
    font-family: 'FontAwesome';
}
#myBtn:hover {
    background: #000;
}
.container{
  width:100%;
  max-width:1200px;
  padding-left:15px;
  padding-right:15px;
  margin:0 auto;
  position:relative;
  float:none;
}
.fonts h3{
    font-size: 46px;
    font-family:GothamBook;
    color: #000000;
}
.fonts h3 span{
    font-family: GothamBold;
    color: #A6071F;
}




#header{
  background: #ffffff00;
  left: 0;
  position: absolute; 
  top: 0;
  width: 100%;
  height: 230px;
  z-index: 999;
}
.logo {
    height: 182px;
    width: 290px;
    padding: 10px 0px 0px 34px;
}
.right-logo {
    position: absolute;
    right: 0; /* Pushes the logo to the far right */
    top: 0; /* Aligns it with the top of the footer */
    margin-right: -350px; /* Adds spacing from the right edge */
}

.right-logo img {
    max-width: 100px; /* Adjust as needed */
	
}

.right-logo-2 {
    position: absolute;
    right: 0; /* Pushes the logo to the far right */
    top: 0; /* Aligns it with the top of the footer */
    margin-right: -500px; /* Adds spacing from the right edge */
}

.right-logo-2 img {
    max-width: 100px; /* Adjust as needed */
}
.center-logo {
   display: flex;
    justify-content: center; /* Centers the logos horizontally */
    align-items: center; /* Aligns logos vertically */
    gap: 20px; /* Adds space between the two logos */
    margin-top: 25px; /* Adds spacing above the logos */
	transform: translateX(-25px); /* Moves the logos 20px to the right */
}

.center-logo img {
    max-width: 100px; /* Adjust the size of the logo */
}
.connect p a {
    color: #000;
    cursor: pointer;
}
.wrapping {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.login-btn {
    padding-top: 30px;
}
.login-btn button {
    width: 224px;
    height: 46px;
    font-size: 17px;
    background: #B00920;
    color: #fff;
    margin: 0px 10px 24px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: left;
    font-family: GothamMedium;
    font-weight: 500;
    align-items: center;
    padding: 0px 13px;
}
.login-btn a {
    width: 224px;
    height: 46px;
    font-size: 17px;
    background: #B00920;
    color: #fff;
    margin: 0px 10px 24px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: left;
    font-family: GothamMedium;
    font-weight: 500;
    align-items: center;
    padding: 0px 13px;
}
.login-btn button:first-child {
    padding: 0px 20px;
}
.login-btn a:first-child {
    padding: 0px 20px;
}
.login-btn button:hover{
    background-color: #000;
    color: #fff;
}
.login-btn a:hover{
    background-color: #000;
    color: #fff;
}

nav.menu-act {
    display: flex;
    font-family: gotham;
}
nav.menu-act ul li {
    float: left;
    padding: 11px;
}
nav.menu-act li.active > a{
    color: #B00920;
   
}
nav.menu-act li a{
    font-size: 17px;
  font-family: GothamMedium;
  font-weight: 500;
   }

nav.menu-act li a{
  color: #333333;
  font-size: 17px;
}
nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {
    /* background-color: #428bca; */
    color: #B00920;
    outline: 0 none;
    text-decoration: none;
}
.taxt h3:before {
   content: "";
    width: 5px;
    height: 141px;
    background: #B00920;
    position: absolute;
    top: 13px;
    left: 0px;
}
.contact-info {
    display: flex;
    align-items: center;
    padding: 5px;
}
.contact-info span:before {
    content: "";
    background: url("../images/split-img.png");
    width: 35px;
    height: 35px;
    display: block;
    background-position: -2px 41px;
}
.contact-info span {
    width: 40px;
    height: 40px;
    background: #B00920;
    border-radius: 100%;
}
.login-btn button:before, .connect-btn .button:before{
    content: "";
    background-image: url("../images/split-img.png");
    height: 30px;
    width: 30px;
    background-position: -51px -12px;
    background-size: 191px;
}
.login-btn a:before, .connect-btn .button:before{
    content: "";
    background-image: url("../images/split-img.png");
    height: 30px;
    width: 30px;
    background-position: -243px -12px;
    background-size: 191px;
}
.login-btn button:last-child:before, .connect-btn .button:first-child:before {
    background-position: 57% 62%;
    background-size: 180px;
}
.login-btn a:last-child:before, .connect-btn .button:first-child:before {
    background-position: 58% 62%;
    background-size: 180px;
}

.contact-info a {
    font-size: 22px;
   padding-left: 10px;
    font-family: gothamBold;
    font-weight: bolder;
    color: #000000;
}
.banner {
    background-size: cover;
    position: relative;

}
.banner:after {
    content: "";
    background-image: url("../images/round-shap.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 161px;
    position: absolute;
    bottom: -17px;
    right: 0px;
    left: 0;
    background-size: 100% 100%;
}
.slider .container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 171px 6px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.taxt h4 {
    font-size: 84px;
    text-align: left;
    padding-left: 14px;
    color: #000000;
    border-left: 2px solid #B00920;
  font-family: GothamBold;
    
    }
.taxt {
    width: 50%;
    padding: 0px 52px;
}
.taxt h3 {
    font-size: 84px;
    text-align: left;
    font-family: 'GothamBold';
    line-height: 83px;
    position: relative;
    padding-left: 30px;
}
.taxt h4 span {
    color: #B00920;
    font-size: 40px;
}
.taxt p {
    font-size: 20px;
    text-align: left;
    font-family: GothamBook;
    line-height: 30px;
    background: none;
    text-transform: capitalize;
    padding-right: 70px;
}
.arrow {
    position: relative;
    z-index: 1  ;
    text-align: center;
    top: -82px;
}
.arrow a.material-symbols-outlined {
    width: 78px;
    height: 78px;
    border-radius: 100px;
    padding: 5px;
    line-height: 67px;
    font-size: 49px;
    color: #B00920;
    background: #ffffff;
    margin-top: 9px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.arrow a.material-symbols-outlined:hover,.arrow a.material-symbols-outlined:focus  {
    color: #fff;
    background: #B00920;
}
.owl-carousel .owl-item .slider img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/*collaboration*/
section#banner-owl div.owl-nav {
    display: none;
}
.collaboration {
    width: 100%;
    padding:35px 0px 93px 0px;
}
.collab {
    padding-bottom: 55px;
}
.owl-dots button {
    background: none!important;
}

.collab a img {
    margin-top: 0px;
    margin-left: 0px;
}
.back-img {
    /* margin-top: 110px; */
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 12px #40404040;
    padding: 75px;
}
.item {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.leading {
    flex-direction: row-reverse;
    margin-left: 10px;
}
.listing ul li:after, .listing2 ul li:after, .listing3 ul li:after {
    content: "";
    height: 6px;
    background: #B00920;
    width: 6px;
    display: inline-block;
    position: absolute;
    top: 10px;
    border-radius: 100px;
    left: 0px;
}
.listing2 ul li:after, .listing3 ul li:after{
     left: 0;
}
.leading .my-img:after, .leading2 .my-img2:after, .leading3 .my-img3:after  {
    content: "";
    border-top: 1px solid #AAAAAA;
    position: absolute;
    width: 78px;
    left: 0px;
    transform: rotate(29deg);
    bottom: 0px;
    z-index: -1;
    top: 0;
    left: 0;
}
 
.leading3 .my-img3:after {
    transform: rotate(90deg);
    top: -179px;
    left: -149px;
    right: 0;
}
.leading .my-img:after {
    left: 0px;
    bottom: 0;
    top: 54px;
    right: 0px;
}
.leading2 .my-img2:after {
    top: 57px;
    right: 0;
    transform: rotate(-27deg);
    bottom: 0;
    left: 27px;
}
.leading, .leading2 {
    width: 49%;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.leading3 {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    padding-left: 323px;
      margin-top: 48px;
}
.leading, .leading2 {
    margin-top: -385px;
}
.leading {
    padding-right: 213px;
}
.leading2 {
    padding-left: 213px;
}

  .leading ul li, .leading2 div ul li, .leading3 div ul li {
    font-size: 16px;
    color: #333333;
    font-family: GothamBook;
    text-align: left;
    position: relative;
    padding-left: 19px;
    line-height: 22px;
}
.leading2 div ul li,.leading3 div ul li{
 text-align:left;
}

.leading div img, .leading2 div img, .leading3 div img {
    max-width: 120px;
}
.listing {
    margin-right: 10px;
}

.listing h2 {
    margin-right: -10px;
    text-align: left;
}
.listing2 {
    margin-left: 20px;
}
.text_center h2{
    font-family: GothamBold;
    font-size: 26px;
    color: #000000;
}
.listing2 ul li {
  text-align: start;
}
.listing2 h2 {
  text-align: left;  
}

.listing3 ul li {
    margin-left: 35px;
    text-align: start;
    line-height: 23px;
}  
.listing3 h2 {
    margin-left: 35px;
    text-align: left;
}
.my-img2, .my-img3, .my-img {
    position: relative;
}

/*---------------PALMETTO PHARM IS HERE FOR YOU---------------*/
.here-for-you {
    position: relative;
    width: 100%;
    padding: 100px 0px 120px 0px;
}
.here-for-you:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #f7f7f7b0;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin-top: 20px;
}
.patient {
    padding-top: 27px;
}
.wrap img {
    width: 100%;
    height: 100%;
    border-radius: 13px 11px 0px 1px;
}
.row-field{
  padding-top: 20px;
}
.field-work {
    align-items: center;
    background-color: white;
    border-radius: 10px;
    margin-top: 56px;
    padding-bottom: 15px;
    box-shadow: 0 0 18px #40404061;
    margin-top: 35px;
}
.wrap {
    text-align: center;
    width: 100%;
    height: 277px;
    max-height: 300px;
    position: relative;
}
.icon {
    position: absolute;
    width: 100%;
    bottom: -42px;
}

.icon img {
    width: 321px;
    margin:0 auto; 
   }
.wrap2 h3 {
    font-family: GothamBold;
    font-size: 24px;
    color: #000000;
    padding-top: 20px;
   line-height: 29px;
   min-height: 78px;
}

.wrap2 {
    padding: 35px 25px 15px 25px;
    text-align: center;
    height: 307px;
    max-height: 350px;
}


.wrap2 p {
    font-size: 17px;
    text-align: left;
    color: #000000;
   font-family: GothamBook;
    font-weight: 400;
    line-height: 26px;
  
}

/*-----------connect-with-palmetto----------------*/
.connect-with-pharm {
    width: 100%;
    padding: 128px 0PX 150PX  0PX;
}
.enquiry {
    padding-bottom: 8px;
}

.enquiry a img {
    margin-top: 0px;
    margin-left: 0px;
}
.stakeholders p {
    text-align: center;
    font-family: GothamBook;
    font-size: 18px;
    line-height: 2;
    margin: 0px 3px 0px 3px;
}   

.support h5 {
    padding: 50px 0px 20px 0px;
    font-size: 26px;
    font-family: GothamBold;
    width: 114px;
    margin: 0 auto;
}
.connect p {
    line-height: 26px;
    width: 325px;
    margin: 0 auto;
    font-size: 17px;
    font-family: GothamBook;
}
.connect p a{
  color: #B00920;
}
.connect p a:hover{
  color: #000;
}
.support p {
    line-height:5px;
}
.support .email {
font-size: 19px;
font-family: 'GothamBook';
}
.connect a {
    color: #000000;
    font-size: 16px;
    font-family: 'GOTHAMBOOK';
    font-weight: 700;
    line-height: 60px;
}
.support {
    padding-top: 49px;
    position: relative;
}
.support:before {
    content: "";
    height: 440px;
    width: 1px;
    background: #EEEEEE;
    position: absolute;
    right: 0;
}
.support a{
  padding-top: 10px;
}
#symbols {
    font-size: 19px;
    position: relative;
    right: 7px;
    border-radius: 100%;
    background: #EEEEEE;
    padding: 5px;
    top: 5px;
}
.connect-btn {
    padding-top: 88px;
}
.connect-btn .button {
    width: 246px;
    height: 46px;
    background: #B00920;
    color: #fff;
    margin: 50px 0px 10px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: GothamMedium;
    font-size: 17px;
    font-weight: normal;
    line-height: 40px;
}
 .contact-btn button:hover{
    background-color: #000;
    color: #fff;
}
.connect-btn p {
    width: 192px;
    font-weight: 700;
    }

.people-link{
    background: #B00920;
    border: 0;
    display: inline-block;
    color: #ffffff!important;
    line-height: 43px;
    padding: 0px 39px;
    font-size: 18px;
    border-radius: 27px;
    margin-bottom: 35px;
    margin-top: 24px;
    list-style: none;
}
.people-link:hover{
    background: #181818;
}
/*-------------------ABOUT PALMETTO PHARM---------------*/
.about-pharm {
    padding-bottom: 150px;
    padding-top: 110px;
    background: #f9f9f9cf;
}
.about {
    margin-bottom: 20px;
}
.medical p {
    font-size: 18px;
    font-family: 'GothamBook';
    color: #000000;
    line-height: 32px;
}

.medical p {
    text-align: center;
    font-family: GothamBook;
    font-size: 18px;
    margin: 0px 25px 0px 25px;
    line-height: 2;
    background: #f9f9f900;
}
.found {
    padding-top: 6px;
}
.found img {
    padding-top: 20px;
    /* padding-right: 32px; */
}

.found-list {
    margin-top: -10px;
}
.found-list ul li {
    font-size: 18px;
    font-family: GothamBook;
    text-align: left;
    line-height: 32px;
    list-style: disc;
}
.found-list ul li:last-child {
    list-style: none;
}
.found-list ul {
    margin-top: -16px;
    padding-left: 17px;
}
.found-list ::marker {
    color: #B00920;
}
.found p, .commom-section p,.commom-section ul li {
    font-size: 18px;
    font-family: GothamBook;
    line-height:32px; 
    color:#000000;
    text-align: left;
    list-style: disc;

}
.commom-section ul li {
    margin-left: 18px;
}
.partner-manufactuer-taxt .colamu-6{
    padding-left: 0;
}

.found button {
    height: 46px;
    width: 149px;
    background: #B00920;
    color: #ffffff;
    font-size: 20px;
    font-family: GothamMedium;
    font-weight: 500;
    margin-right: 415px;
    margin-top: 30px;
    border-radius: 50px;
}

/*footer*/
footer#footer {
    background: #000;
    height: 100%;
    position: relative;
    padding-top: 90px;
}

#footer:before {
    content: "";
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 0;
    display: block;
    top: -123px;
    height: 125px;
    background-size: 100% 100%;
    background-position: 0px  0px;
}
#footer nav.menu-bar ul {
    display: flex;
    border-bottom: 1px solid #ffffff3b;
}
#footer nav.menu-bar ul li {
    float: left;
    font-family: gotham;
    font-weight: 300;
    padding-bottom: 1px;
   }
#footer nav.menu-bar ul li a {
    float: left;
    font-family: GothamMedium;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 25px 64px;
    color: #ffffff;
    font-size: 17px;
}
#footer nav.menu-bar ul li:first-child a{
  margin-left: 0px;
}
.address {
    width: 36%!important;
    padding: 0px 13px!important;
}
.fild-wrap .address p:before, .fild-wrap .phone p:before, .fild-wrap .fax p:before, .fild-wrap .email p:before {
    content: "\f041";
    font-family: FontAwesome;
    left: -25px;
    top: 1px;
    position: absolute;
    color: #ffff;
    display: inline-block;
    text-align: center;
    font-size: 21px;
}
.copyright-part p a:hover {
    color: #000000;
}
.copyright-part p a {
    color: #fff;
}
.fild-wrap .address p:before {
    left: -10px;
}
.fild-wrap .phone p:before{
     content: "\f095";
}
.fild-wrap .fax p:before{
     content: "\f02f";
}
.fild-wrap .email p:before{
     content: "\f0e0";
} 

.fild-wrap div {
    width: 21%;
    position: relative;
    
}
.fild-wrap {
    display: flex;
    padding-top: 29px;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 16px;
}
.fild-wrap p {
    background: none;
    color: #ffff;
    margin: 0px 0px;
    line-height: 29px;
    font-family: GothamBook;
}

.fild-wrap a {
    color: #fff;
    font-family: GothamBOOK;
}
.copy-right {
    background-color: #B00920;
    text-align: center;
    margin-top: 20px;
}
.copy-right p {
    color: #ffffff;
    font-family: 'GothamBook';
    text-align: left;
    font-size: 17px;
    margin-top: 20px;
}
.social-icon {
    float: right;
    display: flex;
    margin-top: 10px;
}
.social a, .social-1 a, .social-2 a, .social-3 a {
    width: 31px;
    height: 31px;
    background-color: #284193;
    color: #FFFFFF;
    font-size: 21px;
    border-radius: 100%;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    margin: 3px 9px;
}
i.fa.fa-facebook {
    font-size: 19px;
}
i.fa.fa-linkedin {
    font-size: 20px;
    padding-left: 2px;
}
i.fa.fa-instagram {
    font-size: 22px;
}
i.fa.fa-twitter {
    font-size: 20px;
    padding-left: 2px;
}
.social-1 a {
    background-color: #1EB7D4;
}
.social-2 a {
    background-color: #0099cc;
}
.social-3 a {
    background-color: #FF3333;
}
    
.error404-wrapper header {
    box-shadow: none !important;
    padding: 0;
    border: 0;
}
.error404-wrapper .section-heading {
    font-size: 95px;
   color: #B00920;  
    margin-bottom: 3px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
}
.error404-wrapper .section-heading::before {
    background: #000;
}
.error404-wrapper .page-content h2 {
    text-align: center;
    font-size: 28px;
}
.error404-wrapper .page-content p {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.error-404.not-found {
    padding: 0;
}
.error404-wrapper.section-gapping {
    padding: 100px 15px !important;
}
.error404 {
    height: 100%;
}
.error404>#page {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}
.error404 {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
    width: 100%;
}
.error404 .custom-btn {
    margin: 0 !important;
    text-align: center;
}
.container.error404-wrapper {
    padding-top: 250px;
    padding-bottom: 140px;
}
.error404 #content {
    padding: 0;
}
.error404 .common-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.error404 .common-btn a {
    min-width: 170px;
    padding: 0 25px;
}
.error-404.not-found .vc_btn3 {
    min-width: auto;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
 .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #fff;
    border:2px solid #B00920;
}
 .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    background: #B0092050;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #B0092050;
}
.owl-dots {
    position: absolute;
       top: -66px;
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 58px;
    bottom: 0;
    align-items: center;
    justify-content: center;
    
}
#footer nav.menu-bar ul li.active a,
#footer nav.menu-bar ul li a:hover {
    color: #B00920;
}

/*TERMS & CONDITIONSCONDITIONS*/
.inner.taxt {
    width: 60%;
    padding: 0px 52px;
}

.inner .title h2 {
    font-size: 24px;
    font-family: GothamBold;
}
.inner .terms-condition p {
    font-size: 18px;
    font-family: 'GothamBook';
    line-height: 180%;
}
.inner .title {
    margin-top: 30px;
}

.inner .terms-condition {
    padding: 90px 0px 142px 0px;
}
.inner .terms-section {
    margin-bottom: 120px;
}
section#banner .slider.provider-banner-taxt > img.provider-banner {
    object-fit: cover;
    object-position: center 40px;
}
.inner .patients-listing-2 ul.list-style-none li {
    margin-left: 0;
}
/*provider page css*/
.provider-banner{
    margin-top: 10px;
}
.grid-listing ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 96px 50px;
    align-items: center;
     margin-top: 71px;
}
.grid-listing ul li{
    position: relative;
    background: #fff;
    min-height: 395px;
    padding: 0px 24px;
    border-radius: 25px;
    border: 5px solid #F5F5F5;
    box-shadow: 0 0 0 1px #5c2d88;
}
.grid-text p {
    font-family: 'GothamBook';
    font-size: 18px;
}
.provider-step-1{
    position: absolute;
    top: -52px;
    bottom: 0;
    right: 0px;
    left: 130px;
}

.grid-listing ul li::after{
    content: "";
    background-image: url(../images/step-connection.fw.png);
    position: absolute;
    right: -69px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 17px;
    background-repeat: no-repeat;
    z-index: 2;
}
.grid-listing ul li:nth-child(3n)::after {
    opacity: 0;
}
.grid-text{
    padding-top: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'GothamBook';

}
.grid-text p{
    line-height: 25px;
}
.grid-listing a{
    background: #B00920;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 56px;
    cursor: pointer;
    padding: 0px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 27px;
    margin-top: 20px;
    font-size: 17px;
    padding: 19px 35px;
}
.grid-listing a:hover{
    background: #181818;
    color: #ffffff;
}
.provider-listing-2 .colamu-6{
    width:48%;
}
.referral{
    background: #B00920;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 56px;
    cursor: pointer;
    line-height: 56px;
    padding: 0px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 27px;
    margin-bottom: 35px; 
    margin-top: 24px;
    margin-left: 23px;
}
.referral:hover{
    background: #181818;
    color: #ffffff;
}
            /*.people-one.text_center {


} */
.commom-section {
    padding-top: 76px;
}
.form-content {
    width: 85%;
    margin: 0 auto;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px 35px 0px;
    background: #F7F7F7;
}
.form-content .form-field {
    margin-left: 20px;
}
.enquiry-name-field.form-field {
    padding-left: 0;
}
.enquiry-name-field.form-field::before, .enquiry-Reason-Contact-field.form-field::before,
.enquiry-phone-field.form-field::before, .enquiry-Address-field.form-field::before,
.enquiry-Best-Time-Contact-field.form-field::before, .enquiry-email-field.form-field::before, 
.enquiry-Provider-Name-field.form-field::before
 {
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    right: 0;
    left: 17px;
    bottom: 0;
    background: url(../images/contact-split.png) no-repeat;
    width: 34px;
    height: 31px;
    border-right: 1px solid #CCCCCC;
    background-position: 1px -27px;
}
.form-field.input_focus label, .form-field.value_focus label {
    top: -8px;
    font-size: 12px;
    background: #B0071F;
    width: auto;
    min-width: auto;
    padding: 2px;
    color: #FFF;
    border-radius: 5px;
    z-index: 9;
    left: 65px;
    line-height: 100%;
}

form.contact-form > div label {
    color: #333333;
    font-family: 'GothamBook';
    font-size: 16px;
    position: absolute;
    left: 64px;
    top: 20px;
    padding: 0;
}
.form-field input, .form-field textarea {
    border: none;
    border-radius: 0px!important;
    color: #333333;
    font-family: 'GothamBook';
    font-size: 16px;
    height: 60px;
    margin-bottom: 25px;
    background: transparent;
    padding: 0 15px 0 58px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.enquiry-name-field, .enquiry-email-field, .enquiry-phone-field, 
.enquiry-Address-field, .enquiry-Best-Time-Contact-field, 
.enquiry-Reason-Contact-field 
 {
    width: 458px;
    height: 60px;
  
    margin: 0 0 30px 0;
    position: relative;
}
.enquiry-Provider-Name-field .form-field {
    position: relative;
}
.enquiry-Provider-Name-field.form-field {
    margin-bottom: 30px;
}
.enquiry-Provider-Name-field .Provider {
    width: 936px;
    margin: 0;
}
form.contact-form > div {
    position: relative;
}
.enquiry-email-field.form-field::before {
    background-position: 1px -57px;
}
.enquiry-phone-field.form-field::before {
    background-position: 1px -95px;
}
.enquiry-Address-field.form-field::before {
    background-position: 1px 7px;
}
.enquiry-Best-Time-Contact-field.form-field::before {
    background-position: 1px -161px;
}
.enquiry-Reason-Contact-field.form-field::before {
    background-position: 1px -201px;
}
.enquiry-Provider-Name-field.form-field::before {
    background-position: 1px -27px;
}
.captcha-wrap-button {
    margin: 0 auto;
   margin-top: 20px;
   display: flex;
   margin-left: 154px;

}
.google-submit.enquiry-button-wrapper.form-btn{
margin-left: 22px;
justify-content: center;
align-items: center;
top: auto;
margin-top: 8px;
margin-bottom: -1px;
}
.inner .taxt {
    width: 71%;
    padding: 0px 52px;
    margin-top: 85px;
}
body .inner-listing-2 ul li, body .inner-listing-1 ul li {
    background: url("../images/listing-img-2.png") no-repeat 0 4px;
    margin-top: 10px;
    padding-left: 30px;
    line-height: 150%;
}
.inner-listing-1 ul li {
    background: url("../images/common-icon.png") no-repeat 0 4px;

    }
.provider-listing button {
    width: 230px;
    font-size: 20px;
    font-family: GothamMedium;
    border-radius: 24px;
    height: 56px;
    margin-top: 25px;
}
.provider-listing {
    padding: 0px 0px 100px 0px;
}
.para-provider-listing.inner-listing-1 {
    padding: 0px 0px;
}
.para-provider-listing.inner-listing-1 ul, .our-services-listing.inner-listing-2 ul 
 {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.provider-first-listing{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 61px;
}
.para-provider-listing.inner-listing-1 ul li {
    width: 48%;
    margin-left: 19px;
}
div#provider-listing {
    padding-bottom: 0;
}
.inner .HELP-YOU {
    background: #F7F7F7;
    padding: 80px 0px 80px 0px;
}
.inner .provider-listing-2 {
    padding: 110px 0px 100px 0px;
}
 
.inner .provider-listing-2 button {
    width: 230px;
    height: 56px;
    border-radius: 37px;
    margin-top: 20px;
    font-size: 17px;
}
.inner  .provider-listing-1 {
    padding: 30px 0px 100px 0px;
}
div#people.inner-commom-class.Roby-Sagar {
    padding: 70px 0;
}
/*PAYERS page css*/
.inner .we-deliver-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
    grid-gap: 30px;
}
.inner .we-deliver-1 > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.inner .we-deliver-1 > div .digital-img {
    width: 100px;
    min-width: 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}

.inner .we-deliver {
    background: #F7F7F7;
    padding: 110px 0px 40px 0px;
}
 .inner .we-deliver .commom-section p{
   line-height: 22px;
    
}
.inner .prayer-section {
    padding: 35px 0px 140px 0px;
}
.inner .payer-section-banner .taxt h4 {
    font-size: 40px;
   padding-right: 30px 
}
.inner .we-deliver .commom-section {
    padding-top: 24px;
}


/*PATIENTS page css*/
.inner .your-journey {
    background: #F7F7F7;
    padding: 107px 0px 20px 0px;
}
.inner .your-journey-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
    grid-gap: 85px 20px;
}
 .inner .our-services-listing.inner-listing-2 ul li{

    padding-right: 20px;
}
.inner .our-dedication {
    position: relative;
    background: #fff;
    min-height: 350px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
    padding: 0px 24px;
    margin-bottom: 25px;
}
 .inner .dedication-img {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: -76px;
}
.deliever-logo-2{
    margin-bottom: 25px;
        padding-bottom: 32px;
}
.inner  .dedication-prg h2 {
    font-size: 70px;
    color: #11111110;
    font-family: 'GothamBold';
}
/*.provider-listing-2 .inner-listing-2 {
    padding: 0px 38px;
}*/
.inner .colamu-12.patients-button {
    text-align: center;
    margin-bottom: 90px;
}
div#section2.patients-listing-2 .people-one.fonts.text_center {
    padding-top: 0;
}
.inner .colamu-12.patients-button .button{
  margin:0px 10px; line-height: 56px;    color: #FFF;
 }
.inner .patients-listing-2 {
    padding: 80px 0px 75px 0px;
}
.inner .patients-banner-taxt .taxt h4 {
 width: 651px;
   
}
.heading-partner{
    width: 803px!important;

}
.inner .taxt h4 {
        font-size: 36px;
    text-align: left;
    padding-left: 14px;
    color: #000000;
    border-left: 3px solid #B00920;
    font-family: GothamBold;
    margin-top: 10px;
}
.inner .banner:after {
   bottom: -55px;
   }
.inner .arrow {
  top: -42px;
}
.inner .services-listing-1 {
    padding: 50px 0px 0px 0px;
}
div#registraionwalk {
    padding-top: 120px;
}
.inner .patients-listing-2 .people-one.text_center,
.inner .services-listing-1 .people-one.text_center,.inner .refferal-section .people-one.text_center,
.inner .terms-section .people-one.text_center,  .inner .manufacturing-section-2 .people-one.text_center 
{
    margin-bottom: 0px;
        padding-top: 141px;
}
.people-one .text_center h3{
    margin-top: 81px;
}
.inner .patients-listing-2  .commom-section, .inner .services-listing-1  .commom-section, 
.inner .provider-listing-2 .commom-section, .inner .prayer-section .commom-section, 
.inner .refferal-section  .commom-section, .inner .terms-section .commom-section,
 .inner .manufacturing-section-2 .commom-section{
    padding-top: 0px;
}

.walkthrough{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.walkthrough3{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
}
.walkthrough3 .para li{
    padding-right: 37px;

}
.walkthrough-reverse .colamu-8{
    width: 61.66%;
}
.walkthrough-reverse .colamu-4{
width: 35.33%;
}
.walkthrough .colamu-8{
    width: 62.66%;
}
.walkthrough3 .colamu-8{
    width: 62.66%;
}
.numpara{
    display: flex;
    margin-top: 53%;
}
.para{
    margin-left: 18px;
    line-height: 25px;
}
.para a{
    background: #B00920;
    border: 0;
    display: inline-block;
    border-radius: 25px;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    padding: 0px 7px;
    font-size: 20px;
   
}
.para a:hover{
    background-color: #181818;
    color: #ffffff;

}
.num h2{
    font-size: 31px;
    width: 40px;
    padding: 7px 36px 7px 15px;
    border: 1px solid #B00920;
    color: #fff;
    background-color: #B00920;
    border-radius: 50%;
}
.linelogo::after{
    content: "";
    background-image: url(../images/line-logo1.fw.png);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    
    top: 378px;
    bottom: 0;
    right: 0;
    left: 39px;
  

}

.linelogo2::after{
    content: "";
    background-image: url(../images/line-logo2.fw.png);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 947px;
    bottom: 0;
    right: 0;
    left: 38px;

}

/*Refferal page css*/
.inner .referral-banner-taxt .taxt h4 {
    width: 510px;
    font-size: 50px;
}
.referal-heading{
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 49px;
}
.inner .manufacturing-section {
    padding: 90px 0px 100px 0px;
}
.inner .refferal-section-listing ul li {
    position: relative;
    margin-left: 16px;
    
}
.inner .refferal-section-listing ul li:before {
    left: -12px;
    content: "";
    width: 6px;
    height: 6px;
    background: #B00920;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 13px;
}
.inner .refferal-section-listing ul {
   
    width: 114%;
    display: inline-block;
    vertical-align: top;
}
.referal-title{
    font-weight: lighter;
}
.inner  .refferal-section .commom-section p {
    text-align: center;
    font-size: 22px;
}
.inner  .refferal-section .commom-section p a {
    color: #B00920;
    font-family: GothamBold;
}
.inner  .refferal-section .commom-section p a:hover {
    color: #000000;
}
.inner .refferal-section {
    padding: 77px 0px 0px 0px;
}


/*MANUFACTURERS page css*/
.inner .colamu-12.manufacturing-section-data ul li {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    padding: 9px 0px 0px 0px;
}
.manufacturing-section-for-no-space .colamu-6:last-child{
    padding-right: 0;
}
.partner-anchor{
    font-weight: bolder;
    color: #000000;
}
h2 span{
    font-weight: bold;
    font-size: 46px;
    color: #000000;
    font-family: 'GothamMedium';
    margin-left: 0px;
}
 .inner .manufacturing-section-listing, .inner .manufacturing-section-listing-1 {
    width: 50%;
}
.inner .manufacturing-section-listing-1, .inner .manufacturing-section-listing {
    display: flex;
    margin-right: 24px;
    align-items: center;
}

.inner .manufacturing-section-listing-1 p  {
    width: 75%;
}
 .small-sentance p {
    width: 66%!important;
}
.inner .manufacturing-img {
    width: 25%;
  }
.inner .manufacturing-section-listing p {
    width: 90%;
    margin-left: 53px;
}
.inner .manufacturing-section-listing .manufacturing-img {
    width: 10%;
    margin-left: -24px;
}
 .inner .manufacturing-section-listing{
  margin-right: 0px;
 }
.inner .manufacturing-section-listing .manufacturing-img-2 {
width: 24%;
margin-left: -63px;
margin-right: 20px;
    
}
.inner .manufacturing-section-listing h2, .manufacturing-section-listing-1 h2 {
    margin-left: 25px;
    font-size: 46px;
    font-family: 'GothamBook';
    font-weight: 100;
}
.inner .colamu-12.manufacturing-section-data.commom-section > p {
    text-align: center;
}
.inner .colamu-12.manufacturing-section-data ul li:first-child,
.inner .colamu-12.manufacturing-section-data ul li:last-child{
   border-bottom: none;
}
.inner .manufacturing-section-2 {
    background: #F7F7F7;
    padding: 100px 0px 110px 0px;
}
.inner .manufacturing-section  .commom-section {
    padding-top: 0px;
}
form.contact-form div.captcha-wrap-button .mage-error {
    bottom: 10px;
}
form.contact-form div .mage-error {
    position: absolute;
    bottom: -18px;
    font-size: 14px;
    color: red;
    line-height: 100%;
    font-family: 'GothamBook';
}
form.contact-form div.message > div {
    border: 1px solid;
    font-size: 16px;
    text-align: center;
    color: red;
    padding: 4px 61px;
    margin: 10px 0 30px 0;
    font-family: 'GothamBook';
}
form.contact-form  div.message > div#result {
    color: green;
    padding: 10px;
}
form.contact-form div.message {
    flex: 0 0 100%;
}
.google-submit.enquiry-button-wrapper.form-btn {
    position: relative;
}
.google-submit.enquiry-button-wrapper.form-btn div#ajaxLoader {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 40px;
    margin: auto;
    height: 20px;
}
.g-recaptcha.has-error > div {
    border: 1px solid red;
    border-radius: 4px;
}
.inner .manufacturing-section-listing h2, .manufacturing-section-listing-1 h2 {
     margin-left: 0;
    font-size: 46px;
    font-family: 'GothamBook';
    font-weight: 100;
}
body ul.list-style-none li{
    list-style: none!important;
}
.diff-bold{
   font-weight: 800;
}
.personal-detail{
    font-family: 'GothamMedium';
}
.personal-details{
    font-style: italic;
}

.image-1 .common-image{
    padding-top: 100px;
    }
.vc_btn3{
    margin-left: 50%;

}
.ifbold a{
    font-weight: 100!important;
}
.roby-sagar .colamu-12 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.our-services-listing.inner-listing-2 ul ul {
display: block;
}
.ryan-Fennick{
    margin-top: 84px;
} 

.people-banner-headtext{
padding-right: 172px!important;
padding-left: 50px!important;
margin-top: 36px!important;
}
.people-comman-image{
    padding-top: 30px!important;
}
.people-comman-image2{
    padding-top: 80px!important;
}
.roby-sagar{
    margin-bottom: 59px;
}

.people-common-section-gapping{
    padding-left: 37px;
}
.people-common-section-gapping h2{
    margin-bottom: 0;
}
.our-advisour-image-colamu-6{
    padding-left: 0px;
}
.our-advisour-text-colamu-6{
    padding-left: 30px;
}
.people-common-section-gapping p{
    margin-top: 5px;
    line-height: 28px;
}
.our-advisors-image{
    padding-top: 67px!important;
}
.our-advisours-text{
    padding-top: 40px!important;
}
.inner .tel:hover {
color:#A6071F;

}
.inner .teli:hover{
color:#A6071F;
}

.ui-timepicker-wrapper {
    min-width: 460px;
}
html .ui-timepicker-list li {
    padding: 6px 0 6px 5px!important;
}
ul.red-dots li {
    margin-left: 18px;
    position: relative;
    list-style: none;
}

ul.red-dots li:before{
content: "\2022";
    color: #B00920;
    position: absolute;
    font-size: 25px;
    left: -19px;
    top: 0px;
}
.support p {
   line-height: 35px;
    font-size: 17px;
    font-family: GothamBook;
    padding: 21px 33px;
    margin: 18px auto;
}
.support i{
color:red;
cursor: pointer;
    font-size: 17px;
    font-family: GothamBook;
}
.roby-sagar h2.personal-detail {
margin-bottom: -15px;
}
div#refferal.last {
   padding-top: 72px;
    padding-bottom: 69px;
}
div#refferal.last > div > div {
    display: flex;
    justify-content: flex-start;
    margin: 0 -20px;
}
div#refferal.last  > div > div > div.commom-section {
    padding: 0 20px;
}
.inner .refferal-section-listing ul {
    width: auto;
    display: block;
    vertical-align: top;
    box-shadow: 0 0 12px #40404040;
    min-height: 160px;
    margin-bottom: 30px;
    padding: 10px 15px;
}
.refferal-section-listing.commom-section h2 {
    font-size: 24px;
    color: #000000;
}
.last ul.list-style-none a {
    color: black;
    font-family: 'GothamBook';
}
div#refferal.last > div > div > div.commom-section a:hover {
    color: #B00920;
}
/*-------------feedback section----------*/
.color-full-item .red {
    display: flex;
    width: 324px;
    background: #B00920;
    height: 152px;
    min-width: 324px;
    justify-content: space-between;
    box-shadow:0 0 5px #bb0822 inset;
}
.color-full-item {
    display: flex;
    padding: 0px;
    justify-content: flex-start;
    align-items: center;
    max-height: 152px;
    box-shadow: 0 0 4px #e1e1e1cc;
    overflow: hidden;
}
.color-full-item-wrap {
    max-width: 920px;
    margin: 0 auto;
    box-shadow: 0px 0 18px #40404029;
}
.color-full-item .red h2.numbr {
    font-size: 50px;
    font-family: 'GothamBold';
    color: black;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 1px 6px #d70b29;
    padding: 7px 9px;
    margin: 40px -33px 0 0px;
}
.color-full-item p.provider {
    font-size: 18px;
    font-family: GothamBook;
    line-height: 32px;
    color: #000000;
    text-align: left;
    list-style: disc;
    padding:0px 20px 0px 97px;
}
.color-full-item .red img.pic {
    margin: 59px 0 0 30px;
}
.how-we-do {
    display: flex;
    padding: 0px 0px 50px 0px;
}
.step{
    font-family: 'GothamMedium';
    font-size: 22px;
    color: #fff;
}
.step-num {
    font-family: 'GothamBold';
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
p.prgraph-style {
    font-family: 'GothamBook';
    
    font-size: 18px;
    color: #707070;
}  
.red-circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #B00920;
    color: white;
    padding: 18px 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.red-circle img {
    position: absolute;
    left: 0;
    top: 25px;
}
h2.step-num {
    text-align: center;
}

/*--------------- banner-fixing-----------*/
section#banner .slider > img {
    width: 100%;
    
    height: 100%;
    display: block;
}

.owl-carousel .owl-item .slider img.mobile-view {
    display: none;
}
#banner .patients-banner-taxt .mobile-view{
    display: none;
}


.how-we-do-wrap.privide-step {
    max-width: 970px;
    margin: 0 auto;
}

.how-we-do-wrap.privide-step .how-we-do {
    display: flex;
    padding: 0px 0px 50px 0px;
    align-items: center;
     position: relative;
}
.how-we-do-wrap.privide-step .how-we-do:nth-child(2n) {
    justify-content: flex-end;
}
.how-we-do-wrap.privide-step .how-we-do .prgraph {
    padding-left: 30px;
}
.how-we-do-wrap.privide-step .how-we-do:nth-child(2n) .prgraph {
    padding-right: 30px;
}
.how-we-do-wrap.privide-step .how-we-do::after {
    content: "";
    position: absolute;
    left: 50px;
    right: 0;
    background: url(../images/provider-1st-underline.png) no-repeat 0 0;
    height: 150px;
    top: 45px;
    z-index: 1;
}
.how-we-do-wrap.privide-step .how-we-do:nth-child(2n)::after {
    background: url(../images/provider-2st-underline.png) no-repeat 0 0;
}
.how-we-do-wrap.privide-step .how-we-do:last-child::after {
	display: none;
}
.referral-page {
    background: #B00920;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 56px;
    cursor: pointer;
    line-height: 55px;
    padding: 0px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 27px;
    margin-bottom: 35px;
    margin-top: -24px;
    margin-left: 0;
    float: right;
    margin-right: 452px;
}
.referral-page:hover{
    background: #181818;
    color: #ffffff;
}
.para-provider-listing.inner-listing-1 {
    padding: 0px 0px;
    text-align: center;
}
.inner .refferal-section  .people-one.text_center {
    padding: 0;
}
div#refferal.last {
    padding-top: 72px;
    padding-bottom: 100px;
}
.manufacture-image-setting{
    padding-left: 42px;
}




