@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

:root {
    --font: 'Lato', sans-serif;
    --text-color: #696969;
    --black: #000;
    --primarybgcolor: #7AB4C0;
    --hoovertextcolor: #4c7882;
}

html {
    height: 100%;
}

*,
html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*word-break: break-word;*/
}

a {
    color: var(--hoovertextcolor) !important;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: var(--text-colo) !important;
    font-weight: bold;
    text-decoration: underline;
}

a.btn,
a.page-link,
.dropdown-item {
    text-decoration: none !important;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cursor-pointer {
    cursor: pointer !important;
}

.primarybgcolor {
    background: var(--primarybgcolor);
}

.primarytextcolor {
    color: var(--primarybgcolor);
}

a.primarytextcolor:hover,
button.primarytextcolor:hover {
    color: #4c7882 !important;
}

.text-black {
    color: var(--black);
}

.bg-black {
    background: #000;
}

.font-weight-black {
    font-weight: 900;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

label.error {
    color: red;
    font-size: 12px;
    margin-bottom: 0px;
}

input.error {
    border-color: red !important;
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: none !important;
    outline: none !important;
}

input[type=checkbox]::before,
.custom-control-label::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto 0;
    background: url(../images/unchecked.png) no-repeat center !important;
    background-size: contain !important;
    text-align: center;
}

input[type=checkbox]:checked::before,
.custom-control-input:checked~.custom-control-label::before {
    background: url(../images/cheked.png) no-repeat center !important;
    background-size: contain !important;
}

input[type=radio]::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    display: block;
    top: 0px;
    left: 0px;
    background: url(../images/unselect_radio.png) no-repeat center center;
    margin: 3px;
    text-align: center;
    opacity: 1;
}

input[type=radio]:checked::before {
    background: url(../images/select_radio.png) no-repeat center;
}

