@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: auto;
	}
}
::-moz-selection {
	color: #FFF;
	background: #01A04C;
}

::selection {
	color: #FFF;
	background: #01A04C;
}
:root {
	--primary: #01A04C;
	--primary-rgb: 1, 160, 76;
    --primary-text:#595959;
}

html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #FFF;
	color:var(--primary-text);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
body a {
	outline: none !important;
}
html.safari:not(.no-safari-overflow-x-fix) .body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:not(.btn):hover {
	text-decoration: none;
}
a {
	color: #01A04C;
}

a:hover {
	color: #01A04C;
}

a:focus {
	color: #01A04C;
}

a:active {
	color: #01A04C;
}

/* Header */
#header {
	position: relative;
	z-index: 1030;
}

#header .header-body {
	display: flex;
	flex-direction: column;
	background: #FFF;
	transition: min-height 0.3s ease;
	width: 100%;
	border-bottom: 1px solid transparent;
	z-index: 1001;
}

#header .header-body.header-body-bottom-border-fixed {
	border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

#header .header-body[class*="border-color-"] {
	border-bottom: 0 !important;
}

#header .header-container {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	transition: ease height 300ms;
}

#header.header-effect-shrink {
	transition: ease height 300ms;
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: rgba(234, 234, 234, 0.5);
	box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

#header .header-row {
	display: flex;
	flex-grow: 1;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}

#header .header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
}
#header .header-column .header-row {
	justify-content: inherit;
}

#header .header-btn-collapse-nav {
    background: var(--primary);
    color: #FFF;
    display: none;
    float: right;
    margin: 0 10px 0 0;
    border-radius: 25px;
}

#header.header-effect-shrink .header-logo {
	display: flex;
	align-items: center;
}
#header .header-logo {
	position: relative;
	z-index: 1;
    margin: 16px 0px;
}

@media (min-width: 992px) {
	#header .header-body:not(.h-100) {
		height: auto !important;
	}
    #header .header-nav {
		display: flex;
		align-items: center;
		flex-grow: 1;
		justify-content: flex-end;
		align-self: stretch;
	}
    #header .header-nav.header-nav-links .header-nav-main{
		align-self: stretch;
		min-height: 0;
		margin-top: 0;
	}
    #header .header-nav-main {
		display: flex !important;
		height: auto !important;
	}

    #header .header-nav-main nav {
		display: flex !important;
	}

	#header .header-nav-main nav > ul > li {
		height: 100%;
		align-self: stretch;
	}

	#header .header-nav-main nav > ul > li > a {
		display: inline-flex;
		align-items: center;
		white-space: normal;
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		padding: 0px 16px;
		text-decoration: none;
	}
    
    #header .header-nav-main nav > ul > li > a.dropdown-toggle{
        padding-right: 32px;
    }
	/* #header .header-nav-main nav > ul > li > a:after {
		display: none;
	} */

	#header .header-nav-main nav > ul > li > a:active, #header .header-nav-main nav > ul > li > a:hover {
		background-color: transparent;
		text-decoration: none;
		color:var(--primary) !important;
	}
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color:var(--primary);
    }
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
		display: none;
	}

    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		position: relative;
		background: transparent !important;
		height: 100%;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0px;
		border: 0;
		box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
		margin: 0;
		min-width: 200px;
		padding: 0px 0;
		text-align: left;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f7f7f7;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		padding: 6px 18px 6px 18px;
		position: relative;
		text-transform: none;
		text-decoration: none;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-item.active, .dropdown-item:active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-item:focus .dropdown-item:hover{
        background-color: #01A04C !important;
        /* color:#fff !important; */

    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-item:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-item:hover {
        color:#fff !important;
        background-color: #01A04C !important;
    }
    #header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		content: "\f078";
		font-weight: 900;
		border: 0;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 0 0 4px;
		font-size: 0.6rem;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}
    #header .header-nav.header-nav-links nav > ul > li:hover > a:before, #header .header-nav.header-nav-links nav > ul > li.open > a:before, #header .header-nav.header-nav-links nav > ul > li.accessibility-open > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before, #header .header-nav.header-nav-line nav > ul > li.accessibility-open > a:before {
		opacity: 1;
	}
    #header .header-nav.header-nav-links nav > ul > li > a.active:before, #header .header-nav.header-nav-line nav > ul > li > a.active:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-links nav > ul > li.dropdown > a:before, #header .header-nav.header-nav-line nav > ul > li.dropdown > a:before {
		border-bottom: 0;
	}

	#header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top: 0;
	}
    #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3px;
		
	}
    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
		left: auto;
		right: 0;
	}
    #header .down {display: none;}
}

