body{
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Open Sans", sans-serif !important;
}
/**loader css start here**/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: block;
  background: url("../img/ajax-loader.gif") 50% 50% no-repeat rgba(255, 255, 255, 0.5);
}
/**loader css end here**/
a:focus-visible{
  outline: none;
  text-decoration: none;
}

.logo_box {
  padding: 7.5px 0;
  min-height: 60px;
}
.logo_box a.navbar-brand img{
  height: 45px;
}
.logo_box a.navbar-brand:focus-visible{
  outline: none;
}
.main_box_bg{
  background-color: #007FAA;
  /* min-height: calc(100vh - 100px) !important; */
}
.main_box_bg > .container {
  /* padding-top: 30px !important;
  padding-bottom: 30px !important; */
  min-height: calc(100vh - 100px) !important;
  display: flex;
  align-items: center;
  padding: 30px 0 !important;
}
.left_box{
  padding: 0 10px;
}
.text_heading_box{
  min-height: 258px;
  position: relative;
  background: #00000066;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.text_heading_box .wel_head{
  font-size: 32px;
  margin-top: 20px;
  text-shadow: 1px 1px 1px #000;
}
.text_heading_box .wel_des{
  font-size: 24px;
  text-shadow: 1px 1px 1px #000;
}
.login_video_box{
  /* margin-top: 48px;
  position: absolute;
  bottom: 0;
  top: 257px;
  width: 100%;
  left: 0; */
}
/**login box css start here**/
.right_box{
  padding: 10px 30px 5px 30px;
  /* min-height: 488px; */
}
.language_box{
  padding: 0 12px;
  margin-bottom: 10px;
}
.language_box p{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.language_dropdown_box{
  width: 50%;
}
.login_box{
  min-height: 392px;
}
.form_box{
  padding: 0 10px;
}
.form_box .input_box, .input_margin_bottom{
  margin-bottom: 15px;
}
.form_box .login_box .login_heading_box,
.form_box .login_finalize_your_account_box .finalize_account_heading_box{
  margin: 10px 0 15px 0;
}
.min_height_box{
  min-height: 346px;
}
.login_pec_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 392px;
}
.form_box .login_pec_box .pec_login_heading_box{
  /* margin: 37px 0 15px 0; */
}
.form_box .login_pec_box .pec_login_heading_box h1{
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  color: #4A4A4A;
  margin: 0 auto 0 0;
  line-height: 0;
}
.form_box .admin_identifier_box .admin_identifier_box_heading_box{
  margin: 10px 0 15px 0;
}
.form_box .login_box .login_heading_box h1,
.form_box .login_finalize_your_account_box .finalize_account_heading_box h1,
.or_sign_with_box h1,
.form_box .finalize_your_account_box h1,
.form_box .viewer_code_heading_box h1,
.form_box .reset_password_heading_box h1,
.form_box .admin_identifier_box .admin_identifier_box_heading_box h1{
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  color: #4A4A4A;
  margin: 0 auto 0 0;
}
.form_box .admin_identifier_box .admin_identifier_box_heading_box p{
  font-size: 16px;
  text-align: left;
  color: #4A4A4A;
  margin-bottom: 5px;
  font-weight: 600;
}
.form_box .admin_identifier_box .admin_identifier_box_heading_box .password_required_list{
  font-size: 16px;
  color: #4A4A4A;
  list-style-type: square;
  margin-left: 20px;
}
.form_box .admin_identifier_box .admin_identifier_box_heading_box .password_required_list li{

}
.login_viewer_code_box .viewer_code_heading_box{
  margin: 10px 0 15px 0;
}
.form_box .login_viewer_code_box .viewer_code_heading_box .login_btn_box.start_watching{
  margin: 49px 0 40px 0;
}
.devider_box hr{
  margin: 0 0 10px 0;
  color: #E8E6E6;
}
.password_eye_box > input{
  padding-right: 25px;
}
.password_eye_box .eye_icon_box{
  position: absolute;
  top: 1px;
  right: 2px;
  width: 25px;
  text-align: center;
  padding: 5px 0px 6px 0px;
  cursor: pointer;
}
label.form-label{
  color: #4A4A4A;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.login_text_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 375px;
}
.note_box{

}
.note_box .note_text_css{
  color: #4A4A4A;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.login_text_box .login_btn_box .login_btn{

}
input.form-check-input[type="radio"], input.form-check-input[type="radio"] ~ label.form-check-label,
input.form-check-input[type="checkbox"], input.form-check-input[type="checkbox"] ~ label.form-check-label{
  cursor: pointer;
}
.custom_radio_btn input.form-check-input[type="radio"]{
  border-color: #969696;
  background-color: #fff;
}
.custom_radio_btn input.form-check-input[type="radio"]:checked{
  
  background-image: url(./../img/checked.svg);
  background-color: #fff;
  border-color: #969696;
}
.custom_radio_btn input.form-check-input[type="radio"]:focus, .custom_radio_btn input.form-check-input[type="radio"]:active{
  box-shadow: none;
  border-color: #969696;
}
.input_box label.form-label span a.label_link{
  color: #249CC2;
}
.input_box input.form-control:focus, .input_box input.form-control:active{
  box-shadow: none;
  border-color: #524a4a;
}
.input_box input.form-control{
  border-color: #969696;
  border-radius: 4px;
}
.input_box input.form-control::placeholder {
  color: #8F7991;
  opacity: 1; /* Firefox */
}
.input_box input.form-control::-ms-input-placeholder{
  color: #8F7991;
}
.warning{
  border: 2px solid red !important;
}
.login_btn:disabled{
  background: #a3a3a3 !important;
  border-color: #57a345 !important;
  cursor: not-allowed;
  opacity: initial;
  pointer-events: initial;
}
.dob_box_parent {
  display: flex;
  gap: 26px;
  margin-bottom: 15px;
}
.input_box select.form-select:focus, .input_box select.form-select:active{
  box-shadow: none;
  border-color: #524a4a;
}
.input_box select.form-select{
  border-color: #969696;
  border-radius: 4px;
}
.input_box select.form-select::placeholder{
  color: #8F7991;
  opacity: 1; /* Firefox */
}
.input_box select.form-select::-ms-input-placeholder{
  color: #8F7991;
}
.selct_parent ~ .dropdown.bootstrap-select {
  width: 100% !important;
}
.selct_parent ~ .dropdown.bootstrap-select select + button{
  border: 1px solid #969696 !important;
  outline: none !important;
  box-shadow: none;
}
.custom_signup_selectpicker ~ button.btn.dropdown-toggle.bs-placeholder.btn-light,
.custom_signup_selectpicker ~ button.btn.dropdown-toggle.btn-light{
  border-color: #969696 !important;
  border-radius: 4px;
  background: #fff;
  color: #212529;
}
.custom_signup_selectpicker ~ button.btn.dropdown-toggle.bs-placeholder.btn-light:focus,
.custom_signup_selectpicker ~ button.btn.dropdown-toggle.btn-light:focus{
  outline: none !important;
  box-shadow: none;
  border-color: #524a4a !important;
}
.custom_signup_selectpicker ~ button.btn.dropdown-toggle.bs-placeholder.btn-light.show,
.custom_signup_selectpicker ~ button.btn.dropdown-toggle.btn-light.show{
  border-color: #524a4a !important;
}

