
/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 0
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #617281;
    line-height: 26px;
}

a {
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

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

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

img {
    max-width: 100%
}

.site_content {
    display: block;
    padding-top: 89px
}

.site_content:after,
.site_content:before {
    display: table;
    clear: both;
    content: ""
}

a:hover {
    text-decoration: none
}

header,
footer,
section {
    display: block
}

address {
    margin: 0
}

.container:after,
.container:before {
    display: table;
    clear: both;
    content: ""
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    background: #24c4e9;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+label:after {





















    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

a:focus {
    border: 0;
    outline: 0
}

button:focus {
    border: 0;
    outline: 0
}

/* select{appearance:none} */
.common_title h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #cf8b46;
    padding-bottom: 40px
}

.md-form input[type="date"]:focus:not([readonly]),
.md-form input[type="datetime-local"]:focus:not([readonly]),
.md-form input[type="email"]:focus:not([readonly]),
.md-form input[type="number"]:focus:not([readonly]),
.md-form input[type="password"]:focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form input[type="search"]:focus:not([readonly]),
.md-form input[type="tel"]:focus:not([readonly]),
.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="time"]:focus:not([readonly]),
.md-form input[type="url"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #ffee04;
    border-bottom: 1px solid #ffee04
}

.md-form input[type="date"]:focus:not([readonly])+label,
.md-form input[type="datetime-local"]:focus:not([readonly])+label,
.md-form input[type="email"]:focus:not([readonly])+label,
.md-form input[type="number"]:focus:not([readonly])+label,
.md-form input[type="password"]:focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form input[type="search"]:focus:not([readonly])+label,
.md-form input[type="tel"]:focus:not([readonly])+label,
.md-form input[type="text"]:focus:not([readonly])+label,
.md-form input[type="time"]:focus:not([readonly])+label,
.md-form input[type="url"]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #ffee04
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}

a {
    color: #617281
}

.common-btn.register-btn {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    border: 2px solid #fff
}

.common-btn.register-btn svg,
.common-btn.login-btn svg,
.common-btn.select-lan-box svg {
    margin-right: 8px
}

.common-btn.login-btn {
    border: 2px solid #fff
}

.common-btn.select-lan-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lan-change-search {
    display: flex;
    align-items: center
}

.serch-box {
    margin-right: 20px
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none
}

.common-modal .modal-dialog {
    max-width: 900px;
    margin: 128px auto 40px
}

.common-modal .modal-heading {
    padding: 55px 20px;
    text-align: center
}

.common-modal .modal-title {
    color: #0e1f3d;
    text-align: center;
    font-size: 22px;
    font-weight: 600
}

.common-modal .modal-content {
    border-radius: 10px
}

button.close {
    border: 2px solid #000;
    position: absolute;
    right: -10px;
    top: -13px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    box-shadow: 0 0 2px #00000091
}

button.close:focus,
button.close:hover {
    opacity: 1;
}

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

ul.lan-list li a {
    box-shadow: 0 2px 6px rgb(82 93 119 / 13%);
    min-width: 213px;
    text-align: center;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 5px;
    border: 1.2px solid #e4e6ea;
    color: #617281;
    font-size: 20px;
    font-weight: 600
}

/*--------------------------------------------------------------------------------------*/
/*Header-Css-Here
/*--------------------------------------------------------------------------------------*/
.navbar {
    padding: 0
}

header .nave-bar {
    display: flex;
    align-items: center;
    flex-grow: 1
}

ul#hide-menu {
    padding-left: 10px
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 0;
    background: #000
}

.sticky {
    box-shadow: none;
}

header .container {
    z-index: 9;
    position: relative
}

ul.navbar-nav li a {
    color: #fff;
    padding: 0 !important;
    text-transform: capitalize;
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

ul.navbar-nav li {
    margin: 0 8px !important;
    position: relative
}

ul.navbar-nav li .nav-link:before,
ul.navbar-nav li .nav-link:after {
    position: absolute;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background-color: #f5921b
}

ul.navbar-nav li:after {
    left: 0;
    top: 0;
    padding: .5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #fff;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden
}

ul.navbar-nav>li .nav-link:hover:before,
ul.navbar-nav>li.active .nav-link:before {
    opacity: 1;
    width: 100%;
    background-color: #f5921b
}

ul.navbar-nav li .nav-link:hover:after,
ul.navbar-nav li.active .nav-link:after {
    max-width: 100%
}

li.nav-item.active .nav-link {
    color: #fff
}

ul.navbar-nav li:hover ul.sub-menu {
    display: block
}

.sticky {
    padding: 15px 0
}

.inner-fix-header {
    padding-top: 116px
}

.inner-header:after {
    display: none
}

nav.navbar.navbar-expand-lg {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header.sticky:after {
    display: none
}

.navbar.navbar-expand-lg {

    padding: 0;
}

a.navbar-brand {
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 110px;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

a.navbar-brand img.header-brand-img.desktop-logo {
    width: auto;
    height: auto;
}

.sticky ul.navbar-nav li a {
    color: #fff !important
}

.sticky .stiky-logo {
    display: block !important
}

.navbar-nav li a:hover {
    color: #54c7f5 !important
}

.common-btn {
    border: 0;
    min-width: 125px;
    text-align: center;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff !Important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    box-shadow: 0 2px 6px rgb(0 0 0 / 26%);
    line-height: 28px;
    max-width: fit-content;
    width: max-content;
    border: 2px solid #000;
}

ul.footer-social li a:hover i {
    opacity: .8 !important
}

.user-dropdown.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    min-width: 125px;
    text-align: center;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px
}

span.user_name {
    color: #fff
}

.dropdown-toggle::after {
    color: #fff
}

img.img-profile {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    object-fit: cover
}

.inner-header .lan-change-search .common-btn {
    min-width: 104px
}

.inner-header ul#hide-menu {
    padding-left: 10px
}

.user-profile-main {
    margin-left: 10px
}

.bell-notification {
    margin-right: 15px
}

.bell-notification {
    position: relative
}

span.notification-text {
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 4px;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-weight: bold
}

.dropdown-item {
    font-size: 14px;
    padding: 9px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.dropdown-item:hover {
    background: #000;
    color: #fff
}

.dropdown-menu.show {
    display: block;
    padding: 0
}

.navbar-brand.header-view svg {
    max-width: 95px;
}

.notification-text .nav-link {
    padding: 0;
    display: block;
}

/*--------------------------------------------------------------------------------------*/
/*user-upload-img
/*--------------------------------------------------------------------------------------*/
.user-upload .hidden,
.user-upload #uploadImg:not(.hidden)+label {
    display: none
}

.user-upload #file {
    display: none;
    margin: 0 auto
}

.user-upload #upload {
    display: block;
    cursor: pointer;
    outline: 0;
    transition: .3s ease-in-out
}

.user-upload #upload:hover,
.user-upload #upload:focus {
    background: #1aa39a
}

.user-upload #upload:active {
    background: #13d4c8;
    transition: .1s ease-in-out
}

.mar-comm {
    padding-top: 10px;
    padding-bottom: 50px
}

.user-upload-content {
    width: 58px;
    height: 57px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0
}

.user-upload {
    position: relative
}

#upload {
    opacity: 0
}

.user-upload {
    width: 167px
}

.user-upload-content svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0
}

.user-upload img {
    width: 167px;
    height: 167px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #000
}

/*--------------------------------------------------------------------------------------*/
/*banner-slider
/*--------------------------------------------------------------------------------------*/
.top-banner {
    padding-top: 72px
}

.top-banner .owl-carousel .owl-item img {
    display: block;
    height: auto;
    object-fit: none;
    width: 100%;
    object-position: top
}

.carousel-caption-content h1 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 25px;
    font-weight: 900
}

.carousel-caption-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    right: 0;
    top: 0;
    margin: auto;
    display: flex
}

.carousel-caption-content {
    text-align: center
}

