/*................. New design CSS ....................*/
@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-BoldItalic.woff2') format('woff2'),
        url('fonts/Muli-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Bold.woff2') format('woff2'),
        url('fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('fonts/Muli-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli.woff2') format('woff2'),
        url('fonts/Muli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Italic.woff2') format('woff2'),
        url('fonts/Muli-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Light.woff2') format('woff2'),
        url('fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Muli-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Semi-BoldItalic.woff2') format('woff2'),
        url('Muli-Semi-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-LightItalic.woff2') format('woff2'),
        url('fonts/Muli-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-SemiBold.woff2') format('woff2'),
        url('fonts/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





html, body { max-width: 1500px;}
.hideheder { display:none; }
form { margin:0px; padding:0px; }


#homebanner { width:100%; height:auto; padding:57px 70px; font-family: 'Muli'; background:#F1FDFF; position: relative; min-height:350px;}
#homebanner .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#homebanner .homepagebannerleft { width:40%; height:auto;}
#homebanner .homepagebannerleft h1 {
color: #127080;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
margin-bottom:20px;
line-height:50px; /* 105% */ }

#homebanner .homepagebannerleft p {
color: #000;
font-family: 'Muli';
font-size:25px;
font-style: normal;
font-weight: 500;
line-height: normal; }

#homebanner .homepagebannerleft a {
    border-radius: 58.879px;
    background: #127080;
    padding: 10px 20px;
    color: #FFF;
    font-family: 'Muli';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: 5px;
    border: 2px solid #127080;
    line-height: 21.028px;
    display: inline-block;
}

#homebanner .homepagebannerleft a:hover {
background:#F1FDFF; color:#127080;
border:2px solid #127080;}


#homebanner .brokerbannerright {
    width: auto;
    height: auto;
    position: absolute;
    right:80px;
    bottom: 0px;
}

#shopplansbutton { width:100%; height:auto; background:#C4DBDF; padding:20px 70px; }
#shopplansbutton .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#shopplansbutton p {
color: #127080;
font-family: 'Muli';
font-size:25px;
font-style: normal;
font-weight: 700;
padding:0px;
margin:0px;
line-height: normal; }

#shopplansbutton a {
    border-radius: 29.299px;
    border: 2.093px solid #127080;
    background: #FFF;
    padding: 8px 25px;
    color: #127080;
    font-family: 'Muli';
   font-size:18px;
   font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}


#shopplansbutton a:hover { background:#127080; color:#fff; }



#memberportal { width:100%; height:auto; padding:130px 130px; }
#memberportal .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#memberportal .visitmember { -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;border-radius: 11.794px; padding:20px;
border: 2.948px solid #127080; background: #FFF; height:100% }
#memberportal .visitmember:hover {
    background: #F1FDFF;
    box-shadow: 3px 7px 14.5px 0px rgba(121, 121, 121, 0.25), 6px 6px 29.6px 0px rgba(222, 222, 222, 0.50);
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}


#memberportal .visitmember .visitmembertitle {
color: #000;
font-family: 'Muli';
font-size:22px;
font-style: normal;
margin-bottom:13px;
font-weight: 700;
line-height: normal; }

#memberportal .visitmember p {
color: #03313B;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 400;
padding-bottom:40px;
line-height: normal; }


#memberportal .visitmember a {
border-radius: 58.879px;
background: #127080; 
width:100%;
height:auto;
padding:10px 0px;
color: #FFF;
text-align: center;
font-family: 'Muli';
font-size:18px;
margin-top:25px;
text-align:center;
display: inline-block;
border:2px solid #127080;
font-style: normal;
font-weight: 700;}

#memberportal .visitmember a:hover {background:#fff; border:2px solid #127080; color:#127080; }



#notmember { width:100%; height:auto; padding:0px 30px 57px 30px; text-align:center; }
#notmember .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#notmember .notmemberwrap { border-radius: 30px; background: #C4DBDF; padding:55px 140px 65px 140px;}
#notmember h2 {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
line-height:55px;}

#notmember p {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
padding:0px 0px;
line-height: normal; }

#notmember a {
border-radius: 58.879px;
background: #127080; 
width:auto;
height:auto;
padding:10px 30px;
color: #FFF;
min-width:239px;
text-align: center;
font-family: 'Muli';
font-size:18px;
margin-top:10px;
text-align:center;
display: inline-block;
border:2px solid #127080;
font-style: normal;
font-weight: 700;}

#notmember a:hover {background:#fff; border:2px solid #127080; color:#127080; }





#homepageslider { width:100%; height:auto; padding:57px 30px 0px 30px; }
#homepageslider .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#homepageslider h3 {
    color: #03313B;
    font-family: 'Muli';
    font-size:35px;
    font-style: normal;
    padding-right: 212px;
    font-weight: 700;
    line-height: 44px;
}

#homepageslider ul {
    margin: 0px 0px 0px 28px;
    padding: 0px;
    width:90%;
}
#homepageslider ul li {
    color: #03313B;
    font-family: 'Muli';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    width: 40%;
    position: relative;
    display: inline-block;
    line-height: 50px;
    padding-left: 16px;
}

#homepageslider ul li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #03313B;
    top: 23px;
    left: 0px;
}


#homepageslider #map {
    height:346px !important;
    margin-bottom:0px;
    
}





#homepageslider p {
color: #000;
 font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
line-height: normal; }


#homepageslider a {
border-radius: 58.879px;
background: #127080; 
width:auto;
height:auto;
padding:8px 30px;
color: #FFF;
text-align: center;
font-family: 'Muli';
font-size:18px;
margin-top:10px;
text-align:center;
display: inline-block;
border:2px solid #127080;
font-style: normal;
font-weight: 700;}

#homepageslider a:hover {background:#fff; border:2px solid #127080; color:#127080; }

#homepageslider .owl-dots {
    display: block;
    text-align: center;
    margin-top: 17px;
}

#homepageslider .owl-nav { display:none !important; }
#homepageslider .owl-dot {
    width: 19px !important;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#homepageslider .owl-dot.active { background: #127080; width: 186px !important; transition: all ease-in-out 0.6s; }
#homepageslider .homewrap { width:100%; height:auto; border-radius: 30px;
background: #90D0BA; padding:15px; overflow:hidden;}
.mapHome h3 { padding-right:20px !important; }

#homepageslider .homewrap iframe { border-radius: 30px; }





#homebottomslider { width:100%; height:auto; padding:100px 30px 100px 30px; }
#homebottomslider .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#homebottomslider .homebottowlwrap { width:100%; height:auto; background:#127080; padding:30px; border-radius: 30px;}
#homebottomslider .homebottowlwrap .bottomowll b { color: #FFF;
font-family: 'Muli';
font-size:35px;
font-style: normal;
font-weight: 700;
margin-bottom:15px;
line-height: normal; }

#homebottomslider .homebottowlwrap .bottomowll p {
color: #FFF;
font-family: 'Muli';
font-size:26px;
font-style: normal;
font-weight: 400;
padding:0px;
margin:0px;
line-height: normal; }

#homebottomslider .homebottowlwrap .bottomowll a {
    border-radius: 58.879px;
    background:none;
    width: auto;
    height: auto;
    padding: 8px 30px;
    color: #FFF;
    text-align: center;
    font-family: 'Muli';
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    font-style: normal;
    margin-top:30px;
    font-weight: 700; }

#homebottomslider .homebottowlwrap .bottomowll a:hover { background:#fff; border: 2px solid #fff; color:#127080; }

#homebottomslider .homebottowlwrap .bottomowll { padding-right: 150px;}
#homebottomslider .homebottowlwrap .bottomowll a:hover {text-decoration-line:none !important;}
#homebottomslider .owl-dots {
    display: block;
    text-align: center;
    margin-top:36px;
}

#homebottomslider .owl-nav { display:none !important; }
#homebottomslider .owl-dot {
    width: 19px !important;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#homebottomslider .owl-dot.active { background: #127080; width: 186px !important; transition: all ease-in-out 0.6s; }




#homecallyou { width:100%; height:auto; padding:40px 30px 40px 30px; background:#C4DBDF; text-align:center; }
#homecallyou .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#homecallyou h4 {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
line-height:57px; /* 129.167% */
text-transform: capitalize; }


#homecallyou .fp {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
line-height:57px; /* 129.167% */
text-transform: capitalize; }



#homecallyou small {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 111.111% */
letter-spacing: 2.88px;
text-transform: uppercase; }

#homecallyou p { 
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 125% */
}


#homecallyou p br { display:none; }


#homecallyou a {
    display: inline-block;
    height: auto;
    font-family: 'Muli';
    background: #fff;
    border-radius: 58.879px;
    min-width: 275px;
    border: 2px solid #127080;
    padding: 9px 0px;
    margin-top:5px;
    color: #127080;
   font-family: 'Muli';
   font-size:18px;
   font-weight:700;
}

#homecallyou a:hover {
   background:#127080;
   color:#fff;
}










#Rheader { font-family: 'Muli'; }
#Rheader .headertopmain { border-top:6px solid #127080; padding:22px 30px;}
#Rheader .container-fluid { padding-left:15px !important; padding-right:15px !important; }
#Rheader .container-fluid .logo img {
    height: 75px;
    width: auto;
}

#Rheader .headersearch { width:100%; height:auto; border:2px solid #127080; padding:10px 20px; border-radius:50px; position: relative;
z-index: 99999999; background: #fff;}
#Rheader .headersearch input { width:90%; height:auto; border:none; font-family: 'Muli'; font-size:16px; padding:0px; }
#Rheader .headersearch button { border:none; float:right; background:none; padding:0px !important;}
#Rheader .headersearch img { height:25px; }
#Rheader .headersearch input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#7C878E;
}
#Rheader .headersearch input::-moz-placeholder { /* Firefox 19+ */
  color:#7C878E;
}
#Rheader .headersearch input:-ms-input-placeholder { /* IE 10+ */
  color:#7C878E;
}
#Rheader .headersearch input:-moz-placeholder { /* Firefox 18- */
  color:#7C878E;
}

#Rheader .toprightbutton { width:100%; height:auto; float:right; text-align:right; }
#Rheader .toprightbutton a { font-size:16px; font-family: 'Muli'; width:auto; border:2px solid #127080; background:#fff; padding:10px 20px; border-radius:50px; color:#016F81; font-weight:600; display:inline-block;}
#Rheader .toprightbutton a:hover { background:#016F81; color:#fff;  } 
#Rheader .toprightbutton select { background:#127080; padding:10px 20px; border-radius:50px; color:#fff; font-weight:600; width:auto; text-align:center; }
#Rheader .toprightbutton select:hover
{outline: none; border: 1px solid rgba(0, 0, 0, 0.329); border-radius:10px 10px 0px 0px; }

#Rheader .manemain { width:100%; height:auto; background:#127080; padding:17px 0px; padding:0px 30px;}
#Rheader .manemain nav { background:none; padding:0rem !important; }
#Rheader .navbar .nav-item { padding: 22px 14px 22px 0px; border-radius: 4px;}
#Rheader nav li a { font-weight:600; font-size:17px; color:#fff; }
#Rheader .dropdown-menu {
    position: absolute;
    top:65px !important;
   
}

#Rheader nav li a:hover { color:#90D0BA; }

#Rheader .navbar-nav li a:after {
    content: '';
    width: 0%;
    height:3px;
    background: #90D0BA;
    position: absolute;
    bottom: -22px;
    left: 0px;
    opacity: 0;
    transition: all ease-in-out 0.6s;
    border-top:none !important;
}

#Rheader .navbar .nav-item:hover .nav-link:after {
        opacity: 1;
        transition: all ease-in-out 0.6s;
        width: 100%;
    }

#Rheader .navbar .dropdown-menu li {
    background: #127080;
    width: 100% !important;
    border:0px solid #B8E1D7 !important;
}

#Rheader .navbar .dropdown-menu li a {
    padding: 7px 18px !important;
    color: 1;
    color:#fff !important;
    font-weight:600 !important;
}

#Rheader .navbar .dropdown-menu li a {
    border-left: 0px solid #E0F0F3;
    border-right: 0px solid #E0F0F3;
}

#Rheader .navbar .dropdown-menu li a:hover {
    border-left: 0px solid #E0F0F3;
    border-right: 0px solid #E0F0F3;
    color:#127080 !important;
}

#Rheader .navbar-nav .active a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #90D0BA;
    position: absolute;
    opacity: 1;
    color:#90D0BA !important;
}

#Rheader .navbar-nav .active a {
    color:#90d0ba !important;
    background:#127080;

}



#Rheader .toprightbutton  .select {
  margin-left: 10px;
  width: 60px;
  height: 47px;
}

#Rheader .toprightbutton  .select .select-styled {padding: 12px 0px;
border-radius: 16px; padding-right: 0px; text-align: left; border-radius:50px; border:2px solid #127080; padding-left: 10px;
line-height: 18px;  font-size: 16px; font-family: 'Muli'; font-weight:600; color:#016F81 !important;}

#Rheader .toprightbutton .select-styled.active { border-radius:10px 10px 0px 0px; }

#Rheader .toprightbutton .select-styled.active:after {
    top: 19px;
    right: 6px;
}

#Rheader .toprightbutton .select-styled:after {
    top: 19px;
    right: 6px;
}



#Rheader .toprightbutton .select-options {
  z-index: 999999;
  text-align: left;
}

#Rheader .toprightbutton .select-options li { padding: 6px 10px;}

#Rheader .toprightbutton .select-options li:first-child {
    border-top: 0px;
}








#Rheader .navbar .dropdown-menu { right: 3px;}
#Rheader .needhelpmain { float:right; width:auto; height:auto; font-family: 'Muli'; }
#Rheader .needhelpmain p { color:#FFF; font-size:16px; font-weight:400; margin:0px;}
#Rheader .needhelpmain p b { color:#fff; font-size:18px; font-weight:700;}
#Rheader .needhelpmain p b a { background:#127080; font-weight:bold; color:#fff; font-size:18px; font-weight:700; }
#Rheader .needhelpmain p b a:hover { color:#fff;}
#Rheader .navbar .nav-item.active {
        background:none;
        border-radius: 4px;
    }

#Rheader { position: -webkit-sticky; position: unset;}
#Rheader .manemain { position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999; }

#Rheader .manemain.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



#Rheader .mainsearchbox {
    border-radius: 22px;
    border: 1px solid var(--Neutral-300, #EFF0F6);
    background: var(--Neutral-100, #FFF);
    box-shadow: 0px 10px 19.9px 0px rgba(89, 89, 89, 0.62), 0px 8px 16px 0px rgba(23, 15, 73, 0.03);
    width:100%;
    height:auto;
    position:absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9999999;
    top:-14px;
    padding: 90px 25px 50px 25px;
    display:none;
   
}

#Rheader .showseardiv { display:block !important; }
.scrollnone { overflow:hidden; }


#Rheader .headerverflow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    background: rgba(20, 20, 20, 0.20);
    z-index: 99999;
    top: 0px;
    display:none;
}


#Rheader .searchowlbox {
border-radius: 8px;
border: 1px solid #A6DBE7;
padding:25px 15px;
min-height:282px;
background: #F1FDFF; }

#Rheader .searchowlbox .searchboxtitle {
color: #03313B;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 700;
margin-bottom:0px;
padding-right:0px;
line-height: normal; }

#Rheader .searchowlbox p {
color: #03313B;
font-family: 'Muli';
font-size:16px;
font-style: normal;
font-weight: 400;
margin-bottom:0px;
line-height: 22px; }

#Rheader .searchowlbox small {
color: #03313B;
font-family: 'Muli';
font-size:14px;
font-style: normal;
font-weight: 400;
margin-bottom:10px;
line-height: 22px; }




#Rheader .searchowlbox a {
color: #03313B;
font-family: 'Muli';
font-size:16px;
font-style: normal;
font-weight: 700;
margin-top:auto;
padding-top:20px;
line-height: 16.332px; /* 162.5% */ }

#Rheader .searchowlbox a:hover { text-decoration:underline !important; }

#Rheader .owlslidertitle {
color:#170F49;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 700;
margin-bottom:15px;
margin-left:5px !important;
line-height: normal; }

#Rheader #searchslide1 .owl-next {
   background: none !important;
   width: 30px;
   height: 30px;
   border-radius: 50% !important;
   border: 2px solid #127080 !important;
   margin-left:5px !important;
}

#Rheader #searchslide1 .owl-next:hover, #Rheader #searchslide1 .owl-prev:hover { background:#127080 !important; } 

#Rheader #searchslide1 .owl-prev {
    background: none !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    border: 2px solid #127080 !important;
}

#Rheader #searchslide1 .owl-prev:hover span { color:#fff !important; }
#Rheader #searchslide1 .owl-next:hover span { color:#fff !important; }

#Rheader #searchslide1 .owl-nav span {
    font-size: 23px !important;
    height: 20px;
    display: inline-block;
    line-height: 15px;
    color:#127080;

}


#Rheader #searchslide1 .owl-nav { top: 32px; }




#Rheader #searchslide2 .owl-next {
   background: none !important;
   width: 30px;
   height: 30px;
   border-radius: 50% !important;
   border: 2px solid #127080 !important;
   margin-left:5px !important;
}

#Rheader #searchslide2 .owl-next:hover, #Rheader #searchslide2 .owl-prev:hover { background:#127080 !important; } 

#Rheader #searchslide2 .owl-prev {
    background: none !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    border: 2px solid #127080 !important;
}

#Rheader #searchslide2 .owl-prev:hover span { color:#fff !important; }
#Rheader #searchslide2 .owl-next:hover span { color:#fff !important; }

#Rheader #searchslide2 .owl-nav span {
    font-size: 23px !important;
    height: 20px;
    display: inline-block;
    line-height: 15px;
    color:#127080;

}


#Rheader #searchslide2 .owl-nav { top: 32px; }

#Rheader .searchrightlink .searchlinktitle {
color: #170F49;
font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
line-height: normal; }


#Rheader .searchrightlink {
    margin-bottom: 18px;
}

#Rheader .searchrightlinkoverflow {
    overflow-y: scroll;
    overflow-x: hidden;
    height:400px;
    padding: 0px 13px;
    padding-top:13px;
    
}

.searchclose {
    width: 30px;
    height: 30px;
    position: absolute;
    position: absolute;
    z-index: 9999;
    text-align: center;
    right: -14px;
    top: -11px;
    background: #fff;
    border-radius: 50%;
    line-height: 24px;
    cursor: pointer;
}


/* width */
#Rheader .searchrightlinkoverflow::-webkit-scrollbar {
  width:3px;
}

/* Track */
#Rheader .searchrightlinkoverflow::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#Rheader .searchrightlinkoverflow::-webkit-scrollbar-thumb {
  background: #127080 ;
}

/* Handle on hover */
#Rheader .mainsearchbox::-webkit-scrollbar-thumb:hover {
  background: #127080 ;
}










#Rheader .searchrightlink ul { margin:0px; padding:0px; }
#Rheader .searchrightlink ul li {
color: #7C878E;
font-family: 'Muli';
font-size:16px;
font-style: normal;
font-weight: 400;
margin-bottom:8px;
line-height: 20px; /* 142.857% */ }

#Rheader .searchrightlink ul li a {
    color: #7C878E;
    text-align: left;
    border: none;
    font-weight: 400;
    padding: 0px;
}
#Rheader .searchrightlink ul li a:hover { color: #170F49; background:none !important; text-decoration:underline !important;}

#Rheader .searchrightlink a { border-radius: 47.25px;
    border: 1px solid #127080;
    width: 100%;
    padding: 7px 0px;
    color: #127080;
    text-align: center;
    font-family: 'Muli';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.875px;
    display: inline-block;
    text-align: center;
    background: #FFF; }

#Rheader .searchrightlink a:hover {
    background: #125E6A;
    color: #fff; }





#Rheader .searchmainbtn { margin-top:20px; margin-bottom:35px;}
#Rheader .searchmainbtn a {
border-radius: 47.25px;
border: 1px solid #127080;
width:100%;
padding:7px 0px;
color: #127080;
text-align: center;
font-family: 'Muli';
font-size:16px;
font-style: normal;
font-weight: 700;
line-height: 16.875px; /* 168.75% */
display:inline-block;
text-align:center;
background: #FFF; }


#Rheader .searchmainbtn a:hover { background: #125E6A; color:#fff;}












#Rbrokertopsection { background:#F1FDFF; padding:57px 30px; font-family: 'Muli';}
#Rbrokertopsection .container-fluid { padding-left:15px !important; padding-right:15px !important; }
#Rbrokertopsection .brokerleftbanner { width:100%; height:100%; background:#C4DBDF; border-radius:10px; padding:83px 45px; position:relative; min-height:384px; display: flex; flex-direction: column; justify-content: center; }
#Rbrokertopsection .providerrightmain { padding:26px 32px; }
#Rbrokertopsection .membernewbanner { padding: 15px 45px; position: relative; min-height: unset; }
#Rbrokertopsection .membernewbanner b {
color: #127080;
font-family: 'Muli';
font-size: 26px;
font-style: normal;
margin-top:10px;
font-weight: 700;
width:100%;
display:inline-block;
line-height: 30px; /* 115.385% */ }


#Rbrokertopsection .membernewbanner span {
    color: #127080;
    font-family: 'Muli';
    font-size: 24px;
    font-style: normal;
    margin-top:46px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}


#Rbrokertopsection .membernewbanner a {
    border-radius: 5.409px;
    border: 1.225px solid #127080;
    background: #F1FDFF;
    width: auto;
    box-shadow: 0px 2.865px 14.325px 0px rgba(23, 15, 73, 0.08);
    display: inline-block;
    padding: 8px 12px;
    margin-top: 20px;
    color: #127080;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight:600;
line-height: 24.497px; /* 122.483% */
}

#Rbrokertopsection .membernewbanner a:hover { background:#127080; color:#fff;}

#Rbrokertopsection .membernewbanner a img {
    height: 29px;
}

#Rbrokertopsection .brokerleftbanner .brokerbannerleft { width:68%; height:auto; position:relative; z-index:99; }
#Rbrokertopsection .brokerleftbanner .provideBannerLeft { width: calc(100% - 39%); }
#Rbrokertopsection .brokerleftbanner .provideBannerLeft .providerfield {
width: calc(100% - 51%); padding:0px 0px; float:left;}
 #Rbrokertopsection .brokerleftbanner .provideBannerLeft .providerfield:nth-child(2n) { float:right; }
#Rbrokertopsection .brokerleftbanner .brokerbannerleft h1 { margin:0px 0px 10px 0px; padding:0px; color: #127080; font-family: 'Muli'; font-size: 36px; font-style: normal; font-weight: 700; line-height: 46px; }
#Rbrokertopsection .brokerleftbanner .brokerbannerleft p { color: #127080; font-family: 'Muli'; font-size: 18px; font-style: normal; font-weight: 400; line-height: 24px; margin:0px; background:#C4DBDF;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft p a { color: #127080; background:#C4DBDF; display:inline-block;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft p a:hover { color: #127080; text-decoration:underline !important;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch { margin-top:22px; }
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch a { border-radius: 56px;
background: #127080; border-radius: 56px;
background: #127080; width:auto; 
border:2px solid #127080;
padding:12px 32px 12px 32px; display:inline-block; font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 700;
color:#fff;
 }