/**sign bootstrap multi select checkbox custom css start here**/
.dropdown.bootstrap-select.show-tick .dropdown-menu li a span.check-mark:before {
  content: "" !important;
}
.dropdown.bootstrap-select.show-tick .dropdown-menu li a span.check-mark {
  width: 16px;
  height: 16px;
  left: 10px;
  position: absolute;
  border: 1px solid #7d7d7d;
  display: block;
  margin-top: 0px !important;
  display: block !important;
  top: 8px;
}
.dropdown.bootstrap-select.show-tick .dropdown-menu li.selected a span.check-mark:before {
  width: 10px;
  height: 10px;
  background: #00AEEF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dropdown.bootstrap-select.show-tick .dropdown-menu li a span.text{
  margin-left: 25px;
  margin-right: 0;
  color: #4A4A4A;
}
.dropdown.bootstrap-select .bs-ok-default:after{
	content: "";
	display: none;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  background: #f5f5f5;
}
/**sign bootstrap multi select checkbox custom css end here**/

.remember_me_box{
  margin-top: 5px;
}
.remember_me_box .form-check-input{
  border-color: #389EE8;
}
.remember_me_box .form-check-input[type="checkbox"]:checked{
  background-image: url(../img/check.svg);
  background-color: transparent;
  background-size: 10px;
}
.remember_me_box .form-check-input:focus, .remember_me_box .form-check-input:active {
  box-shadow: none;
}
.remember_me_box .form-check-label{
  font-size: 14px;
}
.login_btn_box{
  margin: 25px 0 40px 0;
  text-align: center;
  position: relative;
}
.login_btn_box .validation_msg{
  color: #A93F4C;
  position: absolute;
  font-size: 14px;
  top: 48px;
}
.input_validation_msg{
  color: #A93F4C;
  font-size: 14px;
}
.login_btn_box .errormsg_position_css{
  position: inherit !important;
  top: inherit !important;
}
.login_btn_box .login_btn{
  background-color: #57A345;
  color: #fff;
  border: 1px solid #2E731C;
  padding: 7px 10px;
  font-size: 16px;
}
.login_btn_box .login_btn:hover, .login_btn_box .login_btn:focus{
  box-shadow: none;
  background-color: #468C34;
}
.login_btn_box .login_btn:active{
  background-color: #2E731C;
}
.login_btn_box.finalizelog_bottom_margin{
  margin-bottom: 144px;
}
.sign_up_btnbox{
  margin-bottom: 32px;
}
.sign_up_btnbox p{
  color: #4A4A4A;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.sign_up_btnbox .sign_up_btn{
  background-color: #389EE8;
  color: #fff;
  border: 1px solid #1E74B2;
  padding: 1px 10px;
  font-weight: 500;
  font-size: 16px;
  width: 160px;
}
.sign_up_btnbox .sign_up_btn:hover, 
.sign_up_btnbox .sign_up_btn:focus{
  box-shadow: none;
  background-color: #2685CB;
}
.sign_up_btnbox .sign_up_btn:active{
  box-shadow: none;
  background-color: #1E74B2;
}
.use_pec_box{
  margin-bottom: 37px;
}
.use_pec_box .use_pec_btn,
.submit_btn_box  .submit_btn{
  background-color: #389EE8;
  color: #fff;
  border: 1px solid #1E74B2;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 16px;
}
.use_pec_box .use_pec_btn:hover,
.use_pec_box .use_pec_btn:focus,
.submit_btn_box  .submit_btn:hover,
.submit_btn_box  .submit_btn:focus{
  box-shadow: none;
  background-color: #2685CB;
}
.use_pec_box .use_pec_btn:active,
.submit_btn_box .submit_btn:active{
  box-shadow: none;
  background-color: #1E74B2;
}
.submit_btn_box.box_btn_margin{
  margin: 40px 0 111px 0;
}
.submit_btn_box.identifier_submit_btn_margin{
  margin: 40px 0 29px 0;
}
.or_sign_with_box, .pec_login_heading_box{
  margin: 0 0 15px 0;
}
.or_sign_with_box h1, .pec_login_heading_box h1{
  line-height: 1.2 !important;
}
.viewer_code_box{
  margin-bottom: 15px;
}
.viewer_code_box .viewer_code_btn{
  background-color: #CBAA38;
  color: #fff;
  border: 1px solid #b99c32;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 16px;
}
.viewer_code_box .viewer_code_btn:hover,
.viewer_code_box .viewer_code_btn:focus{
  box-shadow: none;
  background-color: #B09432;
}
.viewer_code_box .viewer_code_btn{
  background-color: #9F852B;
}
.finalize_account_box{
  margin-bottom: 15px;
}
.finalize_account_box .finalize_account_btn{
  background-color: #969696;
  color: #fff;
  border: 1px solid #8f8e8e;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 16px;
}
.finalize_account_box .finalize_account_btn:hover,
.finalize_account_box .finalize_account_btn:focus{
  box-shadow: none;
  background-color: #918f8f;
}
.mychart_box{
  margin-bottom: 15px;
}
.mychart_box .mychart_btn{
  background-color: #D14354;
  color: #fff;
  border: 1px solid #882F39;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  /* padding-left: 65px; */
  text-align: center;
}
.mychart_box .mychart_btn span.icon{
  padding: 5.5px 10px;
  background-color: #F5F5F5;
  position: absolute;
  left: 0px;
  top: 0;
  width: 60px;
  border-radius: 2px 0px 0px 2px;
  display: inline-table;
  text-align: center;
}
.mychart_box .mychart_btn span.icon img{
  height: 25px;
}
.mychart_box .mychart_btn span.name{
  /* margin-left: 30px; */
}
.mychart_box .mychart_btn:hover,
.mychart_box .mychart_btn:focus{
  box-shadow: none;
  background-color: #A93F4C
}
.mychart_box .mychart_btn:active{
  background-color: #882F39
}
.google_signin_box{
  margin-bottom: 37px;;
}
.google_signin_box .g_signin_btn{
  background-color: #F5F5F5;
  color: #2E2E2E;
  border: 1px solid #A3A3A3;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 16px;
  /* padding-left: 60px; */
  position: relative;
  text-align: center;
}
.google_signin_box .g_signin_btn span.icon{
  padding: 5.5px 10px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 60px;
  display: inline-table;
  text-align: center;
}
.google_signin_box .g_signin_btn span.icon img{
  height: 25px;
  mix-blend-mode: multiply;
  filter: contrast(1);
}
.google_signin_box .g_signin_btn span.name{
  /* margin-left: 60px; */
}
.google_signin_box .g_signin_btn:hover,
.google_signin_box .g_signin_btn:focus{
  box-shadow: none;
  background-color: #e9e5e5;
}
.login_as_clinician{
}
.login_as_clinician p{
  color: #2E2E2E;
  font-size: 14px;
  margin-bottom: 0;
}
.login_as_clinician p a,
.need_help a{
  color: #249CC2;
  font-weight: 600;
}
.login_as_clinician p a:hover,
.need_help a{
  color: #1f8bad;
}
.powered_by_box{
  line-height: 1.3;
  margin: 0 auto;
  padding: 0px 30px 4px 30px;
}
.powered_by_box .footer_top_border{
  border-top: 1px solid #E8E6E6;
  padding-top: 4px;
}
.powered_by_box .footer_top_border span{
  font-size: 14px;
}
.powered_myto{
  margin: 0 0 0 0;
}
.need_help{
  margin: 0 0 0 0;
}
.call_box span{
  font-weight: 600;
}
/**login box css end here**/


