@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&family=Work+Sans:wght@400;500;600&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    cursor: pointer;
}

/* common */

.body-fixed {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.btn {
    border-radius: 50px;
    border-style: solid;
    border-width: 0 0 3px;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 1.18;
    padding: 15px 24px 12px;
    text-align: center;
    transition: all .4s ease-in-out;
}

.btn-outline-secondary {
    background: #fff;
    border: solid #e8e8e8;
    border-width: 1px 1px 3px;
    color: #4b5360;
}

.btn-outline-secondary:hover {
    background-color: #fafafa;
    border-color: #dfdfdf;
    color: #4b5360;
}

.btn-pink {
    background-color: #ef5166;
    border-color: #d8384d;
}

.btn-pink:hover {
    background-color: #d8384d;
    border-color: #00000041;
    color: #fff;
}

.sec-head {
    margin-bottom: 50px;
}

.sec-title {
    color: #212121;
    display: block;
    font-family: 'inter', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 16px;
    margin-bottom: 0;
}

.title-lg {
    font-size: 60px;
}

.title-md {
    font-size: 56px;
}


.sec-head p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #4b5360;
    margin-bottom: 0;
}

.common-sec {
    padding: 100px 0;
}

.container.type-1 {
    max-width: 1296px;
    padding: 0 15px;
}

/* common-end */

.btn~.btn {
    margin-left: 11px;
}

/* header */
.header {
    border-bottom: 1px solid #e5ebf3;
    padding: 16px 85px;
}

.menuIcon {
    color: #000;
    display: none;
    height: 32px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    width: 32px;
}

.menuIcon span {
    background: currentColor;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}

.menuIcon span:after,
.menuIcon span:before {
    background: currentColor;
    content: "";
    height: 3px;
    width: 16px;
    left: 0;
    position: absolute;
}

.menuIcon span:after {
    bottom: -8px;
}

.menuIcon span:before {
    top: -8px;
}


.menuIcon span,
.menuIcon span:after,
.menuIcon span:before {
    transition: all .4s ease-in-out;
}

.header .header-logo {
    height: 44px;
}

.header-logo img {
    width: 259px;
    height: auto;
    object-fit: cover;
}

.header-logo a img:last-child {
    display: none;
}

.header-links {
    padding-right: 100px;
}

.header-links ul {
    align-items: center;
    display: flex;
}

.header-links ul li {
    color: #4b5360;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    margin-left: 32px;
    transition: all .4s ease-in-out;
}

.header-links ul li:hover {
    color: #d8384d;
}

.header .btn {
    padding: 20px 35px 17px;
}

/* sidebar */
.dashboard-sidebar-logo {
    padding: 20px;
    position: relative;
}

.dashboard-sidebar-logo a {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
}

.dashboard-sidebar-close-btn {
    align-items: center;
    background-color: #ef5166;
    border: none;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.dashboard-sidebar li a,
.dashboard-sidebar li button {
    align-items: center;
    background-color: initial;
    border: none;
    color: #212121;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    outline: none;
    padding: 12px 15px 12px 24px;
}

.dashboard-sidebar {
    border-right: 1px solid #ededed;
    display: flex;
    flex: 0 0 210px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-width: 210px;
    padding: 32px 0 0;
}

.dashboard-sidebar-close-btn span:after,
.dashboard-sidebar-close-btn span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 80%;
    height: 3px;
    background-color: #fff;
}

.dashboard-sidebar-close-btn span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dashboard-backdrop {
    background: rgba(33, 33, 33, .49);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    z-index: 99;
}

.dashboard-backdrop.show,
.dashboard-popup.show {
    align-items: baseline;
    opacity: 1;
    padding: 150px 0;
    visibility: visible;
}

/* listing-sec */
.listing-sec .sec-head {
    margin-bottom: 0;
}

.resource-btn .btn {
    padding-right: 50px;
    min-width: 177px;
}

.resource-btn .btn:focus-visible,
.resource-btn .btn:active {
    background: transparent !important;
    color: #4b5360;
}
li.active a{
    color: #d8384d;
}
.down-arrow {
    position: relative;

}

.down-arrow::after {
    content: "";
    position: absolute;
    right: 27px;
    top: -12px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(136deg);
    height: 11px;
    width: 11px;
    transition: 0.5s ease-in-out;
}

.listing-dropodown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: inline-block;
    min-width: 200px;
    border-radius: 10px;
    position: absolute;
    right: -20px;
    top: 47px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 10px 15px -10px #dfdfdf;
}

.listing-dropodown ul.dropdown-menu li a {
    display: block;
    padding: 7px 10px;
    color: #4b5360;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #e6e6e6;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.listing-dropodown ul.dropdown-menu li a:hover {
    color: #ef5166;
}

.listing-dropodown ul.dropdown-menu li:first-child a {
    border-top: 0;
}

.listing-dropodown .down-arrow.arrow-rotate::after {
    top: -7px;
    transform: rotate(317deg);
}

.listing-dropodown ul.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.listing-content {
    margin-top: 80px;
}

.listing-content .listing-content-row {
    margin: 0 -45px;
}

.listing-content .listing-box {
    padding: 0 35px;
}

.listing-box .listing-img-box {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 30px;
}

.listing-box .listing-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.listing-box .listing-text .listing-title {
    color: #4b5360;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}

.listing-box .listing-text .listing-title:hover {
    color: #d8384d;
}

/* listing-detail-sec */

.listing-detail-head {
    background: linear-gradient(50deg, #21275B, #70A766, #BED77C);
}

.listing-detail-head .sec-head {
    margin-bottom: 0;
}

.listing-detail-head .sec-head .sec-title {
    color: #fff;
    margin-bottom: 0;
}

.details-related .listing-content {
    margin-top: 0;
}

.details-related .sec-head {
    margin-bottom: 80px;
}


/* cms-con */

.cms-con h1,
.cms-con h2,
.cms-con h3 {
    color: #212121;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'inter', sans-serif;
    margin-top: 40px;
    margin-bottom: 15px;
}

.cms-con h4,
.cms-con h5,
.cms-con h6{
    color: #212121;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'inter', sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cms-con h1:first-child,
.cms-con h2:first-child,
.cms-con h3:first-child,
.cms-con h4:first-child,
.cms-con h5:first-child,
.cms-con h6:first-child {
    margin-top: 0;
}

.cms-con p {
    display: block;
    margin-bottom: 10px;
    color: #4b5360;
    line-height: 1.6em;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.cms-con p,
.cms-con span {
    margin-bottom: 20px;
}

.cms-con p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cms-con ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
}

.cms-con ul li {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    color: #4b5360;
    margin-bottom:5px;
    padding-left: 20px;
    position: relative;
}

.cms-con ul li:last-child {
    margin-bottom: 0;
}

.cms-con ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background:#4b5360;
}

.cms-con a {
    font-weight: 600;
    color: #66bf7a;
}

.cms-con a:hover {
    color: #d8384d;
    transition: all 0.5s ease-in-out;
}

/* footer */
.footer {
    padding: 46px 0;
}

.footer-con {
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-con span {
    color: #5f666d;
    display: inline-block;
}

.footer-con li {
    display: inline-block;
    margin-left: 32px;
}

.footer-con li a,
.footer-con span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
}

.footer-con li a {
    color: #2c3237;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.footer-con a,
.login-copyright a {
    color: #5f666d;
}