#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch a:hover { color:#127080; border:2px solid #127080; background:#fff; }

#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch input { width:90%; height:auto; margin:0px; padding:0px; border:none; background:none; font-family: 'Muli'; font-weight:400;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch button { float:right; border:none; background:none; margin:0px; padding:0px; }
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch input::-webkit-input-placeholder { color:#A2A3A4;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch input::-moz-placeholder { color:#A2A3A4;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch input:-ms-input-placeholder {color:#A2A3A4;}
#Rbrokertopsection .brokerleftbanner .brokerbannerleft .brokerbannersearch input:-moz-placeholder { color:#A2A3A4;}
#Rbrokertopsection .brokerleftbanner .brokerbannerright { width:auto; height: auto; position: absolute; right:0px; bottom: 0px; z-index:999;}
#Rbrokertopsection .brokerleftbanner .brokerbannerright img { border-radius: 0px 0px 10px 0px; max-height:383px;}
#Rbrokertopsection .brokerrighttabmain { width:100%; height:auto; display:inline-block; margin-bottom:15px;}
#Rbrokertopsection .providerright .brokerrighticontext { padding: 11.5px 13px !important;  }
#Rbrokertopsection .brokerrighttabmain:last-child { margin-bottom:0px;}
#Rbrokertopsection .brokerrighttabmain .brokerrighticon { width:65px; height:65px; display:inline-block; border-radius: 7.663px; text-align:center;
border: 1.277px solid #016570; background: #FFF; box-shadow: 0px 3.729px 18.644px 0px rgba(23, 15, 73, 0.08);}
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext { transition: 0.3s; width:78%; height:auto; border-radius: 10.507px; display:inline-block; padding: 11px 5px 11px 15px;
border: 0.96px solid #D9D9D9; background: #FFF; float:right; }
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext.active { transition: 0.3s; width:78%; height:auto; border-radius: 10.507px; display:inline-block; padding:11px 5px 11px 15px;
background: #127080 !important; float:right; border: 0.96px solid #127080; }
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext.active p { color:#fff; }
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext.active small { color:#fff; }

#Rbrokertopsection .brokerrighttabmain .brokerrighticontext:hover {transition: 0.3s; background:#127080; border: 0.96px solid #127080; }
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext:hover p { color:#fff; }
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext:hover small { color:#fff; }
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext p { margin:0px; color: #03313B; font-family: 'Muli';  font-size: 18px; font-style: normal; font-weight: 700; line-height: 19.564px;}
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext a span { color: #03313B;}
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext:hover span { color: #fff;}
#Rbrokertopsection .brokerrighttabmain .brokerrighticontext small { color: #545151; width:100%; 
font-family: 'Muli'; font-size:16px; font-style: normal; font-weight: 400; line-height: 17.785px; padding-top:4px; display: inline-block;}
#Rbrokertopsection .brokerrighttabmain .brokerrighticon img {
    height:48px;
    margin-top:7px;
}

#Rbrokertopsection .pharmacyBannerLeft input { width:100%; background:#fff; border:1px solid #127080; padding:12px 20px; border-radius:16px; margin-bottom:9px; font-size:16px;}
#Rbrokertopsection .prpviderfield input:nth-child(2n) {float: right;}

#Rbrokertopsection .pharmacyBannerLeft select { width:49%; background:#fff; border:2px solid #127080; padding:12px 20px; border-radius:50px; float:right; font-size:16px;
-webkit-appearance:none; -moz-appearance:none; appearance:none;}

#Rbrokertopsection .pharmacyBannerLeft select:required:invalid { color: gray;}
#Rbrokertopsection .druglistfildwrap { width:49%; display:inline-block; float:left;}
#Rbrokertopsection .pharmacyBannerLeft .druglistfildwrap:last-child { width:49%; float:right; display:inline-block;}
#Rbrokertopsection .druglistfildwrap .select { width:100%; }
#Rbrokertopsection .druglistfildwrap { margin-bottom:15px; }




#Rbrokertopsection .pharmacyBannerLeft .zipcodesearch { width:49%; float:left;}
#Rbrokertopsection .pharmacyBannerLeft button { border-radius: 56px; background: #127080; width:100%; padding:15px 20px; color: #FFF; border:none;
text-align: center; border:1px solid #127080; transition: all ease-in-out 0.6s; 
font-family: 'Muli';
font-size: 16px;
font-weight: 700;
line-height: 20px;}

#Rbrokertopsection .pharmacyBannerLeft .zipcodesearch #zipcode-error {
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
}



#Rbrokertopsection .pharmacyBannerLeft button:hover { transition: all ease-in-out 0.6s; background:#fff; color:#127080; border:1px solid #127080;}
#Rbrokertopsection .pharmacyBannerLeft p { margin-bottom:12px !important; }
#Rbrokertopsection .pharmacyleftbanner { padding: 29px 45px; }
#Rbrokertopsection .AccessDrugBanner { padding:29px 45px;}
#Rbrokertopsection .pharmacyBannerLeft p + .select{ float:left !important; margin-bottom:10px; }
#Rbrokertopsection .providerleftbanner { padding:0px 45px 0px 45px !important;}
#Rbrokertopsection .providerleftbanner p { margin-bottom:20px !important; font-size:16px !important; padding-right:70px;}
#Rbrokertopsection .providerleftbanner .brokerbannerleft {
    width:90%;
    height: auto;
    position: relative;
    z-index: 99;
}

.memberbanner .brokerleftbanner .brokerbannerleft h1 { margin: 0px 0px 0px 0px !important; }
.memberbanner .brokerleftbanner .brokerbannerleft p {
 margin-bottom: 30px ! IMPORTANT;}





#brokerwhatmake { width:100%; height:auto; background: #fff; padding: 57px 30px; font-family: 'Muli'; }
#brokerwhatmake .container-fluid { padding-left:15px !important; padding-right:15px !important; }
#brokerwhatmake .brokerwhatmakeright h2 { margin:0px 0px 10px 0px; padding:0px; color: #000;
font-family: 'Muli'; font-size: 48px; font-style: normal; font-weight: 700; line-height: 60px;}
#brokerwhatmake .brokerwhatmakeright p { color: #03313B; text-overflow: ellipsis; margin-top:15px;
font-family: 'Muli'; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; }
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext {
    width: 100%;
    height:470px;
    overflow-y: scroll;
    overflow-x:hidden;
    padding-right:30px;

}

/* width */
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext::-webkit-scrollbar {
  width:4px;
  border-radius: 11px;
}

/* Track */
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 11px;
}
 
/* Handle */
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext::-webkit-scrollbar-thumb {
  background: #127080; 
  border-radius: 11px;
}

/* Handle on hover */
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



table.dataTable.no-footer { border:none !important; }

.dataTables_paginate span .current {
    background: #127080 !important;
    color: #fff !important;
    border-radius: 50px ! IMPORTANT;
}

.top .previous:hover { color:#fff !important; }

.paginate_button { margin-left:5px !important; }

.top .paginate_button:hover {background: #127080 !important;
    color: #fff ! IMPORTANT;
    border-radius: 50px ! IMPORTANT;  }

.dataTables_paginate {
    margin-top: 10px;
}





#brokerwhatmake .brokerwhatmakeright .overflowscrolltext span {
    color: #03313B;
    margin-top: 5px;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Muli';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-left:12px;
    display: inline-block;
}
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext span:before { content: " ";
    position: absolute;
    left: -11px;
    top:14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #09373f; }

#brokerwhatmake .brokerwhatmakeright .overflowscrolltext ul { margin:0px 0px 20px 25px }
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext ul li { color: #03313B; position: relative;
font-family: 'Muli'; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; }
#brokerwhatmake .brokerwhatmakeright .overflowscrolltext ul li:before {
    content: " ";
    position: absolute;
    left: -13px;
    top:15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #09373f;
}

#brokerwhatmake .brokerwhatmakeright .overflowscrolltext b {
    color: #03313B;
    text-overflow: ellipsis;
    font-family: 'Muli';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: normal;
    display: inline-block;
}

#brokerwhatmake #owl-broker img { border-radius:18px; }
#brokerwhatmake .owl-dots {
    display: block;
    text-align: center;
    margin-top: 17px;
}

#brokerwhatmake .owl-nav { display:none !important; }
#brokerwhatmake .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#brokerwhatmake #owl-broker .owl-dot.active { background: #127080; width: 186px; transition: all ease-in-out 0.6s; }













#whereisZing { width:100%; height:auto; width:100%; height:auto; background: #fff; padding: 57px 30px; font-family: 'Muli';}
#whereisZing .container-fluid { padding-left:15px !important; padding-right:15px !important; }
#whereisZing .container-fluid h3 { margin:0px 0px 30px 0px; padding:0px; color: #000;
text-align: center; font-family: 'Muli'; font-size: 48px; font-style: normal;
font-weight: 700; line-height: normal; }
#whereisZing .container-fluid h1 { margin:0px 0px 30px 0px; padding:0px; color: #000;
text-align: center; font-family: 'Muli'; font-size: 48px; font-style: normal;
font-weight: 700; line-height: normal; }


#whereisZing .brokerlocation { border-radius: 26px; border: 7px solid #127080; background: #C4DBDF; padding:40px; }
#whereisZing .brokerlocation .select-styled { border: 1px solid #C8C7C7; border-radius: 18px; color: #03313B !important; font-weight:600;
font-family: 'Muli'; font-size: 19.091px; }
/*#whereisZing .brokerlocation .mapslectboxwrap .select-options { height: auto; overflow: unset; }*/

#whereisZing .brokerlocation .mapslectboxwrap .select-options {
    box-shadow: -1px 11px 50px -13px rgba(0, 0, 0, 0.75);
    border-radius: 0 0 10px 10px;
    max-height: 192px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    border: 1px solid #C8C7C7;

    /* Firefox scrollbar */
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #127080 transparent; /* thumb color | track color */
}

/* Chrome, Edge, Safari */
#whereisZing .brokerlocation .mapslectboxwrap .select-options::-webkit-scrollbar {
    width: 8px;
}

#whereisZing .brokerlocation .mapslectboxwrap .select-options::-webkit-scrollbar-track {
    background: transparent;
}

#whereisZing .brokerlocation .mapslectboxwrap .select-options::-webkit-scrollbar-thumb {
    background-color: #127080;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

#whereisZing .brokerlocation .mapslectboxwrap .select-options::-webkit-scrollbar-thumb:hover {
    background-color: #0f5f68;
}



#whereisZing .brokerlocation .mapslectboxwrap .active { border-radius: 18px 18px 0px 0px; border-bottom:0px; }





#whereisZing .brokerlocation .locationtitle { color: #000;
font-family: 'Muli';
font-size:30px;
font-style: normal;
font-weight: 700;
margin-bottom:20px;
margin-top: 20px;
line-height: normal; }

#whereisZing .brokerlocation select {border-radius: 18px;
border: 1px solid #C8C7C7;
color: #03313B;
font-family: 'Muli';
font-size: 19.091px;
font-style: normal;
width:49.5%;
padding:15px 23px;
border:1px solid #C8C7C7;
font-weight: 700;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
line-height: normal;
background-color: #FFF;
background-image: url(../zing_images/broker/locationfilArrow.png);
background-repeat: no-repeat;
background-position: right center;}

#whereisZing .brokerlocation select:last-child { float:right; }

#whereisZing .arearesultmain { margin-top:4px; background:#fff; border-radius:18px; border:1px solid #C8C7C7; height: calc(100% - 138px);}
#whereisZing .arearesultmain .arearesultleft { width:55%; height:auto; color: #03313B;
font-family: 'Muli';
font-size:20px;
font-style: normal;
font-weight:400;
display:inline-block;
line-height:23px; /* 116.667% */}
#whereisZing .arearesultmain .arearesultleft b { margin-bottom:9px; display:inline-block; }

#whereisZing .arearesultmain .arearesultright { width:45%; height:auto; float:right; text-align:right; }
#whereisZing .arearesultmain .arearesultright a { border-radius: 13.058px; border:1px solid #03313B; background: #FFF; display:inline-block; padding:10px 10px; color: #03313B;
font-family: 'Muli';
font-size:16px;
font-style: normal;
display:inline-block;
font-weight: 400;
line-height: normal; margin-left:5px;}

#whereisZing .arearesultmain small { color: #A2A3A4;
font-family: 'Muli';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal; }

#whereisZing .arearesultmain .locationtabwrap { transition: all ease-in-out 0.3s; padding: 20px 20px 25px 20px; display:flex; border-bottom:1px solid #C8C7C7; }
#whereisZing .arearesultmain .locationtabwrap:hover { transition: all ease-in-out 0.3s; background:#127080; }
#whereisZing .arearesultmain .locationtabwrap:first-child { border-radius:18px 18px 0px 0px;}
#whereisZing .arearesultmain .locationtabwrap:last-child { border-radius:0px 0px 18px 18px; border:none !important;}
#whereisZing .arearesultmain .locationtabwrap:hover:first-child { border-radius:18px 18px 0px 0px;}
#whereisZing .arearesultmain .locationtabwrap:last-child {height: calc(100% - 343px); }
#whereisZing .arearesultmain .locationtabwrap:hover:last-child { border-radius:0px 0px 18px 18px; height: calc(100% - 343px); }
#whereisZing .arearesultmain .locationtabwrap:hover .arearesultleft b { color:#fff !important;}
#whereisZing .arearesultmain .locationtabwrap:hover .arearesultleft small { color:#fff !important;}
#whereisZing .arearesultmain .locationtabwrap:hover .arearesultright a { color:#127080 !important; border:1px solid #127080;}
#whereisZing .locationmapwrap { border-radius: 26.115px; border: 1.632px solid rgba(87, 87, 87, 0.50); background: #FFF; padding:5%; height: calc(100% - 84px); }
#whereisZing .locationmapwrap p { color: #03313B; 
font-family: 'Muli'; font-size:20px; height:188px; overflow-x:auto;
font-style: normal; font-weight:400; line-height: 30px; margin:0px; }
#whereisZing .locationmapwrap p::-webkit-scrollbar { width:2px;}
#whereisZing .locationmapwrap p::-webkit-scrollbar-track { background:rgba(255, 255, 255, 0.1); }
#whereisZing .locationmapwrap p::-webkit-scrollbar-thumb { background:#127080; }
#whereisZing .locationmapwrap p::-webkit-scrollbar-thumb:hover { background: #555;}






#whereisZing .locationmapwrap img { border-radius:13px; margin-bottom:17px;}
#whereisZing .locationmapwrap p a { text-decoration:underline !important; color: #03313B; }
#whereisZing .accordionwrap {  margin-top: 4px; background: #fff; border-radius: 18px; border: 1px solid #C8C7C7; height:466px; padding:25px; overflow-x:auto; overflow-y:scroll;}
#whereisZing .accordionwrap::-webkit-scrollbar { width:2px;}
#whereisZing .accordionwrap::-webkit-scrollbar-track { background:rgba(255, 255, 255, 0.1); }
#whereisZing .accordionwrap::-webkit-scrollbar-thumb { background:#127080; }
#whereisZing .accordionwrap::-webkit-scrollbar-thumb:hover { background: #555;}



#whereisZing .accordionwrap .accordion_head {
    position: relative;
    color: #03313B;
    font-family: 'Muli';
    font-size: 20px;
    font-style: normal;
    font-weight:400;
    line-height: 28px;
    /* margin-bottom: 20px; */
    padding-right: 52px;
    min-height: 47px;
    padding-top: 3px;
}
#whereisZing .accordionwrap .accordion_head p { color: #A2A3A4; font-family: 'Muli'; font-size: 19.587px; font-style: normal; font-weight: 400; line-height: normal; }
#whereisZing .mapslectboxwrap { width:100%; height:auto; position:relative; display:inline-block; }
#whereisZing .mapslectboxwrap .select { float:left !important; }
#whereisZing .mapslectboxwrap .select:last-child { float:right !important; }

#whereisZing .accordionwrap .plusminus {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 13.058px;
    background: #D9D9D9;
    color: #717171;
    font-family: 'Muli';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    padding:0px 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height:31px;
    border-radius: 50px;
    text-align: center;
    background: none;
    border: 2px solid #127080;
    color: #127080;
    font-weight: 800;
}
#whereisZing .accordionwrap ul { margin:0px; padding:0px; }
#whereisZing .accordionwrap ul li { color: #A2A3A4; margin-bottom:20px; font-family: 'Muli'; font-size:17px; font-style: normal; font-weight:400; line-height: normal; margin-right:16px; }
#whereisZing .accordionwrap ul li span { float: right;}
#whereisZing .accordionwrap ul li span img { width:16px; height:auto;}






#WeHere { width:100%; height:auto; width:100%; height:auto; background: #fff; padding: 57px 170px 120px 170px; font-family: 'Muli';  }
#WeHere .container-fluid { padding-left:15px !important; padding-right:15px !important; }
#WeHere h4 { color: #03313B; text-align: center; font-family: 'Muli'; font-size: 48px; font-style: normal;
font-weight: 700; line-height: normal; margin-bottom:40px; }


#WeHere #owl-WeHere img { border-radius:18px; }
#WeHere .owl-dots {
    display: block;
    text-align: center;
    margin-top: 17px;
}

#WeHere .owl-nav { display:none !important; }
#WeHere .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#WeHere #owl-WeHere .owl-dot.active { background: #127080; width: 186px; transition: all ease-in-out 0.6s; }
#WeHere span { color: #03313B; font-family: 'Muli'; font-size: 24px;
font-style: normal; font-weight: 700; line-height: normal; margin-bottom:15px; display:inline-block; padding-right:40px;}

#WeHere ul { margin: 0px 0px 0px 15px; padding:0px; }
#WeHere ul li { font-family: 'Muli';
font-size: 20px;
width:100%;
margin-bottom:24px;
display:inline-block;
font-style: normal;
font-weight: 400;
position:relative;
color:#03313B;
line-height: normal; }

#WeHere ul li:last-child { margin-bottom:0px; }


#WeHere ul li:before {
    content: " ";
    position: absolute;
    left: -13px;
    top:15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #09373f;
}




#BecomeZing { width:100%; height:auto; width:100%; height:auto; background:#C4DBDF; padding: 57px 170px 80px 170px; font-family: 'Muli'; text-align:center;}
#BecomeZing .container-fluid { padding-left:15px !important; padding-right:15px !important; }
#BecomeZing h4 { color: #000;
text-align: center;
font-family: 'Muli';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 62px;}


#BecomeZing h5 { color: #000;
text-align: center;
font-family: 'Muli';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 62px;}



#BecomeZing p {
color: #000;
text-align: center;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 400;
padding-left:60px;
padding-right:50px;
line-height: 30px; /* 166.667% */ }

#BecomeZing p a { border:none; padding:0px; width:auto; font-size: 18px;
font-style: normal; color: #000;
font-weight: 400; background:none;}

#BecomeZing p a:hover { font-style: normal; color: #000;
font-weight: 400; background:none; border:none; text-decoration:underline !important; }

#BecomeZing span {
    border-radius: 56px;
    background: #127080;
    border-radius: 56px;
    background: #127080;
    width: 468px;
    margin-top: 10px;
    border: 2px solid #127080;
    padding: 16px 32px 19px 32px;
    display: inline-block;
    font-family: 'Muli';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    cursor:pointer;
}

#BecomeZing span:hover {
    color: #127080;
    border: 2px solid #127080;
    background: #fff;
}





#BecomeZing a { border-radius: 56px;
background: #127080; border-radius: 56px;
background: #127080; width: 468px; margin-top:10px;
border:2px solid #127080;
padding: 16px 32px 19px 32px; display:inline-block; font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 700;
color:#fff;
line-height: 20px; /* 111.111% */ }

#BecomeZing a:hover { color:#127080; border:2px solid #127080; background:#fff; }




#rbqrc {width: 100%; height: auto; background: #fff; padding: 57px 170px 57px 170px; font-family: 'Muli';}
#rbqrc .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#rbqrc h2 { color: #000; text-align: center; font-family: 'Muli'; font-size: 48px; font-style: normal; font-weight: 800; line-height: normal; text-align:center; margin-bottom:50px; }
#rbqrc .resourcebox { border-radius: 26px; border: 7px solid #127080; background: #F7F7F7; height:100%; min-height:auto; display: flex; align-content: flex-start;
flex-wrap: wrap; padding-bottom:0px; flex-direction:column;}
#rbqrc .resourcebox .resourceboxtitle { 
background: #127080; width:100%; height:auto; color: #FFF;
text-align: center;
font-family: 'Muli';
font-size:25px;
font-style: normal;
font-weight: 800;
padding:13px 0px;
height:96px;
line-height: normal;
align-items: center;
justify-content: center;

letter-spacing: -1px;}

#rbqrc .resourcebox ul { margin:0px 0px 20px 0px; padding:15px 0px 0px 0px;}
#rbqrc .resourcebox ul li { color: #03313B;
font-family: 'Muli';
font-size:17px;
width:100%;
font-style: normal;
font-weight: 600;
padding: 8px 18px;
line-height: normal;}

#rbqrc .resourcebox ul li .tooltip { background:#F1FDFF; color:#127080; }
#rbqrc .resourcebox ul li .tooltip:after {
    
    border-top: solid #F1FDFF 10px;
    
}





#rbqrc .resourcebox ul li span { text-decoration:underline; }

#rbqrc .resourcebox ul li a {
    color: #03313B;
    font-family: 'Muli';
    font-size: 16.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline !important;
    display: inline-block;
}

#rbqrc .resourcebox ul li a:hover {color:#fff; text-decoration-line:none !important; transition: all 0.1s ease; }
#rbqrc .resourcebox ul li:hover {background: #127080; color:#fff; text-decoration-line:none !important; transition: all 0.1s ease; }
#rbqrc .resourcebox ul li:hover a {color:#fff; text-decoration-line:none !important; transition: all 0.1s ease; }
#rbqrc .resourcebox ul li a {transition: all 0.1s ease; }
#rbqrc .padding-bottom-50 { padding-bottom:40px; }
#rbqrc .resourceboxButton { width:100%; height:auto; text-align:center; align-self: flex-end; margin-bottom:20px; margin-top:auto; }
#rbqrc .resourceboxButton a {
    border-radius: 18.277px;
    border: 1.938px solid #127080;
    width: auto;
    min-width: 287px;
    height: auto;
    color: #127080;
    font-family: 'Muli';
    font-size: 18.277px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.731px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    flex: 2 0 100%;
}

#rbqrc .resourceboxButton a:hover { background:#127080; color:#fff;}


#rbqrc .customtooltipbig a {
    font-size: 12px !important;
}

#rbqrc .bigtolltip {
    text-decoration: underline;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 600;
}


#rbqrc .customtooltipbig a {
    padding: 8.5px 10px 8px 15px;
}

#rbqrc .pharmacyResourcebox ul { min-height:220px; }

