@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-feature-settings: "liga"0;
    font-feature-settings: "liga"0;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #29334c;
    text-align: start;
    background-color: #f7faff;
}

html {
    scroll-behavior: smooth;
}

a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

a,
a:hover,
a:visited,
a:focus,
a:active,
a:link,
button {
    outline: none !important
}

#loom-companion-mv3 {
    display: none !important;
}

.p-white {
    color: #fff !important;
}

.p-black {
    color: #0a0a0a;
}

.p_14 {
    font-size: 14px !important;
}

.p_15 {
    font-size: 15px !important;
}

.p_16 {
    font-size: 16px !important;
}

.p_17 {
    font-size: 17px !important;
}

.p_18 {
    font-size: 18px !important;
}

.p_20 {
    font-size: 20px !important;
}

.p_24 {
    font-size: 24px !important;
}

.p-56 {
    font-size: 56px !important;
}

.p-48 {
    font-size: 48px !important;
}

.p-w-300 {
    font-weight: 400 !important;
}

.p-weight-300 {
    font-weight: 300;
}

.p_lighter {
    font-weight: 300 !important;
    line-height: 32px;
    text-transform: capitalize !important;
}


/* ---------- colors  --------- */

.bg_white {
    background: #fff;
}

.color_white {
    color: #fff !important;
}

.bg_gray {
    background: #edf3f8;
}

.bg_light_gray {
    background: #f7f7f7 !important;
}

.bg_light_gray_2 {
    background: #F2F2F2;
}


/* ---------- Padding  --------- */

.p-l {
    padding-left: 20px;
}

