* {
    margin: 0;
    padding: 0;
}
p {
    color: #555555;
}
.homeMenuCircle {
    
    overflow: hidden;
}

.homeMenuCircle-container {
    /*max-width: 1460px;*/
    height: 1080px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.circleInner {
    position: relative;
    top: -250px;    
height: 950px;
}

.c-layer-1 {
    position: absolute;
    opacity: 0;
    transform: scale(0.6);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.c-layer-2 {
    position: absolute;
    opacity: 0;
    transform: scale(0.6);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.c-layer-1,
.c-layer-2 {
    width: 100%;
    text-align: center;
}

.c-layer-1 img,
.c-layer-2 img {
    /*width: 1460px;
    height: 1460px;*/
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translatex(-50%);
}

.show.c-layer-1 {
    opacity: 1;
    transform: scale(1);
}

.show.c-layer-2 {
    opacity: 1;
    transform: scale(1);
}

.mainCirlce {
    position: relative;
      width: 660px;
    height: 660px;
    top: 368px;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    border: 2px dashed #197f93;
    background-image: url('../img/star-img.png');
    z-index: 1;
    opacity: 0;
    transform: scale(0.6);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show.mainCirlce {
    opacity: 1;
    transform: scale(1);
}

.cicleColumn {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px dashed #197f93;
    opacity: 0;
    transform: scale(0.6);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show.cicleColumn:hover { border: 2px dashed #da205c;}
.show.cicleColumn:hover:after {  box-shadow: 0px 0px 21px rgba(218,32,94,0.9);}

.show.cicleColumn {
    opacity: 1;
    transform: scale(1);
}

.cicleColumn:after {
    content: '';
    width: 146px;
    height: 146px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    background-image: url('../img/c-icons.png');
}
.cicleColumn:hover:after {
    box-shadow: 0px 0px 50px rgba(0,0,0,0.4);
}



.cicleColumn a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.cicleColumn p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 4px #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: -65px;
    z-index: 1;
    min-height: 56px;
    margin: 0;
    line-height: 1;
}
.cicleColumn.c1 p {color: #da205c; text-shadow: 0 0 4px #fff;}
.c1 {
    left: 265px;
    top: -80px;
}

.c1:after {
    background-position: 0 0;
}

.c2 {
    right: 20px;
    top: 20px;
}

.c2:after {
    background-position: -146px 0;
}

.c3 {
    right: -80px;
    top: 265px;
}

.c3:after {
    background-position: -292px 0;
}

.c4 {
    right: 20px;
    bottom: 20px;
}

.c4:after {
    background-position: -438px 0;
}

.c5 {
    left: 265px;
    bottom: -80px;
}

.c5:after {
    background-position: 0 -146px;
}

.c6 {
    left: 20px;
    bottom: 20px;
}

.c6:after {
    background-position: -146px -146px;
}

.c7 {
    left: -80px;
    top: 265px;
}

.c7:after {
    background-position: -292px -146px;
}

.c8 {
    left: 20px;
    top: 20px;
}

.c8:after {
    background-position: -438px -146px;
}

.centerInfo {
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-shadow: 0 0 15px #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: scale(0.6);
    transition: all 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    width: 42%;
    margin: 0 auto;
    top: 37%;
    line-height: 1.4;
}

.show.centerInfo {
    opacity: 1;
    transform: scale(1);
}





/**/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    text-align: left;
}

#cssmenu {
    max-width: 400px;
    color: #ffffff;
    margin: 0 auto;
}

#cssmenu ul ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
}

#cssmenu ul ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #16768a;
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 1;
}

#cssmenu ul ul li:first-child a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#cssmenu ul ul li:last-child a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#cssmenu>ul>li.active>ul {
    display: block;
}

.align-right {
    float: right;
}

#lean_more{width:500px!important;    margin: 0 auto;}

#lean_more .select2.select2-container{width:100%!important; text-align:left}

#lean_more .select2.select2-container .select2-selection {  
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff !important;
    background: #16768a;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-radius: 4px;
    width:100%;
}

#lean_more .select2.select2-container .select2-selection > *{ color: #ffffff !important; }
#lean_more .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#fff transparent transparent transparent!important; border-width: 7px 7px 0 7px; height: 0;  left: 0;  margin-left: -10px;    margin-top: -2px;}
#lean_more .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #fff transparent!important; border-width:0 7px 7px 7px;}
#lean_more .select2-container--bootstrap .select2-selection--single { height: 42px; line-height: 1.42857;padding: 8px 24px 6px 12px;}
/*.select2-container--bootstrap .select2-dropdown {border-color: #37C0D2; background: #16768A; color: #fff; font-size: 17px;}*/



/*
#cssmenu>ul>li>a:hover {
    color: #d8f3f0;
}

#cssmenu ul>li.has-sub>a:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #fff;
    content: '';
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    right: 19px;
    position: absolute;
    top: 18px;
}

#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #16768a;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px solid #1e8094;
}

#cssmenu ul ul li a:hover {
    background: #1e8094;
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #dddddd;
}*/


/**/

.section-subheader, .section-landing-product, .blueBg {
    background: #2cc1d6;
    color: #fff;
}
.section-landing-product {
    padding: 30px 0 0 0;
}
.headTitle2 {
    font-size: 40px;
    text-shadow: 0px 2px 0px #1e9db4;
    margin-top: 0;
    font-weight:700;
    position: relative;
    
}

.section-subheader p, .section-landing-product p, .blueBg p{
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-top: 14px;
}
.section-subheader .alert {
    margin-bottom: 0;
    background: #16778a;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 14px;
}
.section-subheader .alert span {
    line-height: 25px;
    margin-right: 10px;
}
.section-subheader .alert .smallbtn1 {
    /*background: #da205c;*/
    color: #16778a;
    font-weight: bold;
    font-size: 18px;
    /*margin-left: 15px;*/
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
}

.section-subheader .alert .smallbtn1:hover {
    background: #c11e53;
}
.section-subheader p.bigP {
    font-size: 20px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    text-align: center;
}
p.bigP {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    text-align: justify;
}

.plink,
.plink:hover {
    color: #fff;
    text-decoration: underline;
}

.padd40 {
    padding: 40px 0;
}

.padd30 {
    padding: 30px 0;
}

.padd20 {
    padding: 20px 0;
}

.titleBar:after, .innerbreadcrumb ul:after, .interestList:after, .prdList:after, .singlepost:after, .postInfo:after, .reviewsSec:after, .paggingDiv:after, .pagginSec:after, .panelBlck:after {
    content: '';
    display: table;
    clear: both;
}