@media (max-width: 991px) {
        #header .header-btn-collapse-nav {
            outline: 0;
            display: block;
            position: relative;
            z-index: 1;
        }
        #header .header-logo img {
            z-index: 1;
        }
    
        #header .header-nav {
            display: flex;
            align-items: center;
        }
        #header .header-nav-main {
            position: absolute;
            background: transparent;
            width: 100%;
            top: 100%;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
        }
    
        #header .header-nav-main:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 100%;
            background: #FFF;
            z-index: -1;
            transform: translateX(-50%);
        }
    
        #header .header-nav-main nav {
            max-height: 50vh;
            overflow: hidden;
            overflow-y: auto;
            padding: 0 15px;
            transition: ease all 500ms;
        }
    
        #header .header-nav-main nav.collapsing {
            overflow-y: hidden;
        }
    
        #header .header-nav-main nav::-webkit-scrollbar {
            width: 5px;
        }
    
        #header .header-nav-main nav::-webkit-scrollbar-thumb {
            border-radius: 0px;
            background: rgba(204, 204, 204, 0.5);
        }
        #header .header-nav-main nav > ul {
            padding-top: 15px;
            padding-bottom: 15px;
            flex-direction: column;
        }
    
        #header .header-nav-main nav > ul li {
            border-bottom: 1px solid #e8e8e8;
            clear: both;
            display: block;
            float: none;
            margin: 0;
            padding: 0;
            position: relative;
        }
    
        #header .header-nav-main nav > ul li a {
            font-size: 13px;
            font-style: normal;
            line-height: 20px;
            padding: 7px 8px;
            margin: 1px 0;
            text-align: left;
        }
        #header .header-nav-main nav > ul li.dropdown > a.active {
            margin-top: -1px;
            margin-bottom: -1px;
        }
        #header .header-nav-main nav > ul > li > a.active {
            color: #FFF !important;
            background: var(--primary);
        }
        #header .header-nav-main nav > ul > li > a {
            text-transform: uppercase;
            font-weight: 500;
            margin-top: 1px;
            margin-bottom: 1px;
            color: #000;
        }
        #header .header-nav-main nav > ul li:last-child {
            border-bottom: 0;
        }
        #header .header-nav-main nav > ul li a.dropdown-toggle {
            position: relative;
        }

        #header .header-nav-main nav > ul li a.dropdown-toggle:after {
            content: none;
        }
    
        #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.6rem;
        }
        #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
            display: block;
            margin-left: 20px;
        }
        #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
            background: transparent;
            padding: 0;
            margin: 0;
            font-size: 13px;
            box-shadow: none;
            border-radius: 0;
            border: 0;
            clear: both;
            display: none;
            float: none;
            position: static;
        }
        #header .btn-theme-r {display: none};
        
}