body {
    font-family: var(--font);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

header>.navbar {
    max-width: 984px;
    margin-top: 63px;
    color: var(--text-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

div.banner {
    background: url(../images/forcastbanner.jpg) no-repeat center;
    background-size: cover;
    height: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.banner.homepage {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
}

header>a.navbar-brand {
    margin: 0px;
    padding: 0px;
    height: 170px;
    top: 0;
    left: 204px;
    right: auto;
    overflow: hidden;
    z-index: 1001;
}

header>a.navbar-brand>img {
    height: 100%;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link ,
header > nav.navbar > div.navbar-collapse > ul.navbar-nav > li.nav-item.active > a.nav-link{
    background: var(--primarybgcolor);
    color: #fff !important;
}
header > nav.navbar > div.collapse > ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 1.171rem 1.9rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: var(--text-color) !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400 !important;
}
header > nav.navbar > div.navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle {
    padding: 1.171rem 2.4rem;
}

header>nav.navbar.fixednavbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link {
    padding: 1.035rem 1.9rem
}

header>nav.navbar.fixednavbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link.dropdown-toggle {
    padding: 1.035rem 2.4rem;
}

header>nav.navbar.fixednavbar .dropdown-menu {
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2) !important;
}

header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link:hover,
header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item.show>a.nav-link.dropdown-toggle {
    background: #7AB4C0;
    color: #FFF !important;
}

header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right>.dropdown-divider {
    margin: 0;
    border-top: 1px solid #7AB4C0;
}

header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right {
    min-width: 140px !important;
    width: 140px;
}

header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right>.dropdown-item {
    text-transform: uppercase;
    padding: 0.6em 0.75em;
    font-size: 12px;
    color: var(--text-color) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right>.dropdown-item:hover {
    background: var(--primarybgcolor);
    color: #FFF !important;
}

header>div.container>div.jumbotron {
    text-transform: capitalize;
    letter-spacing: 2px;
    padding: 3rem 0;
}

header>div.container>div.jumbotron>h1 {
    color: var(--black);
    letter-spacing: 5px;
    font-size: 2.3em !important;
}

section.container-fluid div.row .left-block {
    background: #ECECEC;
    border-left: 25px solid var(--primarybgcolor);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.container-fluid div.row .right-block {
    background: #D4D4D4;
    border-left: 25px solid #FCF4EA;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 40px;
}

section.container-fluid div.row .left-block .txtdata {
    padding-left: 60px;
}

section.container-fluid div.row .right-block .txtdata {
    padding-right: 20px;
}

/* section.container-fluid div.row .right-block button,
section.container-fluid div.row .left-block button {
    text-transform: uppercase;
    border: 1px solid;
    background: #FCF4EA;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 */
section.container-fluid div.row .left-block button.createyourprofile {
    border: 1px solid var(--primarybgcolor);
    color: var(--primarybgcolor) !important;
    background: transparent;
}

section.container-fluid div.row .left-block button.createyourprofile:hover {
    border: 1px solid var(--primarybgcolor);
    color: var(--white) !important;
    background: var(--primarybgcolor);
}

section.container-fluid div.row .right-block button.planpricing {
    border: 1px solid #FCF4EA;
    color: var(--primarybgcolor) !important;
    background: transparent;
}

section.container-fluid div.row .right-block button.planpricing:hover {
    border: 1px solid #FCF4EA;
    color: var(--primarybgcolor) !important;
    background: #FCF4EA;
}

section.jobs div.row div.currentjobs ul.list-unstyled li.media,
section.jobs div.row div.latestjobs ul.list-unstyled li.media {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

section.jobs div.row div.currentjobs ul.list-unstyled li.media:hover,
section.jobs div.row div.latestjobs ul.list-unstyled li.media:hover {
    background: var(--primarybgcolor) !important;
    color: var(--white);
}

section.jobs div.row div.currentjobs ul.list-unstyled li.media .font-weight-bold,
section.jobs div.row div.latestjobs ul.list-unstyled li.media .font-weight-bold {
    color: var(--primarybgcolor);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

section.jobs div.row div.currentjobs ul.list-unstyled li.media:hover .font-weight-bold,
section.jobs div.row div.latestjobs ul.list-unstyled li.media:hover .font-weight-bold {
    color: var(--white);
}

section.jobs div.row div.currentjobs ul.list-unstyled li.media div.img-block,
section.jobs div.row div.latestjobs ul.list-unstyled li.media div.img-block {
    height: 60px;
    width: 60px;
    background: transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

section.jobs div.row div.currentjobs ul.list-unstyled li.media:hover div.img-block,
section.jobs div.row div.latestjobs ul.list-unstyled li.media:hover div.img-block {
    background: var(--white) !important;
}

div.imdb-credits {
    background: #f5f5f5;
}

div.imdb-credits div.owl-carousel div.col-md-12 div.d-flex img.saved {
    position: absolute;
    right: auto;
    left: 12px;
    top: 2px;
    height: 18%;
}

/*div.imdb-credits div.row div.owl-stage-outer div.owl-stage div.owl-item {*/
/*    width: 240px;*/
/*}*/

.card-block .d-flex.flex-column {
    font-size: 14px;
}

footer div.container div.row div.col-md-3 a.navbar-brand {
    height: 200px;
    overflow: hidden;
    margin: 0;
}

footer div.container div.row div.col-md-3 a.navbar-brand img {
    height: 100%;
}

footer div.container div.row div.copyright-text {
    bottom: 30px;
    top: auto;
    left: 400px;
}

a.bottomtoup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: auto;
    top: auto;
    height: 40px;
    width: 40px;
    margin: auto;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a.bottomtoup:hover {
    background: var(--primarybgcolor);
}

a.bottomtoup span {
    margin: auto;
    height: 100%;
    width: 100%;
    line-height: 40px;
    color: var(--primarybgcolor);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.contactus a.bottomtoup span {
    -webkit-text-shadow: none;
    text-shadow: none;
}

a.bottomtoup:hover span {
    color: #fff;
    text-shadow: none;
}

.owl-stage-outer {
    -ms-touch-action: none;
    touch-action: none;
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
}

.owl-theme .owl-nav {
    display: none;
}

.brand-slider < section.container.my-4.px-0 {
    clear: both;
}

.brand-slider {
    position: relative;
    display: block;
    clear: both;
}

.imdb-credits {
    position: relative;
    display: block;
    clear: both;
}

.brand-slider .customNavigation {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imdb-credits .customNavigation1 {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-slider .customNavigation .next,
.brand-slider .customNavigation .prev {
    position: absolute;
}

.imdb-credits .customNavigation1 .next1,
.imdb-credits .customNavigation1 .prev1 {
    position: absolute;
}

.brand-slider .customNavigation .next {
    left: auto;
    right: 0px;
}

.imdb-credits .customNavigation1 .next1 {
    left: auto;
    right: 0px;
}

.brand-slider .customNavigation .prev {
    left: 0px;
    right: auto;
}

.imdb-credits .customNavigation1 .prev1 {
    left: 0px;
    right: auto;
}

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

.img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*-webkit-filter: grayscale(100);*/
    /*filter: grayscale(100);*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.img-wrap img {
    height: 100%;
    -webkit-filter: opacity(1);
    filter: opacity(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-wrap:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.img-wrap:hover img {
    -webkit-filter: opacity(1);
    filter: opacity(1);
}

.brand-slider .customNavigation .next,
.brand-slider .customNavigation .prev {
    color: #000;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 101;
}

.imdb-credits .customNavigation1 .next1,
.imdb-credits .customNavigation1 .prev1 {
    color: #000;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 101;
}

.brand-slider .customNavigation .next:hover,
.brand-slider .customNavigation .prev:hover {
    background: rgba(122, 180, 192, 0.7);
    color: #fff;
}

.imdb-credits .customNavigation1 .next1:hover,
.imdb-credits .customNavigation1 .prev1:hover {
    background: rgba(122, 180, 192, 0.7);
    color: #fff;
}

button:focus {
    outline: none;
    border: 1px solid transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.primarybgcolor:hover,
a.primarybgcolor:hover {
    background: #4c7882 !important;
}

.navbar-toggler {
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-icon {
    background: #000;
    height: 3px;
    width: 25px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 30px;
    opacity: 1;
}

.togglebtn .navbar-icon {
    background: var(--primarybgcolor);
}

.togglebtn span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(5px);
    transform: rotate(45deg) translateX(5px)
}

.togglebtn span:nth-child(2) {
    opacity: 0;
    display: none;
}

.togglebtn span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(5px);
    transform: rotate(-45deg) translateX(5px)
}

.dropdown-menu {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    background: var(--primarybgcolor);
    color: var(--white) !important;
}

.followus ul li span {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
}

.followus ul li span:hover {
    color: var(--primarybgcolor);
}

nav.navbar.fixednavbar {
    position: fixed;
    top: 0;
    z-index: 1101;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 52px;
}

nav.navbar.fixednavbar a.navbar-brand-2 {
    display: block !important;
    height: 100%;
    overflow: hidden;
}

nav.navbar.fixednavbar a.navbar-brand-2 img {
    height: 100%;
}

/*contactpage*/
header.contactus-bg {
    clear: both;
    float: none;
    position: relative;
}
.contactus {
    background: url(../images/contactpagebg.jpg) no-repeat center;
    background-size: auto;
    background-position: top left;
    min-height: 100%;
}

.contactus-bg .navbar {
    margin-top: 0px;
    position: relative;
    top: 65px;
}

body input,
body textarea,
body select {
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #868686 !important;
}

body select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../images/select-dropdown.png) 96% center no-repeat !important;
    background-size: 1.5em !important;
    padding-right: 10px !important;
    color: #868686 !important;
}

body select.form-control:focus {}

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
    color: #868686 !important;
}

body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
    color: #868686 !important;
}

body input::-ms-input-placeholder,
body textarea::-ms-input-placeholder {
    color: #868686 !important;
}

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
    color: #868686 !important;
}

body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
    color: #868686 !important;
}

body input::placeholder,
body textarea::placeholder {
    color: #868686 !important;
}

body input:focus,
body textarea:focus,
body select.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    border: 0;
    border-color: var(--primarybgcolor) !important;
}

.contact-us .form-block .card-block {
    -webkit-transform: translate3d(0px, -30px, 0px);
    transform: translate3d(0px, -30px, 0px);
}

.contact-us .data-block .d-flex .icons {
    position: relative;
}

.contact-us .data-block .d-flex .icons .locate::after {
    position: absolute;
    right: auto;
    left: 0;
    display: block;
    height: 28px;
    width: 28px;
    content: "";
    background: url(../images/location.png) no-repeat center;
    background-size: contain;
    top: 7px;
}

.contact-us .data-block .d-flex .icons .phone::after {
    position: absolute;
    right: auto;
    left: 0;
    display: block;
    height: 28px;
    width: 28px;
    content: "";
    background: url(../images/phone.png) no-repeat center;
    background-size: contain;
    top: 70px;
}

.contact-us .data-block .d-flex .icons .mail::after {
    position: absolute;
    right: auto;
    left: 0;
    display: block;
    height: 28px;
    width: 28px;
    content: "";
    background: url(../images/email.png) no-repeat center;
    background-size: contain;
    top: 132px;
}

.contact-us .form-block .contact-box {
    width: 360px;
    max-width: 360px;
}

nav.navbar.fixednavbar+header a.navbar-brand {
    opacity: 0 !important;
}

/*sign in page*/
.signin-page .signinbg {
    position: relative;
}

.signin-page .signinbg::before {
    position: absolute;
    right: 15px;
    left: auto;
    display: block;
    height: 28px;
    width: 28px;
    content: "";
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.signin-page .signinbg .signtext {
    position: relative;
    top: 45%;
    left: 25%;
    margin: auto;
    letter-spacing: 1px;
}

.signin-page .signinbg .signtext::before {
    position: absolute;
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}

/*.signin-page .col-md-8 form,.signin-page .centerblock,.signin-page .col-md-8{ height: 100%; }*/
.signin-page .topbtns .btn-group a {
    background: #fff;
    color: var(--primarybgcolor);
}

.signin-page .topbtns .btn-group a.active {
    color: #fff !important;
    background: var(--primarybgcolor) !important;
}

/*sign-up page*/
.signup-page .signupbg {
    position: relative;
}

.sidebar-fixed .signupbg {
    position: fixed;
    width: 33.33%;
    height: 100%;
    background: url(../images/signupbg.png);
    background-size: cover;
    background-position: center right;
}

.sidebar-fixed .signinbg {
    position: fixed;
    width: 33.33%;
    height: 100%;
    background: url(../images/signinbg.png);
    background-size: cover;
    background-position: center right;
}

.signup-page .signupbg::before {
    position: absolute;
    right: 15px;
    left: auto;
    display: block;
    height: 24px;
    width: 24px;
    content: "";
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.signup-page .signupbg .signtext {
    position: absolute;
    position: relative;
    top: 15%;
    left: 20%;
    margin: auto;
    letter-spacing: 1px;
}

.signup-page .signupbg .steps {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(100px, 200px, 0px);
    transform: translate3d(100px, 200px, 0px);
    margin: auto;
    letter-spacing: 1px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.signup-page .signupbg .steps::after {
    content: "•";
    position: absolute;
    bottom: 0px;
    left: -9px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 18px;
    width: 18px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.signup-page .signupbg .steps::before {
    content: "•";
    position: absolute;
    top: -15px;
    left: -9px;
    right: auto;
    right: auto;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 18px;
    width: 18px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.signup-page .signupbg .steps ul {
    position: relative;
    margin: 0 !important;
}

.signup-page .signupbg .steps ul::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -20px;
    right: -20px;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .00)), color-stop(15%, rgba(0, 0, 0, .0)), color-stop(70%, rgba(127, 180, 193, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .00) 0, rgba(0, 0, 0, .0) 15%, rgba(127, 180, 193, 0.6) 70%);
    z-index: 1;
}

.signup-page .signupbg .STEP2 ul::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 0%;
    background: none;
    z-index: 1;
    opacity: 0;
}

.signup-page .signupbg .steps ul li span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.signup-page .signupbg .steps ul .step1 {
    padding-bottom: 100px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.signup-page .signupbg .steps ul .step2 {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.signup-page .signupbg .signtext::before {
    position: absolute;
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}

.signup-page .topbtns .btn-group a {
    background: #ffF;
}

.signup-page .topbtns .btn-group a.active {
    color: #fff !important;
    background: var(--primarybgcolor) !important
}

.centerblock.col-md-10.mx-auto label.title {
    display: none;
    position: fixed;
    right: auto;
    left: 0;
    width: 2%;
    padding: 10px;
    font-size: 24px
}

#step2 .centerblock .col-md-12 .userpic img {
    height: 160px;
    width: 160px;
}

#step2 .centerblock .col-md-12 .userpic {
    margin-bottom: 15px;
}

.custom-file {
    overflow: hidden;
}

.custom-file-label::after {
    left: 0;
    right: auto;
    border: 1px solid var(--primarybgcolor);
    border-radius: 0;
    background: #fff;
    color: var(--primarybgcolor)
}

.custom-file-label {
    padding-left: 96px;
    border: 0;
    cursor: pointer;
    color: #868686 !important;
    font-size: 15px;
}

.custom-file-label::before {
    content: "";
    position: absolute;
    left: 90px;
    bottom: 0;
    height: 1px;
    background: #868686;
    width: 100%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--primarybgcolor);
    background-color: var(--primarybgcolor);
}

.tabs {
    margin: 30px 0;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ourmission .blocks div.col-md-4 span {
    height: 50px;
}

.ourmission .blocks div.col-md-4 span img {
    height: 100%;
}

.ourjourney .container .col-md-12 .flex-column .h5 {
    border-left: 5px solid;
    margin-left: -10px;
    padding-left: 10px;
}

/*job listing*/
.skills .list-group .list-group-item .form-row label {
    margin-left: 30px;
}

.skills .list-group .list-group-item .form-row input[type=checkbox]:checked+label {
    color: var(--primarybgcolor);
}

.listing-section .jobs-items .listing .box {
    min-height: 100px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listing-section .jobs-items .listing .box .d-flex.flex-column.align-items-end span.text-muted {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}

.listing-section .jobs-items .listing .box:last-child {
    margin-bottom: 0px;
}

.listing-section .jobs-items .listing .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 4px;
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
}

.listing-section .jobs-items .listing .box:hover {
    border-color: var(--primarybgcolor);
}

.listing-section .jobs-items .listing .box:hover::before {
    background: var(--primarybgcolor);
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.listing-section .jobs-items .listing .box img {
    height: 180px;
    width: 180px;
}

.listing-section .jobs-items .listing .box .badge,
.listing-section .jobs-items .listing .box img {
    border-radius: 10px !important;
}

.listing-section .jobs-items .listing .box span {
    font-size: 14px;
    font-weight: 500;
}

.listing-section .jobs-items .listing .box a {
    color: var(--primarybgcolor);
    border: 1px solid var(--primarybgcolor);
    padding: 10px 30px;
}

.listing-section .jobs-items .listing .box:hover a {
    color: #fff !important;
    background: var(--primarybgcolor);
    border: 1px solid var(--primarybgcolor);
}

.listing-section .jobs-items .listing .box .jobtitle {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}

.listing-section .jobs-items .listing .box .jobtitle b {
    font-weight: 800 !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.listing-section .jobs-items .listing .box .jobtitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10%;
    width: 25%;
    background: var(--primarybgcolor);
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: .5s;
    transition: .5s;
}

.listing-section .jobs-items .listing .box:hover .jobtitle::before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: -1;
    opacity: 1;
}

.listing-section .jobs-items .listing .box:hover .jobtitle {
    z-index: 10;
}

.listing-section .jobs-items .listing .box:hover .jobtitle b {
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), color-stop(80%, #4c7882));
    background: linear-gradient(to top, #fff 10%, #4c7882 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filter-form {
    padding-left: 60px !important;
    font-size: 14px;
    background: #f4f4f4;
}


.filter-form .skills .skill,
.skillcollapse {
    height: 227px;
    min-height: 227px;
    overflow: auto;
}

.filter-form .skills .skill::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.filter-form .skills .skill::-webkit-scrollbar-track {
    background: #d4d4d4;
}

/* Handle */
.filter-form .skills .skill::-webkit-scrollbar-thumb {
    background: darkgray;
}

.listing-section .filter-form .daterange .input-group input[type=text] {
    width: 100%;
    background: #fff url(../images/calendar.png) 96% center no-repeat !important;
    background-size: 1.5em !important;
    padding-right: 10px !important;
    color: #868686 !important;
}

ul.navbar-nav li.withlogin .d-flex.align-items-center img {
    height: 3.55rem;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-top: -1px;
    border-radius: 100%;
    width: 60px;
    height: 57px;
}

nav.navbar.fixednavbar ul.navbar-nav li.withlogin .d-flex.align-items-center img {
    -webkit-transform: translateX(0px) scale(1.02125);
    transform: translateX(0px) scale(1.02125);
    height: 3.1em;
    margin-top: 0px;
}

/* nav.navbar.fixednavbar ul.navbar-nav li.withlogin .d-flex.align-items-center a.nav-link.font-weight-bold,
ul.navbar-nav li.withlogin .d-flex.align-items-center a.nav-link.font-weight-bold {
    color: var(--primarybgcolor) !important;
} */
/* nav.navbar.fixednavbar ul.navbar-nav li.withlogin .d-flex.align-items-center a.nav-link.font-weight-bold{
    color: #fff !important;
} */
ul.navbar-nav li.withlogin a.nav-link.font-weight-bold.dropdown-toggle {
    display: block;
    padding: 18px 10px;
    padding-top: 19px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: var(--primarybgcolor) !important;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600 !important;
}

ul.navbar-nav li.withlogin a.nav-link.font-weight-bold.dropdown-toggle:hover,
ul.navbar-nav li.withlogin a.nav-link.font-weight-bold.dropdown-toggle:active,
ul.navbar-nav li.withlogin .show a.nav-link.font-weight-bold.dropdown-toggle {
    background: var(--primarybgcolor);
    color: #FFF !important;
}

nav.navbar.fixednavbar ul.navbar-nav li.withlogin a.nav-link.font-weight-bold.dropdown-toggle {
    display: block;
    padding: 16px 10px;
    padding-bottom: 17px;
}

ul.navbar-nav>li.withlogin .dropdown-menu {
    min-width: 140px !important;
    width: 140px;
}

ul.navbar-nav>li.withlogin .dropdown-menu>.dropdown-divider {
    margin: 0;
    border-top: 1px solid #7AB4C0;
}

ul.navbar-nav>li.withlogin .dropdown-menu>.dropdown-item {
    text-transform: uppercase;
    padding: 0.6em 0.75em;
    font-size: 12px;
    color: var(--text-color) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.navbar-nav>li.withlogin .dropdown-menu>.dropdown-item:hover {
    background: var(--primarybgcolor);
    color: #FFF !important;
}

.jobduration .d-flex label,
.jobduration .d-flex input[type=radio] {
    cursor: pointer;
}

.filter-form .search input.form-control:focus+.input-group-append .btn {
    border: 1px solid var(--primarybgcolor) !important;
    border-left: 0 !important;
}

.filter-form .colse {
    display: none;
}

/*my account*/
.my-account .profile-pic {
    position: relative;
    top: -70px;
    z-index: 1;
}

.my-account .profile-pic .pic {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    background: #fff;
    padding: 10px;
}

.my-account .profile-pic .pic label {
    border-radius: 100%;
    overflow: hidden;
    height: 120px;
    width: 120px;
}

.my-account .profile-pic img {
    width: 100%;
    height: 100%;
}

.my-account input[type=radio],
.my-account label[for=male],
.my-account label[for=female] {
    cursor: pointer;
}


.jobdetail-section .jobdetail .skills .skill-tags .badge {
    border: 1px solid var(--primarybgcolor);
    font-size: 0.875em;
    font-weight: 500;
    cursor: default;
    -webkit-transition: .3s;
    transition: .3s;
}

.jobdetail-section .jobdetail .skills .skill-tags .badge:hover {
    background: var(--primarybgcolor) !important;
    color: #fff !important;

}

.jobdetail-section .companydetil .card .card-body {
    font-size: 0.875em;
    font-weight: 500;
    padding-right: 3rem;
}
.jobdetail-section .jobdetail .detail-box
{
    margin-bottom: 15px;
}
.jobdetail-section .jobdetail .detil-img,
.jobdetail-section .jobdetail .job-desc,
.jobdetail-section .jobdetail .job-desc1,
.jobdetail-section .jobdetail .job-desc2,
.jobdetail-section .jobdetail .skills {
    margin-bottom: 35px;
}

.jobdetail-section .companydetil .card,
.jobdetail-section .companydetil .job-info,
.jobdetail-section .companydetil .job-location,
.jobdetail-section .companydetil .award {
    margin-bottom: 35px;
}

.listing-section .jobs-items nav {
    clear: both;
    padding: 15px 0;
}

.listing-section .jobs-items .toggle-view.listing {
    clear: both;
    float: none;
    display: block;
}

.listing-section .jobs-items .toggle-view.listing::before,
.listing-section .jobs-items .toggle-view.listing::after {
    clear: both;
}

.listing-section .jobs-items .toggle-view.listing .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.33%;
    flex: 0 0 32.33%;
    max-width: 32.33%;
    float: left;
    margin-right: 1%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.listing-section .jobs-items .toggle-view.listing .box .inner-box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.listing-section .jobs-items .toggle-view.listing .box span {
    font-size: 13px;
}

.listing-section .jobs-items .toggle-view.listing .box span.img {
    width: 90%;
    height: 150px;
}

.listing-section .jobs-items .toggle-view.listing .box span.img img {
    width: 100%;
    height: 100%;
}

.listing-section .jobs-items .toggle-view.listing .box .d-flex.flex-column.align-items-end span.text-muted {
    position: relative;
    top: 0px;
    right: auto;
    margin-bottom: 10px;
}

.listing-section .jobs-items .toggle-view.listing .box .badge {
    margin: 5px 0 !important;
    margin-left: 6px !important;
}

.listing-section .jobs-items .toggle-view.listing .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transform: translateX(-460px);
    transform: translateX(-460px);
}

.listing-section .jobs-items .toggle-view.listing .box:hover {
    border-color: var(--primarybgcolor);
}

.listing-section .jobs-items .toggle-view.listing .box:hover::before {
    background: var(--primarybgcolor);
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.subscription .card .card-body .btn {
    text-transform: uppercase;
    border: 1px solid;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.subscription .card .card-body .btn:hover {
    background: var(--primarybgcolor) !important;
    color: #fff !important;
}

.subscription .card .card-body .card-text {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.subscription .card .card-body .card-title {
    position: relative;
}

.subscription .card .card-body .card-title::before {
    position: absolute;
    content: "";
    bottom: 35px;
    height: 2px;
    width: 50px;
    margin: 0 auto;
    background: var(--primarybgcolor);
    display: block;
    left: 0;
    right: 0;
}

.subscription .card.primarybgcolor .card-body .card-title::before {
    background: #fff;
}

.subscription .card.primarybgcolor .card-body .card-subtitle,
.subscription .card.primarybgcolor {
    border: 1px solid #9ec6ce !important;
}

/*------------------forcast dashboard----------------------*/
.forcast-page .group-list-box li.list-group-item {
    border-color: #f4f4f4;
    padding: 1.25rem 2.25rem;
}

.forcast-page .group-list-box li.list-group-item:nth-child(even) {
    background: #fff
}

.forcast-page .group-list-box li.list-group-item:nth-child(odd) {
    background: #f6f6f6
}

.forcast-page .group-list-box li.list-group-item h5 {
    color: #727272;
    font-size: 1rem;
}

.forcast-page .group-list-box li.list-group-item p {
    font-weight: 500;
}

.forcast-page .group-list-box li.list-group-item small {
    color: #727272;
    font-weight: 500;
}

.forcast-table .table {
    border: 1px solid #eeeeee;
}

.forcast-table .table thead th {
    font-size: 0.95rem;
    background-color: #f6f6f6;
    border-top: 1px solid #eeeeee
}

.forcast-table .table td,
.forcast-table .table th {
    border-color: #f4f4f4;
    padding: 1rem 2rem;
}

.forcast-table .table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.forcast-table .table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.forcast-table {
    height: 416px;
}

.forcast-page .table-list {
    height: 370px;
}

==
.forcast-table1 .table {
    border: 1px solid #eeeeee;
}

.forcast-table1 .table thead th {
    font-size: 0.95rem;
    background-color: #f6f6f6;
    border-top: 1px solid #eeeeee
}

.forcast-table1 .table td,
.forcast-table1 .table th {
    border-color: #f4f4f4;
    padding: 1rem 2rem;
}

.forcast-table1 .table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.forcast-table1 .table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.forcast-table1 {
    height: 416px;
}



@media screen and (max-width: 1199px) {

    .forcast-table .table td,
    .forcast-table .table th {
        padding: 1rem 1.2rem;
    }

    .forcast-page .group-list-box li.list-group-item {
        padding: 1rem 1.5rem;
    }
}

/*------------------forcast dashboard end----------------------*/

.skillcollapse {
    position: absolute;
    z-index: 101;
    width: 97%;
    border:1px solid rgba(0,0,0,.125);
}

.filter-btn {
    display: none;
}

.filter-form .search input.form-control+.input-group-append .btn,
.filter-form .search #searchkeyword {
    background: #fff !important;
}

.filter-form select.form-control {
    background: #fff url(../images/select-dropdown.png) 96% center no-repeat !important;
}

.filter-form .skills .skill span,
.skillcollapse .list-group-item span {
    position: relative;
}

.myaccount-form .custom-file .download {
    position: relative;
    z-index: 101;
    right: 0;
    left: auto;
    float: right;
    top: 8px;
    bottom: 0;
    margin: auto 0;
    width: 28px;
    text-align: center;
}

.listing-section .jobs-items .listing .box span.primarytextcolor.font-weight-bold {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobs-items .listing .box .inner-box .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.jobs-items .listing .box .inner-box .d-flex.flex-column.flex-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

/*.jobs-items .listing .box .inner-box .d-flex.flex-column.align-items-end {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/

.jobs-items .toggle-view.listing .box .inner-box .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.jobs-items .toggle-view.listing .box .inner-box .d-flex.flex-column.flex-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    margin-top: 10px;
}

.jobs-items .toggle-view.listing .box .inner-box .d-flex.flex-column.align-items-end {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    margin-top: 10px;
}

.listing-section .jobs-items .listing .box .badge {
    margin: 4px 0;
}

.jobs-items .toggle-view.listing .box .inner-box .d-flex.flex-column.flex-wrap .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.jobs-items .toggle-view.listing .box .inner-box .d-flex.flex-column.flex-wrap .row .col-md-6 {
    /* -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; */
    max-width: 100% !important;
}

/*invoice strat*/
main .container .invoice-main .invoice-header .col-md-6 img {
    height: 180px;
    width: auto;
}

/*invoice end*/
.media .custom-file-label::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
}

.media .custom-file-label:hover::after {
    background: var(--primarybgcolor) !important;
    color: #fff !important;
}

.media .custom-file-label::before {
    content: none;
}

.media .custom-file-label {
    padding: 0;
    text-align: center;
    margin-bottom: 0px;
}

.media .img-view {
    height: 250px;
    background: url(../images/01.png) no-repeat center;
    background-size: auto;
}

.close-btn {
    border: 1px solid var(--primarybgcolor) !important;
    color: var(--primarybgcolor);
    -webkit-transition: .3s;
    transition: .3s;
}

.close-btn:hover {
    background: var(--primarybgcolor) !important;
    color: #fff !important;
}

button.gallery-view.active,
button.list-view.active {
    background: #4c7882 !important;
}

/* pagination  start */
.pagination {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 30rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-item:last-child .page-link {
    border-radius: 0px !important;

}

ul.pagination li {
    border-radius: 0px !important;
    color: var(--primarybgcolor);
    border: 0px solid var(--primarybgcolor) !important;
    margin-left: 7px;
}

ul.pagination li.page-item.active {
    border: 0px solid var(--primarybgcolor) !important;
    overflow: hidden;
}

ul.pagination li a {
    color: var(--primarybgcolor);
    margin-left: 0px;
}

ul.pagination li.active a {
    border-radius: 100% !important;
    color: #fff !important;
    background: var(--primarybgcolor) !important;
    border: 1px solid var(--primarybgcolor) !important;
}

ul.pagination li a.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--primarybgcolor) !important;
    border-color: var(--primarybgcolor) !important;
}

.pagination li.page-item:first-child .page-link {
    border-radius: 0px !important;
    margin-left: 0px;
}

.pagination li.page-item .page-link {
    color: var(--primarytextcolor) !important;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.pagination li.page-item.active {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff !important;
}

ul.pagination li.page-item.active a.page-link {
    padding: 5px 10px !important;
}

.pagination li.page-item .page-link:hover {
    color: #fff !important;
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* pagination end */

.detail-box .flex-for-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.detail-box .flex-for-btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.detail-box .job-title {
    font-size: 26px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-grey{
	background:#666565;
	color:#fff!important;
}
.btn-grey:hover{
	background:#333;
	color:#fff!important;
}
#job_search .btn.reset:hover {
    color: #fff !important;
}
.shortlisted{
    background: #FFCC80 !important;
}
.planexpire{
    background:#EF9A9A !important;
}
.finalize{
    background: #A5D6A7 !important;
}
 /*-----------05-04-2019 mahapal----------*/
    #signupuserID.signupuser-mad {margin: 0 !important; padding: 0 !important;}
    /*-----------05-04-2019 mahapal----------*/

.Applied-check .d-flex .custom-control.custom-checkbox {
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
/*media query start here*/
@media(max-width:1280px) {
    header>.navbar {
        max-width: 940px;
    }

    header>a.navbar-brand {
        left: 194px;
        height: 200px;
    }

    .brand-slider .customNavigation .next {
        right: -60px;
    }

    .brand-slider .customNavigation .prev {
        left: -60px;
    }
    
    .imdb-credits .customNavigation1 .next1 {
        right: -60px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: -60px;
    }

    header>div.container>div.jumbotron {
        text-transform: capitalize;
        letter-spacing: 2px;
        padding: 5rem 0;
        margin: 0 0 10px 0;
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link.dropdown-toggle {
        padding: 1rem 2.4rem;
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link {
        padding: 1rem 1.9rem;
    }

    nav.navbar.fixednavbar a.navbar-brand-2 {
        height: 51px;
    }

    nav.navbar.fixednavbar {
        top: -1px;
    }
}

@media (max-width:1140px) {
    header>.navbar {
        margin-top: 55px;
    }

    .contactus-bg .navbar {
        top: 55px;
    }

    header>a.navbar-brand {
        height: 130px;
        left: 145px;
    }

    header>div.container>div.jumbotron {
        padding: 4rem;
        margin: 0 !important;
    }

    section.two-blocks {
        margin-top: 0 !important;
    }
}

@media (max-width:1024px) {
    header>.navbar {
        max-width: 768px;
        margin-top: 50px;
    }

    .contactus-bg .navbar {
        top: 50px;
    }

    header>a.navbar-brand {
        height: 130px;
        left: 145px;
    }

    header>div.container>div.jumbotron {
        padding: 2.5rem 0;
        margin: 0 !important;
    }

    section.two-blocks {
        margin-top: 0 !important;
    }

    footer div.container div.row div.copyright-text {
        left: 290px;
    }

    .filter-form {
        display: none;
        overflow: hidden;
        max-width: 100% !important;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 15px !important;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .jobs-items {
        max-width: 100% !important;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .filter-form form {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .jobs-items {
        padding: 5px !important;
    }

    .listing-section .jobs-items .toggle-view.listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .listing-section .jobs-items .toggle-view.listing .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        float: left;
        margin-right: 10px;
    }

    .filter-btn {
        display: block;
    }
}

@media (max-width:991px) {
    .dropdown-toggle::after {
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .dropdown-toggle[aria-expanded="false"]::after {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    footer div.container div.row div.copyright-text {
        left: 279px;
        max-width: 55% !important
    }

    header>a.navbar-brand {
        height: 130px;
        left: 130px;
    }

    header>div.container>div.jumbotron {
        padding: 2.2rem 0;
        margin: 0 !important;
    }

    section.container-fluid div.row .right-block div.d-flex div.my-5 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    section.container-fluid div.row .left-block div.d-flex div.my-5 {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    section.container-fluid div.row .right-block div.d-flex {
        padding-right: 5px !important;
    }

    section.container-fluid div.row .left-block div.d-flex {
        padding-left: 5px !important;
    }

    .h1,
    h1,
    header>div.container>div.jumbotron>h1 {
        font-size: 2rem !important
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link.dropdown-toggle,
    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link,
    header>nav.navbar.fixednavbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link.dropdown-toggle,
    header>nav.navbar.fixednavbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>a.nav-link {
        padding: 1rem;
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right {
        width: 100%;
        min-width: 100%;
    }

    ul.navbar-nav>li.withlogin .dropdown-menu {
        width: 100%;
        min-width: 100%;
    }

    .navbar-nav .withlogin .dropdown-menu {
        position: absolute !important;
    }

    ul.navbar-nav>li.withlogin .dropdown-toggle[aria-expanded="true"]::after {
        border-color: var(--primarbgcolor) !important;
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right>.dropdown-item {
        padding: 0.65rem 2rem;
    }

    .brand-slider .customNavigation .next {
        right: 0px;
    }

    .brand-slider .customNavigation .prev {
        left: 0px;
    }
    
    .imdb-credits .customNavigation1 .next1 {
        right: 0px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: 0px;
    }
    
    

    nav.navbar.fixednavbar .navbar-collapse {
        padding-top: 0px;
        top: 49px;
    }

    .navbar-collapse {
        position: absolute;
        top: 39px;
        width: 100%;
        left: 0;
        background: #f8f9fa;
        z-index: 101;
        padding-top: 30px;
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .3);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, .3)
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right {
        width: 100%;
        min-width: 100%;
    }

    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item>.dropdown-menu-right>.dropdown-item {
        padding: 0.65rem 2rem;
    }

    .contact-us .form-block .contact-box {
        width: 100%;
        max-width: 100%;
    }

    header>nav.navbar.fixednavbar>div.navbar-collapse>ul.navbar-nav>li.nav-item.withlogin,
    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item.withlogin {
        padding: 0 1rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    header>nav.navbar.fixednavbar>div.navbar-collapse>ul.navbar-nav>li.nav-item.withlogin>.d-flex,
    header>nav.navbar>div.navbar-collapse>ul.navbar-nav>li.nav-item.withlogin>.d-flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    nav.navbar.fixednavbar ul.navbar-nav li.withlogin .d-flex.align-items-center img {
        margin-left: 25px;
    }

    .jobdetail-section .companydetil {
        padding: 10px !important;
        padding-top: 3rem !important;
        font-size: 14px;
    }

    .jobdetail-section .jobdetail {
        font-size: 14px;
    }

    .jobdetail-section .companydetil .job-info .alert {
        padding: 10px !important;
    }

    .jobdetail-section .companydetil .card .card-body {
        padding-right: 2rem;
    }

    .jobdetail-section .jobdetail .detail-box .applyjob {
        padding: .375rem 0.75rem !important;
        font-size: 13px;
    }

    .listing-section .jobs-items .toggle-view.listing .box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        float: left;
        margin-right: 10px;
    }
}

@media (max-width:800px) {
    header>a.navbar-brand {
        height: 115px;
        left: 30px;
    }

    footer div.container div.row div.copyright-text {
        left: 240px;
        max-width: 60% !important;
    }

    footer {
        font-size: 14px;
        letter-spacing: .5px;
    }

    .card-block .text {
        font-size: 14px;
    }

    .navbar-collapse {
        padding-top: 20px;
    }

    .tabs {
        margin: 150px 0 0;
    }

    .signin-page {
        background: url(../images/signinbg787.png);
        background-size: cover;
        background-repeat: repeat;
        background-position: center;
        height: 100%;
        min-height: 100%;
    }

    .sidebar-fixed .signupbg {
        opacity: 0;
        display: none;
    }

    .signup-page {
        background: url(../images/signupbg787.png);
        background-size: cover;
        background-repeat: repeat;
        background-position: center;
        padding: 30px 0;
        position: relative;
        height: 100%;
    }

    section.signup-page::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(130, 184, 195, 0.3);
        height: 100%;
        width: 100%;
    }

    .signin-page .centerblock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        min-height: 100%;
        color: #fff;
    }

    .signin-page .col-md-8 form,
    .signin-page .col-md-8 {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        height: 100%;
    }

    .signin-page .centerblock {
        max-width: 70% !important;
        width: 70% !important;
        height: 100%;
    }

    .signin-page .centerblock form label.primarytextcolor {
        color: #fff !important;
    }

    .signin-page .centerblock form input {
        color: #fff;
    }

    .signin-page .centerblock form input,
    .signin-page .centerblock form textarea {
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #fff !important;
    }

    . .signin-page .centerblock form input::-webkit-input-placeholder,
    .signin-page .centerblock form textarea::-webkit-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important;
    }

    . .signin-page .centerblock form input:-ms-input-placeholder,
    .signin-page .centerblock form textarea:-ms-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important;
    }

    . .signin-page .centerblock form input::-ms-input-placeholder,
    .signin-page .centerblock form textarea::-ms-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important;
    }

    . .signin-page .centerblock form input::-webkit-input-placeholder,
    .signin-page .centerblock form textarea::-webkit-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important;
    }

    . .signin-page .centerblock form input:-ms-input-placeholder,
    .signin-page .centerblock form textarea:-ms-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important;
    }

    . .signin-page .centerblock form input::placeholder,
    .signin-page .centerblock form textarea::placeholder {
        color: rgba(69, 90, 100, 0.5) !important;
    }

    .signin-page .centerblock form input:focus,
    .signin-page .centerblock form textarea:focus {
        border-color: #fff !important;
    }

    .signin-page .centerblock form span.text-muted {
        color: #fff !important;
    }

    .signin-page .centerblock form a.primarybgcolor {
        background: #fff !important;
        color: var(--primarybgcolor) !important
    }

    .signin-page .topbtns {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .signin-page .topbtns .btn-group a.primarytextcolor {
        color: #fff !important;
    }

    .signin-page .topbtns .btn-group a.active {
        background: #fff !important;
        color: var(--primarybgcolor) !important
    }

    .signin-page .centerblock form {
        width: 100%;
        max-width: 100%;
    }

    section.signin-page>.container-fluid>.col-md-8 {
        height: 100% !important;
        min-height: 100% !important;
    }

    /*signup*/
    /*.centerblock.col-md-10.mx-auto label.title {display: block;}*/
    .signup-page .centerblock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
    }

    .signup-page .col-md-8 form,
    .signup-page .col-md-8 {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        height: 100%;
    }

    .signup-page .centerblock {
        max-width: 70% !important;
        width: 70% !important;
        height: 100%;
    }

    .signup-page .centerblock form label.primarytextcolor {
        color: #fff !important;
    }

    .signup-page .centerblock form input {
        color: #fff;
    }

    .signup-page .centerblock form input,
    .signup-page .centerblock form textarea {
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #fff !important;
    }

    body select.form-control {
        border-bottom: 1px solid #fff !important;
    }

    .signup-page .primarytextcolor,
    .signin-page .primarytextcolor,
    .custom-control-label a {
        color: #fff !important;
    }

    .signup-page .centerblock form input::-webkit-input-placeholder,
    .signup-page .centerblock form textarea::-webkit-input-placeholder,
    .signup-page .centerblock form select::-webkit-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signup-page .centerblock form input:-ms-input-placeholder,
    .signup-page .centerblock form textarea:-ms-input-placeholder,
    .signup-page .centerblock form select:-ms-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signup-page .centerblock form input::-ms-input-placeholder,
    .signup-page .centerblock form textarea::-ms-input-placeholder,
    .signup-page .centerblock form select::-ms-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signup-page .centerblock form input::-webkit-input-placeholder,
    .signup-page .centerblock form textarea::-webkit-input-placeholder,
    .signup-page .centerblock form select::-webkit-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signup-page .centerblock form input:-ms-input-placeholder,
    .signup-page .centerblock form textarea:-ms-input-placeholder,
    .signup-page .centerblock form select:-ms-input-placeholder {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signup-page .centerblock form input::placeholder,
    .signup-page .centerblock form textarea::placeholder,
    .signup-page .centerblock form select::placeholder {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signup-page .centerblock form input:focus,
    .signup-page .centerblock form textarea:focus {
        border-color: #fff !important;
    }

    .signup-page .centerblock form span.text-muted {
        color: #fff !important;
    }

    .signup-page .centerblock form a.primarybgcolor {
        background: #fff !important;
        color: var(--primarybgcolor) !important
    }

    .signup-page .topbtns {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .signup-page .topbtns .btn-group a.primarytextcolor {
        color: #fff !important;
        background: var(--primarybgcolor) !important
    }

    .signup-page .topbtns .btn-group a {
        border: 0 !important;
    }

    .signup-page .topbtns .btn-group a.active {
        background: #fff !important;
        color: var(--primarybgcolor) !important
    }

    .signup-page .centerblock form {
        width: 100%;
        max-width: 100%;
    }

    section.signup-page>.container-fluid>.col-md-8 {
        height: 100% !important;
        min-height: 100% !important;
    }

    body select.form-control {
        color: rgba(69, 90, 100, 0.5) !important
    }

    .custom-file-label {
        background: transparent;
        color: rgba(69, 90, 100, 0.5) !important
    }

    .signin-page .topbtns .btn-group a {
        background: var(--primarybgcolor);
        color: #fff;
    }

    .signin-page button.btn.primarybgcolor.text-white.rounded-0.font-weight-bold.px-4 {
        border: 1px solid;
    }

    .custom-control-input:checked~.custom-control-label::before {
        border-color: #607D8B;
        background-color: #607D8B;
    }

    .signup-page button[type="submit"] {
        background: #fff;
        color: var(--primarybgcolor) !important;
    }

    .listing-section .jobs-items .listing .box img {
        height: 160px;
        width: 160px;
    }

    .listing-section .jobs-items .listing .box span {
        font-size: 13px;
    }

    .forcast-table .table {
        border: 1px solid #eeeeee;
        min-width: 600px;
    }
    
    .forcast-table .table {
        border: 1px solid #eeeeee;
        min-width: 1070px;
    }
    /*-----------05-04-2019 mahapal----------*/
    .signup-page .centerblock.signup-main{display: block;}
    .signup-page .centerblock.signup-main .form-control{border-color: #fff !important;}
    .signup-page .centerblock.signup-main .form-control::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.7) !important;}
    .signup-page .centerblock.signup-main .form-control::-moz-placeholder {color: rgba(255, 255, 255, 0.7) !important;}
    .signup-page .centerblock.signup-main .form-control:-ms-input-placeholder {color: rgba(255, 255, 255, 0.7) !important;}
    .signup-page .centerblock.signup-main .form-control:-moz-placeholder {color: rgba(255, 255, 255, 0.7) !important;}

    #signID .form-control::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.7) !important;}
    #signID .form-control::-moz-placeholder {color: rgba(255, 255, 255, 0.7) !important;}
    #signID .form-control:-ms-input-placeholder {color: rgba(255, 255, 255, 0.7) !important;}
    #signID .form-control:-moz-placeholder {color: rgba(255, 255, 255, 0.7) !important;}

    .signup-page .centerblock.signup-main input[type="radio"]:checked::before {background: url(../images/select_radio-2.png) no-repeat center;}
    .signup-page .centerblock.signup-main input[type="radio"]::before {background: url(../images/unselect_radio-2.png) no-repeat center center;}
    .custom-file-label {color: rgba(255, 255, 255, 0.5) !important;}
    .custom-file-label::before {background: #fff;}
    .signup-page .centerblock.signup-main input[type="checkbox"]::before, .signup-page .centerblock.signup-main .custom-control-label::before {background: url(../images/unchecked-2.png) no-repeat center !important; background-size: contain !important;}
    .signup-page .centerblock.signup-main input[type="checkbox"]:checked::before, .signup-page .centerblock.signup-main .custom-control-input:checked ~ .custom-control-label::before {background: url(../images/cheked-2.png) no-repeat center !important; background-size: contain !important;}
    .custom-checkbox a {font-size: 13px;}
    .signup-page .centerblock {color: #7b7b7b;}
    .signup-page #skillcollapse label {color: #717171;}
    body.h-100{min-height: 100%; display: table; width: 100%;}
    .signup-page {min-height: 100%; width: 100%; display: table;}
    /*-----------05-04-2019 mahapal----------*/
   
}

@media (max-width:769px) {

    .listing-section .jobs-items .listing .box span,
    .listing-section .jobs-items .toggle-view.listing .box span {
        font-size: 12px;
    }

    .my-account .myaccount-form .col-md-4 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .my-account .myaccount-form select.form-control {
        border-bottom: 1px solid #868686 !important;
    }

    .my-account input[type=radio] {
        position: relative;
        top: 0;
        height: 18px;
        width: 18px;
    }

    .my-account input[type=radio]::before {
        top: 0px;
    }

    div.banner {
        height: 250px;
    }

    div.banner.homepage {
        height: 265px;
    }

    header>div.container>div.jumbotron {
        padding: 0;
        margin: 0 !important;
    }
}

@media (max-width:767px) {

    header>.navbar {
        max-width: 676px;
        margin-top: 50px;
    }

    .contactus-bg .navbar {
        top: 50px;
    }

    header>a.navbar-brand {
        height: 115px;
        left: 60px;
    }

    header>div.container>div.jumbotron>.h1,
    h1,
    header>div.container>div.jumbotron>h1 {
        font-size: 1.5rem !important;
    }

    .card-block {
        margin-top: 20px;
    }

    div.imdb-credits div.row div.col-md-2 div.d-flex img.saved {
        top: 0px;
    }

    .brand-slider .customNavigation .prev {
        left: -30px;
    }

    .brand-slider .customNavigation .next {
        right: -30px;
    }
    
    .imdb-credits .customNavigation1 .prev1 {
        left: -30px;
    }

    .imdb-credits .customNavigation1 .next1 {
        right: -30px;
    }
    
    

    footer div.container div.row div.copyright-text {
        position: static !important;
        max-width: 100% !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    footer .col-md-3 {
        margin-bottom: 20px !important;
        text-align: center;
    }

    .navbar-collapse {
        padding-top: 10px;
    }

    footer .col-md-3 .font-weight-black {
        margin-bottom: 15px !important;
    }

    .contact-us .row {
        margin-top: 0px !important;
    }

    .contact-us .form-block {
        margin-top: 50px;
    }

    .my-account .myaccount-form .col-md-4 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width:700px) {
    header>.navbar {
        margin-top: 35px;
    }

    .contactus-bg .navbar {
        top: 35px;
    }

    .navbar-collapse {
        padding-top: 30px;
    }

    .listing-section .jobs-items .listing .box .inner-box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .listing-section .jobs-items .listing .box span.img,
    .listing-section .jobs-items .toggle-view.listing .box span.img {
        width: 90%;
        height: 200px;
    }

    .listing-section .jobs-items .listing .box span.img img {
        width: 100%;
        height: 100%;
    }

    .listing-section .jobs-items .listing .box .d-flex.flex-column.align-items-end span.text-muted {
        position: relative;
        top: 0px;
        right: auto;
        margin-bottom: 10px;
    }

    .listing-section .jobs-items .listing .box .badge {
        margin: 5px 0 !important;
        margin-left: 6px !important;
    }

    .d-flex.flex-column.flex-fill.ml-3.flex-wrap {
        margin: 15px 0 !important;
        width: 90%;
    }

    .listing-section .jobs-items .listing .box,
    .listing-section .jobs-items .toggle-view.listing .box {
        padding: 15px;
    }

    .listing-section .jobs-items .toggle-view.listing .box {
        /* -webkit-box-flex: 0; */
        -ms-flex: 0 0 48%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        float: left;
        margin-right: 0px;
    }
}

@media (max-width:676px) {
    header>div.container {
        margin-top: 0px !important
    }

    header>a.navbar-brand {
        height: 115px;
        left: 25px;
    }

    .tabs {
        margin: 50px 0 0;
    }

    .jobdetail-section .jobdetail .detail-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .jobdetail-section .jobdetail .detail-box .flex-fill.flex-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width:600px) {
    .signin-page .col-md-8 form {
        padding-top: 0px !important;
    }

    .signup-page {
        height: auto !important;
    }

    header>div.container>div.jumbotron {
        padding: 4rem 0;
    }

    .contactus {
        background-repeat: repeat !important;
    }

    .custom-file-label {
        font-size: 12px;
        padding-left: 80px;
        line-height: 1;
    }

    .custom-file-label::after {
        font-size: 14px;
    }

    .custom-file-label::before {
        left: 80px;
        background: #fff !important;
    }
}

@media (max-width:576px) {
    header>.navbar {
        margin-top: 25px;
    }

    .contactus-bg .navbar {
        top: 25px;
    }

    .navbar-collapse {
        padding-top: 10px;
    }

    header>a.navbar-brand {
        height: 80px;
    }

    .brand-slider .customNavigation .next {
        right: 0px;
    }

    .brand-slider .customNavigation .prev {
        left: 0px;
    }
    
    .imdb-credits .customNavigation1 .next1 {
        right: 0px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: 0px;
    }
    
    

    .img-wrap {
        margin: 0 40px;
    }

    .card-block .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    div.imdb-credits div.row div.col-md-2 div.d-flex img.saved {
        left: 20px;
    }

    a.bottomtoup {
        right: 10px;
        height: 30px;
        width: 30px;
    }

    a.bottomtoup span {
        line-height: 30px;
    }

    section.container-fluid div.row .left-block .txtdata,
    section.container-fluid div.row .right-block .txtdata {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header>div.container>div.jumbotron>h1 {
        font-size: 1.2rem !important;
    }

    .contact-us .row {
        padding-top: 0px !important;
    }

    .signin-page .centerblock {
        max-width: 90% !important;
        width: 90% !important;
        height: 100%;
        margin: 30px 0;
    }

    .signup-page .centerblock {
        margin: 30px 0;
    }
     /*-----------05-04-2019 mahapal----------*/
    .signup-page .centerblock.signup-main{display: block;}
    .signup-page .centerblock {max-width: 90% !important; width: 90% !important;}
    /*-----------05-04-2019 mahapal----------*/
}

@media (max-width:487px) {
    header .banner img {
        height: 11em;
    }

    header>a.navbar-brand {
        height: 80px;
        left: 15px;
    }

    div.imdb-credits div.row div.col-md-2 div.d-flex img.saved {
        left: 125px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    header>div.container>div.jumbotron>h1 {
        font-size: 1.1rem !important;
    }

    .forcast-table .table {
        border: 1px solid #eeeeee;
        min-width: 467px;
    }

    .forcast-table1 .table {
        border: 1px solid #eeeeee;
        min-width: 1080px;
    }
}

@media (max-width:414px) {
    header .banner img {
        height: 10em;
    }

    div.imdb-credits div.row div.col-md-2 div.d-flex img.saved {
        left: 80px;
    }
    
    div.imdb-credits div.owl-carousel div.col-md-12 div.d-flex img.saved {
  position: absolute;
  right: auto;
  left: 95px;
  top: 2px;
  height: 18%;
}
}

@media (max-width:384px) {
    div.imdb-credits div.row div.col-md-2 div.d-flex img.saved {
        left: 68px;
    }
    
        div.imdb-credits div.owl-carousel div.col-md-12 div.d-flex img.saved {
      position: absolute;
      right: auto;
      left: 80px;
      top: 2px;
      height: 18%;
    }
}

@media (max-width:320px) {
    div.imdb-credits div.row div.col-md-2 div.d-flex img.saved {
        left: 30px;
    }
    div.imdb-credits div.owl-carousel div.col-md-12 div.d-flex img.saved {
      position: absolute;
      right: auto;
      left: 45px;
      top: 2px;
      height: 18%;
    }
}

/*min-width strat here*/
@media(min-width:786px) {
    .signin-page .container-fluid .row .col-md-4 {
        display: block !important;
    }

    .signup-page .container-fluid .row .col-md-4 {
        display: block !important;
    }
    
}

@media(min-width:992px) {

    .projects .dropdown-toggle::after {
        content: none;
    }

    .brand-slider .customNavigation .next {
        right: -15px;
    }

    .brand-slider .customNavigation .prev {
        left: -15px;
    }
    
    .imdb-credits .customNavigation1 .next1 {
        right: -15px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: -15px;
    }
    
}

@media(min-width:1124px) {
    .brand-slider .customNavigation .next {
        right: -40px;
    }

    .brand-slider .customNavigation .prev {
        left: -40px;
    }
    
    .imdb-credits .customNavigation1 .next1 {
        right: -40px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: -40px;
    }
    
}

@media(min-width:1280px) {
     .brand-slider .customNavigation .next {
        right: -60px;
    }

    .brand-slider .customNavigation .prev {
        left: -60px;
    }
    
     .imdb-credits .customNavigation1 .next1 {
        right: -60px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: -60px;
    }
    
}

@media(min-width:1399px) {
    header>.navbar {
        max-width: var(--breakpoint-xl);
    }

    header>a.navbar-brand {
        margin: 0px;
        padding: 0px;
        height: 180px;
        top: 0;
        left: 127px;
        right: auto;
        overflow: hidden;
        z-index: 1001;
    }

    header>a.navbar-brand>img {
        height: 100%;
    }

    .brand-slider .customNavigation .next {
        right: -60px;
    }

    .brand-slider .customNavigation .prev {
        left: -60px;
    }
    
    .imdb-credits .customNavigation1 .next1 {
        right: -60px;
    }

    .imdb-credits .customNavigation1 .prev1 {
        left: -60px;
    }
    
    

    .signin-page .signinbg .signtext {
        -webkit-transform: translate3d(90px, 350px, 0px);
        transform: translate3d(90px, 350px, 0px);
    }

    .signin-page .centerblock {
        padding-top: 100px !important;
    }
}

@media(min-width:1600px) {
    header>a.navbar-brand {
        left: 230px;
    }

    .signin-page .signinbg .signtext {
        -webkit-transform: translate3d(150px, 400px, 0px);
        transform: translate3d(150px, 400px, 0px);
    }

    .signin-page .centerblock {
        padding-top: 150px !important;
    }
}

@media(min-width:1800px) {
    header>.navbar {
        max-width: 1400px;
    }

    header>a.navbar-brand {
        left: 230px;
    }
}

@media(min-width:1900px) {
    header>.navbar {
        max-width: 1500px;
    }

    header>a.navbar-brand {
        left: 230px;
    }

    .signin-page .signinbg .signtext {
        -webkit-transform: translate3d(160px, 450px, 0px);
        transform: translate3d(160px, 450px, 0px);
    }

    .signin-page .centerblock {
        padding-top: 180px !important;
    }
}

@media(min-width:1999px) {
    header .banner {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    header>.navbar {
        max-width: 1600px;
    }

    header>a.navbar-brand {
        left: 300px;
    }

    .signin-page .signinbg .signtext {
        -webkit-transform: translate3d(-500px, 500px, 0px);
        transform: translate3d(-500px, 500px, 0px);
        width: 100%;
    }

    .signin-page .centerblock {
        padding-top: 180px !important;
    }

    .signin-page .signinbg::before {
        right: 50px;
    }
}

@media(min-width:2300px) {
    header>a.navbar-brand {
        left: 400px;
    }

    .signin-page .signinbg .signtext {
        -webkit-transform: translate3d(-500px, 550px, 0px);
        transform: translate3d(-500px, 550px, 0px);
        width: 100%;
    }

    .signin-page .centerblock {
        padding-top: 180px !important;
    }

    .signin-page .signinbg::before {
        right: 70px;
    }
}

@media(min-width:2489px) {
    header>a.navbar-brand {
        left: 500px;
    }

    .signin-page .signinbg .signtext {
        -webkit-transform: translate3d(-500px, 600px, 0px);
        transform: translate3d(-500px, 600px, 0px);
        width: 100%;
    }

    .signin-page .centerblock {
        padding-top: 180px !important;
    }

    .signin-page .signinbg::before {
        right: 110px;
    }
}


/*** hardik 14-02-19 start ***/
.jobs-items #Jobajax.communication-box .box:nth-child(odd) .msg-info {
    background-color: rgba(122, 180, 192, 0.8);
}

.jobs-items #Jobajax.communication-box .box:nth-child(odd) .msg-info::before {
    border-color: transparent rgba(122, 180, 192, 0.8) transparent transparent;
}

.jobs-items #Jobajax.communication-box .box:nth-child(even) .msg-info {
    background-color: rgba(122, 180, 192, 0.3);
}

.jobs-items #Jobajax.communication-box .box:nth-child(even) .msg-info::before {
    border-color: transparent rgba(122, 180, 192, 0.3) transparent transparent;
}

.listing-section .jobs-items #Jobajax.communication-box .box .inner-box {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.jobs-items #Jobajax.communication-box .box .inner-box .img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    margin-top: 10px;
}

.listing-section .jobs-items #Jobajax.communication-box .box img {
    width: 59px;
    height: 45px;
}

.jobs-items #Jobajax.communication-box .box .msg-info::before {
    content: "";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    display: block;
    left: -20px;
    top: 20px;
}

.listing-section .jobs-items #Jobajax.communication-box .box {
    padding: 0;
}

.listing-section .jobs-items #Jobajax.communication-box .box::before,
.listing-section .jobs-items #Jobajax.communication-box .box .jobtitle::before {
    display: none;
}

.listing-section .jobs-items #Jobajax.communication-box .box .jobtitle b {
    -webkit-text-fill-color: #000000;
    background: transparent;
}

.listing-section .jobs-items #Jobajax.communication-box .box div,
.listing-section .jobs-items #Jobajax.communication-box .box span {
    color: #000000 !important;
}

.listing-section .jobs-items #Jobajax.communication-box .box {
    border: 0;
}

.listing-section .jobs-items #Jobajax.communication-box .box .msg-date .text-muted {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
}

.jobs-items #Jobajax.communication-box .box .msg-info {
    border-radius: 20px;
    padding: 10px;
    max-width: 83%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83%;
            flex: 0 0 83%;
    position: relative;
}

.listing-section .jobs-items #Jobajax.communication-box .box img {
    border-radius: 10px !important;
}

.jobs-items #Jobajax.communication-box {
    min-height: 1px;
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 35px;
}

.jobs-items .msg-textbox {
    margin: 60px 0 0 0;
}

.jobs-items .msg-textbox textarea {
    background-color: rgba(122, 180, 192, 0.3) !important;
    border-bottom: 0 !important;
    -webkit-box-shadow: 2px 4px 10px 2px rgba(122, 180, 192, 0.8);
            box-shadow: 2px 4px 10px 2px rgba(122, 180, 192, 0.8);
    padding: 10px;
}

.jobs-items .msg-textbox textarea:focus {
    -webkit-box-shadow: 2px 4px 10px 2px rgba(122, 180, 192, 0.4) !important;
            box-shadow: 2px 4px 10px 2px rgba(122, 180, 192, 0.4) !important;
}

/*** hardik 14-02-19 end ***/
.planinformation img {
max-width: 100%;
}

/*** hardik 15-02-19 start ***/
.jobs-items .msg-textbox {
    max-width: 656px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.jobs-items .msg-textbox textarea {
    width: 100%;
}

.listing-section .jobs-items #Jobajax.communication-box .box .msg-info .msg-date {
    position: absolute;
    right: 5px;
    top: 6px;
}

.listing-section .jobs-items #Jobajax.communication-box .box .msg-date .text-muted {
    font-size: 12px;
}

.listing-section .jobs-items #Jobajax.communication-box .box .msg-info .jobtitle {
    padding-right: 160px;
}
div.imdb-credits a {
    text-decoration: none;
}

@media (max-width: 767px) {

    .jobs-items #Jobajax.communication-box,
    .jobs-items .msg-textbox {
        padding: 0 10px;
    }

    .listing-section .jobs-items #Jobajax.communication-box .box .inner-box {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-flow: row wrap !important;
                flex-flow: row wrap !important;
    }

    .jobs-items .msg-textbox {
        margin-top: 35px;
    }

    .jobs-items .msg-textbox .inner-box #frontreply_Feedback_add,
    .jobs-items .msg-textbox .inner-box #frontreply_Feedback_add div {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .jobs-items .msg-textbox textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px;
    }

    .jobs-items .msg-textbox textarea::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    .jobs-items .msg-textbox textarea {
        height: 80px;
    }

    .jobs-items .msg-textbox textarea:-ms-input-placeholder {
        /* IE 10+ to overwright ie default placeholder style upto ie10*/
        font-size: 12px !important;
    }

    .jobs-items .msg-textbox textarea:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }

    .jobs-items .msg-textbox textarea::-ms-input-placeholder {
        /* IE 11+ */
        font-size: 12px;
    }

    .jobs-items .msg-textbox textarea {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .jobs-items #Jobajax.communication-box {
        padding-left: 10px;
        max-width: 644px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .jobs-items .msg-textbox {
        max-width: 644px;
        padding-left: 10px;
    }
}