#rbqrc .pharmacyResourcebox p {
    color: #03313B;
    font-family: 'Muli';
    font-size: 16.5px;
   font-weight: 600;
   min-height:220px;
   padding:18px 10px 0px 18px;
} 


#rbqrc .pharmacyResourcebox p a { color: #03313B; text-decoration:underline !important;}
#rbqrc .pharmacyResourcebox p a:hover { text-decoration:none !important;}



.utilization .resourceboxtitle { height:auto !important; padding: 18px 0px 25px 0px !important; }






#find-the-doctors { width: 100%;
    height: auto;
    background: #fff;
    padding:80px 30px;
    font-family: 'Muli';}

 
#find-the-doctors .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#find-the-doctors .find-doctors-left { width:100%; height:100%; border-radius: 22px;
background: #127080; padding:20px 20px 10px 20px; }
#find-the-doctors .find-doctors-left .find-doctors-title { color: #FFF;
font-family: 'Muli';
font-size: 26px;
padding:0px 0px;
font-style: normal;
font-weight: 800;
margin-bottom:10px;
line-height: 28px; /* 107.692% */ }

#find-the-doctors .find-doctors-left p { padding:0px 0px; color: #FFF; font-family: 'Muli';
font-size:17px; font-style: normal; font-weight: 400; line-height:normal; margin-bottom:0px; }

#find-the-doctors .find-doctors-left p a { color:#fff; text-decoration:underline !important; }
#find-the-doctors .find-doctors-left p a:hover { text-decoration:none !important; }
#find-the-doctors .brokerrighttabmain { width:100%; height:auto; display:inline-block; margin-bottom:40px;}
#find-the-doctors .brokerrighttabmain:last-child { margin-bottom:0px; }
#find-the-doctors .brokerrighttabmain .brokerrighticon { width:88px; height:74px; display:inline-block; border-radius: 7.663px; text-align:center; border-radius: 8.337px;
border: 1.39px solid #016570; padding-top:11px;
background: #FFF; box-shadow: 0px 4.057px 20.286px 0px rgba(23, 15, 73, 0.08);
 background: #FFF; box-shadow: 0px 3.729px 18.644px 0px rgba(23, 15, 73, 0.08);}
#find-the-doctors .brokerrighttabmain .brokerrighticontext { transition: 0.3s; width:84%; height:auto; border-radius: 10.507px; display:inline-block; padding:0px 15px;
background: #FFF; float:right; }

#find-the-doctors .brokerrighttabmain .brokerrighticontext p { color: #000;
font-family: 'Muli';
font-size: 20px; margin:0px;
font-style: normal;
font-weight: 700;
line-height: normal; }

#find-the-doctors .brokerrighttabmain .brokerrighticontext small { color: #000;
font-family: 'Muli';
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */ }


#find-the-doctors .brokerrighttabmain .brokerrighticontext small a { color: #000; text-decoration:underline !important;}
#find-the-doctors .brokerrighttabmain .brokerrighticontext small a:hover { color:#127080; text-decoration:none !important; }


#find-the-doctors .find-doctors-left img {
    border-radius: 20px;
    margin-bottom:20px;
    height: 511px;
    width: 100%;
    object-fit: cover;
}




#determinePrescription { width: 100%; height: auto; background: #C4DBDF; padding:99px 30px; font-family: 'Muli'; }
#determinePrescription .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#determinePrescription .eterminePrescriptionleft { width:100%; height:100%; border-radius: 26.115px;
background: #127080; padding:38px 43px; }

#determinePrescription .eterminePrescriptionright { width:100%; height:auto; border-radius: 26.115px;
padding:38px 43px; border-radius: 16px; border: 1px solid #D3D3D3; background: #FFF;
box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.06); }


#determinePrescription .determinetitle { color: #FFF;
font-family: 'Muli';
font-size: 34px;
font-style: normal;
font-weight: 800;
margin-bottom:15px;
line-height: 44.274px; /* 130.218% */ }

#determinePrescription p { color: #FFF;
font-family: 'Muli';
font-size: 20px;
font-style: normal;
font-weight:300;
line-height: normal; }


#determinePrescription .eterminePrescriptionright { height:100%; }

#determinePrescription .eterminePrescriptionright .determinetitle a { color: #03313B !important;
font-family: 'Muli';
font-size: 34px;
font-style: normal;
font-weight: 800;
line-height: 44.274px; /* 130.218% */
text-decoration-line: underline !important; }

#determinePrescription .eterminePrescriptionright .determinetitle a:hover { text-decoration:none !important; }

#determinePrescription .eterminePrescriptionright p { color: #03313B;
font-feature-settings: 'clig' off, 'liga' off;
font-family: 'Muli';
font-size: 20px;
font-style: normal;
font-weight:300;
line-height: normal; }



#ConductNeads { width:100%; height:auto; padding: 57px 30px; font-family: 'Muli';}
#ConductNeads .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#ConductNeads h2 { color: #03313B; text-align: center; font-family: 'Muli'; width:100%; height:auto; text-align:center; margin-bottom:50px;
font-size: 50px; font-style: normal; font-weight: 700; line-height: normal; }
#ConductNeads .conductInnerBox { width:100%; height:100%; border-radius: 8px; border: 4px solid #127080; background: #FFF; padding:10px;}
#ConductNeads .conductInnerBox:hover { background:#F1FDFF; transition: all ease-in-out 0.3s;}
#ConductNeads .conductInnerBox:hover .conductInnertitle, #ConductNeads .conductInnerBox:hover p { color:#03313B;}
#ConductNeads .conductInnertitle { width:100%; height:auto; color: #03313B; padding:15px 0px;
text-align: center; font-family: 'Muli'; font-size:20px; font-style: normal; font-weight: 700; line-height: normal;}
#ConductNeads p { text-align:center; }


#ReadyEnroll { width:100%; height:auto; padding: 57px 120px; font-family: 'Muli'; }
#ReadyEnroll .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#ReadyEnroll h3 { color: #000; font-family: 'Muli'; font-size: 60px; font-style: normal; font-weight: 700;
line-height: 60px; }
#ReadyEnroll p { color: #03313B; font-family: 'Muli'; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal;
margin: 0px; line-height: 26px; margin-top: 20px;}
#ReadyEnroll p a { color: #03313B !important; text-decoration:underline !important;}
#ReadyEnroll p a:hover { text-decoration:none !important; }
#ReadyEnroll ul { margin:35px 0px 60px 0px; padding:0px; }
#ReadyEnroll ul li { color: #000; font-family: 'Muli'; font-size:23px; font-style: normal; font-weight: 600; line-height: normal; padding:35px 0px; border-bottom:3px solid #03313B; line-height:51px; position:relative; }
#ReadyEnroll ul li p { padding: 0px; margin: 0px; width: 60%; display: inline-block;
font-size: 23px; font-family: 'Muli'; font-weight: 600; color: #000; line-height: 51px;}
#ReadyEnroll ul li span { width:54px; height:54px; background:#127080; border-radius:50%; float:right; display:flex; align-items: center !important; text-align: center; justify-content: center; transition: 0.6s;}
#ReadyEnroll ul li a { color: #000; display: inline-block; width: 100%; position:relative; }
#ReadyEnroll ul li a p:hover { color: #127080; }
#ReadyEnroll ul li a:hover span { margin-right: 32px; transition: 0.6s; rotate:-180deg;}



#brokerform { width:100%; height:auto; padding:100px 250px 0px 250px; font-family: 'Muli'; background: #F1FDFF; margin-top:15px;}
#brokerform .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#brokerform h1 { color: #03313B; text-align: center; font-family: 'Muli';
font-size: 46px; font-style: normal; font-weight: 800; line-height: 62px;}
#brokerform p { text-align:center; color: #03313B; text-align: center; font-family: 'Muli'; font-size: 18px; font-style: normal; font-weight: 600; line-height: 28px; /* 155.556% */ }
#brokerform img { margin-bottom:10px; }
#brokerform .formmain { border-radius: 34px 34px 0px 0px; border: 1px solid #C8C8C8;
background: #FFF; box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06); padding:70px 117px 250px 117px; margin-top:30px; border-bottom: none; }
#brokerform .formtitle { color: #03313B; font-family: 'Muli'; margin-bottom:30px;
font-size: 24px; font-style: normal; font-weight: 800; line-height: 35px; }
#brokerform .formmain label { color: #03313B; font-family: 'Muli';
font-size: 18px; font-style: normal; font-weight: 700; line-height: 20px;}
#brokerform .formmain input {font-family: 'Muli'; border-radius: 12px; border: 1px solid #D3D3D3; background: var(--Neutral-100, #FFF); box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.06); padding:15px 20px; width:100%; margin-bottom:44px; }
#brokerform .formmain input::-webkit-input-placeholder {color:#ABB2B6;}
#brokerform .formmain input::-moz-placeholder { color:#ABB2B6;}
#brokerform .formmain input:-ms-input-placeholder {color:#ABB2B6;}
#brokerform .formmain input:-moz-placeholder { color:#ABB2B6;}
#brokerform .formmain label { margin-bottom:15px; }
#brokerform .radioselect label input { position: absolute; left: -9999px;}
#brokerform .radioselect label input:checked + span {
border-radius: 12px; border:1px solid #F48D3B; background: var(--Neutral-100, #FFF);
box-shadow: 0px 8px 25px 0px rgba(244, 141, 59, 0.06);  outline: #F48D3B solid 4px !important;
transition: all 0.3s;}
#brokerform .radioselect label input + span { border-radius: 12px;
border: 1px solid #D3D3D3; padding:15px; width:100%;
width:100%; outline: #F48D3B solid 0px !important; transition: all 0.3s;
display:inline-block; background: var(--Neutral-100, #FFF);
box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.06); text-align:center;}
#brokerform .radioselect label { position:relative; width:100%; margin-bottom:10px;}
#brokerform .padding-right-5 { padding-right:5px !important;}
#brokerform .padding-left-right-5 { padding-right:5px !important; padding-left:5px !important;}
#brokerform .padding-left-5 { padding-left:5px !important;}
#brokerform .margin-bottom-44 { margin-bottom:34px !important; }
#brokerform .formmain button { border-radius: 56px; background: #127080; padding: 20px 40px 21px 40px;
box-shadow: 0px 3px 12px 0px rgba(74, 58, 255, 0.18); width:100%; height:auto; border:none; color: var(--Neutral-100, #FFF);
text-align: center;
font-family: 'Muli';
font-size: 18px;
margin-top:10px;
font-style: normal;
font-weight: 700;
transition: all 0.3s;
border:2px solid #127080;
line-height: 20px;}

#brokerform .formmain button:hover {transition: all 0.3s; border:2px solid #127080; background:#fff; color:#127080; }



#newfooter { width:100%; height:auto; background:#F1FDFF; border-top:1px solid #016F81; padding:50px 60px}
#newfooter .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#newfooter .footersectiontitle { color: #016F81; font-family: 'Muli'; margin-bottom:10px;
font-size: 20px; font-style: normal; font-weight: 800; line-height: normal; }
#newfooter .footersectiontitle a { color: #016F81;
    font-family: 'Muli';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin-bottom:20px;
    display:inline-block;
    line-height: normal; }

#newfooter ul { margin:0px 0px 27px 0px; padding:0px; }
#newfooter ul li a { color: #000; font-family: 'Muli'; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; }
#newfooter ul li a:hover { color:#016F81; }
#newfooter b { color: #016F81; font-family: 'Muli'; font-size: 14px; font-style: normal; font-weight: 700; line-height: 22px; width: 100%;
display: inline-block; margin-top:6.8px;}
#newfooter p { color: #000; font-family: 'Muli'; font-size: 14px; font-style: normal; font-weight: 700; line-height: 22px; margin:0px; }
#newfooter p a { color: #000; font-family: 'Muli'; font-size: 14px; font-style: normal; font-weight: 700; line-height: 22px; margin:0px; }
#newfooter p a:hover { text-decoration:underline !important; }
#newfooter .footlogo { border-bottom:1px solid #AEDDD3; margin-bottom:23px; padding-bottom:10px;}
#newfooter .footlogo img { height:38px; }
#newfooter a img { margin-right:5px; margin-top:-4px; }
#newfooter .footemarginbottom {margin-bottom: 5px;  }


#FindOutWhat { width:100%; height:auto; padding: 57px 130px 0px 130px; font-family: 'Muli';} 
#FindOutWhat .container-fluid { padding-right: 15px !important; padding-left: 15px !important;}
#FindOutWhat .findiconwrap { width:220px; height:220px;border-radius: 28px; display: inline-block; display: flex; margin:auto; margin: 0px auto 0px auto;
align-items: center; justify-content: center; border:4px solid #016570; background: #F1FDFF; box-shadow: 0px 14.83px 74.15px 0px rgba(23, 15, 73, 0.08);}
#FindOutWhat .findout span { color: #03313B; text-align: center; font-family: 'Muli'; font-size:23px;
font-style: normal; font-weight: 700; width:100%; margin-top:20px; display:inline-block; margin-bottom:30px;
line-height: 32px; /* 123.077% */letter-spacing: -0.26px;text-transform: capitalize; }
#FindOutWhat .findout a { border-radius: 22.63px; background: #127080; display: inline-block; padding:7px 40px; color: #fff; margin-top:20px; border:2px solid #127080; min-width:222px; font-weight:700; font-size:18px; font-family: 'Muli'; margin-top:auto;}
#FindOutWhat .findout a:hover { background:#fff; border:2px solid #127080; color:#127080; }
#FindOutWhat .findout { height:100%; align-items: center;}
#FindOutWhat .findout a p {
    margin: 0px;
}

#getmore { width:100%; height:auto; background:#C4DBDF; padding:80px 30px 100px 30px; text-align:center;}
#getmore .container-fluid { padding-right:15px !important; padding-left:15px !important;}
#getmore h2 { color: #220; text-align: center; font-family: 'Muli'; text-align:center;
font-size: 48px; font-weight: 700; line-height: 62px;}
#getmore p { color: #220; text-align: center; font-family: 'Muli'; margin-bottom:19px;
font-size: 20px; font-style: normal; font-weight: 400; line-height: 32px; /* 160% */ }
#getmore a { border-radius: 29.299px; background: #FFF; color: #127080; font-family: 'Muli'; font-size: 18px; font-weight: 700; line-height: normal; display: inline-block; padding: 15px 30px; margin: 0px 5px; cursor:pointer;}
#getmore a:hover { background:#03313B; color:#fff;}
#getmore .bookCallBt { min-width:204px; border-radius: 29.299px; background:#127080; border:2px solid #127080; color:#fff; font-family: 'Muli'; font-size: 18px; font-weight: 700; line-height: normal; display: inline-block; padding: 10px 30px; margin: 0px 5px;}
#getmore .bookCallBt:hover { background:none; color:#127080; border:2px solid #127080;}




#ZingHealthWrap { width:100%; height:auto; padding:80px 143px 40px 143px; font-family: 'Muli';} 
#ZingHealthWrap .container-fluid { padding-right: 15px !important; padding-left: 15px !important;}
#ZingHealthWrap h2 { color: #000; font-family: 'Muli'; font-size: 42px; font-style: normal; font-weight: 700; line-height: normal; }
#ZingHealthWrap p { color: #000; font-family: 'Muli'; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; }
#ZingHealthWrap .yearbutton a { border-radius: 26.384px; border: 2px solid #127080; background: #FFF; padding:10px 20px; margin-left:3px; color: #127080;
font-family: 'Muli'; font-size:16px; font-style: normal; font-weight: 700; line-height: normal; }
#ZingHealthWrap .yearbutton a:hover { background: #127080; color:#fff; }
#ZingHealthWrap .yearbutton .bookCallBt { border-radius: 29.299px; background:#127080; color:#fff; font-family: 'Muli'; font-size: 16px; font-weight: 700; line-height: normal; display: inline-block; padding:10px 20px; margin: 0px 0px;}
#ZingHealthWrap .yearbutton .bookCallBt:hover { background:#fff; color:#127080;}
#ZingHealthWrap .pdfcontent { border-bottom:2px solid #03313B; padding-bottom:20px; margin-top:25px; }
#ZingHealthWrap .pdfcontent .pdfcontentleft { width:60%; height:auto; display:inline-block;}
#ZingHealthWrap .pdfcontent .pdfcontentleftright { width:20%; height:auto; display:inline-block; float:right; text-align:right;}
#ZingHealthWrap .pdfcontent .pdfcontentleft small { color: #127080; font-family: 'Muli';
font-size:17px; font-style: normal; font-weight: 700; line-height: normal; }
#ZingHealthWrap .pdfcontent .pdfcontentleft .pdfcontenttitle { color: #127080; line-height:35px;
font-family: 'Muli'; font-size:22px; font-style: normal; font-weight: 700; }
#ZingHealthWrap .pdfcontent .pdfcontentleft p { color: #7C878E;
font-family: 'Muli'; font-size:17px; font-weight: 400; line-height: 25px; margin: 0px; }
#ZingHealthWrap .pdfcontent .pdfcontentleftright img { padding-top: 32px; padding-right: 40px; width:69px; height:auto;}


#doordeliveryText { width:100%; height:auto; padding: 57px 30px; font-family: 'Muli';}
#doordeliveryText .container-fluid { padding-right: 15px !important; padding-left: 15px !important;}
#doordeliveryText h2 { color: #000; text-align: center; font-family: 'Muli'; font-size: 48px;
font-style: normal; font-weight: 700; line-height: 60px; text-transform: capitalize; }
#doordeliveryText p { overflow: hidden; color: #03313B;
text-overflow: ellipsis; font-family: 'Muli'; font-size: 20px;
font-style: normal; font-weight: 400; line-height:29px; }
#doordeliveryText .doorleft p { text-align:left !important; }
#doordeliveryText #owl-broker img { border-radius:18px; }
#doordeliveryText .owl-dots {
    display: block;
    text-align: center;
    margin-top: 17px;
}

#doordeliveryText .owl-nav { display:none !important; }
#doordeliveryText .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#doordeliveryText #owl-broker .owl-dot.active { background: #127080; width: 186px; transition: all ease-in-out 0.6s; }
#doordeliveryText .doordeliverytop h2 { margin-bottom:25px;}
#doordeliveryText .doordeliverytop p { margin-bottom:35px; text-align:center;}
#doordeliveryText .doorleft {
    padding-left: 40px;
}

#doordeliveryText .doortexttag { border-radius: 20px; background:#C4DBDF; display:inline-block; width:100%; margin-top:50px; margin-bottom:50px; padding:40px 50px; }
#doordeliveryText .doortexttag b { color: #127080; font-family: 'Muli'; font-size: 28px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom:10px; display:inline-block; }
#doordeliveryText .doortexttag p { text-align:left; margin-bottom:0px; }
#doordeliveryText .needspeak { border-radius: 18px; background: #127080; width:100%; display:inline-block; margin-top:40px; margin-bottom:50px; text-align:center; padding:40px 0px; }
#doordeliveryText .needspeak p { color:#fff; margin-bottom:0px; color: #FFF; text-align: center;
font-family: 'Muli'; font-size:30px; font-style: normal; font-weight: 700; line-height: normal; }
#doordeliveryText .needspeak a { border-radius: 29.299px; border: 2.093px #FFF; color: #127080;
font-family: 'Muli'; font-size:18px; font-style: normal; font-weight: 700; line-height: normal;
background: #FFF; display: inline-block; margin-top: 20px; padding: 15px 40px; border:2px solid #fff;}
#doordeliveryText .needspeak a:hover { background:#127080; border:2px solid #fff; color:#fff; }




#searchresults { width:100%; height:auto; padding:80px 30px; font-family: 'Muli';} 
#searchresults .container-fluid { padding-right: 15px !important; padding-left: 15px !important;}
#searchresults .searchbreadcrumb ul { margin:0px 0px 5px 0px; padding:0px; }
#searchresults .searchbreadcrumb ul li { color: #03313B; font-family: 'Muli'; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; display:inline-block; margin-right:5px; padding-right:5px; border-right:2px solid #03313B; }
#searchresults .searchbreadcrumb ul li:last-child {  border-right:0px solid #03313B; }
#searchresults .searchbreadcrumb ul li a { color: #03313B; line-height: 15px;}
#searchresults .searchbreadcrumb ul li a:hover { color:#90D0BA; }
#searchresults .searchbreadcrumb p { color: #7A7A7A; font-family: 'Muli';
font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; }

#searchresults .downloadpdfXL a { border:2px solid #127080; border:2px solid #127080; border-radius: 18px; background: #127080; display:inline-block; padding: 10px 20px; color: #FFF;
font-family: 'Muli'; font-size:16px; font-weight:400; line-height: normal; margin-left:10px; }
#searchresults .downloadpdfXL a:hover { border:2px solid #127080; background:#fff; color:#127080; }
#searchresults .downloadpdfXL a:hover path { fill:#127080;}
#searchresults .downloadpdfXL a:hover .ttl { stroke:red;}
#searchresults .filtermainwrap { background:#C4DBDF; display:flex; margin-top:15px; padding:20px 3px; border-radius: 20px; flex-wrap: wrap;}
#searchresults .filtermainleft { border-radius: 18px; background: #FFF; padding:10px; height:100%;}
#searchresults .filtermainleft .filterlefttitle { text-align:center; color: #000; font-family: 'Muli'; margin-bottom:20px; margin-top:10px;
font-size: 20px; font-style: normal; font-weight: 700; line-height: 42px; /* 210% */ }

#searchresults .filtermainleft .select { width:100%; height:auto; }
#searchresults .filtermainleft .select-styled { border-radius: 11px; border: 1px solid #016F81; background: #F1FDFF; color:#127080; height:50px; 
font-family: 'Muli'; font-size: 16px; font-weight:600; line-height:18px; /* 262.5% */ }
#searchresults .filtermainleft .select-styled:after { width:16px; height:8px; background-image: url(../zing_images/pharmacy/PharmacyDownArrow.svg); }
#searchresults .filtermainleft .active { border-radius: 11px 11px 0px 0px; }

