@charset "utf-8";
/* CSS Document */

* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Lato", sans-serif;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0px;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none !important;
}
button:focus,
a:focus {
  outline: none;
}
.heading_container {
  text-align: center;
  margin-bottom: 40px;
}
.heading_container h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a454e;
}
.heading_container p {
  font-size: 18px;
  margin: 0px;
  color: #333;
}
.site_button {
  background: rgba(254, 152, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(254, 152, 0, 1)),
    color-stop(100%, rgba(46, 139, 185, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9800', endColorstr='#2e8bb9', GradientType=1 );
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  display: inline-block;
}
.site_button:hover {
  /* background: #fe9800; */
  color: #fff;
}
input:focus,
select:focus {
  outline: none !important;
}
/*------------------------------------------------Header End-------------------------------------------------*/

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

#header .header_top {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
#header .header_top ul {
  height: 35px;
  z-index: 40;
}
#header .header_top ul li {
  color: #101010;
  margin-right: 25px;
}
#header .header_top ul li img {
  vertical-align: text-bottom;
}
#header .header_top ul.login li {
  margin-right: 0px;
  margin-left: 5px;
  font-size: 13px;
}



.pagination{

  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  text-align: center;
  


}



.paging_simple_numbersc{
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
 
}
.paging_simple_numbersc li{
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 16px;
}


.msg_cotainer {
  background: #40189D;
  margin-left: 10px;
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  padding: 10px 15px;
  color: #fff;
  position: relative;
}

.msg_time {
  display: block;
  font-size: 11px;
  color: #000;
  margin-top: 5px;
  opacity: 0.5;
  
}




.paging_simple_numbersc li.selected{

  background-color: #e9ecef;

}


a:not([href]).login_button.newQue {
  color: white;
  text-decoration: none;
}
a:not([href]):hover.login_button.newQue {
  color: inherit;
  text-decoration: none;
}




#header .header_top ul.login li a {
  color: #000;
}
#header .navbar.header_bottom {
  padding: 5px 0px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#header .navbar.header_bottom .navbar-brand {
  width: 25%;
}
#header .navbar.header_bottom .navbar-brand img {
  width: 160px;
}
#header .navbar.header_bottom .navbar-nav li a {
  font-size: 14px;
  color: #333;
}
#header .navbar.header_bottom .header_search_bar {
  flex: 1;
  margin: 0px 17px;
  /* border: 1px solid #ccc; */
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#header .navbar.header_bottom .header_search_bar input {
  border: none;
  background: none;
  flex: 1;
}
#header .navbar.header_bottom .header_search_bar button {
  border: none;
  background: none;
  border-radius: 40px;
  background: #fe9900;
  height: 40px;
  width: 40px;
  color: #fff;
}
#header .navbar.header_bottom .header_search_bar button i {
  color: #fff;
}
#header .header_top .login_button {
  /* background: #fe9900;
  padding: 5px 15px; */
  color: #fff;
  /* border-radius: 50px; */
}
#header .header_top .signup_button {
  /* background: #3083af;
  padding: 5px 25px; */
  color: #fff;
  /* border-radius: 50px; */
}
/* Header End */
#slider {
  position: relative;
    padding-top: 100px;
    /* height: 73vh; */
}
#slider .show_hide_image {
  display: none;
}
#slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20%;
  left: 0;
  display: flex;
  align-items: center;
}
#slider .item .cover .header-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
#slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
#slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 24px;
  color: #2a454e;
  margin-bottom: 0px;
}
#slider .item .cover .header-content h1 {
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #2a454e;
}
#slider .item .cover .header-content h1 span {
  color: #3083af;
}
#slider .item .cover .header-content h4 {
  font-size: 18px;
  font-weight: 300;
  color: #2a454e;
  margin: 0px 0px 20px 0px;
}
#slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
#slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
#slider .owl-nav .owl-prev:focus {
  outline: 0;
}
#slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
#slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
#slider .owl-nav .owl-next:focus {
  outline: 0;
}
#slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
#slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
#slider .assignment_form {
  background: #fff;
  position: absolute;
  max-width: 1140px;
  bottom: -100px;
  z-index: 9;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#slider .assignment_form input,
#slider .assignment_form select,
#slider .assignment_form .form-control {
  border-radius: 50px;
}
#slider .assignment_form textarea {
  height: 100%;
  resize: none;
  border-radius: 20px !important;
}
.cc-picker-code-select-enabled {
  width: 110px;
  border-right: 1px solid #ccc;
}
.cc-picker-code {
  width: 30px;
}
.cc-picker-code-select-enabled::after {
  right: 15px;
}
#slider .assignment_form .timepicker-picker {
  height: 240px;
  margin: 0 80px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
#slider .assignment_form .calendar {
  cursor: pointer;
}
#slider .assignment_form .timepicker-picker table td {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
#slider .assignment_form .bootstrap-datetimepicker-widget table td.separator {
  width: 1px;
  height: 1px;
  line-height: 1px;
}
#slider .assignment_form .bootstrap-datetimepicker-widget .timepicker-hour,
#slider .assignment_form .bootstrap-datetimepicker-widget .timepicker-minute,
#slider .assignment_form .bootstrap-datetimepicker-widget .glyphicon-chevron-up,
#slider
  .assignment_form
  .bootstrap-datetimepicker-widget
  .glyphicon-chevron-down {
  width: 20px;
  height: 15px;
  line-height: 1;
}
#slider .assignment_form .bootstrap-datetimepicker-widget table td span:hover {
  background: none;
}
.input-group [data-toggle="datetimepicker"] {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 6px 14px;
}
/* --o-- */

