body{
  /* font-family: 'poppins Regular'; */
  font-family: 'Roboto', sans-serif;
}

table.table-small-font > tbody > tr > td .accordian-body button.cancel_btn_style{
  padding:5px 10px;
}

.dx-overlay-wrapper > .dx-overlay-content > .dx-popup-content > .dx-form > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content > .dx-layout-manager > .dx-widget > .dx-box-flex > .dx-item > .dx-item-content > .dx-first-row > .dx-field-item-content > .dx-form-group > .dx-form-group-content > .dx-layout-manager > .dx-widget > .dx-box-flex > .dx-item:nth-last-child(-n+4) {
  display: none !important;
}

/* Timer */
.meeting_calendar_card_new .time_zone{
  margin: 40px 40px 0 40px;
}

.meeting_calendar_card_new .time_date{
  text-align: center;
}

.meeting_calendar_card_new .time_date h3{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.meeting_calendar_card_new .time_date .time_scroll{
  overflow-y: scroll;
  height: 300px;
}

.meeting_calendar_card_new .time_date ul{
  margin: 15px 0 0 0;
  padding: 0;
  margin: 0 20px;
}

.meeting_calendar_card_new .time_date ul li{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  list-style: none;
  padding: 10px 0;
}

.meeting_calendar_card_new .time_date ul li:hover{
  border: 1px solid #000;
  cursor: pointer;
}

.meeting_calendar_card_new .time_date ul li.confirm_btn:hover {
  border: none;
}
.meeting_calendar_card_new .time_date ul li.confirm_btn{
  display: flex;
  padding: 0;
  justify-content: space-between;
}

.meeting_calendar_card_new .time_date ul li.confirm_btn a:first-child{
  background-color: #6f6f6f;
  color: #fff;
  width: 49%;
  display: inline-block;
  padding: 5px 0;
  font-size: 11px;
}

.meeting_calendar_card_new .time_date ul li.confirm_btn a:last-child{
  background-color: #000;
  color: #fff;
  width: 49%;
  display: inline-block;
  padding: 5px 0;
  font-size: 11px;

}

.btn-ouline-primary{
  font-family: 'poppinssemibold';
  border: 1px solid rgb(150, 150, 150) !important;
  padding: 5px 0px;
  font-size: 12px;
  color: rgb(90, 90, 90);
  background-color: transparent;
  border-radius: 5px;
  margin-left: 2px;
  margin-bottom: 4px;
  transition: all ease 0.5s;
  width: 92%;
}

.btn-ouline-primary:hover{
  color: #000;
  border: 1px solid #000 !important;
}

.btn-ouline-primary-selected{
  font-family: 'poppinssemibold';
  border: 1px solid #000 !important;
  padding: 5px 0px;
  font-size: 12px;
  color: #000;
  border-radius: 5px;
  margin-left: 2px;
  margin-bottom: 4px;
  width: 92%;
  transition: all ease 0.5s;
}


img{
  max-width: 100%;
}

.pastDue {
  background-color:#f5cdcd;
}


.todayDue {
  background-color:#cff5cd;
}

.dueInFuture {
  background-color:#e9e9e9;
}

.signup_field .ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
  top: 0px;
}

.submit_case_form_cstm input[type="text"] {
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}

.coustomer_filter .search_box select {
  border: none;
  padding: 7px 10px;
  border-radius: 0.25rem;
}

.pastDue td,
.todayDue td,
.dueInFuture td{
  background-color: transparent !important;
}

a{
  transition: ease all 0.5s;
}

a:hover{
  text-decoration: none;
}

:focus{
  outline: none;
}

/* === header start here === */

.header{
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  box-shadow: 0px 5px 6px #d7d6d6;
  position: relative;
  z-index: 9;
font-family: 'poppinssemibold';
}

.header_top_section{
  background-color: #000;
  padding: 5px 0;
  min-height: 54px;

}

.header_top_section ul{
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
}

.header_top_section li{
  list-style: none;
  margin-left: 40px;
}

.header_top_section li a{
  font-size: 0.938em;
  color: #fff;
}

.header_top_section li a img {
  width: 17px;
  margin-right: 5px;
}

.header_top_section li a:hover{
  color: #ff6442;
}

.social_icon_top li{
  margin: 0 0 0 18px;
}

.social_icon_top li a img{
  width: 19px;
}

.header .navbar-collapse{
  flex-grow: 0;
}

.nav_custon_style{
  padding: 20px 0;
}

.nav_custon_style .nav-item {
  margin-left: 17px;
}

.nav_custon_style .nav-link{
  font-size: 1.125em;
  color: #1b1b41 !important;
  font-family: 'poppinssemibold';
}

.nav_custon_style .nav-link:hover{
  color: #ff6442 !important;
}

.nav_custon_style .nav-item.nav_btn .nav-link{
  background-color: #555555;
  border-radius: 5px;
  color: #fff !important;
  padding: .5rem 2rem;
  font-weight: 400;
}

.nav_custon_style .nav-item.nav_btn .nav-link:hover{
  background-color: #1e1e43;
}



/* === header end here === */

/* === banner start here === */

.dk_none{
  display: none;
}

.banner_section{
  position: relative;
  text-align: right;
  padding: 50px 0;

}
.banner_section_inner{
  position: relative;
  text-align: right;
  padding: 0px 0;
background-color: #fff7f5;
margin-bottom: 50px;
padding-top: 28px;
}
.banner_section_inner h1{
  font-size: 4.375em;
  font-weight: 800;
  color: #000;
  margin: 0;
  position: relative;
}

.banner_section img{
  width: auto;
}

.banner_text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: left;
}

.banner_text h1{
  font-size: 2.938em;
  color: #2b2b7d;
  margin: 0;
  font-family: 'poppinssemibold';
}

.banner_text h1 span{
  color: #ff6442;
}