#searchresults .filtermainleft .select-options { border: 1px solid #016F81; border-top:none; position: relative; top:auto;}
#searchresults .filtermainleft .select-styled { position: relative; font-weight:600; font-size:16px; color:#127080 !important; height: 58px; line-height: 27px;}
#searchresults .filtermainleft .select-options li { background: #F1FDFF; font-size:16px; font-weight:600; color: #127080;}
#searchresults .filtermainleft .select-options li:hover { background:#127080; color:#fff;}
#searchresults .filtermainleft .select-options .is-selected { background:#127080; color:#fff;}
#searchresults .filtermainleft .select-options li:first-child { border:none; }
#searchresults .filtermainleft button { background:#127080; border:2px solid #127080; color: #FFF; text-align: center; font-family: 'Muli'; font-size:16px; font-weight: 700; line-height: 20px; width:100%; padding:15px 0px; height:auto; border-radius:50px;  margin-top:20px;}
#searchresults .filtermainleft button:hover { background:#fff; border:2px solid #127080; color:#127080; }
#searchresults .filtermainleft .filtersearchmain { width:100%; height:auto;}
#searchresults .filtermainleft .filtersearchmain .advancedfilterbutton { border-radius: 11px; width:100%; font-weight: 600; cursor:pointer;
font-size: 16px; color: #127080 !important; padding: 16px 20px; display: inline-block; border: 1px solid #016F81; background: #F1FDFF; }
#searchresults .filtermainleft .filtersearchmain .select { margin-bottom:15px; }
#searchresults .filtermainleft .filtersearchmain .advancedfilterbutton svg { float:right; margin-top: 7px; }
#searchresults .filtermainleft .ProReferenceLinks { width:100%; height:auto; margin-top:57px;}
#searchresults .filtermainleft .ProviderLinksTitle { color: #000; font-family: 'Muli'; font-size: 20px; font-weight: 700; line-height: 42px; text-align:center; margin-bottom:20px;}
#searchresults .filtermainleft .ProReferenceLinks ul { margin:0px; padding:0px; }
#searchresults .filtermainleft .ProReferenceLinks ul li { width:100%; height:auto; margin-bottom:16px; }
#searchresults .filtermainleft .ProReferenceLinks ul li a { color:#016F81; border-radius: 11px; font-family: 'Muli'; border: 1px solid #016F81; font-weight:600;
background: #F1FDFF; width: 100%; display: inline-block;  padding:16px 20px; font-size:16px;}
#searchresults .filtermainleft .ProReferenceLinks ul li a:hover { background:#016F81; color:#fff; }
#searchresults .filtermainleft .ProReferenceLinks ul li span { color:#016F81; cursor: pointer; border-radius: 11px; font-family: 'Muli'; border: 1px solid #016F81; font-weight:600;
background: #F1FDFF; width: 100%; display: inline-block;  padding:16px 20px; font-size:16px;}
#searchresults .filtermainleft .ProReferenceLinks ul li span:hover { background:#016F81; color:#fff; }
#searchresults .filtermainleft .ProReferenceLinks ul li span p { display:inline-block; width:auto; }
#searchresults .filtermainleft .ProReferenceLinks ul li span svg { float: right; transition: 0.6s;}
#searchresults .filtermainleft .ProReferenceLinks ul li a svg { float: right; transition: 0.6s;}
#searchresults .filtermainleft .ProReferenceLinks ul li:hover svg { transition: 0.6s; rotate: -180deg;}
#searchresults .filtermainleft .ProReferenceLinks ul li span p { margin:0px; }
#searchresults .rightSearchhead { width:100%; height:auto; border-radius: 12px; background: #FFF; padding:10px 15px; min-height:77px;}
#searchresults .rightSearchhead .rightSearchheadLeft { width:50%; color: #000; font-family: 'Muli'; font-size: 20px; font-style: normal; font-weight: 700; line-height: 42px; display:inline-block; padding-top:8px;}
#searchresults .rightSearchhead .rightSearchheadright { width:50%; float:right;}
#searchresults .rightSearchhead .rightSearchheadright .select { width: 100%; }
#searchresults .rightSearchhead .rightSearchheadright .select-styled { border-radius: 12px; border: 1px solid #127080; background: #FFF; font-size:16px; font-style: normal; font-weight:400; color: #127080 !important; font-weight:600; }
#searchresults .rightSearchhead .rightSearchheadright .select-styled:after { background-image: url(../zing_images/pharmacy/PharmacyDownArrow.svg); width: 16px; height: 8px; }
#searchresults .rightSearchhead .rightSearchheadright .select-styled.active { border-radius: 12px 12px 0px 0px !important; color: #127080 !important; font-family: 'Muli'; font-weight:600;}
#searchresults .rightSearchhead .rightSearchheadright .select-options { border:1px solid #127080; border-top:none; }
#searchresults .rightSearchhead .rightSearchheadright .select-options li:first-child { border:none; }
#searchresults .rightSearchwrap { width:100%; height:auto; background:#fff; margin-top:18px; border-radius: 18px; padding:16px;}
#searchresults .rightSearchwrap .resultbox { width:100%; height:auto; border-radius: 11px; border: 2px solid #016F81; background: #F1FDFF; padding:25px; margin-bottom:24px; }
#searchresults .rightSearchwrap .resultbox:last-child { margin-bottom:0px; }
#searchresults .rightSearchwrap .resultbox .resultboxleft { width:60%; height:auto; display:inline-block;}
#searchresults .rightSearchwrap .resultbox .resultboxleft .resultboxtitle { color: #127080; font-family: 'Muli'; font-size:17px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom:14px; }
#searchresults .rightSearchwrap .resultbox .resultboxleft p { color: #127080; font-family: 'Muli'; font-size:17px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom:10px;}
#searchresults .rightSearchwrap .resultbox .resultboxright { width:40%; height:auto; display:inline-block; float:right; padding-top:30px;}
#searchresults .rightSearchwrap .resultbox .resultboxright p { color: #127080; text-align: center;
font-family: 'Muli'; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom:10px; }
#searchresults .rightSearchwrap .resultbox .resultboxright { text-align:center; }
#searchresults .rightSearchwrap .resultbox .resultboxright b { width:100%; height:auto; color: #127080;
font-family: 'Muli'; font-size:22px; font-style: normal; font-weight: 700; line-height: normal; text-align:center; display:inline-block; }
#searchresults .rightSearchwrap .resultbox .resultboxright button { border:none; min-width:210px; border:2px solid #127080; border-radius: 51.973px; background: #127080; margin-top:15px; color: #FFF; text-align: center;
font-family: 'Muli'; font-size:16px; font-weight: 700; line-height: 18.562px; padding:12px 0px;}
#searchresults .rightSearchwrap .resultbox .resultboxright button:hover { background:#F1FDFF; color:#127080; border:2px solid #127080;}
#searchresults .padding-left-3 { padding-left:3px; }
#searchresults .searchpagination { border-radius: 12px; background:#FFF; padding:15px 10px; margin-top:18px; text-align:center;}
#searchresults .searchpagination { color: #127080; font-family: 'Muli'; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; }
#searchresults .searchpagination a { display:inline-block; color: #127080; font-family: 'Muli';
font-size: 16px; font-style: normal; font-weight: 700; line-height: normal;}
#searchresults .searchpagination a:hover { color:#000; }
#searchresults .searchpagination a:hover svg  path{ stroke:#000; }
#searchresults .searchpagination ul { margin:0px 20px 0px 20px; padding:0px; display:inline-block; }
#searchresults .searchpagination ul li { display:inline-block; }
#searchresults .searchpagination ul li a { color: #000000; border: 1px solid #000000; padding:3px 10px; border-radius: 50%; margin: 0px 2px;}
#searchresults .searchpagination ul li:last-child a { padding:0px; border:none; color:#000000 !important; }
#searchresults .searchpagination ul li:nth-child(8) a { padding:0px; border:none; color:#000000 !important; }
#searchresults .searchpagination ul li:hover:last-child a { background:none; }
#searchresults .searchpagination ul li:hover:nth-child(8) a { background:none; }
#searchresults .searchpagination ul li a:hover { background:#127080; color:#fff; }
#searchresults .searchpagination ul li a.active { background:#127080; color:#fff; }
#searchresults .downloadpdfXL a img { margin-left: 10px; height: 27px;}
#searchresults .downloadpdfXL a svg { margin: 0px 2px;}
#searchresults .didwetext { margin-top:15px; color: #000; font-family: 'Muli';
font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; }
#searchresults .didwetext a { color: #000; font-family: 'Muli';
font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; text-decoration-line: underline !important; }
#searchresults .didwetext a:hover { color:#016F81; text-decoration:none !important;}
#searchresults .filtercheckbox { width: 100%; height: auto; margin-top: 20px; padding: 0px 20px;}

#searchresults .filtercheckbox .form-group { border-bottom: 0px solid grey; margin-bottom: 10px; color: #000;}
#searchresults .filtercheckbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#searchresults .filtercheckbox .form-group label {
  position: relative;
  cursor: pointer;
  font-family: 'Muli'; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal;
}

#searchresults .filtercheckbox .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right:8px;
  border-radius: 3px;
border: 1px solid #016F81;
background: #F1FDFF;
width:26px;
height:24px;
}

#searchresults .filtercheckbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top:6px;
  left:10px;
  width: 6px;
  height: 14px;
  border: solid #127080;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#searchresults .advancedfilterbutton svg { -moz-transition: all 0.30s ease-in;
    -o-transition: all 0.30s ease-in;
    -webkit-transition: all 0.30s ease-in;
    transition: all 0.30s ease-in; }

#searchresults .iconrotate svg { transform: rotate(180deg);
    -moz-transition: all 0.30s ease-in;
    -o-transition: all 0.30s ease-in;
    -webkit-transition: all 0.30s ease-in;
    transition: all 0.30s ease-in; }


#searchresults .alert {
    position: relative;
    padding: 0.4rem 0.5rem;
    margin: 0rem !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13px;
    min-width: 96px !important;
    float: left;
    width: auto !important;
    margin-right: 15px !important;
    border: 2px solid #127080;
    background: none !important;
    line-height: 22px;
}

#searchresults .alert strong { margin-right:10px; }

#searchresults .alert i { color:#127080; opacity:1; }
#searchresults .close {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: 1px;
}

#searchresults .clearsearch {
    padding-top: 6px;
    display: inline-block;
    color: #127080 ! IMPORTANT;
}

.padding-0 { padding:0px; }





#searchsetilswrap { width:100%; height:auto; padding: 57px 30px;}
#searchsetilswrap .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#searchsetilswrap .detilspagination ul { margin:0px; padding:0px; }
#searchsetilswrap .detilspagination ul li { display:inline-block; width:auto; height:auto; color: #000; border-right:2px solid #000;
font-family: 'Muli'; font-size:17px; font-style: normal; font-weight: 700; line-height: normal; line-height: 17px; padding-right:6px; padding-left:6px; }
#searchsetilswrap .detilspagination ul li:nth-child(4) { border:none; padding-right:0px;}
#searchsetilswrap .detilspagination ul li a { display:inline-block; width:auto; height:auto; color: #000;
font-family: 'Muli'; font-size:17px; font-style: normal; font-weight: 700; line-height: 17px;}
#searchsetilswrap .detilspagination ul li a:hover { color:#127080; }
#searchsetilswrap .detilspagination ul li:last-child { border:none; }
#searchsetilswrap .detilspagination ul li:last-child a { border-radius: 16.533px; border: 1.753px solid #666; padding:7px 20px; }
#searchsetilswrap .detilspagination ul li:hover:last-child a { background:#127080; color:#fff; }
#searchsetilswrap .HealthPharmacyBox { border-radius: 26px; border: 7px solid #127080; background: #C4DBDF; padding:60px; margin-top:30px;}
#searchsetilswrap .HealthPharmacyBox h1 { color: #000; text-align: center;
font-family: 'Muli'; font-size: 48px; font-style: normal; font-weight: 700; line-height: normal; }
#searchsetilswrap .HealthPharmacyBox .HealthPharmacyhead {  margin-top:20px; border-radius: 26.115px; border: 6px solid #AEDDD3; background:#F9F9F9; padding:35px 60px;}
#searchsetilswrap .HealthPharmacyBox .HealthPharmacyhead .HealthPharmacyleft {margin-top: -8px; width:50%; height:auto; display:inline-block; color: #000; text-align:left; float:left;
font-family: 'Muli'; font-size:22px; font-style: normal; font-weight: 400; line-height: normal;}
#searchsetilswrap .HealthPharmacyBox .HealthPharmacyhead .HealthPharmacyright {margin-top: -8px; width:50%; height:auto; display:inline-block; float:right; color: #000;
font-family: 'Muli'; font-size:22px; font-style: normal; font-weight: 400; line-height: normal; }
#searchsetilswrap .HealthPharmacyhead { width:100%; height:100%; color: #000;
font-family: 'Muli'; font-size:22px; text-align: center; font-style: normal; font-weight: 700; line-height: normal; }
#searchsetilswrap .Daysmain { width: 100%; height: auto;
margin-top: 0px; color: #000; font-family: 'Muli'; font-size: 22px; font-style: normal; font-weight: 400; line-height: 46px; display: inline-block;}
#searchsetilswrap .Daysmain b { float:left; }
#searchsetilswrap .Daysmain small { float:right; }
#searchsetilswrap .HealthPharmacytitle { width:100%; margin-bottom:15px;}
#searchsetilswrap .margin-bottom-30 { margin-bottom:30px; }
#searchsetilswrap .contactinfowrap { width:100%; height:auto; border-radius: 26px; border: 7px solid #127080; background:#FFF; margin-top:40px; padding:60px; display:flex;}
#searchsetilswrap .contactinfowrap h2 { color: #000; font-family: 'Muli'; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom:30px;}
#searchsetilswrap .contactdetilswrap { width:100%; height:auto; margin-bottom:40px;}
#searchsetilswrap .contactdetilswrap .contactdetilsleft { width:22%; height:auto; display:inline-block; }
#searchsetilswrap .contactdetilswrap .contactdetilsleft span { width: 65.254px; display:inline-block; display: flex;
align-items: center; align-content: flex-start; justify-content: center;
height: 65.254px; border-radius: 7.663px; border: 1.277px solid #016671; background: #FFF; box-shadow: 0px 3.729px 18.644px 0px rgba(23, 15, 73, 0.08); }
#searchsetilswrap .contactdetilswrap .contactdetilsright { width:74%; height:auto; display:inline-block; float:right;}
#searchsetilswrap .contactdetilswrap .contactdetilsright b { color: #000; font-size:24px; font-style: normal; font-weight:600; line-height: normal; }
#searchsetilswrap .contactdetilswrap .contactdetilsright p { color: #000; font-family: 'Muli'; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; } 
#searchsetilswrap .contactdetilswrap .contactdetilsright p a { color: #000; font-family: 'Muli'; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; } 
#searchsetilswrap .contactdetilswrap .contactdetilsright p a:hover { color:#127080; }
#searchsetilswrap .contactinfomap { width:100%; height:auto; border-radius: 13px; border: 6px solid #90D0BA; overflow:hidden; margin-left: 40px; }
#searchsetilswrap .NeedSpeak { width:100%; height:auto; background:#127080; border-radius: 18px; background: #127080; padding:40px 30px; margin-top:40px; text-align:center;}
#searchsetilswrap .NeedSpeak h3 { color: #FFF; text-align: center; margin-bottom: 25px;
font-family: 'Muli'; font-size:30px; font-style: normal; font-weight:600; line-height: normal; }
#searchsetilswrap .NeedSpeak a { border-radius: 29.299px; border: 2.093px #FFF; background:#FFF; padding:10px 29px; color: #127080; border:2px solid #fff;
font-family: 'Muli'; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; display: inline-block; }
#searchsetilswrap .NeedSpeak a:hover { background:#127080; border:2px solid #fff; color:#fff;}


#providerService { width:100%; height:auto; padding:82px 30px; }
#providerService .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#providerService h2 { color: #000; font-family: 'Muli'; font-size: 48px; text-align:center; margin-bottom:50px;
font-style: normal; font-weight: 700; line-height: 60px; /* 125% */ }
#providerService .providercontact { text-align:center; }
#providerService .providercontact span { width:80px; height:80px; text-align: center; display: inline-block; border:2px solid #127080; border-radius:10px; background:#f1fdff; padding-top:9px;}
#providerService .providercontact b { text-align: center;
text-overflow: ellipsis;
font-family: 'Muli';
font-size:20px;
color: #127080;
font-style: normal;
font-weight: 700;
text-align:center;
line-height: normal;
display: inline-block;
width: 100%;
margin: 10px 0px; }


#providerService .providerBox p a {
    background: none;
    border: none;
    padding: 0px;
    color: #03313B;
    text-align:left;
     word-wrap: break-word;
    display: inline;
    font-size: 16px;
}

#providerService .providerBox p a:hover { border:none; }




#providerService .providercontact p { overflow: hidden;
color:#000;
text-align: center;
text-overflow: ellipsis;
font-family: 'Muli';
font-size:17px;
font-style: normal;
font-weight: 400;
line-height: normal; }

#providerService .providercontact p a { color: #000;}
#providerService .providercontact p a:hover { color: #127080; text-decoration:underline !important;}
#providerService .providerBox { width:100%; height:100%; border-radius: 8.99px;
border: 2.247px solid #127080; padding:26px; transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in; }
#providerService .providerBox:hover { background: #F1FDFF;
box-shadow: 3px 7px 14.5px 0px rgba(121, 121, 121, 0.25), 6px 6px 29.6px 0px rgba(222, 222, 222, 0.50); -moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in; }
#providerService .providerBox b { color: #03313B;
font-family: 'Muli';
font-size: 23px;
margin-bottom:13px;
font-style: normal;
font-weight: 700;
display: inline-block;
line-height: 32px;}

#providerService .providerBox p {
    color: #03313B;
    font-family: 'Muli';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right:0px;
    line-height: normal;
    margin-bottom:20px;
    height:auto;
}

#providerService .providerBox p b {
    font-size: 16px;
    margin-bottom: 0px;
    display: unset;
    line-height: unset;
}

#providerService .providerBox a {
    display: inline-block;
    border-radius: 22.63px;
    background: #127080;
    padding: 6px 15px;
    color: #fff;
    text-align: center;
    border: 2px solid #127080;
    font-size: 18px;
    font-weight:700;
    font-family: 'Muli';
}

#providerService .providerBox a:hover { background:none; border: 2px solid #127080; color:#127080; }
.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }



#claimresources { width: 100%; height: auto; padding:42px 30px 78px 30px; background:#C4DBDF;}
#claimresources .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}

#claimresources .claimretitle { text-align:center; }

#claimresources .claimretitle h3 { color: #03313B; font-size: 48px;
font-style: normal; font-weight: 700; line-height: 60px; font-family: 'Muli'; margin-bottom:15px; }

#claimresources .claimretitle p { margin-bottom:20px;
color: #03313B; text-align: center; text-overflow: ellipsis;
font-family: 'Muli'; font-size:18px; font-style: normal; font-weight: 400; line-height:25px;}

#claimresources .claimbox { border-radius: 12px; width:100%; height:100%;
border: 4px #127080 solid; background: #fff; box-shadow: 0px 4px 9.1px 0px rgba(223, 223, 223, 0.09); padding:23px; }
#claimresources .claimbox:hover { background:#F1FDFF; }

#claimresources .claimbox span { color: #03313B; font-family: 'Muli'; margin-bottom:10px; display:inline-block;
font-size:27px; font-style: normal; font-weight: 700; line-height: normal; }

#claimresources .claimbox p {
color: #03313B;
font-family: 'Muli';
font-size: 17px;
font-style: normal;
font-weight:400;
line-height: normal; }

#claimresources .claimbox p a { text-decoration:underline !important; color: #03313B; font-family: 'Muli'; font-size: 17px;}
#claimresources .claimbox p a:hover { text-decoration:none !important; }
#claimresources .claimbox ul {
    margin: 0px;
    padding: 0px;
    list-style: disc;
    list-style-position: inside;
}
#claimresources .claimbox ul li { position:relative; color: #03313B; font-family: 'Muli'; font-size:17px; font-style: normal; font-weight: 400; line-height: normal; list-style:none; list-style-position: inside; padding-left:15px; margin-bottom:5px;}
#claimresources .claimbox ul li a { color: #03313B; text-decoration:underline !important; }
#claimresources .claimbox ul li a:hover { text-decoration:none !important; }
#claimresources .claimbox { color:#03313B; font-family: 'Muli'; font-size: 18px; min-height:350px; }
#claimresources .claimbox ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50px;
    background: #03313B;
    left: 0px;
    top: 6px;
    bottom: 0px;
    margin: auto;
}

#claimresources .claimbox ul .towline:before { top:-18px !important; }




#BecomeZingProvider { width:100%; height:auto; padding: 80px 163px 40px 163px;}
#BecomeZingProvider .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#BecomeZingProvider h2, #BecomeZingProvider h3, #BecomeZingProvider h4, #BecomeZingProvider h5 { color: #000; font-family: 'Muli'; font-size: 42px; font-style: normal; font-weight: 700; line-height: normal; }
#BecomeZingProvider h5 br { display:none; }
#BecomeZingProvider p { color: #000; 
font-family: 'Muli'; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; }
#BecomeZingProvider p a { color: #000; text-decoration:underline !important;}
#BecomeZingProvider p a:hover { text-decoration:none !important; }
#BecomeZingProvider ul { margin:0px; padding:0px; }
#BecomeZingProvider ul li {
    color: #000;
    position: relative;
    font-family: 'Muli';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 18px;
    margin-bottom: 10px;
}
#BecomeZingProvider ul li:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #03313b;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 11px;
}




#BecomeZingProvider .owl-carousel img { border-radius:18px; }
#BecomeZingProvider .owl-dots {
    display: block;
    text-align: center;
    margin-top: 17px;
}

#BecomeZingProvider .owl-nav { display:none !important; }
#BecomeZingProvider .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#BecomeZingProvider .owl-carousel .owl-dot.active { background: #127080; width: 186px; transition: all ease-in-out 0.6s; }
#BecomeZingProvider .padding-left-50 { padding-left:50px; }
#BecomeZingProvider .padding-right-50 { padding-right:50px; }
#BecomeZingProvider .row { border-bottom:1px solid #ABB2B6; padding-bottom:50px; margin-bottom:50px; }
#BecomeZingProvider .trainingBtn { width:auto; height:auto; }
#BecomeZingProvider .trainingBtn a { border-radius: 56px; background: #127080; color: #FFF;
text-align: center;
font-family: 'Muli';
font-size: 14px;
font-style: normal;
font-weight: 700;
padding:10px 25px;
margin-top:20px;
border:2px solid #127080;
display:inline-block;
line-height: 20px; /* 142.857% */ }

#BecomeZingProvider .trainingBtn a:hover { background:#fff; border:2px solid #127080; color:#127080; }
#BecomeZingProvider .value-Based-overflow { overflow-y:scroll; overflow-x:auto; height: 253px; padding-right:20px;}
#BecomeZingProvider .value-Based-overflow::-webkit-scrollbar {
width:3px; border-radius:20px;}
#BecomeZingProvider .value-Based-overflow::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#BecomeZingProvider .value-Based-overflow::-webkit-scrollbar-thumb {
  background: #127080;
}
#BecomeZingProvider .value-Based-overflow::-webkit-scrollbar-thumb:hover {
  background: #127080;
}
#BecomeZingProvider h4 br { display:none; }

#BecomeZingProvider h2 br { display:none; }

.careerstext p {
    padding-right: 50px;
}






#joinnetwork { width:100%; height:auto; background:#C4DBDF; padding-top:50px;}
#joinnetwork .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#joinnetwork small {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-bottom:10px;
letter-spacing: 2.88px;
width:100%;
display:inline-block;
text-transform: uppercase;}

#joinnetwork h6 {
color: #03313B;
width:100%;
display:inline-block;
margin-bottom:10px;
text-align: center;
font-family: 'Muli';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 62px; /* 129.167% */ }

#joinnetwork p {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;}

