.breadcrumb {
  font-family: "Roboto", sans-serif;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0 0 0;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .breadcrumb {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 15px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "|";
  padding-right: 15px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 10px;
  }
}
.breadcrumb .breadcrumb-item.active {
    color: #474747;
  
}
.breadcrumb .breadcrumb-item a {
   
  color: #3691d0;
}

.subHead {
  text-align: center;
}
.subHead h2 {
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 14px 0;
}
.subHead i {
  background: #0d6891;
  height: 4px;
  width: 104px;
  margin: auto;
  display: block;
}
.subHead p {
  padding-top: 20px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
}

.subTitle {
  text-align: left;
  padding-top: 35px;
}
@media (max-width: 1200px) {
  .subTitle {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .subTitle {
    padding-top: 20px;
  }
}
.subTitle h2 {
  color: #3691d0;
  font-size: 28px;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 1200px) {
  .subTitle h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .subTitle h2 {
    font-size: 20px;
  }
}

/*.slick-dotted.slick-slider {*/
/*  display: flex;*/
/*}*/

.trtmntWrp .description,
.clinicWrp .description {
  padding-top: 15px;
}
.trtmntWrp .description p,
.clinicWrp .description p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .trtmntWrp .description p,
.clinicWrp .description p {
    font-size: 15px;
    line-height: 25px;
  }
}
.trtmntWrp .description p + p,
.clinicWrp .description p + p {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .trtmntWrp .description p + p,
.clinicWrp .description p + p {
    padding-top: 20px;
  }
}
.trtmntWrp .description p a,
.clinicWrp .description p a {
  color: #3691d0;
}
.trtmntWrp .description p a:hover,
.clinicWrp .description p a:hover {
  color: #ff8400;
}
.trtmntWrp .description ul,
.clinicWrp .description ul {
  padding: 8px 0 0 0;
}
.trtmntWrp .description ul li,
.clinicWrp .description ul li {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .trtmntWrp .description ul li,
.clinicWrp .description ul li {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .trtmntWrp .description ul li,
.clinicWrp .description ul li {
    padding-bottom: 5px;
  }
}
.trtmntWrp .description ul li span,
.clinicWrp .description ul li span {
  font-weight: 900;
  color: #3691d0;
  padding-right: 3px;
}
@media (max-width: 767px) {
  .trtmntWrp .description ul.bullet,
.clinicWrp .description ul.bullet {
    padding: 0 0 0 15px;
  }
}
.trtmntWrp .description ul.bullet li,
.clinicWrp .description ul.bullet li {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .trtmntWrp .description ul.bullet li,
.clinicWrp .description ul.bullet li {
    padding-left: 15px;
  }
}
.trtmntWrp .description ul.bullet li::before,
.clinicWrp .description ul.bullet li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #474747;
}
@media (max-width: 767px) {
  .trtmntWrp .description ul.bullet li::before,
.clinicWrp .description ul.bullet li::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}
.trtmntWrp .figure,
.clinicWrp .figure {
  display: flex;
  overflow: hidden;
  margin: 0;
  border-radius: 20px 20px 0 0;
  border-top: 4px solid #e2e2e2;
  border-left: 4px solid #e2e2e2;
  border-right: 4px solid #e2e2e2;
}
@media (max-width: 767px) {
  .trtmntWrp .figure,
.clinicWrp .figure {
    margin-top: 20px;
  }
}
.trtmntWrp .figure span,
.clinicWrp .figure span {
  background: rgba(71, 71, 71, 0.2);
  overflow: hidden;
  width: 100%;
  height: 310px;
  margin: 0;
  border-bottom: 10px solid #3691d0;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .trtmntWrp .figure span,
.clinicWrp .figure span {
    height: 270px;
  }
}
@media (max-width: 992px) {
  .trtmntWrp .figure span,
.clinicWrp .figure span {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .trtmntWrp .figure span,
.clinicWrp .figure span {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .trtmntWrp .figure span,
.clinicWrp .figure span {
    height: 250px;
  }
}
@media (max-width: 420px) {
  .trtmntWrp .figure span,
.clinicWrp .figure span {
    height: 200px;
  }
}
.trtmntWrp .figure img,
.clinicWrp .figure img {
  margin: auto;
  display: block;
}

.trtmntWrp .description.bullet {
  padding: 0 0 0 20px;
}

.clinicWrp {
  padding-top: 65px;
}
.clinicWrp .description {
  padding-top: 30px;
}
.clinicWrp .description .covidAlert {
  color: #ff0101;
}
.clinicWrp .description p + p {
  padding-top: 20px;
}
.clinicWrp .description .bullet {
  padding-top: 8px;
  padding-left: 20px;
}
.clinicWrp .description .bullet li {
  color: #3691d0;
}
.clinicWrp .quotesWrp {
  margin-top: 50px;
  /*background-image: url("../images/awardsBG.jpg");*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 120px 0 60px 0;
  position: relative;
}
.clinicWrp .quotesWrp:before {
  background: #f3fafd;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.clinicWrp .quotesWrp .quoteSlider .box {
  text-align: center;
}
.clinicWrp .quotesWrp .quoteSlider .box p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .clinicWrp .quotesWrp .quoteSlider .box p {
    font-size: 15px;
    line-height: 25px;
  }
}
.clinicWrp .quotesWrp .quoteSlider .box b {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
  display: block;
  color: #3691d0;
}
.clinicWrp .quotesWrp .quoteSlider .box span {
  display: block;
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
}
.clinicWrp .conditionWrp {
  padding: 40px 0 0 0;
  background: #ffffff;
}
.clinicWrp .conditionWrp .conditionUl {
  padding: 30px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .clinicWrp .conditionWrp .conditionUl.deskBlock {
    display: none;
  }
}
.clinicWrp .conditionWrp .conditionUl.mobBlock {
  display: none;
}
@media (max-width: 992px) {
  .clinicWrp .conditionWrp .conditionUl.mobBlock {
    display: flex;
    width: 290px;
    margin: auto;
  }
}
.clinicWrp .conditionWrp .conditionUl li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
}
@media (max-width: 992px) {
  .clinicWrp .conditionWrp .conditionUl li {
    width: 90px;
  }
}
.clinicWrp .conditionWrp .conditionUl li img {
  box-shadow: 0px 2px 8px rgba(71, 71, 71, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.clinicWrp .conditionWrp .conditionUl li span {
  padding-top: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.clinicWrp .progWrp {
  padding-top: 30px;
}
.clinicWrp .photoWrp,
.clinicWrp .videoWrp {
  padding-top: 50px;
}
.clinicWrp .photoWrp .figure,
.clinicWrp .videoWrp .figure {
  position: relative;
}
.clinicWrp .photoWrp .figure:after,
.clinicWrp .videoWrp .figure:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: #0d6891;
  bottom: 0;
  left: 0px;
}
.clinicWrp .photoWrp .figure iframe,
.clinicWrp .videoWrp .figure iframe {
  margin: 0;
  border: 0;
  width: 100%;
}
.clinicWrp .photoWrp .photoSlider,
.clinicWrp .photoWrp .videoSlider,
.clinicWrp .videoWrp .photoSlider,
.clinicWrp .videoWrp .videoSlider {
  padding-top: 25px;
}
.clinicWrp .photoWrp .photoSlider .slick-track,
.clinicWrp .photoWrp .videoSlider .slick-track,
.clinicWrp .videoWrp .photoSlider .slick-track,
.clinicWrp .videoWrp .videoSlider .slick-track {
  width: 100%;
  display: flex;
}
.clinicWrp .photoWrp .photoSlider .slick-track .box,
.clinicWrp .photoWrp .videoSlider .slick-track .box,
.clinicWrp .videoWrp .photoSlider .slick-track .box,
.clinicWrp .videoWrp .videoSlider .slick-track .box {
  margin: 0 15px;
}
.clinicWrp .blogWrp {
  margin-top: 50px;
  /*background-image: url("../images/awardsBG.jpg");*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 60px 0 60px 0;
  position: relative;
}
.clinicWrp .blogWrp:before {
  background: #f3fafd;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.clinicWrp .blogWrp .blogSlider .slick-track {
  width: 100% ;
  display: flex;
}
.clinicWrp .blogWrp .blogSlider .slick-track .box {
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 0;
}
.clinicWrp .blogWrp .blogSlider .slick-track .box .figure {
    height: 290px;
    background: #c8c8c8;
    border: 0;
    margin: 0;
   
    border-radius: 20px 20px 0 0;
    border-top: 4px solid #e2e2e2;
    border-left: 4px solid #e2e2e2;
    border-right: 4px solid #e2e2e2;
}

.clinicWrp .blogWrp .blogSlider .slick-track .box .figure img {
  margin: auto;
}
.clinicWrp .blogWrp .blogSlider .slick-track .box .content {
  padding: 20px;
  background: #ffffff;
  width: 100%;
  text-align: center;
  border: 4px solid #e2e2e2;
  border-bottom: 0;
   position: relative;
}
.clinicWrp .blogWrp .blogSlider .slick-track .box .content:after{
        position: absolute;
        content: "";
        width: 103%;
        height: 7px;
        background: #0d6891;
        bottom: 0px;
        left: -5px;
     }
.clinicWrp .blogWrp .blogSlider .slick-track .box .content b {
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #3691d0;
}
.clinicWrp .blogWrp .blogSlider .slick-track .box .content span {
  display: block;
  font-size: 14px;
  padding: 0 0 10px 0;
}
.clinicWrp .blogWrp .blogSlider .slick-track .box .content .button_style {
  background: #ff8400;
  padding: 8px 25px;
  margin: auto;
}
.clinicWrp .helpWrp figure {
  padding-bottom: 50px;
  margin: 0;
}
.clinicWrp .helpWrp figure img {
  margin: 0;
}
.clinicWrp .helpWrp img {
  width: 100%;
}

.blogPageWrp .subHead h2 {
  font-size: 33px;
}
.blogPageWrp .subHead.blosubHead {
  font-size: 33px;
}
.blogPageWrp .subHead p {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}
.blogPageWrp .subHead p span {
  color: #3691d0;
  font-weight: 500;
}
.blogPageWrp .description p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .blogPageWrp .description p {
    font-size: 15px;
    line-height: 25px;
  }
}
.blogPageWrp .description a {
  color: #3691d0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.blogPageWrp .blogWSlider {
  padding-top: 55px;
}
.blogPageWrp .blogWSlider .box {
  background: rgba(54, 145, 208, 0.1);
  border-bottom: 10px solid #0d6891;
  border-radius: 20px 20px 0 0;
  margin: 0px 15px;
  overflow: hidden;
  position: relative;
}
.blogPageWrp .blogWSlider .box .tag {
  position: absolute;
  left: 20px;
  width: 60px;
  background: #3691d0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 10px 10px 0 10px;
}
.blogPageWrp .blogWSlider .box .tag:before {
  content: "";
  position: absolute;
  display: block;
  border: 30px solid #3691d0;
  z-index: 1;
  bottom: -30px;
  border-top-width: 3px;
  border-bottom-color: transparent;
}
.blogPageWrp .blogWSlider .box .tag span {
  font-size: 16px;
}
.blogPageWrp .blogWSlider .box .tag b {
  font-size: 34px;
  font-family: "Roboto", sans-serif;
}
.blogPageWrp .blogWSlider .box .figure {
  margin: 0;
  border: 4px solid #e2e2e2;
    border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 190px;
   background: #e2e2e2;
   border-bottom: 0;
}
.blogPageWrp .blogWSlider .box .figure img {
  margin: 0;
   border-radius: 20px 20px 0px 0px;
}
.blogPageWrp .blogWSlider .box .content {
  padding: 10px 20px 40px;
      
}
.blogPageWrp .blogWSlider .box .content h4 {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 15px;
}
.blogPageWrp .blogWSlider .box .content b {
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
}
.blogPageWrp .blogWSlider .box .content b span {
  color: #3691d0;
  font-weight: 600;
}
.blogPageWrp .blogWSlider .box .content p {
  line-height: 25px;
  font-style: italic;
  padding: 0 0 10px 0;
}
.blogPageWrp .blogWSlider .box .content a {
  font-style: italic;
  color: #3691d0;
  font-weight: 600;
}
.blogPageWrp .blogWSlider .box .content a:hover {
  color: #ff8400;
}
.blogPageWrp .blogRght h4 {
  background: #3691d0;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}
.blogPageWrp .blogRght ul {
  padding: 20px;
}
.blogPageWrp .blogRght ul li {
  font-family: "Roboto", sans-serif;
  font-size: 20px 25px;
  border-top: 1px dashed rgba(71, 71, 71, 0.3);
  padding: 12px;
}
.blogPageWrp .blogRght ul li:first-child {
  border-top: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

body {
  background-color: #ffffff;
  color: #474747;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
  text-align: inherit;
  font-family: "Roboto", sans-serif;
}
p + p {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  p + p {
    padding-top: 15px;
  }
}
p b,
p strong {
  font-weight: 700;
}

a {
  color: #3691d0;
  display: inline-block;
}
a:hover {
  color: #ff8400;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

svg:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  outline: none;
}

svg {
  transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: inherit;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
a:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

a {
  color: inherit;
  display: inline-block;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
img.alignright {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  border: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  img {
    clear: both;
    display: block;
    float: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: auto;
  }
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block;
    float: none;
    margin: 10px auto 7px;
  }
}

.resize-image {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .resize-image {
    position: static;
  }
}

article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after {
  content: "";
  display: table;
  clear: both;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // ie 11 & above
_:-ms-fullscreen,
:root .yourClass {
	property: value;
}

// ie 10 & above
_:-ms-lang(x),
.yourClass {
	property: value;
}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select {
    padding-right: 0;
  }
}
/*
// ie 10 only
_:-ms-lang(x),
.yourClass {
	property: value\9;
}*/
@media screen and (min-width: 0\0 ) {
  select {
    padding-right: 0\9 ;
  }

  .btn {
    display: inline-block\9 ;
    line-height: 1\9 ;
    padding-top: 10px\9 ;
  }
  .btn.fill {
    padding-top: 10px\9 ;
  }

  .back-btn {
    padding-top: 10px\9 ;
  }

  .modal-open {
    z-index: 99999\9 ;
  }

  .modal {
    z-index: 100001\9 ;
  }

  input[type=submit],
input[type=reset],
input[type=button],
button[type=submit] {
    line-height: 1\9 ;
    padding-top: 0\9 ;
  }

  ::-webkit-input-placeholder {
    color: #474747 \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }

  :-moz-placeholder {
    color: #474747 \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }

  ::-moz-placeholder {
    color: #474747 \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }

  :-ms-input-placeholder {
    color: #474747 \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }
}
/* ================================================================*/
/*@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	// IE9+ CSS
  	.yourClass {
  		property: value;
  	}
}*/
/* ================================================================*/
/* // ie 9 only
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
	// IE9 CSS
 	.yourClass {
 		property: value;
 	}
}

// ie 8,9 & 10
@media screen\0 {
	.yourClass {
		property: value;
	}
}

// IE 8 Standards Mode Only

.yourClass {
	property \*: value\9
}

// IE 8

html>body .yourClass {
	property: value;
}
@media \0screen {
	.yourClass {
		property: value;
	}
}

// IE 6, 7 and 8

@media \0screen\,screen\9 {
    .yourClass {
    	property: value;
    }
}

// IE 6 and 7

@media screen\9 {
    .yourClass {
    	property: value;
    }
}
.yourClass {
	*property: value;
}
.yourClass {
	#property: value;
}

// IE 7

*+html .yourClass {
	property: value;
}
*:first-child+html .yourClass {
	property: value;
}

// IE 6

* html .yourClass {
	property: value;
}
.yourClass {
	_property: value;
} */

  @media(min-width:1201px) and (max-width:4000px){
  .inner-banner{
    background: url(../images/inner-banner-new.png) center top / cover no-repeat;
    height: auto !important ;
  }
}


.wpsl-search {
    margin-bottom: 12px;
    padding: 22px 70px 22px 70px;
    background: #3691d0;
    
}
#wpsl-search-wrap{
  display: flex!important;
  align-items: center!important;
  flex-wrap: wrap!important;
}

#wpsl-search-wrap div label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif
}
#wpsl-category, .wpsl-input, .wpsl-select-wrap {
    margin-bottom: 0;
}
#wpsl-search-btn, #wpsl-search-wrap input {
    border-radius: 3px;
    background: transparent;
        color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
}
.wpsl-dropdown {
    background: transparent;
    border: 1px solid rgb(220 220 220 / 45%);
    width: 100px;
    border-radius: 5px;
}
#wpsl-wrap .wpsl-selected-item {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    padding: 5px 12px!important;
}
.wpsl-selected-item:after {
    border-top: 8px solid #fff;
}
#wpsl-search-btn {
    border-bottom: 0 !important;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 30px 7px 30px !important;
    font-weight: 500;
}
.wpsl-store-location p a {
    color: #ee8233;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
}
.wpsl-store-location p .wpsl-store-listing{
     color: #3691d0;
}
.wpsl-store-location p span ,.wpsl-direction-wrap{
   font-size: 17px;
    font-family: 'Roboto';
    color: #212121;
    font-weight: 500;
}
.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before, .wpsl-store-details.wpsl-store-listing:before {
    position: absolute;
    content: '';
    bottom: 12px;
    border-top: 5px solid #3691d0;
}
.wpsl-store-location .wpsl-contact-details span {
    color: #3691d0;
    font-size: 18px;
    font-family: 'Roboto';
}
.wpsl-store-location .wpsl-contact-details span a {
    color: #212121;
    font-weight: 500;
    font-family: 'Roboto';
}
#wpsl-result-list li p {
    margin: 0;
}
#wpsl-result-list li p+p {
    padding: 0;
}
#wpsl-result-list li p.wpsl-contact-details {
    margin-top: 15px;
}
.wpsl-store-location p a.wpsl-active-details {
    color: #3691d0;
}
.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {
    border-bottom: 5px solid #3691d0;
}