.headTitle3 {
    font-size: 30px;
    color: #16768a;
    font-weight: bold;
    margin-top: 0;
}
.headTitle4 {
    font-size: 24px;
    font-weight: normal;
    color: #16768a;
    margin-top: 0;
}

.smallbtn1 {
    margin-bottom: 5px;
    margin-top: -1px;
    float: right;
    color: #fff;
    text-decoration: none;
    background: #da205c;
    font-size: 18px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid #16768a;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.smallbtn1.pink {
    background: #dd1a5c;
    border-color: #dd1a5c;
    font-weight: 700;
    font-size: 18px;
}
.smallbtn1.pink:hover {
    background-color: #c11e53;
    color:#fff;
}

.smallbtn1:hover {
    background: #fff;
    color: #16768a;
    text-decoration: none;
}

.titleBar .headTitle3 {
    float: left;
}

.titleBar .smallbtn1 {
    float: right;
}


.storyBox {
    display: block;
    padding: 20px;
     border: 2px solid #2cc1d6;
    border-radius: 8px;
    background-color: #fff;
    /* background-image: url('../img/p-story-bg.png'); */
    background-position: top center;
    min-height: 450px;
    margin-bottom: 30px;
}

.storyBox:hover {
    text-decoration: none;
}

.storyBox:hover .psImg {
    transform: translateY(-10px);
}

.psImg {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 47px -11px rgba(130, 130, 130, 1);
    -moz-box-shadow: 0px 0px 47px -11px rgba(130, 130, 130, 1);
    box-shadow: 0px 0px 47px -11px rgba(130, 130, 130, 1);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    display: inline-block;
}

.psImg img {
    width: 100%;
}
.pstitle {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding-top: 20px;
}

.storyBox h4 {
    color: #2cc1d6;
    font-size: 18px;
    font-weight: bold;
}