.p-0 {
    padding: 0 !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-55 {
    padding-top: 55px;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-t-65 {
    padding-top: 65px;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-t-75 {
    padding-top: 75px;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-t-85 {
    padding-top: 85px;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-l-0 {
    padding-left: 0
}

.p-l-50 {
    padding-left: 50px
}

.p-r-50 {
    padding-right: 50px
}

.p-r-0 {
    padding-right: 0
}

.p-t-0 {
    padding-top: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}


/* ---------- Margin --------- */

.margin-top-65 {
    margin-top: -65px;
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-55 {
    margin-top: 55px;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-85 {
    margin-top: 85px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-t-90 {
    margin-top: 90px;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-t-110 {
    margin-top: 110px;
}

.m-b-110 {
    margin-bottom: 110px;
}

.lft {
    padding-left: 0 !important;
    padding-right: 5px !important
}

.rght {
    padding-right: 0 !important;
    padding-left: 5px !important
}

.no-mrg {
    margin: 0 !important
}

.no-pd {
    padding: 0 !important
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #555;
}


/*new style*/

.notify-ul li {
    display: block;
    margin-bottom: 10px;
    clear: both;
}

textarea.form-control {
    min-height: 150px;
}

.listings-btns {
    margin-bottom: 100px;
}

.listings-btns {
    border: none !important;
}

.glry-upld {
    width: 93%;
    margin: auto;
    padding-bottom: 50px !important;
    padding-top: 10px !important;
}

.listings-btns .nav-link {
    padding: 15px 30px 15px 30px;
    color: rgba(1, 60, 116, .95);
    background: #ecf0ff;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}

.listings-btns .nav-link:hover {
    background: #1c46c5;
    color: #fff;
}

.listing-form {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e6e6f5;
    border-radius: 3px;
    box-shadow: none;
    margin-block-end: 1.5rem;
    padding: 40px 30px;
}

.listing-form .bootstrap-select {
    width: 100% !important;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_wrap {
    position: relative;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
    display: block;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border: 2px dashed #e6e6f5;
    border-radius: 3px;
    padding: 0;
    background-color: #f2f5fd;
    background-image: url("../img/fancy_upload.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
}

.ff_fileupload_hidden {
    display: none;
}

.ff_fileupload_wrap table.ff_fileupload_uploads {
    width: 100%;
    border-collapse: collapse !important;
    border: 0 none;
}

.listing-form label {
    display: block;
}

.listing-form .card-body {
    padding-bottom: 0;
    padding: 1em .5em 0;
}

.careerfy-packages-tbody .careerfy-table-cell {
    padding: 9px 16px;
    font-size: 12px;
    color: #999999;
}

.closy {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #dc3545;
    text-shadow: none !important;
    color: #fff !important;
    padding: 5px 10px;
}

.team-membr .profile-pic .profile-pic-img img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
}

.bootstrap-tagsinput input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #29334c;
    height: 39px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6f5;
    border-radius: 2px;
    font-size: 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.team-membr .card-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px !important;
}

.font-11 {
    font-size: 11px;
}

.usertab-list.font-11 li {
    margin-block-end: 0.2em;
}

.careerfy-packages-tbody .careerfy-table-cell {
    width: 15%;
}

.careerfy-table-cell {
    display: table-cell;
    line-height: 26px;
}

.careerfy-packages-tbody i {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    margin-right: 7px;
    color: #3dbf4f;
}

.usertab-list {
    display: inline-block;
}

.usertab-list li {
    width: 50%;
    margin-block-end: 0.6rem;
    float: left;
}

.profile-pic .profile-pic-img img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
}

.card-pay .tabs-menu {
    margin-block-end: 25px;
}

.card-pay .tabs-menu li {
    width: 33.3%;
    display: block;
}

table {
    vertical-align: middle !important;
}

.card-item-desc a.text-dark+a {
    font-size: 12px !important;
    color: #353535;
}

.card-pay .tabs-menu li a.active,
.item1-tabs-menu ul li .active {
    background: #1c46c5;
}

.btn-info {
    color: #fff;
    background-color: #0ab2e6;
    border-color: #0ab2e6;
}

.card-pay .tabs-menu li a.active {
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.card-pay .tabs-menu li a {
    padding: 0.5rem 1rem;
    background: #f3f5ff;
    color: #29334c;
    display: block;
    text-align: center;
    border-inline-end: 1px solid #e6e6f5;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.75rem !important;
    line-height: 1.33333333 !important;
    min-width: 1.625rem !important;
    border-radius: 2px !important;
}

.card-aside-img {
    position: relative;
}

.media-body h4 {
    font-weight: 500;
    font-size: 14px;
}

.card-aside-img img {
    width: auto !important;
    height: 50px !important;
    width: auto;
    height: 50px;
}

.ads-tabs .tabs-menus {
    margin-block-end: 2rem;
}

.ads-tabs .tabs-menus ul li {
    margin-inline-end: 1rem;
}

.ads-tabs .tabs-menus ul li .active {
    background: #1c46c5;
    color: #fff;
    border: 1px solid transparent;
}

.ads-tabs .tabs-menus ul li {
    margin-inline-end: 1rem;
}

.ads-tabs .tabs-menus ul li a {
    border: 1px solid #e6e6f5;
    color: #29334c;
    padding: 10px 20px 11px 20px;
    border-radius: 2px;
}

.my-dash li {
    list-style-type: none;
}

.profile-pic.user-dash {
    display: block;
    margin: auto;
}

.my-dash.app-sidebar .side-menu li a.side-menu__item.active {
    background: transparent;
    color: #1c46c5;
    border-inline-end: 2px solid #1c46c5;
}

.app-sidebar .side-menu li.active>a,
.app-sidebar .side-menu li a.active {
    color: #1c46c5 !important;
}

.app-sidebar .side-menu__item.active {
    background: #fff !important;
    color: #1c46c5 !important;
}

.my-dash.app-sidebar ul li a {
    color: #2e384d;
    font-weight: 400;
}

.my-dash .side-menu li a {
    border-block-start: 1px solid #efecfb;
}

.my-dash .side-menu li a {
    border-block-start: 1px solid #efecfb;
}

.my-dash.app-sidebar ul li a {
    color: #2e384d;
    font-weight: 400;
}

.my-dash .side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    -webkit-transition: border-inline-start-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-inline-start-color 0.3s ease, background-color 0.3s ease;
    transition: border-inline-start-color 0.3s ease, background-color 0.3s ease;
    border-block-start: 1px solid #efecfb;
}

@media (min-width: 767px) {
    .tab-content #tab-11 .item-card9-img.doctor-details {
        width: 230px;
    }
}

@media (min-width: 767px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }
}

.cover-image {
    background-size: cover !important;
}

.dctr .profile-pic {
    width: 100%;
    max-height: unset;
}

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li:first-child a {
    margin-inline-start: 0;
}

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li .active {
    border-bottom: 0 !important;
    padding: 10px 20px 12px 20px;
    border-radius: 2px 2px 0 0;
    margin-block-end: -2px;
    background: #fff;
    border: 1px solid #e6e6f5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 230, 245);
}

.wideget-user-tab.wideget-user-tab3 .tabs-menu1 ul li a {
    padding: 10px 20px 12px 20px;
    display: block;
    margin: 4px 4px 0 4px;
    border: 1px solid #e6e6f5;
    background: #f2f4ff;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    border-bottom: 0 !important;
}

.wideget-user-tab .tab-menu-heading .nav li a {
    color: #29334c;
    font-size: 15px;
    font-weight: 400;
}

.wideget-user-tab .tabs-menu1 ul li .active {
    border: 0;
    border-radius: 0;
}

.profile-pic {
    text-align: center;
}

.cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
}

.h-200 {
    height: 200px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.h5,
h5 {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
}

.form-group {
    display: block;
    margin-block-end: 1rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #1c46c5;
    border-color: #1c46c5;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    margin-block-start: -1rem;
    margin-inline-end: -1rem;
    margin-block-end: -1rem;
    margin-inline-start: auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    /* -webkit-appearance: none;*/
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-label::before {
    border: 1px solid rgba(167, 180, 201, 0.5);
    background-color: #fff;
    background-size: 0.5rem;
}

.form-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-label::before {
    border: 1px solid rgba(167, 180, 201, 0.5);
    background-color: #fff;
    background-size: 0.5rem;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    inset-inline-start: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e6e6f5;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    inset-inline-start: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-checkbox .custom-control-input:checked~.custom-control-label::before,
.form-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #1c46c5;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1c46c5;
    background-color: #1c46c5;
}

.modal.show .modal-dialog {
    transform: none;
    margin-top: 100px;
}

.close {
    float: var(--float-right);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #a0afc7;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
    transition: 0.3s color;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    letter-spacing: 0.03em;
    min-width: 2.375rem;
}

.bg-success {
    background-color: #01d277 !important;
}

.bg-info {
    background-color: #00d6e6 !important;
}

.product-slider .carousel-control-prev {
    left: 3%;
}

.product-slider .carousel-control-next {
    right: 3%;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.bg-primary {
    background-color: #1c46c5 !important;
}

.bg-secondary {
    background-color: #a72071 !important;
}

.bg-orange {
    background-color: #e67605 !important;
    color: #fff !important;
}

.text-yellow {
    color: #ffa22b !important;
}

.media {
    display: flex;
    align-items: flex-start;
    margin-block-start: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media img {
    width: 45px;
    height: 45px;
}

.media-object {
    display: block;
}

.brround {
    border-radius: 50%;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.me-3,
.mx-3 {
    margin-inline-end: 0.75rem !important;
}

.product-slider .carousel-control-prev,
.product-slider .carousel-control-next {
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 50%;
}

.product-slider .carousel-control-prev i,
.product-slider .carousel-control-next i {
    color: #001A4A !important;
    font-size: 20px;
}

.rating-stars {
    align-items: center;
}

.item-user .item-user-icons a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    margin-block-start: 0.3rem;
}

.item-user span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edeff7;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.h6,
h6 {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
}

.item2-gl-nav .item2-gl-menu {
    margin-inline-end: 10px;
}

.ms-auto,
.mx-auto {
    margin-inline-start: auto !important;
}

.p-5 {
    padding: 1.5rem !important;
}

.item2-gl-nav .item2-gl-menu li a {
    padding: 10px 10px 11px 10px;
    color: #29334c;
    font-size: 20px;
}

.select2-sm label {
    min-width: 80px;
}

.item2-gl-nav,
.select2-sm {
    align-items: center;
}

.top-bar {
    border-block-end: 1px solid #e6e6f5;
    background: #fff;
}

.top-bar-left ul {
    margin-block-end: 0;
}

.socials {
    display: flex;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-bar .top-bar-left .socials li {
    display: inline-block;
    font-size: 15px;
    border-inline-start: 1px solid #e6e6f5;
    padding: 10px;
    margin: 0;
}

.socials li {
    margin: 0 12px;
    margin-inline-end: 15px;
}

.text-dark {
    color: #29334c !important;
}

.footer-style2 .footer-main li:hover a,
.header-main i {
    color: #0d457b;
}

.header-main .top-bar .contact li:last-child {
    border-inline-end: 1px solid #e6e6f5;
}

.header-main .top-bar .contact li {
    padding: 10px;
    margin: 0 !important;
    border-inline-start: 1px solid #e6e6f5;
    line-height: 22px !important;
}

.top-bar .top-bar-left .contact li {
    margin: 10px 5px;
    display: inline-block;
    color: #29334c;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    z-index: 1000;
    display: none;
    float: var(--float-left);
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #3d4e67;
    text-align: start;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6f5;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 12rem;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #0d457b;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    clear: both;
    font-weight: 400;
    color: #29334c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

.top-bar .top-bar-right {
    float: right;
}

.header-main .top-bar-right .custom {
    display: flex;
}

.header-main .top-bar-right .custom li {
    padding: 10px;
    border-inline-start: 1px solid #e6e6f5;
    line-height: 22px !important;
}

.desktoplogo {
    padding: 0.5rem 0;
    margin: 0;
    float: left;
}

.desktoplogo img {
    width: 100px;
}

.header-search .hor-support {
    margin-block-end: 0;
    display: flex;
    width: 60%;
}

.header-search .support-header {
    border-radius: 0px;
    text-align: center;
    margin-inline-end: 5px;
    padding: 8px 12px;
    width: 100%;
    margin-block-start: 2px;
}

.header-search .support-header i {
    float: left;
    margin-inline-end: 10px;
    font-size: 15px;
    line-height: 35px;
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6e6f5;
}

.header-search .support-header .support-text {
    text-align: start;
    float: left;
}

.header-search .support-header h6 {
    font-weight: 500;
    color: #29334c;
    font-size: 14px;
    margin-block-end: 1px;
}

.header-search .support-header p {
    margin-block-end: 0;
    color: #6e82a9;
}

.bottom-head .btn-info,
.card-header .btn-info {
    font-size: 13px;
    border-radius: 0;
    background: #377bbd;
    border: none;
    color: #fff;
    max-width: 170px;
}

.card-header.my-listings {
    justify-content: space-between;
}

.banner-2 {
    background-image: url(../img/banner1.jpg);
    padding-block-start: 10rem;
    padding-block-end: 10rem;
    width: 100%;
    position: relative;
}

.banner-2 .header-text {
    z-index: 999;
    position: relative;
    top: 0px;
    bottom: 70px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.header-text h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    color: #fff !important;
}

.banner-2 .header-text p {
    margin-block-end: 0;
    font-size: 16px;
}

.item-search-tabs {
    margin-block-start: 2rem;
}

.item-search-tabs .item-search-menu ul {
    padding: 5px 15px;
    justify-content: center;
}

.item-search-menu ul li .active {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.item-search-menu ul li a {
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    background: 0 0;
    margin: 0 5px;
    border-radius: 2px 2px 0 0;
}

.item-search-tabs .tab-content {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    margin: 3px 0px 0 0;
    border-radius: 2px;
}

.search-background,
.search1 {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.banner-2 .form-control {
    border-radius: 0;
    border: 0 !important;
    font-size: 12.5px;
}

.item-search-tabs .form-control.border {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.me-1,
.mx-1 {
    margin-inline-end: 0.25rem !important;
}

.location-gps {
    cursor: pointer;
    height: 20px;
    line-height: 33px;
    position: absolute;
    inset-inline-end: 12px;
    text-align: right;
    top: 5px;
    background: #fff;
    width: 15px;
    color: #6e82a9;
}

.location {
    position: relative;
}

.bg-background2::before,
.bg-background1::before {
    background: linear-gradient(86deg, rgba(43, 165, 251, 0.8) 0%, rgba(28, 70, 197, 0.9) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    display: block;
    z-index: 0;
    top: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #29334c;
    height: 39px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6f5;
    border-radius: 2px;
    font-size: 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.item-search-tabs a.btn {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    font-size: 0.8525rem;
    inset-inline-end: -2px;
    position: relative;
    line-height: 1.94615385;
}

.btn-orange {
    color: #fff;
    background-color: #3ab4fa;
    border-color: #3ab4fa;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-orange:hover {
    color: #fff;
    background-color: #3ab4fa;
    border-color: #3ab4fa;
}

.btn-orange i {
    color: #fff;
}

.sptb {
    padding-block-start: 3rem;
    padding-block-end: 3rem;
}

.bg-color-1 {
    background: #f7faff !important
}

.text-center {
    text-align: center !important;
}

.center-block {
    margin-inline-end: auto;
    margin-inline-start: auto;
    float: inherit !important;
    text-align: center;
}

.section-title {
    padding-block-end: 2rem;
}

.section-title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-block-start: 15px;
}

.bg-card-light {
    background: #f7faff;
    background-color: rgb(247, 250, 255);
    text-align: center;
    transition: 0.4s;
    transform: scale(1);
    width: 100%;
    border-radius: 2px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
    height: 100%;
}

.cat-item {
    position: relative;
}

.cat-item a {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cat-item .cat-icon {
    width: 60px;
    height: 60px;
    padding: 18px;
    margin: 0 auto;
    text-align: center;
}

.cat-item .cat-desc {
    margin-block-start: 12px;
    color: #212529;
}

.font-weight-semibold {
    font-weight: 500 !important;
}

.bg-light {
    background-color: #eff0f9 !important;
    color: #29334c;
}

.badge-pill {
    padding-inline-end: 0.6em;
    padding-inline-start: 0.6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: 0.125em 0.4em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.bg-card-light.bg-primary-card:hover {
    background: #1c46c5 !important;
}

.bg-card-light.bg-secondary-card:hover {
    background: #a72071 !important;
}

.bg-card-light:hover {
    box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
    background: #fff;
    border: 1px solid transparent;
}

.bg-card-light.bg-info-card:hover {
    background: #00d6e6 !important;
}

.bg-card-light.bg-danger-card:hover {
    background: #fc3d50 !important;
}

.bg-card-light.bg-success-card:hover {
    background: #01d277 !important;
}

.bg-card-light.bg-warning-card:hover {
    background: #ffa22b !important;
}

.cat-item .cat-icon i {
    font-size: 25px;
}

.bg-primary-transparent {
    background-color: rgb(231, 236, 249);
}

.bg-secondary-transparent {
    background-color: rgba(255, 61, 112, 0.1);
}

.bg-card-light:hover .cat-icon {
    background: #fff !important;
    color: #29334c !important;
}

.bg-info-transparent {
    background-color: rgba(10, 178, 230, 0.1);
}

.bg-danger-transparent {
    background-color: rgba(252, 61, 80, 0.1);
}

.bg-success-transparent {
    background-color: rgba(23, 208, 146, 0.1);
}

.bg-warning-transparent {
    background-color: rgba(255, 160, 18, 0.1);
}

.bg-card-light:hover .cat-desc h5 {
    color: #fff !important;
}

.brround {
    border-radius: 50%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 2px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e6e6f5;
    border-radius: 3px;
    box-shadow: none;
    margin-block-end: 1.5rem;
    width: 100%;
}

.item-card2-img {
    position: relative;
    overflow: hidden;
    border-start-end-radius: 2px;
    border-start-start-radius: 2px;
}

.item-card2-img::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(25, 36, 79, 0.1);
    width: 100%;
    height: 100%;
    inset-inline-end: 0;
    top: 0;
    z-index: 1;
}

.item-card2-img a {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.owl-carousel .owl-item img {
    display: block;
}

.item-card2-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.item-card2-icons {
    position: absolute;
    top: 15px;
    inset-inline-end: 15px;
    z-index: 98;
}

.item-card2-icons .bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.6);
}

.item-card2-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.1rem;
    border-radius: 2px;
    color: #fff;
}

.text-danger {
    color: #fc3d50 !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
    height: 100%;
}

.card-body> :last-child {
    margin-block-end: 0;
}

.text-muted {
    color: #6e82a9 !important;
}

.text-success {
    color: #05a01f !important;
}

.rating-stars input {
    display: none;
    margin: 0 auto;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #3d4e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6f5;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rating-stars .rating-stars-container {
    font-size: 0;
}

.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f5ca1c !important;
}

.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 14px;
    color: #83829c;
    cursor: pointer;
    padding: 1px;
}

.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 32px;
    cursor: pointer;
    padding: 5px 8px;
    color: #dee0ec;
}

.item-card-features li {
    width: 50%;
    float: left;
    margin-inline-end: 0 !important;
    margin-block-end: 0.5rem;
    font-size: 13px;
}

.item-card-features li:last-child {
    margin-block-end: 0;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.card-footer:last-child {
    border-radius: 0 0 2px 2px;
}

.w-100 {
    width: 100% !important;
}

.btn-appointment a {
    font-size: 12px;
    color: #001A4A;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.01) !important;
    color: #5f6877;
    border-top: 1px solid #e6e6f5 !important;
}

.items-gallery .items-blog-tab-heading {
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    display: inline-table;
    padding: 15px;
    margin-block-end: 0px;
}

.items-blog-tab-heading .items-blog-tab-menu li a {
    padding: 10px 15px 10px 15px;
    color: #29334c;
    background: #ecf0ff;
    margin: 0 10px;
    border-radius: 5px;
}

.items-blog-tab-heading .items-blog-tab-menu li .active {
    background: #1c46c5;
    color: #fff;
}

.items-gallery .tab-content {
    padding: 15px;
    text-align: initial;
}

.tag-text {
    position: absolute;
    bottom: 12px;
    z-index: 1;
    inset-inline-start: 6px;
}

.tag-text .tag-option {
    color: #fff;
    margin: 5px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.item-card7-imgs {
    position: relative;
    overflow: hidden;
    border-start-end-radius: 2px;
    border-start-start-radius: 2px;
}

.cat-desc h5 {
    font-size: 15px;
}


/*new style*/

@media (min-width: 767px) {
    .tab-content #tab-11 .item-card9-img {
        width: 400px;
    }
}

.item-card9-img {
    position: relative;
    height: 100%;
}

.item-card9-imgs {
    position: relative;
    overflow: hidden;
}

.item-card9-img .item-card9-imgs a {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

@media (min-width: 767px) {
    .tab-content #tab-11 .item-card9-imgs img {
        height: 190px;
    }
}

.item-card9-imgs img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.item-card9-icons {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: 98;
}

.item-icon-bg.active {
    background: #e62a72;
}

.item-card9-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2.2rem;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
}

.item-overly-trans span.badge {
    position: absolute;
    bottom: 10px;
    inset-inline-start: 12px;
    line-height: 9px;
    font-size: 12px;
    padding: 8px 11px;
}

.bg-info {
    background-color: #00d6e6 !important;
}

.item-overly-trans .rating-stars {
    position: absolute;
    bottom: 10px;
    inset-inline-end: 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 5px;
    align-items: center;
}

.item2-gl .btn-appointment a {
    border-radius: 0;
}

.item2-gl .btn-appointment a:hover {
    background: #1c46c5;
    color: #fff !important;
}

.item-icon-bg {
    background: rgba(0, 0, 0, 0.7);
}

.page-item.active .page-link {
    background-color: #1c46c5;
    border-color: #1c46c5;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}

.item2-gl-nav {
    padding: 15px;
    border: 1px solid #e6e6f5;
    text-align: right;
    border-radius: 2px;
    background: #edf0f7;
    background-color: rgb(237, 240, 247);
}

.card-header {
    background: 0 0;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-block-end: 0;
    border-block-end: 1px solid #e6e6f5;
}

.card-title:only-child {
    margin-block-end: 0;
}

.card-header .card-title {
    margin-block-end: 0;
}

.card-title {
    font-size: 1.0rem;
    line-height: 1.2;
    font-weight: 500;
    margin-block-end: 1.5rem;
}

.btn-secondary {
    color: #fff;
    background-color: #a72071;
    border-color: #a72071;
}

.product-filter-desc .product-filter-icons a {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.4em;
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

.product-filter-desc .product-filter-icons a:hover {
    color: #fff;
}

.facebook-bg {
    background: #3b5998;
    color: #fff;
}

.twitter-bg {
    background: #0c85d0;
    color: #fff;
}

.google-bg {
    background: #c63224;
    color: #fff;
}

.dribbble-bg {
    background: #e62a72;
    color: #fff;
}

.pinterest-bg {
    background: #8c0615;
    color: #fff;
}

.rating-stars input {
    display: none;
    margin: 0 auto;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #3d4e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6f5;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.call-btn .call-number {
    display: none;
}

.rating-stars .rating-stars-container {
    font-size: 0;
}

.bg-purple {
    background-color: #6d33ff !important;
    color: #fff !important;
}

.item2-gl .tab-content {
    padding-block-start: 1.5rem;
    text-align: initial;
}

.upld-btn {
    border-radius: 6px;
    border: 1px solid #013c74;
    padding: 6px 12px 6px;
}

.top-head {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 1px;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-head p,
.top-head ul {
    padding: 0px;
    margin-bottom: 0;
}

.logo-box {
    margin-top: 0px
}

.no-brdr {
    border: none !important
}

.btm-head {
    padding-bottom: 10px;
    padding-top: 0px;
}

.mid-box {
    padding-top: 5px;
    padding-bottom: 0px;
}

.top-left-section {
    text-align: left
}

.top-right-section ul,
.top-left-section ul {
    list-style: none;
    padding: 0
}

.top-right-section ul li {
    color: #013c74;
}

.top-right-section ul li {
    display: inline-block;
    vertical-align: top;
}

.top-left-section ul li {
    display: block;
}

.top-left-section ul li img {
    width: 16px;
}

.top-left-section .dropdown button,
.top-left-section .dropdown button:active {
    font-size: 13px;
    color: #013c74;
    border: none !important;
}

.top-left-section ul li a {
    color: #05264c !important;
    padding: 8px 10px;
}

#dropdownMenuButton1 {
    padding: 0;
}

.top-left-section ul li:first-child {
    margin-left: 0;
}

.top-right-section ul li a,
.top-left-section ul li a {
    color: #013c74;
    font-size: 13px
}

.top-right-section ul li a:hover,
.top-left-section ul li a:hover {
    color: #013c74;
}

.top-right-section ul li {
    margin-left: 5px;
    margin-right: 5px;
}

.top-left-section ul li i {
    transform: rotateY(180deg);
    margin-right: 5px;
}

.banner-img img {
    width: 100%;
}

.top-right-section {
    text-align: right;
}

.mid-box {
    border-radius: 0px;
    padding: 10px 0 !important;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.mid-box .logo-box img {
    width: 80px;
}

nav.navbar.bootsnav ul.nav>li>a {
    font-weight: 400 !important;
}


/*.home-banner {
    background: #f3f3f3;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
}

.home-banner h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    color: #555;
}

.banner-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #013c74;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.home-banner p {
    font-size: 20px;
    color: #333;
}
*/

.banner-txt {
    margin-left: 10%;
}

.home-banner .wt-bg {
    position: relative;
}

.home-banner .wt-bg::after {
    height: 120%;
    width: 50%;
    background: #fff;
    content: "";
    position: absolute;
    right: -10px;
    top: -10%;
    z-index: 0;
}

.home-banner .wt-bg img {
    position: relative;
    z-index: 9;
    left: -10%;
}

.home-banner h2 {
    font-size: 18px;
    color: #377bbd;
    font-weight: 300;
    line-height: 1.35;
    margin-bottom: 10px;
}

.title-lft {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3156a3;
    text-transform: uppercase;
}

.title-lft::before {
    content: "";
    height: 20px;
    width: 2px;
    background-color: #3156a3;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.rsrch-box ul {
    margin-bottom: 1px;
}

.rsrch-box h3 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    text-transform: capitalize;
    display: block;
}

.rsrch-box {
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 40px -20px;
    padding: 30px 25px;
}

.rsrch-box p {
    font-size: 12px;
    line-height: 1.3;
}

.meta-info,
.rsrch-catg ul {
    padding-left: 0;
    list-style: none;
}

.meta-info li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.meta-info li p {
    font-size: 12px;
}

.rsrch-catg li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #015abd;
    border-radius: 40px;
}

.rsrch-catg li a {
    display: block;
    padding: 4px 10px;
    font-size: 10px;
}

.rsrch-catg li:hover {
    background-color: #015abd;
    color: #fff;
}

.rsrch-catg li:hover a {
    color: #fff;
}

.member-area {
    background: #398ff3;
    border-radius: 0 6px 6px 0;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 12px;
}

.member-area li {
    display: inline-block;
    margin-left: 15px;
}

.member-area li img {
    width: 20px;
}

.member-area li.user-icon {
    background: #3156a3;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 2.5px solid #fff;
    margin-left: -20px;
    margin-right: 15px;
}

.member-area ul {
    margin: 0;
}

.member-area ul p {
    margin-bottom: 0;
}

.member-area ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.banner-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}

.home-banner .carousel-inner {
    max-height: 590px;
}

.home-banner .carousel-inner img {
    object-fit: cover;
}

.home-banner .carousel-caption {
    top: 30%;
    bottom: unset !important;
}

.event__search__floater {
    position: absolute;
    top: 24px;
    right: -20px;
    transition: all ease-in-out 0.2s;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.search__anchor {
    position: relative;
    width: auto;
    height: auto;
}

.search__bar {
    position: absolute;
    top: -4px;
    left: 0;
    right: -15px;
    bottom: 0;
    outline: none;
    border: none;
    background: #fff;
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    opacity: 0;
    z-index: 5;
    transition: all 0.2;
    font-size: 1em;
    background-color: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

.search__submit {
    opacity: 0;
    width: 0px;
}

.search__toggler {
    position: absolute;
    width: 30px;
    height: 30px;
    background: none;
    opacity: 1;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    transition: all 0.2s;
}

.search__toggler::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 8px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.2s;
}

.search__toggler::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.2s;
}

.search__bar:hover {
    cursor: pointer;
}

.search__bar:focus {
    width: 200px;
    left: auto;
    opacity: 1;
    cursor: text;
    transition: all 0.2;
    padding-left: 10px;
    padding-right: 20px;
}

.search__toggler:hover {
    cursor: pointer;
}

.search__bar:focus~.search__toggler {
    right: 400px;
    background: #1a3965;
    z-index: 6;
    transition: all 0.2;
}

.search__bar:focus~.search__toggler::before {
    top: 0;
    left: 0;
    width: 16px;
}

.search__bar:focus~.search__toggler::after {
    top: 0;
    left: 0;
    width: 16px;
    height: 2px;
    border: none;
    background: #fff;
    border-radius: 0%;
    transform: rotate(-45deg);
}

.home-banner .carousel-caption h1 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-banner .carousel-caption h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.banner-img h3 {
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 37%;
    color: #fff;
    background: #398ff3;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px 4px 15px;
    border-radius: 4px;
    max-width: max-content;
    margin: auto;
    letter-spacing: 5px;
    line-height: normal;
}

.banner-img h1 {
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 720px;
    margin: auto;
    letter-spacing: 2px;
    line-height: normal;
    font-weight: 900;
}

.home-banner {
    overflow: hidden;
}

.home-banner .orange-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20%;
    margin: auto;
}

.orange-btn {
    background: #ed8053;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: max-content;
    line-height: normal;
    font-weight: bold;
    display: block;
}

.orange-btn:hover {
    background: #398ff3;
    color: #fff;
}

.small-title,
.small-title a {
    color: #008fc0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 0 0 14px 14px;
    border: none
}

.accordion-item button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.search-main {
    background: #f9f9f9;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    padding: 40px 40px 45px;
    position: relative;
    transition: all 0.5s ease-in-out;
    border: 1px solid #efefef;
}

.search-post-item p {
    margin-bottom: 10px;
}

.search-post-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.home-banner.inside-banner {
    height: 250px;
    min-height: 250px;
    background-size: cover;
    margin-top: 0;
    text-align: center;
    background: url(../img/cta-4.jpg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner.inside-banner h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0d457b;
}

.main-title.lfty::after {
    margin-left: 0;
}

.about-intro.abouty p {
    color: #0a0a0a;
    font-size: 16px;
    margin-bottom: 15px;
}

.wwd-info h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    color: #1f3971;
}

.main-title {
    font-size: 32px;
    font-weight: 600;
    color: #3156a3;
    letter-spacing: 0;
    text-transform: capitalize !important;
    margin-bottom: 10px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-intro {
    background: url(../img/topics-bg.png);
    background-size: cover;
    background-position: center center;
}

.about-intro .btn {
    margin-top: 30px;
}

.tp-about-3__shapes-1 {
    position: absolute;
    left: -40px;
    bottom: 110px;
    z-index: 9;
    animation: tp-float-3 4s infinite alternate;
}

@-webkit-keyframes tp-float-3 {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    50% {
        transform: translate(20px, 30px) rotate(0deg) scale(1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes tp-float-3 {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    50% {
        transform: translate(20px, 30px) rotate(0deg) scale(1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

.tp-about-3__whitebox {
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    right: -10px;
    padding: 30px;
    padding-right: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgba(1, 16, 37, 0.06);
    z-index: 999;
}

.tp-about-3__img img {
    border-radius: 26px;
    z-index: 99;
    position: relative;
}

.tp-about-3__whitebox span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-align: center;
    display: inline-block;
    background-color: #f2f7fe;
    font-size: 21px;
    color: #3156a3;
    margin-bottom: 30px;
    border-radius: 6px;
}

.tp-about-3__whitebox h4 {
    font-size: 18px;
}

.rltv {
    position: relative;
}

.cta {
    background: url(../img/banner4.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: linear-gradient(86deg, rgba(43, 165, 251, 0.8) 0%, rgba(28, 70, 197, 0.9) 100%);
}

.cta h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.cta p {
    font-size: 16px;
    color: #fff;
}

.btn-cta {
    border-radius: 40px;
    padding: 12px 34px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
}

.btn-cta:hover {
    background: #fff;
    color: #3156a3;
}

.cta .container-fluid {
    z-index: 999;
    position: relative;
}

.news-section {
    padding-bottom: 120px;
    padding-top: 100px;
}

.blog-item {
    margin-top: 50px;
    margin: 5px 10px 15px
}

.blog-item a {
    color: #1e2e53;
    font-size: 14px;
}

.blog-item .blog-info {
    padding: 20px 0;
    position: relative;
}

.blog-item .blog-info .blog-date {
    position: absolute;
    top: -60px;
    left: 20px;
    height: 80px;
    width: 60px;
    background: #4ab0d9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}

.max-90,
.max-90 .container {
    max-width: 90%;
    margin: auto;
}

.blog-item h4 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-item h4 a {
    font-size: 16px;
    letter-spacing: 0;
}

.sidebar .blog-item {
    display: flex;
    padding: 0px;
    padding-left: 0;
    margin-left: 0;
}

.vids-item.blog-item a.vid-link {
    position: relative;
}

.vids-item.blog-item a.vid-link:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/play.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 36%;
    top: 36%;
    z-index: 99;
}

.vid-ply .pic::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/play.png);
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 45%;
    top: 45%;
}

.vid-ply .holder .data {
    height: auto !important;
    padding-bottom: 0 !important;
}

.vid-ply .holder {
    padding-bottom: 0 !important;
}

.sidebar {
    padding-left: 1.5%;
}

.careerfy-errorpage-bg {
    float: left;
    width: 100%;
    background: url("../img/errorpage-bg.jpg");
    position: relative;
    text-align: center;
    padding: 146px 0;
}

.careerfy-errorpage-transparent {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1e3142;
    opacity: .95;
    width: 100%;
    height: 100%;
}

.careerfy-errorpage-bg .container {
    z-index: 999;
    position: relative;
}

.careerfy-errorpage h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}

.careerfy-errorpage p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.careerfy-errorpage a {
    display: inline-block;
    background-color: #13b5ea;
    padding: 14px 29px 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: capitalize;
    line-height: 1;
}

.sidebar .blog-item img {
    width: 120px;
}

.sidebar .blog-item h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.sidebar .main-title {
    font-size: 26px;
}

.sidebar .main-title::after {
    margin-left: 0;
    margin-bottom: 30px;
    width: 40px;
}

.sidebar .blog-item .blog-info {
    padding: 0;
    margin-left: 15px;
}

.sidebar .blog-item a,
.sidebar .blog-item p {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
}

.sidebar .blog-item p a {
    color: #015abd;
}

.blog-item .careerfy-about-text p {
    font-size: 13px;
}

.blog-item .careerfy-about-text h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.careerfy-about-text {
    padding: 20px;
}

.blog-item p {
    font-size: 13px;
}

.blog-item img {
    max-width: 100%;
}

.blog-item .blog-info .blog-date span {
    font-weight: bold;
    font-size: 18px;
}

.blog-item .blog-info .blog-date span,
.blog-item .blog-info .blog-date small {
    display: block;
}

.blog-item i {
    font-size: 12px;
    margin-left: 3px;
    color: #377bbd;
}

.container .img {
    max-width: 100%;
}

.main-footer {
    background-color: #3156a3;
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-social {
    margin-top: 35px;
}

.footer-social li {
    width: auto !important;
    background: none !important;
    color: #3156a3;
}

.footer-social li p,
.footer-social li a {
    color: #3156a3 !important;
    font-size: 16px !important;
}

.footer-info ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.footer-info ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer-info ul li {
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    width: auto;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.footer-info ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
}

.footer-info img {
    max-width: 150px;
    margin-bottom: 25px;
}

.footer-info p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.footer-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-menu li a:hover {
    opacity: .8;
    text-decoration: underline !important;
}

.copyrights {
    background: #1b3f89;
    text-align: center;
    padding-bottom: 8px;
    border-top: 1px solid #aaa;
}

.copyrights .container {
    padding-top: 10px !important;
}

.copyrights p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-bar ul.navbar-nav {
    display: block;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: inline-block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-nav>li {
        display: inline-block;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media (min-width: 1024px) {
    #mybutton {
        display: none;
    }
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99999 !important;
    right: 0;
    width: 100%;
    margin: auto;
    max-width: 100%;
    background: rgba(1, 60, 116, .95);
}

.fixed-header .mid-box {
    border-radius: 0px;
    padding: 10px 0 !important;
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 0;
}

.bottom-head {
    background: rgba(1, 60, 116, .95);
}


/*
.bottom-head {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 999;
}
*/

.inside-page.home-banner {
    height: 70vh;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
}

.inside-page.home-banner.cnct-bg {
    background-image: url(../img/cnct-bg.jpg);
}

.inside-page.home-banner h1 {
    font-size: 40px !important;
    position: unset;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 720px;
    letter-spacing: 2px;
    line-height: normal;
    font-weight: 900;
}

.inside-page.home-banner h3 {
    position: unset;
    margin-top: 300px;
    color: #fff;
    background: #398ff3;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 15px 4px 15px;
    border-radius: 4px;
    max-width: max-content;
    letter-spacing: 5px;
    line-height: normal;
}

.inside-page.home-banner h1,
.inside-page.home-banner h3 {
    text-align: left;
    display: block;
}

.inside-page.home-banner .banner-img {
    position: unset;
}

.parteners.inside-prtnrs {
    margin-top: 0;
    padding-top: 40px;
}

.gray-bg {
    background: #faf9f7;
}

.wwd-info {
    margin-top: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.wwd-info img {
    width: 100px;
    margin-bottom: 25px;
}

.cnct-ul {
    padding-left: 0;
    margin-top: 30px;
    list-style: none;
}

.cnct-ul i {
    color: #3156a3;
    font-size: 18px;
    margin-right: 10px;
}

.cnct-ul li:last-child i {
    transform: rotate(90deg);
    color: #3156a3;
}

.cnct-ul li {
    margin-bottom: 25px;
}

.cnct-ul li a {
    margin-left: 27px;
    color: #333;
}

.cnct-ul li p {
    color: #398ff3;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.cnct-form {
    padding: 60px;
    background: #fff;
}

.cnct-title {
    font-size: 30px;
}

.cnct-p {
    font-size: 18px;
    color: #398ff3;
}

.cnct-form input,
.cnct-form textarea {
    border-radius: 0;
    background: #fbfbf9;
    font-size: 14px;
    min-height: 50px;
}

.cnct-form select {
    border-radius: 0;
    background: #fbfbf9;
    font-size: 14px;
    min-height: 50px;
    padding-top: 14px;
}

.cnct-form button {
    background: #3156a3;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

.cnct-form .form-check input {
    min-height: unset;
}

.form-links {
    float: right;
    width: 60%;
    text-align: right;
}

.form-links ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.form-links ul li {
    display: inline-block;
}

.form-links ul li p a {
    font-size: 14px;
    color: #398ff3;
    font-weight: bold;
}

.form-links ul li p a:hover {
    color: #3156a3;
}

.inside-team .owl-theme .owl-controls.clickable .owl-buttons {
    bottom: -50px;
    top: unset;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.inside-team .owl-theme .owl-controls.clickable .owl-buttons .owl-prev,
.inside-team .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    position: unset;
}

.team-box {
    background: #fff;
    margin-left: -120px;
    padding: 80px 70px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 50px 3px;
}

.event-form input {
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #243a4b;
    height: 40px;
    padding-top: 5px;
    padding-left: 0;
}

.event-form select {
    border: none;
    outline: none;
    border-bottom: 1px solid #243a4b;
    height: 40px;
    padding-top: 5px;
    padding-left: 0;
    position: relative;
}

.event-form button {
    height: 50px;
    background: #ee8154;
    border: none;
    line-height: 1.5;
    margin-top: 20px !important;
    font-weight: bold;
    letter-spacing: 2px;
}

.event-form label {
    margin-bottom: -5px;
    color: #3156a3;
    display: block;
}

.event-form button:hover {
    background: #398ff3;
}

.event-form select:focus,
.event-form input:focus {
    outline: none;
    box-shadow: none;
}

.event-form .drp {
    position: relative;
}

.event-form select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    /* Add some styling */
    display: block !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #333 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    -ms-word-break: normal !important;
    word-break: normal !important;
}

.event-form .drp:after {
    content: ">";
    font: 20px "Consolas", monospace;
    color: #398ff3;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    /*Adjust for position however you want*/
    top: 35px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.inside-events .item {
    position: relative;
    margin: 0;
    margin-bottom: 25px;
}

.inside-events .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pagination .frst,
.pagination .frst a,
.pagination .lst,
.pagination .lst a {
    background-color: #398ff3;
    border-radius: 0 !important;
    color: #fff;
}

.pagination li {
    margin-right: 5px;
}

.pagination li a {
    color: #398ff3;
    font-size: 12px;
}


/* new style 8-5 */

.single-card a {
    color: #29334c;
    text-decoration: none;
}

.product-slider img {
    width: 100%;
}

.user-menu {
    background: #fff;
    padding: 25px;
}

.user-menu h3 {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.user-menu ul {
    list-style: none;
    padding-left: 5px;
    margin-top: 20px;
}

.user-menu ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.user-menu ul li a {
    color: #398ff3;
    font-weight: bold;
    font-size: 15px;
}

.user-menu ul li a:hover,
.user-menu ul li.active a {
    color: #3156a3;
}

.dashboard-details {
    max-width: 95%;
    margin-left: 5%;
    padding: 50px;
    background: #fff;
}

.dashboard-details .main-title {
    font-size: 24px;
    text-transform: none;
}

.points-circle {
    background: #398ff3;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 10px solid #3156a3;
    box-shadow: 0 0 0px 10px #fff inset;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 50px auto;
}

.points-circle h3 {
    color: #fff;
    font-weight: bolder;
    margin-bottom: 5px;
    font-size: 40px;
}

.points-circle h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}

.dashboard-details .slide-info {
    height: 120px;
}

.dashboard-details .slide-info h3 {
    font-size: 16px;
}

.closey {
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #fff;
    z-index: 9999;
}

.post-header .support-total-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-header .support-total-info li:not(:last-child) {
    margin-right: 20px;
}

.post-header .support-total-info li:nth-child(1) i {
    color: #f06292;
}

.post-header .support-total-info li a.open-data.loading {
    color: #333;
    font-weight: 500;
}

.post-header .support-total-info li {
    display: inline-block;
    font-size: 14px;
}

.post-header .category-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-header .category-menu li:not(:last-child) {
    margin-right: 10px;
}

.post-header .category-menu li {
    float: right;
}

.post-header .category-menu li,
.community-post .post-meta-wrapper .post-meta-info li a i {
    font-size: 14px;
}

.post-header .category-menu .dropdown-toggle {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
}

.post-header .category-menu li .dropdown-menu {
    top: 12px !important;
    transform: translate3d(0, 23px, 0) !important;
}

.post-header .category-menu .dropdown-menu {
    border: 1px solid #e6eeef;
    background: #fff;
    box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
    padding: 0;
    width: 260px;
    animation: slideDown 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}

.post-header .category-menu .title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    background: #f7f8f9;
    border-bottom: 1px solid #e6eeef;
    padding: 14px 20px 11px;
    line-height: 1;
    color: #6b707f;
    position: relative;
}

.post-header .category-menu .cate-search-form {
    padding: 0 20px;
    margin-top: 10px;
}

.post-header .category-menu .cate-search-form input {
    width: 100%;
    background: #fbfcfc;
    border: 2px solid #e2e7e8;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 14px;
}

.post-header .category-menu .all-users {
    font-size: 14px;
    padding: 12px 22px;
    border-bottom: 1px solid #e6eeef;
    font-weight: 500;
    color: #6b707f;
}

.post-header .category-menu .all-users .dropdown-item {
    display: flex;
    align-items: center;
}

.post-header .category-menu .short-by a.active-short::before {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: 5px;
    top: 8px;
    color: #0abe76;
    font-size: 12px;
}

.post-header .category-menu .all-users img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
}

.post-header .category-menu .short-by a {
    padding: 7px 0 7px 20px;
    position: relative;
    color: #838793;
    font-size: 14px;
}

.post-header .category-menu .all-users .count {
    margin-left: 5px;
    font-size: 10px;
    padding: 5px 6px 5px 7px;
}

.post-header .support-total-info li i {
    color: #00ae69;
    margin-right: 5px;
    vertical-align: 1px;
}

.post-header .support-total-info li.close-ticket a {
    color: #6b707f;
}

.community-post .post-content .entry-content {
    flex: 2;
}

.meta {
    color: var(--black_400);
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
    align-items: center;
}

.community-post.style-two .meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.community-post.style-two .meta li {
    display: inline;
    margin-right: 15px !important;
    color: #838793;
    font-size: 14px;
    min-width: 200px;
}

.community-post.style-two .meta li img {
    max-width: 16px;
    border-radius: 10px;
}

.community-post.style-two .meta li a {
    font-size: 13px;
    color: #838793;
}

.community-post.style-two .post-meta-wrapper .post-meta-info li:not(:last-child) {
    margin-right: 60px;
}

.community-post .post-meta-wrapper .post-meta-info li {
    display: inline-block;
}

.community-post .post-meta-wrapper .post-meta-info li a {
    display: block;
    color: #868b99;
    text-decoration: none;
}

.community-post.style-two .post-meta-wrapper .post-meta-info li i {
    transition: all 0.3s ease-in-out;
}

.forum-post-content .forum-post-btm .taxonomy i,
.forum-post-content .forum-post-btm .taxonomy img,
.community-post .post-meta-wrapper .post-meta-info li a i,
.community-post.style-two .meta li i,
.community-post.style-two .meta li img {
    margin-right: 4px;
}

.pagination-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.pagination-wrapper .view-post-of {
    width: 100%;
}

.bbp-pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.pagination-wrapper p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.pagination-wrapper .page-numbers.current {
    background: #0384ce;
    color: #fff;
}

.pagination-wrapper .page-numbers {
    display: block;
    color: #444;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 13px;
    text-decoration: none !important;
}

.page-numbers {
    cursor: pointer !important;
}

.pagination-wrapper .page-numbers:not(.current):hover {
    background: rgba(8, 102, 255, 0.2);
}

.pagination-wrapper .page-numbers i {
    font-size: 10px;
}

.bbp-topic-form {
    margin-top: 80px;
}

.bbp-login-form legend,
#new-post legend {
    font-family: "Urbanist", sans-serif;
    color: var(--secondary_color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.aq-form-wrapper .form-item {
    margin-top: 20px;
}

.bbp-login-form label,
#new-post label {
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    color: var(--secondary_color);
    font-size: 14px;
    margin-bottom: 2px;
    margin-bottom: 10px;
}

#bbpress-forums fieldset.bbp-form input[type="text"],
.bbp-login-form input[type="text"],
.bbp-login-form input[type="password"],
#bbpress-forums fieldset.bbp-form input[type="password"],
#bbpress-forums fieldset.bbp-form input[type="text"],
#bbpress-forums fieldset.bbp-form select,
#new-post .bbp-the-content-wrapper textarea,
#new-post input[type="text"] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: none;
    padding-left: 20px;
    font-weight: 400;
    transition: all 0.2s linear;
    border-radius: 4px;
    color: var(--black_600);
    width: 100%;
}

#new-post .bbp-the-content-wrapper {
    margin-top: 30px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}

.wp-editor-wrap {
    position: relative;
}

#new-post textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    resize: none;
    border: 1px solid #eee;
}

.custom-file {
    position: relative;
    font-family: arial;
    overflow: hidden;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 10px;
}

.custom-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.fill-brand {
    font: 500 14px "Urbanist", sans-serif;
    color: #fff;
    margin: 0;
    background: rgba(8, 102, 255, 0.8);
    padding: 15px 30px;
    border-radius: 4px;
    transition: all 0.3s linear;
    cursor: pointer;
    text-decoration: none !important;
    border: none;
    width: fit-content;
    margin-top: 15px;
}

.forum-post-top.tolft {
    display: flex;
    justify-content: flex-start;
}

.forum-post-top img {
    border-radius: 50%;
    margin-right: 15px;
    max-width: 40px;
    height: auto;
}

.forum-post-top .forum-post-author .bbp-author-link {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 1.4;
}

.forum-post-top .forum-post-author .bbp-author-name {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 1.4;
}

.forum-post-top .forum-post-author .author-name {
    color: #444;
}

.author-badge.badge {
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 3px;
    background: rgb(234, 236, 238);
    color: #333;
}

.forum-post-top .forum-post-author .forum-author-meta {
    display: flex;
    align-items: center;
}

.meta a {
    color: #444;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: var(--black_400);
    border-radius: 50%;
    margin: 0 6px;
}

.forum-author-meta {
    color: #838793;
    font-size: 14px;
    margin-top: 0px;
}

.forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child {
    margin-right: 20px;
}

.forum-post-top .forum-post-author .forum-author-meta span,
.forum-post-top .forum-post-author .forum-author-meta a {
    color: #838793;
    font-size: 14px;
}

.forum-post-top .author-badge img {
    margin-right: 2px;
}

.q-title {
    display: flex;
    padding: 40px 15px 5px 0;
    font-weight: 600;
}

.question-icon {
    margin-top: -20px;
}

.question-icon {
    color: #555;
    margin-right: 15px;
    font-size: 46px;
    margin-top: -15px;
}

.q-title h1 {
    font-size: 30px;
    color: #333;
    line-height: 1.4;
    font-weight: 600;
}

.q-title .solved-topic-bar {
    display: inline-block;
    margin-left: 10px;
}

.accepted-ans-mark {
    color: #0abe76;
    font-size: 14px;
    text-align: right;
}

.accepted-ans-mark i {
    padding-right: 2px;
}

.forum-post-content {
    padding-left: 62px;
    position: relative;
}

.forum-post-content .content {
    line-height: 26px;
}

.bbp-attachments,
.bbp-attachments-errors {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px 0;
}

.forum-post-content .forum-post-btm {
    padding-bottom: 20px;
}

.forum-post-content .forum-post-btm {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8ecee;
    padding-bottom: 30px;
    padding-top: 25px;
}

.forum-post-content .forum-post-btm .taxonomy {
    font-size: 14px;
}

.taxonomy.forum-post-tags .tags {
    color: #838793;
}

.forum-post-content .forum-post-btm .taxonomy.forum-post-cat {
    display: flex;
}

.forum-post-content .content img {
    max-width: 100%;
    height: auto;
}

.forum-post-content .forum-post-btm .taxonomy a {
    color: #838793;
}

.all-answers {
    margin-top: 60px;
}

.all-answers .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.topic_comments {
    display: flex;
    flex-direction: column;
}

.all-answers .forum-comment {
    margin-top: 30px;
    position: relative;
}

.best-answer {
    background: #f9f9f9;
    padding: 30px 40px 30px 30px;
    margin-top: 60px;
    border-radius: 6px;
}

.forum-post-top {
    display: flex;
}

.topic_comments .best-answer {
    order: -1;
}

.all-answers .forum-comment .comment-content {
    margin-left: 56px;
    margin-top: 10px;
    border-bottom: 1px solid #e8ecee;
    padding-bottom: 30px;
}

#best-answer .badge {
    background: #0abe76;
    border-bottom-color: #06794b;
}

.solved-topic-bar .badge {
    padding: 8px 15px;
    font-size: 80%;
    vertical-align: middle;
    color: #fff;
    margin-left: 0rem;
    line-height: 1;
    height: 29px;
}

.solved-topic-bar .badge i {
    padding-right: 2px;
}

.all-answers .forum-comment .comment-content p {
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
}

.all-answers .forum-comment .comment-content {
    margin-left: 56px;
    margin-top: 10px;
    border-bottom: 1px solid #e8ecee;
    padding-bottom: 30px;
}

.all-answers .forum-comment .comment-content p,
.all-answers .forum-comment .comment-content li {
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
}

#exTab1 form {
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 10px
}

#exTab1 .form-control {
    display: block;
    width: 100%;
    height: 44px !important;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.5 !important;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding-left: 35px !important
}

#exTab1 .form-group {
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 15px !important;
    position: relative
}

.careerfy-employer-profile-form .fstMultipleMode .fstControls {
    padding-left: 15px
}

.careerfy-employer-profile-form .fstElement {
    border: 1px solid #eceeef;
}

.careerfy-employer-profile-form .form-group {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px !important;
    position: relative
}

#exTab1 .col-md-12 {
    padding-left: 15px;
}

.careerfy-employer-profile-form .col-md-12 {
    padding-left: 10px;
}

#exTab1 select,
.careerfy-employer-profile-form select {
    -webkit-font-smoothing: inherit;
    font-weight: 400;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

#exTab1 .form-group-select:after,
.careerfy-employer-profile-form .form-group-select:after {
    content: '<>';
    font: 13px "Consolas", monospace;
    color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
    /*Adjust for position however you want*/
    top: 13px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}

#exTab1 .form-group i {
    position: absolute;
    left: 28px;
    top: 16px;
    color: #0b81e3;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #0c4e8c;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #1161ac;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0b81e3;
}

#exTab1 .filey-name,
#exTab1 .filey1-name {
    width: 60% !important;
}

#exTab1 .btny,
#exTab1 .btny1 {
    border: none;
    border-radius: 0;
    width: 40%;
    box-sizing: border-box;
    padding: 2px 5px;
    background-color: #0b81e3;
    transition: all 0.6s;
    color: #FFF;
    font-size: 12px;
    vertical-align: bottom;
    text-transform: none;
    margin-left: .5%;
    display: inline-block !important;
    height: 44px;
    outline: none;
    box-shadow: none;
}

#exTab1 .d-flex {
    margin-bottom: 0
}

#exTab1 .careerfy-applywith-title {
    margin-top: 22px;
    margin-bottom: 16px;
    text-align: center;
}

#exTab1 .careerfy-applywith-title small:before,
#exTab1 .careerfy-applywith-title small:after {
    background-color: #ccc;
    content: "";
    height: 1px;
    left: 100%;
    margin: 11px 0 0 10px;
    position: absolute;
    top: 0%;
    width: 9999px;
}

#exTab1 .careerfy-applywith-title small:after {
    left: auto;
    margin: 11px 10px 0 0;
    right: 100%;
}

#exTab1 button.btn {
    padding: 15px 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    border: none;
}

.terms-priv-chek-con p {
    font-size: 12px;
}

#exTab1 {
    border-radius: 0 0;
    background: #f5f5f5;
    padding: 30px 80px 30px 80px;
}

img {
    max-width: 100%;
}

.filey,
.filey1 {
    display: none !important;
}

.d-flex input {
    margin-top: 2px !important;
}

.careerfy-user-form ul {
    margin: 0px -10px;
    margin: 0;
    padding: 0;
}

.careerfy-user-form ul>li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    line-height: 1;
    margin-bottom: 18px;
}