.carousel-caption-content p {
    font-weight: 500;
    padding: 0 150px
}

.header-btn-group.desktop-view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px
}

.select-lan-box {
    display: flex;
    align-items: center
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: rotate(-45deg);
    margin: 0 8px
}

.carousel-indicators .active {
    background-color: #fff;
    width: 23px;
    height: 23px;
    box-shadow: 0 3px 11px rgb(255 255 255 / 79%)
}

ol.carousel-indicators {
    display: flex;
    align-items: center
}

.about-us-right figure img {
    border-radius: 15px;
    height: 375px;
    object-fit: cover;
    width: 100%
}

/*--------------------------------------------------------------------------------------*/
/*about-us
/*--------------------------------------------------------------------------------------*/
.about-us {
    padding: 100px 0 90px;
    position: relative
}

.about-us-left h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px
}

.description-box p:last-child {
    padding-bottom: 0
}

.about-us-left {
    padding-right: 15px
}

.about-us-right {
    display: flex;
    align-items: center;
}

.shape-1 {
    width: 73px;
    height: 73px;
    background: #e8edef;
    border-radius: 50%
}

.shape-box-1 {
    position: absolute;
    left: 41%;
    bottom: 11%;
    z-index: 9
}










.shape-2 {
    width: 135px;
    content: "";
    height: 135px;
    background: #e8edef;
    border-radius: 50%
}

.shape-box-2 {
    position: absolute;
    left: 17%;
    top: 55px
}

section.about-content-section {
    padding: 60px 0;
}

.about-content-head h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 auto 20px;
}

.about-content-head p {
    font-size: 15px;
    text-align: center;
}

.about-content-head {
    margin-bottom: 60px;
}

.about-content-block .banner-img figure.obj-fit {
    border-radius: 25px;
    margin-bottom: 60px;
    height: 530px;
    overflow: hidden;
}

.about-content-block .banner-img figure.obj-fit img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-content p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.about-top-content-block {
    display: flex;
    justify-content: space-between;
}

.about-top-content-block figure {
    width: 517px;
    min-width: 517px;
    border-radius: 25px;
    overflow: hidden;
}

.about-top-content-block figure img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.about-top-content-block .about-top-content {
    width: calc(100% - 600px);
}

.about-top-content-block .about-top-content h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.about-top-content-block .about-top-content p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: inherit !important;
}

.about-top-content-section .shape-box-1 {
    position: absolute;
    left: -30px;
    bottom: 18%;
    z-index: 9;
}

.about-top-content-section .shape-box-2 {
    position: absolute;
    right: 0;
    top: 40%;
    left: auto;
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.shape-2 {
    animation-name: zoom-fade;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.common-btn.select-lan-box a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

/*--------------------------------------------------------------------------------------*/
/*how-its-works
/*--------------------------------------------------------------------------------------*/
.how-its-works {
    background: #f7f9fa;
    padding-top: 70px;
    padding-bottom: 95px;
    overflow: hidden;
    position: relative
}

.how-its-works .shape-box-2 {
    position: absolute;
    right: -65px;
    top: 40%;
    left: auto
}

.common-heading h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px
}

.how-its-works-list figure {
    width: 78px;
    height: 77px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px
}

.how-its-works-list figcaption h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px
}

.how-its-works-list {
    box-shadow: 0 3px 10px rgb(116 116 116 / 16%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 50px
}

.how-its-works-blog {
    margin-top: 30px
}


.how-its-works-list p {
    font-size: 14px
}

.how-its-works .shape-box-1 {
    position: absolute;
    left: -30px;
    bottom: 18%;
    z-index: 9
}

.how-its-works-blog-box {
    display: flex;
}

.row.how-its-works-blog a {
    color: #000;
    display: flex;
}

.how-its-works-list figure {
    position: relative
}

.how-its-works-list:hover figure:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    display: block
}

.how-its-works-list figure:after {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #000;
    display: none
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------------------------------*/
/*download-app
/*--------------------------------------------------------------------------------------*/
.sub-title {
    color: #617281;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block
}

section.download-app .common-heading h2 {
    font-size: 40px;
    line-height: 50px
}

.download-app .common-heading p {
    padding-bottom: 40px;
    padding-top: 15px
}

.download-app .btn-group-app a {
    margin-right: 8px
}

.download-app {
    padding-top: 75px;
    padding-bottom: 150px
}

.download-app .row {
    align-items: center
}

/*--------------------------------------------------------------------------------------*/
/*login-bg
/*--------------------------------------------------------------------------------------*/
.common-bg-form,
.common-box-shadow {
    background: #fff;
    width: 500px;
    margin: auto;
    padding: 30px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    border-radius: 15px
}

.common-bg-form-1,
.common-box-shadow {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 30px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    border-radius: 15px
}
.common-box-shadow {
    width: auto
}

.top-form-heading {
    text-align: center;
    padding-bottom: 15px
}

input.form-control,
select.form-control {
    border: 1px solid #bfc6d5;
    height: 42px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500
}

.form-group label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px
}

/*--------------------------------------------------------------------------------------*/
/*custom-check-box
/*--------------------------------------------------------------------------------------*/
.custom-check-box {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%
}

.custom-check-box:hover input~.checkmark {
    background-color: #ccc
}

.custom-check-box input:checked~.checkmark {
    background-color: #000
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-check-box input:checked~.checkmark:after {
    display: block
}

.custom-check-box .checkmark:after {
    left: 0;
    top: -3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto
}

label.custom-check-box {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    align-items: center;
    color: #000
}

label.custom-check-box p {
    margin: 0;
}

a.forget-password {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.common-bg-form button.btn.common-btn {
    max-width: 100%;
    min-width: 100%
}

.not-reg,
.not-reg a {
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.not-reg a {
    color: #000 !important;
    font-weight: 700
}

.term-condition-link {
    color: #000;
    font-weight: bold
}

/*--------------------------------------------------------------------------------------*/
/*login
/*--------------------------------------------------------------------------------------*/
.remember-box {
    display: flex;
    justify-content: space-between
}

section.form-common-bored {
    padding-top: 217px;
    padding-bottom: 145px
}

.top-form-heading h3 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 8px
}

.top-form-heading p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px
}

.verification-form .common-bg-form form input::-webkit-input-placeholder {
    color: #000
}

.verification-form .common-bg-form form input:-ms-input-placeholder {
    color: #000
}

.verification-form .common-bg-form form input::placeholder {
    color: #000
}

.verification-form .common-bg-form form input {
    height: 53px;
    text-align: center;
    font-weight: bold;
    font-size: 20px
}

.common-bg-form form {
    margin-top: 15px
}

.common-bg-form form input::-webkit-input-placeholder {
    color: #b1b9c8
}

.common-bg-form form input:-ms-input-placeholder {
    color: #b1b9c8
}

.common-bg-form form input::placeholder {
    color: #b1b9c8
}

/*--------------------------------------------------------------------------------------*/
/*select-type
/*--------------------------------------------------------------------------------------*/
ul.select-type-list li a {
    width: 275px;
    text-align: center;
    background: #ffff;
    border: 1px solid #e4e6ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 55px 0 70px;
    box-shadow: 0 5px 12px rgb(82 93 119 / 10%);
    border-radius: 10px;
    margin: 0 10px;
    height: 235px
}

.select-type-list li a:hover{
    background-color: rgba(0, 0, 0, 0.11);
}

ul.select-type-list {
    display: flex;
    justify-content: center
}

ul.select-type-list figcaption {
    width: 100%
}

ul.select-type-list figcaption h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-top: 15px
}

h3.form-heading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px
}

.video-create-right h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700
}

.video-create-right h4 {
    font-size: 18px;
    color: #0e1f3d;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 5px
}

.video-create-right p {
    padding-bottom: 15px;
    font-size: 14px
}

.video-create-right {
    padding-top: 30px;
    padding-left: 30px
}