/**footer css start here**/
.footer_css{
  padding: 4.5px 10px !important;
  background-color: #F4F4F4;
  z-index: 1;
  position: relative;
}
.footer_css .footer_logo_box span, .footer_css .footer_link_box li .footer_piping, .footer_css .footer_link_box li a{
  color: #999999;
  font-size: 12px;
  font-weight: 500;
}
.footer_css .footer_link_box li a.cursor-css {
  font-size: 12px;
  color: #999999;
  cursor: initial;
}
.footer_css .footer_link_box li a.cursor-css:hover {
  color: #999999;
}
.footer_link_box {
  line-height: 0;
}
.footer_link_box li a{
  text-decoration: none !important;
  margin: 0 8px;
  line-height: 1.5;
}
.footer_link_box li a:hover{
  color: #1f8bad;
}
.textback_button{
  color: #2E2E2E;
  border: 1px solid #595A5A;
  border-radius: 4px;
  padding: 1px 11px;
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
  margin-right: 23px;
  text-align: center;
  min-width: 78px;
  cursor: pointer;
  /* position: absolute; */
  position: relative;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
}
.textback_button:hover{
  background-color: #e9e5e5;
  color: #2E2E2E !important;
}
.textback_button i{
  color: #595A5A;
  margin-right: 4px;
}


