@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    box-sizing: border-box
}
@font-face {
    font-family: 'vardana';
    src: url('./vardhana_font/verdana.ttf') format('truetype'),
		 url('./vardhana_font/verdana Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'google-sans';
    src: url('./vardhana_font/ProductSans-Regular.ttf') format('truetype'),
		 url('./vardhana_font/ProductSans-Bold.ttf') format('truetype'); 
}
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
	line-height: 1.3333;
    color: #252525 !important;
    font-family: 'vardana', sans-serif !important;
	/* font-family: 'google-sans', sans-serif !important; */
}

.global-search input#global-search {
    color: #333;
    background-color: #033a6200;
    border: 2px solid #777777;
    border-radius: 25px;
}

.global-search .global-search-label .global-search-icon-submit, .global-search .global-search-label .global-search-icon-cancel {
    color: #777;
}

.header-section .header-bg {
    border-color: white;
	border-bottom: 1px solid #f1f1f1 !important;
}

.main-menu-warp {
    border-top: 1px solid #f1f1f1;
}

.header-section {
    background-color: white;
    border-bottom: 1px solid #f1f1f1 !important;
}

.main-menu > li > .core-menu-link.active, .main-menu > li.current > .main-menu-arrow, .main-menu > li.current > .core-menu-link, .main-menu > li > .main-menu-arrow.active {
    color: #00c4cc;   
    border-bottom: 2px solid #00c4cc;
	background-color: #fff;
	
}

.main-menu > li > .core-menu-link:hover {
    color: #00c4cc;
    border-bottom: 2px solid #00c4cc;
}

.main-menu > li > .core-menu-link, .main-menu > li > .main-menu-arrow, .main-menu li.hasChild > .main-menu-arrow {
    color: #333333;
    font-weight: 500;
}

.main-menu > li:hover > .core-menu-link, .main-menu > li.current > .core-menu-link {
    background-color: #ffffff;
	color:#333;
}

.main-menu > li > .core-menu-link {
    color: #333;
    background-color: #fff0;
    padding: 8px 15px;
	
}

.menu_acc_content .dropdown-user-avatar {
    border: 1px solid #000;
    background-color: #ffffff;
}

.login-popup-group .dropdown-popup-toggle .dropdown-user-avatar {    
    border: 1px solid #333;
    background-color: #ffffff;
}

.login-popup-group .dropdown-popup-toggle .dropdown-user-arrow {
    color: #333333;
}

.main-menu-section .main-menu-toggle {
    display: none;
    cursor: pointer;
    color: #333333;
}
 
a {
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

button {
    outline: 0!important
}

p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555
}

.slider-size {
    max-width: 100%;
    width: 100%;
    height: 600px;
}

.carousel-control {
    width: 5%;
}

.carousel-caption {
    right: 0%;
    left: 0;
    top: 12%;
    padding: 0px;
    text-align: left;
}

.banner_wrapper {
    padding: 40px;
    padding-top: 100px;
    background: rgba( 255, 255, 255, 0.10);
}

.carousel-caption h1 {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 63px;
    font-weight: 700;
    margin-top: 0px;
    color: #333;
}

.carousel-caption p {
    font-size: 20px;
    padding-top: 10px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}

.carousel-indicators li {
    border: 1px solid #333;
}

.carousel-indicators .active {
    background-color: #333;
}

.carousel-caption ul,
.join_community ul {
    padding-left: 0%;
    display: inline-block;
    list-style-type: none;
}

.carousel-caption ul li,
.join_community ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    margin-top: 15px;
}

section.bck_wrapper {
    background: aliceblue;
}

.services_section {
    padding: 100px 0;
}

.p40 {
    padding-top: 30px;
}

.pt-40 {
    padding: 40px 0;
}

.text-center {
    text-align: center !important;
}

.section_title h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 6px;
    color: #333;
}

.feature_section {
    padding-bottom: 70px;
}

.feature_box {
    text-align: center;
    min-height: 275px;
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    transition: 350ms ease-out;
}

.feature_box:hover {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(186, 186, 186, 1);
    -moz-box-shadow: 0px 2px 9px 0px rgba(186, 186, 186, 1);
    box-shadow: 0px 2px 9px 0px rgba(186, 186, 186, 1);
}

.feature_box h3 {
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 5px 0;
}

.services_section p {
    line-height: 25px;
}

span.pink_bdr {
    position: relative;
    z-index: 1;
}

span.pink_bdr:before {
    background: #3949ff;
    bottom: 3px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    height: 13px;
    z-index: -1;
    opacity: 0.8;
}