.video-btn-group {
    display: flex;
    align-items: center
}

.row.video-create {
    margin-bottom: 70px
}

.video-btn-group a {
    margin-right: 10px
}

.trans-btn {
    background: transparent;
    color: #000 !important;
    border: 2px solid #000 !important
}

.video-box {
    padding-top: 10px
}

.skip-text {
    color: #000 !important;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600
}

.video-box video {
    border-radius: 10px;
    overflow: hidden;
    background: #Ddd
}

.video-create-left small {
    font-size: 14px;
    color: #000;
    font-weight: 600
}

/*--------------------------------------------------------------------------------------*/
/*animation-effects
/*--------------------------------------------------------------------------------------*/
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.shape-1 {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

/*--------------------------------------------------------------------------------------*/
/*inner-box
/*--------------------------------------------------------------------------------------*/
.inner-title h2 {
    font-size: 34px;
    color: #fff;


    font-weight: bold
}

.inner-title {
    background: #000;
    padding: 20px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 170px;
    position: relative;
    z-index: 99;
    border-top: 1px solid rgb(255 255 255 / 17%)
}

ol.breadcrumb {
    background: transparent;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding-top: 10px
}

li.breadcrumb-item,
li.breadcrumb-item a {
    font-size: 16px;
    color: #fff !important
}

.terms-condition-content {
    padding: 35px 40px
}

.common-title.comm-inner-title {
    padding-bottom: 27px;
    font-size: 34px;
    color: #000;
    font-weight: 700
}

.terms-condition-content p {
    padding-bottom: 25px;
    line-height: 1.9;
    font-size: 16px
}

.wrapper-inner.inner-mar {
    padding-top: 73px
}

.inner-header {
    box-shadow: none;
    border-bottom: 1px solid rgb(255 255 255 / 17%)
}

.inner-body.Contact-box {
    padding-top: 90px;
    padding-bottom: 145px
}

.terms-condition-content-box h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px
}

.faq-q-box .card-header {
    padding: 0;
    border-bottom: 0;
    border-radius: 0 !important
}

.faq-q-box button.btn.btn-link.collapsed {
    color: #000;
    background-color: #fff;
    padding: 25px 15px
}

.faq-q-box {
    padding: 35px 40px
}

.faq-q-box .card {
    border: 0;
    border-bottom: 1px solid rgb(112 112 112 / 18%);
    border-radius: 0
}

.faq-q-box button.btn.btn-link {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
    border: 0;
    font-weight: 600;
    color: #000;
    padding: .75rem 1.25rem;
    text-decoration: none;
    background: #fff;
    font-size: 20px
}

.faq-q-box button.btn.btn-link.collapsed:after {
    font-family: "Font Awesome 5 Free";
    top: 0;
    right: 15px;
    content: "\f107";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center
}

.faq-q-box button.btn.btn-link:after {
    font-family: "Font Awesome 5 Free";
    top: 0;
    right: 15px;
    content: "\f106";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center
}

.faq-q-box .card-body {
    padding-top: 0
}

textarea.form-control {
    height: 123px;
    border: 1px solid #bfc6d5;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500
}

textarea.form-control::-webkit-input-placeholder {
    color: #b1b9c8
}

textarea.form-control:-ms-input-placeholder {
    color: #b1b9c8
}

textarea.form-control::placeholder {
    color: #b1b9c8
}

.form-head textarea.form-control {
    height: 83px
}

.border-top-line hr {
    margin-top: 20px;
    margin-bottom: 25px
}

.common-btn.big-btn {
    margin: auto;
    min-width: 270px
}

/*--------------------------------------------------------------------------------------*/
/*footer
/*--------------------------------------------------------------------------------------*/
footer {
    background: #000;
    padding-top: 50px;
    position: relative;
    overflow: hidden
}

.footer-content a svg {
    margin-bottom: 10px
}

.footer-content:nth-child(1) {
    position: relative
}

.footer-content {
    padding-right: 0
}

.footer-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgb(255 255 255 / 69%);
    padding-right: 100px
}

.footer-content:nth-child(2) {
    padding-left: 75px
}

.footer-content h3:after {
    width: 37px;
    height: 6px;
    position: absolute;
    bottom: 0;
    content: "";
    background: #fff;
    left: 0
}

.footer-content h3 {
    position: relative
}

.footer-content h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #fff
}

.footer-content ul li {
    position: relative;
    padding-left: 25px;
    padding: 0 0 15px;
    margin-right: 12px
}

.footer-content li a {
    font-size: 14px;
    color: #b0b0bc;
    font-weight: 500;
    text-decoration: none
}

.footer-content ul li a:hover {
    color: #fff;
    padding-left: 2px
}

.footer-bottom {
    font-size: 14px;
    color: #b0b0bc;
    font-weight: 500;
    margin-top: 35px;
    border-top: 1px solid #212020
}

.footer-bottom p {
    padding: 14px 0;
    margin: 0;
    font-weight: 500
}

ul.footer-social {
    display: flex
}

ul.footer-social li i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    color: #Fff;
    background: #fff
}

ul.footer-social li i {
    color: #000
}

/*--------------------------------------------------------------------------------------*/
/*hover-css
/*--------------------------------------------------------------------------------------*/
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: 000;
    border: 2px solid #202023
}

.hvr-sweep-to-right:hover svg,
.hvr-sweep-to-right:focus svg,
.hvr-sweep-to-right:active svg {
    fill: #000
}

.hvr-sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    overflow: hidden
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff26;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 0 solid #202023
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border: 0 solid #202023
}

.dropdown-menu.show {
    display: block;
    padding: 0;
    box-shadow: 0 6px 15px rgb(0 0 0 / 15%);
    border: 1px solid #f8f8f8;
    border-radius: 9px;
    width: 185px
}

.dropdown-menu {
    left: auto;
    right: 0
}

.dropdown-menu {
    top: 63px
}

.dropdown-menu.show::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15.5px 20px 15.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -19px;
    right: 17px;
    content: "";
    z-index: -1;
}

input.disabled ::-webkit-input-placeholder {
    color: #000
}

input.disabled :-ms-input-placeholder {
    color: #000
}

input.disabled::placeholder {
    color: #000
}

.my-account-heading {
    border-bottom: 1px solid #f3f3f3;
    margin-left: -4%;
    margin-right: -4%;
    text-align: left;
    padding-left: 45px;
    margin-top: -15px;
    margin-bottom: 15px
}

/***/
.title-filter-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%
}

.title-filter-line h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    width: 100%;
    word-break: break-all
}

.filter-sidebar .panel-default {
    background: #fff;
    border-radius: 0 !important
}


.panel-default>.panel-heading a {


    display: block;
    font-weight: 600;





    color: #000;
    font-size: 16px;
    padding: 16px 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb
}



.panel-default .panel-title {







    margin: 0
}


.panel-default>.panel-heading a:after {
    color: #07042d;
    font-size: 28px !important;
    position: absolute;
    top: 15px;
    right: 19px
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-sidebar .panel-body {
    background: #fff;
    border-radius: 0;
    border-top: 0;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #f3f5f9
}

.filter-sidebar .panel-body .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    margin-bottom: 10px
}

.filter-sidebar {
    box-shadow: 0 0 8px rgb(0 0 0 / 13%);
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.coustom-radio-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.coustom-radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.coustom-radio-box .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #b1b9c8;
    border-radius: 50%;
    background: #fff
}

.coustom-radio-box:hover input~.checkmark {
    background-color: #ccc
}

.coustom-radio-box input:checked~.checkmark {
    background-color: #fff;
    border: 2px solid #000
}

.coustom-radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.coustom-radio-box input:checked~.checkmark:after {
    display: block
}

.coustom-radio-box .checkmark:after {
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    right: 0;
    bottom: 0;
    margin: auto
}

label.coustom-radio-box span {
    font-size: 14px;
    color: #617281;
    font-weight: 600
}

