* {
    margin: 0px;
    padding: 0px;
}

.clear {
    padding: 0px;
    margin: 0px;
    clear: both;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    position: relative;
    background-color: #fff;
}

ul {
    list-style: none;
    margin: 0px !important;
}

a:focus,
:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size: 25px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 20px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 18px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 15px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    color: #454545;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    color: #454545;
    margin: 0;
    padding: 0;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

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

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    vertical-align: middle;
    border-style: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

:root {
    --blue: #055299;
    --orange-linear: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    --orange: #FF7A03;
    --blue-linear: linear-gradient(90deg, #055299 -2.5%, #064C8D 51.46%, #2064AD 102.14%);
}

@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');

/*
font-family: 'K2D', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/


header {
    width: 100%;
    position: fixed;
    z-index: 999;
    display: block;
    top: 0px;
    background-color: white;
}

header.lightheader {
    box-shadow: 0px 4px 17px 0px #00000030;
}

.top-container {
    padding: 0px 74px !important;
}

.navbar {
    padding: 0px 0px !important;
}

.navbar-brand {
    width: 213px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}

.navbar-brand img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-height: 100%;
}

span.nav-line {
    height: 36px;
    width: 1px;
    display: block;
    background-color: #DEDFE3;
    margin: 0px 20px 0px 83px;
}

.navbar-collapse {
    justify-content: flex-end;
}

.nav-link {
    padding: 26px 0px 21px 0px !important;
    margin: 0px 18px !important;
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
    position: relative;
}

.nav-link:hover {
    color: var(--orange);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
    border-radius: 3px 3px 0px 0px;
    background-color: var(--orange);
    display: block;
    transition: all 0.4s ease;
    bottom: 0px;
    left: 0px;
}

.nav-link:hover::after {
    width: 100%;
    height: 3px;
}

.nav-link img {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 7px;
    margin-top: -4px;
}

.navbar-nav {
    align-items: center !important;
}

.nav-link.nav-log {
    padding: 8px 16px 8px 14px !important;
    margin: 15px 0px 15px 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange-linear);
    color: #FFF;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.17px;
    border-radius: 5px;
    position: static;
}

.nav-link.nav-log::after {
    display: none;
}

.nav-link.nav-log img {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 9px;
}

.nav-link.nav-log:hover {
    background: var(--blue-linear);
}

.banner-padding {
    padding: 34.5px 0px;
    display: block;
    width: 100%;
    height: 69px;
}


.banner {
    z-index: 3;
    background: #055299;
}

img.bnr-bg {
    top: 0px;
    right: 0px;
    height: 100%;
    width: auto;
    z-index: -2;
}

.bnr-txt-bg {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 67.25%;
    background-image: url(../images/bnr-txtbg.png);
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.bnr-txt {
    padding: 169px 0px 200px 0px;
    width: 630px;
}

.bnr-txt h1 {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    /* 122.727% */
    letter-spacing: 0.44px;
    margin-bottom: 18px;
    margin-right: 93px;
}

.bnr-txt p {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 164.706% */
    letter-spacing: 0.34px;
    margin-bottom: 41px;
    margin-right: 93px;
}

.banner form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

select.bnr-cat {
    border-radius: 6px 0px 6px 6px;
    background: #F7F7F7;
    height: 48px;
    width: 40.15%;
    margin-right: 3px;
    padding: 13px 29px 13px 39px;
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.28px;
    border: 1px solid var(--blue);
    outline: none;
    box-shadow: none !important;
    appearance: none;
    background-image: url(../images/select-drop.png);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: right 16px center;
}

select.bnr-cat:hover,
select.bnr-cat:focus,
select.bnr-cat:focus-visible,
select.bnr-cat:focus-within {
    border: 1px solid var(--orange);
}

img.cat-icon {
    display: block;
    width: 20px;
    height: 20px;
    left: 11px;
    top: 15px;
}

select.bnr-cat.bnr-subcat {
    padding: 13px 29px 13px 13px;
}

.banner form button {
    border-radius: 5px;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    width: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    height: 48px;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
}

.banner form button img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 7px;
}

.banner form button:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: var(--orange);
}

.banner form button:hover img {
    filter: invert(49%) sepia(38%) saturate(1729%) hue-rotate(355deg) brightness(102%) contrast(105%);
}

.stom-sec {
    width: 266px;
    height: 63px;
    border-radius: 8px;
    background: #FFF;
    padding: 9px 12px 9px 9px;
    top: 139px;
    right: -152px;
    transform: translateX(100%);
}

.stom-img {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    border-radius: 12px;
    background: #FFE7D2;
}

.stom-img img {
    display: block;
    width: 22px;
    height: 26px;
}

.stom-sec h5 {
    color: #000;
    font-family: K2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 138.889% */
    letter-spacing: 0.36px;
}

.stom-sec h5 span {
    display: block;
    color: #373E44;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: 0.15px;
}


.why-sec {
    background-image: url(../images/why-sec-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom 35px;
    padding: 84px 0px 74px 0px;
}

.why-sec-hdr {
    width: 813px;
    max-width: 100%;
    margin: 0px auto 28px auto;
}

.why-sec-hdr h2 {
    color: #1A202F;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.why-sec-hdr p {
    color: #202225;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 152.941% */
    letter-spacing: 0.17px;
}

.why-mis {
    border-radius: 7px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    padding: 48px 29px 18px 29px;
}

span.mis-icon {
    border-radius: 0px 0px 64px 64px;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    background: #FFF;
    top: -1px;
    left: calc(50% - 35.5px);
    width: 71px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

span.mis-icon img {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
}

.why-mis h4 {
    color: #000;
    text-align: center;
    font-family: K2D;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 104.348% */
    letter-spacing: 0.69px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.why-mis p {
    color: #5F6B72;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
}

.why-rater-div {
    width: 100%;
    margin: 0px 5px;
    padding: 0px 52px;
}

.why-rate-leaf {
    display: block;
    width: 65px;
    height: 112px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: -11px;
}

.why-rate-leaf.leaf-right {
    right: -5px;
    left: auto;
}

.why-rate-leaf img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.why-rater-div h3 {
    color: #1E3266;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    /* 126.667% */
    text-transform: uppercase;
}

.why-rater-div p {
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-top: 7px;
}

.why-rater-div a {
    display: block;
    width: 100%;
    color: #FF7A03;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 123.529% */
    letter-spacing: 0.17px;
}

.why-rater-div a:hover {
    color: var(--blue);
}


.featured-product {
    padding: 61px 0px 92px 0px;
    background: #F5F9FF;
    position: relative;
}

svg.sec-start-graphic {
    width: 211px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -100%);
}

.featured-product svg {
    fill: #F5F9FF;
}

.feat-prod-hdr {
    margin-bottom: 40px;
}

.feat-prod-hdr h2 {
    color: #1A202F;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.feat-prod-hdr p {
    color: #212935;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.18px;
}

/* .owl-feature{
    width: calc(100% + 44px) !important;
    margin-left: -22px;
    margin-right: -22px;
} */
.feature-box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.04);
    margin: 7px;
    padding: 24px 33px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.feat-company {
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #EEDDC9;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
}

.feat-company img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-height: 48px !important;
}

.feat-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 7px;
    width: 100%;
    height: 319px;
    margin-bottom: 12px;
    margin-top: -8px;
}

.feat-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.feat-img::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 125px;
    display: block;
    z-index: 3;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0.00) 27.13%, #FFF 79.39%);
}

.feature-box h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1B202F;
    font-family: Nunito Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 128.571% */
    letter-spacing: 0.21px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.feature-box h2 a {
    color: inherit;
}

.feature-box h2 a:hover {
    color: var(--blue);
}

.feature-box ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.feature-box ul li {
    color: #000;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 153.333% */
    letter-spacing: 0.3px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.feature-box ul li+li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 4px;
    background-image: url(../images/feat-ul.png);
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

a.feat-btn {
    width: 100%;
    background: var(--orange-linear);
    border-radius: 5px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: K2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.32px;
    padding: 8px 8px 8px 12px;
    margin-top: 35px;
}

a.feat-btn img {
    display: block;
    width: 20px !important;
    height: 20px;
}

a.feat-btn:hover {
    background: var(--blue-linear);
}


.owl-feature .owl-nav button,
.owl-disc .owl-nav button,
.owl-disc-new .owl-nav button,
.owl-endolearn .owl-nav button,
.owl-team .owl-nav button {
    margin: 0px 0px !important;
    width: 63px;
    height: 63px;
}

.owl-feature .owl-nav,
.owl-disc .owl-nav ,
.owl-disc-new .owl-nav ,
.owl-endolearn .owl-nav  ,
.owl-team .owl-nav  {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}

.owl-feature .owl-nav button span,
.owl-disc .owl-nav button span,
.owl-disc-new .owl-nav button span,
.owl-endolearn .owl-nav button span,
.owl-team .owl-nav button span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
}

.owl-feature .owl-nav button.owl-prev,
.owl-disc .owl-nav button.owl-prev ,
.owl-disc-new .owl-nav button.owl-prev ,
.owl-endolearn .owl-nav button.owl-prev,
.owl-team .owl-nav button.owl-prev {
    transform: translateX(-100%);
}

.owl-feature .owl-nav button.owl-next,
.owl-disc .owl-nav button.owl-next,
.owl-endolearn .owl-nav button.owl-next,
.owl-team .owl-nav button.owl-next {
    transform: translateX(100%);
}

.owl-feature .owl-nav button.owl-prev span,
.owl-disc .owl-nav button.owl-prev span ,
.owl-endolearn .owl-nav button.owl-prev span ,
.owl-team .owl-nav button.owl-prev span {
    background-image: url(../images/owl-ft-lft.png);
}

.owl-feature .owl-nav button.owl-next span,
.owl-disc .owl-nav button.owl-next span,
.owl-endolearn .owl-nav button.owl-next span ,
.owl-team .owl-nav button.owl-next span {
    background-image: url(../images/owl-ft-r8.png);
}

.owl-feature .owl-nav button:hover,
.owl-feature .owl-nav button:focus,
.owl-disc .owl-nav button:hover,
.owl-disc .owl-nav button:focus ,
.owl-endolearn .owl-nav button:hover,
.owl-endolearn .owl-nav button:focus,
.owl-team .owl-nav button:hover,
.owl-team .owl-nav button:focus{
    background: transparent !important;
}

.owl-feature .owl-nav button:hover span,
.owl-feature .owl-nav button:focus span,
.owl-disc .owl-nav button:hover span,
.owl-disc .owl-nav button:focus span ,
.owl-endolearn .owl-nav button:hover span,
.owl-endolearn .owl-nav button:focus span ,
.owl-team .owl-nav button:hover span,
.owl-team .owl-nav button:focus span {
    filter: invert(17%) sepia(95%) saturate(2695%) hue-rotate(196deg) brightness(90%) contrast(96%)
}


.forum {
    background-image: url(../images/forum-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 63px 0px 58px 0px;
}

.forum-hdr {
    margin-bottom: 36px;
}

.forum-hdr h2 {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.forum-hdr p {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.18px;
}

.forum svg {
    fill: #1F44A5;
}

/* .owl-forum .owl-stage-outer {
    margin-left: calc((100% - 1200px)/2);
} */

.forum-box {
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.07);
    display: block;
}

.frum-box-hd {
    border-radius: 9px 9px 0px 0px;
    background: #FFF;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 17px 15px 10px 14px;
}

.frum-box-hd h4 {
    color: #1B202F;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 157.895% */
    letter-spacing: 0.19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
    display:flex;
    justify-content:flex-start;
    align-items: center;
}
.frum-box-hd h4 img {
    width: auto;
    height: auto;
    max-width: 64px !important;
    display: block;
    margin-right: 7px;
}
.frum-box-hd h4:hover{
    color: var(--orange);
}
.frum-number h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: fit-content;
    color: #405068;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    /* 207.143% */
    letter-spacing: 0.14px;
}

.frum-number h5 img {
    display: block;
    width: 16px !important;
    height: 16px;
    margin-right: 6px;
}


.frumer-div {
    padding: 20px 25px 16px 26px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.frum-img {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 12px;
}

.frum-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.frumer-name h5 {
    color: #1A1B2F;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.17px;
}

.frumer-name h5 span {
    display: block;
    color: #515159;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 153.333% */
    letter-spacing: 0.15px;
}

.frumer-name h5 span b {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 3px;
}

.frumer-cmnt {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.11);
    padding: 8px 14px;
    width: 155px;
    height: 39px;
}