.storyBox h5 {
    color: #2cc1d6;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.storyBox p {
    color: #333333;line-height: 28px;margin-bottom: 0;font-size: 18px; text-align: justify;}

.innerbreadcrumb ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
.innerbreadcrumb ul li {
    float: left;
    color: #fff;
    font-weight: 600;
}
.innerbreadcrumb ul li:after {
    content: '\f105';
    display: inline-block;
    margin: 0 6px;
    font-family: FontAwesome;
    
}
.innerbreadcrumb ul li:last-child:after {
    display: none;
}
.innerbreadcrumb ul li a, .innerbreadcrumb ul li a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.innerbreadcrumb ul li a:hover {
    text-decoration: underline;
}
.interestList{
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.interestList li {
    /*float: left;*/
    width: 16%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.interestList li a, .interestList li a:hover {
    display: block;
    text-decoration: none;
}
.interestList li a p{
    font-size: 17px;
    color: #fff;
}
.interestImg {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px dashed #16768a;
}
.interestImg img {
    border-radius: 50%;
    width: 148px;
    height: 148px;
    margin: 4px auto;
    background: #fff;
}
.interestImg:hover { border: 2px dashed #da205c;}
.interestImg:hover img {  box-shadow: 0px 0px 21px rgba(218,32,94,0.9);}


.detailList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.detailList li {
    padding-left: 15px;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    color: #333;    
    text-align: justify;
}
.detailList li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #16768A;
}
.detailList li ul li:before {
    display: none;
}
.detailList li ul li {
    padding: 0;
    margin-bottom: 5px;
}
ul.detailList ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.filterbar {
    float: left;
    width: 260px;
    padding:14px 20px 14px 20px;
    background:#fff;
    border-radius:3px;
    margin-bottom: 10px;
}
.listBar {
    float: left;
    width: calc(100% - 290px);
    margin-left: 30px;
}
.filterBox ul {
    list-style: none;
    margin:0;
    padding: 0 0 13px 0;
    /*display: none;*/
}
.filterBox.show ul {
    display: block;
}
.filterBox h5, .control-label.sort_by {
    font-size: 14px;
    /*border-top:1px solid #2ec1d5;*/
    margin: 0;
    margin-bottom:13px;
    /*padding: 25px 0;
    cursor: pointer;*/
    position: relative;
    padding-right: 15px;
    font-weight: 600!important;
}
/*.filterBox h5:after {
    content: '+';
    position: absolute;
    right: 5px;
    top: 22px;
    font-size: 20px;
}
.filterBox.show h5:after {
    content: '-';
    position: absolute;
}*/
.filterSearchBx {
    display: none;
}
.filterSearchBx input[type='text']{
    width: 100%;
    padding: 8px 15px;
    min-height: 40px;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
}
.filterBox.show .filterSearchBx {
    display: block;
}
.filterSearchBx a {
    width: 100%;
    text-align: center;
    background: #2cc1d6;
    color: #fff;
    border-radius: 4px;
    border: 0;
    outline: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 9px 10px;
}
.filterSearchBx a:hover {background: #22aabd; text-decoration:none;}


.filterBox div.checker, .filterBox div.checker span, .filterBox div.checker input {
    width: 15px;
    height: 15px;
    background-image: url('../img/sprite.png');
    background-position: 0 -120px;
}

.filterBox ul li label {
    cursor: pointer;
    margin-bottom: 10px;
}
.filterBox div.checker {
    margin-right: 15px !important;
}
.filterBox div.checker span.checked {
    background-position: -15px -120px;
}

.filterBox div.checker span.checked + 
/**/
.fmgp.fmgp-radio, .fmgp.fmgp-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}
.fmgp input[type='radio'], .fmgp input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.fmgp_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.fmgp-radio .fmgp_indicator {
    border-radius: 50%;
}
.fmgp:hover input ~ .fmgp_indicator,
.fmgp input:focus ~ .fmgp_indicator {
    background: #cccccc;
}
.fmgp input:checked ~ .fmgp_indicator {
    background: #16768a;
}
.fmgp:hover input:not([disabled]):checked ~ .fmgp_indicator,
.fmgp input:checked:focus ~ .fmgp_indicator {
    background: #0e6647d;
}
.fmgp input:disabled ~ .fmgp_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.fmgp_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.fmgp input:checked ~ .fmgp_indicator:after {
    display: block;
}
.fmgp-radio .fmgp_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}
.fmgp-radio .fmgp_indicator {
    /*border-radius: undefined%;*/
}
.fmgp-checkbox .fmgp_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.fmgp-checkbox input:disabled ~ .fmgp_indicator:after {
    border-color: #7b7b7b;
}
/**/
.singlepost {
    position: relative;
    border:1px solid #2ec1d6;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
}
.col-md-6 .imgPost {background: #fff;}
.singlepost a:hover {
    color: #fff;
}
.imgPost {
	width: 160px;
	height: 197px;
	float: left;
    position: relative;
}
.imgPost a {
	display: block;
	padding: 10px;
    min-height: 197px;
}
.imgPost img {
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 10px
}
.postInfo {
	float: left;
	width: calc(100% - 160px);
	min-height: 197px;
	background: #16768a;
	padding: 20px 15px 20px 20px;
}
.postInfo h4 {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    
}
.postAuth {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    margin:0;
}
.star-rating {
    display: inline-block;
    width: 102px;
    background: url('../img/staricons_sprite.png');
    height: 16px;
    /*margin-left: 5px;*/
    vertical-align: top;
}
.rate0 {background-position: 0px 147px;}
.rate1 {background-position: 0px 164px;}
.rate2 {background-position: 0px 181px;}
.rate3 {background-position: 0px 198px;}
.rate4 {background-position: 0px 216px;}
.rate5 {background-position: 0px 232px;}
.details-smiley-img{display:inline-block;list-style:none;padding:0px;margin:0 0 15px;}
.details-smiley-img li{width:25px;height:22px;display:inline-block;cursor:pointer; margin-right: 7px; float: left;}
.details-smiley-img li:last-child {margin-right: 0px;}
.details-smiley-img {background: url('../img/rate-it-smiley.png'); width: 153px; background-position: 0 -109px; height: 22px;}

.details-smiley-img.rate1 {background-position: 0px -87px;}
.details-smiley-img.rate2 {background-position: 0px -65px;}
.details-smiley-img.rate3 {background-position: 0px -43px;}
.details-smiley-img.rate4 {background-position: 0px -21px;}
.details-smiley-img.rate5 {background-position: 0 1px;}

.expert-details-case-img {background: url(../img/smily-icons.png); background-position: 0px -122px; height: 22px; display:inline-block;list-style:none;padding:0px;margin:0 0 15px; width: 153px;}
.expert-details-case-img li{width:25px;height:22px;margin-right:7px;display:inline-block; float: left;}
.expert-details-case-img li:last-child {margin-right: 0px;}
.exrate1 {background-position: 0px -98px;}
.exrate2 {background-position: 0px -74px;}
.exrate3 {background-position: 0px -50px;}
.exrate4 {background-position: 0px -26px;}
.exrate5 {background-position: 0 -2px;}


.expression-rating {
	display: inline-block;
	width: 98px;
	background: url('../img/staricons_sprite.png');
	height: 15px;
	/*margin-left: 5px;
	vertical-align: top;*/
}
.erate0 {background-position: 0px -172px;}
.erate1 {background-position: 0px -158px;}
.erate2 {background-position: 0px -144px;}
.erate3 {background-position: 0px -130px;}
.erate4 {background-position: 0px -116px;}
.erate5 {background-position: 0px -102px;}

.big-expression-rating {
    display: inline-block;
    width: 158px;
    background: url('../img/smily-icons.png');
    height: 22px;
    /*margin-left: 5px;*/
    vertical-align: top;
}
.big_erate0 {background-position: 0px 22px;}
.big_erate1 {background-position: 0px 44px;}
.big_erate2 {background-position: 0px -213px;}
.big_erate3 {background-position: 0px -191px;}
.big_erate4 {background-position: 0px -169px;}
.big_erate5 {background-position: 0px -147px;}

.big-star-rating {
    display: inline-block;
    width: 158px;
    background: url('../img/smily-icons.png');
    height: 22px;
    /*margin-left: 5px;*/
    vertical-align: top;
}
.big_rate0 {background-position: 0px -122px;}
.big_rate1 {background-position: 0px -98px;}
.big_rate2 {background-position: 0px -74px;}
.big_rate3 {background-position: 0px -50px;}
.big_rate4 {background-position: 0px -26px;}
.big_rate5 {background-position: 0 0;}

.reviewsSec .health-rate{ margin-top:10px;}
.reviewsSec .health-rate, .reviewsSec .patient-rate {
	/*float: left;
	width: 50%;*/
	font-size: 14px;
	color: rgba(255,255,255,0.55);
    margin-bottom: 10px;
}

.reviewsSec .patient-rate img{    margin-right: 3px;}
.reviewsSec {
    margin-bottom: 8px;
}
.sinfo {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}
.pageCount {
    float: left;
    font-size: 16px;
    padding-top: 8px;
}
.pagginSec {
    float: right;
}
.pagginSec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.pagginSec ul li {
    display: inline-block;
}
.pagginSec ul li a {
    background-color: #16768a;
    display: inline-block;
    color: #fff;
    border: 0px;
    border-radius: 4px !important;
    float: none;
    padding: 8px 12px;
    font-size: 15px;
}
.pagginSec ul li a:hover {
    text-decoration: none;
    background: #da205c;
        color: #fff;
}
.pagginSec ul li a.active {
    background-color: #da205c;
    color: #fff;
}
.blueBx {
    padding: 10px 20px;
    background: #16768a;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 19px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.blueBx:after {
    content: "\f0d7";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -18px;
    font: normal normal normal 30px/1 FontAwesome;
    color: #16768a;
    text-align: center;
}
.blueBx ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}
.blueBx ul li {
    display: inline-block;
    margin-left: 25px;
    font-size: 26px;
}
.blueBx ul li:first-child {
    margin-left: 0;
}
.getStartBtn {
    padding: 10px 70px 10px 20px;
    background-color: #dd1a5c;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 40px;
    background-image: url('../img/arrow-forward.png');
    background-repeat: no-repeat;
    background-position: right 15px top 14px;
}
.getStartBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #16768a;
}
.circleImgBx {
    display: block;
    margin-bottom: 30px;
}
.circleImgBx p {
    min-height: 58px;
}
.circleImgBx:hover {
    text-decoration: none;
}
.pWhiteLink {
    color: #fff;
    text-decoration: underline;
}

.pBlueLink {color: #16768A; text-decoration: underline; word-break: break-all; display: block; padding-top: 50px;}
.pBlueLink:hover {color: #16768A; text-decoration:none;}


.pWhiteLink { color: #ffffff; text-decoration: underline;word-break: break-all;margin-bottom: 10px;display: inline-block;}
.pWhiteLink:hover { text-decoration:none;}


.panelBlck {

}
.panelInfoBlck {
    float: left;
    width: 68%;
    padding-right: 30px;
}
.panelInfoBlck .alertPanel {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.panelInfoBlck .headTitle3 {
    font-size: 30px; 
    text-shadow: 0px 2px 0px #1e9db4; 
    margin-top: 0; 
    font-weight: 700;
    color: #fff;
}
.minfo {
    margin-top: 0;
}
.panelInfoBlck .alertPanel .smallbtn1 {
    min-width: 120px;
    height: 37px;
    text-align: center;
    margin: 10px 0 0 15px;
}
.panelInfoBlck .alertPanel .smallbtn1:hover {
    background: #dd1a5c;
    color: #fff;
}
.panelInfoBlck .share-icons #st-1 .st-btn {
    border-radius: 50% !important;
    border: 2px solid #fff;
    height: 36px !important;
}
.panelInfoBlck .smallbtn1.pink {
    margin-right: 10px;
}
.panelConBlck {
    float: left;
    width: 32%;
    background: #fff;
    padding:30px 30px 40px 30px;
    color: #16768a;
    text-align: center;
    border-radius: 4px;
}
.panelConBlck p {
    color: #16768a;
    margin: 0 0 20px 0;
    font-weight: 600;
}



.infoSec {
    float: left;
    width: 67%;
    margin-right: 15px;
    border-right:1px solid #4a9cad;
    padding-right: 15px;
}
.reviewsSec {
    float: left;
    width: 30%;
}

.save_res_btn{display: inline-block;
    color: #fff!important;
    border: 0px;
    border-radius: 4px !important;
    float: none;
    padding:3px 12px 6px 12px;
    font-size: 15px;
    background: #da205c;
    text-decoration: none!important;}

.save_res_btn:hover{ background: #c11e53; text-decoration:none;}



/*Added 14 Sept 2018  */
.green_bg{ background:#37c0d2;}
.green_bg.padd40{padding-top:30px;}
.filter_head {color: #16768a;
    font-size: 18px;font-weight: 600;margin-bottom: 24px;}
.icheck{margin-right: 10px !important;}
.icheckbox_flat-green, .iradio_flat-green {height: 22px!important;}
.select2-container--bootstrap .select2-dropdown{ border-color: #16768a;}
.conditions-page .select2-container--bootstrap .select2-dropdown{ border: none; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; padding-top: 30px; border-radius: 4px; font-size: 16px; color: #fff;}
.conditions-page .select2-container--bootstrap .select2-dropdown:before {border-color: transparent transparent #16768a transparent!important; border-width: 0 7px 7px 7px; content: ""; border-style: solid; top: 23px;    position: absolute; right: 12px;}
.conditions-page .select2-search--dropdown {border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 15px;}
.conditions-page .select2-search--dropdown, .conditions-page .select2-results {background-color: #16768a;}
.conditions-page .select2-container--bootstrap .select2-results>.select2-results__options {max-height: inherit;}
.conditions-page .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {background-color: #da205c;}
.conditions-page .select2-results__option {border-bottom: 1px solid #1b7c90; padding: 10px 15px;}
.select2-container--bootstrap .select2-selection {border: 1px solid #37C0D2;}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#37C0D2 transparent transparent transparent!important;}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b { border-color: transparent transparent #37C0D2 transparent!important; border-width: 0 4px 4px 4px;}

.green_bg2{background:#2cc1d6;}
.center_p {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-top: 35px;
        width: 80%;
    margin: 0 auto;
}
.center_p p {
margin: 0;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
}

.center_p p.top{ font-size:19px;}
.center_p p.top a{color:#16768A;text-decoration:underline}
.center_p p.top a:hover{ text-decoration:none;}

.help_with_me p{     text-align: center;line-height: 24px; }
.filterBox ul#test_li li:first-child{ margin-bottom: 10px }


.what_you_need > .container > p{    font-weight: bold;
    width: 82%;
    margin: 0 auto;}
.health_tips > .container > p{    font-weight: bold;
    width: 82%;
    margin: 0 auto 30px auto;}

p.learn_more {
    color: #da205c!important;
    font-weight: bold;
    font-size: 24px!important;
}
#lean_more .select2.select2-container .select2-selection:hover {
    background: #da205c;
}

.p_datas{    font-size: 18px;}
.p_datas b{    display: inline-block;vertical-align: top; font-size: 18px;}
.data_cont{     display: inline-block; vertical-align: top;  margin-left: 10px; margin-bottom: 40px; }
.data_cont p{ margin: 0 }

/*End Added 14 Sept 2018  */


/*my style*/


.top_ballon{
    background-image:url(../img/balloon_2.png);
    background-repeat:no-repeat;
      background-position: 50% -18%;
    width: 50%;
    margin: -2% 23.1%;
    height: 300px;
    animation: mover 0.9s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
   }
    100% {
        transform: translateY(-12px);
   }
}
@keyframes mover {
    0% {
        transform: translateY(0);
   }
    100% {
        transform: translateY(-12px);
   }
}
.section{
    background: #2CC1D6;
    color: #fff;
    position:relative;
    margin-bottom:3%;
}
.section_right{
    background-color:#fff;
    margin-top: 15%;
    width:77%;
    border-radius:4px;
    padding: 23px 26px;
    text-align:center;
}
.share_us{
    display:flex;
    align-items:center;
    justify-content: space-between;
   /* width:81%;
    margin:0 auto;
    */
}
.button_us_share{
   background-color: #16768A;
   height: 45px;
   width: 80%;
   line-height: 45px;
   border-radius: 10px;
   margin-left: 31px;
   font-size: 21px;
   padding-left: 10px;
   color: #fff !important;
   font-weight: bold;
   text-decoration: none !important;
}
.mail_icons{
    width: 60px;
    position: absolute;
    height: 60px;
    background-color:#dd1a5c;
    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:4px solid #fff;
    box-shadow: 2px 2px 2px rgba(101, 100, 100, 0.5);
}
.button_us_share a{
    color: #fff !important;
    font-size: 21px;
    font-weight: bold;
    text-decoration:none !important;
}
.section_right p{
    font-size:18px;
    color:#16768A;
    padding:0 0 10px 0;
}
.breadcumb_1 ul{
    margin:0;
    padding:0;
}
.breadcumb_1{
    padding-bottom:30px;
    padding-top:10px;
}
.breadcumb_1 ul li{
    display:inline-block;
}
.breadcumb_1 ul li a{
    font-size:15px;
    color:#16768A;
    text-decoration:none;
}
.section_para h2{
    font-size: 28px;
    text-shadow: 0px 2px 0px #1e9db4;
    margin-top: 0;
    font-weight: bold;
}
.section_para p{
    font-size: 18px;
    font-weight:500;
    margin: 0;
    letter-spacing: 0.04px;
}
.jointhecommunity{
    background-color:#16768A;
    border-radius:5px;
    height:35px;
    min-height:35px;
    padding:5px;
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
}
.jointhecommunity p{
    padding-bottom:0;
    margin-bottom:0;
    font-size:14px;
    padding-left:15px;
}
.social_buttton{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:25px;
}
.social_button_icons ul{
    padding:o;
    margin:0;
}
.social_button_icons ul li {
    display:inline-block;
    padding:0 2px;
}
.button .btn-primary{
    background-color:#DD1A5C !important;
    border:none;
    outline:0;
    font-weight:700;
    margin:0 15px 0 0;
    padding: 7px 20px;
}
/*--article--*/
.ballon{
    position: relative;
    left: 42.1%;
    animation: MoveUpDown 2s linear infinite;
    z-index 
}
.top_ballon:after{
    content: "";
    background-color: #16768A;
    position: absolute;
    width: 2px;
    height: 100px;
    left: 584px;
    margin-top: -52px;
    z-index: -9;
    display: block;
    transform: rotate(0deg);
    display:none;
}
/* @keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
   }
    50% {
        bottom: 39px;
   }
}
*/
.border_desktop{
    width: 2px;
    height: 500px;
    background-color: #16768A;
    z-index: -999;
    position: relative;
    margin: -253px auto;
}
.verticle_line{
    height:286px;
    border:1px solid #16768a;
   /* width:1px;
    margin:0 auto;
    */
}
.info_section{
    display:flex;
    justify-content: space-between;
}
.column_left{
    background-color:#16768A;
    padding:21px;
    color:#fff;
    height:265px;
    width:48%;
    margin-bottom:20px;
      box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
      position: relative;
}
.column_right{
    background-color:#16768A;
    padding:21px;
    color:#fff;
    height:264px;
    width:48%;
    margin-bottom:20px;
       box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
}
.left_number{
    width:60px;
    height:60px;
    border-radius:50px;
    background-color:#fff;
    text-align:center;
    color:#000;
    line-height:60px;
}
.left_number span{
    font-size:30px;
    color:#DD1A5C;
    font-weight:bold;
}
.media-heading{
    font-size:18px;
    font-weight:bold;
    margin-bottom:14px !important;
}
.media-body p{
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}
.media-left, .media>.pull-left {
    padding-right: 20px !important;
}
.right_border:after{
    content: "";
    background-image: url(../img/Path_2.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    margin-top: -80px;
    right: -52px;
    width: 54px;
    height: 66px;
    transform: rotate(2deg);
}
.download_pdf .btn-primary {
    background-color: #DD1A5C !important;
    border: none;
    outline: 0;
    font-weight: 700;
    font-size:18px;
    padding:15px 35px;
}
.download_pdf .btn-primary .fa{
    margin-right:15px;
    font-size:22px;
}
.download_pdf{
    margin-top:3%;
    margin-bottom:3%;
}
/*---ariticle close here----*/
footer{
    background-color: #16768A;
    color: #bad6dc;
    padding: 10px 0 0 10px;
}
footer p{
    margin-bottom:0;
    color: #bad6dc;
}
footer ul{
    float:right;
}
footer ul li{
    display:inline-block;
    padding:0 5px 0 5px;
}
footer ul li a{
    color: #bad6dc !important;
    text-decoration:none !important;
    padding-right:15px;
}

.d-pdf-btn_patient_need .pink-btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


.d-pdf-btn_patient_need {
    text-align: center;
    margin-top: 20px;
}


/*--my style here--*/


/**** Top 10 Things Every Patient Needs To Know ****/
.lighthouse-bg {
    background: url(../img/lighthouse-new.jpg) no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    padding-bottom: 40px;
}
.info-section-new ul {
    list-style: none;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    margin-top: 30px;
}
.info-section-new ul li {
    break-inside: avoid-column;
    margin-bottom: 20px;
}
.media-box {
    display: flex;
    justify-content: space-between;
}
.media-left-new {
    background-image: url(../img/star-img-icon.png);
    height: 75px;
    width: 97px;
    background-size: contain;
    text-align: center;
}
.media-left-new span {
    font-size: 20px;
    color: #fff;
    line-height: 75px;
    font-weight: 700;
}
.media-body-new {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    height: 300px;
}
.media-body-new p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
}
.media-heading-new {
    color: #18798C;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
li.media-box-empty {
    height: 300px;
}
.panelInfoBlck.panelInfoBlck-new {
    padding-right: 0;
}

.ideal-virtual-box {
    position: relative;
    height: 1200px;
}
.ideal-virtual-img {
    position: absolute;
    top: 400px;
}
.ideal-virtual-img img {
    width: 1140px;
}
.ideal-virtual-img .responsive-img, .mobile-img {
    display: none;
}
.ideal-box {
    width: 190px;
    position: absolute;
}
.ideal-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #18798C;
    line-height: 20px;
}
.ideal-box p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
}
.ideal-info-one {
    left: 479px;
    top: 22px;
}
.ideal-info-two {
    right: 210px;
    top: 40px;
}
.ideal-info-three {
    right: 0;
    top: 240px;
}
.ideal-info-four {
    bottom: 236px;
    right: 0px;
}
.ideal-info-five {
    bottom: 150px;
    right: 242px;
}
.ideal-info-six {
    bottom: 162px;
    left: 455px;
}
.ideal-info-seven {
    bottom: 98px;
    left: 230px;
}
.ideal-info-eight {
    bottom: 294px;
    left: 0;
}
.ideal-info-nine {
    left: 0;
    top: 203px;
}
.ideal-info-ten {
    left: 245px;
    top: 57px;
}

/**** Health Tip page css ****/
.health-tips-box-new {
    display: flex;
}
.health-tips-icons {
    padding: 0 10px;
    width: 165px;
}
.health-tips-icons:first-child {
    padding-left: 0;
}
.health-tips-icons:last-child {
    padding-right: 0;
}
.health-tips-icons .interestImg img {
    width: 133px;
    height: 133px;
}
.health-tips-icons .interestImg {
    width: 145px;
    height: 145px;
}
/**** End Health Tip page css ****/
  

.custom-pink-btn, .postInfo .save_res_btn.custom-pink-btn {
    color: #fff!important;
    border: 0px;
    border-radius: 4px !important;
    background: #da205c;
    text-decoration: none!important;
    border: 2px solid #da205c;
}
.postInfo .save_res_btn {
    border: 2px solid #94f2ff;
    display: inline-block;
    padding: 4px 13px;
    border-radius: 4px !important;
    font-size: 16px;
    color: #94f2ff !important;
    font-weight: 600;
    margin: 0px 10px 0 0;
    vertical-align: top;
    background-color: transparent;
}
.getStartBtn:focus {
    color: #fff;
    text-decoration: none;
}
#myChart {
    width: 100% !important;
    height: auto !important;
}
.graph-block {
    text-align: center;
}
span.comma-space {
    margin-left: -3px;
}
.float-right-lp {
    float: right;
}
.survey-head ul.pink-arrow-listing {
    margin-bottom: 0;
}
.lp-heading {
    font-size: 35px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

/* Start Get Started Form ======================== */

.get_started_form{
    /* background: #16768A; */
    background: #FFF;
    color: #16768A;
    width: 100%;
    max-width: 550px;
    border-radius: 8px;
    display: inline-block;
    padding: 25px 15px;
    margin: 0 auto;
}
.get_started_form .join-report-icon{padding: 0;}
.get_started_form .page_title{
    font-weight: 600;
    font-size: 1.8em;
    color: inherit;
    margin: 20px 0;
}

.get_started_form .form_box form{max-width: 302px; text-align: left; margin: 0 auto;}

.get_started_form .form_box form label{font-size: 1.1em; color: #444;}

.get_started_form .form_box form #unique_code{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 1.3em;
    color: rgb(0, 0, 0);
    font-weight: 500;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 10px;
    outline: none !important;
    margin: 0;
}
.get_started_form .form_box form #unique_code:hover,
.get_started_form .form_box form #unique_code:focus{border-color: #16768A;}

.get_started_form .form_box form .g-recaptcha{margin-top: 20px;}

span.help-block{/* background: #ffdede; */ margin-top: 2px; text-align: left;}

.get_started_form .form_box form .pink-btn{
    background: #dd1a5c;
    min-width: 150px;
    height: 50px;
    margin-top: 20px;
}
.get_started_form .form_box form .pink-btn:hover,
.get_started_form .form_box form .pink-btn:focus{background: #ab1044; color: #FFF;}

.modal_get_started_form .modal-dialog{width: 100%; max-width: 450px;}
.modal_get_started_form .modal-header{display: flex; align-items: flex-start;}
.modal_get_started_form .modal-title{font-weight: 600; font-size: 1.1em; margin-right: auto; padding-right: 10px;}
.modal_get_started_form .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    width: 0.8em; height: 0.8em; border: none; outline: none; opacity: .5; margin-top: 4px; background-size: contain;
}
.modal_get_started_form .btn-close:hover{opacity: 1;}
.modal_get_started_form .get_started_form{padding: 0 0 5px;}

/* End Get Started Form ========================== */

 @media screen and (max-width:2200px){
    .ballon {
        position: relative;
        left: 42%;
   }
    
}
@media screen and (max-width:1920px){
    .tablet_line{
        height: 264px;
   }
    .ballon {
        position: relative;
        left: 42.1%;
   }   
}
@media screen and (max-width:1480px){
    /* .lighthouse-bg {
        background: url(../img/lighthouse-mobile-new.jpg) no-repeat;
        background-position-x: left;
        background-position-y: 20px;
        background-size: 100px;
        position: relative;
        padding-top: 6px;
    } */
    .info-section-new ul {
        list-style: none;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        width: 80%;
    }
    li.media-box-empty {
        display: none;
    }
    .media-body-new {
        height: 230px;
    }
    .media-left-new {
        width: 88px;
    }
}
@media screen and (max-width:1366px){
    .ballon {
        position: relative;
        left: 40.4%;
   }
   /* .lighthouse-bg .info-section-new {
        padding-left: 60px;
   } */
}

@media only screen and (max-width: 1200px) {
.infoSec {
    float: left;
    width: 100%;
    margin-right: 0;
    border-right: 0px solid #4a9cad;
    border-bottom: 1px solid #4a9cad;
    margin-bottom: 10px;
    padding-right: 0;
}
.storyBox {min-height: 525px;}

.interestList li { width: 25%;}

.ballon {
    position: relative;
    left: 40.3%;
}
.right_border:after {
    right: -48px;
}
.tablet_line{
    height: 264px;
}
.concer_type {
    width: 28%;
    right: 3%;
}
.jointhecommunity{
    height:auto;
}
.share_us {
    width: 100%;
}
.button_us_share {
    padding-left: 21px;
}
.top_ballon:after{
    left: 49.9%;
}
.top_ballon {
    width: 49%;
}

.reviewsSec {width: 100%;}
.expression-rating, .star-rating {display: block;}
/* .listBar .imgPost {height: auto;}
.listBar .imgPost a {min-height: inherit; padding: 10px;}
.listBar .imgPost img {position: inherit; padding: 0px; max-width: 100%;} */
.pBlueLink {padding-top: 0px;}

/*Added 16-Jan-2019*/
.column_left, .column_right {height: 300px;}
.verticle_line {height: 321px;}
/*End Added 16-Jan-2019*/
/* .media-body-new, li.media-box-empty {
    height: 380px;
} */
.ideal-virtual-box {
    height: inherit;
}
.ideal-virtual-img {
    position: initial;
    text-align: center;
    margin-bottom: 50px;
}
.ideal-virtual-img .desktop-img {
    display: none;
}
.ideal-virtual-img .responsive-img {
    display: block;
}
.ideal-virtual-img img {
    width: auto;
    margin: auto;
}

.ideal-virtual-box .ideal-box-cont {
    display: flex;
    flex-wrap: wrap;
}

.ideal-box {
    /* position: inherit;
    width: 33%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; */
    position: inherit;
    width: 33%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    max-width: 33%;
    flex-direction: column;
}

.ideal-box.ideal-info-one {order:3}
.ideal-box.ideal-info-two {order:4}
.ideal-box.ideal-info-three {order:5}
.ideal-box.ideal-info-four {order:6}
.ideal-box.ideal-info-five {order:7}
.ideal-box.ideal-info-six {order:8}
.ideal-box.ideal-info-seven {order:9}
.ideal-box.ideal-info-eight {order:10}
.ideal-box.ideal-info-nine {order:1}
.ideal-box.ideal-info-ten {order:2}


.ideal-info-three, .ideal-info-six, .ideal-info-nine {
    padding-right: 0;
}
.media-left-new {
    height: 68px;
    width: 82px;
}
.health-tips-box-new {
    display: block;
}
.health-tips-icons {
    display: inline-block;
    vertical-align: top;
}
.health-tips-icons {
    padding: 0 10px !important;
}
.media-body-new {
    height: 220px;
}
.lighthouse-bg {
    background: url(../img/lighthouse-mobile-new.jpg) no-repeat;
    background-position-x: left;
    background-position-y: 20px;
    background-size: 100px;
    position: relative;
    padding-top: 6px;
}
.info-section-new ul {
    width: 100%;
    margin-top: 70px;
    padding-left: 5%;
}

.media-left-new span {
    line-height: 68px;
}
}

@media only screen and (max-width: 1024px) {

.interestList li {width: 33%;}
}

@media only screen and (max-width: 991px) {

    .storyBox {min-height: 600px; margin-bottom: 30px;}


    .top_ballon {
        width: 47.7%;
   }
    .breadcumb_1 ul li a {
        font-size: 14px;
   }
    .myNavbar .navbar-nav>li>a {
        font-size: 9px;
   }
    .right_border:after {
        right: -43px;
   }
    .jointhecommunity {
        height: auto;
   }
    .section_right {
        width: 100%;
   }
    .column_left, .column_right{
        height:390px;
   }
    .ballon {
        position: relative;
        left: 37.4%;
   }
    .verticle_line {
        height: 410px;
   }
    .tablet_line{
        height: 333px;
   }
    .concer_type {
        width: 28%;
        right: 3%;
   }
    .share_us {
        width: 100%;
   }
    .button_us_share {
        padding-left: 21px;
   }
   .section-subheader .alert span {
       line-height: 25px;
       display: block;
   }
   .section-subheader .alert .smallbtn1 {
       float: none;
       margin-top: 10px;
   }
   
    .info-section-new ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        margin-top: 90px;
    }
    .media-body-new {
        height: inherit;
    }
    .media-left-new {
        width: 77px;
    }
    .info-section-new ul li {
        break-inside: avoid-column;
        margin-bottom: 0;
        position: relative;
    }
    .info-section-new ul li:before {
        content: "";
        border: 2px solid #2f98ab;
        position: absolute;
        top: 66px;
        bottom: -10px;
        left: 32px;
    }
    li.media-box-empty {
        display: none;
    }
    /* .lighthouse-bg:before {
        content: "";
        border: 2px solid #2f98ab;
        top: 0;
        bottom: 0;
        position: absolute;
        left: 159px;
    } */

    .ideal-box {
        width: 48%;
        padding-right: 20px;
        flex: 0 0 48%;
        max-width: 48%;
        max-width: 48%;
        flex-direction: column;
    }
   
    .ideal-info-two, .ideal-info-four, .ideal-info-six, .ideal-info-eight, .ideal-info-ten {
        padding-right: 0;
    }
    .ideal-virtual-img img {
        width: 100%;
    }
    .survey-head .page-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .font26 {
        line-height: 36px;
    }

}


@media only screen and (max-width: 800px) {
    .c1 {
        left: 265px;
        top: -50px;
    }
    .c2 {
        right: 50px;
        top: 50px;
    }
    .c3 {
        right: -50px;
        top: 265px;
    }
    .c4 {
        right: 50px;
        bottom: 50px;
    }
    .c5 {
        left: 265px;
        bottom: -50px;
    }
    .c6 {
        left: 50px;
        bottom: 50px;
    }
    .c7 {
        left: -50px;
        top: 265px;
    }
    .c8 {
        left: 50px;
        top: 50px;
    }
    .centerInfo {
       /* max-width: 380px;*/
        margin: 0 auto;
    }
    .centerInfo br {
        display: none;
    }
    .info-section-new ul {
        padding-left: 10%;
    }
    
}

@media only screen and (max-width: 768px) {
        .panelConBlck {padding: 10px;}
        
        .lighthouse-bg .info-section-new {
            padding-left: 80px;
        }
}

@media only screen and (max-width: 767px) {
    
    
    .listBar {
    float: left;
    width: calc(100%);
    margin-left: 0;
    margin-top: 30px;
            }

.sort_by_drop .select2-container{width:100%!important;}
.filterbar { width: 100%;}

.storyBox {min-height: inherit;}


.info_section{
    display:block;
    margin: 0 15px;
}

.last_child_remove:after{
    content:none !important;
    display:none !important;
}
.right_border:after{
    display:none;
}
.verticle_line {
    display:none;
}
.column_left, .column_right {
    width:100% !important;
    height:auto;
    display: block;
    margin-bottom: 30px;
    float: left;
}
.left_number {width: 40px; height: 40px; line-height: 40px;}
.left_number span {font-size: 25px;}
.mobile_border{
    border:1px solid #16768A;
    height: 3000px;
    position:absolute;
    z-index:-9;
    text-align:center;
    left: 0;
    right: 0;
    display:none;
}
.jointhecommunity{
    height:auto;
}
.social_buttton {
    display: flow-root;
}
.social_buttton .button{
    text-align:center;
}
.social_button_icons{
    padding-top:15px;
    text-align:center;
}
.section_right{
    width:100%;
    margin:10% 0 10% 0;
}
footer ul{
    text-align:center;
    float:none;
}
.breadcumb_1 ul li {
    display: contents;
}
.contact_top ul li {
    padding: 3px;
}
.contact_top{
    text-align:center;
    margin-top: 10px;
}
.contact_top ul li a{
    border-right:none;
}
.navbar-collapse{
    border-top:none !important;
}
footer p {
    text-align: center;
    padding-bottom: 3px;
}
.download_pdf .btn-primary {
    font-size: 14px;
    padding: 10px 28px;
}
.top_ballon{
    text-align:center;
    margin: -5% 23.1%;
    width: 51%;

}
.download_pdf {
    margin-bottom: 7%;
}
.share_us {
    width: 100%;
}
.column_left:after{
    content: "";
    background-color: #16768A;
    position: absolute;
    width: 2px;
    height: 100px;
    left: 50%;
    margin-top: 12px;
    z-index: -9;
    display: block;
    transform: rotate(0deg);
}
.column_right:after{
    content: "";
    background-color: #16768A;
    position: absolute;
    width: 2px;
    height: 100px;
    left: 50%;
    margin-top: 12px;
    z-index: -9;
    display: block;
    transform: rotate(0deg);
}
.column_right:not(:last-of-type):after {
    content: " |";
}
.menu_left{
    float:none;
}
.navbar-nav {
    width: auto;
}
.top_ballon:after{
    display:none;
}



.panelInfoBlck{
    width:100%;
}

.panelConBlck {
    width:100%;
    margin-top: 5%;
    margin-bottom: 5%;
}


.d-pdf-btn_patient_need .pink-btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


.d-pdf-btn_patient_need {
    text-align: center;
    margin-top: 0;

}
.media-body p {margin-bottom: 0px;}

.help_with_me p {
    min-height: inherit;
}
.lighthouse-bg {
    /* padding-left: 30px; */
    background-size: 100px;
}
.info-section-new ul {
    padding-left: 0%;
}
.info-section-new ul li:before {
    left: 32px;
}
.panelInfoBlck.panelInfoBlck-new {
    padding-right: 0;
}
.info-section-new ul {
    margin-left: 0;
}
.ideal-virtual-img {
    margin-bottom: 30px;
}
.lighthouse-bg .info-section-new {
    padding-left: 0;
}
.info-section-new ul li:before {
    top: 60px;
}
.panelInfoBlck.panelInfoBlck-new {
    text-align: center;
}
ul.pink-arrow-listing li {
    line-height: 25px;
}
ul.pink-arrow-listing-large li:before {
    padding-top: 4px;
}
.questions-head-sub {
    margin-bottom: 30px;
}
.lp-heading {
    font-size: 30px;
}
    
    .custom_container{width: 100% !important;}
    .get_started_form .page_title{font-size: 1.6em;}
}




@media only screen and (max-width: 740px) {
    .circleInner {
        top: 0;    height: 1000px;
    }
    .mainCirlce {
        width: 100%;
        height: auto;
        border-radius: 0;
        background-image: none;
        top: 0;
        border: 0;
    }
    .homeMenuCircle-container {
        height: auto;
    }
    .show.c-layer-1,
    .show.c-layer-2,
    .c-layer-1,
    .c-layer-2 {
        display: none !important;
    }
    .mainCirlce:after {
        content: '';
        display: table;
        clear: both;
    }
    .cicleColumn {
        position: relative;
        width: 50%;
        float: left;
        padding: 0;
        border-radius: 0;
        transform: scale(1);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 220px;
    }
    .cicleColumn:after {
        left: 0;
        right: 0;
        top: 45px;
        bottom: 0;
        margin: 0 auto;
    }
    .cicleColumn p {
        position: static;
        padding-top: 10px;
    }
    .centerInfo {
       width: 90%;
        margin: 15px auto;
             font-size: 25px;
    }
    .lighthouse-bg {
        background-size: 80px;
        padding: 0 0 30px;
    }
    .info-section-new ul {
        margin-left: 0;
    }
}
@media only screen and (max-width: 700px) {
    .info-section-new ul {
        margin-left: 0;
    }
    .lighthouse-bg .info-section-new {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 600px) {
#lean_more {width: 100% !important;}
.titleBar .smallbtn1 {float: left; margin-bottom: 15px;}
.titleBar .headTitle3 {display: block; width: 100%;}

.interestList li {
    width: 44%;
}

.info-section-new ul li:before {
    top: 46px;
    left: 25px;
}
.media-left-new {
    width: 63px;
    height: 52px;
}
.media-left-new span {
    font-size: 14px;
    line-height: 52px;
}
.ideal-box {
    width: 100%;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 100%;
    flex-direction: column;
}
.ideal-icon {
    text-align: center;
}
/* .lighthouse-bg .info-section-new {
    padding-left: 10px;
} */
.lighthouse-bg {
    background: url(../img/lighthouse-mobile-new.png) no-repeat;
    background-position-x: left;
    background-position-y: -90px;
    background-size: cover;
    position: relative;
    padding-top: 0;
}
.media-body-new {
    background-color: transparent;
}
.info-section-new ul {
    margin-top: 30%;
}

}
@media only screen and (max-width: 567px) {
.postInfo {width: 100%; height: auto !important; padding-bottom: 0px;}

.centerInfo {
    text-align: center;
    color: #fff;
    font-size: 24px;}

.singlepost {height: auto !important;}
.imgPost {width: 100%; height: 150px;}
.imgPost a {min-height: inherit; text-align: center;}
.imgPost img {width: auto; max-width: 100%; max-height: 90%;}
}

@media only screen and (max-width: 520px) {
    .cicleColumn {
        width: 100%;
        float: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 220px;
    }

    .circleInner {
    position: relative;
    top: 0px;
    height: 1890px;}

    .centerInfo {
    width: 95%;}
    


}

@media only screen and (max-width: 480px) {
.interestList li {
    width: 100%;
}


.button_us_share a {
    font-size: 19px;
}

.top_ballon{
    text-align:center;
    margin: -5% 19.1%;
    width: 51%;
}
.help_with_me .col-xs-6 {
    width: 100%;
}

.info-section-new ul {
    margin-left: 0px;
}
.media-body-new {
    padding-right: 0;
}
.info-section-new ul li:before {
    left: 23px;
}
.lighthouse-bg .info-section-new {
    padding-left: 0;
}
.lighthouse-bg {
    background-position-y: -70px;

}
.info-section-new ul {
    margin-top: 44%;
}
.font26 {
    line-height: 28px;
}
ul.pink-arrow-listing {
    margin-bottom: 10px;
}
.survey-head .questions-head-sub {
    font-size: 20px !important;
}
.lp-heading {
    font-size: 25px;
}
}

@media only screen and (max-width: 375px) {

.circleInner {
  
    height: 1940px;
}
.info-section-new ul {
    margin-left: 0;
}
/* .lighthouse-bg {
    background-size: 80px;
} */
.media-body-new p {
    font-size: 13px;
    line-height: 18px;
}
.info-section-new ul li:before {
    left: 22px;
    top: 42px;
}
.media-heading-new {
    font-size: 15px;
    line-height: 18px;
}
/* .lighthouse-bg .info-section-new {
    padding-left: 30px;
}
.lighthouse-bg {
    background-position-x: -10px;
} */
.lighthouse-bg .info-section-new {
    padding-left: 10px;
}
.info-section-new ul {
    margin-top: 28%;
}

}
@media only screen and (max-width: 320px) {
    .lighthouse-bg .info-section-new {
        padding-left: 30px;
    }
    .lighthouse-bg {
        background-size: -30px;
    }
    .info-section-new ul {
        margin-top: 40%;
    }
}