@media(min-width: 1025px) and (max-width: 1199px) {
	.jobs-items #Jobajax.communication-box {
		padding-right: 0;
	}
}

@media (min-width: 450px) and (max-width: 599px) {
    .listing-section .jobs-items #Jobajax.communication-box .box .msg-date .text-muted {
        font-size: 10px;
    }

    .listing-section .jobs-items #Jobajax.communication-box .box .msg-info .jobtitle {
        font-size: 14px;
        padding-right: 128px;
    }

    .listing-section .jobs-items #Jobajax.communication-box .box .msg-info span {
        font-size: 11px;
    }
}

@media (max-width:449px) {
    .listing-section .jobs-items #Jobajax.communication-box .box .msg-date .text-muted {
        font-size: 9px;
    }

    .listing-section .jobs-items #Jobajax.communication-box .box .msg-info span {
        font-size: 10px;
    }

    .jobs-items #Jobajax.communication-box .box .msg-info::before {
        border-width: 8px;
        left: -16px;
    }

    .jobs-items #Jobajax.communication-box .box .inner-box .img {
        max-width: 13%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 13%;
                flex: 0 0 13%;
    }

    .listing-section .jobs-items #Jobajax.communication-box .box .msg-info .msg-date {
        max-width: 80px;
    }

    .listing-section .jobs-items #Jobajax.communication-box .box .msg-info .jobtitle {
        max-width: calc(100% - 80px);
        padding-right: 0;
        font-size: 13px;
    }
}