#joinnetwork p a { color: #03313B; font-weight:bold; text-decoration:underline !important;}
#joinnetwork p a:hover { color: #03313B; text-decoration:none !important; font-weight:bold;}
#joinnetwork .ournetwotkForm { width: 580px; border-radius: 37px 38px 0px 0px;
border: 6px #127080 solid; padding:51px 46px; border-bottom:none; margin:20px auto auto auto;}
#joinnetwork .ournetwotkForm input { width:100%; border-radius: 14px; border: 1px #127080 solid; background: #FFF; padding:14px 10px; margin-bottom:20px; font-family: 'Muli';}

#joinnetwork .ournetwotkForm .error {
    margin-top: -10px;
    margin-bottom: 13px;
}

#joinnetwork .ournetwotkForm button { width:100%; border-radius: 56px; background: #127080; margin-top:15px;
text-align: center; font-family: 'Muli'; font-size: 18px; border:2px solid #127080;
font-style: normal; padding:16px 0px; color:#fff;
font-weight: 700; line-height: 20px;}
#joinnetwork .ournetwotkForm button:hover { border:2px solid #127080; color:#127080; background:none; }

#joinnetwork .ournetwotkForm .networkcheck { position:relative; color:#03313B; color: #03313B;
text-align:left;
font-family: 'Muli';
font-size: 14px;
font-style: normal;
font-weight: 400;
width:100%;
padding-left:29px;
line-height:23px;}
#joinnetwork .ournetwotkForm .networkcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#joinnetwork .ournetwotkForm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:#03313B;
  border:none;
  border-radius:50%;
}

/* On mouse-over, add a grey background color */
#joinnetwork .ournetwotkForm:hover .networkcheck input ~ .checkmark {
  background-color: #03313B;
}

/* When the checkbox is checked, add a blue background */
#joinnetwork .ournetwotkForm .networkcheck input:checked ~ .checkmark {
  background-color: #03313B;
}

/* Create the checkmark/indicator (hidden when not checked) */
#joinnetwork .ournetwotkForm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#joinnetwork .ournetwotkForm .networkcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#joinnetwork .ournetwotkForm .networkcheck .checkmark:after {
  left:10px;
  top: 5px;
  width: 5px;
  height:12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#Memberfindoutwhat { width:100%; height:auto; padding:100px 30px; font-family: 'Muli'; }
#Memberfindoutwhat .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#Memberfindoutwhat .findoutwhatwrap {
    width: 100%;
    height:100%;
    border-radius: 18px;
    background: #127080;
    padding: 86px 70px;
    background-repeat: no-repeat;
    background-position: 102% 103%;
    background-size: 145px;
}
#Memberfindoutwhat .findoutwhatwrap h2 {
color: #FFF;
font-family: 'Muli'; 
font-size:35px;
font-style: normal;
font-weight: 800;
margin-bottom:20px;
line-height:48px;}

#Memberfindoutwhat .findoutwhatwrap p { 
color: #FFF;
font-family: 'Muli'; 
font-size: 20px;
font-style: normal;
font-weight:300;
line-height: normal; }

#Memberfindoutwhat .findoutwhatwrap a {
    border-radius: 29.299px;
    background: #FFF;
    color: #127080;
    text-align: center;
    font-family: 'Muli';
    font-size: 18px;
    font-style: normal;
    padding: 11px 10px;
    font-weight: 800;
    border:2px solid #fff;
    display: inline-block;
    margin-top: 20px;
    width:75%;
}

#Memberfindoutwhat .findoutwhatwrap a:hover {
   border:2px solid #fff;
   background:none;
   color:#fff;
  
}

#Memberfindoutwhat .whatdrugswrap { border-radius: 18px; padding:39px 25px; margin-bottom:14px; height: calc(100% - 68.4%);
border: 5px solid #127080; background: rgba(255, 255, 255, 0.70);}
#Memberfindoutwhat .whatdrugswrap:last-child { margin-bottom:0px; }

#Memberfindoutwhat .whatdrugswrap span { padding: 23px 10px; border-radius:13px; text-align: center;
width: 100%; display: inline-block; height:auto; background:#F1FDFF; border:2px solid #127080; }
#Memberfindoutwhat .whatdrugswrap .findouttitle { color: #000;
 font-family: 'Muli';
font-size:23px;
font-style: normal;
font-weight: 700;
line-height:26px; /* 114.286% */
text-transform: capitalize; }

#Memberfindoutwhat .whatdrugswrap a { border-radius: 22.63px; background: #127080; color: #FFF;
font-family: 'Muli';
font-size: 15.447px;
font-style: normal;
font-weight: 700;
width:95%;
border:2px solid #127080;
text-align:center;
display:inline-block;
padding:10px 0px;
line-height: normal; }
#Memberfindoutwhat .whatdrugswrap a:hover { border:2px solid #127080; background:none; color:#127080; }

.HealthTips small {
    color: #666;
    font-family: 'Muli';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    margin-bottom:0px;
    display: inline-block;
}

.HealthTips p { color: #000;
 font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight:300;
line-height: normal;
margin-bottom:10px;
text-transform: capitalize; }

.HealthTips .whatdrugswrap a {
    margin-top:0px;
    width: auto ! IMPORTANT;
    padding: 7px 30px ! IMPORTANT;
}
.HealthTips .findoutwhatwrap { padding: 58px !important;}
.HealthTips .findoutwhatwrap a {width: 35% !important; margin-right:10px !important; border: 2px solid #fff; background:none !important; color:#fff !important;}
.HealthTips .findoutwhatwrap a:hover { background:#fff !important; color:#127080 !important; }
.padding-left-30 { padding-left:30px; }
.HealthTips .whatdrugswrap {
    height: calc(100% - 51.7%) !important;
}
.HealthTips .whatdrugswrap .findouttitle { font-size:18px !important;}
.HealthTips .whatdrugswrap { padding: 25px 25px !important;}
.whatdrugswrapoverflow { height:100%; position:absolute; left:0px; top:0px;
width:100%; overflow:scroll; overflow-x:auto; overflow-y:scroll; padding-right:20px; }

.whatdrugswrapoverflow::-webkit-scrollbar {
  width: 10px;
}

.whatdrugswrapoverflow::-webkit-scrollbar-track {
  background: #C4DBDF;
}

.whatdrugswrapoverflow::-webkit-scrollbar-thumb {
  background: #127080;
}

.whatdrugswrapoverflow::-webkit-scrollbar-thumb:hover {
  background: #127080;
}


#memberblog {
    width: 100%;
    height: auto;
    padding:60px 30px 50px 30px;
    font-family: 'Muli';
}

.HealthTips {
    padding-top: 0px !important;
}

#memberblog .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#memberblog .m_blogwrap { width:100%; height:100%; background:#C4DBDF; border-radius: 18px; padding-bottom:30px; align-items: flex-start;}
#memberblog .m_blogwrap img {
    height:204px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    object-position: top;
}
#memberblog .m_blogwrap p {
color: #000;
font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight:300;
margin-bottom:40px;
padding: 0px 20px;
margin-top:20px;
line-height: normal; }


#memberblog .m_blogwrap p a {
color: #000;
font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight:300;
margin-bottom:40px;
padding: 0px 20px;
margin-top:20px;
background:none;
border:none;
margin:0px;
text-decoration:underline !important;
padding:0px;
line-height: normal; }

#memberblog .m_blogwrap p a:hover { background:none; border:none; text-decoration:none !important; }



#memberblog .m_blogwrap a {
    border-radius: 56px;
    color: #FFF;
    text-align: center;
    font-family: 'Muli';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    min-width: 148px;
    line-height: 20px;
    background: #127080;
    display: inline-block;
    padding: 10px 20px;
    border:2px solid #127080;
    margin-left:20px;
}

#memberblog .m_blogwrap a:hover { color:#127080; background:none; border:2px solid #127080; }


#memberblog .m_blogwrap p b {
    font-weight: 800;
}




#memberblog .lastContact .m_blogwrap p { font-size:22px; }

















#NeedMoreInformation { width:100%;height:auto; padding:47px 144px 94px 144px; background:#1A707F;}
#NeedMoreInformation .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#NeedMoreInformation h3 { color: #fff;
font-family: 'Muli';
font-size: 40px;
font-style: normal;
font-weight: 700;
margin-bottom:30px;
text-align: center;
line-height: 62px; /* 129.167% */
}

#NeedMoreInformation .needinfobox { width:100%; height: calc(100% - 0px); border-radius: 26.115px; background: #FFF; padding:45px;}
#NeedMoreInformation .needinfobox span { color: #000;
font-family: 'Muli';
font-size: 30px;
font-style: normal;
margin-bottom:10px;
display:inline-block;
font-weight: 700;
padding:8px;
line-height: 44.274px;}


#NeedMoreInformation .needinfobox p {
color: #03313B;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
line-height: normal; }

#NeedMoreInformation .needinfobox p a {
color: #03313B;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
background:none;
border:none;
padding:0px;
width:100%;
text-align:left;
line-height: normal; }

#NeedMoreInformation .needinfobox p a:hover { border:none; }



#NeedMoreInformation .needinfobox a {
border-radius: 56px;
margin-top:5px;
padding: 10px 20px 10px 20px;
display:inline-block;
border:2px solid #127080;
width:220px;
text-align:center;
font-size:16px;
margin-top:auto;
background: #127080; color:#fff; }

#NeedMoreInformation .needinfobox a:hover { background:none; border:2px solid #127080; color:#127080; }

#NeedMoreInformation .owl-carousel img { border-radius:18px; }
#NeedMoreInformation .owl-dots {
    text-align: center;
    margin-top:33px;
}


#NeedMoreInformation .owl-dot.active {
    width: 186px;
    border-radius: 10.5px;
    background: #fff;
}






#NeedMoreInformation .owl-nav { display:none !important; }
#NeedMoreInformation .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #fff;
    border: none !important;
    transition: all ease-in-out 0.6s;
}




.findtheright { background:#127080; border-radius:5px; border-radius: 18px; margin-bottom:80px; padding:30px 0px; text-align:center;}
.findtheright small {
color: #FFF;
text-align: center;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
line-height: 0.7; }

.findtheright h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Muli';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 19px;
    margin-top: 5px;
}

.findtheright a {
    border-radius: 29.299px;
    border: solid 2px #F1F1F1;
    padding: 10px 30px;
    display: inline-block;
    margin: 0px 5px;
    color:#fff;
    font-family: 'Muli';
    font-size:18px;
    font-weight:700;
}

.findtheright a:hover { background:#fff; color:#127080; }

.slidericonwrap { width:100%; height:auto; display:flex; align-items:center; }
.slidericonwrap span { border-radius:10px; margin-right:15px; width:69px; height:69px; background:#F1FDFF; border:1px solid #1A707F; }
.slidericonwrap p { width:80%; float:right; }


.brokerleftbanner .g-recaptcha {
    margin-top: 33px;
    float: left;
}





















.providerBanner { background:#fff !important;}
.providerrightmain { padding:38px 32px !important;  }
.providerrightmain h1, .providerrightmain p { text-align:center; }
.providerrightmain p { font-size:16px !important; }
.providerrightmain h1 { margin: 0px 0px 0px 0px !important; }
.providerBanner .brokerbannerright { right: 80px !important;}
.providerBanner .pharmacyBannerLeft input { float:left !important; }
.memberbanner .pharmacyBannerLeft input { float:left !important; }



.providerBanner .brokerleftbanner .provideBannerLeft {
    width: calc(100% - 55%) !important;
    margin-left: 140px !important;
}

.gitmoredental {padding:30px 0px 40px 0px; width:100%; height:auto; border-radius: 18px; background: #127080; text-align:center; margin-bottom:102px; }
.gitmoredental h2 { width:100%; height:auto; color: #FFF;
text-align: center;
font-family: 'Muli';
font-size:26px;
font-style: normal;
font-weight: 700;
margin-bottom:0px;
line-height: normal; }

.gitmoredental p { color: #FFF;
text-align: center;
font-family: 'Muli';
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal; }

.gitmoredental a {
    border-radius: 29.299px;
    border: 2px #F1F1F1 solid;
    background: #127080;
    padding:7px 20px;
    margin: 0px 5px 0px 5px;
    display: inline-block;
    color: #FFF;
    font-family: 'Muli';
    font-size:16px;
   font-style: normal;
   font-weight: 700;
   min-width:204px;
   line-height: normal;}

.gitmoredental a:hover { color: #127080; }
.gitmoredental a:hover { background:#fff; }

.providersearchbox { width:100%; height:auto; background:#F1FDFF; padding:31px; border-radius: 11px; margin-bottom:13px;
border: 2px #016F81 solid; background:#F1FDFF; }
.providersearchbox:last-child { margin-bottom:0px; }
.providersearchbox p { color: #127080;
font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal; }

.providersearchbox p img { margin-right:5px; }


.slectbutton a { border-radius: 47.642px; border:2px solid #127080; background: #127080; color: #FFF;
text-align: center;
font-family: 'Muli';
font-size:16px;
font-style: normal;
width:100%;
padding:13px 0px;
display:inline-block;
font-weight: 700;
line-height: 17.015px; /* 142.857% */ }

.slectbutton a:hover { background:#fff; border:2px solid #127080; color:#127080; }
.providercon p { color: #000;
font-family: 'Muli';
font-size:20px;
font-style: normal;
font-weight: 400;
line-height:30px; /* 191.667% */ }

.providercon .HealthPharmacyhead { text-align:left !important; }
.contacttitle h2 {  color: #000;
font-family: 'Muli';
font-size: 42px;
font-style: normal;
font-weight: 700;
margin-top:80px;
line-height: normal;}










.bottomnewlink div { width:auto; display: inline-block; }
#spnTop { background:#127080 !important; }


.mobilenav { width:100%; height:auto; padding:15px 0px 0px 0px; position:relative !important;}
.mobilemargintop { margin-top:15px; background:#127080; padding:20px 0px;}
.menu {
  cursor: pointer;
  text-align:right;
}

.menu i { color:#fff; font-size:25px; }

.mobilehide { display:block; }
.desktophide { display:none; }
.mobileoffset {
    width:70%;
    height:100%;
    background:#127080;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
    overflow: hidden;
    opacity:1;
    
    padding: 30px 25px;
   transform: translateX(300px);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    opacity:0;
}


.mobileoffset .needhelpmain { color:#fff; margin-top:25px;}
.mobileoffset .needhelpmain a { font-weight:600; color:#90D0BA;}

.menushow { margin-right:0px; opacity: 1;
    visibility: visible;
    transform: translateX(0); }

.mobileoffset ul li a { color:#fff; font-size:22px; margin-bottom:15px;}

.newlinkpopup .modal-content { background:#127080; border:none; }
.newlinkpopup .modal-content h2 { color:#fff; font-family: 'Muli'; font-weight:400; }
.newlinkpopup .modal-content h2 a { color:#fff; font-family: 'Muli'; font-weight:400; }

.newlinkpopup .yes {
    z-index: 1;
    border-radius: 0px !important;
    border: 0px solid #212529 !important;
    border-radius: 50px !important;
    padding: 5px 30px ! IMPORTANT;
    font-weight: 300 !important;
    font-family: 'Muli';
    border:2px solid #fff !important;
    background:none !important;
}

.newlinkpopup .yes:hover { background:#fff !important; color:#127080;}
.newlinkpopup button { font-weight: 300 !important; font-family: 'Muli'; padding: 5px 30px !IMPORTANT; border-radius: 50px !important; border:2px solid #fff !important;
background:none !important; color:#fff !important; }
.newlinkpopup button:hover { background:#fff !important; color:#127080 !important; }
.padding-top-0 { padding-top:0px !important; }

.HealthPharmacyleft img {
    margin-right: 10px;
}




.newlinkpopup .yes2 {
    z-index: 1;
    border-radius: 0px !important;
    border: 0px solid #212529 !important;
    border-radius: 50px !important;
    padding: 5px 30px ! IMPORTANT;
    font-weight: 300 !important;
    font-family: 'Muli';
    border:2px solid #fff !important;
    background:none !important;
}

.newlinkpopup .yes2:hover { background:#fff !important; color:#127080;}








/*..................... tooltip css ................................*/




#ReadyEnroll ul li .tooltip {
    background: #127080;
    bottom:54px;
    color: #fff;
    display: block;
    left: 0px;
    margin-bottom: 0px;
    opacity:0;
    padding: 9px 0px;
    pointer-events: none;
    position: absolute;
    width: 154px;
    border-radius: 5px;
    font-family: 'Muli';
    font-size: 16px;
    text-align: center;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
#ReadyEnroll ul li .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
#ReadyEnroll ul li .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #127080 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

#ReadyEnroll ul li:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tooltipwrap {
    position: relative;
}

.tooltipwrap .tooltip {
    background: #127080;
    top:-46px;
    color: #fff;
    display: block;
    left: 0px;
    margin-bottom: 0px;
    opacity:0;
    padding: 9px 0px;
    pointer-events: none;
    position: absolute;
    width: 154px;
    border-radius: 5px;
    font-family: 'Muli';
    font-size: 16px;
    text-align: center;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltipwrap .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tooltipwrap .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #127080 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.tooltipwrap:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}














#searchsetilswrap .detilspagination ul {
    margin: 0px;
    padding: 0px;
    display:unset;
    align-items: center;
}


.lan a {
    font-weight: 800;
    margin: 10px 10px 0px 0px;
    display: inline-block;
}

.position-relative { position:relative; }

/*.providermodal h4 {
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.min h4 {
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}





#documentsfilter { width:100%; height:auto; padding: 57px 30px; background:#F1FDFF;}
#documentsfilter .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#documentsfilter h2 { width:100%; height:auto; color: #09373E;
text-align: center;
font-family: 'Muli';
font-size: 48px;
margin-bottom:10px;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
line-height:64px; }

#documentsfilter .tophed p {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size: 20px;
font-style: normal;
font-weight:400;
margin-bottom:50px;
line-height: normal; }

#documentsfilter .docfilter label { width:100%; height:auto; text-align:left; color:#03313B; background:#F1FDFF;
font-family: 'Muli'; font-size:17px;}
#documentsfilter .docfilter .select { width:100%; }

#documentsfilter .docfilter button {
    border: 1px solid #127080;
    padding: 7px 20px;
    background: none;
    width: 100%;
    border-radius: 16px;
    margin-top: 33px;
    transition: all 0.2s ease-in;
}

#documentsfilter .docfilter button:hover { background:#127080; transition: all 0.2s ease-in; }
#documentsfilter .docfilter button:hover img { filter: brightness(0) invert(1); }
#documentsfilter .select-styled:after { top: 20px;}
#documentsfilter .acctoptitle { background: #17373C; border-radius: 18px; background: #127080; font-size:20px;}
#documentsfilter .acnav {
    width: 100%;
    background:none;
    position: relative;
}

#documentsfilter .acnav__list--level2 {
    margin-top:10px;
    border-radius: 18px;
    overflow:hidden;
    padding: 25px 37px 45px 37px;
    background:#F1FDFF;
}

#documentsfilter .acnav__label--level2 {
    color: #127080;
    font-family: 'Muli';
    font-size:20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 0px;
    background:#F1FDFF;
}

#documentsfilter .acnav__label--level3 {
padding-left: 1.5em;
    background:#F1FDFF;
    font-weight:500 !important;
    color: #7C878E;
    font-family: 'Muli';
    font-size:18px !important;
    padding-left: 30px !important;
    padding:12px 0px;}

#documentsfilter .acnav__link--level4 {
    padding-left: 30px !important;
    padding: 0px;
    margin-bottom:0px;
    font-weight: 300;
    font-size:17px;
    color:#127080;
    background:#F1FDFF;
    display:inline-block;
}

#documentsfilter .acnav__list { font-size:17px; color:#127080; }
#documentsfilter .acnav__list a { color:#127080; font-weight:300; }
#documentsfilter .acnav__list li { color:#127080; font-weight:300; font-size:17px; }
#documentsfilter .acnav__list a:hover { text-decoration:underline !important; }


#documentsfilter .acnav__list--level4 {
    margin-bottom: 15px;
}

#documentsfilter .nav-wrap {
    padding-left: 0rem;
    padding-right: 0rem;
}




#documentsfilter .acnav__link--level4 li {
color: #127080;
font-family: 'Muli';
font-size:16px;
font-style: normal;
line-height: 60px; /* 200% */ }

#documentsfilter .acnav__link--level4 a { font-weight:300 !important; }

#documentsfilter .acnav__list--level2 li {
border-bottom: 1px solid  rgba(0, 111, 129, 0.29);}
#documentsfilter .acnav__list--level3 li:last-child { border:none; }

#documentsfilter .acnav__list--level4 li { border:none !important; padding: 5px 0px; }
#documentsfilter .acnav__list--level4 li b { font-weight:600; }
#documentsfilter .acnav__link--level4 img {
    height:auto;
    width:18px;
    margin-right: 3px;
}

#documentsfilter .acnav__list--level1 {
    border: 0px solid #fcfcfc;
}

#documentsfilter .findtheright h3 {
   color: #FFF;
    text-align: center;
    font-family: 'Muli';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 19px;
    margin-top: 5px;
}

#documentsfilter .findtheright { margin-bottom:0px; margin-top:20px; }

.leftvideowrap iframe { border-radius: 10px;
border: 10px solid #127080 !important;}

#abouthistory { width:100%; height:auto; padding: 57px 30px; }
#abouthistory .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#abouthistory h1 { color: #000;
font-family: 'Muli';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 63px;
margin-bottom:20px;}


#abouthistory p {
color: #03313B;
text-align: justify;
text-overflow: ellipsis;
font-family: 'Muli';
font-size:19px;
font-style: normal;
font-weight: 400;
padding-right:40px;
line-height: normal; }

#abouthistory .thepower { padding:40px 30px; border-radius: 20px; border: 4px solid #127080; background: #FFF; height:100%; }
#abouthistory .thepower .thepowertitle { width:100%; color: #000;
font-family: 'Muli';
font-size:30px;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
line-height: 46.987px; /* 117.469% */ }

#abouthistory .thepower p { color: #03313B;
text-align: justify;
font-family: 'Muli';
font-size:19px;
font-style: normal;
font-weight: 400;
margin-bottom:50px;
padding-right:0px;
line-height: normal; }

#abouthistory .thepower img {
    width: 247px;
    height: 247px;
    background: #F79134;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    bottom: -40px;
    object-fit: cover;
    object-position: center;
}

#abouthistory .thepower b {
color: #03313B;
font-family: 'Muli';
font-size:20px;
font-style: normal;
font-weight: 700;
line-height: normal; }

#abouthistory .thepower small {
color: #03313B;
font-family: 'Muli';
font-size: 20px;
font-style: normal;
font-weight: 400;
width:100%;
display: inline-block;
line-height: normal; }


#abouttistimonial { width:100%; height:auto; background:#C4DBDF; padding: 57px 30px; margin-top:80px; text-align:center;}
#abouttistimonial .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#abouttistimonial h2 {
color: #03313B;
font-family: 'Muli';
font-size: 48px;
font-style: normal;
font-weight: 700;
margin-bottom:15px;
line-height: 63px; /* 131.25% */ }

#abouttistimonial p {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:19px;
font-style: normal;
font-weight:400;
padding: 0px 70px;
line-height: 32px; /* 133.333% */ }

#abouttistimonial p a { text-decoration:underline !important; color: #03313B; }
#abouttistimonial p a:hover { text-decoration:none !important; }
#abouttistimonial .leftquote { position: absolute; top: 0px;}
#abouttistimonial .rightquote { position: absolute; bottom: 0px; left: -7%;}
#abouttistimonial .rightquote, #abouttistimonial .leftquote { width:100%; }



#aboutfocus { width:100%; height:auto; padding:100px 30px;}
#aboutfocus .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#aboutfocus h3 {
color: #000;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;}

#aboutfocus p {
color: #03313B;
text-align: justify;
font-family: 'Muli';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */ }



.owl-carousel img { border-radius:18px; }
.owl-carousel .owl-dots {
    /* display: block; */
    text-align: center;
    margin-top: 17px;
}

#aboutfocus .owl-nav { display:none !important; }
#aboutfocus .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#aboutfocus .owl-dot.active { background: #127080; width: 186px; transition: all ease-in-out 0.6s; }

#aboutfocus .focusleft { padding-left:4%; }





.Leadershipbanner { padding: 30px 45px !important; }
.Leadershipbanner p {
color: #127080;
font-family: 'Muli';
font-size: 28px !important;
font-style: normal;
padding-right:40px;
font-weight: 400;
margin-bottom:40px !important;
line-height:45px !important; /* 150% */ }

.Leadershipbanner b {
color: #127080;
text-align:left;
font-family: 'Muli';
font-size:28px;
font-style: normal;
width:100%;
display:inline-block;
font-weight: 700;
line-height: 37.104px; /* 123.681% */ }

.Leadershipbanner small {
color: #C4DBDF;
text-align:left;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal; }




#zingfounders { width:100%; height:auto; padding:80px 30px; font-family: 'Muli'; }
#zingfounders .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#zingfounders h1 {
color: #000;
font-family: 'Muli';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 42px;
margin-bottom:20px;
}

#zingfounders p {
    color: #03313B;
    text-align: justify;
    font-family: 'Muli';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height:36px;
    padding-right:90px;
}

#zingfounders .splide__list li img { border-radius: 8px; }
#zingfounders #thumbnail_slider-list li { border-radius: 8px; overflow:hidden; }
#zingfounders .splide--nav>.splide__track>.splide__list>.splide__slide.is-active { border-radius: 6.167px;
border: 3.083px solid #127080 !important; }


#chiefofficers { width:100%; height:auto; padding:0px 00px 80px 0px; font-family: 'Muli'; }
#chiefofficers .container-fluid { padding-left:0px !important; padding-right:0px !important;}
#chiefofficers h2 { color: #000; font-family: 'Muli'; font-size:48px; font-style: normal; font-weight: 700; line-height: 42px; text-align:center; margin-bottom:60px;}
#chiefofficers .chiefofficers { background:#F1FDFF;}
#chiefofficers .carousel-control-prev, #chiefofficers .carousel-control-next { display:none; }


#chiefofficers .chiefofficers {
    color: #000;
    text-align: center;
    font-family: 'Muli';
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    flex-direction: column;
}

#chiefofficers b {
color: #000;
text-align: center;
font-family: 'Muli';
font-size:16px;
font-style: normal;
font-weight: 400;
padding:0px 60px;
line-height: normal; } 

#chiefofficers small { margin-top:10px; }
#chiefofficers small a { color:#000; }
#chiefofficers small a:hover { color:#127080; }
#chiefofficers .col-lg-3 { padding:0px !important; }
#chiefofficers  .carousel-indicators li { opacity:1; text-indent: 0; width:123px; height:88px; }
#chiefofficers .carousel-indicators li img {
    border-radius: 9px;
    width: 123px;
    height: 88px;
    object-fit: cover;
}
#chiefofficers .carousel-indicators { position:relative; padding-left: 0; margin-right: 0%; margin-left: 0%; list-style: none; margin-top:20px;}
.careerstext { padding: 57px 30px 0px 30px !important;} 