.frumer-cmnt h6 {
    width: fit-content;
    color: #2B3748;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    /* 207.143% */
    letter-spacing: 0.28px;
}

.frumer-cmnt h6 img {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 3px;
}

span.cmnt-line {
    width: 1px;
    height: 23px;
    background: #ECECEC;
    display: block;
    margin: 0px 17px;
}

.owl-forum .owl-nav {
    width: 160px;
    position: absolute;
    top: 100%;
    left: calc(50% - 80px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-forum .owl-nav button.owl-prev span {
    background-image: url(../images/arrow-left1.png);
}

.owl-forum .owl-nav button.owl-next span {
    background-image: url(../images/arrow-left.png);
}

.owl-forum .owl-nav button span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
}

.owl-forum .owl-nav button {
    margin: 0px 0px !important;
    width: 20px;
    height: 20px;
}

.owl-forum .owl-dots  , .owl-endolearn .owl-dots{
    position: absolute;
    top: 103%;
    left: 48%;
    /* width: 100%; */
}

.owl-forum.owl-carousel {
    padding-bottom: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

/*****articles*****/
.articles {
    padding: 70px 0;
}

.forum-hdr2 {
    margin-bottom: 32px;
}

.forum-hdr2 h2 {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
}

.forum-hdr2 p {
    color: #212935;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.18px;
}

.articles_big img , .articles_big iframe {
    width: 100%;
    height: 324px;
    object-fit: cover;
    margin-bottom: 32px;
    border-radius: 6px;
}

.articles_big h6 {
    color: #202225;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.16px;
    margin-bottom: 10px;
}

.articles_big h6 span {
    color: #6C6D6F;
}

.articles_big h2 a {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 104.545% */
    letter-spacing: 0.22px;
    margin-bottom: 13px;
    display: block;
}

.articles_big p {
    color: #4E4F51;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* 168.75% */
    letter-spacing: 0.16px;
}

.articles_list {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
}

.articles_list img {
    width: 200px;
    height: 126px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 25px;
}
.articles_list iframe {
    width: 200px;
    height: 126px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 25px;
}

.artcles_list_text {
    width: calc(100% - 225px);
}

.artcles_list_text h6 {
    color: #202225;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.16px;
    margin-bottom: 10px;
}

.artcles_list_text h6 span {
    color: #6C6D6F;
}

.artcles_list_text h2 a {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 157.895% */
    letter-spacing: 0px;
    text-decoration-line: underline !important;
}

.articles_big h2 a:hover,
.artcles_list_text h2 a:hover {
    color: #2A65A4;
}

.ad_banner img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}


/*--------footer-----------*/
footer {
    margin-top: 80px;
    position: relative;
    background: #055299 !important;
    z-index: 2;
}

.footer-top {
    padding: 40px 0 60px;
}

.footer_logo {
    margin-bottom: 8px;
}

.footer-top p {
    width: 60%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.16px;
}

.socail_links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px !important;
}

.socail_links li {
    margin: 0 7px;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.hr_br {
    width: 100%;
    height: 1px;
    background: #0865BB;
    margin-top: -17px;
}

.footer-links {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 55px;
}

.footer_link_left {
    width: 34%;
}

.mid-inr {

    justify-content: space-between;
}

.foot-mid h3 {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 142.105% */
    letter-spacing: 0.19px;
    margin-bottom: 15px;
}

.mid-inr li a,
.mid-inr li span {
    color: #DAE3FB;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 213.333% */
    letter-spacing: 0.15px;
}

.mid-inr li span {
    margin: 0 9px;
}

.mid-inr li a:hover,
.mid-inr p a:hover {
    color: #FF7A03;
}

.footer_link_middle {
    text-align: center;
    width: 29%;
}

.mid-inr2 {
    justify-content: center;
}

.footer_link_right {
    width: 34%;
    display: flex;
    justify-content: end;
}

.mid-inr p,
.mid-inr p a {
    color: #DAE3FB;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.footer-copy {
    border-top: 1px solid #0865BB;
    padding: 27px 0;
}

.copy-inr p {
    color: #C8D7FF;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 192.857% */
    letter-spacing: 0.14px;
}

.copy-inr p a {
    color: #FF9534;
}

.copy-inr p a:hover {
    color: #fff;
}


/*catelog page*/
.inner_banner {
    position: relative;
    display: block;
}

.inner_banner img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.inner_banner_text {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 40px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.banner_breadcums ul {
    display: flex;
    align-items: center;
}

.banner_breadcums ul li a,
.banner_breadcums ul li {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}

.banner_breadcums ul li span {
    color: rgba(255, 255, 255, 0.60);
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
    margin: 0 12px;
}

.inner_banner_text h2 {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    /* 192.857% */
    letter-spacing: 0.28px;
}

.filtr_texts {
    width: 296px;
    height: 63px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-top: 3px solid #FF3B34;
    background: #F8FBFF;
    margin-top: 18px;
    padding-left: 24px;
    position: relative;
    z-index: 9;
}

.filtr_texts h3 {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.42px;
}

.inner_background {
    background: #F8FBFF;
    position: relative;
    z-index: 2;
}
.inner_background:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 14%;
    left: 0;
    width: 66px;
    height: 245px;
    background: url(../images/pattern-bg.png);
}

.search_box_inner {
    padding-top: 40px;
}

.search_inputs {
    width: 100%;
    position: relative;
}

.search_inputs select, .search_inputs input, .search_inputs textarea {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    height: 60px;
    width: 100%;
    border: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding: 0 31px 0 20px;
    text-overflow: ellipsis;
}

.search_inputs span {
    position: absolute;
    left: 13px;
    top: 19px;
}

.margin_left {
    padding-left: 40px !important;
}

.search_inputs select {
    background: #fff url(../images/chevron-down.png)no-repeat right 15px center;
}

.search_reset {
    display: flex;
    align-items: center;
    width: 100%;
}

.search_reset a , .add_acu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    height: 60px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search_reset a img {
    margin-right: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.search_reset a:hover,
.search_reset a.reset-btns  {
    background: #15569B;
}
.add_acu:hover{
    background: #fff;
    color: #15569B;
}

.search_reset a.reset-btns:hover {
    background: grey;
}

.search_list_catalog {
    padding: 45px 0;
}

.search_heading h2 {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.catalog_boxs {
    border-radius: 11px;
    border: 1.5px solid #FFF;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 22px;
}
.calelog_img a{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.calelog_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
    width:auto;
    margin: 0 auto;
}

.catalog_info {
    margin-top: 16px;
}

.catalog_info h2 a {
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 121.053% */
    letter-spacing: 0.19px;
    display: block;
}

.catalog_info h2 a:hover {
    color: #fe7902;
}

.catalog_info ul {
    display: flex;
    align-items: center;
    margin-top: 9px !important;
}

.catalog_info ul li {
    color: #344B70;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    /* 153.333% */
    letter-spacing: 0.3px;
    position: relative;
}

.catalog_info ul li img {
    margin-right: 9px;
}

li.pr-1 {
    padding-right: 6px;
}

.catelog_info_btms {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #EBEBEB;
}

.catelog_info_btms {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catelog_info_btms img {
    max-width: 143px;
    height: auto;
}

.catelog_info_btms a {
    border-radius: 5px;
    border: 1px solid #1E3266;
    background: #FFF;
    width: 165px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E3266;
    text-align: center;
    font-family: K2D;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: 0.15px;
}

.catelog_info_btms a:hover {
    color: #fff;
    border: 1px solid #FF7A03;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
}

.catelog_info_btms a:hover img {
    filter: brightness(0) invert(1);

}

.plpg-pag .pagination {
    justify-content: center;
}

.plpg-pag {
    margin-top: 17px;
    margin-bottom: 30px;
}

.plpg-pag .pagination .page-link {
    width: 41px;
    height: 41px;
    border-radius: 12px !important;
    border: 1px solid #15569B;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--grey-black);
    text-align: center;
    font-family: 'Nunito Sans';
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.63px;
    text-transform: capitalize;
    margin: 0px 6px;
}

.plpg-pag .pagination .page-link:hover {
    background: #15569B;
    color: white;
}

.plpg-pag .pagination .page-link:hover img {
    filter: invert(1) brightness(100);
}

.lft-filter {
    /* display: flex; */
    display: none;
    justify-content: flex-start;
    align-items: center;
    color: var(--grey-black);
    font-family: 'Averia Libre';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 8px;
    background-color: var(--blue)1a;
    width: fit-content;
    border-radius: 5px;
}


/*login*/

.login_sec {
    width: 100%;
    display: inline-block;
    background: url(../images/bg.png)no-repeat #F1F8FA;
    background-size: cover;
    min-height: calc(100vh - 75px);
}

.login_inr {
    width: 100%;
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_bx {
    max-width: 540px;
    width: 540px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 28px 50px;
    margin: 50px 0;
}

.login_bx_pan .text-center h1 {
    color: #212935;
    text-align: center;
    font-family: K2D;
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}

.login_bx_pan .text-center p {
    color: #212935;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.19px;
}

.login_bx_fm {
    margin-top: 38px;
}

.student_froms_inputs {
    margin-bottom: 30px;
    position: relative;
}

.student_froms_inputs {
    margin-bottom: 25px;
    position: relative;
}

.student_froms_inputs label {
    font-family: ' Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #4F5356;
    margin-bottom: 3px;
}

.student_froms_inputs input,
.student_froms_inputs select,
.student_froms_inputs textarea {

    border: 1px solid #C0CED4;
    border-radius: 6px;
    border: 1px solid #C0CED4;
    color: #293C46;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 186.667% */
    letter-spacing: 0.15px;
    height: 50px;
    padding-left: 15px;
    padding-right:22px;
    text-overflow: ellipsis;
    width: 100%;
    outline: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 15;
    text-overflow: ellipsis;
}
.student_froms_inputs textarea
{
    height: 105px;
    padding: 10px 18px;
}

.student_froms_inputs input:focus,
.student_froms_inputs select:focus,
.student_froms_inputs textarea:focus,
.student_froms_inputs input:hover,
.student_froms_inputs select:hover,
.student_froms_inputs textarea:hover,
.inputs_spans:focus,
.inputs_spans:hover {
    border: 1px solid var(--blue);
}

.inputs_spans {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #C7D8DD;
    border-radius: 4px;
    padding: 0 15px;
    height: 42px;
}

.student_froms_inputs .inputs_spans select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 0;
    padding: 0;
    margin: 10px 0;
    height: auto;
    border-radius: 0;
    width: 57px;
    border-right: 1px solid #C7D8DD;
    background: #fff0 url(../images/caret-down.png)no-repeat right 10px center;
}

.student_froms_inputs .inputs_spans input {
    border: 0;
    padding: 0 10px 0 15px;
    height: auto;
    border-radius: 0;
    width: calc(100% - 60px);
}

/*label floting*/
/*.floating__input {
     padding: 1.8rem 1rem 0.6rem;
     font-size: 1rem;
     border-bottom: 0.1rem solid #000;
     transition: border-color 0.2s ease;
     caret-color: #6200ee;
}
 */
/*.floating:hover .floating__input {
     border-color: #000;
}
 .floating__input::-moz-placeholder {
     color: rgba(0, 0, 0, 0);
}
 .floating__input:-ms-input-placeholder {
     color: rgba(0, 0, 0, 0);
}
 .floating__input::placeholder {
     color: rgba(0, 0, 0, 0);
}
 */
.floating__label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
}

.floating__label::before {
    color: #293C46;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-transform: capitalize;
    letter-spacing: 0.28px;
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 10px;
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 0 25px 0 7px;
    width: auto;
}

.floating__label::after {
    bottom: 1rem;
    content: "";
    height: 0.1rem;
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 0;
    top: 100%;
    margin-top: -0.1rem;
    transform: scale3d(0, 1, 1);
    width: 100%;
    background-color: var(--blue);
}

.floating__input:focus+.floating__label::after {
    transform: scale3d(1, 1, 1);
    opacity: 0;
}

.floating__input:-moz-placeholder-shown+.floating__label::before {
    transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__input:-ms-input-placeholder+.floating__label::before {
    transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__input:placeholder-shown+.floating__label::before {
    transform: translate3d(0, -2.5rem, 0) scale3d(1, 1, 1);
}

textarea.floating__input:-moz-placeholder-shown+.floating__label::before {
    transform: translate3d(0, -6.2rem, 0) scale3d(1, 1, 1);
}

textarea.floating__input:-ms-input-placeholder+.floating__label::before {
    transform: translate3d(0, -6.2rem, 0) scale3d(1, 1, 1);
}
textarea.floating__input:placeholder-shown+.floating__label::before {
    transform: translate3d(0, -6.2rem, 0) scale3d(1, 1, 1);
}
.floating__label::before,
.floating__input:focus+.floating__label::before {
    transform: translate3d(0, -3.7rem, 0) scale3d(0.9, 0.82, 1);
    color: #9C9C9C;
}
.textare_label.floating__label::before,
textarea.floating__input:focus+.floating__label::before {
    transform: translate3d(0, -7.7rem, 0) scale3d(0.9, 0.82, 1);
    color: #9C9C9C;
}

.new_inpurs .floating__label::before {
    width: 50%
}

.floating__input:focus+.floating__label::before {
    color: var(--blue);
}

.textarea_class .floating__label::before {
    top: -82px;
    width: 81%;
}

/*label floting*/


.input_icon {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 99
}

.field-icon {
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 19px;
    z-index: 99;
    color: #B9C8CC;
    background: #fff;
}

.fa-eye::before {
    content: "" !important;
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 23px;
    height: 22px;
    display: block;
}

.fa-eye-slash:before {
    content: "" !important;
    background-image: url(../images/eye-off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 23px;
    height: 20px;
    display: block;
}

.tu-check {
    display: block;
    width: auto;
    padding: 8px 0px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    position: relative;
}

.tu-check label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1.5px solid #d3d3d3;
    border-radius: 60px;
    margin-right: 13px;
    background-color: #ffffff;
}

.tu-check input[type=checkbox]+label::before,
.tu-check input[type=radio]+label::before {
    border-radius: 174px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.tu-checksm input[type=checkbox]+label::before,
.tu-checksm input[type=radio]+label::before {
    width: 25px;
    height: 25px;
    font-size: 10px;
    top: 6px;
    position: absolute;
    left: 0;
}

.tu-check input {
    display: none;
}

.check_languages {
    width: 100%;
}

.tu-check label {
    margin: 0;
    display: flex;
    align-items: center;
    color: #777;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    justify-content: space-between;
    width: 100%;
    padding-left: 33px;
}

.tu-check label p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #464343;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    width: 100%;
}

.log-forgot {
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.15px;
}

.language_ab .new_checks .tu-check {
    padding: 4px 0px;
}

.new_checks .tu-checksm input[type=checkbox]+label::before,
.new_checks .tu-checksm input[type=radio]+label::before {
    width: 17px;
    height: 17px;
    font-size: 10px;
    top: 5px;
    position: absolute;
    left: 0;
}

.tu-check input:checked+label::before {
    border: 2px solid var(--blue);
}

.tu-check input[type=checkbox]:checked+label::before,
.tu-check input[type=radio]:checked+label::before {
    background: url("../images/Done.png");
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-color: var(--blue);
}

.star_uls {
    display: flex;
    align-items: center;
    margin-top: 0px !important;
}

.sign-submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: K2D;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-top: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sign-submit:hover {
    background: #055299;
}

.other_login {
    text-align: center;
}

.other_login span {
    color: #525F65;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    display: block;
    margin: 10px 0 10px;
}

.other_login a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #E7EAEC;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    color: #293C46;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 175% */
    letter-spacing: 0.16px;
}

.other_login a img {
    margin-right: 10px;
}

.other_login a:hover {
    background: #055299;
    color: #fff;
}

.bottom-account-div {
    text-align: center;
    margin-top: 22px;
}

.bottom-account-div p {
    color: #212935;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}

.bottom-account-div p a {
    color: #FF7A03;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}

.bottom-account-div p a:hover {
    color: #055299;
}

.student_froms_inputs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-drop.png) no-repeat right 15px center;
}

.log-agree p {
    color: #777;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.15px;
}

.manufacturer_boxs {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 25px;
    padding: 22px 12px 20px;
    position: relative;
    display: flex;
    align-items: center;

}

.manufacturer_boxs::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
    border-radius: 6px 6px 0px 0px;
    background-color: rgba(21, 86, 155, 0.60);
    display: block;
    transition: all 0.4s ease;
    top: 0px;
    left: 0px;
}

.manufacturer_boxs:hover::before {
    width: 100%;
    height: 3px;
}

.manufacturer_img {
    text-align: center;
    width: 39%;
}
.manufacturer_img a.manu_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 194px;
    height: 88px;
    margin-right: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.manufacturer_img a.manu_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.manufacturer_info {
    width: 60%;
    margin-left: 1%;
    padding-left: 15px;
    border-left: 1px solid #EBEBEB;
}

.manufacturer_info h2 a {
    color: #020B23;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.manufacturer_info h2 a:hover {
    color: #15569B;
}

.manufacturer_info p {
    color: #373E44;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 178.571% */
}

.view_det {
    width: 119px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #1E3266;
    background: #FFF;
    color: #1E3266;
    text-align: center;
    font-family: K2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.14px;
    margin: 0 auto;
    margin-top: 20px;
}

.manufacturer_img .manu_img img {
    max-width: 194px;
    max-height: 88.656px;
    object-fit: cover;
}

.view_det:hover {
    color: #fff;
    border: 1px solid #FF7A03;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
}

.view_det:hover img {
    filter: brightness(0) invert(1);
}

.inner_banner2 {
    position: relative;
    display: block;
}

.inner_banner2 img.banner-bg2 {
    width: 100%;
    height: 68px;
    object-fit: cover;
}

.inner_banner_text2 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_arm {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex_share p {
    color: #FFF;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    /* 231.25% */
    letter-spacing: 0.32px;
    margin-right: 10px;
}

.flex_share {
    display: flex;
    align-items: center;
}

.flex_share li a {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-left: 8px;
    border-radius: 100%;
    border: 1.4px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_share li a img {
    filter: brightness(0) invert(1);
}

.flex_share li a:hover {
    background: #fff;
}

.flex_share li a:hover img {
    filter: inherit;
}

.product_details_section {
    padding: 30px 0;
}

.product_img_thumbnail_col {
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);

    border-radius: 10px;
    border-top: 3px solid #FF3B34;
    width: 50%;
}

.product_img_thumbnail {

    padding: 14px 2px;
}


/* thumbelina slider area */
#product-image {
    width: 100%;
    position: relative;
    display: inline-block;
    line-height: 0;
    max-height: 344px;
    margin-bottom: 15px;
}

#product-image a {
    width: 100%;
    height: 344px;
    max-height: 344px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
    background: #413E4D;
}

#product-image a img {
    width: 100%;
    height: 344px;
    object-fit: cover;
}

#thumbnails {
    position: relative;
    margin-left: 0px;
    width: 100%;
    height: 88px;
}