.careerfy-user-form label {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.careerfy-user-form input[type="text"],
.careerfy-user-form input[type="password"],
.careerfy-user-form input[type="email"] {
    padding: 6px 13px;
    color: #999999;
    font-size: 12px;
    height: 42px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background-color: #ffffff;
    width: 100%;
}

.careerfy-user-form input[type="submit"] {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 40px;
    border: none;
    background-color: #0b81e3;
    color: #ffffff;
    width: 100%;
}

.careerfy-user-form-info {
    margin-bottom: 13px;
}

.careerfy-user-form,
.careerfy-user-form label,
.careerfy-user-form-info,
.careerfy-user-form input[type="text"],
.careerfy-user-form input[type="submit"] {
    float: left;
    width: 100%;
    text-align: left;
}

.careerfy-user-form input[type="submit"] {
    text-align: center !important;
}

.careerfy-user-form-info p {
    float: left;
    color: #555555;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1;
}

.careerfy-user-form-info .careerfy-checkbox {
    float: right;
    width: auto;
}

.careerfy-user-form-info .careerfy-checkbox input[type="checkbox"]+label span,
.careerfy-user-form-info .careerfy-checkbox input[type="radio"]+label span {
    margin-right: 8px;
    margin-top: -2px;
}

.careerfy-checkbox input[type="checkbox"],
.careerfy-checkbox input[type="radio"] {
    display: none;
}

.careerfy-checkbox input[type="checkbox"]+label span,
.careerfy-checkbox input[type="radio"]+label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 12px 0px 0px;
    margin-top: 0px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c2d1d3;
    cursor: pointer;
}