#Zingemployees { background: #C4DBDF; padding:57px 140px 70px 140px; text-align:center;}
#Zingemployees .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#Zingemployees h3 {
color: #000;
text-align: center;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
margin-bottom:50px;
line-height: 60px; /* 125% */ }

#Zingemployees span {
    display: flex;
    border: 2px solid #116f80;
    width: 150px;
    height: 150px;
    background: #f1fdff;
    margin-bottom: 10px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin:auto;
}

#Zingemployees b {
color: #000;
text-align: center;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 700;
display:inline-block;
width:100%;
margin-top:10px;
line-height: 32px; /* 114.286% */
letter-spacing: -0.28px;
text-transform: capitalize; }

#Zingemployees span img {
    height: 107px;
}


.boderbottom-0 { border:none !important;}
.boderbottom-50 { padding:50px 0px 120px 0px !important; }
.boderbottom2-5 { padding:50px 0px 50px 0px !important; }




#ZingHealthHQ { width:100%; height:auto; padding:0px 30px 57px 30px;}
#ZingHealthHQ .container-fluid { padding-left: 15px !important; padding-right: 15px !important;}
#ZingHealthHQ .hq {
border-radius: 26.115px;
border: 4px solid #127080;
padding:50px;
width: 100%;
background: #C4DBDF; }

#ZingHealthHQ .hq h6 {
color: #000;
text-align:left;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
line-height: normal; }

#ZingHealthHQ .hq p {
color: #000;
font-family: 'Muli';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height:30px; }

#ZingHealthHQ .hq img { border-radius: 13.247px;
border: 4px solid #90D0BA; }

#ZingHealthHQ .hqmap { margin-top:27px; border-radius: 18px; border: 4px solid #90D0BA; overflow:hidden; }


#instructions { width: 100%; height: auto; padding: 80px 150px 40px 150px;}
#instructions .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#instructions h2 {
color: #000;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
text-align:center;
margin-bottom: 80px;
line-height: normal; }

#instructions .steptext { border-bottom:2px solid #03313B; padding-bottom:30px; margin-bottom:25px; }

#instructions .steptext small {
color: #127080;
font-family: 'Muli';
font-size:22px;
font-style: normal;
font-weight: 700;
clear:both;
line-height: normal; }

#instructions .steptext b {
color: #127080;
font-family: 'Muli';
font-size:26px;
font-style: normal;
width:100%;
display:inline-block;
font-weight: 700;
margin-bottom:6px;
line-height: normal; }

#instructions .steptext p {
color: #7C878E;
font-family: 'Muli';
font-size:20px;
font-style: normal;
font-weight:400;
line-height: normal;
margin-bottom:3px;}

#instructions .steptext ul {
margin:0px;
padding:0px;}

#instructions .steptext ul li {
color: #03313B;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
position:relative;
padding-left:10px;
line-height: normal; }

#instructions .steptext ul li:after { content:''; position:absolute; width:5px; height:5px; background:#03313B; top:11px; left:0px; border-radius:50%;}


#Needinstructions { width: 100%; height: auto; padding: 57px 30px}
#Needinstructions .container-fluid { padding-left: 15px !important; padding-right: 15px !important; }
#Needinstructions .findtheright { margin-bottom:0px; }
#Needinstructions .findtheright h3 {
color: #FFF;
text-align: center;
font-family: 'Muli';
font-size: 30px;
font-style: normal;
font-weight: 700;
display:inline-block;
margin-bottom:15px;
width:100%;
line-height: normal; }

#Needinstructions .findtheright a {
    font-family: 'Muli';
    font-size: 16px;
}




#planbanner {
background: #F1FDFF;
padding: 57px 30px;
font-family: 'Muli'; }

#planbanner .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


#planbanner h1 {
color: #127080;
font-family: 'Muli';
font-size:36px;
font-style: normal;
font-weight:800;
margin-bottom:25px;
line-height: 46px; /* 127.778% */ }

#planbanner input {
    width: 100%;
    background: #fff;
    border: 1px solid #127080;
    padding: 12px 20px;
    border-radius: 16px;
    margin-bottom: 9px;
    font-size: 16px;
    float:left;
}

#planbanner .select { float: left;}


#planbanner .filewidth { width:48%; }
#planbanner .zipwrap {
    width: 48%;
    background: #fff;
    border: 1px solid #127080 !important;
    padding: 5px 20px !important;
    border-radius: 16px;
    margin-bottom:14px;
    font-size: 16px;
    float: right;
    height:49px;
    position:relative;
}

#planbanner .error { font-family:unset !important; }





#planbanner iframe {
    height: calc(500px - 91px);
}

#planbanner .zipwrap { padding:0px; border:none; }
#planbanner .zipwrap input {margin-bottom:0px;  width:84%; padding: 12px 10px; padding:0px !important; border:none !important; border-radius:0px; margin-top: 5px; }
#planbanner .zipwrap button {
    border: none;
    background: none;
    margin-top: 8px;
    position: absolute;
    right: 20px;
}

#planbanner .select:nth-child(2n) { width:100%;  }
#planbanner .select:nth-child(3n) { width:100%; margin-bottom:15px; }

#planbanner .countydropdown .select {
    width: 100%;
}

#planbanner #plan-display2 {
    width: 100%;
    display: inline-block;
}

.float-right { float:right !important; }




#planmain {
padding:65px 30px;
font-family: 'Muli'; }

#planmain .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#planmain .plantitle {
color: #000;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
line-height: normal; }

#planmain ul { margin:0px; padding:0px; }
#planmain ul li {
color: #03313B;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 400;
margin-bottom:7px;
padding-left: 15px;
position:relative;
line-height: normal; }

#planmain ul li:after { position:absolute; content:''; width:6px; height:6px; background:#03313B; border-radius:50%; left:0px; top:12px; }

#planmain .planrightbutton a {
    border-radius: 56px;
    width: 100%;
    color: #fff;
    font-family: 'Muli';
    padding: 10px 10px;
    border: 2px solid #127080;
    background: #127080;
    display: inline-block;
    text-align: center;
}

#planmain .planrightbutton a:hover {
border:2px solid #127080;
background: #fff; color:#127080; }

#planmain .row {
    border-bottom: 1px solid #ABB2B6;
    padding-bottom: 50px;
    margin-top: 50px;
}

#planmain .row:last-child { border:none;}


#startfinding .zingplanpic img { height:350px; }

#startfinding .zipwrap label {
    width: 100%;
    margin-top: -11px;
}



#startfinding { padding:20px 100px 0px 100px; font-family: 'Muli'; background:#C4DBDF; text-align:center;}
#startfinding .container-fluid {
padding-left: 15px !important;
padding-right: 15px !important;}

#startfinding h2 {
color: #03313B;
text-align: center;
font-family: 'Muli';
font-size:40px;
font-style: normal;
font-weight: 700;
line-height:47px !important;
margin-bottom:15px;
margin-top:0px;
line-height: normal; }


#startfinding a {
    border-radius: 58.879px;
    padding: 10px 20px;
    color: #127080;
    margin: 0px 5px;
    border: 2px solid #127080;
    margin-top: 10px;
    min-width:237px;
    background:#127080;
    color:#fff;
    font-size:18px;
    font-weight:600;
    display: inline-block;
}

#startfinding a:hover { background:none; color:#127080; border: 2px solid #127080;}


#startfinding input {
    border: 1px solid #127080;
    padding: 12px 20px;
    border-radius: 16px;
    width:260px;
    margin-bottom:15px;
   
    
}

#startfinding .select {
    width:260px;
    float:none;
    float:left;
    
}

#startfinding #search_submit2 {
    border: none;
    background: none;
    top:15px;
    position: absolute;
    z-index: 999999;
    right: 8px;
}


#startfinding .plan-display {
    text-align: left;
}

#startfinding .zipwrap {
    width: 260px;
    float: left;
    position:relative;
    margin-left:15px;
}

#startfinding .form_plans_dd {
    margin-left: 15px;
    float: left;
}




#startfinding .select:nth-child(3n) {  margin-right:15px;}


.margin-right-15 { margin-right:15px; }


#startfinding .select-styled {
    border: 1px solid #127080;
    padding: 12px 20px;
    border-radius: 16px;
    
    text-align:left;
}

#startfinding .select-styled.active {
    
    border-radius:10px 10px 0px 0px;
    
}

#startfinding .select-options { text-align:left; }






.zipfindsearch {
border-radius: 16px;
border: 1px solid #127080;
width:486px;
padding:0px 0px;
text-align:left;
overflow: hidden;
margin:10px auto 10px auto ;
background: var(--Neutral-100, #FFF);
box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07); }

.zipfindsearch input { border:none; padding:10px 15px; width:70%;}


.zipfindsearchselect {
width:486px;
padding:0px 0px;
text-align:left;
overflow: hidden;
margin:10px auto 10px auto ;
 }

 .zipfindsearchselect .select { width:100%; height: 46px;  margin-bottom: 10px; }








.zipfindsearch button {
    border-radius: 16px;
    background: #127080;
    border: none;
    float: right;
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
    padding: 6px 19px;
}


#plnalastDrug { padding:120px 30px; font-family: 'Muli'; text-align:center;}
#plnalastDrug .container-fluid {
padding-left: 15px !important;
padding-right: 15px !important;}

#plnalastDrug .plnalastDrugtitle {
background: #127080; min-height:70px;
color: #FFF;
text-align: center;
font-family: 'Muli';
font-size: 30px;
font-style: normal;
font-weight:600;
padding:10px 0px;
letter-spacing: -1.105px; }


#plnalastDrug p {
    color: #000;
    text-align: center;
    font-family: 'Muli';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    padding: 0px 43px;
    min-height: 200px;
    line-height: normal;
    display: flex;

    justify-content: center;
    align-items: center;
}

#plnalastDrug a {
border-radius: 56px;
border: 2px solid #127080;
background: #FFF;
color: #127080 !important;
text-align: center;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 700;
padding:13px 10px;
display: inline-block;
margin-top:auto;
margin: 0px 120px 30px 120px;
line-height: 20px; /* 111.111% */ }

#plnalastDrug a:hover { background:#127080; color:#fff !important; }
.planlastbox { border-radius: 26px;
border: 7px solid #127080; margin-bottom:31px;
background: #F7F7F7; }

.member-documents-text ul { margin:0px; padding:0px; text-align:center;}

.member-documents-text ul li {
    color: var(--Neutral-800, #170F49);
    font-family: 'Muli';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 324px;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 40px;
}

.member-documents-text ul li a {
color:#170F49; text-decoration:underline !important;}

.member-documents-text ul li a:hover {
color:#170F49; text-decoration:none !important;}

/* .plancedropdow .select-styled { color: #000 !important; } */

.plansdd .select { width:100%; margin-top:14px;}


.medical-necessity {
    text-align: center;
    display: inline-block;
}

.medical-necessity a {
    margin: auto;
    float: none;
    width: 330px;
    margin-top: 40px;
    padding: 8px 10px !important;
    color: #fff !important;
    font-size: 20px;
    cursor: pointer;
    background: #127080;
    border:2px solid #127080;
}


.medical-necessity a:hover {
   
    color: #127080 !important;
    background: #fff;
    border:2px solid #127080;
}



.searchpopup {
    position: fixed;
    width:890px;
    z-index: 999999;
    top: 31px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 0px 13px;
}


.member_dropdown a:hover { border-radius:10px 10px 0px 0px !important; }
 .member_dropdown div a > .member_dropdown a:hover { border-radius:10px 10px 0px 0px !important; }
.member_dropdown:hover a { border-radius:10px 10px 0px 0px !important; }
.member_dropdown:hover div a { border-radius:0px 0px 0px 0px !important; }

.member_dropdown div a { border-radius:0px !important; color:#127080 !important; background:#fff !important;}
.member_dropdown div a:hover { border-radius:0px !important; background:#127080 !important; color:#fff !important; }

.advancedbottommar { margin-bottom:15px; }

.advancedbottommar + .filtercheckbox {
margin-top: 0px !important;}


.acnav__link--level4 p {
    display: inline-block;
    width: 100%;
}

.acnav__link--level4 .imp_text {  display: inline-block; }

.acnav__link--level4 .imp_msg {  display: inline-block; }



#focus-fare .owl-dots { display:block !important; }
#focus-fare .owl-dot {
    width: 19px;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#focus-fare .owl-dot.active { background: #127080; width: 186px; transition: all ease-in-out 0.6s; }


#messagepopup {
    z-index: 999999999 !important;
}

/*.minmaxCon {
    z-index: 999999999 !important;
}*/




.acnav__link--level4 .imp_text {  display: inline-block; }

#messagepopup .modal-header { background:#127080; color:#fff; padding:11px 15px !important}
#messagepopup .modal-header .modal-title {
    color: #fff !important;
    font-family: 'Muli' !important;
    font-size: 19px ! IMPORTANT;
    border-radius:0px;
}

.minmaxCon #messagepopup .close {
    top:7px !important;
}

#messagepopup .close {
    top: 13px !important;
}

#messagepopup .close i { color:#127080; }

#messagepopup p {
    padding: 10px 0px;
   font-size: 19px;
    color: #09373E;
    line-height: 28px;
}


#messagepopup .modal-header span {
    color: #fff !important;
    font-family: 'Muli' !important;
    font-size: 17px ! IMPORTANT;
    border-radius: 0px;
/*    overflow: hidden;*/
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
}


.minmaxCon #messagepopup .modal-header {
    background: #127080;
    color: #fff;
    padding: 5px 15px !important;
}


.overviewtitle h2 { margin-bottom:0px !important; }



.textautosearch {
    width: 49%;
    float: right;
    position: relative;
}

.textautosearch .select-list-group-list {
 top: 50px;
 overflow-y: auto;
 width: 100%;
 overflow-x: hidden;
}


.textautosearch .select-list-group-list li:hover { color: #fff;
    background: #127080; }

.textautosearch .select-list-group::after {
   top: 13px;
   right: 24px;
    
}

.textautosearch input:focus {
 border-radius: 5px 5px 0px 0px !important;
} 

.textautosearch .select-list-group-list li {
padding: 12px 15px;
text-indent: 0px;
white-space: pre-wrap;
}

.textautosearch .dropdownscroll {  }

/* width */
.select-list-group-list::-webkit-scrollbar {
  width:3px;
}

/* Track */
.select-list-group-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select-list-group-list::-webkit-scrollbar-thumb {
  background: #127080;
}

/* Handle on hover */
.select-list-group-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#planbanner .plan-display2 {
    float: left;
}

#planbanner .plan-display2 span {
    display: inline-block !important;
    width: auto !important;
}



#startfinding .plan-display {
    float: left;
}

#startfinding .plan-display2 span {
    display: inline-block !important;
    width: auto !important;
}






#ira { width:100%; height:auto; padding: 57px 30px;
    font-family: 'Muli'; }

#ira .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#ira h2 {
font-family: 'Muli'; color: #000;
text-align: center;
font-size:45px;
font-style: normal;
font-weight: 700;
margin-bottom:30px;
line-height:60px; /* 120.69% */
/* text-transform: capitalize; */
 }


#ira h3 {
font-family: 'Muli'; color: #000;
font-size:45px; font-weight: 700; margin-bottom:20px; margin-top:30px;}


#ira h1 {
    font-family: 'Muli';
    color: #000;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;}





#ira p { overflow: hidden;
color: #03313B;
font-family: 'Muli'; 
font-size:18px;
font-style: normal;
font-weight:300;
margin-bottom:25px;
line-height: normal; }

#ira p a {  color:#03313B; text-decoration:underline !important; }
#ira p a:hover {  color:#03313B; text-decoration:none !important; }

#ira p b { font-weight:700; }
#ira b { font-weight:700; font-size:18px; }

#ira .midlefttext p { text-align:left; }

#ira .midlefttext ul { margin:0px; padding:0px; }
#ira .midlefttext ul li {
    color: #03313B;
    text-align: left;
    font-family: 'Muli';
    font-size: 18px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    list-style:none;
    padding-left: 17px;
}

#ira .midlefttext ul li ol { margin:0px; padding:0px; }

#ira .midlefttext ul li ol li { margin-bottom:0px; }

.midlefttext { margin-top:40px; }

.paymentplan { border-radius: 20px; text-align:left;
background: #C4DBDF; padding:40px 50px; margin-top:100px; margin-bottom:50px; }

.paymentplan p {margin-bottom:0px !important; }

.paymentplan b {
    color: #127080;
    font-family: 'Muli';
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
    display: inline-block;
}

.paymentplan p {
    font-family: 'Muli';
    font-size: 18px;
    text-align:left !important;
    font-style: normal;
    font-weight: 300; }



.paymentplandrug { border-radius: 20px; text-align:left;
background: #C4DBDF; padding:40px 50px 40px 50px; margin-top:10px; margin-bottom:30px; }

.paymentplandrug p {margin-bottom:0px !important; }

.paymentplandrug b {
color: #127080;
font-family: 'Muli';
font-size:22px !important;
font-style: normal;
font-weight: 700;
margin-bottom:15px;
display: inline-block;
line-height: normal; }

.paymentplandrug p {
    font-family: 'Muli';
   color: #127080 !important;
font-size: 22px !important;
font-style: normal;
font-weight: 400;
line-height: normal; }

.paymentplandrug p a {
color: #127080 !important;
font-family: 'Muli';
font-size: 22px;
font-style: normal;
line-height: normal;
text-decoration: underline !important; }

.paymentplandrug p a:hover {
text-decoration: none !important; }

.paymentplandrug ul li a { text-decoration:underline !important; color: #03313B; }
.paymentplandrug ul li a:hover { text-decoration:none !important; }


.margin-bottom-30 { margin-bottom:30px !important; }
.margin-bottom-40 { margin-bottom:40px !important; }

.padding-left-right-60 { padding-left:60px !important; padding-right:60px !important; }

.drugUti ul li { margin-bottom:16px !important; }







#ira ul { margin:0px 0px 20px 0px; padding:0px; }
#ira ul li {
    color: #03313B;
    text-align: left;
    font-family: 'Muli';
    font-size: 18px;
    margin-bottom:12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    list-style:none;
    padding-left: 17px;
    position:relative;
}

#ira ul li a {
    color: #03313B;
    text-decoration:underline !important;
}

#ira ul li a:hover {
    color: #03313B;
    text-decoration:none !important;
}





#ira ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #03313B;
    border-radius: 50px;
    left: 3px;
    top: 12px;
}

#ira .needspeakbox {
border-radius: 18px;
padding:50px;
text-align:center;
margin-top:40px;
background: #127080; }

#ira .needspeakbox h3 {
color: #FFF;
text-align: center;
font-family: 'Muli';
font-size: 38px;
font-style: normal;
font-weight: 700;
line-height: normal; }

#ira .needspeakbox a {
    border-radius: 29.299px;
    border: 2.093px solid #FFF;
    padding: 10px 35px;
    background: #FFF;
    font-family: 'Muli';
    margin-top: 15px;
    font-size:18px;
    color: #127080;
    display: inline-block;
}

#ira .needspeakbox a:hover { border:2px solid #fff; background:none; color:#fff; }