/* thumbelina slider area end */

.thumbelina li {
    line-height: 0px;
    margin: 0px 7px;
    width: 133px;
    height: 83px;
}

.thumbelina li a {
    width: 133px;
    height: 83px;
    display: block;
    margin: 0;
    border-radius: 5px;
}

.thumbelina {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    white-space: nowrap;
    height: 88px;
    font-size: 0;
    margin-left: -10px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.product_img_manufacturer {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
    width: 48%;
    margin-left: 2%;
}

.product_name_info {
    padding: 17px 9px;
    border-bottom: 1px dashed #DEEAED;
}

.product_name_info h2 {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 142.857% */
    letter-spacing: 0.21px;
    text-transform: capitalize;

}

.product_manufacturr_logo {
    margin-top: 15px;
}

.product_manufacturr_logo a img {
    max-width: 190.419px;
    max-height: 86.79px;
    object-fit: cover;
}

.product_manufacturr_logo a h3 {
    color: #020B23;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-top: 4px;
}

.product_distributors {
    background: rgba(218, 227, 251, 0.47);
    width: calc(100% + 28px);
    margin: 15px -15px;
    padding: 10px 30px;
}

.product_distributors h4 {
    color: #15569B;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-transform: capitalize;
}

.product_distributor_sec {
    padding: 0px 15px 15px 15px;
}

.product_select select {
    width: 290px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #C2D1D6;
    background: #FFF;
    color: #293C46;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 186.667% */
    letter-spacing: 0.15px;
    padding: 0 17px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/select-drop.png);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.product_distributor_logo {
    margin-top: 12px;
}

.product_distributor_logo h2 {
    color: #020B23;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
    text-transform: capitalize;
}

.product_distributor_logo p {
    margin-top: 6px;
    color: #373E44;
    font-family: Nunito Sans;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 144.828% */
    letter-spacing: -0.145px;
}

.product_details_box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
    margin-top: 30px;
}

.product_details_box_info {
    padding: 22px 10px;
}

.product_details_box h2 {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
}

.product_details_box h2:before {
    position: absolute;
    content: "";
    width: 66px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #FF7A03;
}

.product_details_box p {
    color: #475865;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
    text-transform: lowercase;
    margin-top: 14px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.catelog_info_btms img {
    max-height: 38px;
}


/* 11-09 */
/* manufacturer public profile */
.mnfct-logo-txt {
    margin-top: 22px;
    margin-bottom: 25px;
}

.mnfct-logo-img {
    border-radius: 11px;
    border: 1.5px solid #FFF;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px;
    overflow: hidden;
}
.mnfct-logo-img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    margin-bottom: 14px;
    max-width: 100%;
    max-height: 100%;
}

.manuu_nme {
    color: #020B23;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.21px;
    text-transform: capitalize;
}

.mnfct-logo-img,
.mnfct-deets {
    height: 100%;
}

.mnfct-deets {
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.mnfct-deets h2 {
    padding: 12px 25px 12px 25px;
    color: #020B23;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    background: #dae3fb78;
    width: 100%;
}

.mnfct-deets p {
    margin: 19px 22px 23px 26px;
    color: #373E44;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    letter-spacing: 0.16px;
}

.distri-info {
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 34px;
    overflow: hidden;
}

.distri-info h2 {
    color: #15569B;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
    text-transform: capitalize;
    padding: 14px 32px 13px 32px;
    background: rgba(218, 227, 251, 0.47);
}

.distri-info-inr {
    margin: 16px 30px;
}

.distri-select {
    width: 290px;
    z-index: 2;
    margin-bottom: 14px;
}

.distri-select label {
    color: #293C46;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    /* 186.667% */
    letter-spacing: 0.15px;
    padding: 2px 5px;
    left: 12.11px;
    top: 14px;
    z-index: 3;
    transition: all 0.3s ease;
    background-color: #fff;
}

.distri-select select {
    border-radius: 5px;
    border: 1px solid #C2D1D6;
    background: #FFF;
    padding: 9px 17px 8px 17px;
    color: #293C46;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 186.667% */
    letter-spacing: 0.15px;
    width: 100%;
    appearance: none;
    background-image: url(../images/select-drop.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.distri-select select:hover+label,
.distri-select select:focus+label,
.distri-select select:focus-visible+label,
.distri-select select:focus-within+label {
    top: -8px;
    font-size: 13px;
    color: var(--blue);
}

.distri-info-inr h3 {
    color: #020B23;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.distri-info-inr ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
}

.distri-info-inr ul li p {
    color: #373E44;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 131.25% */
    letter-spacing: -0.16px;
}

.distri-info-inr ul li a {
    color: inherit;
    display: inline-block;
}

.distri-info-inr ul li a:hover {
    color: var(--blue);
}

.distri-info-inr ul li img {
    display: block;
    max-width: 18px;
    max-height: 18px;
    margin-right: 10px;
}

.mnfct-gallery {
    border-radius: 11px;
    border: 1.5px solid #FFF;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 39px;
    padding: 24px 35px 32px 33px;
}

.mnfct-gallery h2,
.mnfct-prod-list h2 {
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 14px;
}

.mnfct-gallery h2::before,
.mnfct-prod-list h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 22.862px;
    height: 4.298px;
    background-color: #055299;
}

.owl-mnfctgal {
    margin-left: -9px;
    width: calc(100% + 18px);
}

.owl-mnfctgal .item {
    padding: 9px;
}

.mnfct-gal-outr {
    border-radius: 11px;
    border: 10px solid #FFF;
    background: #f3f3f3;
    box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.08);
    /* padding: 10px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 268px; */
    width: 100%;
    height: 235px;
}

.mnfct-gal-outr img {
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.owl-mnfctgal .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-mnfctgal .owl-nav button {
    margin: 0px 0px !important;
    width: 63px;
    height: 63px;
}

.owl-mnfctgal .owl-nav button span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
}

.owl-mnfctgal .owl-nav button.owl-prev {
    transform: translateX(-142%);
}

.owl-mnfctgal .owl-nav button.owl-next {
    transform: translateX(142%);
}

.owl-mnfctgal .owl-nav button.owl-prev span {
    background-image: url(../images/owl-ft-lft.png);
}

.owl-mnfctgal .owl-nav button.owl-next span {
    background-image: url(../images/owl-ft-r8.png);
}

.owl-mnfctgal .owl-nav button:hover,
.owl-mnfctgal .owl-nav button:focus {
    background: transparent !important;
}

.owl-mnfctgal .owl-nav button:hover span,
.owl-mnfctgal .owl-nav button:focus span {
    filter: invert(17%) sepia(95%) saturate(2695%) hue-rotate(196deg) brightness(90%) contrast(96%)
}


.mnfct-prod-list {
    border-radius: 11px;
    border: 1.5px solid #FFF;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 27px 36px 45px 33px;
    margin-bottom: 62px;
}

.mnfct-pdb {
    border-radius: 11px;
    border: 1.5px solid #FFF;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 23px 10px;
}

.mnfct-prods-inr .calelog_img img {
    height: 190px;
    width:auto;
    margin: 0 auto;
}

.mnfct-prods-inr .catalog_boxs {
    padding: 10px;
}

.mnfct-prods-inr .catalog_info a {
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 121.053% */
    letter-spacing: 0.19px;
    display: block;
    margin-bottom: 7px;
}

.mnfct-prods-inr .plpg-pag {
    margin-top: 7px;
    margin-bottom: 0px;
}

/* manufacturer public profile */
/* 11-09 */

/*user-profile-section*/

.user-profile-section {
    background: rgba(248, 251, 255, 0.55);
    padding: 45px 0;
    position: relative;
}

.user-profile-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 450px;
    height: 512px;
    background: url(../images/ellipse.png);
    z-index: -1;
}

