body {
    background-color: transparent;
   // background-image: linear-gradient(271deg, #59B2B1 0%, #133740 100%);
    background-image: linear-gradient(271deg, #9acfce 0%, #b1d7d6 100%);
	font-family: 'Poppins', sans-serif;
}
button,
input {
   font-family: 'Poppins', sans-serif;
}

a {
    color: #f96332;
}

a:hover,
a:focus {
    color: #f96332;
}

p {
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
}
.category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

body {
    color: #2c2c2c;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

*/
.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    /*color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 23px;
    line-height: 1.5;*/
    color: #000000;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}


.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
	background:transparent !important;
	    box-shadow: none !important;
    /*margin-bottom: 30px;*/
  /*  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
}





.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a.tab_link:hover {
    color: #555;
    cursor: pointer;
    background-color: #fff;
 /*   border: 1px solid #ddd;*/
     border: unset;
    border-bottom-color: 1px solid #ddd !important;
}
.tab-content.text-center.bvccvcc {
    text-align: left !important;
}
.text_sec {
    width: 75%;
    margin: 0 auto;
}
.text_sec p {
    color: #020202;
    font-weight: 500;
    opacity: unset !important;
    margin-bottom: 20px;
}

div#home {
    padding-bottom: 0px;
}



.card-body {
    margin-top: 0px;
}
select#lang_translator {
    margin-left: 10px;
}
.lang {
    display: flex;
    align-items: center;
    justify-content: end;
}
.col-md-12.col-xl-12.box_sec {
   /* box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);*/
    max-width: 96%;
    margin: 0 auto !important;
}
/*logo css start*/

/*.logo_section {
    text-align: center;
    margin-bottom: 65px;
}*/
.logo_section {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
img {
    width: 100%;
}
 
.logo_img img {
    height: 100%;
}
.logo_img {
    width: 40%;
    margin: 0 auto;
    height: 110px;
}
.heading_Test h2 {
    font: 400 25px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
    color: #73879C;
}
.heading_Test {
    margin-top: 20px;
}
/*logo css end*/

/*login page css start*/


input#usr, input#pwd, input#number, input#ISSUE, input#EMAIL, input#ROLE, textarea#comment_text  {
    font-size: 16px;
    height: 45px;
}

.btn_login button.btn.btn-primary:hover {
    background: #225158;
    border: 1px solid #183f47;
    font-size: 16px;
    color: white;
    display: inline-block;
    padding: 12px 50px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
textarea#ser_comment1 {
    height: 60px !important;
}
a.Forgot_password {
    color: #000000;
}
a.Forgot_password:hover{
    color: #000000;
    text-decoration: underline;
}
.form-group.login_form {
    margin-bottom: 20px;
}
/*login page css end*/

/* Ask us page css end*/

h1.Form_heading.text-center {
    width: 63%;
    margin: 0 auto;
    background: #040404;
    padding: 7px;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
}
.Form_heading_sec {
    margin-bottom: 40px;
}
/*.btn_submit {
    text-align: center;
    margin-top: 30px;
}*/

/* Ask us page css end*/

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

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}
.heading_Test h2:before {
    background: #7e7e7e;
    background: linear-gradient(right,#7e7e7e 0,#fff 100%);
    left: 0;
}
.heading_Test h2:after, .heading_Test h2:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%;
}

.heading_Test h2:after {
    background: #7e7e7e;
    background: linear-gradient(left,#7e7e7e 0,#fff 100%);
    right: 0;
}
.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    max-width: 300px !important;
}

/*new header css start*/

.card-header {
    display: inline-flex;
}
.logo_section_img {
    display: flex;
	    align-items: center;
}
.logo_head {
    width: 100%;
}
.logo {
    width: 178px;
    margin: 0 auto;
}
.logo_img_second {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}
.logo_img_second img {
    height: 100%;
    object-fit: contain;
}

.tab-pane{
	width: 400px;
    margin: 0 auto;
}

/*.heading_Test_second {
    padding-top: 13px;
    margin-left: 15px;
}*/
ul.nav.nav-tabs.justify-content-center {
    padding: 0;
    width: 100%;
    text-align: center;
	margin-bottom:0px;
}

/*.lang {
   display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 15px;
    float: right;
}
*/


/*17-feb css start*/

.card-body {
    background: transparent !important;
}

.text_sec {
    width: 100%;
    margin: 0 auto;
}

.card-header.header_section {
    border: none !important;
    padding: 0.99rem 2.25rem !important;
    width: 100%;
}
button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:active , button.btn.btn-primary.button:hover, button.btn.btn-primary.button:focus, button.btn.btn-primary.button:active{
    background: #fff;
    color: #225158;
    border: 1px solid #225158;
}

.form-group label {
    font-weight: 500;
    color: black;
	text-transform: uppercase;

}
.form-control {
    background-color: #fff !important;
    font-size: 16px;
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 40px !important;
    border-radius: 10px;
    padding: 0 15px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
textarea#comment {
    background: #fdfdfd;
}
h1.Form_heading.text-center {
    width: 100%;
}

.login-div {
    width: 600px;
    margin: 20px auto 0px;
    box-shadow: 0px 0px 30px -5px #1e4951;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px 50px 30px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
}


input#username, input#password {
    font-size: 16px;
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 60px;
    border-radius: 50px;
    padding: 0 15px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

a.nav-link.tab_link.active {
	background: rgb(159 209 208 / 45%) !important;
    border-bottom: none !important;
	    border-radius: 15px;
		color:#133740;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
   /*box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 20%);*/
   box-shadow: unset;
}

.nav-tabs>.nav-item>.nav-link {
    margin: 0px 15px;
	font-family: 'Poppins', sans-serif;
}
.Form_heading_sec {
    margin-bottom: 0; 
}
h1.Form_heading.text-center {
    width: 100%;
    margin: 0 !important;
    text-align: center;
    background: #225158;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    border-radius: 15px;
    font-size: 18px;
}

.heading_Test_second h2 {
    color: #fff;
}
.form-sec.Ask_us {
    border-radius: 0px 0px 6px 6px;
	margin-top:30px;
}
button.btn.btn-primary {
       background: #225158;
    border: 1px solid #183f47;
    font-size: 16px;
    color: white;
    display: inline-block;
    padding: 12px 50px;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
	text-transform: capitalize;
}


.nav-tabs>li>a {
   border: unset !important;
}

.empty_error{
	border-color: #ff0000;
}
.empty_err{
	border-color: #ff0000 !important;
}
.empty_lerr{
	border-color: #ff0000 !important;
}
.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #d3d3d3;
    margin-left: 10px !important;
}

.out_log {
    margin: 0 auto;
    text-align: center;
    width: 600px;
}
.out_log .logo_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.out_log .logo_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 768px) {
	
	.tab-pane {
    width: 80%;
    margin: 0 auto;
}
 .out_log ,.login-div{
	 width:100%;
 }
 
 h1.Form_heading.text-center{
	 font-size:14px;
 }
 .nav-tabs .nav-item {
    float: none;
    display: inline-block;
}
.nav-tabs>.nav-item>.nav-link {
    margin: 0px 3px;
	padding: 3px 10px;
	font-size: 14px;
}

.login-div{
	padding:20px;
}
button.btn.btn-primary{
	padding:9px 20px;
}
}

/*17-feb css end*/

/*new header css end*/