.join_community_wrapper {
    text-align: center;
    padding: 100px 0;
    background-image: url(/img/landing_page_image/join_now.jpg);
    text-transform: capitalize;
    border-radius: 10px;
    width: 80%;
    margin: 15px auto 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.join_community h2 {
    padding-bottom: 25px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.img_adjust {
    width: 96% !important;
    margin: auto;
}

.carousel-indicators {
    bottom: -40px;
}

span.feature_icon i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #F15B22;
}

.pt-3 {
    padding-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.banner h1 {
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-top: 0;
    line-height: 55px;
    color: #333;
}

.banner p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
}

.banner ul {
    list-style-type: none;
    padding-left: 5px;
    margin-bottom: 40px;
}

.banner ul li {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.banner ul li:before {
    content: ' \27A4';
    font-size: 20px;
    color: #2193b0;
    margin-right: 5px;
}

a.sign_up_btn {
    background: #3f9cb3;
    padding: 10px 35px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 400ms ease-in-out;
}

a.sign_up_btn:hover {
    background: #297284;
    -webkit-box-shadow: -1px 9px 25px -4px rgb(41 114 132);
    -moz-box-shadow: -1px 9px 25px -4px rgba(41, 114, 132, 1);
    box-shadow: -1px 9px 25px -4px rgb(41 114 132);
    text-decoration: none;
    color: #fff;
}

section.banner {
    padding: 10px 0 100px;
}

a.view_more_btn {
    background: #ffffff;
    border: 2px solid #3f9cb3;
    padding: 8px 23px;
    color: #3f9cb3;
    border-radius: 30px;
    text-decoration: none;
    transition: 400ms ease-in-out;
    margin-right: 10px;
}

a.view_more_btn:hover {
    background: #297284;
    color: #fff;
	text-decoration: none;
    -webkit-box-shadow: -1px 8px 25px -4px rgb(41 114 132);
    -moz-box-shadow: -1px 8px 25px -4px rgba(41, 114, 132, 1);
    box-shadow: -1px 8px 25px -4px rgb(41 114 132);
}


/*play video button*/

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 86%;
    left: 13%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #da0528;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.pt-5 {
    padding: 100px 30px;
}

.mt100 {
    margin-top: 100px;
}

.pt20 {
    padding-top: 20px;
}

.pt130 {
    padding: 70px 30px;
}
.pt130 {
    padding: 50px 45px 70px 25px;
}
.pos-rel {
    position: relative;
}

.bck_wrap_1 {
    position: relative;
}

.bck_img_1 {
    position: absolute;
    left: -95px;
    width: 60%;
}

.bck_img_2 {
    position: absolute;
    right: -106px;
    top: -30px;
    width: 64%;
}

@media screen and (max-width:767px) {}


/*end */

.banner_content_wrapper {
    z-index: 1;
    background: #ffffff;
    padding: 35px 20px;
    position: absolute !important;
    top: 38%;
    background: rgba( 255, 255, 255, 0.20);
    backdrop-filter: blur( 15px);
    -webkit-backdrop-filter: blur( 15px);
    border-radius: 0px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
}

.structure1 {
    padding: 10px;
    background-image: -webkit-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 18px 18px;
    width: 120px;
    height: 125px;
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 1;
}
.bullet {
    padding: 80px 0;
    background: #f4f6f6;
}

.icon_conpad {
    padding: 10px !important;
}

img.icon {
    margin: auto;
}

.bullet_wrapper {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
    background: #ffffff;
    min-height: 116px;
    box-shadow: -1px 1px 11px -2px rgb(74 74 74 / 75%);
    -webkit-box-shadow: -1px 1px 11px -2px rgb(74 74 74 / 75%);
    -moz-box-shadow: -1px 1px 10px -2px rgba(74, 74, 74, 0.75);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /* transition: 300ms ease-in-out; */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bullet_wrapper:hover {
    transform: translateY(-10px);
    opacity: 1;
    color: rgb(249 249 249);
    background: rgb(0, 196, 204);
    background: linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    background: -moz-linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    background: -webkit-linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    opacity: 1;
    color: #fff;
}

.bullet_num {
    position: absolute;
    right: 15px;
    font-size: 45px;
    bottom: -16px;
    font-weight: 700;
    color: #daf7ff;
    z-index: -1;
    opacity: 0.5;
}

.service_wrapper {
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 4px;
    min-height: 450px;
    background: #fff;
}

.section_title h4 {
    text-transform: capitalize;
    line-height: 25px;
    padding: 7px 0;
    color: #297284;
    font-size: 18px;
    font-weight: 600;
}

.service_img {
    position: relative;
}

.service_img img {
    position: absolute;
    top: -80px;
}

.service_img img {
    position: absolute;
    top: -80px;
    -webkit-box-shadow: -1px 1px 26px -6px rgb(130 130 130);
    -moz-box-shadow: -1px 1px 26px -6px rgba(130, 130, 130, 1);
    box-shadow: -1px 1px 26px -6px rgb(130 130 130);
    border-radius: 0px;
}

.service_content {
    position: relative;
    top: 145px;
}

.services_section {
    padding: 100px 0;
    position: relative;
}

section.our_services {
    padding: 140px 0 80px;
    background: #f4f6f6;
}

.structure2 {
    padding: 10px;
    background-image: -webkit-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 18px 18px;
    width: 180px;
    height: 164px;
    position: absolute;
    right: 4%;
    top: 4%;
    z-index: -1;
}

.structure3 {
    padding: 10px;
    background-image: -webkit-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 18px 18px;
    width: 180px;
    height: 164px;
    position: absolute;
    right: 41%;
    top: 65%;
    z-index: -1;
}

.structure4 {
    padding: 10px;
    background-image: -webkit-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 18px 18px;
    width: 180px;
    height: 164px;
    position: absolute;
    right: 76%;
    top: 70%;
    z-index: -1;
}

.structure5 {
    padding: 10px;
    background-image: -webkit-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 18px 18px;
    width: 180px;
    height: 164px;
    position: absolute;
    right: -6%;
    top: -20%;
    z-index: -1;
}

.counter_wrapper {
    text-align: center;
    padding: 20px;
    min-height: 247px;
    border-radius: 10px;
    -webkit-box-shadow: -1px 8px 25px -11px rgb(166 166 166);
    -moz-box-shadow: -1px 8px 25px -11px rgba(166, 166, 166, 1);
    box-shadow: -1px 8px 25px -11px rgb(166 166 166);
    transition: 350ms ease-in-out;
    color: #333;
    background-color: #fff;
}
.counter_wrapper .c_icon {
    margin: auto;
    margin-bottom: 18px;
    height: 64px;
    width: 64px;
}

/* .counter_wrapper .c_icon_1 {
    margin: auto;
    margin-bottom: 18px;
    background-image: url(/img/landing_page_image/icons/people.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
}

.counter_wrapper:hover .c_icon_1 {
    background-image: url(/img/landing_page_image/icons/123/people.png);
}

.counter_wrapper .c_icon_2 {
    margin: auto;
    margin-bottom: 18px;
    background-image: url(/img/landing_page_image/icons/kidney.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
}

.counter_wrapper:hover .c_icon_2 {
    background-image: url(/img/landing_page_image/icons/123/kidney.png);
}

.counter_wrapper .c_icon_3 {
    margin: auto;
    margin-bottom: 18px;
    background-image: url(/img/landing_page_image/icons/002-kidney.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
}

.counter_wrapper:hover .c_icon_3 {
    background-image: url(/img/landing_page_image/icons/123/002-kidney.png);
}

.counter_wrapper .c_icon_4 {
    margin: auto;
    margin-bottom: 18px;
    background-image: url(/img/landing_page_image/icons/urology.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
}

.counter_wrapper:hover .c_icon_4 {
    background-image: url(/img/landing_page_image/icons/123/urology.png);
} */

.content p {
    font-size: 15px;
}

.content p span {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
}
.pb50 {
    padding-bottom: 50px;
}

.counter_wrapper:hover {
    transform: translateY(-10px);
    opacity: 1;
    color: rgb(249 249 249);
    background: rgb(0, 196, 204);
    background: linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    background: -moz-linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    background: -webkit-linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    opacity: 1;
    color: #fff;
}

/* .counter_wrapper:hover .content p {
    color: #fff;
}

.counter_wrapper:hover .content p span {
    color: #fff;
} */

.services_section2 {
    padding: 80px 0;
    background: #f4f6f6;
}

/* .icon_pad {
    position: relative;
    top: 7px;
}

.icon_1 {
    background-image: url(/img/landing_page_image/icons/005-rating-1.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    background-repeat: no-repeat;
}

.bullet_wrapper:hover .icon_1 {
    background-image: url(/img/landing_page_image/icons/123/005-rating-1.png);
}

.icon_2 {
    background-image: url(/img/landing_page_image/icons/002-kidney.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    background-repeat: no-repeat;
}

.bullet_wrapper:hover .icon_2 {
    background-image: url(/img/landing_page_image/icons/123/002-kidney.png);
}

.icon_3 {
    background-image: url(/img/landing_page_image/icons/006-social-care.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    background-repeat: no-repeat;
}

.bullet_wrapper:hover .icon_3 {
    background-image: url(/img/landing_page_image/icons/123/006-social-care.png);
}

.icon_4 {
    background-image: url(/img/landing_page_image/icons/007-community.png);
    background-position: center;
    background-size: 95%;
    height: 64px;
    background-repeat: no-repeat;
}

.bullet_wrapper:hover .icon_4 {
    background-image: url(/img/landing_page_image/icons/123/007-community.png);
} */
    
/*canva color*/



a.sign_up_btn {
    background: #00c4cc;
	font-size: 16px;
    font-weight: 600;
}

a.sign_up_btn:hover {
    background: #01abb2;
    -webkit-box-shadow: -1px 9px 25px -4px rgb(1 171 178);
    -moz-box-shadow: -1px 9px 25px -4px rgba(41, 114, 132, 1);
    box-shadow: -1px 9px 25px -4px rgb(1 171 178);
    text-decoration: none;
    color: #fff;
}

.section_title h4 {
    color: #333;
}

a.view_more_btn {
    background: #ffffff;
    border: 2px solid #01c4cc;
    padding: 8px 23px;
    color: #01c4cc;
    border-radius: 30px;
    text-decoration: none;
    transition: 400ms ease-in-out;
    margin-right: 10px;
	    font-size: 15px;
    font-weight: 500;
}

a.view_more_btn:hover {
    background: #01abb2;
    -webkit-box-shadow: -1px 9px 25px -4px rgb(1 171 178);
    -moz-box-shadow: -1px 9px 25px -4px rgba(41, 114, 132, 1);
    box-shadow: -1px 9px 25px -4px rgb(1 171 178);
    text-decoration: none;
    color: #fff;
    border: 2px solid #01abb2;
}

.bullet_wrapper { 
    font-size: 17px;
    font-weight: 400;
    padding: 2px;
    background: #ffffff;
    min-height: 116px;
    box-shadow: -1px 1px 11px -2px rgb(74 74 74 / 75%);
    -webkit-box-shadow: -1px 1px 11px -2px rgb(74 74 74 / 75%);
    -moz-box-shadow: -1px 1px 10px -2px rgba(74, 74, 74, 0.75);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /* transition: 300ms ease-in-out; */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.inside-wrappr {
    width: 100%;
    height: 100%;
    padding: 10px 21px;
    background: #fff;
    border-radius: 8px;
    min-height: 112px;
}

.bullet_wrapper:hover {
    transform: translateY(-10px);
    opacity: 1;
    color: rgb(249 249 249);
	background: rgb(0, 196, 204);
    background: linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    background: -moz-linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    background: -webkit-linear-gradient(317deg, rgba(0, 196, 204, 1) 41%, rgba(0, 142, 148, 1) 100%);
    opacity: 1;
    color: #555;
}

.icon_conpad {
    padding: 11px 0px 10px 10px !important;
}

.icon_pad {
    position: relative;
    top: 7px;
    padding: 0 !important;
}

.counter_wrapper {
    text-align: center;
    padding: 2px;
    min-height: 247px;
    border-radius: 10px;
    -webkit-box-shadow: -1px 8px 25px -11px rgb(166 166 166);
    -moz-box-shadow: -1px 8px 25px -11px rgba(166, 166, 166, 1);
    box-shadow: -1px 8px 25px -11px rgb(166 166 166);
    transition: 350ms ease-in-out;
    color: #333;
    background-color: #fff;
}

.inside_c_wrap {
    background: #ffffff;
    min-height: 245px;
    border-radius: 8px;
    padding: 18px;
}

.login-popup-group .dropdown-popup-toggle .dropdown-user-box,
.login-popup-group .dropdown-popup-toggle .login-no-img {
    display: block;
    width: 100%;
    border-radius: 100%;
    font-size: 0;
    padding: 3px 1px 1px 1px;
}

.notify_content>a .btn-group-icon,
.global-search-header .global-search-btn-mobile .global-search-btn-icon,
.main-menu-section .main-menu-toggle,
.menu_acc_content .dropdown-user-box,
.login-popup-group .dropdown-popup-toggle .dropdown-user-arrow {
    color: #333 !important;
	transition:300ms ease-in-out;
}

.notify_content>a .btn-group-icon:hover,
.global-search-header .global-search-btn-mobile .global-search-btn-icon:hover ,
.main-menu-section .main-menu-toggle:hover,
.menu_acc_content .dropdown-user-box:hover,
.login-popup-group .dropdown-popup-toggle .dropdown-user-arrow:hover {
    color: #00c4cc !important;
}
.notify_content > a .btn-group-icon:hover{
	color: #00c4cc !important;
}

.login-popup-group .dropdown-popup-toggle .dropdown-user-avatar {
    display: block;
    position: relative;
    height: 35px;
    width: 100%;
    line-height: 20px;
    border-radius: 25px;
    padding: 5px 17px;
    border: 1px solid #00c4cc;
    background-color: #00c4cc;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.login-popup-group .dropdown-popup-toggle .dropdown-user-avatar:hover {
    background: #01abb2;
    text-decoration: none;
    color: #fff;
}
.login-popup-group .dropdown-popup-toggle {
    text-decoration: none;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.documentScrolling .main-menu-section.main-menu-scrolling .main-menu > li > .core-menu-link {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
}

.body-dark .notify_content>a .btn-group-icon,
.body-dark .global-search-header .global-search-btn-mobile .global-search-btn-icon,
.body-dark .main-menu-section .main-menu-toggle,
.body-dark .menu_acc_content .dropdown-user-box,
.body-dark .login-popup-group .dropdown-popup-toggle .dropdown-user-arrow {
    color: #a6a8ae !important;
    transition: 300ms ease-in-out;
}
.body-dark .notify_content > a .btn-group-icon:hover{
	color: #00c4cc !important;
}
.main-menu > li > .core-menu-link:hover {
    color: #00c4cc;
}
.feed-entry-item .feed_time .feed_time-txt {
    color: #888;
    display: inline-block;
    font-size: 10px;
}
.activity_item .activity_item_text {
    font-size: 13px;
    font-weight: 300;    
}
.feed-entry-item .activity_feed_message {
    line-height: 16px;
    font-size: 12px;
}
.main-menu > li > .core-menu-link {
    font-size: 12px;
}
.user-summary .user-summary-counter {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
.core-lists .core-list-item .core-item-title {
    font-size: 13px;
    margin-top: 5px;
    text-transform: capitalize;
}
.main-menu > li > .core-menu-link {
    font-size: 12px;
}
.main-menu > li > .core-menu-link, .main-menu > li > .main-menu-arrow, .main-menu li.hasChild > .main-menu-arrow {
    color: #000000;
}
.activity_item .activity_item_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.activity_item .activity_item_text {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.feed-entry-item .activity_feed_content_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.feed-entry-item .activity_feed_message {
    margin-bottom: 10px;
}
.activity_feed_message a {
    line-height: 24px;
}
.user-lists .user-list-item .user-item-date {
    color: #888888;
    font-size: 11px;
}
.like-action .act-item .act-item-symbol.active .act-item-icon {
    color: #00c4cc;
}
.feed-entry-item .feed_time .feed_time-txt .dropdown .dropdown-menu > li > a {
    padding-left: 20px;
    font-size: 12px;
}
.n52:before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    left: 3px;
    position: absolute;
    top: 3px;
    color: #056be1;
}
.feed-entry-item .activity_author .moocore_tooltip_link {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
.btn-post_feed {
    color: #fff;
    background-color: #00c4cc;
    border-color: #00c4cc;
}
.feed-entry-item .activity_author {
    flex-grow: 1;
    color: #323232;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 20px;
    font-weight: 400;
}
.btn-submit_comment {
    color: #fff;
    background-color: #00c4cc;
    border-color: #00c4cc;
}
.feed-entry-item .activity_author {
    flex-grow: 1;
    color: #323232;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 20px;
}
.feed-entry-item .activity_author * {
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 500;
    font-size: 14px;
}
.feed-entry-item .activity_author .moocore_tooltip_link {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
.feed-entry-item .activity_author * {
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.feed-entry-item .activity_author *:hover {
    text-decoration: underline;
}
.feed-entry-item .activity_author .moocore_tooltip_link {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
}
.feed-entry-item .activity_author .moocore_tooltip_link:hover {
    text-decoration: underline;
}
.feed-entry-item .activity_author {
    flex-grow: 1;
    color: #65676b;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 20px;
}
.activity_item .activity_item_title {
   
	font-size:15px;
}
.activity_item .activity_item_title:hover {
    text-decoration:underline;
}

.btn-modal_save {
    color: #fff;
    background-color: #00c4cc;
    border-color: #00c4cc;
}
.btn-primary {
    color: #fff;
    background-color: #00c4cc;
    border-color: #00c4cc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.nice-select.open, .btn-primary.active {
    color: #fff;
    background-color: #02a6ad;
    border-color: #02a6ad;
}
.fix_side_menu {
    width: 23.5%;
    position: fixed;
    top: 19%;
}
/*side menu customization*/

.menu-list .menu-list-item .menu-list-link .badge_counter {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #00c4cc;
    font-weight: 400;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 4px;
}

.menu-list .menu-list-item .menu-list-link .badge_counter:hover {
    color: #fff;
    background-color: #02acb3;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 7px;
}

.menu-list .menu-list-item .menu-list-link {
    font-size: 15px;
    display: block;
    color: #000000;
    padding: 15px 10px;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.menu-list .menu-list-item .menu-list-link .menu-list-text {
    margin-left: 30px;
    display: block;
}

.menu-list .menu-list-item:hover > .menu-list-link > .badge_counter {
    color: #fff;
    background-color: #02acb3;
}

.menu-list .menu-list-item {
    position: relative;
    margin-bottom: 2px;
}

ul.core_widget_menu {
    list-style: none;
    padding: 0 0 0 8px;
    margin: 0;
}

ul.core_widget_menu.vertical > li > .core-menu-link {
    padding: 12px 10px;
}

.box2 .box_content.box_menu {
    padding: 10px 0;
}

ul.core_widget_menu li:hover a{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

ul.core_widget_menu.vertical > li > .core-menu-link .core-menu-icon {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 12px;
}

ul.core_widget_menu.vertical > li > .core-menu-link .core-menu-text {
    line-height: 20px;
}

ul.core_widget_menu.vertical > li > .core-menu-link .core-menu-icon {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 12px;
    color: #9c47fc;
    background: -moz-linear-gradient(305deg, rgba(156,71,252,1) 22%, rgba(0,196,204,1) 100%);
    background: -webkit-linear-gradient(305deg, rgba(156,71,252,1) 22%, rgba(0,196,204,1) 100%);
    background:linear-gradient(305deg, rgba(156,71,252,1) 22%, rgba(0,196,204,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu-list .menu-list-item .menu-list-link .menu-list-icon {
    font-size: 22px;
    height: 20px;
    width: 20px;
    overflow: hidden;
    vertical-align: middle;
    float: left;
   color: #9c47fc;
    background: -moz-linear-gradient(305deg, rgba(156,71,252,1) 22%, rgba(0,196,204,1) 100%);
    background: -webkit-linear-gradient(305deg, rgba(156,71,252,1) 22%, rgba(0,196,204,1) 100%);
    background: linear-gradient(305deg, rgba(156,71,252,1) 22%, rgba(0,196,204,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


a.view_more_btn {
    background: #ffffff00;
    border: 2px solid #01c4cc;
    padding: 8px 20px;
    color: #01c4cc;
    border-radius: 30px;
    text-decoration: none;
    transition: 400ms ease-in-out;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}

.ml15 {
    margin-left: 15px;
}

.custom1 button.owl-prev {
    position: absolute;
    right: -50px;
    transform: rotate( 90deg);
    top: 40%;
}

.custom1 button.owl-next {
    position: absolute;
    right: -50px;
    transform: rotate( 90deg);
    top: 60%;
}

.owl-nav span {
    font-size: 30px;
}

.fa-chevron-left:before {
    content: "\276E";
    font-size: 20px;
}

.fa-chevron-right:before {
    content: "\276F";
    font-size: 20px;
}

#counter {
    position: absolute;
    right: 4%;
    bottom: -10%;
    font-size: 20px;
    color: #000;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff00 !important;
    color: #000 !important;
    text-decoration: none !important;
}
/*responsive css*/

@media screen and (width:1600px) {
	.structure1 {
		left: 15%;
		top: 15%;
	}
	.banner_content_wrapper {
		background: #ffffff;
		padding: 30px;
		position: absolute !important;
		top: 26%;
		background: rgba( 255, 255, 255, 0.20);
		backdrop-filter: blur( 15px);
		-webkit-backdrop-filter: blur( 15px);
		border-radius: 0px;
		border: 1px solid rgba( 255, 255, 255, 0.18);
	}
	#counter {
		position: absolute;
		right: 10.5%;
		bottom: 24%;
		font-size: 22px;
		color: #000;
	}
}

@media screen and (max-width:1024px){
	.box_sm_mt {
		margin-top:80px;
	}
	.mb15 {
		margin-bottom:15px;
	}
	.structure1 {
		left: 8%;
		top: 11%;
		z-index: -1;
	}
	.banner_content_wrapper {
		padding: 15px;
		top: 15%;
	}
	.icon_conpad {
		padding: 11px 0px 10px 10px !important;
		font-size: 14px;
	}
	.banner p {
		font-size: 14px;
	}
	.bullet {
		padding: 70px 0;
		background: #f4f6f6;
	}
	.structure2 {
		right: 0%;
		top: 7%;
		z-index: -1;
	}
	.structure3 {
		right: 35%;
		top: 53%;
		z-index: -1;
	}
	.pt130 {
		padding: 20px 30px;
	}
	.section_title h2 {
		font-size: 28px;
		margin-top: 10px;
		line-height: 1.3;
	}
	.services_section2 {
		padding: 50px 0;
		background: #f4f6f6;
	}
	.section_title h3 {
		font-size: 20px;
		margin-top: 10px;
	}
	.banner h1 {
		font-size: 30px;
		padding-bottom: 10px;
		margin-top: 0;
		line-height: 38px;
	}
	.content p span {
		font-size: 18px;
		line-height: 26px;
	}
	.inside_c_wrap {
		padding: 10px;
	}
	.structure5 {
		right: -4%;
		top: -19%;
		z-index: -1;
	}
	.structure4 {
		right: 72%;
		top: 65%;
	}
	.service_content {
		position: relative;
		top: 188px;
	}
	section.our_services {
		padding: 140px 0 50px;
	}
	button.owl-next {
		position: absolute;
		right: -2%;
		transform: rotate(90deg);
		top: 65%;
	}
	button.owl-prev {
		position: absolute;
		right: -2%;
		transform: rotate(90deg);
		top: 40%;
	}
	#counter {
		position: absolute;
		right: 2%;
		bottom: 57%;
		font-size: 22px;
		color: #000;
	}
}

@media screen and (max-width:768px){
	.banner h1 {
		font-size: 35px;
		font-weight: 600;
		text-transform: capitalize;
		padding-bottom: 10px;
		margin-top: 0;
		line-height: 42px;
		color: #333;
	}
	.banner_content_wrapper {
		background: #ffffff;
		padding: 20px;
		position: absolute !important;
		top: 13%;
		background: rgba( 255, 255, 255, 0.20);
		backdrop-filter: blur( 15px);
		-webkit-backdrop-filter: blur( 15px);
		border-radius: 0px;
		border: 1px solid rgba( 255, 255, 255, 0.18);
	}
	.structure1 {
		padding: 10px;
		background-image: -webkit-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
		background-image: -moz-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
		background-image: -ms-repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
		background-image: repeating-radial-gradient(center center, #225c6a, #225c6a 2px, transparent 1px, transparent 100%);
		-webkit-background-size: 3px 3px;
		-moz-background-size: 3px 3px;
		background-size: 18px 18px;
		width: 120px;
		height: 125px;
		position: absolute;
		left: 8%;
		top: 8%;
		z-index: -1;
	}
	.bullet {
		padding: 60px 0;
		background: #ffffff;
	}
	.mb30 {
		margin-bottom:30px;
	}
	.structure2  {
		display:none !important;
	}
	.structure3  {
		display:none !important;
	}
	.structure4  {
		display:none !important;
	}
	.structure5  {
		display:none !important;
	}
	.pt130 {
		padding: 0px 0px;
	}
	.services_section {
		padding: 60px 0;
		position: relative;
	}
	.section_title h3 {
		font-size: 20px;
		margin-top: 10px;
	}
	.services_section2 {
		padding: 60px 0;
		background: #f4f6f6;
	}
	.mb25 {
		margin-bottom:30px;
	}
	.section_title h2 {
		font-size: 28px;
	    margin-top: 0px;
	}
	.pb50 {
		padding-bottom: 30px;
	}
	.video-play-button {
		top: 83%;
		left: 15%;
	}
	.services_section2 {
		padding: 45px 0;
		background: #fff;
	}
/* 	#page_guest_home-index .container {
		width: 720px !important;
	} */
	.section_title h4 {
		line-height: 23px;
		font-size: 16px;
	}
	.service_content {
		position: relative;
		top: 120px;
	}
	section.our_services {
		padding: 100px 0 50px;
	}
	.box_sm_mt {
		margin-top:80px;
	}
	button.owl-next {
		position: absolute;
		right: -1%;
		transform: rotate(90deg);
		top: 65%;
	}
	button.owl-prev {
		position: absolute;
		right: -1%;
		transform: rotate(90deg);
		top: 40%;
	}
	#counter {
		position: absolute;
		right: 1%;
		bottom: 57%;
		font-size: 18px;
		color: #000;
	}

}

@media screen and (max-width:767px){
	.structure1 {
		width: 120px;
		height: 120px;
		position: absolute;
		left: 3%;
		top: 12%;
		z-index: -1;
	}
	.pt20 {
		padding-top: 15px;
	}
	.inside_c_wrap {
		padding: 18px;
	}
	.section_title h3 {
		font-size: 18px;
		margin-top: 10px;
		line-height: 25px;
	}
	.banner h1 {
		font-size: 29px;
		font-weight: 600;
		text-transform: capitalize;
		padding-bottom: 2px;
		margin-top: 0;
		line-height: 30px;
		color: #333;
	}
	.banner p {
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 15px;
	}
	.banner_content_wrapper {
		background: #ffffff;
		padding: 10px;
		position: relative !important;
		top: 10px;
		left: 0%;
		background: rgba( 255, 255, 255, 0.20);
		backdrop-filter: blur( 15px);
		-webkit-backdrop-filter: blur( 15px);
		border-radius: 0px;
		border: 1px solid rgba( 255, 255, 255, 0.18);
	}
	section.banner {
		padding: 20px 0 60px;
	}
	.mb15 {
		margin-bottom:15px;
	}
	.bullet_wrapper:hover {
		transform: translateY(0px);
	}
	.structure2 {
		display: none!important;
	}
	.structure3 {
		display: none!important;
	}
	.bullet {
		padding: 60px 0;
		background: #f4f6f6;
	}
	.pt130 {
		padding: 15px 0px 70px;
	}
	.services_section {
		padding: 45px 0;
		position: relative;
	}
	.video-play-button {
		top: 80%;
		left: 18%;
	}
	.services_section2 {
		padding: 50px 0;
		background: #f4f6f6;
	}
	.section_title h2 {
		font-size: 30px;
	}
	.pb50 {
		padding-bottom: 30px;
	}
	.mb25 {
		margin-bottom: 25px;
	}
	.structure5 {
		right: -2%;
		top: -24%;
	}
	.structure4 {
		right: 48%;
		top: 44%;
	}
	.service_content {
		position: relative;
		top: 100px;
	}
	.mb100 {
		margin-bottom:100px;
	}
	.service_wrapper {    
		min-height: 435px;
	}
	section.our_services {
		padding: 120px 0 40px;
	}
	.mobile-footer {
		display: none;
	}
	button.owl-prev {
		position: absolute;
		right: -4%;
		transform: rotate(90deg);
		top: 30%;
	}
	button.owl-next {
		position: absolute;
		right: -4%;
		transform: rotate(90deg);
		top: 60%;
	}
	#counter {
		position: absolute;
		right: 4%;
		bottom: 56%;
		font-size: 16px;
		color: #000;
		font-weight: 600;
	}
}

@media screen and (max-width:425px){
	.service_content {
		position: relative;
		top: 135px;
	}
}

@media screen and (max-width:414px){
	.service_content {
		position: relative;
		top: 130px;
	}
}

@media screen and (max-width:411px){
	.service_content {
		position: relative;
		top: 120px;
	}
}

@media screen and (width:375px){
	.structure1 {
		left: 3%;
		top: 8%;
	}
	#counter {
		display:none;
	}
}

@media screen and (max-width:320px){
	.banner h1 {
		font-size: 25px;
	}
	.section_title h2 {
		font-size: 25px;
	}
	.section_title h3 {
		font-size: 18px;
		margin-top: 10px;
	}
	.structure4 {
		right: 48%;
		top: 38%;
	}
	.structure5 {
		right: -2%;
		top: -28%;
	}
	.video-play-button {
		top: 76%;
		left: 19%;
	}
	.service_content {
		position: relative;
		top: 60px;
	}
}
/*End*/

/*feature page Css*/
section.other_banner {
    background: url(/app/webroot/img/landing_page_image/banner_other.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.other_banner .banner_title {
    padding: 100px 0;
    text-align: center;
}

.banner_title h1 {
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}

.py-5 {
    padding: 3rem 0;
}

.feature_image {
    padding: 70px;
}

.feature_image img {
    border-radius: 50%;
}

.feature_title {
    position: relative;
    top: 220px;
}

.feature_title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
}

.feature_title p {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
}

.feature_title ul li {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
}

.feature_title ul {
    padding-left: 15px;
}

/*End*/

/*article page css*/

.article_block {
    padding: 0;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
    transition: 450ms ease-in-out;
    min-height: 391px;
}

.article_block img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    height: auto;
}

.article_block .date {
    font-size: 12px;
}

.article_block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 25px;
}

.article_description {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-bottom: 5px;
}

.article_description p {
    margin: 0;
    color: #000;
}

.py-5 {
    padding: 3rem 0 !important;
}

a.know_more_btn {
    background: #ffffff00;
    border: 2px solid #01c4cc;
    padding: 8px 23px;
    color: #01c4cc;
    border-radius: 30px;
    text-decoration: none;
    transition: 400ms ease-in-out;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

a.know_more_btn:hover {
    background: #01abb2;
    -webkit-box-shadow: -1px 9px 18px -9px rgb(1 171 178);
    -moz-box-shadow: -1px 9px 18px -9px rgba(41, 114, 132, 1);
    box-shadow: -1px 9px 18px -9px rgb(1 171 178);
    text-decoration: none;
    color: #fff;
    border: 2px solid #01abb2;
}

.article_section {
    padding: 70px 0;
}

.article_auther_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.article_auther_details .info {
    padding-left: 20px;
}

.article_auther_details .info h6 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.article_auther_details .info ul.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 0;
}

.article_auther_details .info ul.blog-meta li {
    margin: 0 10px;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
    color: #7a7a7a;
}

.article_auther_details .author-thumb img {
    max-height: 55px;
}

.article_details .article_title h2 {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 35px;
    font-weight: 500;
}

.mb--30 {
    margin-bottom: 30px;
}

.my_2 {
    margin: 20px 0;
}

.axil-quote {
    padding: 30px;
    position: relative;
    border-left: 4px solid #00C4CC;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    margin: 40px 0;
    background: #FAFAFB;
}

.article_description_detailed ul,
.article_description_detailed ol {
    padding-left: 15px;
}

.article_description_detailed ul li,
.article_description_detailed ol li {
    font-size: 15px;
    margin: 10px 0;
}

.recent_posts {
    padding: 5px 20px 20px;
}

ul.article_meta {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

ul.article_meta li {
    color: #757589;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    margin: 0 10px;
    list-style: none;
}

ul.article_meta li+li::before {
    position: absolute;
    background: #D3D3D3;
    height: 14px;
    width: 1px;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.recent_posts h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.recent_posts h6 a {
    color: #333;
}

.recent_post_title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
    color: #000;
}

.pad_ad {
    padding: 0 7px !important;
}

.postrow {
    margin-bottom: 20px;
}

.postrow a img {
    max-height: 80px;
    max-width: 100px;
}

.custom_article button.owl-prev {
    position: absolute;
    left: 84%;
    top: 102%;
    transform: rotate( 0deg);
}

.custom_article button.owl-next {
    position: absolute;
    left: 94%;
    top: 102%;
    transform: rotate( 0deg);
}

.article_img a img {
    border-radius: 10px;
}

.article_banner {
    padding: 10px 0 50px;
}

.article_block .p-20 {
    padding: 15px;
}

p.article_date {
    margin-bottom: 5px;
    color: #000;
}

a.article_link {
    text-decoration: none;
    color: #000;
}

.article_block:hover {
    -webkit-box-shadow: 0px 2px 30px -7px rgb(107 107 107);
    -moz-box-shadow: 0px 2px 30px -7px rgb(107, 107, 107);
    box-shadow: 0px 2px 30px -7px rgb(107 107 107);
}

#recent_post_scroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* width */

#recent_post_scroll::-webkit-scrollbar {
    width: 10px;
}


/* Track */

#recent_post_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

#recent_post_scroll::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

#recent_post_scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.article_section {
    padding: 20px 0 70px;
}

.pl18 {
    padding-left: 18px !important;
}

.recent_post_title h3 {
    margin: 10px 0 0;
    padding-bottom: 5px;
}

.art_details #recent_post_scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.article_description_detailed h4 {
    padding-top: 20px;
}

.art_details p {
	font-size:15px;
}
.ml_10{
	margin-left:10px;
}
/*end*/
/*faq section*/
.faq {
    padding: 100px 0px 20px;
}

.faq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #d0d0d0;
    margin: 10px 0;
}

.faq .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ffffff;
    border-color: #EEEEEE;
    background-image: none;
}

.faq .panel-group {
    margin-bottom: 25px;
    margin-top: 30px;
}

.faq .panel-title {
    font-size: 14px;
}

.faq .panel-title>a {
    display: block;
    padding: 20px 15px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.faq .more-less {
    float: right;
    color: #212121;
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

ul.social_media_icons {
    text-align: center;
    list-style: none;
    display: inline-block;
}

ul.social_media_icons {
    padding-left: 0;
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

.social_media_icons li {
    display: inline;
    padding: 5px 10px;
    font-size: 22px;
    margin-bottom: 0;
    color: #575757;
}

section.footer {
    background: #f4f6f6;
    padding: 20px 0 10px;
    text-align: center;
}

.guest-page #content-wrapper.content-wrapper {
    padding-top: 15px;
    padding-bottom: 0px;
}

#footer {
    text-align: center;
    padding: 10px 0 30px;
    background: #f4f6f6;
}
.social_media_icons li a{
    color: #575757;
}
/*End*/

/*article section css*/
/*article page css*/

.article_block {
    padding: 0;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 75%);
    transition: 450ms ease-in-out;
    min-height: 450px;
}

.article_block img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    height: auto;
}

.article_block .date {
    font-size: 12px;
}

.article_block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 25px;
}

.article_description {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-bottom: 5px;
}

.article_description p {
    margin: 0;
    color: #000;
}

.py-5 {
    padding: 3rem 0 !important;
}

a.know_more_btn {
    background: #ffffff00;
    border: 2px solid #01c4cc;
    padding: 8px 23px;
    color: #01c4cc;
    border-radius: 30px;
    text-decoration: none;
    transition: 400ms ease-in-out;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

a.know_more_btn:hover {
    background: #01abb2;
    -webkit-box-shadow: -1px 9px 18px -9px rgb(1 171 178);
    -moz-box-shadow: -1px 9px 18px -9px rgba(41, 114, 132, 1);
    box-shadow: -1px 9px 18px -9px rgb(1 171 178);
    text-decoration: none;
    color: #fff;
    border: 2px solid #01abb2;
}

.article_section {
    padding: 70px 0;
}

.article_auther_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.article_auther_details .info {
    padding-left: 15px;
}

.article_auther_details .info h6 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.article_auther_details .info ul.blog-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding: 0;
}

.article_auther_details .info ul.blog-meta li {
   
    font-size: 13px;
    line-height: 24px;
    list-style-type: none;
    color: #7a7a7a;
}

.article_auther_details .author-thumb img {
    max-height: 55px;
}

.article_details .article_title h2 {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 35px;
    font-weight: 500;
}

.mb--30 {
    margin-bottom: 30px;
}

.my_2 {
    margin: 20px 0;
}

.axil-quote {
    padding: 30px;
    position: relative;
    border-left: 4px solid #00C4CC;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    margin: 40px 0;
    background: #FAFAFB;
}

.article_description_detailed ul,
.article_description_detailed ol {
    padding-left: 15px;
}

.article_description_detailed ul li,
.article_description_detailed ol li {
    font-size: 15px;
    margin: 10px 0;
}

.recent_posts {
    padding: 5px 20px 20px;
}

ul.article_meta {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

ul.article_meta li {
    color: #757589;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    margin: 0 10px;
    list-style: none;
}

ul.article_meta li+li::before {
    position: absolute;
    background: #D3D3D3;
    height: 14px;
    width: 1px;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.recent_posts h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.recent_posts h6 a {
    color: #333;
}

.recent_post_title {
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
    color: #000;
}

.pad_ad {
    padding: 0 7px !important;
}

.postrow {
    margin-bottom: 20px;
}

.postrow a img {
    max-height: 80px;
    max-width: 100px;
}

.custom_article button.owl-prev {
    position: absolute;
    left: 84%;
    top: 102%;
    transform: rotate( 0deg);
}

.custom_article button.owl-next {
    position: absolute;
    left: 94%;
    top: 102%;
    transform: rotate( 0deg);
}

.article_img a img {
    border-radius: 10px;
}

.article_banner {
    padding: 10px 0 50px;
}

.article_block .p-20 {
    padding: 15px;
}

p.article_date {
    margin-bottom: 5px;
    color: #000;
}

a.article_link {
    text-decoration: none;
    color: #000;
}

.article_block:hover {
    -webkit-box-shadow: 0px 2px 30px -7px rgb(107 107 107);
    -moz-box-shadow: 0px 2px 30px -7px rgb(107, 107, 107);
    box-shadow: 0px 2px 30px -7px rgb(107 107 107);
}

#recent_post_scroll {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* width */

#recent_post_scroll::-webkit-scrollbar {
    width: 10px;
}


/* Track */

#recent_post_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

#recent_post_scroll::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

#recent_post_scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.article_section {
    padding: 50px 0 70px;
   
}

.pl18 {
    padding-left: 18px !important;
}

.recent_post_title h3 {
    margin: 10px 0 0;
    padding-bottom: 5px;
}

.art_details #recent_post_scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.article_description_detailed h4 {
    padding-top: 20px;
}

.mr_15{
	margin-right:20px;
}

.article_page_header .header {
    padding: 20px 0px 20px;
}


a.back_btn i {
    margin-right: 5px;
}

.header_btn {
    margin: auto;
    text-align: right;
    margin-top: 20px;
}

section.article_page_header {
    border-bottom: 1px solid #efefef;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
   /*  -webkit-box-shadow: 0px 3px 6px -3px rgb(143 143 143);
    -moz-box-shadow: 0px 3px 6px -3px rgba(143,143,143,1);
    box-shadow: 0px 3px 6px -3px rgb(143 143 143); */
}

.article_details p {
    color: #000;
    font-size: 15px;
}
.article_banner {
    padding: 10px 0 50px;
    position: relative;
    top: 120px;
}

.pt10 {
	padding-top:10px;
}

.read_more_btn a {    
    color: #333;
    font-weight: 600;
}

.read_more_btn {
	margin:10px 0;
}

.custom_blog .item {
    margin: 25px 15px;
}

.custom_blog .read_more_btn {
    margin: 20px 0 4px;
}


.custom_blog button.owl-prev {
    position: absolute;
    left: -4%;
    top: 40%;
}

.custom_blog button.owl-next {
    position: absolute;
    right: -4%;
    top: 40%;
}
.social_media_icons i.fab.fa-facebook {
    color: #3b5998;
}

.social_media_icons i.fab.fa-twitter {
    color: #00acee;
}

.social_media_icons i.fab.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.social_media_icons i.fab.fa-youtube {
    color: #FF0000;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.join_now_btn a {
    position: absolute;
    top: 13px;
    right: 8%;
    background: #00c4cc;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
}

.join_now_btn a:hover {
	background: #01abb2;
    color: #fff;
}

.guest-page.documentScrolling .main-menu-section.main-menu-scrolling {
    clear: both;
    position: absolute;
    top: inherit;
    left: inherit;
    border-top: none;
    margin-top: 16px;
    margin-right: 5px;
    width: auto;
    left: 69%;
    float: none;
}

.documentScrolling .main-menu-section.main-menu-scrolling {
    clear: both;
    position: absolute;
    top: inherit;
    left: inherit;
    border-top: none;
    margin-top: 12px;
    margin-right: 5px;
    width: auto;
    left: 81%;
    float: none;
}

/*login popup custom css*/

.popup-login-form {
    padding: 20px 30px 10px;
}

.popup-login-form .popup-login-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.login_acc_content .form-control, .register_main_form .form-control {
    height: 42px;
    padding: 8px 15px;
    border-radius: 4px;
}

.login_acc_content .form-group,
.register_main_form .form-group {
    margin-bottom: 20px;
}

.login-form .btn-login {
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    width: 100% !important;
    margin: auto;
    background: #00c4cc;
    border-color: #00c4cc;
    transition: 400ms ease-in-out;
}
.login-form .btn-login:hover {
    background: #01abb2;
    border-color: #01abb2;
}
.login-form .register_social_form .center-login-social {
    margin: auto;
    width: 100%;
    display: flex;
	justify-content: space-between;
}

.social-group {
    position: relative;
    height: 42px;
    width: 48%;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
    margin: 6px 0;
}

.login-form .register_account_form {
    font-size: 12px;
    text-align: center;
}

.register_account_form a {
    font-size: 14px;
    font-weight: 600;
    color: #00c4cc;
}

label.checkbox-control {
    font-size: 14px;
}

.social-group .social-icon.social-google {
    border-radius: 2px;
}

.social-group .social-icon.social-facebook {
    border-radius: 2px;
}

.social-group .social-icon {
    margin: 4px;
}

.login-form .register_social_form .center-login-text {
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    line-height: 0.1em;
    margin: 17px 0 10px;
}
input#submitFormsignup {
    border-radius: 25px;
    padding: 12px 20px;
}

.registration-page .social-group {
    position: relative;
    height: 42px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
    margin: 6px 0;
}
.social-group.social-fSignIn .social-text {
    color: #000000;
}
.social-group.social-gSignIn .social-text {
    color: #000000;
}
.center-login-text span {
    background: #fff;
    padding: 0 10px;
}

.social-group.social-fSignIn {
    background-color: #ffffff;
}

.social-group.social-gSignIn {
    background-color: #ffffff;
}

.page-header.navbar .page-logo a img {
    max-height: 40px;
    vertical-align: middle;
    display: inline-block;
}
/*end*/
/*my topic font size customization*/
.core-lists .core-list-item .core-item-title {
    font-size: 16px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 500;
}

.core-lists .core-list-item .core-item-description {
    font-size: 13px;
    margin-bottom: 5px;
    word-break: break-word;
}

.data_sec_note{
	text-align:center;
	font-size:12px;
	color:grey;
	padding-top:10px;
}

input#submitFormsignup {
    border-radius: 4px;
    padding: 12px 20px;
}

/*.registration-page {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f4f4f4;
    max-width: 540px;
    margin: auto;
}*/

.registration-page .register_social_form .center-login-social {
    width: 100%;
    margin: auto;
}


/*end*/



@media screen and (max-width:767px){
	.article_details p {
		color: #000;
		font-size: 16px;
	}
	a.login_btn {
		padding: 7px 10px;
		background: #00c4cc;
		font-size: 12px;
		font-weight: 500;
		color: #fff;
		border-radius: 4px;
		text-decoration: none;
	}
	a.back_btn {
		padding: 7px 10px;
		background: #00c4cc;
		font-size: 12px;
		font-weight: 500;
		color: #fff;
		border-radius: 4px;
		text-decoration: none;
		margin-right: 3px;
	}
	.header_btn {
		margin: auto;
		text-align: right;
		margin-top: 5px;
	}
	.article_banner {
		padding: 10px 0 50px;
		position: relative;
		top: 90px;
	}
	.article_section {
		padding: 20px 0 70px;
		position: relative;
		top: 60px;
	}
	.article_details .article_title h2 {
		margin-bottom: 15px;
		line-height: 31px;
		font-size: 30px;
		font-weight: 500;
	}
	.custom_blog button.owl-prev {
		position: absolute;
		left: -4%;
		top: 40%;
		transform: rotate(0deg);
	}
	.custom_blog button.owl-next {
		position: absolute;
		right: -4%;
		top: 40%;
		transform: rotate(0deg);
	}
	.join_now_btn a {
		position: absolute;
		top: 13px;
		right: 30%;
		background: #00c4cc;
		padding: 8px 20px;
		border-radius: 25px;
		color: #fff;
		text-decoration: none;
	}
	.notify_group {
		float: none;
		margin-top: 13px;
	}
	.login_acc_content {
		float: right;
		margin-top: 13px;
		margin-left: 20px;
		position: relative;
		right: 10px;
	}
	.owl-theme .owl-nav {
		display: none;
	}
	a.sign_up_btn {
		background: #3f9cb3;
		padding: 10px 20px;
		color: #fff;
		border-radius: 30px;
		text-decoration: none;
		transition: 400ms ease-in-out;
	}
	.notify_group {
		float: right !important;
		margin-top: 11px;
	}
	.notify_content .dropdown-menu#notifications_list {
		right: -8px;
		width: 290px;
	}
	.notify_content .dropdown-menu#conversation_list {
		width: 290px;
		right: -40px;
	}
	.global-search input#global-search {
		color: #fff;
		background-color: #033a6200;
		border: 2px solid #ffffff;
		border-radius: 25px;
	}
	.global-search .global-search-label .global-search-icon-submit, .global-search .global-search-label .global-search-icon-cancel {
		color: #fff;
	}
	.logo-default .logo-default-img {
		display: inline-block;
		max-height: 50px;
		max-width: 248px;
		margin-top: 6px;
	}
	.logo-default {
		display: block;
		width: 153px;
	}	
	.join_now_btn a {
		display: none;
	}
	.notify_content > a .btn-group-icon {
		vertical-align: middle;
		color: #fff;
		font-size: 30px;
		width: 30px;
		height: 30px;
		overflow: hidden;
	}
}
/*end of article section*/