.filter-sidebar-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 30%;
    max-width: 30%
}

.form-inline {
    position: relative;
    width: 825px;
    margin: auto
}

figure.img-icon-input {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.form-inline button.btn.common-btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

.form-inline .form-control {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.form-inline .form-control {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    height: 60px;
    border-radius: 10px
}

input.form-control.location-place {
    width: 30%;
    padding-left: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

input.form-control.job-title-keyword {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    padding-left: 20px;
    padding-right: 150px
}

.filter-jobs-right-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.filter-jobs-right-head h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600
}

.filter-jobs-right-head select.form-control {
    background: #000;
    color: #fff;
    min-width: 170;
    height: 36px !important;
    padding: 0 15px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center
}

select.form-control {
    background-repeat: no-repeat;
    background-position: 95% 50%;
    padding-right: 5px
}

.filter-jobs-right-box {
    box-shadow: 0 0 8px rgb(0 0 0 / 13%);
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.filter-jobs-right-box-head {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.filter-jobs-right-box-head date,
.Match.score small {
    font-size: 14px;
    color: #617281;
    font-weight: 600
}

ul.rating-list li i {
    font-size: 13px;
    color: #000
}

ul.rating-list {
    display: flex;
    justify-content: flex-end
}

ul.rating-list li.gray-star i {
    color: #b1b9c8
}

.Match.score {
    line-height: 20px
}

.filter-jobs-title h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 5px
}

.filter-jobs-title h3 small {
    font-size: 14px;
    color: #617281;
    font-weight: 500;
    padding-left: 12px
}

.filter-jobs-title span {
    font-size: 15px;
    color: #617281;
    display: block
}

.filter-jobs-title p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-bottom: 8px
}

.filter-jobs-list-type li a {
    font-size: 14px;
    color: #617281 !Important;
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    height: 32px;
    padding: 10px 10px;
    text-align: center;
    margin-right: 10px
}

.filter-jobs-list-type ul {
    display: flex;
    flex-wrap: wrap;
}

.filter-jobs-list-type ul li {
    padding-bottom: 10px;
}

.filter-jobs-list-type li svg {
    margin-right: 5px
}

.filter-loaction span {
    font-size: 14px;
    color: #000;
    display: flex;
    max-width: 392px;
    line-height: normal;
}

.filter-loaction {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.filter-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 15px
}

.filter-btn-group {
    display: flex
}

.filter-btn-group .btn {
    margin-right: 10px
}

i.fas.fa-share-alt {
    font-size: 26px;
    color: #000
}

.filter-loaction span svg {
    margin-right: 5px;
    width: 30px;
    min-width: 30px;
}

nav.pagination-box ul.pagination {
    justify-content: flex-end;
    margin-top: 35px
}

a.page-link {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 5px;
    margin-left: 5px
}

li.page-item.active .page-link {
    background: #000;
    border: 1px solid #0000
}

li.page-item.Previous a.page-link,
li.page-item.Next a.page-link {
    background: #b1b9c8;
    color: #fff
}

.filter-jobs-right-head select.form-control {
    background: #000 url(/images/down-arrow.png) no-repeat 87% 58%;
    padding-right: 35px;
    width: 16px;
    height: 16px
}

/*****custom-check-box*****/
.custom-check-box input:checked~.checkmark {
    background-color: #000;
    border: 0
}

.panel-body .custom-check-box .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #a8b0c1;
    background: transparent;
}

.panel-body label.custom-check-box span {
    font-size: 14px;






    color: #617281;




    font-weight: 600
}

.custom-check-box {
    display: block;

    position: relative;
    padding-left: 35px;
    margin-bottom: 5px !Important;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tabbing-box ul.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    border-bottom: 2px solid #000
}

.tabbing-box ul.tabs li {
    cursor: pointer;
    padding: 10px 21px;
    height: 40px;
    line-height: 31px;
    background-color: #e6e6e6;
    color: #000;
    overflow: hidden;
    position: relative;
    min-width: 175px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px 0 0;
}

.tabbing-box ul.tabs li:hover {
    background-color: #ddd;
    color: #000
}

.tabbing-box ul.tabs li.active {
    background: #000;
    color: #fff
}

.tabbing-box .tab_container {




    border-top: 0;
    clear: both;
    width: 100%;
    margin-top: 25px
}



.tabbing-box .tab_content {
    display: none
}

.tabbing-box .tab_drawer_heading {



    display: none
}



.footer-right p {
    width: 152px;
    text-align: right;
    font-size: 14px;
    color: #000;
    line-height: 18px
}

.open-remote a {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    border-right: 1px solid;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px
}

.open-remote a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

.tabbing-box .filter-jobs-right-box-head {
    align-items: center
}

.footer-right .rejected {
    color: #617281;
    font-weight: 600
}

.filter-jobs-right-box:last-child {
    margin-bottom: 0
}

.Notifications-box-list li {
    border: 1px solid #e4e6ea;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px
}

.Notifications-box-list li h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px
}

.Notifications-box-list li h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px
}

.Notifications-head .form-group label {
    padding-right: 5px
}

.Notifications-head .form-group select {
    width: 100px !important;
    margin-left: 11px
}

.Notifications-head .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 55%;
    margin-left: auto
}

.Notifications-head select.form-control {
    background-position: 89% 56%
}

.Notifications-head .form-group label {
    font-size: 14px;
    font-weight: 600
}

ul.Notifications-box-list li p {
    font-size: 14px;
    padding-right: 100px
}

ul.Notifications-box-list li:last-child {
    margin-bottom: 0
}

span.close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #617281;
    font-size: 15px
}

.reply-text {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 8px;
    display: block
}

#type-reply .modal-dialog {
    max-width: 540px;
    margin: 128px auto 40px
}

.common-modal .modal-body {
    padding: 0 30px 40px
}

.common-modal .modal-heading {
    padding: 30px 30px 50px;
    text-align: center
}

.modal-heading {
    position: relative
}

.modal-heading:after {
    background: #fff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 18%, rgba(240, 240, 240, 1) 88%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 18%, rgba(240, 240, 240, 1) 88%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 18%, rgba(240, 240, 240, 1) 88%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    height: 2px
}

.matc-score-with-btn {
    display: flex;
    align-items: center
}

.matc-score-with-btn-left {
    line-height: normal;
    margin-right: 18px
}

.matc-score-with-btn-left small {
    font-size: 14px;
    color: #617281;
    font-weight: 500
}

.job-detail-inner-heading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px
}

ul.Job-Specification-list li {
    display: flex
}

ul.Job-Specification-list li span {
    width: 30%;
    font-size: 14px;
    font-weight: 500
}

ul.Job-Specification-list li P {
    font-size: 14px;
    font-weight: 500
}

ul.Job-Specification-list li P small {
    font-size: 18px;
    padding-right: 30px
}

.Other-Benefits h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-bottom: 5px
}

.Other-Benefits p {
    font-size: 14px
}

.Other-Benefits {
    padding-top: 20px;
    padding-bottom: 20px
}

.Job-Specification-box p {
    font-size: 14px;
    margin-bottom: 15px
}

.Job-Specification {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 10px
}

.watch-your-video-left .video-box video {
    border-radius: 5px;
    width: 100px;
    height: 100px
}

.watch-your-video-left .video-box {
    padding-top: 0
}

.watch-your-video-right h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px
}

.watch-your-video-right {
    padding-left: 12px
}

.watch-your-video-right p {
    font-size: 14px;
    color: #617281;
    line-height: 1.6
}

.small-btn {
    min-width: 75px;
    height: 35px;
    font-size: 14px
}

.small-btn svg {
    margin-right: 5px
}

.small-btn {
    position: absolute;
    right: 30px;
    top: 16px;
    bottom: 0
}

.Joseph-Abraham-right h4 {
    padding-left: 0
}

.Joseph-Abraham-right h4:after {
    display: none
}