.search-wrap{
  position: relative;
  float: right;
  margin-top: -60px;
  width: 330px;
}
.search-wrap input{
  width: 100%;
  border-radius: 6px;
  outline: none;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #ccc;

}

.search-wrap:before{
  position: absolute;
  content: "";
  width: 40px;
  height: 38px;
  /*background: #6c757d;*/
  border-radius: 0 6px 6px 0;
  right: 0;
  top: 0;
}
.search-wrap img{
  position: absolute;
  right: 10px;
  top: 8px;
}

.faw-wrap {
  padding: 40px 0;
}

.faq-q-a{
  /*padding-bottom: 35px;*/
  margin-top: 15px;
}

.faq-q-a .faq-q{
  padding: 8px 15px;
  background: #f9f9f9;
  border-left: 3px solid #ff8400;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.faq-q-a .faq-q .left-wrap{
  margin-right: 15px;
  font-size: 30px;
  color: #3691d0;
  float: left;
  font-weight: 700;
}

.faq-q-a .faq-q .right-wrap h3{
  font-size: 17px;
  color: #3691d0;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-q-a .faq-a{
  padding: 8px 15px;
  background: #f5f9fd;
  border-left: 3px solid #969696;
  display: flex;
margin-bottom: 38px;
}
.faq-q-a .faq-a .left-wrap{
  margin-right: 15px;
  font-size: 30px;
  color: #969696;
  float: left;
  font-weight: 700;
}

.faq-q-a .faq-a .right-wrap p{
  font-size: 15px;
  color: #969696;
  font-weight: 500;
  margin-bottom: 0;
}
.fb-btn {
    width: 197px;
    height: 39px;
    border:0 !important;
}
.news-btn{
        width: 231px;
    height: 39px;
    border:0 !important;
}

/*//sarath*/


.input-field.chkradSty select{
  background: #d6e1ec!important;
}

.formStyWrp .chkradSty .labSty.one{
  color:#ff8400;
}

.page-template-careers .center{
  display: flex;
  align-items: center;
  height: 117px;
}
.page-template-careers .center .input-field {
  margin-right: 10px;
}

@media(max-width: 600px){
  .page-template-careers .center .input-field {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-template-careers .center{
    display: block;
    align-items: center;
    height: auto;
  }
}