/*--btn---*/
.btn {
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-theme-r{
    border-radius: 25px;
    color:#fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--primary);
    border:none;
    box-shadow: 0px 2px 13px 0px rgba(1, 160, 76, 0.37), 0px 4px 28px 11px rgba(1, 160, 76, 0.08);
    padding: 12px 40px;
}
.btn-theme-s{
    color:#fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 12px;
    background: var(--primary);
    box-shadow: 0px 2px 13px 0px rgba(1, 160, 76, 0.37), 0px 4px 28px 11px rgba(1, 160, 76, 0.08);
    padding: 12px 40px;
}

.btn-theme-r:hover, .btn-theme-r.hover, .btn-theme-r:focus {
    color:#fff;
    background:var(--primary) ;
}
.btn-theme-r:active{
    color:#fff;
    background: var(--primary);
}
.down {
    background: var(--primary);
    color: #FFF;
    border-radius: 25px;
    padding: 0.375rem 0.75rem;
}
.down:hover, .down:focus{
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000 !important;
    background-color: var(--primary) !important;
}

/*--banner---*/
.banner h1{
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 45.758px;
    margin-bottom: 38px;
}

.banner p{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.754px;
}
.guide-banner h3{
    color:#fff;
    font-size: 17.782px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.111px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.guide-banner h1{
    color:#fff;
    font-size: 80.019px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}
.guide-banner p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 17.782px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.073px;
}

/* .down-btn {list-style: none; margin: 0 0 38px 0; padding: 0;display: block;} */
.down-btn {list-style: none; margin: 0px 100px 25px 0; padding: 0;display: block;}
.down-btn li{display: inline-block; margin-right: 35px;}
.fz18{font-size: 18px !important;}
.prof-h {list-style: none; margin: 0 0 0px 0; padding: 0;display: block;}
.prof-h li{
    display: inline-block; 
    padding:5px; 
    color: #F2F3F4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 51.258px;
    text-transform: capitalize;
}
.prof-h li span{
    color: #01A24D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.258px; 
}
.highlight {
    text-align: center;
    background: var(--primary); 
    padding:30px 10px;
    color:#fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.754px;
}
@media (min-width: 992px) {
    .pban{padding: 173px 0px; text-align: center;}
    .ptban{padding: 130px 0px; text-align: center;}
    .guide-banner{padding: 100px 0px; text-align: center;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .pban{padding: 100px 0px; text-align: center;}
    .banner h1{font-size: 30px;line-height: 35.758px;margin-bottom: 25px;}
    .banner p{font-size: 14px;}
    .down-btn {margin: 0 0 25px 0;}
    .down-btn li img{width: 180px; height: auto;}
    .down-btn li{ margin-right: 20px;}
    .guide-banner{padding: 70px 0px; text-align: center;}
    .guide-banner h3{font-size: 15px; margin-bottom: 20px;}
    .guide-banner h1{font-size: 35px;line-height: 35.758px;margin-bottom: 25px;}
    .guide-banner p{font-size: 14px;line-height: 20px;}
    .ptban{padding: 100px 0px; text-align: center;}
}
@media (max-width: 767px) {
    /* .pban, .guide-banner, .ptban{padding:70px 0px 50px 0px; text-align: center;} */
    .pban, .guide-banner, .ptban{padding:35px 0px 50px 0px; text-align: center;}
    
    .banner h1, .guide-banner h1{font-size: 20px;line-height: 25px;margin-bottom: 10px;}
    .banner p, .guide-banner p{font-size: 13px;line-height: 18px;}
    .guide-banner h3{font-size: 13px; margin-bottom: 15px;}
    .down-btn {margin: 0 0 10px 0;}
    .down-btn li{ margin-right: 10px;}
    .down-btn li img{width: 140px; height: auto;}
    .highlight {font-size: 18px;padding: 20px 10px;}
    .guide h1 {font-size: 35px !important;}
}

/*---feature---*/
@media (min-width: 992px) {
.cus-5{flex: 0 0 auto;width: 20%;}
}
.title{margin-bottom: 40px;}
.title h3{
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.782px;
    text-transform: uppercase;
}

.title h2{
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.321px; 
}
.title .theme-color {
    width: 109px;
    height: 5px;
    background: var(--primary);
    opacity: 1;
}
.feature-box{
    margin-bottom: 15px;
}
.feature-box .thumb{
    border-radius: 14px;
    background: #D6F0E2;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
    height: 285px;
}
.feature-box .thumb img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 285px;
    border-radius: 14px;
}
.feature-box .details{position: relative;}
.feature-box h3{
    color: #023B4C;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.52px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.feature-box p{
    color: #6C838A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.fd p{
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.758px; 
    margin-bottom: 0;
}
.procedure{background: rgba(241, 251, 246, 0.62);}
.pro-box{
    border-radius: 16px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 3px 8px 12px 6px rgba(1, 160, 76, 0.05);
    padding: 24px;
    
    
}
.mh380{min-height: 380px;}

.pro-box .pro-icon{
    border-radius: 12px;
    width: 57px;
    height: 57px;
    padding: 12px;
    text-align: center;
    background: #01A24D;
    box-shadow: 0px 2px 4px 0px rgba(1, 160, 76, 0.17), 2px 0px 38px 6px rgba(1, 160, 76, 0.19);
    margin-bottom: 36px;
}
.pro-box .pro-det h3{
    color: #023B4C;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.pro-box .pro-det p{
    color: #6C838A;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}
.mh420{min-height: 420px;}
.pro-box1{
    border-radius: 20px 20px 20px 0px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 3.75862px 10.02299px 15.03448px 7.51724px rgba(1, 160, 76, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 24px;
    margin-bottom: 20px;
}
.pro-box1 .pro-det h3{
    color: #023B4C;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.pro-box1 .pro-det p{
    color: #6C838A;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}
.pro-img{
    background: #F1FBF6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-bottom: 30px;
    height: 190px;
}
.pro-img .image{
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}
.pro-img .download{position: absolute;bottom: 10px; right: 10px;background: #fff;padding: 5px;}
.mt-40{margin-top: 40px;}

.steps {background-color: #F1FBF6;}
.steps .box{
    border-radius: 1.844px;
    border: 1px solid #D9D9D9;
    background: #FEFEFE;
    box-shadow: 0px 3.68758px 3.68758px 0px rgba(0, 0, 0, 0.25);
    padding: 52px 16px;
    text-align: center;
}

.steps .box h3{
    color: #000;
    text-align: center;
    font-size: 18.438px;
    font-weight: 600;
    line-height: 21.576px;
    margin-bottom: 28px;
}
.steps .box p{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}
.steps .box .readmore a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration:none;
    padding-bottom: 2px;
    border-bottom: 2px solid #D9D9D9;
}
.steps .box .readmore a:hover, .steps .box .readmore a:hover::after{color: var(--primary);border-color: var(--primary);}
.steps .box .readmore a::after{
    content:"\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 16px;
    line-height: normal;
    padding-left: 5px;
}
@media (min-width: 992px){

    .steps .box{height: 400px;} 
    .mt150{margin-top: 150px;}
    .mtm150{margin-top: -150px;}
    .mtm52{margin-top: -52px;}
    .mb100{margin-bottom: 100px !important;}
    .pb200{padding-bottom: 200px !important;}
    .pb70{padding-bottom: 70px;}
}
@media (max-width: 991px){
    .steps {padding: 50px 0;}
}
@media (min-width: 576px) and (max-width: 991px){
    .steps .box{height: 300px;margin-bottom: 20px; padding: 30px 15px;} 
}
@media (max-width: 575px){
    .steps .box{height: auto;margin-bottom:20px;}
}

.promo-box{
    border-radius: 64px;
    background: #F1FBF6;
    padding: 43px 50px;
}
.promo-box .title{
    color: #01A24D;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: 52.5px;
}
.promo-content {margin: 20px 0px;}
.promo-content .right{text-align: center; padding: 0px 20px;display: flex;
    flex-direction: column;
    align-items: center; }
.promo-content .right .logo{width: 165px; height:auto;}
.promo-content .right .cont{
    color: #3F3F3F;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0px;
}
.promo-content .right hr{width: 156px; height:1px; background: var(--primary);margin: 35px 0px;display: flex;justify-content: center;}
.promo-content .right .subcont{
    color: #3F3F3F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0px;
}
.promo-content .right .app {margin:10px 0px;}
.promo-content .right .app a img{width: 133px; height: auto; margin-right: 10px;}
@media (min-width: 576px) and (max-width: 991px){
    .promo-box .title {font-size: 25px; line-height: 35px;}
    .promo-content .right .logo {width: 100px;}
    .promo-content .right .cont {font-size: 16px; line-height: 20px;}
    .promo-content .right hr {margin: 15px 0;}
    .promo-content .right .app a img {
        width: 100px;
    }
}
@media (max-width: 767px){
    .promo-box .title {font-size: 20px !important;line-height: 35px;}
    .promo-content .left img{margin-bottom: 20px;}

}
@media (max-width: 575px){
.promo-content .right {padding:0 !important;}
.promo-content .right .app a img {width: 100px;}
.promo-box {
    border-radius: 0px;
    padding: 20px;
 } 
}
@media (min-width: 576px) and (max-width: 991px){
    .title h2 {font-size: 35px;line-height: 40px;}
}
@media (max-width: 575px){
.title h2 {font-size: 25px;line-height: 35px;}
}
@media (max-width: 991px){
    .pro-box {margin-bottom: 20px;min-height: 300px;}
}
@media (min-width: 992px){
     .price-box .w-200{width: 200px;}
}
.pricing {background: #EFFAF4;}
.pricing .ptitle h3{
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.782px;
    text-transform: uppercase;
}
.pricing .ptitle h2{
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
}
.pricing .ptitle h2 span{
    font-size: 40px;
    font-weight: 600;
}
.price-toggle-wrap {
    text-align: center;
    display: inline-block;
    margin: 20px auto 60px auto;
}
.price-toggle-wrap {
    border-radius: 22px;
    background: #F1FBF6;
    box-shadow: 0px 10px 25px 0px rgba(16, 30, 54, 0.10);
    height: 47px;
    padding: 11px 19px;
    justify-content: center;
    align-items: center;
    
   
   
}
.price-toggle-wrap a{
    color: #00B884;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.512px;
    text-decoration: none !important;

}
.price-toggle-wrap a:nth-child(1).active{margin-left: -19px;}
.price-toggle-wrap a:nth-child(2).active {margin-right: -19px;}

.price-toggle-wrap a.active{
    border-radius: 22px;
    background:#fff;
    box-shadow: 0px 8px 20px 0px rgba(1, 160, 76);
    z-index: 2 !important;
    padding: 11px 19px;
    font-weight: 600;
}
.pricing-tab-toggle-content {
    display: none;
  }
  
  .pricing-tab-toggle-content.active {
    display: block;
  }
.price-box{
    border-radius: 12px;
    background: #FFF;
    padding: 28px;
    border-bottom:6px solid #00B884;
    min-height: 620px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    font-family: Segoe UI;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    top: 26px;
    right: -60px;
    padding: 15px;
    background: #ccc;
    width: 50%;
    transform: rotate(45deg);
    background: #00B884;
    text-align: center;
    color: #fff;
 } 
 .ribbon img{margin-right: 5px;}
 @media (max-width: 575px){
    .ribbon {top: 15px;right: -40px;}
 }
 @media (min-width: 576px) and (max-width: 767px){
    .ribbon {top: 30px;right: -70px;}
 }
 @media (min-width: 768px) and (max-width: 991px){
    .ribbon {top: 18px;right: -40px;}
 }
 @media (min-width: 992px) and (max-width: 1200px){
    .ribbon {top: 26px;right: -50px;}
 }
.price-box .heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #023B4C;
    font-size: 15.008px;
    font-weight: 700;
    line-height: 22.512px; 
    text-transform: uppercase;
    margin-bottom: 5px;
}
.price-box .sub-head{
    color: #292D34;
    font-family: Segoe UI;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.price-box .des{
    color: #828282;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%; 
    text-transform: capitalize;
    margin: 25px 0;
}
@media (min-width: 992px){
    .price-box .des{margin: 25px 35px 25px 0 !important;}
}
.price-box .free{
    color: #00B884;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; 
    margin-bottom: 25px;
}
.price-box .free span{
    display: block;
    color: #B9BEC7;
    font-family: Poppins;
    font-size: 11.008px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.512px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.price-box .btn-white{
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.28);
    background: #FFF;
    padding: 18px;
    margin-bottom: 15px;
}
.price-box .btn-green{
    border-radius: 9px;
    background: #00B884;
    color:#fff;
    padding: 18px;
}
.price-box .amount{margin-bottom: 25px;}
.price-box .discount span{
    color: rgba(130, 130, 130, 0.65);
    font-family: Poppins;
    font-size: 11.097px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: line-through;
    
}
.price-box .discount .per {
    border-radius: 19.023px;
    background: rgba(0, 184, 132, 0.63);
    padding: 5px 7px;
    color: #FFF;
    font-family: Poppins;
    font-size: 11.097px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 5px;
}
.price-box .discount .per img{margin-right: 3px;width: 15px; height: auto;margin-top: -3px;}
.price-box .orig-amt{
    color: #000;
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-top: 10px;
}
.price-box .orig-amt span{
    font-size: 26.678px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    vertical-align: top;
}
.price-box .sub-text{
    color: #B9BEC7;
    font-family: Poppins;
    font-size: 11.008px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.512px; 
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.price-box .head-list{
    color: #292D34;
    font-size: 11.008px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.512px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-top: 20px;
}


.price-box .list{list-style: none;padding-left: 0px; margin: 5px 0 0px 0;}
.price-box .list li{
    color: #292D34;
    font-family: Poppins;
    font-size: 11.008px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.price-box .list li::before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #292D34;
    font-size: 11.008px;
    margin-right: 5px;
}

.guide h1{
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.guide h2{
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.guide .ldate{
    color: #595959;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.06px;
    text-transform: capitalize;
}
.guide p{
    color: #5E5E5E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.guide .list{list-style: disc;margin: 0px;padding: 0px;}
.guide .list li {margin-left: 20px;}
.guide .list li i{font-weight: bold;margin: 20px 0px; display: block;}
.guide .nlist { margin: 0px;padding: 0px;}
.guide .nlist li {
    color: #595959;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 28px;
}
.guide .nlist li a{color: #595959;}
.guide h3{
    color: #000;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.guide .italic{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.book-sec h3{
    color: #000;
    font-family: Poppins;
    font-size: 24.53px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.982px; 
    text-transform: capitalize;
    margin-bottom: 20px;
}
.book-sec .viewmore{
    color: #000;
    font-family: Poppins;
    font-size: 14.309px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.171px;
    border-bottom: 2px solid var(--primary);
}
.book-sec .box{
    border-radius: 12px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 20px;
}
.book-sec .box .thumb{
    border: 1px solid #444;
    width: 100%;
    min-height: 347px;
}
.book-sec .box .thumb img{
    width: 100%;
    height: 348px; 
    -o-object-fit: cover;
    object-fit: cover;
}
.book-sec .box .det{
    margin: 10px 0px;
    text-align: center;
}
.book-sec .box .det h3 a{ 
    
    text-align: center;
    font-family: Open Sans;
    font-size: 14.309px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.463px; 
    letter-spacing: 0.714px;
    text-transform: capitalize;
}
.book-sec .box .det h3 a{color: #111;}
.mb40{margin-bottom: 40px !important;}
.mb30{margin-bottom: 30px !important;}
.mb20{margin-bottom: 20px !important;}
.mb15{margin-bottom: 15px !important;}
.mb10{margin-bottom: 10px !important;}
.mb5{margin-bottom: 5px !important;}
.video-box{
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.video-box .thumb {
    padding: 0px;
    margin: 0px;
}
.video-box .thumb a img{
    width: 100%;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-box .det{padding: 15px; text-align: center;}
.video-box .det h3{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.video-box .det a.link {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    
} 
.video-box .det img {margin-right: 5px;}
/*---tabs---*/
.tabs.tabs-simple .nav-tabs {
    justify-content: center;
    border: 0;
    margin: 0;
    padding: 0;
}
.tabs.tabs-simple .nav-tabs>li {
    margin-left: 0;
    margin-bottom: 20px;
}
.tabs.tabs-simple .nav-tabs>li .nav-link
{
        padding: 10px 30px;
        background: 0 0;
        border: 0;
        border-bottom: 3px solid #777;
        border-radius: 0;
        color: #777;
        font-family: Poppins;
        font-size: 36.935px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.tabs.tabs-simple .nav-tabs .nav-link.active{
    border-bottom-color: #30C57A;
}
.tabs .nav-tabs .nav-link.active h4 {
    color: #30C57A;
    font-weight: 600;
}
.tabs.tabs-simple .tab-content {
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

/*--accordation--*/
.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header a::-moz-selection, 
.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-body p::-moz-selection {
	color: var(--primary) !important;
	background: rgba(1, 162, 77, 0.19) !important;
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header a::selection,
.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-body p::selection {
	color: var(--primary) !important;
	background: rgba(1, 162, 77, 0.19) !important;
}
.accordion.accordion-modern-status.accordion-modern-status-borders > .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.085) !important;
    border-radius: 0px;
    border-top:none;
    border-left:none;
    border-right:none;
}
.accordion.accordion-modern-status.accordion-modern-status-borders > .card:last-child{
    border-bottom: none;
}
.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header {
    background: 0 0!important;
    padding: 0;
    border-radius: 0;
    border-bottom: 0;
    margin: -1px;
}
.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header a {
    display: block;
    cursor: pointer;
    background: 0 0!important;
    position: relative;
    padding: 23px 40px 23px 30px;
    transition: ease background-color 300ms,ease color 300ms;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.accordion.accordion-modern-status>.card .card-header a:after {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0,-50%,0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}
.accordion.accordion-modern-status.accordion-modern-status-arrow>.card .card-header a:after {
    transform: translate3d(0,-50%,0) rotate(180deg);
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 900;
}
.accordion.accordion-modern-status.accordion-modern-status-arrow>.card .card-header a.collapsed:after {
    transform: translate3d(0,-50%,0) rotate(0deg);
}
.p-lr30{padding-left: 30px; padding-right: 30px;}
/*--footer---*/
#footer {
    background: #fff;
    padding: 0;
    position: relative;
    clear: both;
}
#footer a{text-decoration: none;}
#footer h5{
    color: #0A142F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
}
#footer .list{ list-style: none;margin: 0;padding: 0;}
#footer .list li { margin-bottom: 8px !important;}
#footer .list li a{
    color: #0A142F;
    opacity: 0.5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#footer .list li a:hover{color: var(--primary);}

#footer .copyright p {
    color: #0A142F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#footer .copyright .cond-link { list-style: none;margin: 0;padding: 0; display: block;}
#footer .copyright .cond-link li {display: inline-block;color: #0A142F; }
#footer .copyright .cond-link li a { 
    color: #0A142F; 
    padding:0px 5px; 
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#footer .copyright .cond-link li a:hover{color: var(--primary);}
#footer .copyright .cond-link li:last-child a{padding-right: 0px;}

#footer .copyright .border-tp{
    border-top: 1px solid rgba(10, 20, 47, 0.06);
}
#footer .social-icons{list-style: none;margin: 0;padding: 0; display: block;}
#footer .social-icons li{display: inline-block; margin-right: 10px;}
#footer .social-icons li:last-child{margin-right: 0px;}
@media (min-width: 992px) {
    #footer .copyright .cond-link {margin: 0 0 0 30px !important;}
}


/*** whatsapp New ***/
.pf {
    position: fixed;
    }
    /* .whatsapp-sec{right:10px;bottom:20px;z-index:9;} */
    .whatsapp-sec{right:50px;bottom:50px;z-index:9;}
    
    .whatsappBtn{background:#2db742;border-radius:50px;box-shadow:0 6px 8px 2px rgb(0,0,0, 0.14);padding:8px 12px 8px 12px;color:#fff;font-weight:700;cursor:pointer;white-space:nowrap;width:158px;transition:all ease-in-out 0.6s;-webkit-transition:all ease-in-out 0.6s;overflow:hidden;box-sizing:border-box;}
    
    .whatsappBtn i{font-size:33px;color:#ffffff;display:inline-block;vertical-align:middle;}
    
    .whatsappBtn .whTxt{margin-left:7px;margin-right:6px;}
    
    .whHdSec .whtCls{position:absolute;right:14px;top:12px;cursor:pointer;}
    
    .whChatSec{right:35px;bottom:30px;width:350px;background:#fff;overflow:hidden;box-shadow:0 10px 10px 4px rgb(0,0,0,0.12);opacity:0;transition:all ease-in-out 0.4s;z-index:9;visibility:hidden;}
    
    .whChatSec.wh-active{display:block;opacity:1;bottom:90px;visibility:visible;}
    
    .whHdSec{background:#2db742;color:#ffffff;color:#d9ebc6;padding:15px 43px 17px 74px;position:relative;}
    
    .whHdSec::before{position:absolute;content:'\f232';font-family:'Font Awesome 5 Brands';left:23px;top:27px;font-size:36px;
    
    color:#ffffff;display:inline-block;}.whHdSec h4{color:#fff;}
    
    .whChatCont{padding:13px 20px 21px 19px;}
    
    .whChatList{margin:14px 0 0;opacity:0;transform:translateY(20px);will-change:opacity,transform;}
    
    .whChatSec.wh-active .whChatList{opacity:1;transform:translate(0);transition:all .4s ease;transition-delay:2.1s;transition-delay:.5s;}
    
    .whChatList a{background:#f5f7f9;border-left:2px solid #2db742;padding:13px 40px 12px 74px;text-decoration:none;border-radius:2px 4px 2px 4px;}
    
    .whChatList a:before{position:absolute;content:'';left:20px;top:12px;background:url(../../img/whatsapp.png); width:40px;height:40px;}
    
    .whChatList a:after{position:absolute; content:'\f232';font-family:'Font Awesome 5 Brands';right:18px;top:20px;width:20px;font-size:26px;color:#2db742;}
    
    .whatsappBtn.wh-close{width:49px;overflow:hidden;box-sizing:border-box;}
    .whHdSec P{color:#d9ebc6;line-height: normal; margin: 0;}
    
    .whChatSec {
        right: 35px;
        bottom: 30px;
        width: 350px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 10px 10px 4px rgb(0 0 0 / 12%);
        opacity: 0;
        transition: all ease-in-out 0.4s;
        z-index: 9;
        visibility: hidden;
    }
    .c5px {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
    .dib {
    display: inline-block;
    }
    .pr{
    position: relative;
    }
    .db {
    display: block;
    }
    @media (max-width: 575px) {
        .whChatSec {
            right: 10px;
            width: 300px;
        }
    }

/*--profile---*/
.app-sec{
    padding: 0px;
    margin: 0px;
    background: var(--primary);
}   
.app-sec .left {display: flex;padding: 50px 0px 45px 0px;}
.app-sec .left .boximg{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    position: relative;
    text-align: center;
}
.app-sec .left img{
    width:150px;
    height: auto;
} 
.app-sec .left .box-info {
    flex: 1 1 100%;
    padding-left: 30px;
}
.app-sec .left span{
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
.app-sec .right {display: flex;padding: 55px 0px 45px 0px;  align-items: center;justify-content: center;}

.app-sec .right .btn-white{
    border-radius: 8px;
    border: 1px solid #E6F5ED;
    background: #FFF;
    box-shadow: 0px 3.34255px 21.72656px 0px rgba(1, 160, 76, 0.37), 0px 6.6851px 46.79567px 18.38401px rgba(1, 160, 76, 0.08);
    color: #01A24D;
    padding:11px 16px;
    font-weight: 500;
}

@media (min-width: 576px) and (max-width: 767px){
    .app-sec .left {
        padding: 40px 0px 40px 0px;
    }
    .app-sec .right {
        padding: 45px 0px 30px 0px;
        justify-content: flex-end;
    }
    .app-sec .left img {
        width: 100px;
        height: auto;
    }
    .app-sec .left span {
        font-size: 20px;
        font-weight: 500;
    }
    .app-sec .right .btn-white {padding: 10px 15px;}
}
@media (max-width: 575px){
    .app-sec .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .app-sec .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .app-sec .left img {
        width: 66px;
        height: auto;
    }
    .app-sec .left span {
        font-size: 12px;
        font-weight: 500;
    }
    .app-sec .right .btn-white {padding: 7px 10px; font-size: 10px;}
    .app-sec .left .box-info {padding-left: 10px;}
    .app-sec .left{padding: 20px 0px;line-height: 16px;}
    .app-sec .right {padding: 20px 0px;justify-content: flex-end;}
}

.prof-padd{
    padding: 110px 0px 100px 0px;
    background-image: url(../img/banner.jpg); 
    background-position: center; 
    background-size: cover;
}
.prof-box {
    display: flex;
}

.prof-box .boximg{
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1 0 auto;
    position: relative;
    text-align: center;
}
.prof-box .boximg img{width:200px; height: auto;border-radius: 10px;}
.prof-box .prof-det{
    flex: 1 1 100%;
    padding-left: 30px;
}
.prof-box .prof-det h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.52px;
    margin-bottom: 22px;
}
.prof-box .prof-det .add{
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.286px;
    margin-bottom: 20px;
}
.prof-box .prof-det .activity{
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.22px;
    margin-bottom: 20px;
}
.prof-box .prof-det .tags{list-style: none;display: flex; padding-left: 0px !important; margin-bottom: 0px;}
.prof-box .prof-det .tags li{
    display: inline-flex;
    padding: 10px 12px;
    align-items: flex-start;
    border-radius: 10px;
    background: #01A24D;
    margin:0px 10px 10px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px; 
    color:#fff;
}

@media (min-width: 576px) and (max-width: 767px){ 

    .prof-box .boximg img {width: 100px;height: auto;}
    .prof-box .prof-det {padding-left: 20px;}
    .prof-box .prof-det h4 {font-size: 30px; margin-bottom: 10px;}
    .prof-box .prof-det .add {font-size: 16px; margin-bottom: 10px;}
    .prof-box .prof-det .activity {font-size: 15px; margin-bottom: 10px;}
    .prof-box .prof-det .tags li {font-size: 14px;padding: 9px;}
}
@media (max-width: 575px){
    .prof-padd{
        background-image: none;
        background-color: #F2F2F2;
        padding: 10px;
    }
    .prof-box{
        width: 100%;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 8px 4px 9px 2px rgba(0, 0, 0, 0.03);
        padding: 20px;
    }
    .prof-box .boximg img{width: 50px;height: auto;}
    .prof-box .prof-det {padding-left: 10px;}
    .prof-box .prof-det h4 {color:#000;font-size: 20px; margin-bottom:5px;}
    .prof-box .prof-det .add {color:#666;font-size: 12px; margin-bottom: 5px;}
    .prof-box .prof-det .activity {color:#666;font-size: 11px; margin-bottom: 5px;}
    .prof-box .prof-det .tags li{border-radius: 5px;background: #F2F2F2;padding: 3px 4px;color: #404040;font-size: 12px;}
}
.prof-info .title{border-bottom: 1px solid #E9E9E9;}
.prof-info .det{
    padding: 0px 20px;
}

.prof-info .det h3{
    color: #222;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.prof-info .det .heading{
    color: #AAA;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.prof-info .det .desc{
    color: #444;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.prof-info .det .tags{list-style: none;display: flex; padding-left: 0px !important; margin-bottom: 0px;margin-top: 10px;}
.prof-info .det .tags li{
    display: inline-flex;
    padding: 6px 20px;
    align-items: flex-start;
    border-radius: 10px;
    background: #F5F5F5;
    margin:0px 20px 10px 0px;
    color: #797979;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 767px){ 
    .prof-info .title {margin-bottom: 25px;}
    .prof-info .det h3 {font-size: 22px;margin-bottom: 22px;}
    .prof-info .det .heading {font-size: 20px;}
    .prof-info .det .desc {font-size: 20px;}
    .prof-info .det .tags li {font-size: 20px;}
}
@media (max-width: 575px){
    .prof-info{border-top-left-radius: 12px;border-top-right-radius: 12px;}
    .prof-info .title {margin-bottom: 10px;}
    .prof-info .det h3 {font-size: 20px;margin-bottom: 10px;}
    .prof-info .det .heading {font-size: 14px;}
    .prof-info .det .desc {font-size: 16px;}
    .prof-info .det .tags li {font-size: 16px; padding: 3px 6px;margin: 0px 10px 10px 0px;}

}

/*--------video---------*/
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 999;
    padding: 0px;
    border-radius: 0.3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popup-container .modal-header {
            border-bottom: none;
            align-items: flex-end;
            justify-content: flex-end;
            padding-bottom:0;
        }

        #resize-button {display: none;}
        .resize-button,
        .close-button {
            cursor: pointer;
            font-size: 15px;
            padding: 5px 10px;
            margin-left: 5px;
            border-radius: 0.3rem;
            background-color: #00b22d;
            color: #fff;
            display: inline-block;
            transition: background-color 0.2s ease-in-out;
        }

        .resize-button:hover,
        .close-button:hover {
            background-color: #00b22d;
            color: #000;
        }

        video {
            display: block;
            width: 100%;
            height: 100%;
        }

    .popup-container.mini {
            top: auto;
            right: auto;
            left: 10px;
            bottom: 10px;
            transform: none;
            width: 200px;
            height: auto;
    }