.Joseph-Abraham-left figure img {
    width: 100% !important;
    height: 100%;
    object-fit: cover
}

.Joseph-Abraham-left figure {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.Joseph-Abraham-right h4,
.calling-card-box h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px
}

.Calling-card-main {
    margin-top: 35px
}

.calling-card-box {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 15px 30px 20px;
    position: relative;
    margin-bottom: 20px
}

.calling-card-box .watch-your-video,
.calling-card-box .Joseph-Abraham {
    display: flex
}

.calling-card-box p {
    font-size: 14px;
    color: #617281;
    line-height: 1.6
}

.calling-card-box h4 {
    position: relative;
    padding-left: 10px
}

.calling-card-box h4:after {
    border-left: 2px solid #617281;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px
}

.calling-card-box.Internship h5 {
    font-size: 14px;
    color: #000;
    padding-bottom: 2px
}

.calling-card-box.Internship span {
    font-size: 12px;
    color: #617281;
    padding-bottom: 5px
}

.Education-box p {
    font-size: 14px;
    padding-bottom: 5px;
    color: #000
}

.Education-box p b {
    border-right: 2px solid #000;
    padding-right: 15px;
    margin-right: 15px;
    color: #617281;
    font-weight: 600
}

.watch-your-video-right,
.Joseph-Abraham-right {
    padding-right: 150px
}

ul.Skills-list {
    display: flex
}

ul.Skills-list li {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 15px 12px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #e4e6ea;
    min-width: 135px
}

ul.Skills-list li h5 {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

ul.Skills-list li span {
    font-size: 12px;
    color: #617281
}

.Language-box b {
    color: #000;
    font-weight: 500
}

.job-seeker-head {
    text-align: center
}

.job-seeker-head h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold
}

.job-seeker-head p {
    font-size: 16px;
    color: #617281
}

.job-seeker-head p {
    font-size: 16px;
    color: #617281;
    margin-bottom: 40px
}

ul.job-seeker-body-list li {
    display: flex;
    text-align: center;
    width: 300px;
    margin: 0 13px;
    position: relative
}

ul.job-seeker-body-list li a {
    box-shadow: 0 2px 6px rgb(82 93 119 / 13%);
    padding: 49px 40px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 217px;
    flex-wrap: wrap;
    align-items: start;
    text-align: center;
    justify-content: center;
    border: 2px solid #e4e6ea
}

ul.job-seeker-body-list {
    display: flex;
    justify-content: center
}

ul.job-seeker-body-list a h4 {
    font-size: 18px;
    color: #000
}

ul.job-seeker-body-list p {
    font-size: 14px;
    color: #617281;
    line-height: 1.6
}

.skip-now {
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-weight: bold
}

ul.job-seeker-body-list li a:hover {
    border: 2px solid #000;
}

figure.info-text {
    position: absolute;
    right: 15px;
    top: 15px
}

div#calling-card .Calling-card-main {
    margin-top: 0
}

div#calling-card .calling-card-box {
    border: 0;
    border-radius: 0;
    padding: 0;
    position: relative
}

div#calling-card .calling-card-box.Joseph-Abraham {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

div#calling-card .calling-card-box.Joseph-Abraham:after {
    background: #fff;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 18%, rgba(240, 240, 240, 1) 88%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 18%, rgba(240, 240, 240, 1) 88%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(240, 240, 240, 1) 18%, rgba(240, 240, 240, 1) 88%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px
}

/* Provider Panel CSS*/
.wrapper-inner-pages {
    min-height: 767px;
    padding-top: 91px;
}

.wrapper-inner-pages section.form-common-bored {
    padding-top: 145px;
    padding-bottom: 145px;
}

section.provider-select {
    padding: 145px 0;
}

.provider-select-head h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.provider-select-head p {
    font-size: 16px;
    color: #617281;
    font-weight: 500;
    text-align: center;
}

.provider-select-head {
    max-width: 500px;
    margin: 0 auto 50px;
}

.provider-type-select-blk ul.select-type-list li a {
    height: 160px;
    padding: inherit;
    border: 2px solid #e4e6ea;
}

.provider-type-select-blk ul.select-type-list li a h3 {
    padding: 0;
}

.provider-type-select-blk ul.select-type-list li a:hover {
    border: 2px solid #000;
}

/* create -profile*/
section.profile-form-section {
    padding: 80px 0;
}

.top-profile-from-heading h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-bottom: 8px;
    text-align: center;
}

.profile-form .user-upload .user-profile figure {
    width: 87px;
    height: 87px;
    min-width: 87px;
    border-radius: 50%;
    border: 2px solid #000;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin: 0 auto;
    display: inline-block;
}

.profile-form .user-upload .user-profile {
    position: relative;
    display: inline-block;
}

.profile-form .user-upload .user-profile.profile {
    height: 170px;
    width: 170px;
    max-width: 170px;
    max-height: 170px;
}
.profile-form .user-upload .user-profile figure img {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    object-position: center;
}

.profile-form .user-upload .user-profile button {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    background-size: 60%;
    position: absolute;
    bottom: -16px;
    right: 25px;
    background: #000000 url('/images/upload-icon.svg') no-repeat center;
}

.profile-form .user-upload .user-profile button input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-group.profile-form {
    margin-bottom: 40px;
}

.form-group.profile-form .user-upload {
    width: 100%;
}

.click-input {
    position: relative;
}

.input-click {
    position: absolute;
    bottom: 12px;
    right: 10px;
}

.form-block-g input.form-control,
.form-block-g select.form-control,
.form-block-g textarea.form-control {
    font-weight: 500;
    font-size: 15px;
}

/* create -profile*/
/* ...........My Account............*/
.inner-form-box {
    box-shadow: 0 1px 10px rgb(159 159 159 / 20%);
    border-radius: 10px;
    background: #fff;
    min-height: 450px;
}

.inner-form-head h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.inner-form-head h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.inner-form-head p {
    font-size: 13px;
    color: #617281;
}

.inner-form-head {
    border-bottom: 1px solid #F3F3F3;
    padding: 15px 15px;
    border-top: 1px solid #F3F3F3;
}

.inner-form-body {
    padding: 15px 25px 25px;
}

.form-head {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* ...........My Account............*/
/* ...........My Jobs............*/
.no-data-block {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-data-block .no-data-content {
    text-align: center;
    display: initial;
}

.no-data-block .no-data-content img {
    margin-bottom: 10px;
}

.no-data-block .no-data-content h4 {
    font-size: 19px;
    color: #617281;
    font-weight: 500;
    margin-bottom: 20px;
}

.no-data-block .no-data-content button.btn:disabled {
    margin: auto;
    background-color: #A6B2BC;
}

.no-data-block .no-data-content .post-job-btn {
    border: 0;
    min-width: 125px;
    text-align: center;
    height: 42px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff !Important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    box-shadow: 0 2px 6px rgb(0 0 0 / 26%);
    max-width: 125px;
}

.alert-block p {
    font-size: 12px;
    color: #617281;
}

.alert-block p a {
    color: #000;
    font-weight: 700;
}

.alert-block {
    border: 1px solid #E3E3E3;
    background: #f8f8f8;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    border-radius: 5px;
    right: auto;
    left: 32%;
    top: 100px;
}

.alert-block button.alert-close-btn {
    color: #000;
    font-weight: 700;
    margin-left: 20px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    background: transparent;
}

/* ...........My Jobs............*/
/* ...........Add Jobs............*/
.input-group-text {
    background-color: #fff !important;
}

.add-job-form-head h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}

.add-job-form-head {
    border-bottom: 1px solid #E4E6EA;
    margin-bottom: 20px;
}

.form-head-big {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.custom-switch-blk {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.custom-switch {
    display: inline-block;
}

.custom-switch input[type=checkbox],
.custom-switch input[type=radio] {
    position: absolute;
    left: -9999px;
}

.custom-switch input[type="checkbox"]+label {
    width: 100%;
    padding: 0 40px 0 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    color: #000;
    transition: ease 0.5s;
    font-family: 'Montserrat';
    margin: 0;
}

.custom-switch input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 24%;
    width: 22px;
    height: 14px;
    border-radius: 45px;
    background: #A6B2BC;
}

.custom-switch input[type="checkbox"]:checked+label:before {
    background-color: #34c759;
}

.custom-switch input[type="checkbox"]+label:after {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    right: 21px;
    content: '';
    top: 35%;
    transition: ease 0.5s;
}

.custom-switch input[type="checkbox"]:checked+label:after {
    background-color: #fff;
    right: 13px;
}

.custom-switch input[type="checkbox"]:checked+label {
    color: #000000;
}

/* ...........Add Jobs............*/
/* .........multiple select CSS .........*/
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url('../images/close-icon.svg');
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #000
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #F4F2F2;
    background-image: url('../images/close-icon.svg');
    background-size: 8px;
    width: 17px;
    line-height: 1;
    opacity: 1;
    border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #bfc6d5;
    border-radius: 5px;
    font-size: 14px;
    min-height: 42px;
    overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 4px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #F4F2F2;
    color: #000;
    word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #fff;
    border: 1px solid #fff
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
    display: none
}

/* .........multiple select CSS .........*/
/* .........post job detail.........*/
.job-post-detail .inner-form-head {
    padding: 20px 25px;
}

.job-post-detail-blk h6 {
    font-size: 14px;
    font-weight: 500;
    color: #617281;
}

.job-post-detail-blk h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.job-post-detail-blk h2 small {
    font-size: 14px;
    color: #617281;
    font-weight: 500;
}

.job-post-detail-blk h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 6px;
}