.careerfy-checkbox input[type="checkbox"]:checked+label span,
.careerfy-checkbox input[type="checkbox"]+label:hover span,
.careerfy-checkbox input[type="radio"]:checked+label span,
.careerfy-checkbox input[type="radio"]+label:hover span {
    border-color: #0b81e3;
    background-color: #0b81e3;
    box-shadow: 0px 0px 0px 3px #ffffff inset;
}

#bbpress-forums {
    font-size: 14px;
    line-height: 1.7;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    padding-top: 0px;
    font-size: 1.5em;
}

#bbpress-forums #bbp-user-wrapper h4 {
    padding-top: 0px;
    font-size: 18px;
    color: #0b81e3;
}

#bbpress-forums #bbp-user-wrapper i {
    color: #0b81e3;
}

#bbpress-forums #bbp-user-wrapper p {
    margin-bottom: 2px;
}

.bbp-user-section p {
    margin-bottom: .25rem !important;
    font-size: 14px;
}

#bbpress-forums .bbp-single-user-details {
    background: #fefefe;
    border-radius: 0px;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0.05) 0px 2px 8px 0px;
}

#bbpress-forums .bbp-single-user-details img {
    width: 150px;
    border-radius: 100%;
    height: 150px;
    margin: auto;
    text-align: center;
    display: block;
}