.user-profile-section:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 501px;
    height: 669px;
    background: url(../images/elips10.png);
    z-index: -1;
}

.shadow_header {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.user_profile_info {
    border-radius: 10px;
    border-top: 3px solid #D4D4D4;
    background: transparent;
    /*box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.08);*/
    text-align: center;
    padding: 27px;
}

.us_pro_img img {
    width: 161.573px;
    height: 166px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 17px;
}

.us_pro_info h2 {
    color: #020B23;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.us_pro_info h5 {
    color: #FF7A03;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.17px;
    margin-bottom: 6px;
}

.us_pro_info p {
    color: #575F66;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 140% */
    letter-spacing: 0.3px;
}

.us_pro_info p img {
    margin-right: 2px;
}

.box_user_pro {
    width: 351px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.09);
    margin: 24px auto 20px auto;

}

.box_user_pro p {
    display: flex;
    align-items: center;
    color: #2B3748;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    /* 207.143% */
    letter-spacing: 0.28px;
}

.box_user_pro p img {
    margin-right: 4px;
}

.user_socail_icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_socail_icon ul li {
    margin: 0 11px;
}

.user_socail_icon ul li a img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.user_socail_icon ul li a img:hover {
    filter: none;
    opacity: 1;
}

.user_profile_abouts {
    border-radius: 10px;
    border-top: 3px solid #D4D4D4;
    background: transparent;
    padding: 20px;
}