.job-post-detail-blk ul {
    margin: 10px 0;
}

.job-post-detail-blk ul li {
    display: inline-block;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    padding: 2px 10px;
    color: #617281;
    font-size: 14px;
}

.job-post-detail-blk p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.job-post-detail-blk p img {}

/*.job-post-detail-blk button.common-btn {
    position: absolute;
    right: 0;
    top: 0;
}*/

.action-btns-blk button {
    display: inline-flex;
}

.edit-job-btn {
    /*border: 0;*/
    min-width: 125px;
    text-align: center;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff !Important;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background: #000;
    box-shadow: 0 2px 6px rgb(0 0 0 / 26%);
    line-height: 28px;
    max-width: fit-content;
    width: max-content;
    border: 2px solid #000;
}

.action-btns-blk {
    position: absolute;
    right: 0;
    top: 0;
}

.job-post-detail-blk {
    display: block;
    position: relative;
}

.job-post-detail-content-blk h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.job-post-detail-content-blk p {
    font-size: 14px;
    color: #617281;
    margin-bottom: 10px;
}

.job-post-detail-content-blk ul {
    margin-bottom: 10px;
}

.job-post-detail-content-blk ul li {
    font-size: 14px;
    color: #617281;
    margin-bottom: 6px;
}

.job-post-detail-content-blk ul li span {
    padding-left: 20px;
}

.job-post-detail-content-blk ul li span.hd {
    padding: 0;
    min-width: 330px;
    display: inline-block;
}

/* .........post job detail.........*/
/* .........post job payment.........*/
.custom-payment input[type=checkbox],
.custom-payment input[type=radio] {
    position: absolute;
    left: -9999px;
}

.custom-payment input[type="checkbox"]+label,
.custom-payment input[type="radio"]+label {
    background-color: #fff;
    width: 100%;
    padding: 9px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    color: #000;
    transition: ease 0.5s;
    border: 1px solid #BFC6D5;
    margin: 0;
    cursor: pointer;
}

.custom-payment input[type="checkbox"]+label:before,
.custom-payment input[type="radio"]+label:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 30%;
    width: 20px;
    height: 20px;
    border-radius: 45px;
    background: #fff;
    border: 2px solid #617281;
    left: auto;
}

.custom-payment input[type="checkbox"]:checked+label:after,
.custom-payment input[type="radio"]:checked+label:after {
    content: '';
    background: url('../images/check-1.svg');
    background-size: 100%;
    width: 22px;
    height: 22px;
    background-position: center;
    position: absolute;
    top: 30%;
    right: 14px;
    left: auto;
}

.custom-payment input[type="checkbox"]+label:after,
.custom-payment input[type="radio"]+label:after {
    left: auto;
    top: 30%;
    right: 15px;
    width: 22px;
    height: 22px;
    content: '';
    background: transparent;
}

.custom-payment label img {
    border: 1px solid #E0E0E0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 4px;
}

.custom-payment label span {
    display: inline-block;
    margin-right: 20px;
}

.modal-payment .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-payment .modal-dialog .modal-heading:after {
    background: none;
}

.modal-payment .modal-dialog .modal-content {
    border-radius: 10px;
}

.modal-payment .modal-dialog .modal-body {
    padding: 60px 60px;
}

.payment-success-block {
    text-align: center;
}

.payment-success-block img {
    margin-bottom: 10px;
}

.payment-success-block h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.payment-success-block p {
    font-size: 13px;
    font-weight: 400;
    color: #617281;
    margin-bottom: 20px;
}

.payment-success-block a.btn.common-btn {
    display: inline-block;
    line-height: 30px;
}

.modal-payment .modal-dialog .modal-content button.close {
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    z-index: 1;
}

/* .........post job payment.........*/
/* .........my Jobs.........*/
.jobs-item-detail-blk {
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    position: relative;
}

.jobs-item-detail-top-block {
    padding: 15px;
    display: flex;
}

.jobs-item-detail-top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.jobs-item-detail-info date {
    font-size: 14px;
    color: #617281;
    font-weight: 500;
}

.jobs-item-detail-top-right {
    min-width: 150px;
    text-align: end;
    padding-right: 20px;
}

.applied-count {
    font-size: 14px;
    color: #000;
}

.jobs-item-detail-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.jobs-item-detail-info h4 {
    font-size: 15px;
    font-weight: 500;
    color: #617281;
    margin-bottom: 10px;
}

.jobs-item-detail-info h6 {
    font-size: 16px;
    color: #617281;
}

.jobs-item-detail-info h6 span {
    color: #000;
}

.jobs-item-detail-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-top: 1px solid #F3F3F3;
}

/* .........my Jobs.........*/

/* .........applicants.........*/
.match-score-blk span {
    font-size: 14px;
    color: #617281;
}

.job-status {
    color: #617281;
    font-size: 14px;
    font-weight: 600;
}

.job-status span {
    color: #000;
}

.job-applicant-message-send p {
    font-size: 14px;
    color: #617281;
    font-weight: 500;
}

/* .........applicants.........*/