#bbpress-forums .bbp-single-user-details #bbp-user-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
}

#bbpress-forums .bbp-single-user-details #bbp-user-navigation li {
    margin-top: 4px;
    list-style: none;
}

#bbpress-forums .bbp-single-user-details #bbp-user-navigation a {
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    color: #222;
    background: rgba(208, 215, 222, 0.32);
    border-radius: 3px;
    display: block;
    text-decoration: none;
}

#bbpress-forums .bbp-single-user-details #bbp-user-avatar {
    margin-bottom: 20px;
}

#bbpress-forums .bbp-single-user-details #bbp-user-navigation li.current a {
    color: #fff;
    background-color: #0b81e3;
}

#bbpress-forums .bbp-single-user-details #bbp-user-navigation li:not(.current) a:hover {
    background: rgba(8, 102, 255, 0.2);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.bbp-search-form form.search-form .form-control {
    height: 50px;
    padding-left: 45px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.bbp-search-form form.search-form .form-control:focus {
    border: 1px solid #0b81e3;
    box-shadow: none;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bbp-search-form form.search-form button {
    left: 20px;
    font-size: 14px;
    top: 52%;
    z-index: 99;
}

.search-form button {
    position: absolute;
    background: 0 0;
    padding: 0;
    border: 0;
    left: 22px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #111;
    z-index: 0;
}

#bbpress-forums .bbp-user-section .forum-comment.odd {
    padding: 25px;
    border-radius: 10px;
    background: #f9f9f9;
}

#bbpress-forums .bbp-user-section .forum-post-top {
    margin-bottom: 8px;
}

.forum-post-top {
    display: flex;
    justify-content: space-between;
}

#bbpress-forums .bbp-user-section .forum-post-top .bbp-author {
    align-items: center;
}

.forum-comment .bbp-author-link {
    padding-top: 0px;
}

.forum-post-top .forum-post-author .bbp-author-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

.comment-content .bbp-admin-links {
    padding: 6px 10px 6px 10px;
    padding-left: 10px;
    border-radius: 5px;
    margin-top: 10px !important;
    margin-bottom: 0;
}

.comment-content .bbp-admin-links li:first-child {
    margin-right: 10px;
}

.comment-content .bbp-admin-links li {
    padding: 0 10px;
    transition: background-color 0.3s;
    background: #fff;
}

#bbpress-forums .bbp-user-section .pagination-wrapper {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 18px;
    box-shadow: none;
}

#bbpress-forums .bbp-user-section .forum-comment {
    margin-bottom: 30px;
}

#bbpress-forums .bbp-attachments ol.with-icons {
    list-style: none;
}

.careerfy-employer-profile-form [class*="careerfy-column-"] {
    padding: 0px 10px;
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: bottom;
}

.careerfy-employer-profile-form label {
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #333333;
    float: left;
    width: 100%;
    line-height: 1;
}

.careerfy-employer-profile-form li input[type="text"],
.careerfy-employer-profile-form li input[type="phone"],
.careerfy-employer-profile-form li input[type="password"],
.careerfy-employer-profile-form li textarea,
.careerfy-employer-profile-form li select,
.careerfy-employer-profile-form li input[type="email"],
.careerfy-employer-profile-form li input[type="number"] {
    float: left;
    width: 100%;
    height: 41px;
    border: 1px solid #eceeef;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 6px 13px;
    margin: 0px;
    font-size: 12px;
    color: #777777;
}

.careerfy-employer-profile-form li {
    list-style: none;
    margin-bottom: 18px;
    line-height: 28px;
}

.careerfy-column-12 {
    width: 100%;
}

.careerfy-column-6 {
    width: 50%;
}

.careerfy-employer-profile-submit {
    float: left;
    background-color: #0b81e3;
    font-size: 16px;
    color: #ffffff;
    border-radius: 4px;
    padding: 13px 24px;
    line-height: 1;
    border: 1px solid #0b81e3;
}