#ira .backbutton a {
color: #000;
text-align: center;
font-family: 'Muli';
font-size:18px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 114.286% */
letter-spacing: -0.28px;
text-transform: capitalize; }

#ira .backbutton a:hover { color:#127080;}

.margin-bottom-0 { margin-bottom:0px !important; }

#ira .backbutton a img {
    height: 24px;
    margin-right: 5px;
    margin-top: -4px;
}

.midlefttext img { border-radius:10px; }

#ira ul .beforenone { padding-left:0px !important; }

.beforenone:before { display:none !important; padding-left:0px !important; }










.queaccordio .accordion {
    background-color:none;
    color: #444;
    cursor: pointer;
    padding:22px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size:20px;
    transition: 0.4s;
    background:none;
    line-height:51px;
    border-bottom: 3px solid #03313B;
   
}

.queaccordio .accordion:last-of-type {
    border-bottom: 0;
    padding-bottom:0px;
}

.queaccordio .active,
.queaccordio .accordion:hover {
    background-color:#fff;
}

.queaccordio .accordion:after {
    content: "";
    background-image:url(../zing_images/pharmacy/accarrow.svg);
    color: #777;
    font-weight: 700;
    float: right;
    margin-left:0px;
    width:25px;
    height:25px;
    transform: rotate(-90deg);
    border-radius: 50px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top:18px;
    background-size:100% auto;
}


.queaccordio .active:after {
    
    transform: rotate(0deg);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    
}




.queaccordio .active:after {
    content: "";
}

.queaccordio .panel {
    padding: 0 0px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.queaccordio .panel ul { padding-top:20px !important; }

.queaccordio button {
color: #03313B;
font-family: 'Muli';
font-size:35px;
font-style: normal;
}




.accessmemberlink { width:80%; height:auto; border-radius: 16px;
border: 2px solid #FFF; background: #C4DBDF; margin-top:40px; padding:15px 20px; }
.memberpotallinkwrap { width:100%; height:auto; margin-bottom:15px;}
.memberpotallinkwrap:last-child { margin-bottom:0px;}
.memberpotallinkwrap span { border:1px solid #127080; background:#F1FDFF; margin-right:10px; padding:6px; width:45px; height:45px; border-radius:10px; display:inline-block; }
.memberpotallinkwrap p {
display:inline-block; color: #127080;
font-family: 'Muli';
font-size:23px !important;
border-bottom:1px solid #fff;
font-style: normal;
padding-bottom:13px;
font-weight: 400;
line-height: 24.497px; /* 102.069% */ }

.memberpotallinkwrap p a:hover { text-decoration:none !important; }


.managewrap {
border-radius: 18px;
border: 6px solid #127080;
padding:20px 30px;
height:100%;
background: #FFF; }

.managewrap h2 {
color: #03313B;
font-family: 'Muli';
font-size:45px;
font-style: normal;
font-weight: 700;
margin-bottom:24px;
line-height:41px; /* 103.333% */ }

.managewrap h2 b {
color: #03313B;
font-family: 'Muli';
font-size:35px;
font-style: normal;
font-weight: 700;
line-height: 62px; /* 129.167% */ }

.managewrap p {
border-bottom:3px solid #03313B;
padding:15px 0px; color: #03313B;
font-family: 'Muli';
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
color: #03313B;
margin-bottom:0px;
 }

 .managewrap p span {
    float: right;
    margin-top: -31px;
}



 .managewrap p:last-child { border-bottom:0px !important; }

.managewrap p a {
color: #03313B; display: inline-block;
    width: 100%;
    line-height: 40px;}

.managewrap p a img {
    transition: 0.6s;
    rotate:0deg;
}

.managewrap p a:hover img {
    margin-right: 32px;
    transition: 0.6s;
    rotate: -180deg;
}

.managewrap p img { float:right; }

.boder-bottom-none { border-bottom:none !important; padding-bottom: 0px ! IMPORTANT;}

.managewrap ul { margin-left:44px; }
.managewrap ul ol { list-style:disc; }
.managewrap ul li { list-style:disc; }

.managewrap ul li {
color: #03313B;
font-family: 'Muli';
font-size:17px;
font-style: normal;
font-weight: 600;
line-height: normal; }


.padding-right-50 { padding-right:50px; }
.padding-left-50 { padding-left:50px; }
.padding-top-40 { padding-top:40px; }

.find_form { border-bottom:3px solid #03313B; padding-bottom:19px; margin-bottom:35px;}
.find_form b {
    margin-bottom: 18px;
    display: inline-block;
    width: 100%;
    font-size: 22px ! IMPORTANT;
}

.find_form_wrap:last-child .find_form { border-bottom:0px; margin-bottom:0px; }


#documentsfilter .acctop .acnav__label--level3 {
    padding-bottom:20px;
}

#documentsfilter .acctop .acnav__list--level4 {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 111, 129, 0.29);
}

#documentsfilter .acctop .is-open .acnav__label--level3 { padding-bottom:10px; font-size: 20px !IMPORTANT; }
#documentsfilter .acctop .acnav__label--level4 { padding-left:31px; padding-left: 1.5em;
    background: #F1FDFF;
    font-weight: 500 !important;
    color: #7C878E;
    font-family: 'Muli';
    font-size: 18px !important;
    padding-left: 30px !important;
    padding: 12px 0px; }

.acctop .acnav__list--level5 { padding-left:31px; padding-bottom:13px; }

.acctop .acnav__list--level5 img {
    height: auto;
    width: 18px;
    margin-right: 3px;
}


.acctop .acnav__label--level3 { color: #127080 !important; }

.acctop {
    padding-bottom:40px;
}


.background_white { background:#fff !important; }


.has-children>.acnav__label::before {
    margin-top: 3px;
}

.p-list:after { top:13px !important;
    right: 28px !important; }

.p-list { margin-bottom:0px; }


.margin-top-bottom-60 { margin-bottom:60px; }


.select-list-group {
    margin: 0px;
}


.Leadershipbanner .brokerbannerright img { height:420px; }



#reviewsub {
    width: 100%;
    height: auto;
    padding: 57px 30px;
}

#reviewsub .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


#reviewsub .container-fluid .reviewbox { border-bottom:2px solid #A6DBE7;}
#reviewsub .container-fluid .reviewbox:last-child { border-bottom:0px; }
#reviewsub .reviewleftmain { width:100%; height:auto; margin-top:15px;}
#reviewsub .reviewleftmain span { text-align:center; float:left; border-radius:10px; min-width:65px; padding:5px; border:2px solid #A6DBE7; display:inline-block; background:#F1FDFF;}
#reviewsub .reviewleftmain p { display: inline-block; margin-left: 15px; width:66%; overflow: hidden;
color: #03313B; text-overflow: ellipsis; font-family: 'Muli';
font-size:17px; font-style: normal; font-weight:400; line-height:25px; /* 133.333% */}
#reviewsub .reviewleftmain p a { color: #03313B; text-overflow: ellipsis; font-family: 'Muli'; }
#reviewsub .reviewleftmain p b a { text-decoration:underline !important; color: #03313B; }
#reviewsub .reviewleftmain p b a:hover { text-decoration:none !important;}
#reviewsub .tableboderleft { border-right:2px solid #A6DBE7; }
#reviewsub .tableboderright p { padding-bottom:10px; padding-top:15px; }
#reviewsub .phonebox { margin-top:0px !important; margin-bottom:10px !important; }
#reviewsub .phonebox span {
    line-height: normal;
    padding: 5px;
}

#reviewsub .reviewleftmain span img {
    height: 45px;
}























/*..................... custom slect box css ................................*/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 49%;
    height:50px;
    float: right;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border:1px solid #127080;
    padding: 12px 20px;
    border-radius:16px;
    padding-right: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select-styled:after {
  content: "";
  width:14px;
  height:9px;
  background-image: url(../zing_images/pharmacy/selectDownArrow.svg);
  position: absolute;
  top:23px;
  right:20px;
  -moz-transition: all 0.30s ease-in;
  -o-transition: all 0.30s ease-in;
  -webkit-transition: all 0.30s ease-in;
  transition: all 0.30s ease-in;
}
.select-styled:hover {
  background-color: #fff;
}
.select-styled:active, .select-styled.active {
  background-color: #fff;
  border-radius:5px 5px 0px 0px;
  border-bottom:1px solid #127080;
}
.select-styled:active:after, .select-styled.active:after {
  top:23px;
    transform: rotate(180deg);
    -moz-transition: all 0.30s ease-in;
  -o-transition: all 0.30s ease-in;
  -webkit-transition: all 0.30s ease-in;
  transition: all 0.30s ease-in;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  height:auto;}

.dropdownscroll, .single-option {
  max-height:192px;
  overflow:auto;
  overflow-x:hidden;}

.dropdownselected, .single-option-new { color:#000 !important; }

/* width */
.select-options::-webkit-scrollbar {
  width:3px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select-options::-webkit-scrollbar-thumb {
  background: #127080;
}

/* Handle on hover */
.select-options::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.providerrightmain .rc-anchor {
    background: #000 !important;
    border-radius: 10px;
    border: 1px solid #000;
}



.select-options li {
  margin: 0;
  padding: 12px 10px;
  border-top: 1px solid #127080;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color:#000;
}
.select-options li:hover, .select-options li.is-selected {
  color: #fff;
  background: #127080;
}
.select-options li[rel="hide"] {
  display: none;
}

#map {
    height: 43vh;
    width: 100% !important;
    margin-bottom: 10px;
}

.padding-left-40 { padding-left:40px; }



.placeholder-content {
  height:100%;
  overflow: hidden;
  background:#000;
  position: relative;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: placeholderAnimate;
          animation-name: placeholderAnimate;
  background:#C4DBDF;
  background: linear-gradient(to right, #d6f2f7 2%, #bcf1fa 18%, #d6f2f7 33%);
  background-size: 1300px;
}
.placeholder-content_item {
  width: 100%;
  height: 20px;
  position: absolute;
  background: #fff;
  z-index: 2;
}
.placeholder-content_item:after, .placeholder-content_item:before {
  width: inherit;
  height: inherit;
  content: "";
  position: absolute;
}


@-webkit-keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}


.placeholderBTN .placeholder-content { border-radius:50px; }
.min-height-282 { min-height:282px;}
.min-height-282 .placeholder-content {
border-radius: 10px; }

.placeholderBTN {
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.drug_cost {
    color:#fff;
    text-decoration: underline !important;
}

.drug_cost:hover {
   color:#fff;
   text-decoration: none;
}

.find-pharmacy {
    text-transform: none !important;
}

.member_enroll{
    background-color: #fff !important;
    color: #127080 !important;
    font-weight: 600 !important;
}


.error {
    color: red;
    text-align: left;
    font-size:15px;
    width: 100%;
}

.non-contract {
    color: #003942;
    text-decoration: underline;
}

.tel-phone {
    font-weight: 300 !important;
}

#ira p .tel-phone:hover {
    text-decoration: none !important;
}



.globalSearchModal {
    z-index: 99999999999 !important;
}


.modal-backdrop { z-index: 99999999 !important;}

.phone-tel{
    color: #03313B !important;
}



.video-outer.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    outline: 5px solid #003942;
    outline-offset: 5px;
    border-radius: 5px;
    background: #fff;
}


#homebanner .brokerbannerright img {
    height: 369px;
}

.accordion_container {
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}



.provider-inner .midlefttext ul li {
    margin-bottom: 7px !important;
    
}

.provider-inner ul li {
     margin-bottom: 7px !important;
}

.join-availity {
    font-weight: 400 !important;
  }

.csnp-email {
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-transform: uppercase;
}


.bannerFontbig { font-size:56px !important; line-height:86px !important; }

#Rbrokertopsection .brokerleftbanner .brokerbannerleft h1 br {
    display: none;
}


.margin-top-40 { margin-top:40px !important; }

.cost_cards {
    cursor: auto !important;
}



.currentplan {
    z-index: 9999999999;
}




#messagepopup p a {
    color: #09373E;
    text-decoration:underline !important;
   
}

#messagepopup p a:hover {
    color: #09373E;
    text-decoration:none !important;
   
}


.pdfpopup { z-index:99999999999; }


#providerform { width:100%; height:auto; background:#C4DBDF; padding:100px 200px 0px 200px; }
#providerform .formwrap { background:#127080; border-radius:34px 34px 0px 0px;}
#providerform .formwrap .formwraphead img { height:73px; filter: brightness(0) invert(1); }
#providerform .formwrap .formwraphead { padding: 12px 20px;}
#providerform .formwrap .formmainwrap { background:#fff;  padding:40px 75px; border-radius:34px 34px 0px 0px;}
#providerform .formwrap .formmainwrap h1 {
color: #016570;
font-family: 'Muli';
font-size:30px;
font-style: normal;
text-align:center;
font-weight: 700;
margin-bottom:40px;
line-height: 35px; /* 109.375% */ }

#providerform .formwrap .formmainwrap .form-section-title {
color: #016570;
font-family: 'Muli';
font-size: 22px;
font-style: normal;
font-weight:400;
margin-bottom:0px;
line-height: 35px; /* 145.833% */ }


#providerform .formwrap .formmainwrap label {
color: #03313B;
font-family: 'Muli';
font-size:16px;
font-style: normal;
font-weight: 400;
width:100%;
margin-bottom:8px;
margin-top:20px;
line-height: 20px; /* 111.111% */ }


#providerform .formwrap .formmainwrap .error { margin-top:3px; font-size:14px; margin-bottom:3px;}



#providerform .formwrap .formmainwrap span {
color: #03313B;
font-family: 'Muli';
font-size:13px;
font-style: normal;
font-weight: 400;
width:100%;
margin-bottom:5px;
display:inline-block;
margin-top:-7px;
line-height: 20px; /* 111.111% */ }


#providerform .formwrap .formmainwrap input {
width:100%; height:auto;
border-radius: 16.386px;
font-family: 'Muli';
padding:10px 20px;
font-weight:300;
margin-bottom:5px;
margin-top:8px;
border: 1px solid #127080;
background: #FFF; }


#providerform .formwrap .formmainwrap button {
border-radius: 56px;
min-width:468px;
border:none;
color: var(--Neutral-100, #FFF);
text-align: center;
font-family: 'Muli';
font-size: 18px;
font-style: normal;
font-weight: 700;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
border:2px solid #127080;
line-height: 20px; /* 111.111% */
padding: 15px 32px 15px 32px;
background: #127080; }


#providerform .formwrap .formmainwrap button:hover { color:#127080; background:#fff; border:2px solid #127080; -moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in; }



#providerform .formwrap .formmainwrap textarea {
width:100%; height:auto;
border-radius: 16.386px;
font-family: 'Muli';
padding:10px 20px;
font-weight:300;
margin-bottom:22px;
margin-top:8px;
resize:none;
min-height:95px;
border: 1px solid #127080;
background: #FFF; }





#providerform .formwrap .formmainwrap .row { margin-bottom:20px; }

#providerform .formwrap .formmainwrap .row .radio_button-main { 
width: 100%;
    height: auto;
    border-radius: 16.386px;
    font-family: 'Muli';
    padding: 10px 20px;
    font-weight: 300;
    margin-bottom:15px;
    margin-top: 8px;
    position:relative;
    border: 1px solid #127080;
    background: #FFF;

 }

#providerform .formwrap .formmainwrap .row .radio_button-main input { width:auto; border:none; position:relative; float:left; margin:0px; padding:0px; }
#providerform .formwrap .formmainwrap .row .radio_button-main label { padding-left:25px; margin-top:5px; margin-bottom:5px;}
#providerform .formwrap .formmainwrap .row .radio_button-main  [type="checkbox"]:not(:checked):before {
    top: 0;
    left: -26px;
    border-radius: 50%;
}


#providerform .formwrap .formmainwrap .row .radio_button-main [type="checkbox"]:checked:before {
     top: 0;
    left: -26px;
}

#providerform .formwrap .formmainwrap .row .radio_button-main [type="radio"]:checked:after {
    content: " ";
    position: absolute;
    left: -26px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #007481;
    border-radius: 50%;
}

#providerform .formwrap .formmainwrap .row .radio_button-main [type="checkbox"]:checked:before {
    border: 2px solid #007481;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top:1ßpx;
    left: -26px;
    border-radius: 50%;
}

#providerform .formwrap .formmainwrap .row .radio_button-main [type="checkbox"]:checked:after {
    content: " ";
    position: absolute;
    left: -26px;
    top:1px;
    width: 20px;
    height: 20px;
    background: #007481;
    border-radius: 50%;
    border:2px solid #007481;
}


#providerform .formwrap .formmainwrap .row .radio_button-main  [type="checkbox"] {
    -webkit-appearance: none;
}

#providerform .formwrap .formmainwrap .row .radio_button-main [type="checkbox"]:not(:checked):before {
    border: 2px solid #5a5a5a;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    left: -9px;
    border-radius: 50%;
}



#providerform .formwrap .formmainwrap .row .radio_button-main [type="checkbox"]:not(:checked):before {
    border: 2px solid #127080;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top:1px;
    left: -26px;
    border-radius: 50%;
}


#providerform .formwrap .formmainwrap p {
color: #03313B;
font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight:400;
line-height: normal;
}

#providerform .formwrap .formmainwrap p a {
color: #03313B;
font-family: 'Muli';
font-size: 16px;
font-style: normal;
font-weight:400;
text-decoration:underline !important;
line-height: normal; }

#providerform .formwrap .formmainwrap p a:hover { text-decoration:none !important; }




#Memberfindoutwhat .col-lg-6 { display:flex; flex-direction:column; }
#FindOutWhat .col-md-4 { display:flex; flex-direction:column; }
#providerService .col-md-3 { display:flex; flex-direction:column; align-items: center;}
#searchresults .col-lg-4 { display:flex; flex-direction:column; }
#memberportal .col-md-4 { display:flex; flex-direction:column; }
#Rbrokertopsection .col-lg-8 { display:flex; flex-direction:column; }
#memberblog .col-lg-4 { display:flex; flex-direction:column; }
#rbqrc .col-md-6 { display:flex; flex-direction:column; }
#determinePrescription .col-lg-6 { display:flex; flex-direction:column; }
#ConductNeads .col { display:flex; flex-direction:column; }
.HealthPharmacyBox .col-lg-6 { display:flex; flex-direction:column; }

#find-the-doctors .col-lg-6 { display:flex; flex-direction:column; }
.HealthPharmacyBox .col-lg-12 { display:flex; flex-direction:column; }

#searchresults .col-lg-4 { display:flex; flex-direction:column; }
#searchresults .col-lg-8 { display:flex; flex-direction:column; }


.imporvement-content h1 { font-family: 'Muli'; font-weight:800; font-size:50px; margin-bottom:50px;}
.imporvement-content h2, .imporvement-content h3, .imporvement-content h4, .imporvement-content h5 { margin-top:40px; margin-bottom:10px; font-family: 'Muli'; font-weight:800 !important; font-size:25px; color:#000 !important; }
.imporvement-content p {
    color: #03313B;
    text-overflow: ellipsis;
    font-family: 'Muli';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height:30px;
}

.important_notice .min{
    float: right !important;
}

.inflation-acc .accordion {
    padding: 8px 0px;
}

.utilization_management_box { padding: 10px 50px 10px 50px; margin-bottom: 10px;}
.utilization_management_box b { margin-bottom:0px; }

.queaccordio .panel .panel-ul {
    padding-top: 0px !important;
}

#ira .panel-p {
    margin-bottom: 12px;
}






.formmainwrap .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 53px;
    border-radius: 20px 10px 10px 20px;
    margin-top: 12px;
    margin-bottom:20px;
}
.formmainwrap .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - -1px);
  pointer-events: none;
  z-index: 20;
  height:53px;
  line-height:33px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border: 1px solid #127080;
  border-right:0px;
}

.formmainwrap .file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height:53px;
  background: #127080;
  color: #fff;
  font-weight:400;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border-top:1px solid #127080;
    border-left:1px solid #127080;
    border-bottom:1px solid #127080;
    border-right:1px solid #127080;
    line-height:58px;
}
.formmainwrap .file-upload-wrapper:hover:before {
  background: #fff; color:#127080;
  -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border-left:1px solid #127080;
}

.formmainwrap .file-upload-wrapper input {
  opacity: 0;
  position:relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.formmainwrap .sprucecss {
  align-items: flex-start;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  inset: auto auto 1rem 1rem;
  line-height: 1.5;
  max-width: 11rem;
  padding: 1.5rem;
  position: fixed;
  text-decoration: none;
}
.formmainwrap .sprucecss img {
  height: 1.5rem;
  width: auto;
}

.supplemental_benefits{
    color:#212529 !important;
}



.trustpilot { padding:60px 30px 0px 30px !important; background: #C4DBDF; text-align:center;}

.Trustpilottitle span { color: #03313B;
    font-family: 'Muli';
    font-size:26px;
    font-style: normal;
    font-weight: 700;
        margin-bottom: 20px;
    
    display: inline-block; }

.Trustpilottitle p { font-family: 'Muli';
    font-size:18px !important;
    font-style: normal;
    font-weight: 700;
        margin-bottom: 20px;
    line-height: 63px;
    margin-bottom:40px;
    display: inline-block; }

.newacc {
    padding-bottom: 0px !important;
}

.newacc .acctop {
    padding-bottom: 0px;
}

.newacc .impo-notice p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.newacc .impo-notice span {
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.mrgtrustpilot{
    margin-bottom: 80px;
}


.newacc .impo-notice p .pl-2 { padding-left:0px !important; }

#rbqrc .linewstyle ul li b {
    font-weight: 800;
    font-size: 20px;
}


.new_tab_title {
    color: #127080;
    font-size: 20px;
    font-style: normal;
    font-weight:600;
    line-height: normal;
    padding-left: 17px;
}



.right-new-text p {
    color: #03313B;
    font-family: 'Muli';
    font-size: 17px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    padding: 8px 18px;
    line-height: normal; }

.right-new-text p:hover { background: #127080;
    color: #fff;
    text-decoration-line: none !important;
    transition: all 0.1s ease; }

.right-new-text p:hover a { color:#fff; transition: all 0.1s ease; }

.right-new-text b {
color: #127080;
font-family: Mulish;
font-size: 20px;
font-style: normal;
font-weight:600;
padding:0px 18px;
line-height: normal; }

.right-new-text p a { color: #03313B;
    font-family: 'Muli';
    font-size: 16.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline !important;
    display: inline-block; }

.padding-top-30 { padding-top:30px; }
.padding-bottom-30 { padding-bottom:30px; }

.zing-right-line { position:relative; }
.zing-right-line:after { position:absolute; right:0px; height:100%; content:''; width:1px; height:100%; background:#A2A3A4;}

.aftrnon { padding-left:0px !important; }
.aftrnon:before { display:none !important; }





#ira .overflowscrolltext {
    width: 100%;
    height:500px;
    overflow-y: scroll;
    overflow-x:hidden;
    padding-right:30px;

}

/* width */
#ira .overflowscrolltext::-webkit-scrollbar {
  width:4px;
  border-radius: 11px;
}

/* Track */
#ira .overflowscrolltext::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 11px;
}
 
/* Handle */
#ira .overflowscrolltext::-webkit-scrollbar-thumb {
  background: #127080; 
  border-radius: 11px;
}