/*** hardik 15-02-19 end ***/

.table-responsive > div {
  min-width: 1070px;
}

#appliedjobs th {
  letter-spacing: -1px;
  font-size: 14px;
}

div.media ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px 15px;
}


.skill_col:before {
    display: inline-block;
    content: "";
    border: solid #8d8d8d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}

.skill_col {
    position: relative;
}

.Applied-check .custom-checkbox-last {
    min-height: inherit;
    line-height: 1.22;
    font-size: 15px;
    margin-top: -20px;
    padding-left: 1.9rem;
    margin-bottom: -7px;
}

.Applied-check .custom-checkbox-last input[type=checkbox]:before {
    margin-top: 22px;
}


/*01-04-2025*/
.tab_myprofile_row {
	margin-top: 60px;
	margin-bottom: 40px;
}
.tab_myprofile_row .tab_myprofile a {
	font-size: 15px;
	color: #000 !important;
	text-decoration: none;
	background: #f4f4f4;
	margin-bottom: 5px;
}
.tab_myprofile_row .tab_myprofile a.active {
	color: #fff !important;
	background-color: #000;
}
.my-account .tab_myprofile_row .profile-pic {
	top: 0;
	margin-bottom: 30px;
}


@media screen and (max-width: 991px) {

.tab_myprofile_row .tab_myprofile .nav {
	display: flex;
	justify-content: center !important;
	gap: 12px;
}

}


.choose-plan .table-light {background-color: #f4f4f4;}
.choose-plan .table-bordered thead th {border: 1px solid #dee2e6;}
.choose-plan .table td, .choose-plan .table th {padding: .55rem;}
.subscription .non-subscription .card .card-body .btn {border-color: #fff !important; color: #000 !important; line-height: 0.1;	padding: 20px 18px 22px !important;	min-width: 140px;}

.subscription-check input[type="checkbox"]::before {background: #fff !important; border: 1px solid #fff; border-radius: 4px; position: relative; cursor: pointer; top: -1px;}
.subscription-check input[type="checkbox"]:checked::after {content: ""; position: absolute; left: 5px; top: 0px; display: inline-block;	transform: rotate(45deg); height: 12px;	width: 8px;	border-bottom: 2px solid #000; border-right: 2px solid #000;cursor: pointer;}
.subscription-check .form-check-label {padding-left: 8px;}