.careerfy-employer-profile-form {
    padding-left: 0;
    margin-top: 35px;
}

.careerfy-employer-profile-form li textarea {
    height: 147px;
    line-height: 26px;
}

.user-avatar {
    position: relative;
    height: 160px;
}

.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.select2-container {
    width: 100% !important;
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    position: absolute;
    top: 115px;
    right: 80px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.careerfy-row {
    margin: 0px -15px;
}

.careerfy-column-4 {
    width: 33.33333333%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.careerfy-candidate-grid figure {
    text-align: center;
    margin: 0px;
    border: 1px solid #ececec;
    position: relative;
    padding: 24px 22px 24px 22px;
}

.careerfy-candidate-grid-thumb {
    display: inline-block;
    width: 120px;
    position: relative;
    margin-bottom: 8px;
}

.careerfy-candidate-grid-thumb img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
}

.careerfy-candidate-grid figure figcaption h2 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 16px;
}

.careerfy-candidate-grid figure figcaption p {
    font-size: 12px;
    color: #999999;
    margin-bottom: 4px;
    line-height: 1.3;
}

.careerfy-candidate-grid ul {
    list-style-type: none;
    padding-left: 0;
}

.jobsearch-rem-empresmue {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fb353f;
    color: #fff;
    text-align: center;
    z-index: 10;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 200;
}

#bbpress-forums #bbp-user-wrapper .jobsearch-rem-empresmue i {
    color: #fff;
}

.bbp-user-body .btn-cta {
    background: #001A4A !important;
    border: none;
    color: #fff;
    margin-left: 0;
    font-size: 14px;
    padding: 10px 22px;
    margin-bottom: 25px;
}

.bbp-user-body .btn-cta i {
    color: #fff !important;
    font-size: 12px;
}

.modal-title {
    font-size: 18px !important;
}

.modal-body #exTab1 {
    border-radius: 0 0;
    background: none;
    padding: 0 10px 0 0;
}

.careerfy-classic-priceplane {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 0px 30px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.careerfy-classic-priceplane h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 15px;
}

.careerfy-classic-priceplane-title {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 22px;
}

.careerfy-priceplane-section {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 13px 16px 14px 26px;
}

.grab-classic-priceplane {
    padding: 29px 30px 0px 30px;
}

.careerfy-priceplane-section span {
    float: none;
    color: #0b81e3;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    display: block;
}

.careerfy-priceplane-section span small {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}

.grab-classic-priceplane {
    padding: 29px 30px 0px 30px;
}

.careerfy-classic-priceplane-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 3px;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #0b81e3;
    width: 100%;
    display: block;
}

.grab-classic-priceplane ul li.active {
    color: #333;
}

.grab-classic-priceplane ul li {
    list-style: none;
    line-height: 1;
    color: #999999;
    margin-bottom: 24px;
}

.grab-classic-priceplane ul li i {
    float: left;
    padding: 0px 9px 0px 0px;
    font-size: 12px;
    color: #bfbfbf;
}

.careerfy-classic-priceplane.active {
    background-color: #0b81e3;
}

.careerfy-classic-priceplane.active h2,
.careerfy-classic-priceplane.active span,
.careerfy-classic-priceplane.active small,
.careerfy-classic-priceplane.active p,
.careerfy-classic-priceplane.active .grab-classic-priceplane ul li,
.careerfy-classic-priceplane.active .grab-classic-priceplane ul li i {
    color: #ffffff;
}

.careerfy-classic-priceplane.active .careerfy-classic-priceplane-btn {
    background-color: #fff;
    color: #0b81e3;
}

.careerfy-classic-priceplane.active .careerfy-priceplane-section {
    border-color: rgba(0, 0, 0, 0.10);
}

.grab-classic-priceplane ul {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

#myTab {
    justify-content: center;
}

.careerfy-profile-title {
    float: left;
    width: 100%;
    margin-bottom: 28px;
    border-bottom: 1px solid #efefef;
}

.careerfy-employer-packages {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.careerfy-packages-thead {
    background-color: #f2f2f2;
}

.careerfy-table-layer {
    display: table;
    width: 100%;
}

.careerfy-table-row {
    display: table-row;
}

.careerfy-packages-thead .careerfy-table-cell {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 16px;
    width: 14.5%;
}

.careerfy-table-cell {
    display: table-cell;
    line-height: 26px;
}

.careerfy-packages-tbody {
    border-bottom: 1px solid #ececec;
}

.careerfy-packages-tbody .careerfy-table-cell {
    padding: 9px 16px;
    font-size: 12px;
    color: #999999;
    width: 14.5%;
}

.careerfy-packages-tbody span {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
}

.careerfy-packages-tbody i {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    margin-right: 7px;
    color: #3dbf4f !important;
}

.careerfy-packages-tbody i.careerfy-packages-pending {
    color: #fbba43 !important;
}

.rt-image-gallery.element-seven .rt_lightpop_overlay {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.rt-image-gallery.element-seven .rt_imggrid a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.rt-image-gallery.element-seven .rt_imggrid:first-child a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    max-height: 690px;
}

.rt-gallery-view {
    position: relative;
    object-fit: cover;
}

.rt-image-gallery.element-seven .rt_imggrid a img {
    height: 160px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.rt-image-gallery.element-seven .rt_lightpop_overlay .eltdf-pli-smplus {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.rt_imggrid .rt-gallery-view .smsmplus {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    margin-bottom: 8px;
    padding: 0 15px;
}

.rt_imggrid .rt-gallery-view .smsmplus h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 0px 0;
    margin: 0 !important;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease-in-out;
}

.rt_imggrid .rt-gallery-view .smsmplus .rt-course-hover {
    transition: all 0.5s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.rt_imggrid .rt-gallery-view .smsmplus p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0 0 5px 0;
    letter-spacing: 0.8px;
}

.rt_imggrid .rt-gallery-view .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    margin-bottom: 10px;
    padding: 0 15px;
}

.rt_imggrid .rt-gallery-view .data h3 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 0px 0;
    margin: 0 !important;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease-in-out;
}

.rt-image-gallery.element-seven .rt_imggrid a:hover .rt_lightpop_overlay {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.rt_imggrid .rt-gallery-view:hover .data .rt-course-hover {
    margin-bottom: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    visibility: visible;
    opacity: 1;
}

.rt_imggrid .rt-gallery-view .data p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0 0 5px 0;
    letter-spacing: 0.8px;
}

.rt-image-gallery.element-seven .rt_imggrid a:hover .rt_lightpop_overlay {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
}

.rt-case-study-box-item {
    padding: 15px;
    text-align: center;
    margin-bottom: 5px;
}

.rt-case-study-box-item>.holder {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    float: left;
    overflow: hidden;
    width: 100%;
}

.rt-case-study-box-item>.holder {
    padding-left: 0;
    padding-right: 0;
}

.rt-case-study-box-item>.holder>.pic {
    overflow: visible;
}

.rt-case-study-box-item>.holder>.pic {
    position: relative;
    overflow: hidden;
    transform: scale(1.06);
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.23, .02, 0, .75);
}

.rt-case-study-box-item>.holder>.pic>img {
    width: 100%;
    height: 180px;
}

.rt-case-study-box-item>.holder>.pic>.holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-item>.holder .data {
    margin: 0;
    padding: 20px 20px;
    text-align: left;
    position: relative;
    z-index: 9;
    bottom: 0;
    background: none;
    box-shadow: none;
    height: 150px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-case-study-box-item>.holder .data p {
    padding: 2px 0 5px 0;
    margin: 0;
    color: #b9babb;
    font-size: 12px;
    line-height: 15px
}

.rt-case-study-box-item>.holder .data h3 {
    font-size: 15px;
    line-height: 21px;
    color: #222222;
    font-weight: 500;
    margin: 1px 0 10px 0;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.rt-case-study-box-item>.holder .data h3 a {
    color: #666;
}

.data .course-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tutor-ratings-stars {
    color: #ed9700;
    margin: 0 -3px;
    margin-right: -3px;
    font-size: 10px;
}

.course-rating .tutor-ratings-stars {
    margin-right: 10px;
}

.tutor-ratings-stars>* {
    margin: 0 1px;
}

.course-rating .course-rating-count {
    font-size: 14px;
    line-height: 30px;
}

.rt-case-study-box-item>.holder:hover>.pic {
    transform: scale(1.06) translateX(3%);
    transition: transform 1s cubic-bezier(.23, .02, 0, .75);
}

.blog-info .btn-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 1px;
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 15px;
    margin-left: 10px;
    background-color: #181b31;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog-item:hover .btn-arrow {
    width: 60px;
    background-color: #015abd !important;
}

.blog-item a:hover {
    color: #015abd !important;
}

.blog-info a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
}

.tp-white-btn {
    padding: inherit;
    box-shadow: 0px 10px 20px 0px rgba(8, 30, 68, 0.1);
}

.tp-white-btn:hover {
    box-shadow: none;
}

.tp-white-btn span {
    color: #555;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 12px 35px;
    letter-spacing: -0.02rem;
    display: inline-block;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
}

.tp-white-btn i {
    padding-left: 5px;
}

.tp-white-btn {
    padding: 2px;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    width: 200px;
    margin: 30px auto;
    border-radius: 0;
}

.tp-white-btn:hover span {
    color: #fff;
    background-color: #0384ce;
    border-color: transparent;
}

.learning-paths {
    background-color: #001A4A;
    background-image: url(../img/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-carousel .item {
    margin: 0 15px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    padding-top: 1px;
}

.news-carousel .item img {
    max-width: 100%;
}

.post-info h5 {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    height: 20px;
    overflow: hidden;
}

.post-info p {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    height: 60px;
    overflow: hidden;
}

.post-info .btn {
    border-radius: 4px;
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}

.post-meta {
    width: 90px;
    background: #008fc0;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
}

.dayy,
.mnth {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.news-carousel .rt-case-study-box-item {
    padding: 0
}

.owl-theme .owl-controls {
    margin-top: 30px !important;
    text-align: center;
}

.footer-section {
    background: #ecf0f5;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 0px;
}

.footer-section .company-info {
    width: 90%;
    text-align: left;
}

.footer-section .company-info img {
    width: 90px;
}

.footer-section p,
.footer-section p a {
    color: #001A4A;
}

.footer-section .company-info p {
    margin-top: 30px;
    color: #001A4A;
    font-size: 13px;
}

.footer-icons ul {
    margin-top: 30px;
    padding-left: 0px;
    list-style: none;
}

.footer-icons ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-icons ul li a {
    color: #001A4A;
    display: block;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.footer-section h3 {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #001A4A;
    margin-bottom: 30px;
}

.footer-section p {
    margin-bottom: 20px;
    font-size: 14px;
}

.cnct-item i {
    background: #001A4A;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.footer-menu {
    padding-left: 0px;
    list-style: none;
}

.footer-menu li {
    display: block;
    margin-bottom: 5px;
}

.footer-menu li a {
    color: #001A4A;
    margin-bottom: 5px;
    font-size: 14px;
}

.footer-menu li a:hover {
    color: #013c74;
}

.rating {
    float: left;
}


/*
.rating {
    width: 208px;
    height: 40px;
    margin: 0 auto;
    padding: 40px 50px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}*/

.rating label {
    float: right;
    position: relative;
    width: 18px;
    height: auto;
    cursor: pointer;
}

.rating label:not(:first-of-type) {
    padding-right: 2px;
}

.rating label:before {
    content: "\2605";
    font-size: 20px;
    color: #ccc;
    line-height: 1;
}

.rating input {
    display: none;
}

.rating input:checked~label:before,
.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before {
    color: #f9df4a;
}

.heart-wrapper {
    width: 40px;
    float: right;
    text-align: right;
}

.heart-wrapper button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #CFD8DC;
    outline: none;
    background: #FFFFFF;
    color: #CFD8DC;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.heart-wrapper button i {
    top: 2px;
    position: relative;
    font-size: 14px;
}

.heart-wrapper button:hover {
    color: #EF5350;
    border: 2px solid #EF5350;
}

.heart-wrapper button.check {
    color: green;
    border: 2px solid green;
    position: absolute;
    z-index: 0;
    transform: scale(0.9, 0.9);
}

.heart-wrapper button.check i {
    top: 0;
}

.heart-wrapper .active {
    background: #EF5350;
    color: #FFFFFF;
    border: 1px solid #EF5350;
}

.heart-wrapper .active:hover {
    background: #EF5350;
    color: #FFFFFF;
    border: 1px solid #EF5350;
}

.heart-wrapper .active i {
    top: 1px;
}

.heart-wrapper .shrink {
    transform: scale(0, 0);
}

.share-it {
    float: right;
    background: #e7f1ff;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 10px;
    color: #444;
}

.author-box img {
    border-radius: 100%;
    display: inline-block;
    width: 40px;
    margin-right: 5px;
    vertical-align: top;
}

.author-box .author-info {
    display: inline-block;
}

.author-box h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.video-desc p {
    font-size: 14px;
}

.author-box button {
    float: none;
    margin-left: 0;
    font-size: 10px;
    margin-top: 0;
}

.article-tags span {
    background: #e7f1ff;
    border-radius: 4px;
    padding: 2px 6px 3px;
    margin: 0 5px 5px 0;
}

.article-tags span a {
    color: #333;
    font-size: 11px;
    text-transform: none;
}

.video-info input[type="checkbox"] {
    position: relative;
    width: 32px;
    height: 16px;
    -webkit-appearance: none;
    appearance: none;
    background: #333;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
    margin-left: 4px;
}

.video-info input[type="checkbox"]::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.video-info input[type="checkbox"]:checked::before {
    transform: translateX(100%);
    background: #fff;
}

.video-info input[type="checkbox"]:checked {
    background: #008fc0;
}

.drop-zone {
    max-width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #0b5ed7;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 44px !important;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 0 !important;
    border-color: #ccc !important;
}

.upld-form#exTab1 {
    padding: 30px 50px 30px 50px;
}

.upld-form#exTab1 input:focus,
.upld-form#exTab1 select:focus {
    box-shadow: none;
    outline: none;
}

.upld-form#exTab1 input,
.upld-form#exTab1 select {
    padding-left: 10px !important;
}

