/* CSS Document */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/animate.css");
@import url("../css/owl.carousel.css");
@import url("../css/magnific-popup.css");
/* Google Fonts */
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* --------------------------------------------- */
/*font-family: 'CenturyGothic-Bold';*/
/* -------------------------------------------- */
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic-BoldItalic';
    src: url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

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

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

/****************/
html {
    overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Poppins', sans-serif;
	color: #1f1f1f;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.36px;
}
p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: #1f1f1f;
}
@media (max-width: 991px) {
	p,body {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	p,body {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media (max-width: 575px) {
	p,body {
		font-size: 14px;
	}
}
@media (max-width: 460px) {
	p,body {
		font-size: 13px;
	}
}


img {
	max-width: 100%;
	height: auto;
}

/* Typography */

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #ed50b9;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #7728c6;
	outline: 0;
}

h1 {
	font-size: 58px;
	line-height: 1.1;
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	h1 {
		font-size: 48px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 32px;
	}
}
@media (max-width: 460px) {
	h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 44px;
	line-height: 1.2;
    letter-spacing: 0;
}
@media (max-width: 1199px) {
	h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	h2 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 24px;
	line-height: 1.4;
    letter-spacing: 0;
}

@media (max-width: 1199px) {
	h3 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	h3 {
		font-size: 18px;
	}
}
h4 {
	font-size: 22px;
	line-height: 1.2;
}
@media (max-width: 991px) {
	h4 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	h4 {
		font-size: 18px;
	}
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	margin: 0;
	margin-bottom: 20px;
    font-family: 'CenturyGothic-Bold';
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
	padding: 0;
}

@media (max-width: 767px) {
    .h1,
    .h2,
    .h3,
    .h4,
    h1,
    h2,
    h3,
    h4 {
        margin-bottom: 15px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}
@media (max-width: 460px) {
    .h1,
    .h2,
    .h3,
    .h4,
    h1,
    h2,
    h3,
    h4 {
        margin-bottom: 12px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 12px;
    }
}

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

blockquote {
	border-color: #f7f7f7;
}

/* Forms */
input[type="email"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], input[type="search"], textarea, select {
	width: 100%;
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0;
	padding: 15px 22px;
	direction: ltr;
	position: relative;
	z-index: 1;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #1f1f1f;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
}

input:focus,
textarea:focus {
	border-color: #ed50b9;
	outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 400;
    opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 400;
    opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 400;
    opacity: 0.7;
}

select {
	cursor: pointer;
	color: rgba(34, 47, 62, 0.7);
	background-image: url(../images/select_arrow.svg);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: auto;
}
.form-group {
	margin-bottom: 20px;
}

.form-group label {
	font-size: 16px;
	color: white;
	font-weight: 300;
	margin-bottom: 10px;
}

.formbtn {
	margin-top: 25px;
	margin-bottom: 15px;
}

@media(max-width: 991px) {
    input[type="email"], input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="file"], textarea, select {
        padding: 12px 16px;
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 15px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 15px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 15px;
    }
}

@media(max-width: 575px) {
    input[type="email"], input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="file"], textarea, select {
        padding: 10px 14px;
        font-size: 15px;
        line-height: 24px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 14px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 14px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 15px;
    }
}

/*Buttons*/
.btn_holder {
	margin-top: 40px;
	text-align: center;
}

input[type="submit"],
button[type="submit"],
.my_btn {
    font-family: 'CenturyGothic';
	position: relative;
	padding: 10px 25px;
	min-width: 190px;
	background-color: #ed50b9;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 20px !important;
	line-height: 30px !important;
	color: #fff !important;
	text-align: center;
	display: inline-block;
	box-shadow: none;
	border: 2px solid #ed50b9 !important;
	opacity: 1;
	border-radius: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
input[type="submit"],
button[type="submit"]{
    min-width: 150px !important;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover {
    background-color: #d23ca0;
	border: 2px solid #d23ca0 !important;
}
.my_btn.black{
    background-color: #1f1f1f;
    color: #fff;
}
.my_btn.border{
    background-color: transparent;
    color: #1f1f1f !important;
    border: 2px solid #1f1f1f !important;
}
.my_btn.border:hover,
.my_btn.black:hover{
    background-color: #1f1f1f;
    color: #fff !important;
}

@media(max-width: 1199px) {
    input[type="submit"], button[type="submit"], .my_btn {
        padding: 12px 25px;
        font-size: 19px !important;
        line-height: 28px !important;
    }
}
@media(max-width: 991px) {
    input[type="submit"], button[type="submit"], .my_btn {
        padding: 12px 25px;
        min-width: 180px;
        font-size: 17px !important;
        line-height: 26px !important;
    }
    input[type="submit"],
    button[type="submit"]{
        min-width: 130px !important;
    }
}
@media(max-width: 767px) {
    input[type="submit"], button[type="submit"], .my_btn {
        padding: 9px 25px;
        min-width: 140px;
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .btn_holder {
        margin-top: 20px;
    }
}

@media(max-width: 575px) {
    input[type="submit"], button[type="submit"], .my_btn {
        padding: 8px 25px;
        min-width: 130px;
        font-size: 14px !important;
        line-height: 22px !important;
    }
}
@media(max-width: 460px) {
    input[type="submit"], button[type="submit"], .my_btn {
        padding: 7px 15px;
        min-width: 110px;
        font-size: 13px !important;
        line-height: 20px !important;
    }
}

.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
                  Header 
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
    background-color: #7728c6;
	width: 100%;
	display: block;
	z-index: 100;
    text-align: center;
}
.header .my_btn{
    min-width: 110px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-family: 'CenturyGothic-Bold';
    vertical-align: middle;
    margin-left: 20px;
}
.main_menu {
	display: inline-block;
}

@media(max-width:1300px){
    .header .my_btn {
        min-width: 90px;
        padding: 5px 15px;
        margin-left: 10px;
    }
}
@media(max-width:1199px){
    .header {
        padding: 10px 0;
        text-align: left;
    }
    .header .my_btn {
        margin-right: 30px;
        margin-left: 0;
        float: right;
    }
    .main_menu {
        margin-left: 30px;
        margin-top: 2px;
    }
}
@media(max-width:575px){
    .header .main_menu {
        margin-left: 15px;
    }
    .header .my_btn {
        margin-right: 15px;
        margin-top: 4px;
    }
}

/* Slider */
.billboard {
    margin-top: 70px;
	position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 620px;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.billboard:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-color: #fff;
    opacity: 0.75;
}
.billboard .caption_text{
    padding-right: 70px;
}
.billboard .caption_text h4{
    font-size: 40px;
    font-family: 'CenturyGothic';
    color: #ed50b9;
    margin-bottom: 15px;
}
.billboard .caption_text p{
    font-size: 20px;
}
.billboard .caption_text .btn_holder {
    text-align: left;
    margin-top: 30px;
}
.billboard .caption_text .btn_holder a {
    margin-right: 10px;
}
@media(max-width:1199px){    
    .billboard {
        margin-top: 60px;
        min-height: 540px;
    }
    .billboard .caption_text {
        padding-right: 60px;
    }
    .billboard .caption_text h4 {
        font-size: 30px;
    }
    .billboard .caption_text p {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media(max-width:991px){
    .billboard {
        background-position: right center;
    }
    .billboard::before {
        width: 100%;
        opacity: 0.6;
    }
    .billboard .caption_text {
        padding-right: 0;
    }
    .billboard .caption_text h4 {
        font-size: 26px;
    }
}
@media(max-width:767px){
    .billboard {
        margin-top: 56px;
        min-height: 440px;
    }
    .billboard .caption_text h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .billboard .caption_text p {
        font-size: 16px;
    }
    .billboard .caption_text .btn_holder {
        margin-top: 20px;
    }
}
@media(max-width:575px){
    .billboard {
        min-height: 400px;
    }
    .billboard .caption_text h4 {
        font-size: 20px;
    }
    .billboard .caption_text p {
        font-size: 15px;
    }
    .billboard .caption_text .btn_holder {
        margin-top: 15px;
    }
}
@media(max-width:460px){
    .billboard .caption_text h4 {
        font-size: 18px;
    }
    .billboard .caption_text p {
        font-size: 14px;
    }
}


/* All Sections */
.sections {
	padding: 70px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sections_title {
	position: relative;
	margin-bottom: 30px;
    text-align: center;
}
.sections_title.left {
    text-align: left;
}
.sections_title h2{
    margin-bottom: 15px;
}
.sections_title p{
    margin-bottom: 30px;
    max-width: 840px;
    margin: 0 auto;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white li,
.white p,
.white span {
	color: #fff;
}
.overlay {
    position: relative;
}
.overlay .container {
    position: relative;
    z-index: 2;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7728c6;
    opacity: 0.8;
}

@media(max-width:1199px){
    .sections {
        padding: 60px 0px;
    }
}
@media(max-width:991px){
    .sections {
        padding: 50px 0px;
    }
    .sections_title {
        margin-bottom: 20px;
    }
}
@media(max-width:575px){
    .sections {
        padding: 40px 0px;
    }
    .sections_title {
        margin-bottom: 15px;
    }
}

/* Types */
.types_box{
    position: relative;
    display: block;
    height: 300px;
    background-color: #000000;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
}
.types_box > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.types_box > h3{
    padding: 12px;
    margin-bottom: 0;
    background-color: rgba(31,31,31,0.7);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.types_box > span {
	position: absolute;
	top: 62%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	padding: 6px 20px;
	min-width: inherit;
	font-size: 18px !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.types_box:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,0.4);
}
.types_box:hover > img{
    opacity: 0.3;
    transform: scale(1.03);
}
.types_box:hover > span {
	top: 57%;
    opacity: 1;
}
@media(max-width: 1199px){
    .types_box {
        height: 250px;
    }
    .types_box > span {
        padding: 5px 15px;
        font-size: 17px !important;
    }
}
@media(max-width: 991px){
    .types_box > span {
        top: 57%;
        opacity: 1;
    }
    .types_box > img {
        opacity: 0.6;
    }
}
@media(max-width: 767px){
    .types_box {
        height: 250px;
        width: 300px;
        margin: 0 auto 20px;
    }
    .types_box > span {
        font-size: 16px !important;
    }
}
@media(max-width: 460px){
    .types_box {
        width: auto;
    }
    .types_box > span {
        font-size: 15px !important;
    }
}

/* Road to Recovery */
.road_recovery{
    border-top: 14px solid #eae4ed;
}
.recovery_box {
	text-align: center;
	background-color: #fff;
	padding: 45px 20px 35px;
	display: block;
    height: 100%;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.recovery_box img{
    height: 100px;
    object-fit: contain;
    margin-bottom: 25px;
}
.recovery_box h3{
    margin-bottom: 0;
    color: #1f1f1f;
}
.recovery_box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    transform: scale(0.96);
}

@media(max-width: 1199px){
    .recovery_box {
        padding: 45px 10px 35px;
    }
}
@media(max-width: 991px){
    .recovery_box {
        height: auto;
        margin-bottom: 30px;
	    padding: 40px 10px 30px;
    }
    .recovery_box img {
        height: 80px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .recovery_box {
        width: 290px;
        margin: 0 auto 20px;
    }
}
@media(max-width: 460px){
    .recovery_box {
        width: auto;
    }
}

/**/
.success_stories{
    position: relative;
}
.success_stories .sections_title {
    margin-bottom: 15px;
}
.success_stories .sections_title h2{
    display: inline-block;
    vertical-align: middle;
}
.success_stories .sections_title .my_btn{
    float: right;
}
@media(max-width: 767px){
    .success_stories .sections_title {
        text-align: center;
    }
    .success_stories .sections_title h2 {
        display: block;
    }
    .success_stories .sections_title .my_btn {
        float: none;
    }
}
@media(max-width: 575px){
    .success_stories .sections_title h2 {
        font-size: 23px;
    }
}


/**/
.faq_section .accordion .card {
	border: 0;
	margin-bottom: 30px;
    border-radius: 0;
	background-color: transparent;
}
.faq_section .card-header {
    font-family: 'CenturyGothic-Bold';
	display: block;
	position: relative;
    margin-bottom: 0;
	padding: 18px 18px 18px 85px;
	background-color: #1f1f1f;
	border: none;
    border-radius: 0;
	color: #161719;
	font-size: 20px;
	line-height: 30px;
    color: #fff;
	cursor: pointer;
    margin-bottom: 0 !important; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq_section .card-header .card-title {
    margin-bottom: 0;
}
.faq_section .card-header:hover {
	text-decoration: none;
}
.faq_section .accordion .card-header.collapsed:before,
.faq_section .accordion .card-header:before {
	content: "\f067";
	font-family: 'FontAwesome';
    width: 64px;
    height: 100%;
    background-color: #7728c6;
    font-size: 24px;
	position: absolute;
	top: 0;
    left: 0;
	text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq_section .accordion .card-header:before {
	content: "\f068";
}
.faq_section .card-body {
	border: none;
	border-top: 0;
	padding: 0px;
	background-color: transparent;
}
.faq_section .card-body .collapse_content {
	padding: 20px 25px;
	background-color: #eeebf0;
}
.faq_section .card-body p:last-child {
    margin-bottom: 0;
}

@media(max-width: 1199px){
    .faq_section .card-header {
        font-size: 17px;
        line-height: 26px;
    }
    .faq_section .accordion .card-header.collapsed::before, 
    .faq_section .accordion .card-header::before {
        font-size: 22px;
    }
    .faq_section .accordion .card {
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .faq_section .card-header {
        font-size: 15px;
        line-height: 22px;
	    padding: 15px 15px 15px 70px;
    }
    .faq_section .accordion .card-header.collapsed::before, .faq_section .accordion .card-header::before {
        width: 54px;
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .faq_section .card-header {
        font-size: 14px;
        line-height: 20px;
	    padding: 12px 12px 12px 70px;
    }
    .faq_section .card-body .collapse_content {
        padding: 15px 20px;
    }
}
@media(max-width: 575px){
    .faq_section .card-header {
        padding: 10px 10px 10px 55px;
    }
    .faq_section .accordion .card-header.collapsed::before, .faq_section .accordion .card-header::before {
        width: 44px;
        font-size: 18px;
    }
}

/* Resources */
.resources_section{
    border-top: 14px solid #eae4ed;
    padding-bottom: 270px;
}
.blog_box {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    height: 100%;
}
.blog_box .fit_img {
    display: block;
    height: 262px;
    background-color: #1e1e1e;
}
.blog_box .fit_img:hover img {
    opacity: 0.5;
    transform: scale(1.03);
}
.blog_box .blog_text {
    padding: 25px;
    display: flex;
    flex-flow: column nowrap;
}
.post_info {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #1f1f1f;
    opacity: 0.7;
    margin-bottom: 10px;
}
.blog_box .blog_text h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.blog_box .blog_text h4 a {
    color: #1f1f1f;
}
.blog_box .blog_text h4 a:hover {
    color: #7728c6;
}
.blog_box .blog_text p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.blog_box .blog_text .btnbx {
    margin-top: auto;
}
.read_more {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
    font-family: 'CenturyGothic-Bold';
    letter-spacing: 0;
	margin-bottom: 7px;
    display: inline-block
}
.read_more i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.read_more:hover i {
    margin-left: 3px;
}
.resources_bottom {
	margin-top: -262px;
}
@media(max-width: 1199px){
    .resources_section {
        padding-bottom: 220px;
    }
    .blog_box .fit_img {
        height: 220px;
    }
    .resources_bottom {
        margin-top: -220px;
    }
    .blog_box .blog_text h4 {
        font-size: 18px;
        line-height: 1.3;
    }
    .blog_box .blog_text {
        padding: 20px;
    }
    .blog_box .blog_text p {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media(max-width: 991px){
    .blog_box {
        margin-bottom: 30px;
        height: auto;
    }
}
@media(max-width: 767px){
    .blog_box {
        width: 300px;
        margin: 0 auto 20px;
    }
    .read_more {
        font-size: 15px;
    }
}
@media(max-width: 460px){
    .blog_box {
        width: auto;
    }
    .blog_box .blog_text h4 {
        font-size: 16px;
    }
}


/**/
.contact_section .row > div{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_section .row > div.col-lg-7 {
	flex: 0 0 53%;
	max-width: 53%;
}
.contact_section .row > div.col-lg-5 {
	flex: 0 0 47%;
	max-width: 47%;
}
.contact_section .ct_form{
    background-color: #f4f1f6;
    padding: 40px 50px;
}

@media(max-width: 1199px){
    .contact_section .ct_form {
        padding: 30px 40px;
    }
}
@media(max-width: 991px){
    .contact_section .ct_form {
        padding: 20px 25px;
    }
}
@media(max-width: 767px){
    .contact_section .row > div.col-lg-7,
    .contact_section .row > div.col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_section .row > div.col-lg-5 {
        min-height: 400px;
    }
    .contact_section .row > div.col-lg-7{
        order: 6;
    }
}
@media(max-width: 575px){
    .contact_section .ct_form {
        padding: 20px 15px;
    }
    .contact_section .row > div.col-lg-5 {
        min-height: 300px;
    }
}

/**/
.footer{
    background-color: #7728c6;
}
.footer a,
.footer p{
    opacity: 0.8;
    color: #fff;
    text-transform: uppercase;
    font-family: 'CenturyGothic';
}
.footer a:hover{
    opacity: 1;
}
.footer ul.footer_menu {
	margin: 0;
	padding: 22px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer ul.footer_menu li{
    display: inline-block;
    margin: 0 15px;
}
.footer ul.footer_menu li:first-child{
    margin-left: 0;
}
.footer ul.footer_menu li:last-child{
    margin-right: 0;
}
.footer .copyrights {
	padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer .copyrights p{
    margin-bottom: 0;
}
.footer .copyrights p a{
    text-decoration: underline;
}
.footer .copyrights ul.social_media{
    margin-bottom: 0;
}
.footer .copyrights ul.social_media li{
    display: inline-block;
    font-size: 26px;
    margin-left: 22px;
}
@media(max-width: 1199px){
    .footer ul.footer_menu {
        padding: 16px 0;
    }
    .footer ul.footer_menu li {
        margin: 0 11px;
        font-size: 15px;
    }
    .footer .copyrights {
        padding: 10px 0;
    }
    .footer .copyrights p {
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .footer ul.footer_menu {
        padding: 12px 0;
    }
    .footer ul.footer_menu li {
        margin: 0 8px;
        font-size: 14px;
    }
    .footer .copyrights {
        padding: 10px 0;
        display: block;
        text-align: center;
    }
    .footer .copyrights ul.social_media li {
        margin: 0 8px;
        font-size: 22px;
    }
    .footer .copyrights p {
        font-size: 14px;
        margin-bottom: 7px;
    }
}
@media(max-width: 575px){
    .footer ul.footer_menu li {
        font-size: 13px;
    }
    .footer ul.footer_menu li{
        margin: 5px 8px;
    }
    .footer .copyrights p {
        font-size: 12px;
    }
}
/**/
.go-up {
	background: #ed50b9;
	color: #fff;
	cursor: pointer;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 30px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	text-align: center;
	z-index: 10;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: bounce;
	animation-timing-function: ease;
}
.go-up:hover {
	color: #fff;
	background: #1f1f1f;
	animation: none;
}
@keyframes bounce {
	0% {
		transform: translateY(0px);
	}
	10% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-7px);
	}
	50% {
		transform: translateY(0px);
	}
	57% {
		transform: translateY(-2px);
	}
	64% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media(max-width:767px){
    .go-up {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 26px;
        right: 15px;
        bottom: 20px;
    }
}
@media(max-width:575px){
    .go-up {
        width: 24px;
        height: 24px;
        font-size: 10px;
        line-height: 20px;
        right: 10px;
        bottom: 15px;
    }
}

/* Internal Cover */
.internal_cover {
    min-height: 400px;
}

.breadcrumbs {
	text-align: left;
	padding: 16px 0;
    background-color: #f4f1f6;
}
.breadcrumbs > * {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.4;
}
.breadcrumbs a:hover {
    opacity: 1;
}
.breadcrumbs a:after {
    content: '\f105';
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 7px 0 10px;
    color: #1f1f1f;
}

#cysts_slider {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
#cysts_slider .item .cysts_img {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
#cysts_slider .item .cysts_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#cysts_slider .item .cysts_img:hover img{
    opacity: 0.4;
}
#cysts_slider .item .cysts_img:before {
    content: '\f067';
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
#cysts_slider .item .cysts_img:hover:before {
    opacity: 1;
}
#cysts_slider .owl-nav button.owl-prev,
#cysts_slider .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#cysts_slider .owl-nav button.owl-prev{
    left: -70px;
}
#cysts_slider .owl-nav button.owl-next{
    right: -70px;
}
/**/
.internal_page{
    overflow: hidden;
}
.internal_page ul li,
.internal_page ol li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.internal_page ul li:before,
.internal_page ol li:before{
    content: "\f18e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}
.internal_page ol {
	counter-reset: my-badass-counter;
}
.internal_page ol li:before{
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
}
.alignleft{
    max-width: 400px;
    object-fit: cover;
    margin:  0px 30px 30px 0px;
    float: left;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.alignright{
    max-width: 400px;
    object-fit: cover;
    margin:  0px 0 30px 30px;
    float: right;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
/**/
.resources_page .row > div{
    margin-bottom: 30px;
}
.resources_detail_page .row .col-lg-8 .post_info {
    padding: 15px 0;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.resources_detail_page .row .col-lg-8 > img {
    margin-bottom: 20px;
    width: 100%;
}
.resources_detail_page .row .col-lg-8 h2 {
    font-size: 2em;
}
.sidebar{
    padding-left: 20px;
}
.sidebar h2.widget-title {
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    background-color: #1f1f1f;
}
.sidebar ul.widget {
    padding: 15px 20px;
    background-color: #f2eff4;
    margin-bottom: 40px;
}
.sidebar ul.widget li {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar ul.widget li:last-child {
    margin-bottom: 0;
}
.sidebar ul.widget li a {
    color: #1f1f1f;
}
.sidebar ul.widget li a:hover {
    color: #7728c6;
}
.sidebar .post_info {
    padding-top: 4px;
	margin-bottom: 3px;
}

/**/
.stories_box {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.stories_box .fit_img {
	flex: 0 0 420px;
	max-width: 420px;
	height: 410px;
}
.stories_box:nth-of-type(2n+2) .fit_img {
    order: 2;
}
.stories_box .text_part {
	flex: 1;
	padding: 30px 40px;
}
.stories_box .text_part h3 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.stories_box .text_part p{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

@media(max-width: 1199px){
    .stories_box .item .text_part {
        padding: 20px 25px;
    }
    .stories_box .item .text_part h3 {
        font-size: 22px;
    }
    .stories_box .item .text_part p {
        font-size: 15px;
    }
    .stories_box .item .fit_img {
        flex: 0 0 370px;
        max-width: 370px;
        height: 400px;
    }
    .sidebar{
        padding-left: 0;
    }
}
@media(max-width: 991px){
    .internal_cover {
        min-height: 300px;
    }
    .internal_page ul li, .internal_page ol li {
        padding-left: 20px;
    }
    .alignleft, .aligncenter, .alignright {
        max-width: inherit;
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }
    .resources_page .row > div{
        margin-bottom: 0;
    }
    .stories_box {
        display: block;
        text-align: center;
    }
    .stories_box .fit_img {
        max-width: 350px;
        height: 350px;
        padding-top: 30px;
        margin: 0 auto 10px;
    }
    .sidebar{
        margin-top: 40px;
    }
}
@media(max-width: 767px){
    .stories_box .fit_img {
        max-width: 300px;
        height: 300px;
    }
    .stories_box .text_part h3 {
        font-size: 20px;
    }
    .stories_box .text_part p {
        font-size: 16px;
    }
}
@media(max-width: 575px){
    .internal_cover {
        min-height: 250px;
    }
    .internal_page ul li, .internal_page ol li {
        padding-left: 15px;
    }
    .breadcrumbs > * {
        font-size: 10px;
    }
    .breadcrumbs a::after {
        margin: 0 4px 0 5px;
    }
    .stories_box .fit_img {
        max-width: 220px;
        height: 220px;
        padding-top: 20px;
    }
    .stories_box .text_part h3 {
        font-size: 18px;
    }
    .stories_box .text_part p {
        font-size: 14px;
    }
    .stories_box .text_part {
        padding: 10px 15px;
    }
    .sidebar h2.widget-title {
        font-size: 22px;
    }
    .sidebar ul.widget li {
        font-size: 15px;
    }
    .sidebar h2.widget-title,
    .sidebar ul.widget {
        padding: 10px 12px;
    }
    .sidebar ul.widget {
        margin-bottom: 30px;
    }
}
@media(max-width: 460px){
   .stories_box .text_part h3 {
        font-size: 16px;
    }
    .stories_box .text_part p {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Resource Support */
.resource_support {
    background-color: #7728c6;
}

.resources_support_box {
    display: flex;
    justify-content: center;
}

.resources_support_box .my_btn {
    font-family: 'CenturyGothic-Bold';
    min-width: 485px;
    padding: 23px 25px;
    font-size: 28px !important;
}

.resources_support_box .my_btn img {
    max-width: 40px;
    height: 40px;
    margin-right: 18px;
    object-fit: contain;
}

@media(max-width: 1199px) { 
   .resources_support_box .my_btn {
        min-width: 435px;
        padding: 20px 25px;
        font-size: 26px !important;
    } 
}
@media(max-width: 991px) { 
    .resources_support_box .my_btn {
        min-width: 405px;
        padding: 18px 25px;
        font-size: 24px !important;
    }
    .resource_support .row > div:nth-child(1) .resources_support_box {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) { 
    .resources_support_box .my_btn {
        min-width: 375px;
        padding: 16px 25px;
        font-size: 20px !important;
    }
    .resources_support_box .my_btn img {
        max-width: 30px;
        height: 30px;
        margin-right: 12px;
    }
}
@media(max-width: 575px) { 
    .resources_support_box .my_btn {
        min-width: 100%;
        padding: 16px 25px;
        font-size: 18px !important;
    }
}



/* Find Doctors */
.dr_filter {
	margin-bottom: 50px;
	background-color: #1f1f1f;
	display: flex;
	padding: 10px;
    align-items: center;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.dr_filter h4 {
    margin: 0 20px;
	flex: 0 0 230px;
}
.dr_filter #filter_form {
	width: 100%;
}
.find_doctors .row > div{
    margin-bottom: 30px;
}
.fdr_box {
    height: 100%;
    position: relative;
    padding: 25px 25px 60px;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    border: 3px solid rgba(237,80,185,0.2);
}
.fdr_box h4 {
    margin-bottom: 8px;
}
.fdr_box .speciality {
    display: block;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.fdr_box ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.fdr_box ul li a{
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
    padding-left: 22px;
    color: #1f1f1f;
}
.fdr_box ul li a i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 13px;
	text-align: center;
}
.fdr_box ul li a i.fa.fa-map-marker{
    font-size: 18px;
}
.fdr_box ul li a:hover {
    color: #ed50b9;
}
.fdr_box p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.fdr_box .ctn_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background-color: #ed50b9;
    text-align: center;
    color: #fff;
}
.fdr_box .ctn_btn:hover {
    background-color: #7728c6;
}

@media(max-width:767px){
    .dr_filter {
        display: block;
    }
    .dr_filter h4 {
        margin: 0 0 10px;
    }
}

/**/
.contact_page .row > div{
    background-position:center;
}
.ct_address {
	padding: 40px;
	background-color: rgba(0,0,0,0.8);
	height: 100%;
}
.ct_address h2 {
    font-size: 30px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.ct_address h4 {
    margin-bottom: 12px;
}
.ct_address ul {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.ct_address ul li {
	margin-bottom: 5px;
}
.ct_address ul li a {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	display: inline-block;
	padding-left: 22px;
	color: #fff;
	font-weight: 300;
}
.ct_address ul li a:hover {
	color: #ed50b9;
}
.ct_address ul li a i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 13px;
	text-align: center;
}
.ct_address ul li a i.fa.fa-map-marker {
	font-size: 18px;
}
@media(max-width: 991px){
    .ct_address {
        padding: 30px;
    }
    .ct_address h2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .ct_address ul {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width: 767px){
    .ct_address {
        padding: 20px 25px;
        height: auto;
    }
    .ct_address h2 {
        font-size: 26px;
    }
}
@media(max-width: 575px){
    .ct_address {
        padding: 15px;
    }
    .ct_address h2 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .ct_address ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .fdr_box ul li a,
    .ct_address ul li a {
        font-size: 14px;
    }
    .fdr_box ul li a i.fa.fa-map-marker,
    .ct_address ul li a i.fa.fa-map-marker {
        font-size: 16px;
    }
}



/* main_resources_detail */
.main_resources_detail h2 {
    margin-bottom: 40px;
}
.main_resources_detail iframe {
    width: 100%;
    height: 630px;
    border: 10px solid #dedede;
    display: block;
    margin-bottom: 30px;
}
.others_links {
	background-color: #f4f1f6;
	padding: 40px;
    margin: 30px 0;
}
.others_links .my_btn {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 25px;
}
@media(max-width: 1199px){
    .main_resources_detail iframe {
        height: 510px;
    }
}
@media(max-width: 991px){
    .main_resources_detail iframe {
        height: 400px;
    }
    .others_links {
        padding: 40px 0;
    }
}
@media(max-width: 767px){
    .main_resources_detail iframe {
        height: 350px;
    }
    .main_resources_detail h2 {
        margin-bottom: 30px;
    }
}
@media(max-width: 460px){
    .main_resources_detail iframe {
        height: 250px;
        border: 6px solid #dedede;
    }
}

/* Find Community */
.community_box:not(:last-of-type) {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 10px solid rgba(0,0,0,0.1);
}
.community_box h2{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.community_box .row > div {
    margin-bottom: 30px;
}
.community_link {
	display: flex;
	background-color: #fff;
	padding: 20px;
	color: #1e1e1e !important;
	height: 100%;
	border: 1px solid #ccc;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.community_link:hover {
	background-color: #ed50b9;
	color: #fff !important;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.community_link img {
	width: 88px;
	height: 88px;
	object-fit: contain;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.community_link:hover img {
    filter: brightness(0) invert(1);
}
.community_text {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}
.community_link .community_text h4 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.4;
}
.community_link .community_text .read_more {
	margin-bottom: 0;
	margin-top: auto;
}
.community_link:hover .read_more i {
	margin-left: 3px;
}

@media(max-width:575px) {
    .community_box:not(:last-of-type) {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 5px solid rgba(0,0,0,0.1);
    }
    .community_link {
        padding: 15px;
    }
    .community_link .community_text h4 {
        font-size: 18px;
    }
    .community_link img {
        width: 78px;
        height: 78px;
        margin-right: 15px;
    }
    .community_box h2 {
        padding-bottom: 10px;
    }
}
@media(max-width: 400px) {
    .community_link {
        padding: 10px;
    }
    .community_link .community_text h4 {
        font-size: 16px;
    }
    .community_link img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}

/* Pagination container */
.pagination {
    text-align: center !important;
    margin-top: 30px !important; /* Adjust the margin as per your layout */
}

/* Pagination links */
.pagination a, .pagination span {
    display: inline-block !important;
    padding: 8px 12px !important;
    margin-right: 5px !important;
    border-radius: 5px !important; /* Rounded corners */
    border: 1px solid #ddd !important; /* Border color */
    text-decoration: none !important; /* Remove underline */
    color: #666 !important; /* Text color */
    background-color: #f9f9f9 !important; /* Background color */
}

/* Hover effect */
.pagination a:hover, .pagination a:focus {
    background-color: #e9ecef !important; /* Slightly darker background on hover */
    color: #333 !important; /* Darker text color on hover */
}

/* Current page */
.pagination .current {
    background-color: #007bff !important; /* Active page background color */
    color: #fff !important; /* Active page text color */
    border-color: #007bff !important; /* Active page border color */
}

/* Disabled links (Prev/Next when not available) */
.pagination .disabled {
    color: #ccc !important; /* Light grey text color for disabled links */
    pointer-events: none !important; /* Disables click events */
    background-color: #f9f9f9 !important; /* Maintains consistency with other links */
}


/* Current page */
.pagination .current {
    background-color: #007bff; /* Active page background color */
    color: #fff; /* Active page text color */
    border-color: #007bff; /* Active page border color */
}

/* Disabled links (Prev/Next when not available) */
.pagination .disabled {
    color: #ccc; /* Light grey text color for disabled links */
    pointer-events: none; /* Disables click events */
    background-color: #f9f9f9; /* Maintains consistency with other links */
}



