.banner_text p{
  font-size: 1.100em;
  color: #7f7f7f;
  margin: 0 0 40px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.banner_text a{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 25px;
  color: #ff6442;
  font-size: 1.250em;
  font-family: 'poppins', sans-serif;
  font-weight: Regular;
border: 1px solid #2b2b7d;
}

.banner_text a:hover{
  background-color: #1e1e43;
  color: #fff;
}

/* === banner end here === */


.body_heading{
  font-family: 'poppinssemibold';
  font-size: 2.813em;
  color: #2b2b7d;
  margin: 50px 0 0 0;
  position: relative;
  text-align: center;
}

.heading_sub-heading{
  font-size: 0.875em;
  font-weight: 400;
  color: #7f7f7f;
  margin: 10px 0 30px 0;
  position: relative;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.featurd_card{
  padding: 0 20px;
  text-align: center;
  margin: 45px 0 0 0;
}

.featurd_card span{
  display: block;
  margin-bottom: 15px;
}

.featurd_card h5{
  font-size: 1.375em;
  font-weight: 700;
  color: #1b1b41;
  margin: 0 0 10px 0;
text-transform: uppercase;
}

.featurd_card p{
  font-size: 0.875em;
  font-weight: 400;
  color: #71716f;
  margin: 0;
}

.benefits_section{
  background-color: #fff7f5;
  margin: 0px 0 0 0;
  padding-bottom: 60px;
}

.benefit_card{
  background-color: #fff;
  box-shadow: 0 0 6px #edebeb;
  border-radius: 5px;
  padding: 20px 5px;
}

.benefit_card span{
  display: inline-block;
  margin-right: 10px;
}

.benefit_card h6{
  font-size: 1.100em;
  font-weight: 700;
  color: #1b1b41;
  margin: 0 0 10px 0;
  padding: 0 15px;
  white-space: nowrap;
}

.benefit_card p{
  font-size: 0.875em;
  font-weight: 400;
  color: #7f7f7f;
  margin: 0;
  padding: 0 15px;
}

.benefit_card p a{
  color: #2b2b7d;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}

.testimonials_slider {
  margin-bottom: 80px;
}

.testimonial_card{
  border: 3px solid #fac100;
  padding:15px;
  position: relative;
}

.testimonial_card p{
  font-size: 1.000em;
  font-weight: 400;
  color: #010100;
  margin: 0 0 40px 0;
  line-height: 26px;
}

.testimonial_writer{
  background-color: #fff;
  position: absolute;
  bottom: -45px;
  left: 65px;
  padding: 0 25px;
}

.testimonial_writer span{
  margin-right: 15px;
}

.testimonial_writer p{
  font-size: 1.375em;
  color: #010100;
  font-weight: 700;
  margin: 18px 0 0 0;
}

.testimonial_writer p small{
  display: block;
  color: #888887;
  font-size: 0.875em;
}

.testimonials_slider .carousel-item{
  padding-bottom: 60px;
}

.testimonials_slider .carousel-indicators li{
  background: #555555;
  height: 10px;
  width: 9px;
  padding: 0 !important;
  border-radius: 50%;
  border: 0;
}

.testimonials_slider .carousel-indicators{
  bottom: -50px;
}

.register_section{
  background-color: #fff;
  padding:30px 0;
  margin-top: 0px;
}

.register_section h2{
  font-family: 'poppinssemibold';
  font-size: 2.813em;
  font-weight: 600;
  color: #2b2b7d;
  margin: 0;
}

.register_section p{
  font-size: 0.875em;
  font-weight: 300;
  color: #7f7f7f;
  margin: 0;
}

.register_section a {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 25px;
  color: #ff6442;
  font-size: 1.15em;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  border: 1px solid #2b2b7d;
  display: inline-block;
}

.register_section a:hover {
  background-color: #1e1e43;
  color: #fff;
}

.register_section h5{
  position: relative;
  margin: 50px 0 0 0;
  font-family: 'poppinssemibold';
  font-size: 1.375em;
}

.register_section h5::before{
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
}

.register_section h5 span{
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
  margin: 0 0 0 100px;
  position: relative;
  color: #2b2b7d;
}

.submit_case_form h3{
  font-family: 'poppinssemibold';
  color: #1e1e43;
  font-size: 1.625em;
  margin: 0 0 15px 0;
  padding: 50px 0 0 0;
}

.submit_case_form h3 a{
  font-family: 'poppinssemibold';
  color: #ff6442;
  font-size: 17.008px;
  margin: 0 0 15px 0;
  padding: 50px 0 0 10px;
}

.submit_case_form h3 a:hover{
  font-family: 'poppinssemibold';
  color: #1e1e43;
  font-size: 17.008px;
  margin: 0 0 15px 0;
  padding: 50px 0 0 10px;
}


.submit_case_form label{
  font-family: 'poppinssemibold';
  color: #1f1f1f;
  font-size: 0.938em;
  margin: 0;
}

.paid_proress{
  position: relative;
  background-color: #fff;
  height: 5px;
  width: 100px;
  display: inline-block;
  margin-left: 20px;
}

.paid_proress::after{
  background-color: rgb(18, 214, 18);
  height: 100%;
  width: 20%;
  position: absolute;
  content: "";
}

.submit_case_form p{
  color: #302f2f;
  font-size: 13px;
  margin: 0;
}

.submit_case_form p a{
  color: #ff6442;
  text-decoration: underline;
}

.submit_case_form p a:hover{
  color: #1b1b41;
}

.ant-form-item{
  margin-bottom: 0px !important;
}

.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
  top: -10px;
}

.submit_case_form input[type="text"]{
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}

.submit_case_form input[type="number"] {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}
.submit_case_form input[type="email"] {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}

.submit_case_form input[type="password"] {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}

.submit_case_form textarea{
  width: 100%;
  height: 150px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}

.submit_case_form input[type="radio"]{
  float: left;
  margin: 4px 5px 0 0 !important;
}

.submit_case_form .custom-select{
  margin-bottom: 15px;
}

.submit_case_form{
  background-color: #eeeeee;
  padding: 0 30px;
  margin: 30px 0 35px 0;
}
.submit_case_form2{
  background-color: #eeeeee;
  padding: 0 30px;
  margin: 30px 0 35px 0;
}
.submit_case_form2 h3{
  font-family: 'poppinssemibold';
  color: #1e1e43;
  font-size: 1.625em;
  margin: 0 0 15px 0;
  padding: 7px 0 0 0;
}

.submit_case_form2 h3 a{
  font-family: 'poppinssemibold';
  color: #ff6442;
  font-size: 17.008px;
  margin: 0 0 15px 0;
  padding: 7px 0 0 10px;
}

.submit_case_form2 h3 a:hover{
  font-family: 'poppinssemibold';
  color: #1e1e43;
  font-size: 17.008px;
  margin: 0 0 15px 0;
  padding: 50px 0 0 10px;
}
.submit_case_form2 label{
  font-family: 'poppinssemibold';
  color: #1e1e43;
  font-size: 0.938em;
  margin: 0;
}
.submit_case_form2 p{
  color: #686868;
  font-size: 0.813em;
  margin: 0;
}




.case_form_section{
  background-color: #fff7f5;
  margin: 70px 0 0 0;
  padding: 0 0 50px 0;
}

.contact_info_card{
  border: 1px solid #eceaea;
  border-radius: 5px;
  background-color: #f9f8f7;
  width: 31.5%;
}

.contact_info_card span{
  background-color: #ff6442;
  border-radius: 5px;
  text-align: center;
  width: 90px;
  height: 80px;
  padding: 22px 0 0 0;
  margin: 0 15px 0 0;
}

.contact_info_card h5{
  color: #1b1b41;
  font-size: 0.875em;
  font-weight: 600;
  margin: 0;
}

.contact_info_card h4{
  color: #7f7f7f;
  font-size: 0.875em;
  font-weight: 300;
  margin: 0;
}

.contact_body_text{
  margin: 0 0 30px 0;
}

.contact_body_text span{
  display: inline-block;
  margin: 10px 30px 15px 0;
  float: left;
}

.contact_body_text h2{
  font-weight: 700;
  font-size: 2.500em;
  color: #1075dd;
  margin: 0 0 10px 0;
}

.contact_body_text p{
  font-weight: 400;
  font-size: 1.000em;
  color: #929292;
  margin: 0;
}

.contact_info{
  margin: 0;
}

.contact_info > div{
  margin: 20px 0 0 0;
}

.contact_info h3{
  font-weight: 700;
  font-size: 1.250em;
  color: #636363;
  margin: 0;
  text-transform: uppercase;
}

.contact_info img{
  margin: 5px 0 0 0;
}

.contact_info p{
  font-weight: 400;
  font-size: 0.875em;
  color: #929292;
  margin: 0 0 0 15px;
}

.contact_info p strong{
  font-weight: 700;
  font-size: 1.125em;
  color: #929292;
  display: block;
}

.contact_us_form{
  background-color: #f9f9f9;
  /* border:1px solid #e7e7e7; */
  padding: 50px 30px;
  box-shadow: 0 0 6px #edebeb;
  margin: 30px 0 0 0;
  border-radius: 5px;
}

.contact_us_form label{
  font-family: 'poppinssemibold';
  font-size: 0.875em;
  color: #7f7f7f;
  margin: 0 0 5px 0;
}

.contact_us_form input{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: none;
  height: 38px;
  margin: 0 0 20px 0;
}

.multi_input > div:nth-child(1){
  width: 40%;
}

.multi_input > div:nth-child(2){
  width: 20%;
}

.multi_input > div:nth-child(3){
  width: 30%;
}

.contact_us_form button{
  font-family: 'poppinssemibold';
  border: 1px solid #dddddd;
  padding: 5px 40px;
  font-size: 1.250em;
  color: #fff;
border-radius: 25px;
  background-color: #000;
  box-shadow: 3px 3px 8px 0px #e7e7e7;
}

.contact_us_form button:hover{
  background-color: #555;
  color: #fff;
}

.submit_btn_style{
  font-family: 'poppinssemibold';
  border: 1px solid #dddddd;
  padding: 5px 40px;
  font-size: 1.250em;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0px #e7e7e7;
  transition: all ease 0.5s;
}

.submit_btn_style:hover{
  background-color: #555;
  color: #fff;
}

.reply_btn_style{
  font-family: 'poppinssemibold';
  border: 1px solid #dddddd;
  padding: 5px 40px;
  font-size: 1.250em;
  color: #fff;
  background-color: #2b2b7d;
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0px #e7e7e7;
  transition: all ease 0.5s;
}

.reply_btn_style:hover{
  background-color: #ff6442;
  color: #fff;
}

/* ===== Decline popup css start ===== */

.update_job_pop .modal-header{
  background: #fff;
  border: 0;
}

.update_job_pop .modal-header .tick_box{
  text-align: center;
  margin: 30px auto 10px auto;
}

.update_job_pop .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #989595;
  opacity: unset;
}

.update_job_pop .modal-body h4{
  font-size: 2.188em;
  color: #7b7b7b;
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: 700;
}

.update_job_pop .modal-body h3{
  font-family: 'poppinssemibold';
  font-size: 2.938em;
  color: #7b7b7b;
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: 700;
}

.update_job_pop .modal-body h6{
  color: #7b7b7b;
  margin-right: 20px;
  font-size: 1.000em;
  text-align: center;
  font-weight: 500;
}

.update_job_pop .modal-body textarea {
  font-size: 14px;
  color: #464644;
  margin: 0 0 20px 0;
  line-height: 20px;
  border:1px solid #959595;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 190px;
}

.btn_style_1{
  background-color: #515050;
  border-radius: 5px;
  font-size: 0.750em;
  font-weight: 600;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 7px 30px;
  min-width: 110px;
}

.btn_style_2{
  background-color: #6bc76b;
  border-radius: 5px;
  font-size: 0.750em;
  font-weight: 600;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 7px 30px;
  min-width: 110px;
}

.btn_style_3{
  background-color: #ff6442;
  border-radius: 5px;
  font-size: 0.750em;
  font-weight: 600;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 7px 30px;
  min-width: 110px;
}

.btn_style_1:hover, .btn_style_2:hover, .btn_style_3:hover{
  background-color: #000;
}

.login_page_form{
  border:1px solid #e0e0e0;
  max-width: 434px;
  margin: 80px auto;
  padding: 50px 30px;
background-color: #efefef;
border-radius: 20px;
}

.login_page_form h1{
  font-family: 'poppinssemibold';
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}

.login_page_form .login_form{
  margin: 30px 0 0px 0;
  position: relative;
}

.login_page_form .login_form img{
  position: absolute;
  left: 15px;
  top: 10px;
}

.login_page_form .login_form input{
  border:1px solid #e0e0e0;
  width: 100%;
  padding: 2px 10px 2px 15px;
  height: 43px;
border-radius: 5px;
}

.login_page_form .submit_btn{
  background-color: #000;
  border-radius: 5px;
  padding: 4px 25px;
  color: #fff;
  font-size: 1.250em;
  font-family: 'poppins', sans-serif;
  font-weight: Regular;
  border: 1px solid #000;
}

.login_page_form .submit_btn:hover{
  background-color: #fff;
  color: #000;
}

.login_page_form a{
  font-size: 0.875em;
  color: #1b1b41;
  font-weight: 400;
  margin: 0;
}

/* ==== Inner page css start here ==== */

.body_tab_section{
  margin: 60px 0 60px 0;
}

.body_tab_section .tab-content{
  background: #fff;
}

.table_header{
  padding: 10px 15px;
}

.body_tab_section .nav-tabs{
  background-color: #ebebeb;
}

.body_tab_section .nav-tabs .nav-item{
  border-right: 1px solid #d7d7d7;
}

.body_tab_section .nav-tabs .nav-item:last-child{
  border-right: none;
}

.body_tab_section  .nav-link{
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  transition: all ease .5s;
  padding: 0.7rem 2.15rem;
  border-radius: 0;
}

.body_tab_section .nav-tabs .nav-link:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}

.body_tab_section .nav-tabs .nav-link.active{
  background: #000;
  border-color: #000;
  color: #fff;
}

.body_tab_section .nav-tabs .nav-item.show .nav-link{
  background: transparent;
  border-color: transparent;
  color: #000;
}

.body_tab_section .dropdown-menu{
  background-color: #f0f0ef;
  border: none;
  padding-top: 0;
}

.body_tab_section .dropdown-menu .dropdown-item{
  border-bottom:1px solid #a0a09c;
  font-size: 14px;
}

/* ========== Edit my Account css start ======== */

.inner_page_heading{
  position: relative;
  margin: 25px 0 20px 0;
}

.inner_page_heading::before{
  width: 100%;
  height: 1px;
  background-color: #979696;
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
}

.inner_page_heading h1{
  font-family: 'poppinssemibold';
  color: #000;
  font-size: 1.375em;
  background-color: #ffffff;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  margin: 10px 0 0 80px;
}

.inner_page_heading .main_btns{
  background-color: #ffffff;
  padding: 0 10px 0 20px;
  position: relative;
  display: inline-block;
  top: -5px;
}

.inner_page_heading .main_btns img {
  width: 25px;
  cursor: pointer;
}

.inner_page_heading .main_btns.right_btns{
  margin-right: 50px;
}

.inner_page_heading .main_btns a{
  background-color: #000;
  border-radius: 5px;
  font-size: 1.063em;
  font-weight: 500;
  color: #fff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 7px 30px;
  white-space: nowrap;
}

.inner_page_heading .main_btns a.gray{
  background-color: #515050;
}

.inner_page_heading .main_btns a:hover{
  background-color: #555;
}

.inner_page_heading .main_btns .trans-text{
  background-color: transparent;
  padding-right: 0;
  color: #1b1b41;
  margin: 7px 0 0 30px;
  font-size: 1.063em;
  font-weight: 500;
}

.my_coustomer_table table thead th{
  background: #cac9c9;
  padding: 15px 12px;
  font-size: 17px;
  border-right: 1px solid #d9d9d9;
  text-align: left;
  white-space: nowrap;
}