.upld-form#exTab1 label {
    font-size: 14px;
    margin-bottom: 5px;
}

.inside-courses.news-carousel .rt-case-study-box-item {
    margin: 10px 0;
    padding: 0 10px;
    box-shadow: none;
    background: none
}

.top-right-section .dropdown-toggle {
    background: none;
    border: none;
    color: #013c74;
    font-size: 13px;
    padding: 0;
}

.bbp-user-body .rt-case-study-box .holder {
    padding-bottom: 0;
}

.bbp-user-body .rt-case-study-box .holder .pic {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.bbp-user-body .rt-case-study-box .holder .matchHeight {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.bbp-user-body .rt-case-study-box .holder .pic img {
    height: auto;
}

.bbp-user-body .rt-case-study-box-item {
    text-align: left;
}

.bbp-user-body .rt-case-study-box .holder .edits-box {
    display: inline-flex;
    width: 10%;
    text-align: center;
}

.bbp-user-body .rt-case-study-box .holder .edits-box a {
    color: #fff;
    background: #013c74;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 5px;
}

.bbp-user-body .rt-case-study-box .holder .edits-box a i {
    color: #fff !important;
}

#exampleModal2 {
    top: 100px;
}

.fllw {
    display: block;
    margin: 30px auto 20px;
    text-align: center;
    border: 1px solid #013c74;
    border-radius: 40px;
    padding: 6px 20px;
    max-width: 100px;
}

.reserch-single h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.reserch-single .careerfy-about-text {
    padding: 0;
}

.reserch-single .forum-post-top.tolft {
    margin-bottom: 20px;
}

.reserch-single .blog-item img {
    margin-bottom: 30px;
}


/***responsive***/

@media (max-width:767px) {
    .top-bar-left ul {
        display: none;
    }
    .top-bar .col-5 {
        width: 100%;
    }
    .top-bar .top-bar-right {
        float: none;
    }
    .header-main .top-bar-right .custom {
        justify-content: center;
    }
    .header-support {
        display: none;
    }
    nav.navbar.bootsnav .navbar-toggle {
        background-color: transparent !important;
        top: 35px !important;
        color: #fff;
    }
    nav.navbar.bootsnav .navbar-toggle i {
        color: #fff;
    }
    .header-search-logo {
        text-align: center;
    }
    .header-search-logo .desktoplogo {
        float: none;
    }
    .banner-2 {
        background-image: url(../img/banner1.jpg);
        padding-block-start: 3rem;
        padding-block-end: 3rem;
    }
    .banner-2 .header-text p {
        margin-block-end: 0;
        font-size: 14px;
    }
    .item-search-menu ul li a {
        padding: 8px 11px;
        font-size: 11px;
        margin: 0;
    }
    .item-search-tabs .item-search-menu ul {
        padding: 5px 0;
    }
    .item-search-tabs a.btn {
        inset-inline-end: 0px;
    }
    .sptb {
        padding-block-start: 1rem;
        padding-block-end: 1rem;
    }
    .owl-controls .owl-buttons {
        display: none;
    }
    .section-title h2 {
        font-size: 1.5rem;
    }
    .items-gallery .items-blog-tab-heading {
        padding: 10px 0;
    }
    .items-blog-tab-heading .items-blog-tab-menu li {
        display: inline-block;
        padding: 10px 5px 10px 0px
    }
    .items-blog-tab-heading .items-blog-tab-menu li a {
        margin: 0;
        font-size: 11px;
        padding: 10px 8px;
    }
    p br {
        display: none;
    }
    .footer-section h3 {
        margin-left: 0px;
        font-size: 16px;
        font-weight: 600;
        color: #001A4A;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .footer-section p {
        margin-top: 20px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    .tp-about-3__img img {
        margin-bottom: 30px;
    }
    .p-r-50 {
        padding-right: 20px;
    }
    .p-l-50 {
        padding-left: 20px;
    }
    .cnct-form {
        padding: 30px 20px;
        background: #fff;
    }
    .about-intro.abouty p {
        font-size: 14px;
    }
    .cnct-ul li p {
        font-weight: 400;
    }
    .home-banner.inside-banner h1 {
        font-size: 24px;
    }
    .bottom-head .btn-info {
        font-size: 12px;
        background: #377bbd;
        border: none;
        color: #fff;
        max-width: 150px;
        letter-spacing: 0;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        color: #000 !important;
    }
    nav.navbar.bootsnav .navbar-nav {
        position: absolute;
        top: 50px !important;
    }
    .news-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .max-90,
    .max-90 .container {
        max-width: 100%;
        margin: auto;
    }
    .news-section .careerfy-about-text {
        padding: 0;
    }
    .sidebar .main-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .item2-gl-nav {
        padding: 10px 10px !important;
    }
    .item2-gl-nav .item2-gl-menu {
        display: none;
    }
    .select2-sm label {
        min-width: 60px;
        margin-left: 10px;
        font-size: 12px;
    }
    .item2-gl-nav h6 {
        font-size: 11px;
    }
    .card-body h4 {
        font-size: 15px;
    }
    .item-card9-desc span {
        font-size: 12px;
        margin-right: 0.5rem !important;
    }
    body .fs-14 {
        font-size: 12px !important;
    }
    .single-card li.me-5 {
        margin-right: 1rem !important;
        display: inline-block;
        font-size: 12px;
    }
    .single-card .d-flex {
        display: block !important;
    }
    .media.p-5 {
        padding: 1.0rem !important;
    }
    .font-13 {
        font-size: 12px !important;
    }
    .accordion-button {
        font-size: 14px;
    }
    .listings-btns li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .listing-form {
        padding: 20px 10px;
    }
    .listing-form hr {
        opacity: .15;
    }
    .listing-form .card-body {
        padding: 1rem 0.75rem;
    }
    .careerfy-user-form,
    .careerfy-user-form label,
    .careerfy-user-form-info,
    .careerfy-user-form input[type="text"],
    .careerfy-user-form input[type="submit"] {
        float: none;
    }
    #exTab1 form {
        padding-bottom: 40px;
        padding-left: 0;
    }
    .careerfy-user-form-info p {
        text-align: center;
        float: none;
    }
    .careerfy-user-form-info .careerfy-checkbox {
        float: none;
        width: auto;
        text-align: center;
    }
    .careerfy-user-form-info .careerfy-checkbox label {
        text-align: center;
        margin-top: 15px;
    }
    .abouty p {
        font-size: 13px;
    }
    .usertab-list li {
        width: 100%;
        margin-block-end: 0.6rem;
        float: none;
    }
    .ads-tabs .tabs-menus ul li a {
        border: 1px solid #e6e6f5;
        color: #29334c;
        padding: 10px 10px 10px 10px;
        border-radius: 2px;
        font-size: 12px;
        display: block;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .ads-tabs .tabs-menus ul li {
        margin-inline-end: 0;
    }
    .card-pay .tabs-menu li {
        width: 50%;
        display: block;
    }
    .careerfy-employer-packages {
        overflow-x: scroll;
    }
    .careerfy-packages-thead .careerfy-table-cell,
    .careerfy-packages-tbody .careerfy-table-cell {
        padding: 10px;
        min-width: 100px;
    }
    /**/
    /**/
    /**/
    /**/
    .about-intro.abouty .col-md-6 {
        order: 2;
    }
    .inside-prtnrs .col-xs-6 {
        width: 50%;
    }
    .inside-prtnrs img {
        margin: 15px auto 15px;
        text-align: center;
        display: block;
        max-width: 120px;
    }
    .parteners.inside-prtnrs {
        margin-top: 0;
        padding-top: 30px;
    }
    .log-reg {
        min-height: 60vh;
        background: #f5f5f5;
        display: flex;
        align-items: center;
    }
    .top-right-section ul li button {
        font-size: 13px;
        font-weight: bold;
    }
    #bbpress-forums #bbp-user-wrapper h2.entry-title {
        padding-top: 0px;
        font-size: 1.15em;
        margin-bottom: 25px;
    }
    .bbp-user-section .pagination-wrapper {
        display: block;
    }
    .bbp-user-body {
        margin: 0 !important;
    }
    #bbpress-forums #bbp-user-wrapper p {
        font-size: 13px;
        line-height: 1.4;
    }
    .community-post .post-content .entry-content .post-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.3;
        text-transform: capitalize;
    }
    .top-right-section ul li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .bbp-user-section h3 {
        margin-top: 1rem !important;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .careerfy-employer-profile-submit {
        padding: 12px 20px;
        font-size: 13px;
    }
    .careerfy-employer-profile-form label {
        font-size: 12px;
    }
    .careerfy-employer-profile-form {
        padding: 10px 15px;
    }
    .mid-box .logo-box img {
        width: 80px;
    }
    .event__search__floater {
        display: none !important;
    }
    .home-banner h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .home-banner h4 {
        font-size: 15px;
    }
    .suggestion-wrap span:first-child,
    .suggestion-wrap span:first-child:hover {
        background: none;
        font-size: 14px;
    }
    .suggestion-wrap span {
        font-size: 12px;
    }
    .home-banner {
        min-height: 400px;
    }
    .inner-form .input-field .choices .choices__inner {
        min-height: 50px;
        height: 46px;
    }
    .inner-form .input-field .choices .choices__inner input {
        padding: 0;
    }
    .btn-search img {
        width: 16px;
    }
    .about-intro p {
        font-size: 18px;
    }
    .ovr-flw {
        overflow: scroll;
    }
    .ovr-flw .forums-box {
        width: max-content;
    }
    .ovr-flw .community-post .post-content {
        width: 60% !important;
    }
    .ovr-flw .community-post .post-meta-wrapper {
        width: 40% !important;
    }
    .ovr-flw .forums-header .support-category-menus {
        width: 40% !important;
    }
    .forum_sidebar {
        font-size: 13px;
        padding: 25px 20px;
    }
    .forum_sidebar .count {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }
    .ticket_categories li a {
        font-size: 13px;
    }
    .cta {
        padding: 40px 15px;
        text-align: center;
    }
    .cta h2 {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        margin-left: 0 !important;
        text-align: center;
        margin-top: 25px;
    }
    .cta p {
        font-size: 15px;
        color: #fff;
        margin-left: 0;
    }
    .btn-cta {
        margin: 10px auto;
        display: inline-block;
        text-align: center;
    }
    #exTab1 {
        border-radius: 0 0;
        background: #f5f5f5;
        padding: 40px 20px 40px 20px !important;
    }
    #exTab1 h3 {
        font-size: 18px;
    }
    #exTab1 label {
        width: 100%;
    }
    #exTab1 p {
        font-size: 12px;
    }
    #exTab1 p.pull-right {
        float: none;
        text-align: center;
    }
    .home-banner.inside-banner {
        height: 200px;
        min-height: 200px;
    }
    .pagination-wrapper p {
        font-size: 13px !important;
    }
    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 0 !important;
    }
    body .p-b-100 {
        padding-bottom: 40px !important;
    }
    body .p-t-100 {
        padding-top: 40px !important;
    }
    .post-header {
        padding: 15px !important;
    }
    .post-header .category-menu .dropdown-toggle {
        font-size: 13px;
    }
    .post-header .support-total-info li:not(:last-child) {
        margin-right: 10px;
    }
    .post-header .support-total-info li {
        display: inline-block;
        font-size: 13px;
    }
    .community-post {
        padding: 20px 15px;
    }
    .community-post .post-content .author-avatar {
        margin-right: 15px;
    }
    .community-post .post-content .entry-content .post-title {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.20;
    }
    .community-posts-wrapper .post-meta-info {
        padding-left: 0;
    }
    .community-posts-wrapper .community-post .post-meta-wrapper {
        width: 20%;
    }
    .community-posts-wrapper .community-post .post-content {
        width: 100%;
    }
    .community-post.style-two .meta li {
        font-size: 11px;
    }
    #exTab1 button.btn {
        padding: 15px 30px;
        color: #ffffff;
        font-size: 13px;
        width: 100%;
        margin-bottom: 15px
    }
    .q-title h1 {
        font-size: 20px;
        color: #333;
        line-height: 1.2;
        font-weight: 600;
    }
    .question-icon {
        color: #555;
        margin-right: 15px;
        font-size: 36px;
        margin-top: -5px;
    }
    .forum-post-content {
        padding-left: 10px;
        position: relative;
        padding-right: 10px;
    }
    .forum-post-content .content {
        line-height: 20px;
        font-size: 14px;
    }
    /**/
    .fixed-header {
        max-width: 100% !important;
        width: 100% !important;
    }
    body .no-pd {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    nav.navbar.bootsnav .navbar-nav>li {
        text-align: left !important;
        font-size: 13px;
    }
    nav.navbar.bootsnav {
        padding: 0 !important;
    }
    body {
        overflow-x: hidden;
    }
    .top-left-section ul li {
        margin-left: 0;
    }
    .top-left-section ul li p,
    .top-left-section ul li a {
        font-size: 11px;
    }
    .top-head .row {
        align-items: center;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .navbar-header {
        position: absolute;
        right: 0;
        top: -30px;
    }
    .nav.navbar.bootsnav {
        padding: 0;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: unset !important;
        overflow: hidden !important;
    }
    .home-banner .carousel-caption h1 {
        font-size: 16px;
    }
    .home-banner .carousel-caption h3 {
        font-size: 12px;
    }
    .home-banner .carousel-caption h3 br {
        display: none;
    }
    .home-banner .carousel-caption {
        top: 15%;
        bottom: unset !important;
        display: block !important;
    }
    .main-title {
        font-size: 20px;
    }
    .ordr2 {
        order: 2;
    }
    .about-intro img {
        margin-top: 25px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .srvcs-pad ul {
        width: 100%;
        margin-bottom: 0;
    }
    .srvcs-pad ul li span {
        font-size: 18px;
    }
    .srvcs-pad ul li {
        font-size: 14px;
    }
    #loom-companion-mv3 {
        display: none !important;
    }
    .srvcs-pad {
        padding: 50px 10px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    /***/
    .topics-grid.row .col-md-4 {
        width: 50% !important;
    }
    .inside-prtnrs .col-xs-6 {
        width: 33%;
    }
    .inside-prtnrs img {
        margin: 15px auto 15px;
        text-align: center;
        display: block;
        max-width: 120px;
    }
    .log-reg {
        min-height: 60vh;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .abouty.about-intro .main-title {
        font-size: 20px;
    }
    .abouty.about-intro .small-title {
        font-size: 14px;
    }
    .cnct-form {
        padding: 20px;
    }
    .cnct-form textarea {
        height: 100px;
    }
    .cnct-form input,
    .cnct-form textarea {
        font-size: 13px;
    }
    .accordion-header button {
        font-size: 14px;
    }
    .accordion-body {
        font-size: 13px;
    }
    .blog-item {
        margin-top: 50px;
        background: #eff2f5;
        margin: 5px 0px 15px;
    }
    .top-right-section ul li button {
        font-size: 13px;
        font-weight: bold;
    }
    #bbpress-forums #bbp-user-wrapper h2.entry-title {
        padding-top: 0px;
        font-size: 1.15em;
        margin-bottom: 25px;
    }
    .bbp-user-section .pagination-wrapper {
        display: block;
    }
    .bbp-user-body {
        margin: 0 !important;
    }
    #bbpress-forums #bbp-user-wrapper p {
        font-size: 13px;
        line-height: 1.4;
    }
    .community-post .post-content .entry-content .post-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.3;
        text-transform: capitalize;
    }
    .top-right-section ul li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .bbp-user-section h3 {
        margin-top: 1rem !important;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .careerfy-employer-profile-submit {
        padding: 12px 20px;
        font-size: 13px;
    }
    .careerfy-employer-profile-form label {
        font-size: 12px;
    }
    .careerfy-employer-profile-form {
        padding: 10px 15px;
    }
    .mid-box .logo-box img {
        width: 80px;
    }
    .event__search__floater {
        display: none !important;
    }
    .home-banner h1 {
        font-size: 24px;
    }
    .home-banner h4 {
        font-size: 16px;
    }
    .suggestion-wrap span:first-child,
    .suggestion-wrap span:first-child:hover {
        background: none;
        font-size: 14px;
    }
    .suggestion-wrap span {
        font-size: 12px;
    }
    .home-banner {
        min-height: 400px;
    }
    .inner-form .input-field .choices .choices__inner {
        min-height: 50px;
        height: 46px;
    }
    .inner-form .input-field .choices .choices__inner input {
        padding: 0;
    }
    .btn-search img {
        width: 16px;
    }
    .about-intro p {
        font-size: 18px;
    }
    .ovr-flw {
        overflow: scroll;
    }
    .ovr-flw .forums-box {
        width: max-content;
    }
    .ovr-flw .community-post .post-content {
        width: 60% !important;
    }
    .ovr-flw .community-post .post-meta-wrapper {
        width: 40% !important;
    }
    .ovr-flw .forums-header .support-category-menus {
        width: 40% !important;
    }
    .forum_sidebar {
        font-size: 13px;
        padding: 25px 20px;
    }
    .forum_sidebar .count {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }
    .ticket_categories li a {
        font-size: 13px;
    }
    .cta {
        padding: 0px 25px 0 0;
        text-align: center;
    }
    .cta h2 {
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-top: 25px;
    }
    .cta p {
        font-size: 18px;
        color: #fff;
        margin-left: 0;
    }
    .btn-cta {
        margin: 10px auto;
        display: inline-block;
        text-align: center;
    }
    #exTab1 {
        border-radius: 0 0;
        background: #f5f5f5;
        padding: 40px 20px 40px 20px !important;
    }
    #exTab1 h3 {
        font-size: 18px;
    }
    #exTab1 label {
        width: 100%;
    }
    #exTab1 p {
        font-size: 14px;
    }
    .home-banner.inside-banner {
        height: 250px;
        min-height: 250px;
    }
    .pagination-wrapper p {
        font-size: 13px !important;
    }
    nav.navbar.bootsnav .navbar-header {
        padding-left: 15px;
        padding-right: 0 !important;
    }
    body .p-b-100 {
        padding-bottom: 50px !important;
    }
    body .p-t-100 {
        padding-top: 50px !important;
    }
    .post-header {
        padding: 15px !important;
    }
    .post-header .category-menu .dropdown-toggle {
        font-size: 13px;
    }
    .post-header .support-total-info li:not(:last-child) {
        margin-right: 10px;
    }
    .post-header .support-total-info li {
        display: inline-block;
        font-size: 13px;
    }
    .community-post {
        padding: 20px 15px;
    }
    .community-post .post-content .author-avatar {
        margin-right: 15px;
    }
    .community-post .post-content .entry-content .post-title {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.20;
    }
    .community-posts-wrapper .post-meta-info {
        padding-left: 0;
    }
    .community-posts-wrapper .community-post .post-meta-wrapper {
        width: 20%;
    }
    .community-posts-wrapper .community-post .post-content {
        width: 100%;
    }
    .community-post.style-two .meta li {
        font-size: 11px;
    }
    #exTab1 button.btn {
        padding: 12px 20px;
        color: #ffffff;
        font-size: 13px;
    }
    .q-title h1 {
        font-size: 20px;
        color: #333;
        line-height: 1.2;
        font-weight: 600;
    }
    .question-icon {
        color: #555;
        margin-right: 15px;
        font-size: 36px;
        margin-top: -5px;
    }
    .forum-post-content {
        padding-left: 10px;
        position: relative;
        padding-right: 10px;
    }
    .forum-post-content .content {
        line-height: 20px;
        font-size: 14px;
    }
    .topic-grid h4,
    .topic-grid h4 a {
        font-size: 16px;
    }
    .about-intro p {
        font-size: 18px;
    }
    .topic-grid ul li a {
        color: #4b4b4b;
        font-size: 12px;
    }
    .topic-grid {
        padding: 25px 15px;
    }
    .community-post .post-content .entry-content .post-title {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .community-post.forum-item .post-content p {
        font-size: 12px;
        line-height: 1.4;
    }
    .community-post .post-content .author-avatar img {
        max-width: 30px;
    }
    .community-post .post-content .author-avatar {
        margin-right: 10px;
        overflow: hidden;
        margin-top: 2px;
    }
    ul.forum-titles li {
        text-align: right;
        font-size: 12px;
    }
    ul.forum-titles .forum-freshness .freshness-box a,
    .freshness-link {
        font-size: 10px;
    }
    .c_head {
        margin-bottom: 35px;
        font-size: 20px;
    }
    .ticket_categories li a {
        font-size: 12px;
    }
    .newness .bbp-forum-title {
        display: inline-block;
        font-size: 12px;
        width: 75%;
    }
    .newness li {
        padding-left: 20px;
    }
    .cta h2 {
        font-size: 24px;
        margin-left: 30px;
    }
    .cta p {
        font-size: 16px;
        margin-left: 30px;
    }
    .btn-cta {
        border-radius: 40px;
        padding: 10px 24px;
        color: #fff;
        border: 1px solid #fff;
        margin-left: 30px;
        font-size: 14px;
        margin-top: 10px;
        font-weight: 500;
    }
    .blog-item h4 {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .blog-item p {
        font-size: 12px;
    }
    .blog-item .blog-info .blog-date span {
        font-weight: bold;
        font-size: 16px;
    }
    .blog-item .blog-info .blog-date {
        position: absolute;
        top: -50px;
        right: 20px;
        height: 60px;
        width: 50px;
    }
    .blog-item a {
        color: #1e2e53;
        font-size: 12px;
    }
    .blog-item i {
        font-size: 10px;
    }
    .footer-info img {
        max-width: 110px;
        margin-bottom: 15px;
    }
    .event__search__floater {
        display: none;
    }
    .home-topcs .col-md-9,
    .home-topcs .col-md-3 {
        width: 100%;
    }
    .cta::before {
        content: "";
        width: 100px;
        height: 120px;
    }
    /*******/
    nav.navbar.bootsnav .navbar-nav>li {
        text-align: left !important;
    }
    nav.navbar.bootsnav {
        padding: 0 !important;
    }
    .srvcs-pad {
        padding: 50px 10px;
    }
    body {
        overflow-x: hidden;
    }
    .top-left-section ul li {
        margin-left: 0;
    }
    .top-left-section ul li p,
    .top-left-section ul li a {
        font-size: 11px;
    }
    .top-head .row {
        align-items: center;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .navbar-header {
        position: absolute;
        right: -20px;
        top: -15px;
    }
    .nav.navbar.bootsnav {
        padding: 0;
    }
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: unset !important;
        overflow: hidden !important;
        height: 350px !important;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 44px;
        width: 360px;
    }
    nav.navbar.bootsnav .navbar-nav {
        width: 100%;
        background-color: #edf3f8;
    }
    nav.navbar.bootsnav .navbar-nav li {
        display: block;
    }
    .home-banner .carousel-caption h1 {
        font-size: 26px;
    }
    .home-banner .carousel-caption h3 {
        font-size: 22px;
    }
    .home-banner .carousel-caption h3 br {
        display: none;
    }
    .home-banner .carousel-caption {
        top: 30%;
        bottom: unset !important;
        display: block !important;
    }
    .main-title {
        font-size: 24px;
    }
    .ordr2 {
        order: 2;
    }
    .about-intro img {
        margin-top: 25px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .srvcs-pad ul {
        width: 100%;
        margin-bottom: 0;
    }
    .srvcs-pad ul li span {
        font-size: 18px;
    }
    .srvcs-pad ul li {
        font-size: 14px;
    }
    #loom-companion-mv3 {
        display: none !important;
    }
    p {
        font-size: 14px;
    }
}

@media (max-width:1024px) and (min-width:992px) {
    /***/
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 0 15px 0px 15px;
        font-weight: 600;
        text-transform: none !important;
        font-size: 14px;
    }
    /***/
    .srvcs-pad ul li span {
        font-size: 20px;
    }
    .srvcs-pad ul li {
        font-size: 14px;
    }
    .srvcs-pad {
        padding: 50px 10px;
    }
}

@media (max-width:1023px) {
    nav.navbar.bootsnav .navbar-nav {
        position: absolute;
        top: 20px;
        width: 100%;
        background: #fff;
    }
}