.user_profile_abouts h2 {
    color: #1E3266;
    font-family: K2D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.user_profile_abouts p {
    margin-top: 11px;
    color: #2D3642;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 187.5% */
    text-transform: lowercase;
}

.profile_boxes {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin-top: 27px;
}

.profile_boxes h2 {
    color: #1E3266;
    font-family: K2D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.educ_pro_box {
    margin-top: 20px;
}

.educ_pro_box h3 {
    color: #000;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.36px;
    margin-bottom: 1px;
}

.edu_pro_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edu_pro_btm h5 {
    color: #191E25;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 164.706% */
}

.edu_pro_btm p {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #191E25;
    font-family: K2D;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 186.667% */
}

.edu_pro_btm p img {
    margin-right: 10px;
}

.wor_pro_btm p {
    color: #191E25;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}

.wor_pro_btm span {
    color: #1E292F;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.area_pro_box li {
    display: flex;
    align-items: baseline;
    color: #191E25;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 152.941% */
    letter-spacing: 0.17px;
    margin-top: 12px;
}

.area_pro_box li img {
    margin-right: 9px;
}

.artc_to_box {
    margin-top: 50px;
    border-radius: 10px;
    border-top: 3px solid #FF3B34;
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 25px 10px 25px;
}

.artc_to_box h1 {
    position: relative;
    color: #1E3266;
    font-family: K2D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 14px;
    border-bottom: 1px solid #EBEBEB;
}

.artc_to_box h1:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 22.862px;
    height: 4.298px;
    background: #055299;
}

.user_article_box {
    margin-top: 19px;
}

.user_article_box h2 a {
    color: #191D22;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.user_article_box h2 a:hover {
    color: #1E3266;
}

.user_article_box p {
    color: #202225;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
}

.user_article_box p img {
    margin-right: 8px;
}

.art_comments {
    margin-top: 14px;
    padding-top: 8px;
    border-top: 1px solid #D9D9D9;
}

.art_comments ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.art_comments ul li {
    color: #405068;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    /* 207.143% */
    letter-spacing: 0.14px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.art_comments ul li img {
    margin-right: 8px;
}

.banner_breadcums2 ul li a,
.banner_breadcums2 ul li {
    color: #1E3266;
    font-size: 16px;
    font-weight: 600;
}

.banner_breadcums2 ul li span {
    color: rgba(30, 50, 102, 0.60);
}

.banner_breadcums.banner_breadcums2 {
    padding-top: 25px;
}

.endolearn_list_box {
    margin-top: 35px;
}

.endolearn_list_img img , .endolearn_list_img iframe  {
    width: 100% !important;
    height: 325px;
    object-fit: cover;
    border-radius: 6px;
    position: relative;
}

.endolearn_list_info {
    margin-top: 10px;
}

.endolearn_list_info h6 {
    color: #202225;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.16px;
    margin-bottom: 7px;
}

.endolearn_list_info h6 span {
    color: #6C6D6F;
}

.endolearn_list_info h2 a {
    display: block;
    color: #1A202F;
    font-family: Nunito Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 126.087% */
    letter-spacing: 0.23px;
    margin-bottom: 7px;
}

.endolearn_list_info h2 a:hover {
    color: #fe7902;
}

.endolearn_list_info p {
    color: #4E4F51;
    font-family: Nunito Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
    letter-spacing: 0.16px;
}

.endolearn_list_img a {
    position: relative;
    display: block;
}

.endolearn_list_img a span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endolearn_list_img a span img {
    width: 72px !important;
    height: 50px;
}

.add_article_btns {
    margin: 25px 0 56px 0;
    padding: 22px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.add_article_btns a {
    width: 306px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    color: #FFF;
    text-align: center;
    font-family: K2D;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.2px;
    margin: 0 auto;
}

.add_article_btns a img {
    margin-right: 6px;

}

.add_article_btns a:hover {
    background: #15569B;
}



/*endolearn_details_section*/

.endolearn_details_section{
    margin-top: 14px;
    padding-bottom: 55px;
}
.endolearn_details h1{
    color: #0D4077;
font-family: Nunito Sans;
font-size: 28px;
font-style: normal;
font-weight: 800;
line-height: 34px; /* 192.857% */
letter-spacing: 0.28px;
margin-bottom: 7px;
}
.endolearn_details h6{
    color: #202225;
 font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 162.5% */
letter-spacing: 0.16px;
display: flex;
align-items: baseline;
}
.endolearn_details h6 span{
    color: #6C6D6F;
}
.endolearn_details h6 img{
    margin-right: 9px;
}
.endolearn_details_img {
    margin: 28px 0;
    background:#fff url(../images/detaislendo_back.png) repeat;
    background-size: cover;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #E8E8E9;
    border-radius: 6px;
    /* background: #FFF; */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.endolearn_details_img img{
    width: 60%;
    max-height: 446px;
    object-fit: cover;
    border-radius: 3px;
    padding: 22px 0;
    margin: 0px auto;
}
.endolearn_details_content p{
    color: #24272E;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
margin-bottom: 14px;
}
.endolearn_details_paras {
    margin-top: 35px;
}
.endolearn_details_paras h2{
    color: #191C24;
font-family: Nunito Sans;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 136.364% */
letter-spacing: 0.22px;
margin-bottom: 8px;
}
.endolearn_details_paras p{
    color: #24272E;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
margin-bottom: 1px;
}

.endolearn-inr .endolearn_list_box {
    margin-top: 0px;
}
.owl-endolearn .owl-stage-outer {
    padding-bottom: 34px;
    border-bottom: 1px solid #d9d9d9;
}




/* 12-09 */
.loggd-collapse{
    flex-grow: 0;
}

.logged-nav-r8 {
    padding-left: 16px;
    border-left: 1px solid #DEDFE3;
    margin: 15px 0;
}
.loggd-nv-btn{
    cursor: pointer;
}
.loggd-nv-btn em{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 9px;
}
.loggd-nv-btn em img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}
.loggd-nv-btn h4{
    padding-right: 17px;
    color: #1E3266;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.32px;
background-image: url(../images/select-drop.png);
background-size: 16px 16px;
background-position: right -2px center;
background-repeat: no-repeat;
}
.loggd-nv-list {
    position: absolute;
    top: 53px;
    right: 0px;
    background-color: white;
    box-shadow: -1px 15px 17px 0px #0000002e;
    padding: 4px 8px;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
}
.loggd-nv-list ul li a {
    padding: 4px 10px;
    display: block;
    text-align: left;
    width: 100%;
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.19px;
}
.loggd-nv-list ul li a:hover{
    color: var(--orange);
}
.loggd-nv-list span.list-dvdr {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #d2d2d2;
    margin: 6px 0px 6px 0px;
}

.after-loggd-page {
    padding-top: 19px;
    padding-bottom: 101px;
    position: relative;
    background-color: #F5F9FF;
    background-image: url(../images/edt-prfbg.png);
    background-size: 100% 94px;
    background-position: center top;
    background-repeat: no-repeat;
}

.left-panel{
    border-radius: 8px;
border: 1px solid #F7F7F7;
background: #FFF;
box-shadow: 0px 1px 21px 3px rgba(0, 0, 0, 0.02);
margin-right: 25px;
padding: 25px 23px 25px 21px;
width:306px;
}
.lft-panel-top{margin-bottom: 21px;}
.lft-panel-top em{
    width: 90px;
height: 90px;
border-radius: 50%;
margin: 0 auto 13px auto;
}
.lft-panel-top em img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}
.lft-panel-top h4{
    color: #000;
text-align: center;
font-family: K2D;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.4px;
margin-bottom: 1px;
}
.lft-panel-top h6{
    color: #3A3636;
text-align: center;
font-family: Nunito Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 200% */
letter-spacing: 0.28px;
margin-bottom: 18px;
}
.lft-panel-top svg{
    display: block;
    width: 100%;
    height: 12px;
}
.lft-panel-list ul li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.lft-panel-list ul li:last-child{
    padding:8px 0px;
    border-top: 1px dashed #E2E2E2;
    border-bottom: 1px dashed #E2E2E2;
    margin-top: 25px;
}
.lft-panel-list ul li svg{
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 17px;
}
.lft-panel-list ul li svg path{
    stroke: #626C73;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.lft-panel-list ul li a{
    display: block;
    width: calc(100% - 21px - 17px);
    padding: 15px 13px 13px 13px;
    border-radius: 4px;
    background: transparent;
    color: #343C4A;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}
.lft-panel-list ul li a:hover , .lft-panel-list ul li a.active{
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    color: white;
}

.right-section{
    width: calc(100% - 331px);
}
.page-title-sec{margin-bottom: 42px;}
.page-title-sec h1{
    color: #FFF;
font-family: K2D;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.25px;
margin-bottom: 3px;
}
.page-title-sec p{
    color: #FFF;
font-family: Nunito Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.18px;
}
.right-sec-paper{
    border-radius: 8px;
background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
padding: 13px 31px 27px 31px;
}
.right-sec-paper h3{
    color: #000;
font-family: K2D;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.36px;
}
.basic-frm{
    margin: 20px 0px;
}




.lgd-frm-grp{
    margin-bottom: 29px;
    width: 100%;
    position: relative;
    z-index:2;
}
.lgd-frm-grp label{
    color: #293C46;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.15px;
padding-right: 8px;
background-color: white;
position: absolute;
top: 10px;
left: 17px;
z-index: -1;
transition: all 0.4s ease;
padding-left: 2px;
}
.lgd-frm-grp label small{color: #9AACB6;}
.lgd-frm-grp input,
.lgd-frm-grp select,
.lgd-frm-grp textarea{
    width: 100%;
    border-radius: 5px;
border: 1px solid #C7D8DD;
background: transparent;
padding: 10px 19px;
color: #293C46;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.15px;
height: 46px;
appearance: none;
}
.lgd-frm-grp textarea{height: 105px;display: block;}
.lgd-frm-grp select {
    background-image: url(../images/select-drop.png);
    background-size: 13px 13px;
    background-position: right 7px center;
    background-repeat: no-repeat;
}
.lgd-frm-grp input:hover,
.lgd-frm-grp input:focus,
.lgd-frm-grp input:focus-visible,
.lgd-frm-grp input:focus-within,
.lgd-frm-grp input.active,
.lgd-frm-grp select:hover,
.lgd-frm-grp select:focus,
.lgd-frm-grp select:focus-visible,
.lgd-frm-grp select:focus-within,
.lgd-frm-grp select.active,
.lgd-frm-grp textarea:hover,
.lgd-frm-grp textarea:focus,
.lgd-frm-grp textarea:focus-visible,
.lgd-frm-grp textarea:focus-within,
.lgd-frm-grp textarea.active{
    border:1px solid #4F89BF;
}
.lgd-frm-grp input:hover + label,
.lgd-frm-grp input:focus + label,
.lgd-frm-grp input:focus-visible + label,
.lgd-frm-grp input:focus-within + label,
.lgd-frm-grp input.active + label,
.lgd-frm-grp Select:hover + label,
.lgd-frm-grp Select:focus + label,
.lgd-frm-grp Select:focus-visible + label,
.lgd-frm-grp Select:focus-within + label,
.lgd-frm-grp Select.active + label,
.lgd-frm-grp textarea:hover + label,
.lgd-frm-grp textarea:focus + label,
.lgd-frm-grp textarea:focus-visible + label,
.lgd-frm-grp textarea:focus-within + label,
.lgd-frm-grp textarea.active + label{
    top: -13px;
    font-size: 14px;
    color: #9C9C9C;
    z-index: 3;
}
.lgd-frm-grp em{
    position: absolute;
    top: 10.5px;
    right: 11.5px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.lgd-frm-grp em img{
    display: block;
    width: 24px;
    height: 24px;
}
span.upld-label{
    color: #293C46;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 100% */
letter-spacing: 0.15px;
margin-bottom: 10px;
}

.upld-area-main{
    width: 280px;
    margin-right: 10px;
}
.upld-area-main label{
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
border: 1px solid #055299;
background: #055299;
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
color: #FFF;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
padding: 13px 10px 11px 19px;
}
.upld-area-main label svg{
    width: 24px;
    height: 24px;
}
.upld-area-main input{
    width: 100%;
    opacity: 0;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
}
.upld-area-main input:hover + label,
.upld-area-main input:focus + label,
.upld-area-main input:focus-visible + label,
.upld-area-main input:focus-within + label{
    border: 1px solid var(--orange);
background: var(--orange);
}
.uplded-img{
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uplded-img img{
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.img-upload{
    margin-bottom: 30px;
}

.mnf-form{
    margin-top: 7px;
    border-radius: 5px;
border: 1px dashed #D9DBDC;
background: #FDFDFD;
padding: 20px 29px 20px 18px;
margin-bottom: 27px;
}
.mnf-form .lgd-frm-grp{margin-bottom: 0px;}
.mt-29{margin-top: 29px !important;}

.curnt-work label{
    color: #293C46;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 186.667% */
letter-spacing: 0.15px;
padding-left: 34px;
position: relative;
}
.curnt-work label input{
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
}
.curnt-work label .checkbox{
    position: absolute;
    left: 0px;
    top: calc(50% - 11.5px);
    width: 23px;
    height: 23px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.curnt-work label .checkbox svg{
    display: block;
    width: 14px;
    height: 14px;
}
.curnt-work label input:checked + .checkbox{
border: 1px solid #FF7A03;
background: #FF7A03;
}
.curnt-work a{
    width: 83px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
padding: 12px 16px 12px 14px;
color: #FFF;
text-align: center;
font-family: K2D;
font-size: 17px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 0.17px;
margin-left: 12px;
}
.curnt-work a span{
    color: #FFF;
text-align: center;
font-family: Nunito Sans;
font-size: 27px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.27px;
display: block;
margin-right: 4px;
}
.curnt-work a:hover{
    background: var(--blue-linear);
}
.work-list{
    margin-top: 26px;
}
.work-list ul li{
    width: fit-content;
    border-radius: 3px;
background: #FFF5ED;
padding: 5px 32px 4px 18px;
color: #293C46;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 186.667% */
letter-spacing: 0.15px;
position: relative;
/* background-image: url(../images/cross.png);
background-size: 13px 13px;
background-repeat: no-repeat;
background-position: right 12px center; */
}
.work-list ul li a{
    position: absolute;
    width: 13px;
    height: 13px;
    display: block;
    z-index: 3;
    background-image: url(../images/cross.png);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
top:calc(50% - 6.5px);
right: 6px;
}
.frm-end-line{
    height: 9px;
    background-color: #F4F4F4;
    display: block;
    margin: 3px 0px 22px 0px;
}

.frm-end-area button{
    border: none;
    outline: none;
    width: 230px;
height: 48px;
border-radius: 6px;
background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
display: flex;
justify-content: center;
align-items: center;
color: #FFF;
text-align: center;
font-family: K2D;
font-size: 17px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 0.17px;
}
.frm-end-area button svg{
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 12px;
}
.frm-end-area button:hover,
.frm-end-area button:focus{
    background: var(--blue-linear);
    border: none;
    outline: none;
    box-shadow: none;
}
/* 12-09 */


.ui-widget.ui-widget-content {
    z-index: 99999 !important;
}
.student_froms_inputs em {
    position: absolute;
    top: 11px;
    right: 12px;
    z-index: 15;
}

.dashboard_from .student_froms_inputs input, .dashboard_from .student_froms_inputs select{
    height: 50px
}
.account_disscusion_breadcums ul{
    display: flex;
    align-items: center;
}
.account_disscusion_breadcums ul li , .account_disscusion_breadcums ul li a{
    color: #FFF;
font-family: K2D;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.25px;
}
.account_disscusion_breadcums ul li span img{
    width: 24px;
    height: 24px;
    margin: 0 10px;
}
.account_disscusion_breadcums p{
    color: #FFF;
font-family: Nunito Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.18px;
margin: 6px 0 28px;
}
.account_banners .banner-bg{
    height: 160px;
}
.account_banners .inner_banner_text {
    top: 18px;
}
.disscussion_forum_whites{
    border-radius: 8px;
background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
width: 100%;
padding: 15px 10px;
}
.discussion_forum_list{
    padding-top: 30px;
    padding-bottom: 55px;
}

.forum_list_box_top{
    border-radius: 9px 9px 0px 0px;
border: 1px solid #F4F4F4;
background: #FFF;
box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.05);
padding: 10px 18px;
}
.forum_list_headings h2 a{
    color: #0D4077;
font-family: Nunito Sans;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
letter-spacing: 0.2px;
margin-bottom: 3px;
display: block;
}
.forum_list_headings h2 a:hover{
    color: #fe7902;
}

.flex_times{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_times p{
    color: #202225;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 173.333% */
letter-spacing: 0.15px;
}
.flex_times h6{
color: #344B70;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 23px; /* 153.333% */
letter-spacing: 0.3px;
text-transform: capitalize;
}
.forum_list_box_top_comments{
    margin-top: 18px;
    padding-top: 8px;
    border-top: 1px solid #d9d9d9;
}
.forum_list_box{
    border-radius: 7px;
border: 1px solid #F4F4F4;
background: #FFF;
box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.09);
margin-bottom: 20px;
}
.forum_list_box_btms{
    padding:15px 10px;
}
.forum_list_box_btms{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forum_posted_info {
    display: flex;
    align-items: flex-start;
}
.forum_posted {
    padding-right: 7px;
    position: relative;
    margin-right: 7px;
}
.forum_posted img.user_po{
    width: 41px;
    height: 41px;
    object-fit: cover;
    border-radius: 50%;
}
.forum_posted span {
    position: absolute;
    right: 0px;
    top: 0;
}
.forum_posted_name p{
    color: #515159;
font-family: Nunito Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 135.714% */
letter-spacing: 0.14px;
}
.forum_posted_name h3 {
    color: #1A1B2F;
    font-family: Nunito Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.17px;
    margin-top: 2px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.forum_user_comments_name h2 a,
.forum_user_comments_name h2{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.forum_posted_name h3 span {
    /* position: absolute; */
    right: -6px;
    top: -4px;
    display: block;
    margin: 0px 3px;
}
.forum_user_comments_name h2 a span {
    /* position: absolute;
    right: -20px;
    top: -4px; */
    display: block;
    margin: 0 3px;
}
.details_forum_top .forum_posted_name h3 span{
    right: -14px;
}
.forum_posted_name h5{
    color: #202225;
font-family: Nunito Sans;
font-size: 14.6px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.forum_posted_name h5 span{
    display: inline-block;
    color: #96979A;
    margin: 0 10px;
}
.forum_list_box_top_headings{
    display: flex;
    align-items: flex-start;
}
.forum_list_headings {
    width: 100%;
}
.dis_forum_imgs a img{
    width: 100.596px;
    height: 61px;
    object-fit: cover;
    margin-right: 15px;
}
.plpg-pag2{
    margin: 25px 0 10px;
}
.plpg-pag2 ul.pagination{
    justify-content: flex-start;
}
.discussion_forun_popular_box{
    border-radius: 14px 14px 8px 8px;
    background: #FE7902;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.from_h2s{
    color: #FFF;
font-family: K2D;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.24px;
padding:15px 20px;
}
.forum_popular_sec{
    border-radius: 14px 14px 8px 8px;
background: #FFF;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
padding: 15px;
min-height: 1300px;
}
.popular_forum_top img{
    width: 100%;
    border-radius: 6px;
    height: 165px;
    object-fit: cover;
    margin-bottom: 6px;
}
.popular_form_img{
    position: relative;
}
.popular_forum_top span {
    position: absolute;
    right: 10px;
    bottom: -10px;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.29);
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_forum_top span em {
    position: absolute;
    right: -6px;
    top: 1px;
}
.popular_forum_top span em img{
    width: 18px;
height: 18px;
}
.popular_forum_top span img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0;
}

.popular_forum_top p{
    color: #202225;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 173.333% */
letter-spacing: 0.15px;
margin-bottom: 1px;
}
.popular_forum_top h2{
color: #1A202F;
font-family: Nunito Sans;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 21px;
}
.popular_forum_btms{
    padding-top: 8px;
    margin-top: 18px;
    border-top: 1px solid #d9d9d9;
}
.popular_forum_btms ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popular_forum_btms ul li {
    color: #405068;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.popular_forum_btms ul li img {
    margin-right: 5px;
}
.popular_forum_box{
    margin-bottom: 35px;
}

.account_banners2 .banner-bg{
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.discussion_details_bread h2{
    color: #FFF;
font-family: K2D;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.25px;
margin-bottom: 3px;
}
.discussion_details_bread p{
    color: #FFF;
font-family: Nunito Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.18px;
}
.account_banners2 .inner_banner_text {
    top: 0px;
     display: flex;
    align-items: center;
    justify-content: center;
}
.details_forum_top{
    border-radius: 9px;
border: 1px solid #D7E1FF;
background: #F3F6FF;
margin-bottom: 23px;
padding: 14px;
}
.details_forum_top .forum_posted_name h3{
    color: #084884;
font-family: Nunito Sans;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 19px;
letter-spacing: 0.18px;
}
.details_forum_middle{
    padding: 14px;
    border-radius: 5px;
border: 1px dashed #8394A4;
background: #FDFDFD;
}
.forum_details_headings h2{
    color: #0D4077;
font-family: Nunito Sans;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 136.364% */
letter-spacing: 0.22px;
margin-bottom: 2px;
}
.forum_details_img img{
    margin: 15px 0;
    width: 100%;
    height: 490px;
    object-fit: contain;
    border-radius: 6px;
}
.b-0{
    border: 0;
    margin-top: 0;
    padding-top: 0;
}
.forum_comments_box {
    margin: 24px 0 24px;
}
.forum_comments_box h6{
    color: #293C46;
font-family: Nunito Sans;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
letter-spacing: 0.14px;
margin-bottom: 3px;
}
.forum_comments_box textarea{
    width: 100%;
height: 80px;
border-radius: 5px;
border: 1px solid #C2D1D6;
background: #FFF;
color: #293C46;
font-family: Nunito Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 200% */
letter-spacing: 0.14px;
padding: 9px 17px;
resize: none;
}
.forum_comments_box a{
    width: 205px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
color: #FFF;
text-align: center;
font-family: K2D;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.17px;
margin-top: 17px;

}
.forum_comments_box a:hover{
    background: #1E3266;
}
.forum_user_comments_box{
    border-radius: 9px;
border: 1px solid #F4F4F4;
background: #FFF;
box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.07);
padding: 15px 12px;
}
.forum_user_comments_top {
    display: flex;
    align-items: start;
    position: relative;
}
.forum_user_comments_img {
    position: relative;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #F3F6FF;
}
.forum_user_comments_img img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.forum_user_comments_img img.user_po {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}
.forum_user_comments_img span {
    position: absolute;
    right: 0px;
    top: 0;
}
.forum_user_comments_name h2{
    color: #084884;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 173.333% */
letter-spacing: 0.15px;
margin-right: 9px;
}
.time_com{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time_com h5{
    color: #202225;
font-family: Nunito Sans;
font-size: 14.5px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 160% */
letter-spacing: 0.3px;
}
.time_com h5 span{
    display: inline-block;
    margin: 0 8px;
}
.time_com p {
    color: #202225;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.15px;
}
.forum_user_comments_name{
    width: 100%;
}
.forum_user_comments_para{
    border-top: 1px dashed #D8DDDE;
    padding-top: 8px;
    margin-top: 13px;
}
.forum_user_comments_para p{
    color: #3D4350;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */
}
.comment_up {
    width: 125px;
height: 32px;
display: flex;
align-items: center;
border-radius: 44px;
border: 1px solid rgba(222, 224, 225, 0.76);
background: #F7F7F7;
margin-top: 12px;
padding: 0 7px;
justify-content: space-between;
position: relative;
}
.comment_up:before{
    position: absolute;
    content: "";
    width: 1px;
height: 32px;
top: 0;
left: 52%;
background: #DEE0E1;
}
.comment_up span {
    width: 50%;
    text-align: center;
    color: #40495A;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment_up span img{
    margin-right: 5px;
}
.forum_user_comments_box{
    margin-bottom: 21px;
}

/*about us*/

.inner-page-banner{
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.innr-bnnr-img{
    z-index: -1;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
}
.in-bn-txt{
    padding: 59px 0px 72px 0px;
}
.in-bn-txt .breadcrumb{
    margin-bottom: 9px !important;
}
.in-bn-txt .breadcrumb-item,
.in-bn-txt .breadcrumb-item a{
    color: #FFF;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.15px;
}
.in-bn-txt .breadcrumb-item+.breadcrumb-item::before{
    content: '//';
    color: rgba(255, 255, 255, 0.60);
font-family: Nunito Sans !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height:1.9 !important;
letter-spacing: 0.13px !important;
padding-right: 14px !important;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 14px !important;
}
.in-bn-txt h1{
    color: #FFF;
font-family: Nunito Sans;
font-size: 31px;
font-style: normal;
font-weight: 800;
line-height: 54px;
letter-spacing: 0.31px;
}

.about_info_welcome{
    background: #F5F9FF;
    padding: 50px 0;
}
.about_welcome_img{
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    padding-right: 15px;
}
.first_rows{
    width: 62%;
}
.first_rows img{
    width: 100%;
    height: 460.09px;
    object-fit: cover;
    border-radius: 5px;
}
.seconds_rows{
    width: 35%;
}
.seconds_rows img{
    margin-bottom: 14px;
}
.ros_img2{
    width: 100%;
    height: 142px;

    border-radius: 5px;
    object-fit: cover;
}
.ros_img3{
    width: 100%;
    height: 210px;

    border-radius: 5px;
    object-fit: cover;
}
.abt_shape {
    position: absolute;
    bottom: 7px;
    left: -20px;
}
.welcome_texts{
    position: relative;
    padding-left: 30px;
}
.welcome_texts:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../images/bullet_shape.png);
}
.welcome_texts h2{
    color: #020B23;
font-family: Nunito Sans;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 112.821% */
margin-bottom: 12px;
}
.welcome_texts p{
    color: #5C5E65;
font-family: Nunito Sans;
font-size: 15.5px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 174.194% */
margin-bottom: 12px;
}
.welcome_texts  li {
    display: flex;
    align-items: center;
    color: #232529;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.15px;
    margin-bottom: 7px;
}
.welcome_texts  li img{
    margin-right: 6px;
}
.welcome_texts a{
    width: 165px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
color: #FFF;
text-align: center;
font-family: K2D;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 129.412% */
letter-spacing: 0.17px;
margin-top: 25px;
}
.welcome_texts a img{
    margin-left: 6px;
}
.welcome_texts a:hover{
    background: #1E3266;
}

.about_faq_section{
    background:#F5F9FF url(../images/bac.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 68px 0;
    margin-bottom: 60px;
}
.endro_shape{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.about_faq_section .container{
    position: relative;
    z-index: 2;
}
.faq-box .accordion-item{
    background: #FFFFFF !important;
border: 1px solid #E3E3E3 !important;
box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.02) !important;
border-radius: 6px !important;
margin-bottom: 16px !important;
padding: 15px 23px 0px 22px;
}
.faq-box .accordion-item:last-child{
    margin-bottom: 0px !important;
}
.faq-box .accordion-item:first-of-type .accordion-button {
    border-top-left-radius:0px !important;
    border-top-right-radius:0px !important;
}
.faq-box .accordion-button {
    position: relative;
    display: flex;
    align-items:flex-start;
    width: 100%;
    padding:0px 0px 18px 0px !important;
    background-color:transparent !important;
    color: #2F2F35;
font-family: Nunito Sans;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 152.941% */
letter-spacing: 0.17px;
}
.faq-box .accordion-button span{
    display: inline-block;
    margin-right: 17px;
    font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #2F2F35;
}
.faq-box .accordion-button:focus {
    z-index: 3;
    border-color:none !important;
    outline: 0;
    box-shadow:none !important;
}
.faq-box .accordion-body {
    padding:12px 0px 17px 0px !important;
    border-top:  1px solid #E6E9EA !important;
}
.faq-box .accordion-body p{
    font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #474753;
}
.faq-box .accordion-button::after {
    flex-shrink: 0;
    width:13px;
    height:13px;
    margin-left: auto;
    content: "";
    background-image:url(../images/plus.png);
    background-repeat: no-repeat;
    background-size:12px 13px;
    background-position: center;
    transition: var(--bs-accordion-btn-icon-transition);
    margin-top: 4px;
}

.faq-box .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.png);
    background-size:10px 2px;
}


.inr-page-body{
    padding-bottom: 50px;
}
.cont-pg-body{
    background-image: url(../images/pattern-bg2.png);
    background-size: 113px 245px;
    background-repeat: no-repeat;
    background-position: left top 128px;
}
.cont-pg-mn{
    margin:-21px 0px 60px 0px ;
    position: relative;
    z-index: 3;
}
.cont-mn-paper{
    border-radius: 5px;
    background: #F8FBFF;
}
.cont-paper-lft{
    border-top: 3px solid #FF3B34;
    padding: 45px 35px 35px 37px;
}
.cont-paper-lft h2{
    color: #293C46;
font-family: Nunito Sans;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 84.615% */
margin-bottom: 28px;
}
.cont-paper-lft .search_inputs{
    width: 100%;
    margin-bottom: 19px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
}
.cont_frm_bx .floating__label::before , .cont_frm_bx .textare_label.floating__label::before {
    line-height: 21px;
    min-width: 100px;
    color: #1E3266;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 137.5% */
letter-spacing: 0.32px;
}
.cont_frm_bx input,
.cont_frm_bx textarea{
    border-radius: 5px;
background: #FFF;
width: 100%;
height: 60px;
border: 0px solid transparent;
padding: 19px 22px;
}
.floating__input:focus+.floating__label::before {
    transform: translate3d(0, -3.7rem, 0) scale3d(0.9, 0.82, 1);
    color: #1E3266;
    line-height: 1.7;
    min-width: 1px;
}
.cont_frm_bx textarea{height: 150px; display: block;}
.cont_frm_bx textarea.floating__input:placeholder-shown+.floating__label::before {
    transform: translate3d(0, -8.2rem, 0) scale3d(1, 1, 1);
}
.cont_frm_bx textarea.floating__input:focus+.floating__label::before {
    transform: translate3d(0, -9.5rem, 0) scale3d(1, 1, 1);
    font-size: 14px;
    color: #1E3266;
    line-height: 1;
    min-width: 1px;
}
.cont-paper-lft button{
    margin-top: 6px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
width: 176px;
height: 60px;
color: #FFF;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 22px; /* 137.5% */
letter-spacing: 0.32px;
text-transform: uppercase;
padding: 19px 23px;
transition: all 0.3s ease;
}
.cont-paper-lft button:hover,
.cont-paper-lft button:focus{
    border: none;
    outline: none;
    box-shadow: none;
    background: var(--blue-linear);
}

.cont-paper-right{
    border-radius: 0px 6px 6px 0px;
    background: #FFF;
    box-shadow: 0px 1px 21px 5px rgba(0, 0, 0, 0.03);
    padding: 66px 27px 55px 47px;
}
.cont-instruct ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
}
.cont-instruct ul li em{
    border-radius: 6px;
border: 1px solid #15569B;
background: #15569B;
display: flex;
justify-content: center;
align-items: center;
margin-right: 18px;
width: 41px;
height: 41px;
}
.cont-instruct ul li em svg{
    width: 22px;
    height: 22px;
    display: block;
}
.cont-instruct ul li h4{
    color: #333D4D;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 173.333% */
letter-spacing: 0.15px;
width: calc(100% - 59px);
}
.cont-instruct ul li h4 span{
    display: block;
    margin-bottom: 2px;
    color: #696E80;
font-family: Nunito Sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 173.333% */
}
.cont-instruct ul li h4 a{
    color: inherit;
    display: inline-block;
}
.cont-instruct ul li h4 a:hover{
    color: #15569B;
}
.cont-sos-outr{
    margin-top: 10px;
}
.cont-sos-outr h5{
    color: #22293F;
font-family: Nunito Sans;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 152.941% */
padding-bottom: 11px;
margin-bottom: 27px;
position: relative;
border-bottom: 1px solid #E1DEDE;
}
.cont-sos-outr h5::after{
    position: absolute;
    content: '';
    width: 34.459px;
height: 4px;background: #222;bottom: 0px;left: 0px;
}
.cont-sos-outr ul li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 19px;
    margin-right: 19px;
}
.cont-sos-outr ul li a:hover{
    transform: translateY(-3px);
}
.cont-paper-lft,.cont-paper-right{
    height: 100%;
}
/* 14-09 */

.search_inputs textarea{
    height: 150px;
    resize: none;
    padding: 15px 20px;
}
.student_froms_inputs.article_text textarea {
    height: 200px;
    padding: 10px 18px;
}
.uplded-img2 img{
    width: 76.419px;
height: 46px;
border-radius: 6px;
object-fit: cover;
}

/*team*/

.team_box {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 5%);
    padding: 28px 0 15px;
    margin: 10px 10px 25px;
}
.team_box em img{
    width: 136px !important;
    height: 136px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
}
.team_body {
    width: 100%;
    text-align: center;
    padding: 10px 10px 0px;
}
.team_body h4{
        color: #020B23;
    text-align: center;
    font-family: Nunito Sans;
    font-size:19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1px;
    margin-top: 8px;
}
.team_body h5{
    color: #15569b;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.17px;
    margin-bottom: 1px;
}
.team_body h6{
    color: #575F66;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team_body h6 img{
    margin-right:4px;
    width: 12px !important;
}
.team_para {
    padding: 15px 10px 0;
    margin-top: 15px;
    border-top: dashed 1px #ccc;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team_para p{
    line-height: 21px;
    font-size: 14.7px;
    font-weight: 400;
    text-align: center;
    color: #6f7174;
    letter-spacing: 0.18px
}
.comments-sort{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tu-sortby {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 5px 10px 3px 10px;
    margin-bottom: 15px;
}
.tu-sortby>span {
    flex: none;
    color: #999999;
    font-weight: 400;
    font-size: 15px;
}
.tu-select .form-control2 {
    border: 0;
    border-left: 1px solid #d9d9d9;
    padding: 0 35px 0 10px;
    margin-left: 8px;
    border-radius: 4px;
    height: 48px;
    color: #646668;
    font: 500 15.6px "Nunito Sans", sans-serif;
    outline: none;
    box-shadow: none;
    line-height: 24px;
    background-color: #fff;
    height: 28px;
    width: 100%;
    text-transform: capitalize;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #fff0 url(../images/chevron-down.png)no-repeat right 0px center;
}
.forum_user_comments{
    border-top: 1px dashed #d9d9d9;
    padding-top: 15px;
}

.student_froms_inputs.article_text textarea.floating__input:-moz-placeholder-shown+.floating__label::before {
    transform: translate3d(0, -12.2rem, 0) scale3d(1, 1, 1);
}

.student_froms_inputs.article_text textarea.floating__input:-ms-input-placeholder+.floating__label::before {
    transform: translate3d(0, -12.2rem, 0) scale3d(1, 1, 1);
}
.student_froms_inputs.article_text textarea.floating__input:placeholder-shown+.floating__label::before {
    transform: translate3d(0, -12.2rem, 0) scale3d(1, 1, 1);
}

.student_froms_inputs.article_text .textare_label.floating__label::before,
.student_froms_inputs.article_text textarea.floating__input:focus+.floating__label::before {
    transform: translate3d(0, -13.5rem, 0) scale3d(0.9, 0.82, 1);
    color: #9C9C9C;
}
.recom {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #454545;
    margin-top: 5px;
}
.note_adds p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #fe7902;
    margin-top: -5px;
}

.autocomplete-items{
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.manufacturer_pro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    /* margin-right: -32px; */
    overflow: hidden;
    /* margin-left: 15px; */
    padding: 5px;
}
.manufacturer_pro img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.label_parent{
    position: relative;
    margin-bottom: 38px;
}
.label_parent label.error{
    position: absolute;
}
.label_parent .student_froms_inputs{
    margin-bottom: 0;
}
.floating:has(input#specilization) #browsers option.data_iconn{
    padding-left: 20px;
    background-position: left 3px center;
    background-image: url(../images/check.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.success-paper{padding: 50px 0px;}
.success-main {
    width: 400px;
    max-width: 100%;
    border-radius: 15px;
    background-color: #fdfdfd;
    /* box-shadow: 0px 0px 18px 0px #00000026; */
    padding: 15px;
    margin: 0 auto;
}

.success-main img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto 25px auto;
}
.success-main .alert a.close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: black;
    padding: 4px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btns-div a.home {
    border-radius: 4px;
    display: block;
    width: fit-content;
    padding: 4px 28px 4px 12px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: #FF7A03;
    background-image: url(../images/feat-btn-arw.png);
    background-size: 20px 21px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    margin-right: 12px;
}
.btns-div a.home:hover{
    background-color: #055299;
}
.btns-div a.login{
    border-radius: 4px;
    display: block;
    width: fit-content;
    padding: 4px 12px 4px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #055299;
    background-color: transparent;
    border: 1px solid #055299;
}
.btns-div a.login:hover{
    background-color: #055299;
    color: white;
}

.student_froms_inputs.eml_chnge input{
    padding-right:25px;
}
a.eml_btn {
    position: absolute;
    top: calc(50% - 10px);
    right: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
a.eml_btn img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.eml-mod-close{
    top: 10px;
    right: 10px;
}
.modal-email{
    width: 330px;
    max-width: 100%;
}

.ui-datepicker .ui-datepicker-title {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0px 10px 0px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 35%;
    border: none;
    outline: none;
    text-align: center;
}
.ui-datepicker th {
    font-family: 'Nunito Sans', sans-serif;
    padding: 2px !important;
    background-color: #15569b;
    color: white !important;
}
.ui-widget.ui-widget-content{overflow: hidden;}
.ui-datepicker-year,.ui-datepicker-month{
overflow-y: scroll;
}
.ui-datepicker-year::-webkit-scrollbar,.ui-datepicker-month::-webkit-scrollbar{width: 3px;}
.ui-datepicker-year::-webkit-scrollbar-track,.ui-datepicker-month::-webkit-scrollbar-track{background-color: transparent !important;}
.ui-datepicker-year::-webkit-scrollbar-thumb,.ui-datepicker-month::-webkit-scrollbar-thumb{background-color: var(--blue);border-radius: 3px;}

.cls_verfy{
    border: 2px solid green;
}
.user_verified{
    position: relative;
    width: 161.573px;
    height: 166px;
    margin: 0 auto;
}
.user_verified span{
    position: absolute;
    right: -15px;
    top:-15px;
}
.user_verified.us_pro_img span img {
    width: 44px;
    height: 44px;
}
.mridautocomplete-list{
    z-index: 999 !important;
    max-width: 100% !important;
}
.mridautocomplete-list::-webkit-scrollbar{
    width:3px;
}
.mridautocomplete-list::-webkit-scrollbar-track{
    width:3px;
    background-color: transparent !important;
    box-shadow: none !important;
}
.mridautocomplete-list::-webkit-scrollbar-thumb{
    width:3px;
    background-color: var(--blue) !important;
    border-radius: 3px !important;
}
.fr_use_logoo.popular_forum_top span {
    position: inherit;
    right: inherit;
    bottom: inherit;
}
.fr_use_logoo a {
    display: flex;
    align-items: flex-start;
}
.popular_forum_top em img{
    width: 16px;
    height: 16px;
}
.popular_forum_top span {
    width: 30px;
    height: 30px;
}
.popular_form_span {
    margin-right: 14px;
    margin-top: 5px;
}
.comments-sort-new{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comments-sort-new h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 3px;
        margin-bottom: 15px;
    }
    .delete_span {
        position: absolute;
        right: 0px;
        top: 0;
    }
    .delete_span img{
        filter: grayscale(100%);
    }
    .delete_span img:hover{
        filter: none;
    }
    #st-1 .st-btn[data-network='facebook'] {
        background-color: #6b9cff !important;
    }
    .endolearn_coments{
        margin-top: 10px;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding-top: 10px;
        position: relative;
        padding-bottom: 15px;
    }
   .endolearn_coments{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .endolearn_coments .comment_up{
        margin-top: 0;
    }
    .endolearn_coments .frumer-cmnt , .details_thumbs .frumer-cmnt{
        width: auto;
    }
    label.cmt_erro_msg {
        position: absolute;
        right: 0px;
        bottom: 0px;
        font-size: 13px;
    }
    .details_comts{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .details_thumbs {
        display: flex;
        align-items: center;
        justify-content: end;
        position: relative;
        width: 30%;
    }
    .details_thumbs .comment_up {
        margin-top: 0;
        margin-left: 12px;
    }
    .upld-area-main label.error{
        background: transparent;
  border: none;
  color: red;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: 76%;
  box-shadow: none;
    }

    .upld-area-main input:hover + label.error,
    .upld-area-main input:focus + label.error,
    .upld-area-main input:focus-visible + label.error,
    .upld-area-main input:focus-within + label.error{
        background: transparent !important;
  border: none !important;
    }
    .endolearn_coments .comment_up:before{
        display: none;
    }


.how_post_btns{
    display: flex;
    align-items: center;
    justify-content:end;
}
.how_post_btns a{
    color: #FF7A03 ;
    text-align: center;
    font-family: K2D;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 1px;
}
.how_post_btns a span{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background:#FF7A03 ;
    display: flex ;
    align-items: center;
    justify-content: center;
    margin-right: 6px;


}
.how_post_btns a span img{
    width: 14px;
    filter: brightness(0) invert(1);
}
.how_post_btns a:hover{
    color: #064C8D;
}
.how_post_btns a:hover span{
    background: #064C8D;
}
.search_inputs.sort_select select, .search_inputs.sort_select input {
    padding-left: 15px !important;
    padding-right: 40px !important;
}

.modal-email2l {
    max-width: 500px;
    margin: 0 auto;
}


.forul_post{
        list-style: disc;
        padding-left: 18px;
    }

    .forul_post li{
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #454545;
        margin-bottom: 5px;
    }
    .new_app_serch select {
        padding-left: 15px !important;
    }
.breadcums_adds
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.like_discus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.newsest_dis {
	min-height: 54px;
	margin-top: 10px;
}
.newsest_dis .comment_up {
	width: 60px;
	margin: 0 0 0 auto;
}

.new_add_dis_banner .filtr_texts
{
    margin-top: 0;
}
.like_discus .art_comments {
	margin-top: 0;
	padding-top: 0;
	border-top: 0px solid #D9D9D9;
}
.like_discus {
	margin-top: 14px;
	padding-top: 8px;
	border-top: 1px solid #D9D9D9;
}
.popular_forum_btms .dis_likes{
    display: flex;
    align-items: center;
    justify-content: start;
}
.dis_likes li{
    margin-right: 12px;
    border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.11);
  padding: 2px 12px;
  margin-bottom: 8px
}
.error_show2 {
	position: absolute;
	right: 0;
	bottom: -4px;
	font-size: 12px;
}

















/* 16-10 */

.static-bg{
    width: 100%;
    top: 0px;
    left: 0px;
    height: 284px;
    background-color: var(--hover-blue);
    background-image: url(../images/forum-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(180deg);
}
.static-main-inr{
    padding: 60px 0px;
}
.static-main-inr h1{
    color: #FFF;
text-align: center;
font-family: Nunito Sans;
font-size: 55px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 13px;
}
.static-main-inr .breadcrumb{
    justify-content: center;
    margin-bottom: 40px;
}
.static-main-inr .breadcrumb-item.active,
.static-main-inr .breadcrumb-item a{
    color: #FFF !important;
    text-align: center;
    font-family: Mulish !important;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
    letter-spacing: 0.63px;
}
.static-main-inr .breadcrumb-item a:hover{
    color: var(--mute-blue) !important;
}
.static-main-inr .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 26px !important;
    color: white !important;
    content: '//' !important;
}
.static-main-paper {
    border-radius: 12px;
    background-color: white;
    border: 1px solid #e5f2ff;
}
.prvc-text-body{
    padding: 25px 25px 25px 25px;
}
.static-main-paper::before{
    position: absolute;
    content: '';
    width: 85%;
    height: 3px;
    border-radius: 3px;
    background-color: var(--hover-blue);
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.privacy-top-box {
    border-radius:12px 12px 0px 0px;
    padding:16px;
    background: #e5f2ff;
}
span.careful{
    font-size: 14px;
    font-weight: 500;
    color: red;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
    font-family: 'Mulish';
    display: block;
    width: 100%;
}
.privacy-top-box p{
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    font-family: 'Mulish';
    text-align: left;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
}
.privacy-top-box p a{
    color: var(--blue);
    font-weight: 600;
}
.prvc-txt-box{
    padding-bottom: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 20px 0px #00000024;
    padding: 14px;
    border-radius: 10px;
    position: relative;
}
/* .prvc-txt-box::after {
    content: '';
    position: absolute;
    width: 300px;
    max-width: 80%;
    height: 1px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: var(--blue);
} */
.prvc-txt-box:last-child{
    margin-bottom: 0px;
}
.prvc-txt-box h2 {
    font-size: 23px;
    font-weight: 500;
    color: var(--blue);
    line-height: 1.1;
    margin-bottom: 10px;
    position: relative;
}
.prvc-txt-box h2::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    left: -15px;
    top: 0px;
    background-color: var(--blue);
}
.prvc-txt-box p{
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    font-family: 'Mulish';
    text-align: left;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
}
.prvc-txt-box ul{
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin-bottom:11px !important;
}
.prvc-txt-box ul li{
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.6;
    font-family: 'Mulish';
    text-align: left;
    margin-bottom:6px;
    letter-spacing: 0.02em;
}
.prvc-txt-box h3{
    font-size: 16px;
    font-weight:600;
    color: #212529;
    line-height: 1.1;
    margin-bottom:11px;
}
/* 16-10 */
.curnt-work.curnt-agre label .checkbox{
    top: 3px;
}
.curnt-work.curnt-agre label{
    line-height: 20px;
}
.curnt-work.curnt-agre label a{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    color: #FD5B19;
    border-radius: 0px !important;
    font-weight: 600 !important;
}
.curnt-work.curnt-agre label a:hover{
    background: transparent !important;
    color: #055299;
}
.curnt-work.curnt-agre label input{
    width: 23px;
}
.frum-box-hd em {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dce7f1;
    overflow: hidden;
    height: 170px;
    margin-bottom: 15px;
    border-radius: 8px 8px 0px 0px;
}
.frum-box-hd em img{
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

input.bnr-comm {
	border-radius: 6px 0px 6px 6px;
	background: #F7F7F7;
	width: 40.15%;
	margin-right: 3px;
	padding: 13px 13px 12px 13px;
	color: #1E3266;
	font-family: Nunito Sans;
	font-weight: 600;
	letter-spacing: 0.28px;
	border: 1px solid var(--blue);
	outline: none;
	box-shadow: none !important;
	appearance: none;
}

input.bnr-comm:hover,
input.bnr-comm:focus,
input.bnr-comm:focus-visible,
input.bnr-comm:focus-within {
    border: 1px solid var(--orange);
}



/* 31-10 */
.commu-card{
    border-radius: 11px;
    border: 1.5px solid #FFF;
    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.08);
    padding:6px;
    margin-bottom: 22px;
    height: calc(100% - 22px);
}
.doc-intro{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.doc-intro em {
display: block;
    border-radius: 10px;
    width: 130px;
    height: 130px;
    box-shadow: 4px 3px 18px 0px #0003;
    margin-bottom: 12px;
}
.doc-intro em a {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.doc-intro em a img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.doc-intro-txt h3 a{
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.19px;
    display: block;
}
.commu-card:hover a{
    color: #fe7902;
}
.doc-intro-txt h3{
    margin-bottom:5px;
}
.doc-intro-txt h5 {
    color: #344B70;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
}
.doc-intro-txt h6 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    color: #fe7902;
    font-family: Nunito Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
}
.doc-intro-txt h6 svg {
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-top: 0px;
}
.doc-intro-txt h6 svg path{
    stroke: #fe7902;
}

.doc-about p{
    color:#777777;
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height:1.3;
    letter-spacing: 0.03px;
}
a.follow-doc {
	right: 0px;
	top: 12px;
	border-radius: 30px 0px 0px 30px;
	padding: 5px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-family: Nunito Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.3px;
	background-color: #fe7902;
}
a.follow-doc svg {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 0px;
}
.commu-card:hover a.follow-doc {
    color: white;
}
a.follow-doc:hover{
    background-color: #1E3266;
    color: white;
}
/* 31-10 */

.follow-tab.nav {
    align-items: flex-end !important;
    border-bottom: 0px solid transparent;
    margin-bottom: -2px !important;
}
.follow-tab .nav-link {
    padding: 0px 12px !important;
    background-color: #e6edf5;
    border-radius: 9px !important;
    margin: 0 6px 6px 0px !important;
    transform: scale(0.8);
    transform-origin: 0% 100%;
    color: var(--blue);
}
.follow-tab .nav-item:first-child .nav-link{
    transform-origin: 100% 100%;
}
.follow-tab .nav-link.active {
    padding: 0px 12px !important;
    background-color: #fff;
    border-radius: 9px 9px 0px 0px !important;
    margin: 0 6px 0px 0px !important;
    transform: scale(1);
    color: var(--blue);
}
.follow-tab .nav-link:hover{
    border-bottom: 0px solid transparent !important;
    color: var(--blue) !important;
}
.follow-tab .nav-link::after{
    display: none !important;
}

.flo_unflo_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 4px 14px;
    border-radius: 5px;
    color: white;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    background-color: #fe7902;
    box-shadow: 7px 3px 16px 0px #0000006b;
    margin: 12px auto 0 auto;
}
.flo_unflo_btn a:hover {
    background-color: var(--blue);
}
.flo_unflo_btn a svg{
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
/* when text unfollow */
/* .flo_unflo_btn a {
    background-color: var(--orange);
    box-shadow: inset 1px 3px 11px 0px #ffffff6e;
} */
a.form-fllw,
.forum_posted_name h3 a.form-fllw,
.forum_user_comments_name h2 a.form-fllw {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 3px 8px 3px 5px;
    border-radius: 12px;
    color: white;
    font-family: Nunito Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    background-color: var(--blue);
}
.forum_posted_name h3 a.form-fllw svg,
.forum_user_comments_name h2 a.form-fllw svg,
a.form-fllw svg {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 1px;
}
.forum_posted_name h3 a.form-fllw:hover,
.forum_user_comments_name h2 a.form-fllw:hover,
a.form-fllw:hover{
    background-color: var(--orange);
}
.srch-by label{
    width: 100%;
  background: #badfee;
  border-radius: 24px;
  padding: 5px 16px;
  color: #1E3266;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
 }
 .srch-by label img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.srch-by label:hover {
    background: #8addff;
    box-shadow: inset -2px 0px 16px 0px #fefefeb3;
}
.com-sort-fst .search_inputs input, .com-sort-fst .search_inputs input:focus {
    box-shadow: 2px 2px 11px 0px #0000003b !important;
}
.flr-flng {
	margin-left: 12px;
	flex-direction: column;
	margin-top: 14px;
}
.flr-flng h6{
    margin-bottom: 12px;
}
.flr-flng h6 b {
	display: inline-block;
	width: 72px;
}
.floating__label.flt-mssg-lable::before {
    left: 8px;
    top: 49px;
}
.send-icn button{
    border: none;
    outline: none;
    width: fit-content;
    height: auto;
    border-radius: 6px;
    background: linear-gradient(90deg, #FF7A03 -12.49%, #FD5B19 113.27%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: K2D;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.17px;
    padding: 5px 16px;
    float: right;
}



/* 03-11 */
.messages_rigrt h3 {
    padding-bottom: 13px;
    border-bottom: 1px solid #d3d3d3;
}
.messages_rigrt_body {
    padding: 0 0px;
    padding-top: 0px;
    padding-right: 10px;
    width: 100%;
    height: 633px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent var(--blue);
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch; */
}
.messages_rigrt_body::-webkit-scrollbar{
    width: 3px;
}
.messages_rigrt_body::-webkit-scrollbar-track{
    background: transparent;
}
.messages_rigrt_body::-webkit-scrollbar-thumb{
    width: 3px;
    background: var(--blue) !important;
    border-radius: 3px !important;
}
.messages_rigrt_inr {
    width: 100%;
}
.chat_mass_itm {
    width: 75%;
    margin-top: 15px;
}

.chat_mass_itm .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.chat_mass_itm .media em img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 100%;
    margin-right:8px;
    border: solid 1px #afafaf;
}
.chat_mass_itm .media-body {
    -ms-flex: 1;
    flex: 1;
}
.chat_mass_itm .media-body h5 {
    font-size: 13.5px;
    font-weight: 600;
    color: #2b2b2b;
    font-family: 'Mulish';
}
.chat_mass_bx {
    padding: 8px 8px;
    background: var(--blue);
    margin-top: 3px;
    position: relative;
    z-index: 4;
    margin-left: 0;
    border-radius: 12px;
}
.chat_mass_bx p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #fff;
    font-family: 'Mulish';
}
.chat_mass_itm .media-body span {
    font-size: 11.67px;
    color: #a5acb0;
    margin-top: 5px;
    display: inline-block;
    font-family: 'Mulish';
}
.chat_mass_itm .media-body span img {
    margin-right: 2px;
}
.chat_mass_itm_rig {
    text-align: right;
    margin-left: auto;
    width: 84%;
    margin-top: 10px;
}
.chat_mass_itm_rig .media {
    flex-direction: row-reverse;
}
.chat_mass_itm_rig .media em img {
    margin-right: 0;
    margin-left: 7px;
    margin-top: 6px;
}
.chat_mass_itm_rig .chat_mass_bx {
    text-align: left;
    margin-left: 0;
    margin-right: 2px;
    background: #e6edf5;
    border-radius: 12px;
    padding: 10px 16px;
}
.chat_mass_itm_rig .chat_mass_bx p {
    color: #505050;
}
.mass_from {
    width: 100%;
    padding: 20px 25px 20px;
    border-top: solid 1px #e6e6e6;
    margin-top: 23px;
    display: inline-block;
}
.mass_send {
    width: 100%;
}
.mass_send_bx {
    position: relative;
    display: flex;
    height: 42px;
    align-items: center;
}
.mass_send_bx textarea {
    width: 70%;
    height: 42px;
    border: none;
    outline: none !important;
    padding-top: 11px;
    font-size: 16.5px;
    color: #989898;
    font-family: 'Mulish';
    resize: none;
    width: 100%;
    padding-right: 45px;
    background: #fff;
}
.mass_send_bx .file_in {
    position: absolute;
    right: 120px;
    top: 8px;
    width: 20px;
}
.file_in input {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0.01;
    cursor: pointer;
    width: 20px;
    cursor: pointer;
}
.file_in label {
    height: 14px;
    line-height: 14px;
    font-size: 15px;
    color: #000;
    margin-right: 13px;
}
.file_in label img {
    margin-right: 7px;
}
.plen_btn_bx {
    position: absolute;
    top: 0;
    right: 0;
}
.plen_btn {
    width: 100px;
    height: 45px;
    background: var(--blue);
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    font-family: 'Mulish';
    border: none;
    outline: none;
    cursor: pointer;
}
.plen_btn img {
    margin-left: 7px;
}
.plen_btn:hover{
    background: var(--orange);
}
/* 03-11 */

.shown_inpt input {
	padding-right: 51px;
	background-image: url(../images/search-icon.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.coming-paper{
    height: 90vh;
    background-color: var(--blue-linear);
    padding: 50px 0px;
}
.coming-paper
img{
    width:auto;
    height:100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    right:0px;
    bottom: 0px;
    z-index: -1;
}
.coming-paper .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.coming-paper h1{
    color: var(--blue);
  font-family: Nunito Sans;
  font-size:48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
  letter-spacing: 0.28px;
  margin: auto;
}
.ui-dialog-buttonset{
    display: flex;
    width: 100%;
    float: none !important;
    justify-content: center;
    align-items: center;
}
.ui-dialog-buttonset button{
    padding: 8px 16px;
    border: 0px solid transparent;
    outline: none;
    box-shadow: none;
    width: fit-content;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 10px;
    border-radius: 5px;
    background-color: #055299;
    color: white;
}
.ui-dialog-buttonset button:last-child{
    opacity: 0.6;
}
.ui-dialog-buttonset button:hover,
.ui-dialog-buttonset button:focus{
    background-color: #fe7902;
}
.user-intro em{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #055299;
    overflow: hidden;
    margin-right: 12px;
}
.user-intro em img{
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.user-intro h4{
    font-size: 17px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
}
.user-intro h4 a{
    color: inherit;
}
.user-intro h4 a:hover{
    color: #055299;
}
.user-intro h4 span {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
}
.actn-btn{
    padding: 4px 10px ;
    margin: 5px;
}
.modal-emailnew{
    width: 550px;
    max-width: 100%;
}
.pri_table{
        border: 2px solid black;
        text-align: center;
        padding: 5px 15px 5px 15px;
        margin: 10px 30px 10px 30px;
}
.table {
	display: table;
	margin-bottom: 0;
	max-width: 100%;
	width: 100% !important;
	box-shadow: 0px 1px 2px #dcdcdc;
}
.table .one_row1 {
	display: table-row;
	position:relative;
}
.tab_head_sheet {
	background: #0a54a9;
	border: medium none;
	color: #fff;
	font-size: 14px;
	/* font-family: 'Roboto', sans-serif; */
	line-height: 13px;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
}
.cell1 {
	display: table-cell;
	padding:12px 5px 12px 15px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	position:relative;
}
.tab_head_sheet_1 {
	border: medium none;
	height: 50px;
	padding: 7px 0px 7px 13px;
	text-align: left;
	white-space: normal;
	overflow-wrap: break-word;
	color: #686a6b;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 15px;
}
.tab_head_sheet_1 p {
	color: #686a6b;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 15px;
	margin: 0;
}
.W55_1 {
	display: none;
}
.item_img{
	float:left;
	width:50px;
	height:45px;
	border:1px solid #dedbdb;
	background:#fff;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-right:10px;
	}
.item_img img{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	max-width:100%;
	}
.cell1 img:hover{
	opacity:0.6;
}
.table .small_screen31:nth-child(2n+1) {
	background: #f7f8f9;
}

.notification_box{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-top: 5px;
    display: flex;
    align-items: start    ;
}
.notification_heading{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.notification_heading h2{
    color: #1E3266;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    text-align: left;
}
.notification_heading span{
        color: #405068;
        font-family: Nunito Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.14px;
        margin-left: 8px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .notification_box p {
        color: #47494e;
        font-size: 14.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        margin-top: 2px;
    }

    .notification_heading span img{
        margin-right: 4px;
    }

    .noti_ic{
    margin-right: 12px;
}
.new_notifi {
	width: 100%;
	margin-right: 0.5rem;
}
.notifi_img
{
    margin-top: 15px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 12px;
}

.notifica_des{
    display: flex;
    align-items: center;
}