/* Slider End */
#our_process {
  padding-top: 80px;
  padding-top: 100px;
  position: relative;
}
.pg_1 {
  position: absolute;
  left: 0px;
  top: -80px;
  z-index: 1;
}
#our_process .single_process {
  text-align: center;
}
#our_process .single_process img {
  display: block;
  margin: auto;
}
#our_process .single_process h3 {
  font-size: 18px;
  color: #414042;
  margin: 10px 0px;
  font-weight: 600;
}
#our_process .single_process p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
#our_process .single_process a {
  color: #3083af;
}
#our_process .single_process a i {
  vertical-align: middle;
}
/* Discover */
#discover {
  padding-top: 110px;
  position: relative;
}
#discover .dis_img {
  position: absolute;
  right: 0px;
}
#discover .discover_container {
  padding: 30px 150px 30px 30px;
}
#discover .discover_container ul li {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#discover .discover_container ul li a {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
}
#discover .discover_container ul li a p {
  flex: 1;
  margin-left: 15px;
}
/* why_us */
#why_us {
  padding: 40px 0px;
  background: #3083af;
  padding-top: 133px;
}
#why_us h2 {
  font-size: 38px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #fff;
}
#why_us h2 strong {
  font-weight: 600;
  display: block;
}
#why_us ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
#why_us ul li i {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #fe9900;
}
#why_us .why_us_img {
  top: -80px;
}
/* testimonials */
#testimonials {
  padding: 150px 0px 60px 0px;
}
#testimonials h2 {
  font-size: 38px;
}
#testimonials h2 small {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
#testimonials .review_container p {
  font-style: italic;
  font-size: 18px;
  margin-top: 25px;
}
#testimonials .owl-nav {
  position: absolute;
  left: -300px;
  bottom: 20px;
}
#testimonials .owl-nav button {
  font-size: 30px;
}
/* cta_btn */
#cta_btn {
  padding: 50px 0px;
  background: #fe9900;
}
#cta_btn h3 {
  color: #fff;
  font-weight: 600;
}
#cta_btn h3 small {
  font-size: 16px;
  display: block;
}
#cta_btn a {
  background: #3083af;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
}
.upload_file{margin-top: 20px; position: relative;}
.upload_file span{
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 40px 8px 0px;
    color: #000;
    border-radius: 30px;
}
.upload_file input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 130px;
}
/* Footer */