/* .........applicants detail.........*/
.applicant-video-resume-blk figure {
    width: 47px;
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.applicant-video-resume-blk figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.applicant-video-resume-blk {
    display: flex;
    align-items: center;
}

.applicant-video-resume-blk p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.applicant-video-resume-blk figure:before {
    background: rgb(0 0 0 / 10%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background-image: url('../images/play.svg');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.applicant-detail-profile figure {
    width: 73px;
    min-width: 73px;
    height: 73px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    margin-right: 20px;
}

.applicant-detail-profile {
    display: flex;
    /* justify-content: space-between;*/
    padding: 20px;
    border-bottom: 1px solid #F3F3F3;
}

.applicant-detail-profile figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.applicant-detail-profile-info{
    display: flex;
    align-items: center;
}

.applicant-detail-profile-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.applicant-detail-profile-info p {
    color: #617281;
    font-size: 12px;
}

.video-pre figure {
    width: 260px;
    height: 155px;
    border-radius: 15px;
    margin-bottom: 0;
    overflow: hidden;
}

.video-pre figure div {
    text-align: center;
    max-width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto 0;
}

.video-pre figure div video{
    height: 100%;
    width: auto;
}

.video-pre figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.Presentation-flex {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.outline-btn {
    border: 1px solid #FDBF5A;
    background-color: rgba(252, 164, 41, 0.10);
    color: #FDBF5A;
}

.outline-btn:hover {
    color: #000;
    background: #FDBF5A;
}

.Presentation-flex ul {
    padding: 0 15px;
    width: 100%;
}

.Presentation-flex ul li:first-child {
    margin-bottom: 15px;
}

.Presentation-flex ul li .btn {
    min-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.poster_layer.posteron {
    background-image: url('../images/about-right-img.png') !important;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.poster_button {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    position: relative;
    cursor: pointer;
}

.poster_button img {
    display: none;
}

.poster_button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/play.svg);
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.poster_center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.player__video.viewer {
    background: #000;
    border-radius: 15px;
}

.ri-close-btn {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
}

.ri-close-btn i {
    font-size: 18px;
    color: #000;
}

.video-pre {
    position: relative;
}

.video-pre .ri-close-btn {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
}

.modal-video .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-video .modal-dialog .modal-heading:after {
    display: none;
}

.modal-video .modal-dialog .modal-body {
    padding: 0;
}

.modal-video .video-pre figure {
    border-radius: 0;
    width: 100%;
    height: 280px;
    background-color: #000;
}

.modal-video .modal-dialog .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.modal-video .modal-dialog button.close {
    z-index: 1;
    right: 10px;
    top: 10px;
}




.applicant-detail-content-block h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.applicant-edu-detail ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.applicant-edu-detail ul li span.hd {
    color: #617281;
    margin-right: 10px;
}

.applicant-edu-detail {
    margin-bottom: 10px;
}

.applicant-detail-content-block h6 {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.applicant-detail-content-block h4.intern-time {
    font-size: 11px;
    font-weight: 500;
    color: #617281;
}

.applicant-detail-content-block p {
    font-size: 12px;
    color: #617281;
    margin-bottom: 10px;
}

.applicant-skills ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}

.applicant-skills ul li {
    border: 1px solid #E4E6EA;
    background-color: #f8f8f8;
    display: inline-block;
    padding: 10px;
    text-align: center;
    min-width: calc(25% - 10px);
    border-radius: 5px;
    margin: 5px;
}

.applicant-detail-content-block .applicant-skills ul li h4 {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.applicant-detail-content-block .applicant-skills ul li h6 {
    font-size: 11px;
    font-weight: 600;
    color: #617281;
    margin: 0;
}

.applicant-skills {
    margin-bottom: 10px;
}

.applicant-language ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.applicant-language ul li span {
    color: #617281;
}

.applicant-detail-footer {
    display: flex;
    justify-content: space-between;
}

.notification-message {
    font-size: 12px;
    color: #617281;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 1.7;
}

.send-notification-content-block p {
    font-size: 12px;
    color: #617281;
    margin-bottom: 10px;
}

.notifications-filter .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.notifications-filter .form-group select {
    margin-left: 10px;
    min-width: 90px;
    width: 90px;
}

.notifications-filter {}


.notifications-filter .form-group label {
    font-size: 14px;
    font-weight: 600;
}

.notifications-item-detail-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notifications-item-block {
    border: 1px solid #F2F2F2;
    padding: 2px 10px;
    border-radius: 10px;
}

.notifications-item-block:hover {
    background-color:#f8f8f8;
    border: 1px solid #F2F2F2;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 10px;
}

.notifications-item-btns {
    min-width: fit-content;
    width: fit-content;
    min-width: 281px;
}

.notifications-item-info-blk {
    max-width: 48%;
}

.notifications-item-info-blk h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.notifications-item-info-blk p {
    font-size: 12px;
    font-weight: 500;
    color: #617281;
    margin: 0;
}

.notifications-item-block p {
    font-size: 14px;
    color: #617281;
    font-weight: 500;
}

.transaction-item-blk {
    border: 1px solid #E4E6EA;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transaction-item-info h6 {
    font-size: 13px;
    font-weight: 600;
    color: #617281;
    margin-bottom: 2px;
}

.transaction-item-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.transaction-item-info p {
    font-size: 13px;
    font-weight: 500;
    color: #617281;
    line-height: 1.7;
}

.transaction-item-amt {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

/* .........applicants detail.........*/

.common-btn.select-lan-box a svg {
    width: 15px;
    height: 17px;
    padding: 0 0;
}

.btn-white-bg {
    background-color: #fff !important;
    color: #000 !important;
}

.btn-white-bg svg {
    fill: #000 !important;
    color: #000 !important;
}

.footer-content .footer-social li a {
    padding: 0 !important;
}

.user_name_blk {
    background: #000;
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px;
}

.profile-form .user-upload .user-profile a label {
    height: 100%;
    width: 100%;
}


.resume-header.top-form-heading {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;
}

.resumeedit-btn {
    min-width: 90px;
    padding: 10px 20px;
    border: none !important;
    max-width: 100%;
    display: inline-flex;
}

.resumeedit-btn svg {
    width: 15px;
    min-width: 15px;
    margin-right: 5px;
}

.resume-edit-blk {
    margin-top: 20px;
    display: none;
    transition: ease 0.5s;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.internship-info-blk+.internship-info-blk {
    margin-top: 10px;
}

.resume-action-blk {
    white-space: nowrap;
}

.resumeedit-btn svg {
    fill: #fff;
}

.click-input input {
    padding-right: 40px;
}

.user-dropdown.dropdown a {
    display: flex;
    width: 100%;
    align-items: center;
}

.user-account-detail-blk {
    margin-bottom: 40px;
    background: #000;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.user-account-detail-blk .user-account-info,
.user-account-detail-blk .user-account-contact {
    max-width: 50%;
}

.user-account-info {
    display: flex;
    align-items: center;
}

.user-account-info figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.user-account-info figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.user-account-nm h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.user-account-nm p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.user-account-contact li {
    display: flex;
    align-items: inherit;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 30px;
}

.user-account-contact li i {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}


.notifications-popup li {
    border-bottom: 1px solid #ddd;
}

.notifications-popup li:hover {
    border-bottom: 1px solid #ddd;
    background-color:#f8f8f8;
}

.notification-item-blk {
    display: flex;
    padding: 10px;
    align-items: center;
}

.notification-item-blk i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    background-color: #ddd;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}

.notification-item-blk p {
    font-size: 12px;
    color: #333;
    line-height: normal;
}

.notifications-see-all a.see-all-bell {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 600;
    padding: 8px;
    background-color: #000;
    color: #fff;
    border-radius: 0 0 10px 10px;
}

.notifications-empty {
    min-height: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.notifications-empty h4 {
    font-size: 16px;
    color: #999;
}

.notifications-popup li:last-child {
    border: none;
}

.notification-item-blk figure {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ddd;
    border: 1px solid #ddd;
}

.notification-item-blk figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bell-notification .dropdown-menu {
    top: 43px;
    right: -7px;
}

/* Provider Panel CSS*/
.user-profile-main .user-dropdown.dropdown {
    min-width: auto;
    border: none;
}

.user-dropdown.dropdown .dropdown-toggle.no-arrow-dropdown i {
    margin-left: 8px;
    margin-right: 0;
    display: inline-flex;
}

.filter-dropdown {
    color: rgba(255, 255, 255, );
    transition: color 0.2s ease;
    cursor: pointer;
    margin-right: 16px;
}

.filter-bar {
    display: none;
    height: auto;
    border-bottom: none;
    padding: 0;
    margin-left: 0;
    min-width: 100px;
}

.filter-hidden {
    display: none;
}

.filter-sidebar.edit-filter-modal .btn.text-button {
    display: none;
}

.filter-bar .filter-dropdown .filter-dropdown-text {
    color: #000;
}

.filter-bar .filter-dropdown .fa.fa-filter {
    color: #000;
}

.filter-dropdown-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    width: 100%;
    padding-left: 10px;
    word-break: break-all;
}

.input-group-prepend select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 6px);
    border-radius: 5px 0 0 5px;
}

.footer-logo {
    max-width: 200px;
    display: block;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
}

.profile-form .user-upload .user-profile a {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    background: url('/images/upload-icon.svg') no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0;
    background-position-y: 0;
    background-position: center;
    position: absolute;
    bottom: -16px;
    right: 25px;
    background-color: #000000;
}

.jobs-item-detail-top-right figure {
    width: 160px;
    min-width: 160px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
}

.jobs-item-detail-top-right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jobs-item-detail-top-right ul.rating-list {
    display: flex;
    justify-content: flex-start;
}

.match-score-blk h6 {
    font-size: 14px;
    color: #617281;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.jobs-item-detail-top-right ul li {
    padding-left: 2px;
}

.jobs-item-detail-info .jobs-item-detail-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    border-top: none;
}

#previewModal .preview-box {
    margin: 2.5em auto;
    border-radius: 50%;
    overflow: hidden;
    width: 10em;
    height: 10em;
    object-fit: cover;
}
#previewModal .preview-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#previewModal .preview-head .text{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

#previewModal .preview-head .remove-btn{
    color: #0062ff;
    font-weight: 600;
    font-size: 14px;
    padding: 0px;
    cursor: pointer;
}

#previewModal img {
    height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}

#previewModal .close {
    position: absolute;
    right: -9px;
    top: -12px;
}

#previewModal {
    text-align: center;
    overflow: hidden !important;
    position: fixed;
    z-index: 1050;
    display: none;
    outline: 0;
}

#previewModal  .preview-box-btn{
    text-align: center;
    margin: 20px 0px 0px;
}
#previewModal  .modal-body{
    min-height: 20em;
}
#previewModal  .preview-box-btn .btn{
    background-color: #fff;
    border: 2px solid #efefef;
}
#previewModal  .preview-box-btn .replace-btn{
    color: #fff;
    background-color: #0062ffb4;
}
#previewModal  .preview-box-btn .replace-btn:hover{
    color: #fff;
    background-color: #0062ff;
}
.job-status-1 {
    position: absolute;
    top: 15px;
    right: 20px;
}

