body {
	background:#FFF;
	margin:0 !important;
	padding: 0px !important;
    font-family: 'Poppins', sans-serif;
}

body, html {
	height:100%;
    scroll-behavior: smooth;
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}

ul li{
    list-style: none;
}

:focus{  outline: none; }

img {
    border: none;
    width: 100%;
}

a {
	transition: all ease 0.5s;
	text-decoration:none !important;
}

a:hover { text-decoration:none; }

a, a:link, a:visited, input { outline: none; }

.clear {
    height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.btn:focus {
    outline: 0;
    box-shadow: inherit;
}
li.f-box.input-box select {
    width: 190px;
}

header, footer, section, .wraper{ float:left; width:100%; }

.white{color: #fff;}

.black{color: #000;}

.red{color: #d51011;}

.green{color: #1cbd27;}

.blue{color: #253da9;}

.heading-blue{color: #043462;}

.sub-head-red{color: #fe574d;}

.grey{color: #333133;}

.whitebg{background: #fff;}

.lightwhite{background: #f4f4f4;}

.blackbg{background: #000;}

.redbg{background: #d51011;}

.greenbg{background: #1cbd27;}

.bluebg{background: #253da9;}

.skillactz-blue{color: #043462;}

.skillactz-red{color: #fe574d;}

.skillactz-bluebg{background: #043462;}

.disable-clr { color :#ccc;}

.f-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.f-box > div {
	margin: 0px 5px;
}

.band-padd { padding: 10px 0;}

.f-small{font-size: 12px;}

.connect-us > ul li { margin-right: 15px; }

.connect-us > ul li:last-child { margin-right: inherit; }

.connect-us > ul li a:hover ,common-btns:hover{ color: #fff; }

.Buttons {
    padding: 5px 15px;
    border-radius: 5px;
}

.main-menu li a:hover{ color: #000; }

.main-menu li { margin-right: 25px; }

.main-menu li:last-child { margin-right: inherit; }

.common-padd { padding: 20px 0; }

.logo { width: 250px; }

.f-medium{font-size: 14px;}

.f-uppercase{text-transform: uppercase;}

.menu-icon { display: none; }

.close-btn {
    display: none;
    position: absolute;
    top: 25px;
    right: 40px;
    color: #fff;
    font-size: 30px;
}

.banner-images {
    position: relative;
}

.banner-images:before {
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
}

.round {
    width: 75px;
    height: 75px;
    top: -26px;
    left: 50%;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

.Gridboxes > div {
    width: calc(100% / 3);
    position: relative;
}

.boxgrdspace {
    padding: 25px;
    margin: 10px;
    border-radius: 15px;
}

.Gridboxes {
    position: absolute;
    top: -85px;
}

.banner-box {
    position: relative;
}
.boxheadings {
    margin: 10px;
    font-size: 15px;
    padding-top: 25px;
    text-align: center;
}

.boxgrdspace p {
    line-height: 20px;
    text-align: justify;
}

.skillapp {  margin-top: 140px; }

.main-heading h5 {
    margin: 25px 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
}

.abt-apps > div:first-child {
    width: 65%;
    padding-right: 25px;
}

.abt-apps > div:last-child{
    flex: 1;
}

.appscreen {
    width: 325px;
}

.playstore {
    width: 150px;
    margin: 15px 0;
}
.abt-apps > div p {
    text-align: justify;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.job-logo {
    width: 100px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
}

.job-logo img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.job-display > div {
    width: calc(100% / 3);
}

.job-head {
    justify-content: flex-start;
    align-items: flex-start;
}
.job-Desp {
    margin-left: 15px;
}

.job-Desp > h6 {
    font-size: 15px;
    font-weight: 500;
}

.job-Desp > p {
    font-weight: 200;
}

.mail{
    margin: 10px 0;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}

.slct-jobs {
    margin: 0 10px;
    padding: 20px;
}

.job-details p {
    color: #666464;
    font-weight: 300;
    text-align: justify;
}

.job-details {
    margin: 20px 0;
}

.c-buttons {
    width: auto;
    padding: 8px 35px;
    background: #f4f4f4;
    display: inline-block;
    border: 1px solid #d51011;
}

.c-buttons:hover {
    color: #d51011;
}
.common-btns {
    display: table;
    margin: 20px auto;
    padding: 10px 60px;
}

.video {
    position: relative;
    background: #0d202c;
}

.video-desp {
    width: 60%;
    padding-left: 125px;
    padding-right: 30px;
}

.video-thumb {
    width: 40%;
}

.video-fbox{flex-wrap: nowrap;}

.video > h4 {
    top: 15%;
    left: 11%;
    position: absolute;
    transform: translate(-20%, -20%);
}

.video .owl-dots {
    right: 20%;
    width: 100%;
    z-index: 50;
    bottom: 20px;
    margin-top: 10px;
    text-align: center;
    position: absolute;
}

.video .owl-dots .owl-dot {
    background: #869096 !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 35px;
    margin-right: 20px;
}

.video .owl-dots .owl-dot.active {
    background-color: #fff !important;
}

.video-desp h4 {
    font-size: 52px;
    font-weight: 700;
}

.video-desp p {
    font-size: 15px;
    margin-top: 15px;
}

.flipbooks .slct-jobs {
    margin: 0;
    padding: 0 20px 20px;
}

.flipbooks {  margin: 0 10px; }

.tag-line {
    top: 40%;
    left: 10%;
    position: absolute;
    transform: translate(0, -40%);
}

.tag-line h4 {
    font-size: 3vw;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.clients{
        background: url('https://dev.sicsapp.com/skillactz/resources/default/images/clent-bg.jpg');
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0;
}

.clientlogo{
    width: 100%;
    display: table;
    overflow: hidden;
    border-radius: 15px;
}

.clientlogo span {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.clientlogo span img {
    width: auto !important;
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
}

.clients_slider {
    margin: 30px 0 0;
}

.clients_slider .owl-dots {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    display: block !important;
}

.clients_slider .owl-dots .owl-dot {
    background: #848484 !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 35px;
    margin-right: 20px;
}

.clients_slider .owl-dots .owl-dot.active {
    background-color: #fff !important;
}

.assesment-tabs .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}

.assesment-tabs .nav-tabs .nav-item.show .nav-link, .assesment-tabs .nav-tabs .nav-link.active {
    color: #fe574d;
    background-color: inherit;
    border-color: #fff0;
}

.assesment-tabs.nav-tabs .nav-link:focus,.assesment-tabs .nav-tabs .nav-link:hover {
    border-color: #fff0;
}

.assesment-tabs .nav-tabs .nav-item a {
    color: #000;
    position: relative;
    font-weight: 600;
}

.assesment-tabs .nav-tabs .nav-item a::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    border: 2px solid #ff5951;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    top: -10px;
    left: -10px;
    border-width: 2px 0 0 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.assesment-tabs .nav-tabs .nav-item a::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    border: 2px solid #ff5951;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    right: -10px;
    bottom: -10px;
    border-width: 0 2px 2px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.assesment-tabs .nav-tabs .nav-item a.active::before, .assesment-tabs .nav-tabs .nav-item a:hover::before {
    opacity: 1;
    top: 0px;
    left: -5px;
}

.assesment-tabs .nav-tabs .nav-item a.active::after, .assesment-tabs .nav-tabs .nav-item a:hover::after {
    opacity: 1;
    right: -5px;
    bottom: 0px;
}

.assesment-tabs .nav-tabs .nav-item:last-child {
    margin-left: 20px;
}

.assmt-icon {
    width: 75px;
    margin: auto;
}

.tab-details {
    margin: 120px auto;
    max-width: 900px;
    justify-content: center;
}
.tab-details > div {
    width: calc(100% / 2);
}
.redbg.assmt-links {
    padding: 25px;
    text-align: center;
    border-radius: 50%;
    height: 200px;
    width: 200px;
        margin: 10px auto;
}
.assmt-icon img {
    min-height: 90px;
    object-fit: contain;
}

.tab-details > div {
       position: relative;
    padding: 25px;
    text-align: center;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 10px auto;
}

.tab-details > div .classes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.partner-college .owl-nav{
    display: block !important;
}

.partner-college .owl-carousel .owl-nav button.owl-next, .partner-college .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 20px;
    background: #d51011;
    color: inherit;
    border: none;
    padding: 10px 15px !important;
    font-size: 21px;
    color: #fff;
    outline: 0 !important;
    position: absolute;
    top: 30%;
    z-index: 10;
    opacity: 1;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.partner-college .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.partner-college .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.college-logo {
    border: 1px solid #ccc;
}

.partner-college {
    margin: 30px 0;
}

.footer-logo {
    width: 175px;
    padding: 5px 10px;
}



/*
.footer {
    align-items: flex-start;
}
*/

.footer-headings {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
}
.links ul li a:hover {
    color: #fff;
}

.links {
    margin: 20px 0 0;
}


.abouts {
    margin: 0px 20px;
}

.footer > div:last-child{
    padding-left: 30px;
}

.social-links li a:hover {
    color: #1cbd27;
}

.social-links li a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff00;
    display: block;
    position: relative;
    border: 1px solid #1cbd27;
}

.social-links li a i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.social-links {
    margin-top: 30px;
}

.profile-pic {
    max-width: 300px;
    max-height: 300px;
    display: block;
}

.file-upload {
    display: none;
}

.rectangle {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.p-image {
    bottom: 0;
    left: 0;
    width: 300px;
    display: block;
    color: #ffffff;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: #00000070;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-images > div {
    position: relative;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #fff;
}

.P-files > div:first-child {
    width: 30%;
}

.P-files > div:last-child {
    flex: 1;
    padding-left: 25px;
}

.edit-icn.upload-button {
    cursor: pointer;
}

.edit-icn.upload-button > i {
    margin: 0 10px 0 0;
}

.profiles {
    border-top: 1px solid #cfcfcf;
    padding: 35px 0;
}
.p-dtails li {
    margin: 10px 0 0;
    width: calc(100% / 2);
}

.p-dtails li i {
    margin-right: 10px;
}

.p-title {
    font-size: 30px;
    font-weight: 400;
    margin: 15px 0;
}

.pro-Details .nav-tabs .nav-item.show .nav-link, .pro-Details .nav-tabs .nav-link.active{
    color: #043462;
    background-color: #fff;
    border-color: #fff #fff #043462;
}

.pro-Details  .nav-tabs {
    border-bottom: 1px solid #cfcfcf;
}

.pro-Details .nav-tabs .nav-link:focus,.pro-Details .nav-tabs .nav-link:hover {
     border-color: #fff #fff #043462;
}

.pro-Details .nav-tabs .nav-link{
    color: #043462;
}

.P-files {
    align-items: flex-start;
}

.input-box {
    margin-bottom: 11px;
    justify-content: flex-start;
}

.input-box .form-control {
    border: 0;
    width: auto;
    font-size: 15px;
    border-radius: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #cfcfcf;
}

.input-box label {
    width: 120px;
    margin-bottom: 0;
}

.input-box .form-control:focus {
    box-shadow: inherit;
}

.pro-Details .tab-content>.active {
    padding: 25px 0;
}

.editing-btn {
    top: 0;
    right: 0;
    padding: 5px 25px;
    position: absolute;
}

.pro-Details {
    position: relative;
}

.editing-btn:hover{
    color: #fff;
}
.brd-tp{
    border-top: 1px solid #cfcfcf;
}
.flip-eg img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.main-menu li a.active {
    font-weight: 600;
}
.job-display {
    margin: 25px 0;
}

.page_no .paginations li a.active {
    padding: 0px 7px;
    border-radius: 20px;
    background: #e2293b;
    text-decoration: none;
}

.page_no .paginations li {
    margin-right: 20px;
}


.paginations {
    display: -webkit-box;
    display: -ms-flexbox;
    list-style: none;
    border-radius: .25rem;
}

.page_no {
    margin:10px auto;
    display: table;
}

.page_no .paginations li a {
    color: #043462;
}

.page_no .paginations li a.active {
    color: #fff;
}

.inner-banner {
    width: 100%;
    padding: 100px 0;
    min-height: 254px;
    background-size: 100% 100%;
    background: url('https://dev.sicsapp.com/skillactz/resources/default/images/ebooksbanner.jpg') no-repeat;
    background-position: right;
}

.inner-headers h4 {
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 5px;
}

.video_slider .item {
    padding: 15px 0;
    text-align: center;
}
.video_slider .item a:hover {
    color: #fff;
}

.video_slider .item.active {
    background: #ff0000;
}

.video_slider .item.active a {
    font-weight: 200;
}


.video_slider .owl-carousel .owl-nav button.owl-next, .video_slider .owl-carousel .owl-nav button.owl-prev {
    line-height: 20px;
    color: inherit;
    border: none;
    padding: 10px 15px !important;
    font-size: 21px;
    color: #fff;
    outline: 0 !important;
    position: absolute;
    top: 15%;
    z-index: 10;
    opacity: 1;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.video_slider .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.video_slider .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.video_slider .owl-carousel .owl-nav button.owl-next:hover, .video_slider .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1;
}

.video-topics {
    justify-content: flex-start;
}

.video-topics > div {
    width: calc(100% / 4);
    text-align: left;
    padding: 10px;
}

.video-topics .active a{
    color: #043462;
    font-weight: 600;
}
.video-topics > div a:hover {
    color: #043462;
}
.video-topics > div a {
    color: #0434628f;
}
.video-topics .active a ,.video-topics .active a:hover{
    color: #043462;
}

.video_slider .owl-dots {
    display: none;
}

.video-brief > div:first-child {
    width: 75%;
    padding-right: 25px;
}

.video-abt > h4 {
    margin: 10px 0;
    font-size: 24px;
}
.video-abt > h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}

.video-abt > p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}

.t-icns {
    width: 50px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-thumbnail {
    position: relative;
}

.video-brief {
    align-items: flex-start;
}

.video-brief > div:last-child {
    flex: 1;
    margin-left: 10px;
}

.rec-head {
    padding: 10px 0;
}

.rec-videos {
    position: relative;
}

.rec-bg {
    background: #ececec;
       height: 500px;
    overflow-y: auto;
        padding: 10px;
}

.individual-videos h6 {
    font-size: 15px;
    margin: 5px 0 0;
}

.individual-videos {
    margin-bottom: 10px;
}

.side-thum {
    width: 35px;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 10px;
    height: 20px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #7e8081;
}
/*28-2-2020 rahul css */
.rs-tab-content {
    margin-top: 17px;
}
.questionair h3 {
    color: #fe574d;
    font-size: 18px;
    margin-bottom: 9px;
}

.questionair {
    border: 1px solid #043462;
    padding: 18px 23px;
        margin-bottom: 10px;
}
.buttons-rs a {
    padding: 7px 30px;
    border: 0px;
    background:#043462;
    color: #fff !important;
    margin-right: 10px;
}
.buttons-rs button {
    padding: 7px 30px;
    border: 0px;
    background:#b8bfc5;
    color: #fff;
    margin-right: 10px;
}
.buttons-rs {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.qst-rs {
    display: flex;
    justify-content: space-between;
}
.qst-rs i{
    color: #cccc;
}

.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
 color: #ffff;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    margin-bottom:0px;
}

.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.container1:hover input ~ .checkmark {
  background-color: #25b74b;
}

.container1 input:checked ~ .checkmark {
  background-color: #25b74b;
}

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

.container1 input:checked ~ .checkmark:after {
  display: block;
}

.container1 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.indivitual-options {
    background: #043462;
    width: 100%;
    padding: 13px 25px;

}
.answer_options {
    display: flex;
    flex-wrap: wrap;
}

/*
.indivitual-options1 {
    margin: 0px 8px 0px 0px;
}
*/
.pad-rs-20 {
    margin-top: 7px;
}
.bt-rs-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 8px;
}
button.common {
    color: #fff;
    border-radius: 6px;
    border: 0px;
    padding: 7px 22px;
}
button.common.prev-buttn.greenbg {
    margin-right: 8px;
}
.question_palette {
    color: #fff;
    margin-top: 10px;
    padding: 20px 20px;
    background: #d8d8d8a8;
}
.question_palette ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;

}
.question_palette ul li {
    width: calc(100% / 6);
    display: block;
    margin-bottom: 10px;
}

.question_palette ul li.not_ans span {
    color: #fff;
    background: #1cbd27;
}
.question_palette ul li.marked span {
    color: #fff;
    background: #1cbd27
}
.question_palette ul li span {
    width: 30px;
    height: 30px;
    display: block;
    color: #8a8b8c;
    cursor: pointer;
    font-size: 15px;
    background: #fff;
    padding-top: 4px;
    text-align: center;
    border-radius: 50%;
    user-select: none;
    margin: auto;
}
ul.legend_list {
    display: flex;
    flex-wrap: wrap;
}
ul.legend_list li {
    width: calc(100% / 2);
    font-size: 13px;
    display: flex;
    align-items: center;
}
.question_palette ul li {
    width: calc(100% / 5);
    display: block;
    margin-bottom: 10px;
}
.question_palette ul li.not_ans span {
    color: #fff;
    background: #f80707;
}
ul.legend_list li span {
    margin: initial;
    margin-right: 6px;
}
ul.legend_list li {
    width: calc(100% / 2);
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #8c8585;
}
.pal_legend ul li span {
    width: 15px;
    height: 15px;
}

/*28-2-2020 rahul csss end*/

/*3-2-2020 rahul css start*/
.rs-individuals.indivitual-options {
    width: 533px;
}
.qst-rs h4 {
    font-size: 15px;
        color: #fe574d;
}
.skillactz-blue-rs{
    color: #043462 !important;
}
.questionair2{
    margin-top: 10px;
}
.itms-rs{
    display: flex;
}
.itms-rs i{
    margin-left: 10px;
}


.hd-rs-hdng{
    text-align: center;
    margin: 20px 0px;
}

.Assessment_active{
    background: #043462 !important;
}
.adjusent-rs{
    margin-bottom: 15px;
}
.buttons.cu {
    display: flex;
        justify-content: space-between;
    padding: 0px 19px;
    margin-bottom: 20px;
}
a.showSingle {
    width: calc(100% / 4);
}
.answer_options >div {
    width: calc(100% /2);
    padding: 3px 4px;
}

.inner-banner-job{
        background: url('https://dev.sicsapp.com/skillactz/resources/default/images/jobbanner.jpg') no-repeat;
    background-position: right;
        width: 100%;
    padding: 100px 0;
    min-height: 254px;
    background-size: 100% 100%;
}
.rs-itms-rdo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
p.grey.f-small.grey.f-small2 {
    margin: 4px 24px 0px 12px;
}
h6.job-details-rs {
    font-size: 21px;
}
.job-logo2 {
    width: 125px;
}

ul.qualifications-rs li img {
    width: 15px;
    margin-right: 19px;
}



.ul-rs-quali {
    border: 1px solid #ccc;
    padding: 30px 30px;
}
ul.qualifications-rs li {
    padding: 11px 1px;
}

h6.job-details-rs2 {
    text-transform: uppercase;
    font-size: 18px;
        margin-bottom: 7px;
}
/*5-5-2020 end*/

.timer-rs2 {
    text-align: right;
    color: #d51011;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    border: 1px solid #f80707;
    padding: 6px 44px;
}
.timers {
    display: flex;
    justify-content: flex-end;
}
.grey_button{
    background: #ccc;
}
a.white i {
    margin-right: 3px;
}
.acdmic {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
h3.academic_hdng-collage {
    margin-left: 37px;
    font-size: 21px;
    margin-bottom: 10px;
}
h3.academic_hdng {
    font-size: 21px;
}
.acdmic.main_collages {
    margin: 27px 0px;
}
.add_collages {
    display: flex;
    justify-content: flex-start;
    padding: 0px 39px;
}
.clg_add {
    border: 0px;
    padding: 6px 8px;
    border-radius: 5px;
}
.rs-medium{
    width: 350px !important;
}
.high-rs{
    margin-left: 37px;
    margin-top: 28px;
}
.form-group.f-box.rs-fbox {
    margin-bottom: 0px;
    width: 100%;
}
.form-group.f-box.rs-fbox select ,.form-group.f-box.rs-fbox input{
    width: calc(100% - 350px);
}
.rs-p-box input {
    width: calc(100% - 350px)!important;
}
.Submit {
    display: flex;
    justify-content: flex-end;
}
button.Submit2 {
    background: #043462;
    border: 0;
    padding: 6px 20px;
    color: #ffff;
        border-radius: 5px;
}
li.f-box.input-box.rs-w .f-box select {
    width: calc(100% - 120px);
}
.rs-w .f-box{
    width: 100%;
}

span.multiselect-native-select {
    width: calc(100% - 350px);
    display: inline-block;
}

.multiselect-container>li>a, .multiselect-container>li>a>label {
	width: 100%;
	display: inline-block;
}

.multiselect-container>li>a>label input[type=checkbox] {
	width: auto !important;
}

.multiselect-native-select>.btn-group {
    width: 100%;
}

.multiselect-native-select .dropdown-menu.show {
		width:100%;
		max-height:40vh;
		overflow:auto;
}

span.multiselect-selected-text {
				text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.add_sec .multiselect-native-select .dropdown-toggle::after{
		position:absolute;
		right:20px;
		top:20px;
}

.gender-inp {
	margin-right: 20px;
}

.gender-inp:last-child {
	margin-right: 0px;
}

.gender-inp input[type=radio] {
	margin-right: 6px;
}

.chart {
    width: 50% !important;
    height: 50% !important;
}
.chart-details-rs {
    width: 50%;
    padding: 0px 20px;
}
.f-box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.chartz-rs-spn{
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: #83aeb0;
}
.hd_score {
    position: relative;
}
.hd_score h6 {
    margin-left: 37px;
}
.inner_scores {
    margin-top: 40px;
}
.pink {
    background: #d63283;
    opacity: .5 !important;
}
.yellow {
    background: #edd50e;
    opacity: .5 !important;
}
.orange {
    background: #e77f0f;
    opacity: .5 !important;
}
.chart-details-rs >h6 {
    font-size: 21px;
}
.inner_scores p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.individual-videos p {
    font-size: 12px;
}
.assessment_deta ul li span {
    margin-left: 36px;
}
.assessment_deta ul li {
    font-size: 14px;
    color: #423c3c;
    display: flex;
}
.pink2 {
    color: #d63283;
    opacity: .5 !important;
}
.yellow2 {
    color: #edd50e;
    opacity: .5 !important;
}
.orange2 {
    color: #e77f0f;
    opacity: .5 !important;
}
.assessment_deta {
    padding: 15px 17px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.item2 {
    padding: 3px;
}

.assessment-report .owl-carousel .owl-nav button.owl-next, .assessment-report .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 20px;
    background: #d51011;
    color: inherit;
    border: none;
    padding: 10px 15px !important;
    font-size: 21px;
    color: #fff;
    outline: 0 !important;
    position: absolute;
    top: 30%;
    left: -30px;
    z-index: 10;
    opacity: 1;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.assessment-report .owl-carousel .owl-nav button.owl-next {
    right: -31px;
    left: inherit;
}
.ylw{
    color: #ffc107 !important;

     }
.rs-star {
    background: #fff;
    border: 0px;
    color: #ccc;
}
button:focus {
    outline: 0px;
}
.col-12.button-rs-09 {
    display: flex;
    justify-content: center;
}
.assessment_deta ul li strong {
    width: 150px;
    font-weight: 500;
}

/*progress bar starts*/

.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
  }

  .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .progress .progress-left {
    left: 0;
  }

  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
  }

  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }

  .progress .progress-right {
    right: 0;
  }

  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }

  .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*progress bar ends */

  /*16-3-2020 start*/

.contact-form-info {
    padding: 20px 50px 20px 0;
}
.contact-title > h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}
.contact-inner {
    float: left;
    margin: 0 0 20px;
    padding-right: 13px;
    width: 50%;
}
.contact-inner input, .contact-inner textarea {
    border: 1px solid #dddddd;
    color: #222222;
    font-size: 14px;
    height: 45px;
    padding-left: 15px;
    width: 100%;
}
}
.contact-inner.contact-message {
    width: 100%;
}
.contact-submit-btn .submit-btn {
    background: #333333 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.contact-infor {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px 30px;
}
.contact-dec > p {
    margin-bottom: 30px;
}
.contact-address {
    margin-bottom: 10px;
}
.contact-address li:first-child {
    border-top: none;
}

.contact-address li {
    border-top: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 10px 0;
}
.contact-address li i {
    margin-right: 5px;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-inner.contact-message textarea {
    height: 150px;
    padding: 15px;
}

.rs-contact-inner {
    width: 100%;
}
.inner-banner.contact-rs {
    background: url('https://dev.sicsapp.com/skillactz/resources/default/images/contact_us.jpg') no-repeat;

}
.common-padd-rs{
    padding: 70px 0px;
}
.contact-dec p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
.notifications a i{
    color: #fff;
    cursor: pointer;
}
/*16-3-2020 end*/
/*17-3-2020 start*/
.login-reg {
    height: 100vh;
    padding: 50px 0px;
    background: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    }
    .login-box {
    width: 400px;
    margin: 40px auto;
    padding: 35px 30px;
    background: rgba(220, 219, 219, 0.2);
    border-radius: 10px;
    }
    .d-block {
    display: block!important;
    }
    .logo-lg img {
    width: -webkit-fill-available;
    margin: auto;
    display: table;
    margin-bottom: 30px;
    }
    .login-flds input[type=text], .login-flds input[type=password], .login-flds input[type=email], .login-flds input[type=tel] {
    border: none;
    border-bottom: 1px solid #495057;
    margin-bottom: 12px;
    background: none;
    }
    .login-flds input[type=text], .login-flds input[type=password], .login-flds input[type=email], .login-flds input[type=tel] ::placeholder{
    text-align: center;
    }
    .login-flds ::placeholder {
    color: #495057;
    text-align: center;
    font-size: 12px;
    }
    .main-btn {
    color: #fff;
    }
    .login-flds a {
    color: #495057;
    font-size: 15px;
    }
    .login-flds a span {
    font-size: 18px;
    color: #043462;
    }
    .custom-control.custom-checkbox.mb-3 label {
    color: #495057;
    margin-left: 9px;
    }
    .form-control:focus {
    box-shadow: 0;
    }
    label.custom-control-label.rs-label::before {
    border-radius: 2px;
    border: 2px solid #043462c2;
    }
    .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    }
    .register-box {
    padding: 18px 29px;
    }
    .notification-box{
    background: #fff;
    position: absolute;
    top: 39px;
    right:1%;
    width: 350px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top:4px solid #253da9;
    display: none;
    z-index: 999;
    padding: 6px 9px;
    }

    .notification-box:before{
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #253da9;
    }
    .notification-desc p {
    font-size: 12px;
    }


    .notification-box input[type="button"]{
    width: 80px;
    padding: 5px 0;
    background: #D80B15;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #D80B15;
    outline: none;
    cursor: pointer;
    }
    .notification-desc {
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
    }

    /*17-3-2020 end*/

    /*karan 18-03-2020 */
    .f-box.Answer-boxz > div {
        width: calc(100% / 2);
    }

    .anwser-plates {
        padding: 10px;
        background: #043462;
        margin: 5px;
    }

    .anwser-plates.green {
        background: #1cbd27;
    }

    .anwser-plates.Red {
        background: #d51011;
    }
    /*karam */

/*child acdemy css start*/


.tab-details > div {
	width: 290px;
	color: #000;
	margin-left: 5px;
  margin-right: 5px;
	padding: 15px 25px;
	border-radius: 35px;
	background: #ebebeb;
}

.tab-details > div p {
	color: #121212;
	font-size: 23px;
  font-weight: 500;
}

.pos-top {
	width: 100%;
	position: absolute;
  left: 50%;
  top: -30px;
	text-transform: uppercase;
  transform: translate(-50%, 0px);
}

.pos-bottom {
	width: 100%;
  position: absolute;
  left: 50%;
  bottom: -40px;
	text-transform: uppercase;
  transform: translate(-50%, 0px);
}
/* .tab-details > div:first-child{
    background: rgba(164,216,81,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(164,216,81,1)), color-stop(100%, rgba(61,104,1,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d851', endColorstr='#3d6801', GradientType=1 ) !important;
}
.tab-details > div:nth-child(2){
        background: rgba(101,205,231,1) !important;
    background: -moz-radial-gradient(center, ellipse cover, rgba(101,205,231,1) 0%, rgba(28,108,130,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(101,205,231,1)), color-stop(100%, rgba(28,108,130,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(101,205,231,1) 0%, rgba(28,108,130,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(101,205,231,1) 0%, rgba(28,108,130,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(101,205,231,1) 0%, rgba(28,108,130,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(101,205,231,1) 0%, rgba(28,108,130,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65cde7', endColorstr='#1c6c82', GradientType=1 ) !important;
}
.tab-details > div:nth-child(3){
        background: rgba(250,141,58,1) !important;
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,141,58,1)), color-stop(100%, rgba(173,75,26,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8d3a', endColorstr='#ad4b1a', GradientType=1 ) !important;
}
.tab-details > div:nth-child(4){
      background: rgba(224,83,175,1) !important;
    background: -moz-radial-gradient(center, ellipse cover, rgba(224,83,175,1) 0%, rgba(138,14,94,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224,83,175,1)), color-stop(100%, rgba(138,14,94,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(224,83,175,1) 0%, rgba(138,14,94,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(224,83,175,1) 0%, rgba(138,14,94,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(224,83,175,1) 0%, rgba(138,14,94,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(224,83,175,1) 0%, rgba(138,14,94,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e053af', endColorstr='#8a0e5e', GradientType=1 ) !important;
}
.tab-details > div:nth-child(5){
        background: rgba(250,225,113,1) !important;
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,225,113,1) 0%, rgba(194,146,2,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,225,113,1)), color-stop(100%, rgba(194,146,2,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,225,113,1) 0%, rgba(194,146,2,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(250,225,113,1) 0%, rgba(194,146,2,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(250,225,113,1) 0%, rgba(194,146,2,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(250,225,113,1) 0%, rgba(194,146,2,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae171', endColorstr='#c29202', GradientType=1 ) !important;
}
.tab-details > div:nth-child(6){
     background: rgba(252,124,139,1) !important;
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(252,124,139,1)), color-stop(100%, rgba(179,7,13,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7c8b', endColorstr='#b3070d', GradientType=1 ) !important;
}
.tab-details > div:nth-child(7){
       background: rgba(164,216,81,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(164,216,81,1)), color-stop(100%, rgba(61,104,1,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: radial-gradient(ellipse at center, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d851', endColorstr='#3d6801', GradientType=1 );
}
.tab-details > div:last-child{
   background: rgba(250,141,58,1) !important;
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,141,58,1)), color-stop(100%, rgba(173,75,26,1))) !important;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: -o-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: -ms-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    background: radial-gradient(ellipse at center, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8d3a', endColorstr='#ad4b1a', GradientType=1 ) !important;
} */

.logout-btn {
    padding: 8px 25px;
    width: 100%;
    background: #ff5852;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s ease-in-out;
    font-weight: 700;
    border-radius: 45px;
    text-align: center;
    height: 35px;
    font-size: 14px;
    color: #fff;
}

ul.f-box.main-menu li a {
    color: #5e5e5e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.cust-cont {
    padding: 0 35px;
}

.menu-header {
    padding: 10px 0;
    border-top: 1px solid #8686869c;
    background-color: #FFF;
		padding-bottom: 0px;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .45);
}
.footer-black{
        background-color: #2e2e2e;
    color: #fff;
    width: 100%;
    min-height: 30px;
    clear: both;
    padding: 20px 0;
}

.footermenu {
    justify-content: flex-end;
}
.copy-rights {
   border-top: 1px solid #595959;
    margin-top: 10px;
    padding: 5px 8px;
}

/*child acdemy end css*/


.login-box.newGrids .divs {
    clear: both;
    padding: 5px 0;
}
    
.login-box.newGrids {
    width: 580px;
    max-width: 100%; 
    margin: 0 auto;
}
.login-box.newGrids .buttons {
    background: #043462;
    display: inline-block;
    color: #FFF;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 35px;
    margin: 5px 0;
    text-align: center;
        letter-spacing: 0.5px;
}
.logo-cme {
    background-color: #FFF;
    text-align: center;
    padding: 10px;
    margin: -23px -18px 0;
    border-radius: 5px 5px 0 0;
}
.login-box.newGrids .subTitle {
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 -18px 15px;
}
.logo-cme img{  max-width: 200px;}


.login-box.newGrids .regField .buttons {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #01101f !important;
    letter-spacing: 0.7px;
}

.login-box.newGrids .grids .numb{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.login-box.newGrids .grids p, .login-box.newGrids .grids ul {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin: 5px 0 10px;
}

.login-box.newGrids .grids {
    border-radius: 20px;
    background-color: #043462;
    color: #FFF;
    padding: 15px 5%;
    margin: 10px 0;
}

.bottom-field .col-lg-7.col-md-12 {
    padding-right: 0;
}

.login-box.newGrids .grids.yellow{ 
        background: rgba(250,141,58,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250,141,58,1)), color-stop(100%, rgba(173,75,26,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%);
    background: radial-gradient(ellipse at center, rgba(250,141,58,1) 0%, rgba(173,75,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8d3a', endColorstr='#ad4b1a', GradientType=1 );

    border: 3px solid #7d2d00;
    opacity: 1 !important; 
}

.login-box.newGrids .grids.red{     
    background: rgba(252,124,139,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(252,124,139,1)), color-stop(100%, rgba(179,7,13,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%);
    background: radial-gradient(ellipse at center, rgba(252,124,139,1) 0%, rgba(179,7,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7c8b', endColorstr='#b3070d', GradientType=1 );
    border: 3px solid #84080d; 
}

.login-box.newGrids .grids.green{     
    background: rgba(164,216,81,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(164,216,81,1)), color-stop(100%, rgba(61,104,1,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    background: radial-gradient(ellipse at center, rgba(164,216,81,1) 0%, rgba(61,104,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d851', endColorstr='#3d6801', GradientType=1 );

    border: 3px solid #056d1b;
}

.login-box.newGrids .grids i, .login-box.newGrids .regField .buttons i{ margin-right: 5px; }

.login-box.newGrids .grids .titles {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 5px 0 20px;
}

.login-box.newGrids .exam-field{
    display: flex;
    justify-content: space-between;
}

.login-box.newGrids .grids .numb span {
    display: block;
    padding-left: 22px;
    font-weight: 400;
    padding-top: 3px;
    letter-spacing: 0.5px;
}
.split.new1 .login-reg  {     height: auto; padding: 0;}

.login-box.newGrids .buttons.starts{  background: #57d7a7; border: 2px solid #19a973; }
.login-box.newGrids .buttons.starts:hover{background: #19a973; }

.login-box.newGrids .buttons.ranks{ background: #ff5852;  border: 2px solid #e8211a; }
.login-box.newGrids .buttons.ranks:hover{background: #e8211a; }


.login-box.newGrids .button.red {
    min-height: 126px;
    margin: 20px 0 10px;
    line-height: 91px;
}
.login-box.newGrids .button {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    margin: 10px 0;
    text-transform: uppercase;
        letter-spacing: 0.5px;
}


.login-reg .login-box .logo-lg img {
    max-width: 230px;
    margin: 0 auto;
}
.login-reg .login-box .logo-lg {
    background-color: #FFF;
    padding: 10px 0;
    margin: 0 0 30px;
}

.main-heading.logo-cca {
    background-color: #fdfeff;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #dddd;
}
.main-heading.logo-cca img{
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}






/****************************MEDIA QUERY*********************************/

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

    .p-image {   width: 250px; }

     .profile-pic {
        max-width: 250px;
        max-height: 250px;
    }

    .rectangle {
        width: 250px;
        height: 250px;
    }
}


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

    .video-desp h4 {
        font-size: 35px;
    }

    .video-desp {
        padding-left: 95px;
    }
}

@media screen and (max-width: 991px) {
    
    .split.new1{     
        width: 100% !important;
        position: relative;
        border: 0 !important;
        height: auto;
    }
    .vl.new1{ display: none; }
    
    .split.new1 .login-reg {height: auto; padding: 10px 15px;}
    
    .skillapp {
        margin-top: 200px;
    }
    .bottom-field .col-lg-7.col-md-12 {
        padding-right: 15px;
    }
    .abt-apps > div:first-child {
        width: 100%;
        padding-right: inherit;
    }

    .abt-apps > div:last-child {
        flex: auto;
        display: flex;
        margin: 15px 0;
        align-items: center;
        justify-content: center;
    }

    .appscreen {
        width: 250px;
        margin-right: 20px;
    }

    .job-Desp {
        margin-left: 0;
        margin-top: 12px;
        width: 100%;
    }

    .job-logo {  width: 100%; }

    .footer > div {    width: 100%; }

    .abouts {   margin: inherit; }



    .social-links { justify-content: center; }

    .social-links li {  margin: 0px 10px;}

    .P-files > div:first-child {   width: 50%; }


    .P-files > div:last-child { padding-left: 0; }
}


@media screen and (max-width: 767px) {
    .login-box.newGrids .button.red {
        min-height: auto;
        margin: 20px 0 10px;
        line-height: inherit;
    }
    .newDiv.tab-details > div {
        width: 100%;
    }
    .connect-us > ul li a span ,.pipe{ display: none; }

    .menu-icon { display: block; }

 .close-btn { display: block; }

.Navigating-heads {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    display: none;
    text-align: center;
    background: #145ea4;
    transition:all ease .5s;
}

.Navigating-heads ul{
width: 100%;
height: 100%;
align-items: center;
flex-direction: column;
justify-content: center;
}

.Navigating-heads ul li {
font-size: 20px;
margin: 20px 0px;
}

.Navigating-heads ul li a{  color: #fff; }

.logo { width: 125px; }

.banner-box {
    position: inherit;
}

.Gridboxes > div { width: auto; }

.Gridboxes {
    position: relative;
    top: 0;
}

.job-display > div {
    width: 100%;
    margin: 10px 0;
}

.job-logo { width: 100px; }

.job-Desp {
    flex: 1;
    width: inherit;
    margin-left: 15px;
    margin-top: inherit;
}

.skillapp { margin-top: 0; }

.main-heading h5 {  font-size: 35px; }

.video-desp h4 {   font-size: 18px; }

 .video-desp p{  font-size: 14px; }

.video-desp  {
    padding-left: 55px;
    padding-top: 40px;
}

.video .owl-dots { display: none;}

.tab-details > div {  width: calc(100% / 3); }

.assmt-icon { width: 50px; }

.P-files > div:first-child {
    width: 100%;
    margin-bottom: 25px;
}

.p-images {
    display: flex;
    align-items: center;
}

.rectangle {
    width: 150px;
    height: 150px;
}

.p-image {
    width: 150px;
}

.p-desp {
    padding-left: 25px;
}
/* 28-2-2020 rahul   */

   .video-brief > div:first-child {
    width: 100%;
    padding-right: inherit;
}
    .indivitual-options{
        width: 100%;
    }
    .indivitual-options {

    margin: 6px 0px 0px 0px;
}
    .timers {
        justify-content: center;
    }

    .Submit {
        justify-content: center;
    }
    .chart-details-rs {
    width: 100%;
    margin-bottom: 19px;
    }
    .chart {
    width: 100% !important;
    height: 100% !important;
}
/*28-2-2020 rahul    */
    .contact-inner{
        width: 100%;
        padding: 0px;
    }
    .contact-form-info {
    padding: 0px;
    }
    .login-box{
        width: 100%;
    }
    .register-box {
        padding: 0px 0px;
    }
     .notification-box{
    width: 270px;
    right: 3%;
  }
}

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

.video > h4 {
    top: inherit;
    left: inherit;
    margin-top: 20px;
    position: relative;
    transform: inherit;
    text-align: center;
}

.video-fbox { flex-wrap: wrap; }
    .login-box.newGrids { padding: 15px; }
    .login-box.newGrids .regField .buttons { font-size: 14px; }
.video-desp {
    order: 2;
    width: 100%;
    padding: 25px;
}

.video-thumb {
    width: 100%;
}

.video-thumb img {
    height: 200px;
    object-fit: contain;
}

.video-fbox {
    flex-wrap: wrap;
    margin: 15px 0;
}

.p-images {
    flex-wrap: wrap;
    justify-content: space-around;
}

.inner-banner {
    width: 100%;
    padding: 39px 0;
    min-height: inherit;
    background-size: inherit;
    background: #283138;
    background-position: inherit;
}

.inner-headers h4 {
    font-size: 30px;
    text-align: center;
}

.answer_options >div {
    width: 100% !important;
}

}

@media screen and (max-width: 480px) {
  .s-media{
    display: none;
}

.appscreen {  width: 150px; }

.playstore { width: 90px; }

.abt-apps > div:last-child { margin: 15px 0 0; }

.tab-details > div {  width: 100%; }

.tab-details > div:last-child {
    margin-left: 0;
    margin-top: 10px;
}
}

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

.round {  display: none; }

.boxheadings {   padding-top: 0; }

.appscreen {   width: 100px; }

.tag-line h4 { line-height: 25px; }

.main-heading h5 {  font-size: 24px; }
}
.login-box.newGrids .grids ul li {
    list-style: circle;
    padding: 0 0 6px;
    margin: 0 0 0 15px;
    line-height: 16px;}