/**new modal css start here**/
.login_modal_css{
  width: 400px;
}
.login_modal_css .modal-content{
  border-radius: 18px 18px 15px 15px;
}
.login_modal_css .modal-header{
  background-color: #007FAA;
  border-radius: 15px 15px 0 0;
}
.login_modal_css .modal-header .btn-close{
  background: no-repeat;
  opacity: 1;
}
.login_modal_css .modal-header .btn-close:focus{
  box-shadow: none;
}
.login_modal_css .modal-header .btn-close i{
  font-size: 20px;
  color: #fff;
  top: 8px;
}
.login_modal_css .modal-header .btn-close:hover i,
.login_modal_css .modal-header .btn-close:focus i{
  color: #F7FCFC;
}
.login_modal_css .modal-title{
  color: #fff;
  font-size: 24px !important;
  font-weight: 500;
  border-radius: 15px 15px 0 0;
  padding: 2px 10px;
}
.login_modal_css .modal_body_css p{
  margin:44px 0 4px 0;
  font-size: 20px;
  font-weight: 500;
  color: #4A4A4A;
}
.login_modal_css .modal-footer{
  margin: 20px 0 10px 0;
}
.white_btn{
  border: 1px solid #595A5A;
  color: #595A5A;
  background-color: #fff;
  min-width: 120px;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.white_btn:hover, .white_btn:focus{
  background-color: #F7FCFC;
  box-shadow: none;
  color: #595A5A;
}
.green_btn{
  border: 1px solid #2E731C;
  color: #fff;
  background-color: #57A345;
  min-width: 120px;
  padding: 7px 10px;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
}
.green_btn:hover, .green_btn:focus{
  background-color: #468C34;
  box-shadow: none;
  color: #fff;
}
.green_btn:active{
  background-color: #2E731C;
}
.note_tag{
  font-size: 12px;
  color: red !important;
  font-weight: 500;
}
.note_tag_green{
  font-size: 12px;
  color: green !important;
  font-weight: 500;
}
.category_box{
  min-height: 40px;
  max-height: 227px;
  overflow: auto;
  border: 1px solid #969696;
  border-radius: 4px;
  margin-bottom: 15px;
}
.category_box ul{
  padding-left: 0;
  margin-bottom: 0;
}
.category_box ul li{
  list-style-type: none;
}
.category_box ul li:hover{
  background: #f5f5f5;
}
.category_box ul li div.form-check{
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 100%;
  padding: 4px 8px;
}
.category_box ul li div.form-check input.form-check-input{
  margin-left: 0;
  border: 1px solid #969696;
  border-radius: 0px;
  box-shadow: none;
}
.category_box ul li div.form-check input.form-check-input:checked{
  background-image: url(./../img/square_checked.svg) !important;
  border-color: #969696;
  background-color: #fff;
  background-size: 10px 10px;
}
.category_box ul li div.form-check .form-check-label{
  padding-left: 15px;
  width: 100%;
  color: #4A4A4A;
}
.green_text{
  color: green !important;
}
.red_text{
  color: red;
}
.hide{
  display: none;
}
.mobile_number_box_width .intl-tel-input.allow-dropdown{
  display: block;
}
.back_btn_div {
  justify-content: center;
  display: flex;
  align-content: center;
  margin: 10px 0 15px 0;
}
.email_break b{
  width: 65%;
  display: inline-block;
  word-break: break-all;
  padding-left: 4px;
  vertical-align: top;
}

/**language select dropdown css start here**/
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle{
  background-color: #fff;
  border-color: #969696;
  border-radius: 4px;
  background-image: url(./../img/language_icon_white.svg);
  background-repeat: no-repeat;
  padding: 7px 12px;
  padding-left: 50px;
  background-position-x: 0px;
  background-size: 47px;
  background-position-y: 0px;
  color: #212529 !important;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle:focus,
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle:active{
  box-shadow: none;
  border-color: #524a4a;
  outline: none !important;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  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;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show{
  border-color: #524a4a;
  color: #2e2e2e !important;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu{
  padding: 0;
  background-color: #fff;
  border-color: #524a4a;
  border-radius: 0;
  transform: translate(0px, 37px) !important;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu .inner .dropdown-menu li .dropdown-item{
  color: #2e2e2e;
  padding-left: 50px;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu .inner .dropdown-menu li .dropdown-item:hover,
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu .inner .dropdown-menu li.selected.active .dropdown-item:hover{
  background-color: #f5f5f5;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu .inner .dropdown-menu li .dropdown-item:focus,
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu .inner .dropdown-menu li.selected.active .dropdown-item:focus{
  background-color: #e8e6e6;
}
.dropdown.bootstrap-select.custom_select_language.dropdown.bootstrap-select .btn.dropdown-toggle.show ~ .dropdown-menu .inner .dropdown-menu li.selected.active .dropdown-item{
  background-color: #fff;
  font-weight: 600;
  color: #2e2e2e;
}
/**language select dropdown css end here**/

/**sign up v3 mail alert modal css start here**/
.auto-email-pop .clearfix {
  display: inline;
}
.auto-email-pop b {
  width: 65%;
  display: inline-block;
  word-break: break-all;
  padding-left: 4px;
  vertical-align: top;
}
/**sign up v3 mail alert modal css end here**/

.right_mobile_box{
  margin-bottom: 0 !important;
}  

@media screen and (max-width:338px) {
  .mychart_box .mychart_btn span.icon, 
  .google_signin_box .g_signin_btn span.icon{
    width: 100%;
    position: initial;
  }
}
@media screen and (max-width:575px) {
  .login_modal_css{
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .form-select{
    margin-bottom: 15px;
  }
}
@media screen and (max-width:991px) {
  .text_heading_box .wel_head{
    margin-bottom: 10px;
  }
  .text_heading_box .wel_des{

  }
  .main_box_bg > .container {
    padding: 18px 10px 10px 10px !important;
  }
  .login_video_box{
    position: initial;
    margin-top: 22px;
  }
  .left_mobile_box{
    margin-bottom: 10px !important;
  }
  .right_box{
    position: initial !important;
    padding: 10px 30px 10px 30px;
  }
  .left_box{
    min-height: 20px;
    padding: 0 !important;
  }
  .form_box{
    padding: 0;
  }
  .right_box, .powered_by_box{
    min-height: 20px;
    padding: 10px !important;
  }
  .footer_logo_box a, .footer_logo_box span{
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width:1309px) {
  .left_box, .right_box, .powered_by_box{
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 250px) and (max-width: 450px) {
  .language_dropdown_box{
    width: 100%;
  }
  .sign_up_btnbox .sign_up_btn{
    width: 120px;
  }
  .mychart_box .mychart_btn span.icon,
  .google_signin_box .g_signin_btn span.icon{
    width: 30px;
    padding: 7px 3px;
  }
  .mychart_box .mychart_btn span.icon img,
  .google_signin_box .g_signin_btn span.icon img{
    height: 20px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .textback_button{
    position: initial;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1152px) {
  .viewer_code_heading_box{
    display: inherit !important;
    text-align: center;
  }
}
@media only screen and (min-width: 1309px) and (max-width: 1440px) {
  .left_box, .right_box, .powered_by_box{
    width: 480px;
    margin: 0 auto;
  }
}