/* Handle on hover */
#ira .overflowscrolltext::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.provider-new-form h1 { text-align:left !important; margin-bottom:12px !important; line-height:41px !important;}
.provider-new-form p {
    text-align: left !important;
    width: 100%;
    font-size:18px !important;
    line-height: 33px !important;
}
.provider-new-form h1 br { display:block !important; }

.provider-new-form .joinnow-new-btn {
    font-family: 'Muli';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 56px;
    background: #127080;
    color: #fff;
    width: 360px;
    display: inline-block !important;
    text-align: center;
    padding:9px 0px;
    border:2px solid #127080;
    margin-top:0px;
}

.provider-new-form .joinnow-new-btn:hover { border:2px solid #127080; background:#fff; color:#127080;}

.provider-new-form h2 { color: #127080;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-top:13px;
line-height: normal; }

.provider-new-form h2 a {
color: #127080;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight:600;
text-decoration:underline !important;
line-height: normal; word-break: break-all; }

.provider-new-form h2 a:hover { text-decoration:none !important;}

.join-footer-form h2 { margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #127080;
    font-family: 'Muli';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; }

.join-footer-form p {
color: #127080 !important;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Mulish;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal; }



.join-footer-form .joinnow-new-btn {
    font-family: 'Muli';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 56px;
    background: #127080;
    color: #fff;
    width: 360px;
    display: inline-block !important;
    text-align: center;
    padding:9px 0px;
    border:2px solid #127080;
    margin-top: 8px;
}

.join-footer-form .joinnow-new-btn:hover { border:2px solid #127080; background:#fff; color:#127080;}

.join-footer-form h3 {
    color: #127080;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 26px;
    line-height: normal;
}



.join-footer-form h3 a {
    color: #127080;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: underline !important;
    line-height: normal;
}

.join-footer-form h3 a:hover {
    text-decoration: none !important;
}


.join-footer-form {
    padding-bottom:170px;

}


.join-footer-form .brokerbannerright {
    width:337px;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}


.join-footer-form .brokerbannerleft {
    width:337px;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}

.join-form-popup { z-index:99999999999 !important; padding-right:0px !important; }

.join-form-popup .modal-dialog { max-width:100% !important;}

.join-form-popup .modal-content {
    background: #C4DBDF !important;
    border: none;
    border-radius: 0px;
}

.join-form-popup button.close {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    right: 0px;
    z-index:999;
}


.join-form-popup .modal-content span {
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    font-weight:300;
}

.join-form-popup .modal-body h2 {
color: #127080;
text-align: center;
font-family: Mulish;
font-size:30px;
font-style: normal;
font-weight: 700;
line-height: normal; }

.join-form-popup .modal-body p {
color: #127080;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Mulish;
font-size:16px;
font-style: normal;
font-weight: 600;
margin-bottom:34px;
line-height:21px; /* 166.667% */ }


.join-form-popup .modal-body p a {
color: #127080;
text-decoration:underline !important;
}

.join-form-popup .modal-body p a:hover { text-decoration:none !important; }

.join-form-popup .modal-body .popup-form-filds label {
color: #127080;
font-family: Mulish;
font-style: normal;
font-weight:600;
margin-bottom:3px;
line-height: 21.517px; /* 134.481% */
letter-spacing: -0.16px; }

.join-form-popup .modal-body .popup-form-filds label b { font-weight:normal; }
.join-form-popup .modal-body .popup-form-filds input {
    width: 100%;
    height: auto;
    border-radius:16px;
    border: 1.8px solid #127080;
    background: #FFF;
    padding:9px 13px;
    margin-bottom:0px;
}


/* Chrome, Safari, Edge, Opera */
.join-form-popup .modal-body .popup-form-filds input::-webkit-outer-spin-button,
.join-form-popup .modal-body .popup-form-filds input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.join-form-popup .modal-body .popup-form-filds input[type=number] {
  -moz-appearance: textfield;
}





.join-form-popup .modal-body .popup-form-filds .select {
    width: 100% !important;
    height:45px;
    
}


.join-form-popup .modal-body .popup-form-filds .select-styled {
border: 1.8px solid #127080;
}

.join-form-popup .modal-body .popup-form-filds .select-styled:after {
top:17px;
}


.join-form-popup .modal-body .popup-form-filds .select-styled {
    padding: 8px 13px;
    line-height: 28px;
}

.join-form-popup .modal-body .popup-form-filds-btn button {
border-radius: 52px;
min-width:662px;
border:none;
color: #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Mulish;
font-size:18px;
font-style: normal;
font-weight: 700;
padding:14px 0px;
line-height: 20px; /* 100% */
background: #127080; border:2px solid #127080; }

.join-form-popup .modal-body .popup-form-filds-btn button:hover { border:2px solid #127080; background:none; color:#127080;}
.join-form-popup .modal-body .popup-form-filds-btn label {
    color: #127080;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top:17px;
    line-height: 17.785px;
    margin-bottom: 14px;
}


.join-form-popup .modal-body .form-group {
  display: block;
  margin-bottom:5px;
  border:none;
}

.join-form-popup .modal-body .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.join-form-popup .modal-body .form-group label {
  position: relative;
  cursor: pointer;
}

.join-form-popup .modal-body .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #127080;
    border: 2px solid #127080;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding:10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.join-form-popup .modal-body .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top:3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #C4DBDF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}





.join-form-popup .upload-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.8px solid #0d6c74;
    border-radius: 16px;
    padding: 4px 20px;
    background: #ffffff;
    width: 100%;
    margin-top: 25px;
}


.join-form-popup .upload-container span {
    border: none;
    padding-top: 0px !important;
    font-size: 16px;
    font-weight: 600 !important;
}

    .join-form-popup .upload-label {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      color: #0d6c74;
    }

    .join-form-popup .upload-text small {
      font-size: 12px;
      color: #999;
      line-height:12px;
    }

    .join-form-popup .file-info {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 60%;
    }

    .join-form-popup .file-icon {
      font-size: 20px;
      color: #0d6c74;
    }

.join-form-popup .file-name {
    color: #0d6c74;
    flex-grow: 1;
    font-weight: 600;
    color: #127080;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 250px !important;
    line-height: 12px;
    font-size: 16px !important;
    height: 19px !important;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0px !important;
}



    .join-form-popup .progress-bar {
      background-color: #cfe5e7;
      height: 8px;
      border-radius: 10px;
      overflow: hidden;
      flex: 1;
    }

    .join-form-popup .progress {
      background-color: #90D0BA;
      width:0%;
      height: 100%;
    }


.join-form-popup .upload-icon { border:none !important;}

.join-form-popup .upload-text {
    width: 119px !important;
    text-align: left !important;
    line-height:18px;
}

.join-form-popup .upload-icon svg {
    margin-top: 4px;
}

.join-form-popup .progress-bar-main {
    width: 100%;
}

.join-form-popup .modal-body { padding:1.5rem 3rem; }


.name-fild-increase { max-width:75% !important; flex: 0 0 75% !important; }

.popup-form-filds-btn .g-recaptcha {
    margin-top: 0px !important;
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
}


.popup-form-filds {
    margin-bottom: 16px;
}





#pdfviewer { width:100%; height:auto; padding: 57px 30px; }


#pdfview .owl-nav {
    display: none !important;
}

#pdfview .owl-dot {
    width: 19px !important;
    height: 19px;
    border-radius: 50px ! IMPORTANT;
    background: #A6DBE7;
    border: none !important;
    transition: all ease-in-out 0.6s;
}

#pdfview .owl-dot.active { background: #127080; width: 186px !important; transition: all ease-in-out 0.6s; }

#pdfviewer .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#pdfviewer .pdf-view-wrap { border-radius: 18px; transition: all 0.5s ease; height:100%;
background: #C4DBDF; padding:40px; border: 6px solid #C4DBDF; height:100%;}

#pdfviewer .pdf-view-wrap:hover {
border: 6px solid #127080; transition: all 0.5s ease;
background: #C4DBDF; }

#pdfviewer .pdf-view-left h2 {
    margin: 0px;
    padding: 0px;
    color: #03313B;
    font-family: Mulish;
    font-size:30px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    padding-right:20px;
}


/*#pdfviewer .pdf-view-left h2 br { display:none; }*/



#pdfviewer .pdf-view-left span {
color: #03313B;
font-family: Mulish;
font-size:18px;
margin:10px 0px;
font-style: normal;
font-weight: 700;
display:inline-block;
line-height:33px; }

#pdfviewer .pdf-view-left ul {
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    height:339px;
    overflow-x: hidden;
    padding-right: 10px;
}



/* width */
#pdfviewer .pdf-view-left ul::-webkit-scrollbar {
  width:4px;
  border-radius: 11px;
}

/* Track */
#pdfviewer .pdf-view-left ul::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 11px;
}
 
/* Handle */
#pdfviewer .pdf-view-left ul::-webkit-scrollbar-thumb {
  background: #127080; 
  border-radius: 11px;
}

/* Handle on hover */
#pdfviewer .pdf-view-left ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}








#pdfviewer .pdf-view-left ul li {
    color: #000;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-bottom:14px;
    line-height: 25px;
    position:relative;
    padding-left:17px;
}

#pdfviewer .pdf-view-left ul li:last-child { margin-bottom:0px; }




#pdfviewer .pdf-view-left ul li:before {
    position: absolute;
    width: 8px;
    height: 8px;
    content: '';
    background: #000000;
    border-radius: 50%;
    left: 0px;
    top: 10px;
}

#pdfviewer .pdf-view-left a {
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 29.299px;
    border: 2px solid #F1F1F1;
    background: #127080;
    line-height: normal;
    display: inline-block;
    min-width: 141px;
    text-align: center;
    padding: 10px 0px;
    margin-top:10px;

}


#pdfviewer .pdf-view-left a:hover { background:none; border: 2px solid #127080; color:#127080;}

#pdfviewer .pdf-link {
    background: #127080;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 16px 0px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    opacity:0;
    transition: all 0.6s ease;
}

.pdf-view-wrap:hover .pdf-link { display:block !important; transition: all 0.6s ease; opacity:1 !important;} 

.pdf-view-main { width:100%; height:auto; }



#pdfviewer .viewer-wrapper {
    width: 100%;
    background: #F1FEFF;
    border-radius:20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom:0px;
    text-align: center;
    overflow:hidden;
}

    #pdfviewer .viewer-title {
      font-size: 18px;
      font-weight: bold;
      padding: 10px;
      background: #b3e5fc;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

#pdfviewer .toolbar {
    margin: 10px 0;
    display: flex;
    width: 100%;
    padding: 0px 5px;
    align-items: center;
    justify-content: space-between;
}

#pdfviewer .toolbar span {
color: #127080;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal; }

    #pdfviewer .toolbar button {
      border: none;
      color: white;
      padding: 5px 5px;
      margin: 0 2px;
      font-size: 13px;
      border-radius: 4px;
      cursor: pointer;
      background:none;
      color:#000;
    }

    #pdfviewer .pdf-container {
      width:100%;
      height:auto;
      margin: 0 auto;
      overflow: hidden;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      
    }


/* width */
#pdfviewer .pdf-container::-webkit-scrollbar {
  width:4px;
  height:4px;
  border-radius: 11px;
}

/* Track */
#pdfviewer .pdf-container::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 11px;
}
 
/* Handle */
#pdfviewer .pdf-container::-webkit-scrollbar-thumb {
  background: #127080; 
  border-radius: 11px;
}

/* Handle on hover */
#pdfviewer .pdf-container::-webkit-scrollbar-thumb:hover {
  background: #555; 
}









    #pdfviewer .canvas-wrapper {
      transition: transform 0.3s ease;
      transform-origin: center center;
      width: 100%;
    }

    #pdfviewer canvas {
      width: 100%;
      height:397px;
      display: block;
      background: white;
    }

#pdfviewer .toolbar .toolbar-left {
    float: left;
}

#pdfviewer .toolbar .toolbar-right {
    float:right;
}


#pdfviewer .common-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#pdfviewer .common-loader .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color:#127080; /* loader color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#pdfviewer .pdf-wrapper {
  position: relative;
}


.live-amazing h2 {
color: #127080;
font-family: Mulish;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height:47px; /* 123.529% */ }

.live-amazing h2 i {
text-decoration:underline;
}

.live-amazing p {
color: #127080;
font-family: Mulish;
font-size:26px !important;
font-style: normal;
text-align:left;
font-weight:400;
margin-top:40px !important;
line-height:32px !important; /* 123.529% */ }

#provider_form_submit sapn {
    border:none;
  }

  #provider_form_submit .button-loader {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .submit-loader {
 
    display: inline-flex;
    align-content: center;
}
  #provider_form_submit .spinner {
    border: 2px solid #fff;
    border-top: 2px solid #127080;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 0.6s linear infinite;
    margin: auto;
    display: inline-block;
    margin-left: 5px;
}


  @keyframes spin {
    to { transform: rotate(360deg); }
  }


  #Rbrokertopsection .provider-new-form p { margin-bottom:13px !important; line-height: 29px ! IMPORTANT; }


#spanish .live-amazing h2 br { display:none; }

.thank-message { text-align:center; padding:100px 0px !important; background:#F1FDFF !important; text-align:center !important;}

.thank-message h1 {
    font-size: 45px !important;
    font-weight: 800 !important;
    font-family: 'Muli';
    margin-bottom: 20px !important;
}


.thank-message p {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: 'Muli';
    margin-bottom:0px;
}


.thank-message a {
    border-radius: 58.879px;
    padding: 10px 20px;
    color: #127080;
    margin: 0px 5px;
    border: 2px solid #127080;
    margin-top:30px;
    min-width: 237px;
    background: #127080;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}


.thank-message a:hover {
    background: none;
    color: #127080;
    border: 2px solid #127080;
}








.minmaxCon-oh #messagepopup .modal-header {
    background: #127080;
    color: #fff;
    padding: 5px 15px !important;
}


.minmaxCon-oh {
    height: 35px;
    bottom:75px;
    left: 1px;
    position: fixed;
    right: 38px;
    z-index: 9999;
    overflow: hidden;
}


.minmaxCon-oh #secondpopup .modal-header {
    background: #127080;
    color: #fff;
    padding: 5px 15px !important;
}



#secondpopup .modal-header .modal-title {
    color: #fff !important;
    font-family: 'Muli' !important;
    font-size: 19px ! IMPORTANT;
    border-radius: 0px;
    font-weight:600;
}


.minmaxCon-oh #secondpopup .close {
    top: 7px !important;
}




#secondpopup .close {
    /* width: 30px; */
    right: 25px;
    float: right;
    position: absolute;
    top:15px !important;
    z-index: 99999;
}


#secondpopup .close .fa {
    font-size: 20px;
}


#secondpopup .close i {
    color: #fff;
}

#secondpopup .modal-dialog {
    max-width:800px;
}


#secondpopup .modal-header {
    background: #127080;
    color: #fff;
    padding: 11px 15px !important;
}



#secondpopup p {
    padding: 10px 0px;
    font-size: 19px;
    color: #09373E;
    line-height: 28px;
}


#secondpopup {
    z-index: 999999999 !important;
}



.tab-new-style .modal-header { background:#fff !important; border:2px solid #127080 !important; }
.tab-new-style #messagepopup .modal-title {
    color: #127080 !important;
    display: inline-block;
    margin-top: -6px;
}

.tab-new-style .modal-content {
    border:0px solid rgba(0, 0, 0, 0.2) !important;
    outline: 0 !important;
}


.tab-new-style #secondpopup .modal-title {
    color: #127080 !important;
    display: inline-block;
    margin-top: -6px;
}


#secondpopup .close i {
    color: #127080;
}


.tab-new-style .modal-header { border-radius:5px !important; }
.tab-new-style .modal-title { position:relative; }
.tab-new-style .modal-title:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 4px;
    height: 73%;
    background:#90D0BA;
    left: -9px;
    top: 6px;
    border-radius: 10px;
}




.tab-new-style2 .modal-title:before { background: #127080 !important;}

.tab-new-style {
    width: auto;
    position: fixed;
    left: auto;
    right:10px;
}


.popup-new-style .close .fa-minus {
    font-size: 23px !important;
    font-weight: 800 !important;
}


#pdfview .owl-stage {
display: flex;
align-items: stretch; }

#pdfview .item {
    height: 100%;
}


.fall-image img { margin-top:10px; }

.fall-image-mobile { display:none !important; }


.medicare-members-tab-wrap { overflow:hidden; min-width:428px; height:auto; border-radius: 7.553px;
border: 1.71px solid #127080; margin-top:31px;
background: #F1FDFF;
box-shadow: 0px 4px 20.002px 0px rgba(23, 15, 73, 0.08);}

.medicare-members-tab-wrap:hover { background:#127080; }

.medicare-members-tab-wrap a { width:100% !important; border:none !important; margin-top:0px !important; padding:0px !important;}
.medicare-members-tab-wrap a:hover .medicare-members-left p { color:#fff !important; }
.medicare-members-tab-wrap a:hover .medicare-members-right { background:#fff !important; }
.medicare-members-tab-wrap a:hover .medicare-members-right h2 { color:#127080 !important; }
.medicare-members-tab-wrap a:hover .medicare-members-right circle { fill:#127080;}
.medicare-members-tab-wrap a:hover .medicare-members-right path { fill:#fff;}



.medicare-members-tab-wrap .medicare-members-left { border-bottom:14px solid #127080; height:100%; display:flex; align-items:center;}
.medicare-members-tab-wrap .medicare-members-left p {
    background: none !important;
    padding:5px 10px 5px 10px;
    color: #127080;
    font-family: Mulish;
    font-size:18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 23px !important;
}


.medicare-members-right { border-radius: 5px 0px 0px 0px;
background: #127080 !important;
height:100%;
box-shadow: 0px 4px 20.002px 0px rgba(23, 15, 73, 0.08); }


.pading-right-0 { padding-right:0px; }
.pading-left-0 { padding-left:0px; }

.medicare-members-right { display:flex; padding:15px; align-items: center;}

.medicare-members-right h2 { color: #FFF !important;
font-family: Mulish;
font-size: 18px !important;
font-style: normal;
font-weight: 700;
line-height: 24.497px; /* 153.104% */ }

.medicare-members-right svg { margin-right:10px; }

.medicare-members-right h2 {
    margin-bottom: 0px !important;
}











.multi-select .my-select-original {
      display: none; /* hide native select */
    }

    .multi-select .my-select-wrapper {
      position: relative;
      width:auto;
    }

    .multi-select .my-select-display {
      padding: 10px;
      background: white;
      border-radius: 4px;
      cursor: pointer;
      user-select: none;
      transition: all 0.2s ease-in;
    border: 1px solid #127080;
    padding: 12px 20px;
    border-radius: 16px;
    padding-right: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#6e6a6a !IMPORTANT;
    }

    .multi-select .my-select-display::after {
    content: "";
    float: right;
    right: 14px;
    position: absolute;
    top: 22px;
    -moz-transition: all 0.30s ease-in;
    -o-transition: all 0.30s ease-in;
    -webkit-transition: all 0.30s ease-in;
    transition: all 0.30s ease-in;
}
    .multi-select .my-select-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 100;
      background: white;
      border-radius:0px;
      max-height: 200px;
      overflow-y: auto;
    }

    .multi-select .my-select-search {
      width: 100%;
      padding: 8px;
      border: none;
      border-bottom: 1px solid #ddd;
      box-sizing: border-box;
    }

    .multi-select .my-select-option {
    padding: 12px 10px;
    border-top: 1px solid #127080;
    display: inline-block;
    width: 100%;
    position:relative;
}

    .multi-select .my-select-option label {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.multi-select {
    width: 49%;
    display: inline-block;
    float: right;
}

.multi-select .my-select-display::after { width:14px; height:8px; background-image: url(../zing_images/pharmacy/selectDownArrow.svg); }

.multi-select .my-select-dropdown input {
    border-radius: 0px !important;
    border: 0px;
}

.multi-select .my-select-option input { width:auto !important;}

.multi-select .my-select-dropdown label {
    /* float: left; */
    display: inline-block;
    width: 100%;
}

.multi-select .my-select-dropdown input { margin:0px !important; border:none !important; }

.multi-select .my-select-option:hover {
    color: #fff;
    background: #127080;
}

.multi-select .my-select-option label { margin-bottom:0px; }

.multi-select .my-checkbox-wrap input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      width: 0;
    }

.multi-select .my-checkmark {
    position: absolute;
    top:3px;
    left: 6px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #127080;
    border-radius: 3px;
    bottom: 0px;
    margin: auto;
}

    .multi-select .my-checkbox-wrap:hover .my-checkmark {
      background-color: #fff;
    }

    .multi-select .my-checkbox-wrap input:checked ~ .my-checkmark {
      background-color: #90D0BA;
      border-color: #90D0BA;
    }

   .multi-select .my-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

    .multi-select .my-checkbox-wrap input:checked ~ .my-checkmark::after {
      display: block;
    }


#Rbrokertopsection .membernewbanner .multi-select .my-checkbox-label-text { font-size:16px !important; margin-top:unset !important; display: unset !important; color:unset !important; font-weight:400 !important; }
#Rbrokertopsection .membernewbanner .my-checkmark { margin-top:auto !important; color:unset !important; }



    .multi-select .my-checkbox-label-text {
      margin-left:25px;
      white-space:nowrap;
      
    }







/* width */
.multi-select .my-select-dropdown::-webkit-scrollbar {
  width:3px;
}

/* Track */
.multi-select .my-select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.multi-select .my-select-dropdown::-webkit-scrollbar-thumb {
  background: #127080;
}

/* Handle on hover */
.multi-select .my-select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.multi-select .my-active {
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #127080;
}

.multi-select .my-option-active { color: #000 !important; }



.multi-select .my-active:after {
    top: 23px;
    transform: rotate(180deg);
    -moz-transition: all 0.30s ease-in;
    -o-transition: all 0.30s ease-in;
    -webkit-transition: all 0.30s ease-in;
    transition: all 0.30s ease-in;
}


.textautosearch .multi-select { width:100% !important;}




.select-options {
    box-shadow: -1px 11px 50px -13px rgba(0, 0, 0, 0.75);
    border-radius: 0 0 10px 10px;
    max-height: 192px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
/*    border: 1px solid #C8C7C7;*/
    scrollbar-width: thin;
    scrollbar-color: #127080 transparent;
}




#documentsfilter .select-styled { padding-left:10px !important; }

.search-box { padding:0px !important; border:none !important; }
.search-box input {
    width: 100% !important;
    border: none !important;
    padding: 10px !important;
    margin: 0px !important;
    border-radius:0px !important;
}

.padding-right-25 { padding-right:25px; }



.dataTables_paginate .current { color:#fff !important; }



/* Custom 1.5 column for lg breakpoint */
@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

.col-lg-5-5 {
    flex: 0 0 45.8333%;
    max-width: 45.8333%;
  }



}