#footer .footer_address .branch_address h5 {
  color: #3083af;
  font-weight: 600;
}
#footer .footer_menu .foot_menu_box,
#footer .footer_menu .foot_contact_box {
  min-height: 265px;
}
#footer .footer_menu .foot_menu_box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#footer .foot_contact_box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#footer .footer_menu .foot_menu_box ul:after {
  content: "";
  clear: both;
  display: block;
}
#footer .footer_menu .foot_menu_box ul li {
  float: left;
  width: 50%;
}
#footer .footer_menu .foot_menu_box ul li a {
  color: #333;
  font-size: 14px;
  padding: 5px;
  padding-left: 0px;
  display: block;
}
#footer .footer_menu .foot_contact_box ul li {
  float: none;
}
#footer .footer_menu .foot_contact_box ul li a {
  color: #333;
  font-size: 14px;
  padding: 5px;
  padding-left: 0px;
  display: block;
}
#footer .footer_menu .foot_contact_box ul li a i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
#footer .footer_menu .foot_contact_box .foot_social {
  margin-top: 20px;
}
#footer .footer_menu .foot_contact_box .foot_social li a {
  background: #f2f1f1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #333;
  padding: 0px;
  margin-right: 10px;
}
#footer .footer_menu .foot_contact_box .foot_social li a i {
  margin: 0px;
  font-size: 14px;
}
/* =====================================================file Input======================================================= */
.codepen--center {
  overflow: hidden;
}
.dz-progress {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.dz-upload {
  border-radius: 3px;
  height: 5px;
  background: #bce29e;
  display: block;
  clear: both;
}
.dz-upload[style="width: 100%;"] {
  display: none;
}
.dz-filename,
.dz-size,
.dz-success-mark,
.dz-error-mark {
  display: none;
}
.dz-complete.dz-success .dz-success-mark,
.dz-complete.dz-error .dz-error-mark {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 0px;
  text-shadow: 1px 1px white;
}
.dz-error .dz-error-mark {
  color: red;
}
.dz-success .dz-success-mark {
  color: green;
}
.shubox--upload-target {
  display: inline-block;
  float: left;
  text-align: left;
  cursor: pointer;
}
.shubox--upload-target:hover {
  border-color: silver;
}
.shubox--upload-target:before {
  content: "Attach File";
  display: block;
  margin-left: 30px;
}
.shubox--upload-preview {
  overflow: hidden;
  position: absolute;
  bottom: -15px;
  max-width: max-content;
  left: 150px;
  text-align: right;
}
.shubox--upload-preview > div {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
.shubox--upload-preview > div img {
  width: 100%;
}
.dz-error-message {
  display: none;
}
.codepen--center i {
  position: absolute;
  left: 10px;
  top: 5px;
}

.assignment_form input, .assignment_form select, .assignment_form .form-control {
    border-radius: 50px;
}
.assignment_form textarea {
    height: 100%;
    resize: none;
    border-radius: 20px !important;
}

.chat_withpopup_page .position-relative{
    padding: 20px 10px 0px;
}
.chat_withpopup_page h5 {
    font-size: 25px;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    display: inline-block;
    margin-top: -1px;
    margin-bottom: 30px;
    background: #3083af;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px 2px 0px 0px;
}
.chat_withpopup_page .modal-lg, .modal-xl{
    max-width: 1000px;
}

/*========================================================= Search Result Page Css =============================================================*/

#inner_page_slider {
  background: url(../images/inner_banner.jpg) no-repeat;
  background-size: contain;
  height: 300px;
  background-attachment: fixed;
}
#inner_page_slider .inner_slider_content {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#inner_page_slider .inner_slider_content h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
#inner_page_slider .inner_slider_content h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #fff;
  margin: auto;
  margin-top: 10px;
}
.page_content {
  padding: 60px 0px;
  background: #f2f1f1;
}
.page_content .right_panel .assignment_help {
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.page_content .right_panel .assignment_help h3 {
  color: #fff;
  font-size: 22px;
  background: rgba(254, 152, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(254, 152, 0, 1)),
    color-stop(100%, rgba(46, 139, 185, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9800', endColorstr='#2e8bb9', GradientType=1 );
  padding: 15px;
  margin-bottom: 0px;
}
.page_content .right_panel .assignment_help ul {
  padding: 0px 15px;
  padding-bottom: 15px;
}
.page_content .right_panel .assignment_help li a {
  color: #333;
  padding: 5px 0px;
  font-size: 16px;
  display: block;
}
.page_content .right_panel .assignment_help li a:before {
  content: "\f101";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.breadcrumb_navigation {
  background: #fff;
}
.breadcrumb_navigation .breadcrumb {
  margin: 0px;
  background: none;
  padding-left: 0px;
}
.breadcrumb_navigation .breadcrumb a {
  color: #fe9900;
}

.search_bar_inner {
  margin-bottom: 30px;
}

.search_bar_inner .inner_search_bar {
  border: 1px solid #ccc;
  border-radius: 40px;
  background: #fff;
}
.search_bar_inner .inner_search_bar input {
  border: none;
  background: none;
  width: 360px;
}
.search_bar_inner .inner_search_bar button {
  border: none;
  background: none;
  border-radius: 40px;
  background: #fe9900;
  height: 40px;
  width: 40px;
}
.search_bar_inner .inner_search_bar button i {
  color: #fff;
}
.radio_container {
  display: flex;
  text-align: center;
}
.radio_container input {
  margin: 5px 10px;
}
.radio_container label {
  margin-right: 10px;
}
.question_list {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.question_list a {
  color: #333;
}

.question_list a h4 {
  font-size: 20px;
  font-weight: 700;
}

.question_list a h4 i {
  color: #fe9900;
}

.question_list a p {
  font-size: 16px;
  padding-left: 25px;
  text-align: justify;
}

.tabss a {
  color: #333;
}
.tab-content textarea.form-control {
  height: 250px;
  resize: none;
}

.tabss .nav-link.active {
  background: none;
  background: rgba(254, 152, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(254, 152, 0, 1)),
    color-stop(100%, rgba(46, 139, 185, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(254, 152, 0, 1) 0%,
    rgba(46, 139, 185, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9800', endColorstr='#2e8bb9', GradientType=1 );
}

/*============================================Get Answer==============================================*/
.chatSection {
  border: 1px solid #f2f1f1;
}
.price_plan_container {
  width: 400px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 15px;
  text-align: center;
}

.price_plan_container h4 {
  font-size: 22px;
  font-weight: 700;
}
.price_plan_container.monthly .price_plan_content {
  background: #3083af;
  background: -moz-linear-gradient(-45deg, #3083af 0%, #00a7ff 100%);
  background: -webkit-linear-gradient(-45deg, #3083af 0%, #00a7ff 100%);
  background: linear-gradient(135deg, #3083af 0%, #00a7ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3083af', endColorstr='#00a7ff',GradientType=1 );
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  min-height: 300px;
}

.price_plan_container.daily .price_plan_content {
  background: #fe9900;
  background: -moz-linear-gradient(-45deg, #fe9900 0%, #fbc403 100%);
  background: -webkit-linear-gradient(-45deg, #fe9900 0%, #fbc403 100%);
  background: linear-gradient(135deg, #fe9900 0%, #fbc403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9900', endColorstr='#fbc403',GradientType=1 );
  min-height: 300px;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.price_plan_container .price_plan_content {
  color: #fff;
  font-weight: 500;
  position: relative;
}

.price_plan_container .price_plan_content .plan_list {
  padding: 8px 0px;
}
.price_plan_container .price_plan_content .plan_list img {
  width: 24px;
  margin-right: 15px;
}
.price_plan_container .price_plan_content .plan_list p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0px;
}
.price_plan_container .price_plan_content .plan_button {
  background: #fff;
  padding: 8px 30px;
  color: #333;
  border-radius: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 150px;
  bottom: -20px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Chat CSS */
#chatContainer {
  margin-top: 150px;
}

.contactList {
  width: 236px;
 padding-top: 10px;
  background: #f1f1f1;
}

.contactList .contactHeader {
  display: flex;
  align-items: center;
  background: #fafafa;
  height: 70px;
  padding: 0px 15px;
  margin: 0px 10px;
}

.contactList .contactHeader p {
  font-size: 14px;
  font-weight: 600;
}
.contactList .contactHeader p span {
  font-size: 12px;
  font-weight: 400;
}
.statusPicker {
  margin: 10px;
  font-size: 14px;
}
.statusPicker .dropdown-toggle::after {
  display: inline-block;
  margin-left: auto;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}
.statusPicker .dropdown-menu {
  position: absolute;
  transform: translate3d(0px, 38px, 0px);
  top: -2px;
  left: 0px;
  will-change: transform;
  width: 100%;
}
.statusPicker .dropdown-item {
  padding: 8px;
}
.statusPicker .dropdown-item img {
  width: 24px;
  margin-right: 10px;
}
.statusPicker select {
  height: 40px;
  padding: 0px 10px;
  width: 100%;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #cccccc80;
}
.ordersList {
  background: #fff;
  padding: 10px;
}
.listContainer {
  height: calc(70vh - 112px);
  overflow: auto;
}
.ordersList {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f1f1;
}
.userName {
  background: #80d0fb;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #00476d;
}
.ordersList .userDetail {
  position: relative;

  padding: 0px 10px;
}
.ordersList .userDetail p {
  font-size: 14px;
  margin-bottom: 0px;
}

.chatArea {
  flex: 1;
}
.chatAreaHeader {
  display: flex;
  align-items: center;
  background: #fff;
  height: auto;
  padding: 0px 15px;
}
.chatAreaHeaderDetail {
  padding-left: 10px;
  flex: 1;
    margin-top:15px;
}
.chatAreaHeaderDetail p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}
.chatAreaHeaderDetail ul {
  justify-content: space-between;
  margin-top: 5px;

  flex-wrap: wrap;
}
.chatAreaHeaderDetail ul li {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.chatAreaHeaderDetail ul li img {
  width: 18px;
  /* margin-right: 5px; */
  vertical-align: text-top;
}
.chatAreaHeaderDetail ul li span {
  font-size: 14px;
  margin-bottom: 0px;
  color: #3083af;
  font-weight: bold;
}
.orderPrice {
  display: flex;
  align-items: center;
  padding: 10px;
}
.orderPrice .contactHideShow {
  margin-right: 15px;
  color: #333;
}
.orderPrice p {
  margin-bottom: 0px;
  font-size: 14px;
  flex: 1;
}
.orderPrice .payNow {
  background: #fe9900;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
  border-radius: 20px;
}

.msger {
  /* display: flex; */
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 0;
    /* background-image: url(../images/eduction-bg.jpg); */
    background-position: center;
    background-repeat: repeat;
    background-size: 30%;
    /* height: 100vh; */
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
  max-width: 450px;
  padding:5px 15px;
  border-radius: 6px;
  background: var(--left-msg-bg);
}
.msg-info {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 0px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msg-info-time {
  font-size: 0.85em;
 
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
  background: #dbeef9;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background: var(--right-msg-bg);
  color: #333;
  border-bottom-right-radius: 0;
  background: #ffe6bf;
}
.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 15px;
  border-top: var(--border);
  background: #eee;
  /* position: fixed;
  width: 79.3%; */
  bottom: 0%;
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger-inputarea .msger-input{
    border-radius: 30px;
}



html[dir] .p3_M1 {
  padding: 9px 12px 11px;
  margin: 5px 10px;
  background-color: var(--compose-input-background);
  border: 1px solid var(--compose-input-border);
  border-radius: 8px;
}










.msger-inputarea .msger-input::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}




.js-labelFile .fa-file-upload{
    padding: 0px;
    font-size: 20px;
    vertical-align: middle;
}
.msger-input {
  flex: 1;
  background: #ddd;
}
.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}
.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}


#chatContainer.full .contactList {
  width: 70px;
}
#chatContainer.full .ordersList .userDetail {
  display: none;
}
#chatContainer.full .contactList .contactHeader p {
  display: none;
}
#chatContainer.full .msg-img {
  width: 42px;
  height: 42px;
}
#chatContainer.full .statusPicker {
  display: none;
}
#chatContainer.full .contactList .contactHeader {
  padding: 0px 5px;
}
.statusPicker button {
  background: #fe9900;
  border-color: #fe9900;
  color: #fff;
}
.statusPicker button:hover {
  background: #fe9900;
  border-color: #fe9900;
  color: #fff;
}

/* Popup CSS */
.modal.show .modal-dialog {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.popup_content {
  flex:2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 70px;
  box-sizing: border-box;
  position: relative;
}
.login_emai_phone{
    padding-bottom: 40px;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-right: 0;
}
.login_emai_phone li {
    display: table-cell;
}
.login_emai_phone .nav-link.active, .login_emai_phone .show>.nav-link{
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0487e4;
    color: #0487e4;
}
.login_emai_phone .nav-link {
    border-radius: 0;
    color: black;
    padding: 9px 58px;
    border: none;
    border-bottom: 2px solid black;
    font-size: 16px;
}
.popup_content form {
  width: 100%;
}
.popup_content form .input_container {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 8px 8px 18px;
    border-radius: 25px;
  margin-bottom: 20px;
}
.select_container{
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 15px;
}
.popup_content form .input_container input {
  border: none;
}
.popup_banner {
  flex: 1;
    background: #e5ba13;
}
.modal-body {
  padding: 0px;
}
.popup_content .cc-picker-code-select-enabled {
  width: 0px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
  
}
.popup_content .site_button {
    border-radius: 20px;
    align-items: center;
    width: 100%;
    margin: auto;
    font-size: 14px;
}

.fb_facebook {
  background: #1877f2;
  padding: 2px 20px;
  border-radius: 5px;
}

.fb_login {
  background: #cecece;
  padding: 2px 20px;
  border-radius: 5px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  top: 0;
  right: 0;
  background: #fe9900;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
    z-index: 9;
}
.modal-header {
  padding: 0px;
}
.modal-open #header {
  padding-right: 17px;
}

/* header Account Option */
.accountMenu .dropdown-menu {
  padding: 0px !important;
  height: auto !important;
  top: 10px !important;
}
.accountMenu .dropdown-menu a {
  color: #333 !important;
  padding: 10px !important;
}

/* Select Topics Css */
.select_topic_popup ul li {
  position: relative;
}
.select_topic_popup ul li b {
  padding: 8px;
  background: #f2f1f1;
  display: block;
}
.select_topic_popup ul li a {
  color: #333;
  padding: 4px 8px;
  display: block;
  font-size: 14px;
}
.select_topic_popup ul li a:before {
  content: "\f101";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

.fb_facebook {
    background: #1877f2;
    padding: 2px 20px;
    border-radius:30px;
    width: 50%;
    text-align: center;
}
.fb_login {
    background: #ea4335;
    padding: 2px 20px;
    width: 50%;
    text-align: center;
    border-radius: 30px;
}
.login_with_box{width: 100%;}
.login_with_box li a{
    display: inline-block !important;
    font-size: 14px;
    padding: 6px 0px !important;
}
.login_with_box li a i{
    padding-right: 10px;
    font-size: 16px;
}
.login_with{
    text-align: center;
    margin-bottom: 8px;
}
.mobile_otp .card{
    border: none;
    padding: 0 !important;
}
.mobile_otp .card h5{
    font-size: 15px;
}
.OTP_form_control .form-control{
    border-radius: 20px !important;
    margin: 0px 3px;
}
.qustion_text{
    border: none;
    padding: 5px 0px 5px
}
.chatAreaHeaderDetail .d-flex.align-items-center{
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.chatAreaHeaderDetail > .collapse1 .card.card-body{
    padding: 15px;
}
.services_chet_box a{
    color: #fff;
    margin-left: 10px;
    border-left: 1px solid;
    padding-left: 10px;
}
.services_chet_box a:first-child{
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
}

/* ======================================================profile Page */
.accountInformation {
  border: 1px solid #cccccc80;
  padding: 15px;
  flex: 1;
  width: 859px;
}
 .personalInfo {
  display: flex;
  align-items: center;
  background: #f2f1f1;
  padding: 15px;
  flex-wrap: wrap;
}
.proImg {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 20px;
}
.proImg img {
  width: 100%;
  border-radius: 5px;
}
.editProButton {
  background: #04a3ff;
  padding: 8px 25px;
  margin-left: 15px;
  color: #fff;
  font-size: 14px;
}
.personalInfo ul li {
  padding: 3px;
  font-size: 14px;
}
.personalInfo ul li i,
.personalInfo ul li svg {
  width: 40px !important;
  text-align: center;
}
.accountInformation h4 {
  font-size: 18px;
  font-weight: 600;
}
#editProfileModal .modal-dialog,
#changePassModal .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
  padding: 15px;
  background: #fff;
}
#editProfileModal .modal-dialog .modal-content,
#changePassModal .modal-dialog .modal-content {
  border: none;
}
#editProfileModal .modal-dialog .modal-header,
#changePassModal .modal-dialog .modal-header {
  margin-bottom: 15px;
}

/* ===========================================================Freelancer */
#bgFreelancer {
  background: url(../images/flbg.png) no-repeat center center;
  background-size: cover;
  margin-top: 0;
  height: auto;
}

.flForm {
  background: #fff;
  padding: 30px;
  margin-top: 170px;
  margin-bottom: 40px;
}

.flForm .form-control {
  border-radius: 0px;
}

.flForm button {
  background: #fe9900;
  border: none;
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 60;
}

.flForm textarea.form-control {
  resize: none;
  height: 100px;
}

.flForm h4 {
  font-size: 20px;
  font-weight: 600;
}
.leftContentForm {
  color: #fff;
  padding: 50px;
}
.leftContentForm h5 {
  font-size: 28px;
  margin-top: 80px;
}
.leftContentForm p {
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

.some_class:after {
  content: "/f073";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.newQue {
  background: #fe9900;
  padding: 8px 20px;
  border-radius: 50px;
  color: white;
}
.newQue i{
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}
.chatArea.msger .sticky {
    position: fixed;
    top: 20%;
    width: 79.4%;
    z-index: 9;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: #fe9900;
    color: #fff;
}

.branch_address {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
  .htw_img1 {
    background: url(../images/refer-spirite.png) no-repeat 0px -279px;
    width: 184px;
    height: 193px;
    display: inline-block;
    margin: 10px 0px;
}
.htw_img2 {
    background: url(../images/refer-spirite.png) no-repeat -197px -279px;
    width: 184px;
    height: 193px;
    display: inline-block;
    margin: 10px 0px;
}
.htw_img3 {
    background: url(../images/refer-spirite.png) no-repeat -394px -279px;
    width: 184px;
    height: 193px;
    display: inline-block;
    margin: 10px 0px;
}
.htw_img4 {
    background: url(../images/refer-spirite.png) no-repeat -584px -279px;
    width: 184px;
    height: 193px;
    display: inline-block;
    margin: 10px 0px;
}
.point-text {
    float: left;
    padding: 20px 5%;
}
.ref_top_heading h2 {
    margin: 40px 0 20px 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
}
.htw_box {
    text-align: center;
}
.ref_top_heading {
    text-align: center;
}
.work-box p {
    font-family: open sans, sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
}
.ref_top_heading h2 {
    margin: 40px 0 20px 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
}	
.work-box {
    width: 24%;
    min-height: 230px;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
}
.ref_subscription {
    width: 90%;
    margin: auto;
    max-width: 1400px;
}
.banifits_banner {
   
    min-height: 512px;
    padding-top: 140px;
}
.benifits-box {
    background: #fff;
    padding: 90px 30px 15px;
    text-align: center;
    width: 30%;
    box-shadow: 0px 7px 10px 1px #ddd;
    border-radius: 5px;
    margin: 100px 10px 30px 10px;
    border: 1px solid #efefef;
    min-height: 240px;
    position: relative;
    display: inline-table;
}
.ref_subscription {
    width: 90%;
    margin: auto;
    max-width: 1400px;
}
.raferral-wrapper {
    width: 95%;
}
.banifits_banner .ref_top_heading h2 {
    margin-bottom: 40px;
}
.ref_box {
    text-align: center;
}
.nw_bx1 {
    margin: 100px 0px 30px 0px;
    box-shadow: 0px 10px 0px 1px #ddd;
    background: #d8d8d8;
    border: 0px;
}
.nw_bx2 {
    margin: 100px -5px 30px -5px;
    box-shadow: 0px 10px 0px 1px #e5e5e5;
    background: #e7e7e7;
    border: 0px;
}
.nw_bx3 {
    margin: 100px 0px 30px 0px;
    box-shadow: 0px 10px 0px 1px #ddd;
    background: #d8d8d8;
    border: 0px;
}

.benifits_img_1 {
    background: url(../images/refer-spirite.png) no-repeat -5px -484px;
    width: 167px;
    height: 167px;
    display: block;
    margin: 5px auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -90px;
}
.benifits_img_2 {
    background: url(../images/refer-spirite.png) no-repeat -176px -484px;
    width: 167px;
    height: 167px;
    display: block;
    margin: 5px auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -90px;
}
.benifits_img_3 {
    background: url(../images/refer-spirite.png) no-repeat -349px -484px;
    width: 167px;
    height: 167px;
    display: block;
    margin: 5px auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -90px;
}
.benifits-box h3 {
    font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 15px;
    font-weight: 600;
}
.benifits-box p {
    font-family: open sans, sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.nw_bx1 {
    margin: 100px 0px 30px 0px;
    box-shadow: 0px 10px 0px 1px #ddd;
    background: #d8d8d8;
    border: 0px;
}
.nw_bx2 {
    margin: 100px -5px 30px -5px;
    box-shadow: 0px 10px 0px 1px #e5e5e5;
    background: #e7e7e7;
    border: 0px;
}
.nw_bx3 {
    margin: 100px 0px 30px 0px;
    box-shadow: 0px 10px 0px 1px #ddd;
    background: #d8d8d8;
    border: 0px;
}
.ref_subscription {
    width: 90%;
    margin: auto;
    max-width: 1400px;
}

.wallet_box {
    text-align: center;
}
.coin_box_left {
    width: 48%;
    display: inline-block;
    border-right: 2px solid #eee;
    padding-bottom: 30px;
    padding-right: 30px;
}
.ref_top_heading {
    text-align: center;
}
.coin_box_left .ref_top_heading h2 {
    text-align: right;
    display: block;
    padding-right: 15px;
}
.wallet-text {
    width: 100%;
    float: left;
    padding: 0;
}
.coin_box_icon1 {
    background: url(../images/refer-spirite.png) no-repeat -16px -664px;
    width: 102px;
    height: 108px;
    display: inline-block;
    margin: 10px;
    float: right;
}
.coin_box_icon2 {
    background: url(../images/refer-spirite.png) no-repeat -126px -664px;
    width: 102px;
    height: 108px;
    display: inline-block;
    margin: 10px;
    float: right;
}
.coin_box_icon3 {
    background: url(../images/refer-spirite.png) no-repeat -235px -664px;
    width: 102px;
    height: 108px;
    display: inline-block;
    margin: 10px;
    float: left;
}
.coin_box_icon4 {
    background: url(../images/refer-spirite.png) no-repeat -344px -664px;
    width: 102px;
    height: 108px;
    display: inline-block;
    margin: 10px;
    float: left;
}
.coin_box_left .wallet-text p {
    text-align: right;
    margin: 10px;
}
.wallet-text p {
    font-family: open sans, sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    padding: 34px 0px;
    vertical-align: middle;
}
.coin_box_left {
    width: 48%;
    display: inline-block;
    border-right: 2px solid #eee;
    padding-bottom: 30px;
    padding-right: 30px;
}
.coin_box_right {
    width: 48%;
    display: inline-block;
    padding-bottom: 30px;
    
}
.coin_box_right .ref_top_heading h2 {
    text-align: left;
    display: block;
    padding-left: 15px;
}
@media screen and ( min-width: 0 ) and ( max-width: 590px ) {
.ref_subscription{width: 100%;margin-top: -20px;}
.refer{width: 100%}
.referfield .txtbox, .referfield .email{width: 82%!important}
.referfield .right{padding-left: 0}
.member .txtbox{width: 48%}
.freeoverlay .cont{ width: 84%;padding: 20px}
.freeoverlay .cont .close{margin: -40px -40px 0 0}
.subscription{ width: 100%;margin-top: -20px}

.priceplan{ width: 100%;border-radius: 0}
.priceplan .head, .plan{font-size: 20px}
.features li{font-size: 12px}

.subscribe-lft .right{font-size: 36px}
.pkgprice small{font-size: 20px}

.tutorlistcont ul li{width:100%}
.tutorlistcont ul li .cont{width:260px}


@media screen and ( min-width: 0 ) and ( max-width: 390px ) {
.refer{margin-top: -246px}
.resp-tab-content ul li .cont{width:84%}
.expertworked ul li .expertryt{width:50%}
.essay .banner{height: 420px}
.stepname{font-size: 20px}
.essay .bannercont{width:96%}
.essay .bannercont .head{ font-size: 30px;line-height: 32px}
.essay .bannercont .head p{ font-size: 20px;line-height: 24px}
.scholarship .subhead{font-size: 16px}
.applybtn{ float: none;}
.votcollapse .txtbox{margin: 10px 0}
.votebtmcont{ text-align: left;margin:0}
.votebtmcont span{ display: block;margin: 10px 0 0 -18px}
.votebtn{margin-left: 20px }
}
@media screen and ( min-width: 0 ) and ( max-width: 490px ) {
.addressdtl .left{width:100%}
.addressdtl .right{width:100%}
.ftrright ul li{width:100%}
.address br{display: none}

.subscription-payment .packagecont{ width: 100%;margin: 0}
.subscription-payment .cont .inner{padding: 40px 0}
.plandiscount .cont .lft{font-size: 12px;line-height: 14px}
.plandiscount .cont .lft b{font-size: 14px}
.plandiscount .cont .lft span{display: none}
.paybtn{margin-top: 20px}

.essay .bannercont{width: 90%}
.essay .bannercont img{width: 100%}
.stepname{font-size: 24px}
.scholarship .subhead{font-size: 20px}
.fblogin{width: 182px}
.gbutton-text{font-size: 18px}

/* referral-program */
.market_referral_banner_text h2 {font-size: 16px;}
.market_referral_banner_text h3 {font-size: 20px;line-height: 25px;margin:8px 0;}
.market_referral_banner_text a{padding: 10px 15px;font-size: 15px;margin-top:20px;}
.work-box{width: 100%;}
/* referral-program */

.not_happy_popup_box h2{font-size: 16px;}
.not_happy_popup_box p{font-size: 19px;margin: 10px 0 20px 0;}
.nhp_nothank {font-size: 13px;}
.not_happy_popup_box{max-width: 90%}


}@media screen and ( min-width: 0 ) and ( max-width: 590px ) {
.ref_subscription{width: 100%;margin-top: -20px;}
.refer{width: 100%}
.referfield .txtbox, .referfield .email{width: 82%!important}
.referfield .right{padding-left: 0}
.member .txtbox{width: 48%}
.freeoverlay .cont{ width: 84%;padding: 20px}
.freeoverlay .cont .close{margin: -40px -40px 0 0}
.subscription{ width: 100%;margin-top: -20px}

.priceplan{ width: 100%;border-radius: 0}
.priceplan .head, .plan{font-size: 20px}
.features li{font-size: 12px}

.subscribe-lft .right{font-size: 36px}
.pkgprice small{font-size: 20px}

.tutorlistcont ul li{width:100%}
.tutorlistcont ul li .cont{width:260px}


/* referral-css */
.benifits-box {width:100%;}
.point-text{float:none;width: 100%;border-bottom: 1px solid #ddd;}
.raferral-wrapper{width: 100%;margin: auto;}
.coin_box_left{padding-right:0px;}
.coin_box_left,.coin_box_right{width:100%;border-bottom: 1px solid #ddd;}
.coin_box_left .ref_top_heading h2,.coin_box_right .ref_top_heading h2{text-align:center;}
.coin_box_icon1,.coin_box_icon2,.coin_box_icon3,.coin_box_icon4{float:none;}
.coin_box_left .wallet-text p{text-align:center;padding-top: 0px;}
.coin_box_right .wallet-text p{text-align:center;padding-top: 0px;}
.t_conditions_text .ref_top_heading h2{text-align:center;}
.courses-signup{text-align:center;}
.courses-signup .btn{float:none;display:inline-block;}

/* referral-css */
.ban-wrap {width: 90%;padding:22% 0px 0px !important;}
.ss_heading h1{font-size: 20px;margin:10px 0 0px 0;line-height: 30px;text-align: center;}
.scholarship-grid-card {text-align: center;}
.sc_search_filter h2{text-align: center;font-size: 19px;}
.sc_search_filter input[type="submit"] {width:100%;float: none;}
.sc_banner h2 {font-size: 18px;}
.sc_banner h2 p{font-size: 15px;}
.nofound {margin: 15px 45px;max-width: inherit;padding: 5px;font-size: 14px;}
.scholarship-grid-card{padding: 15px 12px;}
.scholarship_amount {margin: 0px 0 5px 0px;font-size: 22px;}
.scholarship-grid-card h5{margin: 0px 0px 7px;}

.subscription_right p {margin: 25px 0 0px 0;}
.subscription_bx h1{font-size:18px;line-height: 35px;}
.subscription_bx {background:#44424a url(../resources/images/mb_subscription_bg.html) no-repeat top  center;background-size: contain;}
.subscription_bx {padding:50px 0;}
.ppa_form {padding: 0;}

}

@media screen and ( max-width:1050px ){
.ftrleft{width:100%}
.ftrright{width:100%}
.maildtl{margin-bottom:20px}
}

@media screen and ( min-width: 0 ) and ( max-width: 640px ) {
.process{margin: 0 auto}
.process li{ width: 100%;display: block;margin: 40px 0} 
.btmlnk li{ width: 100%;display: block;margin: 10px 0} 
.enroll .applybtn{margin-bottom: 0}
.btmlnk{margin:10px auto}
.essaylogo{margin-top:150px}
.essay .banner{height: 500px}
.essay .bannercont{top:20%}
.thanks .left, .thanks .right{ display: block;width: 100%}
.scholarfb, .scholartwt, .scholarin, .scholarmail{padding: 0 10px}
.essaysubmission .left .ico, .essaysubmission .right .ico{ float: none;margin:auto}
.essaysubmission .left .text, .essaysubmission .right .text, .essaysubmission .text .head{ text-align: center;width:100%}
.scholarprogram ul li{width: 100%;display: block;margin: 40px 0 0 0}
.connecttutor .left, .connecttutor .right{ float: none;width: 100%;text-align: center}
.connecttutor .right .applybtn{ margin: 20px auto 10px;float: none;width: 250px}
.connecttutor .right span{float: none;margin: 10px 0 0 0}
.trans-winners .head{ width: 300px;margin: auto}
.trans-winners .head .ico1, .trans-winners .head .ico2{ float: none;margin:10px auto;display: block}
video{ width:90%;height: auto}
.market_referral_banner_text img{display:none;}
.market_referral_banner{min-height:auto;padding-bottom:40px;}
.market_referral_banner_text h3 {font-size: 29px;line-height: 25px;margin: 13px 0;}
.market_referral_banner_text a{margin-top: 40px;}
.form_css input, .form_css select { font-size: 11px;}
.scholar-searchbtn{font-size: 14px !important;}

.ppa_packagebtn {text-align: center;margin-top:0px;}
.form_cards ul li {padding: 0px 2px;}
.form_cards ul li span {background: url(../resources/images/qasprite.html) no-repeat -9px -1328px;width: 76px;height: 26px;margin-right: 5px;margin-bottom: 3px;}
.form_cards ul li input {background: url(../resources/images/qasprite.html) no-repeat -6px -1360px;width: 119px;height: 33px;}
.form_heading h2 {text-align: center;margin: 2px 0 10px 0;}
.promocode .txtbox{width: 130px;}.month_onword p
#spnAmountPayable,.netamt,#spnAmountPayable label,#spnAmountPayable #smlDuration,.netamt span{font-size: 18px;}
.month_onword p {/*margin: 15px -15px -21px -15px;*/font-size: 11px;line-height: 16px;}
#spnAmountPayable{margin: 0px 0 15px 0;}
.form_heading_bg{padding: 10px 5px;}
.subscribe_box .ppa_form { padding: 0px;}
.subscription_bx2 #txtCardExp {width: 100%;}
.subscription_bx2 .ppa_form {padding: 0;}
.subscription_bx2 .ppa_right_box {text-align: center;}
.subscription_left p{text-align: left;}
.three_free_qa{text-align: left;}

.sprite_box {text-align: center;padding: 10px 0px 0px 0px;float: none;position: unset;margin-left: 0;}
#divPaypal input {margin: 18px 0px 0px;}
.btm {text-align: center;font-size: 11px;}
.sprite_box:before { margin: 0 0 0px 0;}
}

@media screen and (min-width: 0) and (max-width: 590px){
.ref_subscription {
    width: 100%;
    margin-top: -20px;
}
}
@media screen and (min-width: 0) and (max-width: 590px){
.raferral-wrapper {
    width: 95%;
    margin: auto;
}}
@media screen and (min-width: 0) and (max-width: 490px){
.work-box {
    width: 100%;
}}
@media screen and (min-width: 0) and (max-width: 590px){
.point-text {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
}

@media screen and (min-width: 0) and (max-width: 590px){
.benifits-box {
    width: 100%;
}
}
@media screen and (max-width: 800px){
.benifits-box {
    margin: 90px 0 30px 0px;
    min-height: auto;
    padding: 110px 0px 35px;
}
}
@media screen and (min-width: 0) and (max-width: 590px){
.coin_box_left .wallet-text p {
    text-align: center;
    padding-top: 0px;
}
}
@media screen and (min-width: 0) and (max-width: 590px){
.coin_box_icon1, .coin_box_icon2, .coin_box_icon3, .coin_box_icon4 {
    float: none;
}
}
@media screen and (min-width: 0) and (max-width: 590px){
.coin_box_left .wallet-text p {
    text-align: center;
    padding-top: 0px;
}
}
@media screen and (min-width: 0) and (max-width: 590px){

  .coin_box_right .wallet-text p {
    text-align: center;
    padding-top: 0px;
}

}






@media screen and (min-width: 0) and (max-width: 590px)
{
.coin_box_left .ref_top_heading h2, .coin_box_right .ref_top_heading h2 {
    text-align: center;
}

}