.jobs-item-detail-info {
    max-width: 100%;
    width: 100%;
}

.jobs-item-detail-top-block .jobs-item-detail-top-right {
    min-width: auto;
    text-align: end;
    padding-right: 20px;
}

.jobs-item-detail-info figcaption {
    min-height: 160px;
}

.jobs-item-detail-blk.mb-3 .jobs-item-detail-info .jobs-item-detail-footer {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0 0 0;
    align-items: center;
    border-top: none;
}

.jobs-action-btn .view-job-details:hover {
    background-color: #0d71e4d8;
    color: #fff !important;
    border: 0px !important;
}

.jobs-action-btn .edit-job-details:hover {
    background-color: #0de41fd8;
    color: #fff !important;
    border: 0px !important;

}

.jobs-action-btn .delete-job-details:hover {
    background-color: #e4140dd8;
    color: #fff !important;
    border: 0px !important;

}
.btn.hvr-sweep-to-right.active
{
    background-color: #000;
    color: #fff;
}
.head-action-block {
    display: flex;
    justify-content: right;
    align-items: end;
}

.head-action-block .form-group+.form-group {
    margin-left: 10px;
}

.notifications-item-block .dots {
    height: 42px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.home-wrapper-inner .about-us {
    padding: 115px 0 75px;
}

.hired-find-job-box {
    background: #F0FFE4;
    display: flex;
    border: 1px solid #D3E9C0;
    border-radius: 8px;
    padding: 24px 30px;
    align-items: center;
    height: 100%;
}

.hired-find-job-box figure {
    margin-right: 20px;
    text-align: center;
}

.hired-find-job-box figcaption {
    flex: 1;
}

.hired-find-job-box figcaption h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 5px;
}

.hired-find-job-box figcaption p {
    font-size: 14px;
    line-height: 22px;
}

.home-wrapper-inner button.btn.common-btn.full-btn {
    width: 100%;
    max-width: 100%;
}

.home-wrapper-inner .download-app .common-heading h2 {
    font-size: 26px;
    line-height: 36px;
}

.home-wrapper-inner .sub-title {
    font-size: 16px;
}

.home-wrapper-inner .download-app .common-heading p {
    padding-top: 0;
}

.home-wrapper-inner .download-app-R figure {
    width: 232px;
}

.home-wrapper-inner .download-app-R-content {
    flex: 1;
    padding-left: 30px;
}

.home-wrapper-inner .download-app-R-content p {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
}









.home-wrapper-inner .download-app .row {
    align-items: flex-start;
}

.home-wrapper-inner .download-app {
    padding-top: 50px;
    padding-bottom: 75px;
}

.home-wrapper-inner .not-reg a b {
    color: #85B737;
    font-weight: 700;
}

.home-wrapper-inner .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgb(255 255 255 / 68%);
    transform: none;
    margin: 0 4px;
    border-radius: 50%;
}

.home-wrapper-inner .carousel-item img {
    width: 100%;
    height: 361px;
    border-radius: 15px;
}

.home-wrapper-inner .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.description-box p+p {
    margin-top: 20px;
}

.col-md-5.about-us-right {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-md-6.about-us-left {
    max-width: 48%;
    flex: 0 0 48%;
}

footer.footer-new {
    padding: 30px 0;
}

.footer-links-blk-new .footer-link li {
    display: inline-block;
    margin: 0 20px;
    padding: 2px 5px;
}

.footer-links-blk-new .footer-link li:hover {
    display: inline-block;
    margin: 0 20px;
    background-color: #b7bab95e;
    padding: 2px 5px;
    border-radius: 2px;
}

.footer-links-blk-new .footer-link {
    text-align: center;
}

.footer-links-blk-new .footer-link li a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}

@media (max-width:430px) {
    img.img-profile {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }

    .bell-notification {
        margin-right: 0px !important;
    }

    header .nave-bar {
        right: 23px !important;
        top: 2px !important;
    }

    .navbar-toggler-icon svg {
        top: 2px !important;
        left: 5px !important;
    }
}

.contt_map_box {
    margin: 0px;
    position: relative;
}

.contt_map_box .contt_sechead {
    text-align: center;
    font-size: 26px;
    margin: auto;
    color: #000;
    font-weight: bold;
}

.contt_map_box .contt_sec {
    position: relative;
}

.contt_map_box .contt_sec .list_under {
    list-style-type: none;
    padding: 0px;
}

.contt_map_box .contt_sec .list_under .iteem {
    margin: 0px 0px 10px;
    display: inline-block;
}

.contt_map_box .contt_sec .list_under .iteem .iCCon .fa {
    font-size: 15px;
    min-width: 2em;
    width: 2em;
}

.contt_map_box .contt_sec .list_under .iteem .text {
    font-size: 18px;
    margin-right: 2em;
}

.contt_map_box .map__sec {
    position: relative;
    padding: 0px;
}

/* new css */

.form-common-bored.login-top {
	padding-top: 100px;
}

.login-log {
	width: 500px;
	margin: auto;
	text-align: center;
}

.login-log img {
	width: 20%;
}

.btn.focus, .btn:focus
{
    box-shadow:none !important;
}
.privacy-list-style{
    list-style-type: disc;
    padding-left: 20px;
}
.margin-align{
    margin-left: -15px;
}
.jobs-item-detail-info a h4 i{
    width: 18px;
    text-align: center;
}
.jobs-item-detail-info a h4 {
    margin-top: 15px;
}
.alert a{
    margin-top: -15px;
    margin-right: -20px;
}

.change-password{
    min-height: auto !important;
}

#social-links ul{
    display: flex;
}

#social-links ul li{
    margin: 5px 10px;
    font-size: 25px;
}