.my_coustomer_table tbody td{
  padding: 13px 12px;
  font-size: 14px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

.my_coustomer_table tbody tr:nth-child(even) td{
  background: none;
}

.my_coustomer_table tbody td img{
  margin: 0 10px 0 0;
}

.my_coustomer_table .tr-bg {
  background: #e8e8e8;
}

.message_center_table{
  background: #fff;
}

.message_center_table tbody td{
  padding: 8px 30px;
}

.my_coustomer_table tbody td img.thumb{
  width: 40px;
  border: 1px solid #464646;
}

.my_coustomer_table tbody td:last-child{
  border-right: none;
}

.my_coustomer_table .edit_icon{
  white-space: nowrap;
}

.my_coustomer_table .edit_icon i {
  margin: 0 10px 0 0;
}

.my_coustomer_table a{
  font-size: 14px;
  color: #1e1e43;
  margin: 0 10px 0 0;
  font-weight: 500;

}

.my_coustomer_table a:hover{
  color: #000;
text-decoration: underline;
}

.pagenation_section{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 80px 0;
}

.pagenation_section span{
  cursor: pointer;
  transition: all ease 0.5s;
}

.pagenation_section span:hover img{
  opacity: .7;
  transition: all ease 0.5s;
}

.pagenation_section nav{
  display: inline-block !important;
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 5px 10px;
}

.pagenation_section .page-link{
  background-color: transparent;
  border: 0;
  color: #8c8c8c;
  border-radius: 50% !important;
  height: 25px;
  width: 25px;
  padding: 3px 0;
  text-align: center;
}



.pagenation_section .page-item{
  margin: 0px 2px;
}

.pagenation_section .page-item:hover .page-link{
  background-color: #1e1e43 !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 15px;
}

.pagenation_section .page-item.active .page-link{
  background-color: #000 !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 15px;
}

.case_info_form{
  border: 0px solid #959595;
  padding: 20px;
  margin: 15px 0 30px 0;
}

.case_info_form label{
  margin: 10px 0 0 0;
}

.case_info_form .icon{
  position: relative;
}

.case_info_form .icon img{
  position: absolute;
  right: 11px;
  top: 11px;
}

.document_field{
  margin: 0;
  position: relative;
}

.submit_case_form .document_field input[type="text"] {
  padding-left: 60px !important;
}

.document_field .file_icon{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #999999;
  border-radius: 5px;
  padding: 11px 12px;
  cursor: pointer;
}

.document_field .add_more{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #999999;
  border-radius: 5px;
  padding: 12px 12px;
  cursor: pointer;
}

.document_field .add_more p{
  color: #fff;
}

.uploaded_files{
  display: flex;
}

.uploaded_files > div{
  display: inline-block;
  border: 1px solid #2b2b7d;
  padding: 7px 25px;
  border-radius: 30px;
  margin: 0 20px 10px 0;
}

.uploaded_files > div h6{
  margin: 0;
  color: #999797;
  font-size: 0.813em;
  margin: 0;
}

.uploaded_files > div img{
  margin-right: 20px;
  cursor: pointer;
}

/* select start */

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  height: auto;
  font-size:1.000em;
  padding: 0;
  width: 100%;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

.select-selected::before {
  position: absolute;
  content: "";
  background: transparent;
  height: 34px;
  width: 38px;
  right: 0;
  top: 0;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 13px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #707070 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #707070 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  color: #787171;
  padding: 11px 15px;
  border: 0px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-radius:4px;
}

.select-items div {
  color: #787171;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-bottom:1px solid #999;
  border-top:none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius:4px;
  border:1px solid #999;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* select end */

/* ==== Msg box css start ==== */


.schedule_interview_pop .modal-header{
  font-size: 1.000em;
  background: #000;
  color: #fff;
  padding: 7px 25px;
  border-radius: 10px 10px 0px 0;
}

.schedule_interview_pop .modal-header h4{
  font-family: 'poppinssemibold';
  font-size: 1.000em;
}

.schedule_interview_pop .modal-header h4 small{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.000em;
}

.schedule_interview_pop .modal-content{
  border-radius: 15px;
  border: none;
}

.schedule_interview_pop button.close {
  opacity: 100%;
  width: 50px;
}

.popup_form input[type="text"]{
  width: 100%;
  border: none;
  border-bottom:1px solid #1e1e43;
  margin-bottom: 15px;
  background: #fff;
  font-size: 14px;
  padding: 7px 13px;
}

.popup_form input[type="text"]::placeholder {
  font-family: 'poppinssemibold';
  font-size: 1.000em;
  color: #1e1e43;
  opacity: 1; /* Firefox */
}

.popup_form textarea{
  width: 100%;
  height: 150px;
  border:0px solid #d7d7d7;
  background: #fff;
  font-size: 14px;
  padding: 7px 13px;
}

.schedule_interview_pop .popup_form{
  position: relative;
}

.schedule_interview_pop .popup_form .mail_cc{
  position: absolute;
  right: 10px;
  top: 10px;
}

.schedule_interview_pop .popup_form .mail_reply{
  position: absolute;
  left: 10px;
  top: 5px;
}

.schedule_interview_pop .popup_form .mail_cc a{
  color: #515050;
}

.schedule_interview_pop .modal-footer button {
  background-color: #000;
  border: none;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 1.125em;
  color: #fff;
  border-radius: 5px;
  margin: 0;
}

/* ==== Msg box css end ==== */

.coustomer_filter{
  margin: 0;
  padding: 0 10px;
}

.coustomer_filter li{
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.coustomer_filter li:after{
  position: absolute;
  height: 15px;
  width: 1px;
  background: #000;
  content: "";
  right: -17px;
  top: 6px;
}

.coustomer_filter li:last-child:after{
  background: none;
}

.coustomer_filter li a{
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  color: #000;
  transition: all ease .2s;
  white-space: nowrap;
  font-weight: 600;
}

.coustomer_filter li a:hover{
  color: #ae7e39;
}

.coustomer_filter .custom-select {
  width: 200px;
  margin-right: 20px;
}

.coustomer_filter .select-selected{
  padding: 6px 10px;
}

.coustomer_filter .select-selected:after {
  top: 14px;
}

.coustomer_filter .select-selected.select-arrow-active:after {
  top: 7px;
}

.coustomer_filter .search_box{
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  position: relative;
}

.coustomer_filter .search_box input{
  border: none;
  padding: 6px 10px;
  border-radius: 0.25rem;
}

.coustomer_filter .search_box img{
  position: absolute;
  right: 10px;
  top: 10px;
}

.coustomer_filter .export_button{
  color: #515050;
  font-size: 0.813em;
  text-decoration: underline;
}

.coustomer_filter .export_button:hover{
  color: #1b1b41;
}
.export2_button{
font-family: 'poppinssemibold';
  background-color: #1e1e43;
  border-radius: 5px;
  font-size: 1.063em;
  font-weight: 500;
  color: #fff;
  border: 0;
  margin: 0 10px 0 10px;
  padding: 7px 30px 7px 5px;
  white-space: nowrap;
}

.export2_button:hover{
  color: #fff;
  text-decoration: none;
  background: #ff6442 ;
}

.add_profile_img{
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.add_profile_img h6{
  color: #000;
  font-size: 1.125em;
  font-family: 'poppinssemibold';
}

.check_account{
  display: flex;
}

.check_account input{
  float: left;
  margin: 0px 12px 0 0;
}

.check_account p{
  font-family: 'poppinssemibold';
  color: #515050;
}

.check_account.completed i{
  color: #2cba00;
}

.check_account.completed p{
  /* text-decoration: line-through;*/

}

.check_account i{
  color: red;
  margin-right: 5px;
}

.check_account i.fa-angle-left, .check_account i.fa-angle-right{
  color: #333;
  font-size: 17px;
}

.check_account h6{
  font-family: 'poppinssemibold';
  color: #2cba00;
  font-size: 13px;
  margin: 0 5px 0 0;
  line-height: 1.5;
}

.check_account h6.next{
  font-family: 'poppinssemibold';
  color: #ff0e0e;
margin: 0 10px 0 0;

}

.check_account h6 a{
  font-family: 'poppinssemibold';
  color: #ff0e0e;
}

.check_account h6 a:hover{
  color: #1e1e43;
}

/* =====  popup css start ===== */

.application_decline .modal-header{
  /* background: #ff6961; */
  border: 0;
}

.application_decline .modal-header .tick_box{
  background: #fff;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  text-align: center;
  color: #ff6961;
  font-size: 112px;
  margin: 0px auto;
}

.application_decline .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #989595;
  opacity: unset;
}

.application_decline .modal-body h4{
  font-size: 37px;
  color: #000;
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: 600;
}

.application_decline .modal-body h3{
  font-size: 47px;
  color: #000;
  margin: 5px 0 20px 0;
  font-weight: 700;
  text-align: center;
font-family: 'poppinssemibold';
}

.application_decline .modal-body h6{
  color: #000;
  margin-right: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
font-family: 'poppinssemibold';
}

.application_decline .modal-body textarea {
  font-size: 14px;
  color: #464644;
  margin: 0 0 20px 0;
  line-height: 20px;
  border:1px solid #959595;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 190px;
}

.cancel_btn_style{
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 8px 35px;
  border-radius: 5px;
  border: none;
  transition: all ease .5s;
}

.cancel_btn_style:hover{
  background: #4a4a4a;
}

.cancel_btn_style.active{
  background: #4a4a4a;
}

.save_btn_style{
  background: #002e79;
  color: #fff;
  font-size: 16px;
  padding: 8px 35px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 6px #999;
  transition: all ease .5s;
}

.save_btn_style.pink{
  background: #4a4a4a;
}

.save_btn_style:hover{
  background: #000;
}

.green_btn_style{
  background: #e50000;
  color: #fff;
  font-size: 16px;
  padding: 8px 35px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 6px #999;
  transition: all ease .5s;
}

.green_btn_style.green{
  background: #1e1e43;
}

.green_btn_style:hover{
  background: #ff6442;
}

.text_pop h6{
  font-family: 'poppinssemibold';
  font-size: 1.000em;
  color: #1e1e43;
}

.text_pop h6 small{
  font-family: 'Roboto', sans-serif;
  color: #515050;
  font-weight: 300;
}

.text_pop p{
  font-size: 0.875em;
  color: #515050;
  font-weight: 300;
}

.question_form{
  margin: 0;
  position: relative;
}

.question_form input[type=text]{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 38px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}

.question_form textarea{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 138px;
  margin: 0;
  border-radius: 5px;
}

.question_form label{
  margin: 0;
}

.question_form p{
  color: #a9a9a9;
  font-size: 14px;
}


.customer_detaisl_header{
  font-size: 1.000em;
  background: #000;
  color: #fff;
  padding: 7px 25px;
}

/* =====  popup css end ===== */

/* ============ Admin Dashboard css start =============== */
.dashboard_report_card_main{
  width: 48.5%;
}

.dashboard_main_section{
  font-family: 'Poppins', sans-serif;
  margin: 40px 0;
}

.dashboard_main_card{
  background-color: #f8f8f8;
  box-shadow: 3px 3px 3px 0px #e7e5e5;
  padding: 20px 20px 12px 20px;
  border-radius: 10px;
  width: 48.5%;
}

.dashboard_main_card h4{
  font-size: 1.563em;
  color: #1e1e43;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #cecece;
  font-weight: 600;
  padding: 0 0 10px 0;
}

.dashboard_main_card h6{
  font-size: 14px;
  color: #1e1e43;
  margin:0;
  font-weight: 500;
}

.dashboard_main_card h6 small{
  font-size: 11px;
  font-weight: 300;
}

.dashboard_report_section{
  font-family: 'Poppins', sans-serif;
  margin: 40px 0;
}

.dashboard_report_card{
  width: 100%;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 3px 3px 3px 0px #e7e5e5;
}

.dashboard_report_card .report_header{
  background-color: #efefef;
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #e2e2e6;
}

.dashboard_report_card .report_header h2{
  font-size: 15px;
  color: #515151;
  font-weight: 400;
  margin: 0;
}

.dashboard_report_card .report_header h6{
  font-size: 11px;
  color: #515050;
  font-weight: 300;
  margin: 0 0 0 20px;
}

.dashboard_report_card .report_header h6 span{
  height: 10px;
  width: 10px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 4px 0 0;
  background-color: #ff6442;
}

.dashboard_report_card .report_header h6 span.blue{
  background-color: #1e1e43;
}

.dashboard_report_card .report_body{
  text-align: center;
  padding: 15px;
}

.dashboard_report_card .report_body img{
  width: 100%;
}

.report_card_list{
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}

.report_card_list:nth-last-child(2){
  border: none;
}

.report_card_list .report_img{
  border: 1px solid #ff6442;
  border-radius: 10px;
  width: 45px;
  margin: 0 15px 0 0;
}

.report_card_list .report_text{
  text-align: left;
}

.report_card_list .report_text h1{
  font-size: 14px;
  font-weight: 600;
  color: #ff6442;
  margin: 0 0 5px 0;
}

.report_card_list .report_text h5{
  font-size: 12px;
  color: #1e1e43;
  margin: 0 10px 0 0;
  font-weight: 500;
}

.report_card_list .report_text h5 small{
  font-size: 11px;
  font-weight: 300;
}

.report_card_list .icon{
  cursor: pointer;
}

.dashboard_report_card .view_more{
  text-align: center;
}

.dashboard_report_card .view_more a{
  font-size: 12px;
  color: #1e1e43;
  margin: 0 10px 0 0;
  font-weight: 500;
  text-decoration: underline;
}

.dashboard_report_card .view_more a:hover{
  color: #ff6442;
}

.assign_select_style{
  width: 130px;
  border: none;
}

.assign_select_style .select-selected{
  padding: 0;
  background-color: #cac9c9;
  color: #212529;
  font-size: 17px;
  font-weight: 600;
}

.assign_select_style .select-selected:after {
  top: 8px;
}

.assign_select_style .select-selected.select-arrow-active:after{
  top: 0;
}


/* ============ Admin Dashboard css end =============== */

.calendar_section_main{
  border: 1px solid #b8b8b8;
  padding: 50px;
  margin: 20px 0;
}

.calendar_options{
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 5px 10px;
  color: #b4bbcc;
  font-size: 14px;
  font-weight: 400;
}

.calendar_options p{
  margin: 0;
}

.calendar_options .date_width{
  width: 100px;
}

.title_text{
  font-family: 'poppinssemibold';
  font-weight: 700;
  font-size: 28px;
  color: #000;
  margin: 0;
}

.subtitle_text{
  font-family: 'poppinssemibold';
  font-size: 16px;
  color: #b4bbcc;
}

.calenday_options_2{
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 0;
  color: #b4bbcc;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.calenday_options_2 ul{
  margin: 0;
  padding: 0;
  display: flex;
}

.calenday_options_2 ul li{
  list-style: none;
  position: relative;
  padding: 5px 18px;
}

.calenday_options_2 ul li:after{
  content: "";
  height: 100%;
  width: 1px;
  background-color: #cdcdcd;
  position: absolute;
  right: 0;
  top: 0;
}

.calenday_options_2 ul li:last-child::after{
  display: none;
}

.calenday_options_2 ul li:hover{
  color: #000;
}

.calenday_options_2 ul li.active{
  color: #000;
}

.calendar_table_main{
  margin: 30px 0 0 0;
}

.calendar_table_main table{
  width: 100%;
}

.calendar_table_main table thead th{
  font-family: 'poppinssemibold';
  text-align: right;
  padding: 20px;
  font-size: 16px;
  color: #b4bbcc;
  border:none;
  border-bottom: 1px solid #6c6c6c;
}

.calendar_table_main table tbody td{
  font-family: 'poppinssemibold';
  text-align: right;
  padding: 20px;
  font-size: 16px;
  color: #000;
  border:1px solid #6c6c6c;
  height: 105px;
  vertical-align: top;
}

.calendar_table_main table tbody td.other_mon{
  color: #cfcfcf;
}

.calendar_table_main table tbody td:hover{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.calendar_table_main table tbody td.active{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.calendat_date_details{
  margin: 30px 0 0 0;
}


/* ========= Home slider css start here ======== */

.home_slider_section{
  margin: 0 auto;
  width: 640px;
}

.home_slider_section h5{
  font-size: 2.500em;
  font-weight: 800;
  color: #000;
  text-align: center;
}

.signup_steps{
  margin: 0;
  position: relative;
}

.signup_steps::after{
  background-color: #000;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  content: "";
  width: 100%;
  top: 17px;
  left: 0;
}

.signup_steps ul{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0;
}

.signup_steps li{
  height: 47px;
  width: 47px;
  border-radius: 50%;
  border: 1px solid #484849;
  background-color: #fff;
  list-style: none;
  margin: 0 9px;
  padding: 9px 0 0 0;
  text-align: center;
  cursor: pointer;
}

.signup_steps li:hover{
  background-color: #c6c6c6;
}

.signup_steps li.active{
  background-color: #c6c6c6;
}

.home_slider_section p{
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px 0;
}

.home_slider_section p a{
  color: #000;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  text-transform: none;
  text-decoration: underline;
}

.home_slider_section h6{
  font-size: 1.188em;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px 0;
  text-align: center;
}

.signup_form_section{
}

.signup_form_section .signup_field{
  width: 49%;
  margin: 0 0 10px 0;
  position: relative;
}

.signup_form_section .signup_field.w_32{
  width: 32%;
}

.signup_form_section .signup_field label{
  font-size: 0.813em;
  font-weight: 600;
  margin: 0;
}

.signup_form_section .signup_field .card_img{
  position: absolute;
  right: 2px;
  bottom: 4px;
}

.signup_form_section .signup_field input[type="text"]{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 38px;
  margin: 0;
  border-radius: 5px;
}

.signup_form_section .signup_field .us-states-selector{
  width: 100%;
  padding: 3px 2px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 38px;
  margin: 0;
  border-radius: 5px;
}

.signup_form_section .signup_field .us-states-selector-option{
  width: 100%;
  font-size: 0.875em;
  color: #929292;
}

.us-states-selector .ant-select-selector {
  border: none!important;
}

.signup_form_section .signup_field input[type="email"]{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 38px;
  margin: 0;
  border-radius: 5px;
}

.signup_form_section .select-selected {
  color: #787171;
  padding: 8px 15px;
  font-size: 0.875em;
}

.signup_form_section .select-selected:after {
  top: 13px;
}

.signup_form_section .select-selected.select-arrow-active:after {
  top: 6px !important;
}

.appointment_option_section{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.appointment_option{
  background-color: #f4f3f5;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 0 5px;
}

.appointment_option span{
  display: inline-block;
  background-color: #fff;
  height: 84px;
  width: 84px;
  border-radius: 50%;
  padding: 16px 0 0 0;
  margin: 0 0 20px 0;
}

.appointment_option h3{
  font-family: 'Poppins', sans-serif;
  font-size: 1.125em;
  color: #000;
  margin: 0;
  font-weight: 500;
}

/* ========= Home slider css end here ======== */

/* Calendar css start */
.meeting_calendar_card_new .react-calendar__navigation{
  position: relative;
  background-color: #eeeeee;
  border-radius: 10px 10px 0 0;
}

.meeting_calendar_card_new .react-calendar__navigation__arrow, .react-calendar__navigation__label{
  background: none;
  border: none;
}

.meeting_calendar_card_new .react-calendar__navigation__arrow{
  font-size: 26px;
  font-weight: bolder;
  color: #000;
}

.meeting_calendar_card_new .react-calendar__navigation__label {
  font-size: 16px;
  color: #7b7b7b;
  text-shadow: 0px 2px 2px #fff;
}

.meeting_calendar_card_new .react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button{
  display: none;
}

.meeting_calendar_card_new .react-calendar__month-view__weekdays{
  font-weight: 600;
  text-transform: uppercase;
  background: #f3f2f2;
  color: #858585;
  text-align: center;
  font-size: 11px;
}

.meeting_calendar_card_new .react-calendar__month-view__weekdays__weekday{
  border-right: 1px solid #fff;
  padding: 10px 0px;
}

.meeting_calendar_card_new .react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none;
}

.meeting_calendar_card_new .react-calendar__month-view__days, .react-calendar__year-view__months, .react-calendar__decade-view__years, .react-calendar__century-view__decades{
  color: #7c8a95;
  background-color: #fff;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f0f0f0)!important;
  background: -o-linear-gradient(#fff, #f0f0f0)!important;
  background: -moz-linear-gradient(#fff, #f0f0f0)!important;
  background: linear-gradient(#fff, #f0f0f0)!important;
}

.meeting_calendar_card_new .react-calendar__month-view__days__day, .react-calendar__year-view__months__month, .react-calendar__decade-view__years__year, .react-calendar__century-view__decades__decade {
  border: none;
  border-right: 1px solid white;
  padding: 8px 0px;
  text-align: center;
  background: none;
}

.meeting_calendar_card_new .react-calendar__month-view__days__day abbr {
  border-radius: 50%;
  color: #7c8a95;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding-top: 5px;
  cursor: pointer;
  font-size: 11px;
}

.meeting_calendar_card_new .react-calendar__month-view__days__day:hover abbr  {
  background-color: #6f6f6f;
  color: #FFF;
}

.meeting_calendar_card_new .available_appt abbr {
  background-color: #000000;
  color: #FFF;
}

.meeting_calendar_card_new .calendar_right{
  width: 36%;
  margin-left: 20px;
  text-align: center;
}

.meeting_calendar_card_new .calendar_right h3{
  font-size: 20px;
text-align: left;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.meeting_calendar_card_new .calendar_right ul{
  margin: 0;
  padding: 0;
  overflow-y: auto;
  height: 300px;
  width: 170px;
}

.meeting_calendar_card_new .calendar_right li{
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 1px 0;
  border: 1px solid transparent;
  margin-right: 10px;
}

.meeting_calendar_card_new .calendar_right li:hover{
  border: 1px solid #000;
  cursor: pointer;
}

.meeting_calendar_card_new .calendar_right li.selected:hover{
  border: 1px solid transparent;
  cursor: unset;
}

.meeting_calendar_card_new .confirm_date > span{
  background-color: #000;
  font-size: 13px;
  color: #fff;
  padding: 9px 10px;
  width: 50%;
  cursor: pointer;
  white-space: nowrap;
}

.meeting_calendar_card_new .confirm_date > span:first-child{
  background-color: #6f6f6f;
}

.meeting_calendar_card_new .confirm_options{
  border: 1px solid #000;
  display: block;
  padding: 8px;
}

.meeting_calendar_card_new .confirm_options > span{
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  display: block;
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 3px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.meeting_calendar_card_new .confirm_options > span:hover{
  background-color: #000;
  color: #fff;
}

.meeting_calendar_card_new .confirm_options > span.active{
  background-color: #000;
  color: #fff;
}

/* ==== body end here ==== */


/* ==== Footer start here ==== */

.footer_logo {
  text-align: center;
}

.footer{
  background-color: #000;
  padding: 29px 0 3px 0;
}

.footer p{
  font-size: 0.813em;
  color: #fff;
  font-weight: 300;
  margin: 15px 0;
}

.social_icons{
  padding: 0;
}

.social_icons li{
  list-style: none;
  margin-bottom: 15px;
  margin-right: 30px;
}

.social_icons li a{
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
}

.social_icons li a b{
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

.social_icons li:last-child{
  margin: 0;
}

.social_icons li a:hover{
  opacity: 0.7;
}

.footer_links{
  margin: 0;
  padding: 0;
}

.footer_links li{
  list-style: none;
  margin-top: 15px;
}

.footer_links li a{
  font-size: 0.875em;
  color: #fff;
  font-weight: 400;
  margin: 15px 0;
}

.footer_links li a:hover{
  color: #ff6442;
  padding-left: 5px;
}

.footer h3{
  font-family: 'poppinssemibold';
  font-size: 1.125em;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.footer .newsletter_card{
  margin: 0;
}

.footer .newsletter_card input{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  border: 0;
  margin: 0 0 10px 0;
}

.footer .newsletter_card button{
  width: 100%;
  background-color: #ff6442;
  border-radius: 5px;
  padding: 5px 10px;
  border: 0;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 0.938em;
  font-weight: 700;
  transition: ease all 0.5s;
}

.footer .newsletter_card button:hover{
  background-color: #333;
}

.copyright{
  border-top: 1px solid #fff;
  text-align: center;
  margin-top: 15px;
}

/* ==== Footer end here ==== */


/* =========== Index page css start here ========== */

.header_inner{
  background-color: #000000;
  padding: 15px 0;
  font-family: 'Poppins', sans-serif;
}

.header_btns_group{
  margin: 0 20px 0 0;
}

.header_btns_group a{
  display: inline-block;
  border-radius: 25px;
  padding: 5px 30px;
  font-size: 1.125em;
  font-weight: 500;
  background-color: #373737;
  color: #fff;
  text-transform: uppercase;
}

.header_btns_group a.white{
  background-color: #fff;
  color: #000;
}

.header_btns_group a:hover{
  opacity: 0.7;
}

.header_inner .header_call h6{
  font-size: 1.188em;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

.header_inner .header_call strong{
  display: block;
}

.header_navigation .navbar-brand{
  display: none;
}

.header_navigation .nav-item {
  margin-left: 17px;
}

.header_navigation .nav-link{
  font-size: 1.125em;
  color: #fff !important;
  font-family: 'poppinssemibold';
}

.header_navigation .nav-link:hover{
  color: #cecece !important;
}


.header_navigation .nav-item.nav_btn .nav-link{
  background-color: #555555;
  border-radius: 5px;
  color: #cecece !important;
  padding: .5rem 2rem;
  font-weight: 400;
}

.header_navigation .nav-item.nav_btn .nav-link:hover{
  background-color: #cecece;
}



.header_navigation .nav-item.active{
  color: #fff !important;

  text-decoration: underline;
}



.inner_banner_section{
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.inner_banner_section > img{
  width: 100%;
}

.banner_content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner_content_img{
  background: url(../images/slider_bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.banner_content h1{
  font-size: 4.375em;
  font-weight: 800;
  color: #000;
  margin: 0;
  position: relative;
}

.banner_content h1::after{
  content: "";
  height: 1px;
  width: 80px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -15px;
  padding: 0;
}

.banner_content h4{
  font-size: 2.000em;
  font-weight: 400;
  color: #555555;
  margin: 40px 0 30px 0;
}

.banner_content a{
  display: inline-block;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 1.000em;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.banner_content a:hover{
  opacity: 0.7;
}

.company_logo_section{
  text-align: center;
  margin: 50px 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.company_logo_section span {
  width: 20%;
}

.company_logo_section h6{
  font-size: 1.000em;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

.body_heading{
  font-size: 2.063em;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #000;
  text-align: center;
}
.body_heading_inner{
  font-size: 2.063em;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #000;
  text-align: left;
}

.body_subheading{
  font-size: 1.125em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.body_text{
  font-size: 1.125em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0 0 0;
  color: #000;
}

.body_subtext{
  font-size: 1.000em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 10px 0 0 0;
  color: #666666;
  text-align: center;
}


.b2b_solutions_section{
  background-color: #f7f7f7;
  margin: 90px 0 0 0;
  padding: 50px 0;
}

.solution_card{
  margin: 30px 0 0 0;
}

.solution_card span{
  display: block;
  margin: 0 0 20px 0;
}

.solution_card span img{
  width: 100%;
}

.solution_card h6{
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.solution_card h3{
  color: #333333;
  font-size: 1.125em;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 1px 0 10px 0;
}

.solution_card p{
  color: #020202;
  font-size: 0.938em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.create_account_section{
  background: url(../images/create_account_bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}

.create_account_section h5{
  font-family: 'Poppins', sans-serif;
  font-size: 1.750em;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.create_account_section h5 strong{
  font-size: 1.938em;
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
}

.create_account_section a{
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 1.063em;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
}

.create_account_section a:hover{
  opacity: 0.7;
}

.footer_inner{
  background-color: #000;
  padding: 30px 0 0 0;
}

.footer_social_section{
  margin: 25px 0 0 0;
}

.footer_social_section a{
  margin: 0 24px 0 0;
  display: inline-block;
}

.footer_social_section a:hover{
  opacity: 0.7;
}

.footer_inner h2{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.footer_inner ul{
  margin: 0;
  padding: 0;
}

.footer_inner li{
  list-style: none;
  margin: 0 0 5px 0;
}

.footer_inner li a{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.footer_inner li a:hover{
  opacity: 0.7;
}

.footer_inner p{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}

.footer_inner p span{
  margin: 0 8px 0 0;
}

.copyright{
  margin: 20px 0 0 0;
  padding: 20px 0;
}

.copyright p{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  justify-content: center;
  margin: 0;
}

/* =========== Index page css end here ========== */


/* ==== Media Querie start here ====*/

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

  body{
      font-size: 80%;
  }

  .document_field .file_icon {
      padding: 10px 12px;
  }

  .document_field .add_more {
      padding: 9px 12px;
  }

  .body_tab_section .nav-link {
      padding: 0.7rem 1.6rem;
  }

}

@media only screen and (max-width: 768px) {
  .header .navbar-collapse {
      text-align: center;
  }

  .body_tab_section .nav-link {
      padding: 0.7rem 0.38rem;
  }

  .banner_content h1 {
      font-size: 3.075em;
  }


}

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

  .md_none{
      display: none;
  }

  .dk_none{
      display: block;
  }

  .banner_text h1 {
      font-size: 1.5em;
      margin-bottom: 10px;
  }

  .banner_text a {
      padding: 7px 15px;
      font-size: 1.00em;
  }

  .header_top_section{
      min-height: auto;
      padding: 10px 0;
  }

  .social_icon_top{
      display: none !important;
  }

  .navbar-light .navbar-brand img {
      width: 200px;
  }

  .header_top_section ul {
      justify-content: center;
      margin: 3px 0;
  }

  .benefits_section {
      margin: 0px 0 0 0;
  }

  .testimonial_card {
      margin-bottom: 70px;
  }

  .testimonial_writer{
      left: 35px;
  }

  .testimonials_slider .carousel-item {
      padding-bottom: 0;
  }

  .contact_info_card {
      width: 100%;
      margin-bottom: 15px;
  }

  .submit_case_form p {
      margin: 5px 0 0 0;
      font-size: 1.000em;
  }

  .submit_case_form label {
      font-size: 1.100em;
  }

  .register_section h2{
      margin-top: 15px;
  }

  .banner_text {
      text-align: center;
      position: relative;
  }
  .banner_section {
  position: relative;
  text-align: right;
  padding: 50px 0;
}
  .banner_content a {
      display: inline-block;
      border-radius: 25px;
      padding: 3px 13px;
      font-size: 0.800em;
      font-weight: 500;
      background-color: #000;
      color: #fff;
      text-transform: uppercase;
  }
.footer  {
      text-align: center;
  }

  .document_field .add_more {
      padding: 7px 12px;
  }

  .uploaded_files{
      display: inline-block;
  }

  .inner_page_heading h1{
      margin-left: 0;
  }

  .inner_page_heading .main_btns.right_btns {
      margin-right: 0;
  }

  .inner_page_heading .main_btns a {
      padding: 7px 10px;
  }

  .submit_case_form {
      padding: 0 15px;
  }

  .submit_case_form h3 {
      padding: 20px 0 0 0;
  }

  .body_tab_section .nav-tabs .nav-item {
      width: 50%;
      border: 1px solid #d5d2d2;
  }

  .body_tab_section .nav-link {
      padding: 0.7rem 1rem;
  }

  .nav_custon_style .nav-item {
      margin-left: 0;
  }

  .coustomer_filter .table_header{
      width: 100%;
  }

  .coustomer_filter .custom-select{
      width: 100%;
  }

  .coustomer_filter .search_box{
      margin: 10px 0;
  }

  .footer h3 {
      margin: 10px 0 5px 0;
  }


  /* ============ Admin Dashboard css start =============== */

  .dashboard_main_card, .dashboard_report_card{
      width: 100%;
      margin: 0 0 20px 0;
  }
  .dashboard_report_card_main {
      width: 100%;
  }

  /* ============ Admin Dashboard css end =============== */

  .banner_content h1 {
      font-size: 1.075em;
  }

  .banner_content h4 {
      font-size: 1.000em;
      margin: 16px 0 10px 0;
  }

  .create_account_section h5{
      margin-bottom: 20px;
  }

  .footer_inner h2 {
      margin: 30px 0 5px 0;
  }

  .inner_header_right .navbar-toggler i{
      color: #fff;
  }

  .inner_header_right .navbar{
      justify-content: space-between;
      padding: 0;
  }

  .header_inner .logo_inner{
      display: none;
  }

  .header_navigation .navbar-brand {
      display: inline-block;
  }

  .header_inner .inner_header_right{
      width: 100%;
  }

  .header_btns_group {
      margin: 8px 0;
      text-align: center;
  }

  .header_inner .header_call h6 {
      text-align: center;
  }

  .header_inner .header_call strong {
      display: inline-block;
      margin: 0 5px 0 0;
  }

  .header_btns_group a{
      margin: 3px 5px;
  }

  .header_inner .navbar-nav{
      text-align: right;
      margin-bottom: 10px;
  }

  .header_navigation .nav-item {
      margin-left: 17px;
      border-bottom: 1px solid #3e3d3d;
      margin: 0;
      padding: 0 10px 0 0;
  }

  .header_navigation .navbar-brand img {
      width: 170px;
  }

  .footer_logo_inner img{
      width: 170px;
  }

  .calendar_section_main {
      border: 1px solid #b8b8b8;
      padding: 20px;
  }

  .calendar_table_main table thead th{
      padding: 5px;
      font-size: 12px;
  }

  .calendar_table_main table tbody td{
      padding: 5px;
      height: auto;
      font-size: 12px;
  }

  .b2b_solutions_section{
      margin: 20px 0 0 0;
      padding: 20px 0;
  }

  .company_logo_section h6{
      margin-bottom: 20px;
  }

  .body_tab_section{
      margin-top: 30px;
  }

  .login_page_form {
      margin: 80px 20px;
      border-radius: 5px;
  }

  .inner_banner_section > img {
      opacity: .4;
  }
  @media only screen and (max-width: 600px) {
    .inner_banner_section > img {
      height: 170px;
    }
  }
  .review_btn_style{
      display: flex;
      margin-bottom: 10px;
  }

  .signup_form_section .signup_field{
      width: 100%;
  }

  .p_rel{
      position: relative;
  }

  .home_slider_section {
      margin: 10px auto 0 auto;
      width: 100%;
  }

  .appointment_option_section{
      display: inline-block;
      width: 100%;
  }

  .appointment_option{
      margin: 0 0 15px 0;
  }

  .calendar_right {
      width: 100%;
      margin-left: 0;
  }

}

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

  .body_tab_section .nav-link {
      font-size: 10px;
  }

  .schedule_interview_pop .modal-body{
    overflow: scroll;
    height: 410px;
  }

  .application_decline .modal-body h3 {
      font-size: 27px;
  }

  .cancel_btn_style {
      padding: 8px 25px;
  }

  .login_page_form h1{
      font-size: 26px;
  }

  .company_logo_section {
    text-align: center;
    margin: 20px 0 0 0;
    font-family: 'Poppins', sans-serif;
  }
  .body_heading{
    font-size: 2.063em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 0 0;
    color: #000;
    text-align: center;
  }

  .review_width{
    width: 230px;
  }

  .calendar_right ul{
    width: 100%
  }
}

body{
  /* font-family: 'poppins Regular'; */
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  background-color: #cfcfd0 !important;
}

img{
  max-width: 100%;
}

a{
  transition: ease all 0.5s;
}

a:hover{
  text-decoration: none;
}

:focus, button:focus{
  outline: none;
}

.desktop_none{
  display: none;
}

.coustomer_filter .search_box{
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  position: relative;
}

.coustomer_filter .search_box input{
  border: none;
  padding: 6px 10px;
  border-radius: 0.25rem;
}

.coustomer_filter .search_box img{
  position: absolute;
  right: 10px;
  top: 10px;
}

/* select start */

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  height: auto;
  font-size:1.000em;
  padding: 0;
  width: 100%;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

.select-selected::before {
  position: absolute;
  content: "";
  background: transparent;
  height: 34px;
  width: 38px;
  right: 0;
  top: 0;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 13px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-color: #707070 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #707070 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  color: #787171;
  padding: 7px 15px;
  border: 0px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-radius:4px;
  height: 40px;
}

.select-items div {
  color: #787171;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-bottom:1px solid #999;
  border-top:none;
  font-size: 13px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius:4px;
  border:1px solid #999;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* select end */

.modal-lg, .modal-xl {
  max-width: 616px;
}
.customer_detaisl_header{
  font-size: 1.000em;
  background: #000;
  color: #fff;
  padding: 7px 25px;
}

/* === sidebar start here === */



.dashboard_sidebar{
  background-color: #000;
  /* box-shadow: 6px 0 18px -2px #464646; */
  position: fixed;
  left: 0;
  top: 0;
  width: 298px;
  height: 100%;
  overflow-y: auto;
}

.dashboard_sidebar-toggle-off{
  background-color: #000;
  /* box-shadow: 6px 0 18px -2px #464646; */
  position: fixed;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  overflow-y: auto;
}

.logo{
  margin: 40px 0 0 0;
  text-align: center;
}

.profile_section{
  text-align: center;
  margin: 45px 0 0 0;
}

.profile_section .profile_img{
  width: 55px;
  height: 55px;
  position: relative;
  margin: 0 auto;
}

.profile_section .profile_img::after{
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #5fc589;
  border: 1px solid #fff;
  border-radius: 50%;
}

.profile_section .profile_img img{
  width: 100%;
}

.profile_section .profile_name{
  margin: 15px auto 0 auto;
}

.profile_section .profile_name h6{
  color: #fff;
  margin: 0 10px 0 0;
}

.dashboard_nav_links{
  margin: 40px 0 0 0;
}

.dashboard_nav_links ul{
  margin: 0;
  padding: 0;
}

.dashboard_nav_links ul li{
  list-style: none;
  padding: 5px 30px 5px 25px;
  margin: 0;
  position: relative;
}


/* .dashboard_nav_links ul li.active::after{
  background-color: #002e8e;
  height: 100%;
  width: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
} */

.dashboard_nav_links ul li a{
  color: #fff;
  display: block;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
}

.dashboard_nav_links ul li a img{
  margin: 0 15px 0 0;
}

.dashboard_nav_links ul li a i{
  margin: 0 15px 0 0;
  font-size: 16px;
}

.dashboard_nav_links ul li.active a{
  /* color: #d40030; */
  background-color: #464646;
  border-radius: 5px;
}

.dashboard_nav_links ul li a:hover{
  /* color: #d40030; */
  background-color: #464646;

  border-radius: 5px;
}
.login_page_form{
  border:1px solid #e0e0e0;
  max-width: 434px;
  margin: 80px auto;
  padding: 50px 30px;
border-radius: 10px;
background-color: #ffffff;
}

.login_page_form .login_form{
  margin: 30px 0 0px 0;
  position: relative;
}

.login_page_form .login_form img{
  position: absolute;
  left: 15px;
  top: 10px;
}

.login_page_form .login_form input{
  border:1px solid #e0e0e0;
  width: 100%;
  padding: 2px 10px 2px 15px;
  height: 43px;
border-radius: 10px;
}

/* ================== bsg ============*/





/* mobile code */

.dashboard_header .navbar-collapse{
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  z-index: 99;
  padding: 10px 10px;
}



/* === sidebar end here === */

.dashboard_right_section{
  padding: 0 0 0 298px;
}

.dashboard_right_section-toggle-off{
  padding: 0;
}

.dashboard_header{
  background-color: #000;
  height: 78px;
  padding: 0 45px 0 30px;
}

.menu_icon{
  margin: 0;
}

.header_search_section input{
  border-radius: 20px;
  width: 340px;
  height: 38px;
  padding: 0 15px;
  border: none;
}

.header_icons{
  margin:  0;
}

.header_icons span{
  margin: 0 10px;
}

.dashboard_sub_header{
  background-color: #fff;
  padding: 15px 45px 15px 30px;
  -webkit-box-shadow: 0 6px 18px -6px #aba8a8;
  -moz-box-shadow: 0 6px 18px -6px #aba8a8;
       box-shadow: 0 6px 18px -6px #aba8a8;
}

.customer_profile {
  margin: 0;
  padding: 0;
}

.customer_profile .customer_img{
  margin: 0 15px 0 0;
}

.customer_profile .customer_details tr td{
  font-size: 19px;
  font-weight: 400;
  color: #000;
}

.customer_profile .customer_details tr td:first-child{
  font-weight: 600;
  padding: 0 20px 0 0;
}

.page_heading{
  font-size: 20px;
  color: #1e1e43;
  margin: 0;
  font-weight: 600;
}

.dashboard_check_options > div{
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}

.dashboard_check_options > div h5{
  margin: 0;
  font-size: 15px;
  color: #1f1f1f;
  font-weight: 600;
}

.dashboard_check_options > div input{
  margin: 0 10px 0 0;
}

.dashboard_pagination ul{
  margin: 0;
  display: flex;
}

.dashboard_pagination ul li{
  font-size: 13px;
  font-weight: 300;
  color: #4f5467;
  list-style: none;
  padding: 0 20px 0 0;
  position: relative;
}

.dashboard_pagination ul li a{
  color: #4f5467;
}

.dashboard_pagination ul li a strong{
  color: #002e79;
  font-weight: 800;
}

.dashboard_pagination ul li::after{
  background: url(../images/border.png) no-repeat;
  position: absolute;
  right: 6px;
  top: 2px;
  height: 14px;
  width: 5px;
  content: "";
}

.dashboard_pagination ul li:last-child:after{
  display: none;
}

.less_icon{
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.dashboard_body{
  margin: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 3px #bfbdbd;
  padding: 24px;
  height: 680px;
  position: relative;
}

.dashboard_table table thead th{
  background: #cac9c9;
  padding: 15px 20px;
  font-size: 14px;
  border: 0;
  border-right: 1px solid #8f9ca3;
  text-align: left;
  white-space: nowrap;
  color: #1e1e43;
}

.dashboard_table tbody td{
  padding: 7px 15px;
  font-size: 14px;
  border: 0;
  border-right: 1px solid #8f9ca3;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #807d7d;
}

.dashboard_table tbody tr:nth-child(even) td{
  background-color: #f7f7f7;
}

.dashboard_table tbody td img{
  margin: 0 10px 0 0;
  width: 20px;
}

.dashboard_table .tr-bg {
  background: #e8e8e8;
}

.message_center_table{
  background: #fff;
}

.message_center_table tbody td{
  padding: 8px 30px;
}

.dashboard_table tbody td img.thumb{
  width: 40px;
  border: 1px solid #464646;
}

.dashboard_table thead th:last-child, .dashboard_table tbody td:last-child{
  border-right: none;
}

.dashboard_table .edit_icon{
  white-space: nowrap;
}

.dashboard_table .edit_icon i {
  margin: 0 10px 0 0;
}


.dashboard_table td a{
  color: #ff6442;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 5px;
}

.dashboard_table td a:hover{
  color: #1b1b41;
}

.main_btns .trans-text{
  background-color: transparent;
  padding-right: 0;
  color: #1b1b41;
  margin: 7px 0 0 30px;
  font-size: 0.900em;
  font-weight: 500;
}
.pagenation_section{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0px 0;
}

.pagenation_section span{
  cursor: pointer;
  transition: all ease 0.5s;
}

.pagenation_section span:hover img{
  opacity: .7;
  transition: all ease 0.5s;
}

.pagenation_section nav{
  display: inline-block !important;
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 5px 10px;
}

.pagenation_section .page-link{
  background-color: transparent;
  border: 0;
  color: #8c8c8c;
  border-radius: 50% !important;
  height: 25px;
  width: 25px;
  padding: 3px 0;
  text-align: center;
}

.pagenation_section .page-item{
  margin: 0px 2px;
}

.pagenation_section .page-item:hover .page-link{
  background-color: #1e1e43 !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 15px;
}

.pagenation_section .page-item.active .page-link{
  background-color: #000 !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 15px;
}

.copyright_text{
  text-align: center;
  margin-bottom: 10px;
}

.copyright_text p{
  font-size: 13px;
  color: #1e1e43;
  font-weight: 400;
  margin: 0;
}



.submit_case_form2 p{
  color: #999797;
  font-size: 0.813em;
  color: #515050;
  margin: 0 0 0px 0;
}
.submit_case_form2 label{
  font-family: 'poppinssemibold';
  color: #1f1f1f;
  font-size: 18px;
  margin: 0;
}
.submit_case_form label{
  font-family: 'poppinssemibold';
  color: #000;
  font-size: 14px;
  margin: 0;
}

.submit_case_form p{
  color: #999797;
  font-size: 0.813em;
  color: #515050;
  margin: 0 0 30px 0;
}

.submit_case_form_new p{
  margin: 0 0 5px 0;
}

.submit_case_form p a{
  color: #ff6442;
  text-decoration: underline;
  font-size: 16px;
  margin-left: 5px;
}

.submit_case_form p a:hover{
  color: #1b1b41;
}

.submit_case_form input[type="text"]{
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 20px 0;
  height: 40px;
}

.submit_case_form textarea{
  width: 100%;
  height: 150px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
}

.submit_case_form input[type="radio"]{
  float: left;
  margin: 2px 5px 0 0 !important;
}

.submit_case_form .custom-select{
  margin-bottom: 35px;
}

.f-icons{
  position: absolute;
  right: 25px;
  top: 35px;
}

.add_profile_img{
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.add_profile_img h6{
  color: #1e1e43;
  font-size: 1.125em;
  font-family: 'poppinssemibold';
}
.add_profile_img p{
  color: #1e1e43;
  font-size: 0.825em;
align-items: center;
  font-family: 'poppinssemibold';
}

.check_account{
  display: flex;
  align-items: center;
}

.check_account input{
  float: left;
  margin: 0px 5px 0 0;
}

.check_account p{
  font-family: 'poppinssemibold';
  color: #1e1e43;
  margin: 0;
}


/* === Buttons style start === */
.dashboard_buttons_group{
  margin: 0;
}

.dashboard_buttons_group a{
  background-color: #00339e;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 6px 25px;
  border-radius: 2px;
}

.dashboard_buttons_group a img{
  margin-right: 5px;
}

.dashboard_buttons_group a:hover{
  background-color: #4f5467;
}


.btn_style_2{
  font-family: 'poppinssemibold';
  border: 1px solid #e55a3b;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
  background-color: #ff6442;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 0px #ababab;
  transition: all ease 0.5s;
}

.btn_style_2:hover{
  background-color: #474b5c;
  border: 1px solid #474b5c;
  color: #fff;
}

/* === Buttons style end === */
/* ==== Msg box css start ==== */



.schedule_interview_pop .modal-header h4{
  font-family: 'poppinssemibold';
  font-size: 1.000em;
}

.schedule_interview_pop .modal-header h4 small{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.000em;
}

.schedule_interview_pop .modal-content{
  border-radius: 15px;
  border: none;
}

.schedule_interview_pop button.close {
  opacity: 100%;
  width: 50px;
}

.popup_form input[type="text"]{
  width: 100%;
  border: none;
  border-bottom:1px solid #1e1e43;
  margin-bottom: 15px;
  background: #fff;
  font-size: 14px;
  padding: 7px 13px;
}

.popup_form input[type="text"]::placeholder {
  font-family: 'poppinssemibold';
  font-size: 1.000em;
  color: #1e1e43;
  opacity: 1; /* Firefox */
}

.popup_form textarea{
  width: 100%;
  height: 150px;
  border:0px solid #d7d7d7;
  background: #fff;
  font-size: 14px;
  padding: 7px 13px;
}

.schedule_interview_pop .popup_form{
  position: relative;
}

.schedule_interview_pop .popup_form .mail_cc{
  position: absolute;
  right: 10px;
  top: 10px;
}

.schedule_interview_pop .popup_form .mail_reply{
  position: absolute;
  left: 10px;
  top: 5px;
}

.schedule_interview_pop .popup_form .mail_cc a{
  color: #515050;
}

.schedule_interview_pop .modal-footer button {
  background-color: #1e1e43;
  border: none;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 1.125em;
  color: #fff;
  border-radius: 5px;
  margin: 0;
}
.question_form{
  margin: 0;
  position: relative;
}

.question_form input[type=text]{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 38px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}

.question_form textarea{
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.875em;
  color: #929292;
  border: 1px solid #dcdcdc;
  height: 138px;
  margin: 0;
  border-radius: 5px;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 71px;
height: 26px;
margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 19px;
width: 19px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #ff6442;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

/* =====  popup css start ===== */

.application_decline .modal-header{
  /* background: #ff6961; */
  border: 0;
}

.application_decline .modal-header .tick_box{
  background: #fff;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  text-align: center;
  color: #ff6961;
  font-size: 112px;
  margin: 0px auto;
}

.application_decline .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #989595;
  opacity: unset;
}

.application_decline .modal-body h4{
  font-size: 37px;
  color: #000;
  margin: 5px 0 20px 0;
  text-align: center;
  font-weight: 600;
}

.application_decline .modal-body h3{
  font-size: 47px;
  color: #514f50;
  margin: 5px 0 20px 0;
  font-weight: 700;
  text-align: center;
font-family: 'poppinssemibold';
}

.application_decline .modal-body h6{
  color: #514f50;
  margin-right: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
font-family: 'poppinssemibold';
}

.application_decline .modal-body textarea {
  font-size: 14px;
  color: #464644;
  margin: 0 0 20px 0;
  line-height: 20px;
  border:1px solid #959595;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  height: 190px;
}

.cancel_btn_style{
  background: #514f50;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
  transition: all ease .5s;
}

.cancel_btn_style:hover{
  background: #313030;
}

.save_btn_style{
  background: #002e79;
  color: #fff;
  font-size: 16px;
  padding: 8px 35px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 6px #999;
  transition: all ease .5s;
}

.save_btn_style.pink{
  background: #1e1e43;
}

.save_btn_style:hover{
  background: #4a4a4a;
}

.green_btn_style{
  background: #e50000;
  color: #fff;
  font-size: 16px;
  padding: 8px 35px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 6px #999;
  transition: all ease .5s;
}

.green_btn_style.green{
  background: #6cc66c;
}

.green_btn_style:hover{
  background: #00339e;
}

.coustomer_filter .custom-select {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.document_field{
  margin: 0;
  position: relative;
}

.submit_case_form .document_field input[type="text"] {
  padding-left: 60px !important;
}

.submit_case_form .document_field .file_icon{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #999999;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
}

.submit_case_form .document_field .add_more{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #999999;
  border-radius: 5px;
  padding: 7px 12px;
  cursor: pointer;
}

.submit_case_form .document_field .add_more p{
  color: #fff;
  margin: 0;
}


.submit_case_form_style_2 h5{
  font-family: 'poppinssemibold';
  color: #1f1f1f;
  font-size: 18px;
  margin: 0 0 15px 0;
  position: relative;
}

/* .submit_case_form_style_2 h5::after{
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  background-color: #d4ddd7;
} */

.submit_case_form_style_2 h5 span{
  background-color: #fff;
  padding: 0 15px 0 0;
  z-index: 99;
  position: relative;
}

.submit_case_form_style_2 h5 img{
  margin-right: 10px;
  cursor: pointer;
}

.submit_case_form_style_2 label{
  font-size: 14px;
  color: #20201f;
  margin:0;
  width: 40%;
}

.submit_case_form_style_2 p{
  font-size: 13px;
  color: #a8a5a5;
  margin:0 20px 0 0;
}

.submit_case_form_style_2 input[type="text"]{
  width: 60%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0;
  height: 40px;
  font-size: 13px;
}

.ul-li-new{
  margin-top: 20px;
}

.ul-li-new li{
  padding-bottom: 10px;
}

.submit_case_form_style_2 textarea{
  width: 60%;
  height: 95px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0 0 15px 0;
  font-size: 13px;
}

.submit_case_form_style_2 input[type="radio"]{
  float: left;
  margin: 2px 5px 0 0 !important;
}

.submit_case_form_style_2 .custom-select{
  width: 60%;
}

.submit_case_form_style_2 .select-selected{
  font-size: 13px;
}

.submit_case_form_style_2 .icon{
  width: 70%;
  position: relative;
}

.submit_case_form_style_2 .icon input{
  width: 100%;
}

.submit_case_form_style_2 .icon img {
  position: absolute;
  right: 11px;
  top: 11px;
}

.uploaded_files{
  display: flex;
}

.uploaded_files > div{
  display: inline-block;
  border: 1px solid #2b2b7d;
  padding: 7px 25px;
  border-radius: 30px;
  margin: 0 20px 10px 0;
}

.uploaded_files > div h6{
  margin: 0;
  color: #999797;
  font-size: 0.813em;
  margin: 0;
}

.uploaded_files > div img{
  margin-right: 20px;
  cursor: pointer;
}

.uploaded_files2{
  display: flex;
}

.uploaded_files2 > div{
  display: inline-block;
  border: 0px solid #2b2b7d;
  padding: 7px 25px;
  border-radius: 30px;
  margin: 0 20px 10px 0;
}

.uploaded_files2 > div h6{
  margin: 0;
  color: #999797;
  font-size: 0.813em;
  margin: 0;
}

.uploaded_files2 > div img{
  margin-right: 20px;
  cursor: pointer;
}


.submit_case_form_style_2 .document_field{
  margin: 0;
  position: relative;
}

.submit_case_form_style_2 .document_field input[type="text"] {
  padding-left: 60px !important;
  width: 100%;
}

.submit_case_form_style_2 .document_field .file_icon{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #999999;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
}

.submit_case_form_style_2 .document_field .add_more{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #999999;
  border-radius: 5px;
  padding: 9px 12px;
  cursor: pointer;
}

.submit_case_form_style_2 .document_field .add_more p{
  color: #fff;
  width: 100%;
}

.dashboard_main_section{
  font-family: 'Poppins', sans-serif;
  margin:0 0 40px 0;
}

.dashboard_main_card{
  background-color: #f8f8f8;
  box-shadow: 3px 3px 3px 0px #e7e5e5;
  padding: 20px 20px 12px 20px;
  border-radius: 10px;
  width: 20.5%;
}

.dashboard_main_card h4{
  font-size: 1.563em;
  color: #1e1e43;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #cecece;
  font-weight: 600;
  padding: 0 0 10px 0;
}

.dashboard_main_card h6{
  font-size: 14px;
  color: #1e1e43;
  margin:0;
  font-weight: 500;
}

.dashboard_main_card h6 small{
  font-size: 11px;
  font-weight: 300;
}

.dashboard_report_section{
  font-family: 'Poppins', sans-serif;
  margin: 40px 0;
}

.dashboard_report_card{
  width: 49%;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 3px 3px 3px 0px #e7e5e5;
}

.dashboard_report_card .report_header{
  background-color: #efefef;
  padding: 5px 15px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #e2e2e6;
}

.dashboard_report_card .report_header h2{
  font-size: 15px;
  color: #515151;
  font-weight: 400;
  margin: 0;
}

.dashboard_report_card .report_header h6{
  font-size: 11px;
  color: #515050;
  font-weight: 300;
  margin: 0 0 0 20px;
}

.dashboard_report_card .report_header h6 span{
  height: 10px;
  width: 10px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 4px 0 0;
  background-color: #ff6442;
}

.dashboard_report_card .report_header h6 span.blue{
  background-color: #1e1e43;
}

.dashboard_report_card .report_body{
  text-align: center;
  padding: 15px;
}

.dashboard_report_card .report_body img{
  width: 100%;
}

.report_card_list{
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}

.report_card_list:nth-last-child(2){
  border: none;
}

.report_card_list .report_img{
  border: 1px solid #ff6442;
  border-radius: 10px;
  width: 45px;
  margin: 0 15px 0 0;
}

.report_card_list .report_text{
  text-align: left;
}

.report_card_list .report_text h1{
  font-size: 14px;
  font-weight: 600;
  color: #ff6442;
  margin: 0 0 5px 0;
}

.report_card_list .report_text h5{
  font-size: 12px;
  color: #1e1e43;
  margin: 0 10px 0 0;
  font-weight: 500;
}

.report_card_list .report_text h5 small{
  font-size: 11px;
  font-weight: 300;
}

.report_card_list .icon{
  cursor: pointer;
}

.dashboard_report_card .view_more{
  text-align: center;
}

.dashboard_report_card .view_more a{
  font-size: 12px;
  color: #1e1e43;
  margin: 0 10px 0 0;
  font-weight: 500;
  text-decoration: underline;
}

.dashboard_report_card .view_more a:hover{
  color: #ff6442;
}

.drag_file{
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
  margin: 0;
  height: 40px;
  font-size: 13px;
}

.drag_file i{
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}


/* ==================== */

.customer_table{
  margin: 0;
  border: 1px solid #959595;
  background-color: #c1c2c9;
}

.customer_table table{
  width: 100%;
  margin: 0;
}

.customer_table tr th{
  background-color: #cacbce;
  padding: 10px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border-right: 1px solid #959595;
  border-bottom: none;
}

.customer_table tr th:last-child{
  border-right: none;
}

.customer_table tr td{
  background-color: #dadce3;
  padding: 10px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  border-right: 1px solid #959595;
  border-bottom: none;
  border-top: none;
}

.customer_table tr:nth-child(even) td{
  background-color: #c1c2c9;
}

.customer_table tr td:last-child{
  border: none;
}

.create_new_customer {
  border: 1px solid #e0e0e0;
  margin: 30px 0 0 0;
  padding: 40px 0 0 0;
  text-align: center;
}

.create_new_customer h3{
  font-size: 36px;
  font-weight: 300;
  color: #002e8e;
  margin: 0;
}

.create_new_customer h2{
  font-size: 40px;
  font-weight: 800;
  color: #333;
  margin: 30px 0 0 0;
}

/* ======== General setting css start ======== */

.setting_product_main{
  margin: 0;
  padding: 11px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 18px -6px #aba8a8;
  -moz-box-shadow: 0 6px 18px -6px #aba8a8;
       box-shadow: 0 6px 18px -6px #aba8a8;
}

.setting_product_main .product_img_s{
  border: 1px solid #959595;
  margin: 0 40px 0 0;
}

.setting_product_main .product_detail_s{
  margin: 0;
}

.setting_product_main .product_detail_s h5{
  font-size: 23px;
  color: #1e1e43;
  font-weight: 600;
  margin: 0;
}

.setting_product_main .product_detail_s a{
  background-color: #d40030;
  padding: 3px 19px;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0 20px;
}

.setting_product_main .product_detail_s h2{
  font-size: 17px;
  color: #00339e;
  font-weight: 700;
  margin: 25px 40px 0 0;
  text-align: center;
  position: relative;
  padding-right: 40px;
}

.setting_product_main .product_detail_s h2:last-child{
  margin-right: 0;
}

.setting_product_main .product_detail_s h2::after{
  height: 100%;
  width: 1px;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.setting_product_main .product_detail_s h2 strong{
  display: block;
  color: #393b4a;
  font-size: 22px;
  font-weight: 800;
}

.setting_product_main .setting_tags{
  text-align: center;
}

.setting_product_main .setting_tags h2{
  font-size: 17px;
  color: #00339e;
  font-weight: 700;
  margin: 15px 0 0 0;
  text-align: center;
  position: relative;
  padding-right: 30px;
}

.setting_product_main .setting_tags span{
  display: inline-block;
  border:1px solid #4f5467;
  color: #393b4a;
  padding: 3px 19px;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 700;
  margin: 15px 10px 0 10px;
}

.setting_product_detail{
  margin: 0 15px;
  padding: 15px;
  background-color: #fff;
}

.setting_product_detail h1{
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #4f5467;
  margin: 0 0 10px 0;
}

.setting_product_detail h1 span{
  padding: 0 20px 0 0;
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.setting_product_detail h1::before{
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
}

.setting_product_detail h1 span .top_arrow {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.setting_product_form{
  margin: 0 0 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cross_reference_row > .setting_product_form {
  width: 20%;
  max-width: 20%;
  margin-right: 15px;
}

.setting_product_form.w49{
  width: 49%;
}

.setting_product_form label{
  font-size: 13px;
  font-weight: 600;
  color: #20201f;
  margin: 0 10px 0 0;
  width: 30%;
  white-space: nowrap;
text-align: right;
}

.setting_product_form p{
  font-size: 12px;
  font-weight: 600;
  color: #999797;
  margin: 0 20px 0 0;
  display: block;
}

.setting_product_form h5 span {
  font-size: 15px;
  font-weight: 700;
  color: #4f5467;
  padding: 0 15px 0 0;
}

.setting_product_form h5 img {
  margin-right: 10px;
  cursor: pointer;
}

.setting_product_form input[type="text"]{
  border:1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 13px;
  width: 70%;
  height: 30px;
  padding: 0 10px;
}

.setting_product_form .input_w_1{
  width: 120px !important;
}

.setting_product_form .input_w_2{
  width: 130px !important;
}

.setting_product_form textarea{
  border:1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 11px;
  width: 70%;
  height: 220px;
}

.setting_product_form .browse_btn{
  background-color: #00339e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
}

.setting_product_form .image_slider_form{
  margin: 10px 0 0 0;
}

.setting_product_form .image_slider_form a{
  color: #999;
  font-size: 31px;
}

.setting_product_form .image_slider_form > div{
  margin: 0 5px;
}

.setting_product_form .image_slider_form > div span{
  display: inline-block;
  margin: 0 9px;
  position: relative;
}

.setting_product_form .image_slider_form .remove_icon{
  position: absolute;
  right: -3px;
  top: -3px;
}

.setting_product_form .image_slider_form .form_tag{
  background-color: #6e6e6e;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
}

.setting_product_form .image_slider_form .form_tag.active{
  background-color: #00339e;
}

.setting_product_form .form_checkbox{
  margin: 2px 0;
}

.setting_product_form .form_checkbox h6{
  font-size: 11px;
  font-weight: 600;
  margin: 0 10px 0 3px;
}

.setting_product_form .custom-select{
  font-size: 13px;
  font-weight: 600;
}

.setting_product_form .custom-select.w1{
  width: 140px;
}

.setting_product_form .custom-select.w2{
  width: 200px;
}

.setting_product_form .select-selected{
  height: 30px;
  border-radius: 3px;
  padding: 5px 10px;
}

.setting_product_form .select-items div{
  font-size: 11px;
  font-weight: 600;
  padding: 2px 5px;
}

.setting_product_form .select-selected:after{
  border: 7px solid transparent;
  border-color: #707070 transparent transparent transparent;
  top: 13px;
  right: 10px;
}

.setting_product_form table thead th{
  font-size: 15px;
  font-weight: 700;
  color: #4f5467;
  padding: 15px 15px;
  background-color: #efefef;
  border-bottom:1px solid #bbbbbb;
  vertical-align: middle;
}

.setting_product_form.purchasing_table thead th{
  background-color: #fff;
  border: none;
  text-align: center;
  font-weight: 500;
  padding-bottom: 5px;
}

.setting_product_form table tbody td{
  font-size: 16px;
  font-weight: 500;
  color: #20201f;
  padding: 15px 15px;
  background-color: #f4f4f4;
  border-bottom:1px solid #d2d2d2;
}

.setting_product_form table tbody tr:last-child td{
  border: none;
}

.setting_product_form.purchasing_table  table tbody td{
  border: 1px solid #dfdfdf;
  text-align: center;
}

.setting_product_form.purchasing_table  table tbody tr:last-child td{
  border: 1px solid #dfdfdf;
  text-align: center;
}

.setting_product_form .inventory_box{
  border:1px solid #b1b1b1;
  border-bottom: none;
  padding: 10px;
}

.add_reference_btn{
  margin-top: 60px;
}

.cross_references_table{
  margin: 0 0 0 30px;
}

.setting_form_mr{
  margin-right: 25px;
}


.setting_myaccordion {
  max-width: 100%;
  margin: 20px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.setting_myaccordion .card {
  border: none;
  background: transparent;
  border-bottom: 1px solid #cccccc;
}

.setting_myaccordion .card:last-child{
    border: none;
}

.setting_myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: #fff;
}

.setting_myaccordion .card-body{
    margin: 10px;
    background-color: #fff;
}

.setting_myaccordion .fa-stack {
  font-size: 18px;
}

.setting_myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #1e1e43;
  padding: 0;
  font-size: 19px;
}

.setting_myaccordion .btn-link:hover,
.setting_myaccordion .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.setting_myaccordion li + li {
  margin-top: 10px;
}

.inventory_info_table{
    width: 100%;
    margin-top: 12px;
}

.inventory_info_table tr td:first-child{
    text-align: right;
}

.inventory_info_table tr td{
    padding: 10px 10px;
    font-size: 16px;
    color: #20201f;
    font-weight: 400;
}

.part_title_lable{
    width: 10% !important;
}

.part_title_input{
  width: 90% !important;
}

.table_icons{
  margin-right: 10px;
}

.table_icons span{
  margin-right: 5px;
  cursor: pointer;
}

.website_table_height{
  height: 160px;
}

.docs_resource_section h3{
  font-size: 13px;
  font-weight: 600;
  color: #20201f;
  margin: 0;
}

.docs_drag_area{
  display: flex;
  align-items: center;
  border: 1px solid #dfdfdf;
  padding: 5px 15px;
  margin: 10px 0 0 0;
}

.docs_drag_area p{
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin: 0;
}

.address_section{
  background-color: #dadce3;
  border: 1px solid #959595;
  border-bottom: none;
  padding: 10px;
}

.head_icons{
  position: relative;
}

.head_icons .arrow{
  position: absolute;
  bottom: -5px;
  left: -3px;
  width: 16px;
}

.head_icons .img{
  width: 10px;
}

.warehouse_select{
  width: 100px;
}

.warehouse_select_2{
  width: 70%;
}

.warehouse_select_3{
  width: 70px;
}

.search_icon{
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 15px;
}

.warehouse_lengh{
  width: 100px !important;
}

.customers_form_custom{
  width: 70%;
  position: relative;
}

.setting_product_form .customers_form_custom input[type="text"]{
  width: 100%;
  margin-right: 8px;
}

.setting_product_form .customers_form_custom .search_icon {
  right: 33px;
}

.setting_product_form .customers_form_custom .edit_icon{
  margin-top: 7px;
}


/* ======== new ========== */

.inner_page_heading{
  position: relative;
  margin: 25px 0 20px 0;
}

.inner_page_heading::before{
  width: 100%;
  height: 1px;
  background-color: #979696;
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
}

.inner_page_heading .main_btns{
  background-color: #fff;
  padding: 0 10px 0 20px;
  position: relative;
  display: inline-block;
  top: -5px;
}

.inner_page_heading .main_btns a{
  background-color: #03359f;
  border-radius: 5px;
  font-size: 1.063em;
  font-weight: 500;
  color: #fff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 7px 30px;
  white-space: nowrap;
}

.coustomer_filter{
  margin: 0;
  padding: 0 10px;
}

.coustomer_filter li{
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.coustomer_filter li:after{
  position: absolute;
  height: 15px;
  width: 1px;
  background: #000;
  content: "";
  right: -17px;
  top: 6px;
}

.coustomer_filter li:last-child:after{
  background: none;
}

.coustomer_filter li a{
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  color: #000;
  transition: all ease .2s;
  white-space: nowrap;
  font-weight: 600;
}

.coustomer_filter li a:hover{
  color: #000;
}

.coustomer_filter .filter_button {
  background-color: #03359f;
  border-radius: 5px;
  font-size: 1.063em;
  font-weight: 500;
  color: #fff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 7px 30px;
  white-space: nowrap;
  display: inline-block;
margin-left: 10px;
}

.my_coustomer_table table thead th{
  background: #e8e8e8;
  padding: 19px 5px;
  font-size: 12px;
  border: 0;
  text-align: left;
  white-space: nowrap;
}

.my_coustomer_table tbody td{
  padding: 10px 5px;
  font-size: 12px;
  border: 0;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

.my_coustomer_table tbody td img{
  margin: 0 10px 0 0;
}

.my_coustomer_table .tr-bg {
  background: #f6f6f6;
}

.w_bg {
  background: #fff !important;
}

.case_info_form .icon{
  position: relative;
}

.case_info_form .icon img{
  position: absolute;
  right: 0px;
  top: 10px;
}

.coustomer_filter .custom-select{
  width: 220px;
}

.price_detail_table{
  background-color: #fff;
  border: 1px solid #c5c5c5;
  padding: 15px;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 210px;
}

.price_detail_table td:first-child{
  font-weight: 600;
  text-align: right;
  font-size: 13px;
  padding: 4px 19px 4px 9px;
}

.price_detail_table td:last-child{
  font-weight: 400;
  text-align: left;
  font-size: 13px;
}

.price_detail_table td input[type="text"]{
  width: 65px;
  border-radius: 3px;
  border: 1px solid #959595;
  padding: 1px 5px;
}

.my_order_cards{
  padding: 0;
  width: 32.33%;
  margin: 0 1%;
}

.order_card_header{
  margin: 0 0 15px 0;
  border-bottom: 1px solid #a4a3a3;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order_card_header a{
  font-size: 12px;
  text-decoration: underline;
  color: #002e79;
}

.order_card_header h6{
  font-size: 12px;
  color: #002e79;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.my_order_cards h2{
  font-weight: 700;
  font-size: 17px;
  color: #4f5467;
  margin: 0;
}

.my_order_cards .order_field{
  margin: 0 0 15px 0;
}

.my_order_cards .order_field label{
  font-weight: 600;
  font-size: 14px;
  color: #20201f;
}

.order_field .select-selected{
  height: auto;
  padding: 3px 15px;
}

.order_field .select-selected:after {
  top: 11px;
}

.my_order_cards .order_field p{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
}

.my_order_cards .order_field h6{
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  color: #999797;
}

.my_order_cards .order_field input[type="text"]{
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
}

.my_order_cards .order_field textarea{
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  height: 90px;
}

.my_order_cards .order_field a.link{
  color: #002e79;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}

.my_order_cards .order_field a.link:hover{
  color: #4a4a4a;
}

.review_address{
  padding: 20px 0 0 0;
  border-top: 0px solid #a4a3a3;
  display: flex;
  justify-content: space-between;
}

.review_address > div{
  padding: 0 40px 0 0;
  position: relative;
}

.review_address > div:last-child{
  padding: 0 0 0 40px;
}

.review_address > div::after{
  height: 100%;
  width: 1px;
  background-color: #a4a3a3;
  content: "";
  right: 0;
  top: 0;
  position: absolute;
}

.review_address > div:last-child:after{
  display: none;
}

.review_address > div h2{
  font-weight: 700;
  font-size: 17px;
  color: #1e1e43;
  margin: 0 0 10px 0;
}

.review_address > div p{
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #999797;
}

.my_order_details{
  margin: 20px 0 0 0;
}

.my_order_details table{
  width: 100%;
}

.my_order_details table thead{
  /* background: #ebebeb; */
}

.my_order_details table thead th{
  font-weight: 600;
  padding: 12px 20px;
  font-size: 14px;
  border: 0px solid #b7b6b6;
  color: #000;
  vertical-align: top;
  white-space: nowrap;
}

.my_order_details table thead th:last-child{
  border: none;
}

.my_order_details table thead th .add_btn{
  font-family: 'poppinssemibold';
  border: 1px solid #dddddd;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  background-color: #03359f;
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0px #e7e7e7;
  transition: all ease 0.5s;
  margin: 0px 0 0 20px;
}

.my_order_details table thead th .add_btn:hover{
  background-color: #000;
}

.my_order_details table tbody td{
  padding: 8px 20px;
  font-size: 16px;
  color: #000;
  border: 0;
}


.my_order_details table tbody td input[type="text"]{
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
}

.my_order_details table tbody td .custom-select{
  width: 180px;
}

.my_order_details table tbody td p{
  margin-bottom: 0;
  padding: 6px 0;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.my_order_details table tbody td h4{
  margin-bottom: 0;
  padding: 6px 0px;
  font-weight: 400;
  font-size: 13px;
  color: #999797;
  white-space: nowrap;
}

.my_order_details table tbody td .select-selected {
  padding: 4px 15px;
  white-space: nowrap;
  height: auto;
}

.my_order_details .select-selected:after {
  top: 12px;
}

.my_order_details .select-selected.select-arrow-active:after {
  top: 4px;
}

.payment_field{
  position: relative;
}

.payment_field img{
  position: absolute;
  right: 0;
  bottom: 2px;
}

.payment_field input[type="radio"]{
  position: absolute;
  top: 10px;
  left: 7px;
}

.link_border{
  position: relative;
  padding: 0 10px 0 0;
  margin-right: 5px;
  color: #03359f !important;
}

.link_border::after{
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  right: 0;
  top: 1px;
  background-color: #7f7f7f;
}

.link_border2{
  position: relative;
  padding: 0 10px 0 0;
  margin-right: 5px;
}

.link_border2::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  right: 0;
  top: 3px;
  background-color: #7f7f7f;
}

.add_card_link{
  font-size: 12px;
  color: #03359f;
  text-decoration: underline;
}

.calendar_table_main{
  margin: 30px 0 0 0;
}

.calendar_table_main table{
  width: 100%;
}

.calendar_table_main table thead th{
  text-align: right;
  padding: 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #e8e2e2;
  font-weight: 400;
}

.calendar_table_main table tbody td{
  text-align: right;
  padding: 15px;
  font-size: 14px;
  color: rgba(0,0,0,.3);
  border:1px solid #e8e2e2;
  height: 55px;
  vertical-align: top;
  font-weight: 400;
}

.calendar_table_main table tbody td.other_mon{
  color: #cfcfcf;
}

.calendar_table_main table tbody td:hover{
  background-color: #356ab5;
  color: #fff;
  cursor: pointer;
}

.calendar_table_main table tbody td.active{
  background-color: #356ab5;
  color: #fff;
  cursor: pointer;
}

.calendat_date_details{
  margin: 30px 0 0 0;
}


/* =================== */

.calendar_header{
  background-color: #f5f5f5;
  padding: 0px 15px;
}

.calendar_header .page-link{
  color: #000;
}

.calendar_header .nav-link {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 17px 1rem;
  border-radius: 0;
}

.mt-26{
  margin-top: 26px;
}


.submit_case_form .select-selected{
  font-size: 16px;
}


table.table-small-font > thead > tr > th,
table.table-small-font > tbody > tr > td,
table.table-small-font > tbody > tr > td .accordian-body h5,
table.table-small-font > tbody > tr > td .accordian-body button.cancel_btn_style,
table.table-small-font > tbody > tr > td .accordian-body input,
table.table-small-font > tbody > tr > td .accordian-body textarea{
  font-size: 13px !important;
}

table.table-small-font > tbody > tr > td .accordian-body label{
  font-weight: bold;
  margin-bottom: 0px;
}


/* ======= Media Query Start here ======= */

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


  .dx-scheduler-date-table-cell div{
    font-size: 10px !important;
  }

  .dx-scheduler-appointment-collector{
    width: 35px !important;
  }

  .dx-scheduler-appointment-collector div span{
    font-size: 10px !important;
  }

  .mobile_none{
      display: none;
  }

  .desktop_none{
      display: block;
  }

  .dashboard_right_section {
      padding: 0;
  }

  .dashboard_header {
      height: auto;
      padding: 0 15px 10px 15px;
  }

  .header_search_section input{
      width: 100%;
      margin: 15px 0 15px 0;
  }

  .header_icons{
      justify-content: center;
      margin: 0;
  }

  .dashboard_pagination ul{
      padding: 0;
  }

  .dashboard_sub_header {
      height: auto;
      padding: 10px 15px 15px 15px;
  }

  .dashboard_check_options{
      margin: 10px 0;
  }

  .dashboard_body{
      height: auto;
  }

  .submit_btn_style {
      padding: 5px 20px;
      font-size: 1.0rem;
  }

  .dashboard_pagination{
      margin: 10px 0;
  }

  .coustomer_filter .custom-select {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 15px;
  }

  .mobile_links{
      background-color: #4f5467;
  }

  .dashboard_sidebar {
      position: absolute;
      width: 100%;
      top: 5px;
      height: auto;
      left: 0;
      z-index: 9999;
  }

  .profile_section {
      margin: 15px 0 0 0;
  }


  .dashboard_nav_links {
      margin: 15px 0 0 0;
  }

  .mobile_links .dark-blue-text i{
      color: #fff;
      font-size: 30px;
  }

  .mobile_links .navbar-brand img{
      width: 150px;
  }

  .menu_icon{
      display: none;
  }

  .mobile_links .navbar-collapse{
      position: relative;
      height: 100% !important;
  }

  .submit_case_form_style_2 label, .submit_case_form_style_2 input[type="text"], .submit_case_form_style_2 p,
  .submit_case_form_style_2 .custom-select, .submit_case_form_style_2 .icon{
      width: 100%;
  }

  .uploaded_files{
      display: inline-block;
  }

  .dashboard_main_card {
      width: 100%;
      margin: 0 0 15px 0;
  }

  .dashboard_report_card{
      width: 100%;
      margin: 0 0 15px 0;
  }

  .report_card_list .report_img {
      border-radius: 5px;
  }

  .customer_table{
      margin-bottom: 30px;
  }

  .submit_case_form_style_2 textarea{
      width: 100%;
  }

  .customer_profile .customer_img img{
      width: 100%;
  }

  .save_btn_style{
      margin: 10px 0;
  }

}

/* ======= Media Query End here ======= */


.tooltip-section{
  background-color: rgb(255 253 253);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.td_none tbody tr:nth-child(even) td {
  background: none !important;
}

.td_none tbody tr:nth-child(even) td{
  background: none !important;
}
