/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.form-control:focus {
  box-shadow: none;
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none;
}

body {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.01em;
  font-weight: 400;
}
body a:focus-visible {
  outline: none;
}

body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.container {max-width: 1098px;}

img {
  content-visibility: auto;
}

.tagline_bar {
  background-color:#b29247;
  text-align: center;
  line-height: 30px;
  height: 10px;
  font-size: 14px;
  color: #ffffff;
}
.tagline_bar a {
  text-decoration: underline;
  color: #ffffff;
}


.login_popout {
  position: absolute;
  right: -12px;
  top: -42px;
  display: none;
}
.login_popout a.btn-outline-light {
  font-size: 13px;
  padding: 1px 15px 1px 15px;
  border-radius: 0;
  font-weight: 400;
}
.login_popout a.btn-outline-light:hover {
  border-color:#b29247;
  background-color:#b29247;
  color: #ffffff;
}
.login_popout .dropdown-menu {
  width: 310px;
  font-size: 14px;
  color: #030303;
  margin-top: 18px;
  background: #ffffff;
  padding: 15px 25px 0px 25px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.9);
  border-radius: 0;
}
.login_popout .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 22px;
  top: -10px;
}
.login_popout .dropdown-menu.show {
  transform: translate(70px, 32px) !important;
}
.login_popout .dropdown-menu p {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.login_popout .form-title {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.login_popout .blue_link {
  font-size: 13px;
  color: #006ce5;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.login_popout .form-control {
  border-radius: 0px;
  border: 1px solid #929292;
  color: #7a7a7a;
  font-size: 12px;
  font-style: normal;
  padding: 0.157rem 0.4rem;
  box-shadow: none;
}
.login_popout .btn-primary {
  padding: 5px 15px 5px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  margin-bottom: 7px;
  background-color:#b29247;
}
.login_popout .btn-primary:hover {
  background-color: #030303;
}
.login_popout .bi-lock-fill {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.login_popout small {
  display: block;
}
.login_popout small a {
  color: #8d0106;
  text-decoration: none;
}
.login_popout small a:hover {
  color: #030303;
}
.login_popout .f_name {
  padding-right: 0.3rem;
}
.login_popout .l_name {
  padding-left: 0.3rem;
}
.login_popout .signup_box .btn-primary {
  background-color: #8d0106;
}
.login_popout .signup_box .btn-primary:hover {
  background-color: #030303;
}
.login_popout .signup_box .font-12 {
  font-size: 12px;
  color: #7a7a7a;
}
.login_popout .forgot_box .btn-primary {
  background-color: #8d0106;
}
.login_popout .forgot_box .btn-primary:hover {
  background-color: #030303;
}
.login_popout .show {
  /*display: block;*/
}

.login_popout .btn-check:checked + .btn, .login_popout .btn.active, .login_popout .btn.show, .login_popout .btn:first-child:active, .login_popout :not(.btn-check) + .btn:active {
  border-color:#b29247;
  background-color:#b29247;
  color: #ffffff;
}

.login_popout .signup_box, .login_popout .forgot_box {
  display: none;
}

.login_popout .signup_box .slide-error {
  font-size: 11px;
  text-align: left;
  color: #8d0106;
}

.login_popout .form-control.is-invalid, .login_popout .was-validated .form-control:invalid {
  box-shadow: none;
  border: 1px solid #929292 !important;
}

.login_popout .invalid-feedback {
  line-height: 12px;
  font-size: 0.775em;
}

.ipad_login {
  display: none;
}

.ipad_login .signup_box .row {
  width: auto;
}

.contact_desktop {
  text-align: right;
  font-size: 1rem;
  color:#b29247;
  text-transform: uppercase;
  margin: 0.5rem 0 ;
}

.contact_desktop a {
  font-size: 1.2rem;
  color:#b29247;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 500;
}

.setting_block {
  margin-bottom: 0.5rem;
}

.setting_block .call-info {
  display: none;
}

.mobile_contact {
  display: none;
}

.responsive_menu {
  display: none;
}

header {
  margin-bottom: -125px;
}

.sticky {
  width: 100%;
  position: fixed;
  transition: all 0.4s ease;
  z-index: 1005;
  top: 0;
  left: 0;
}

.main_menu {
  background-color: #030303;
  border-bottom: 1px solid#b29247;
  --bs-navbar-padding-y: 0rem;
}
.main_menu .MenuDesktop{ margin-right: -24px;}
.main_menu .navbar-brand img {
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}

.main_menu .navbar-brand .logo_text {
  display: none;
}

.main_menu .navbar-nav {
  flex-direction: row;
}
.main_menu .navbar-nav li.nav-item{
  margin-left: 0;
}
.main_menu .row {
  position: relative;
  width: 100%;
}

.main_menu .dropdown-toggle::after {
  display: none;
}

.main_menu .nav-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: 0;
  top: 14px;
  background-color: #eee;
  display: none;
}

.main_menu .nav-item:first-child:before {
  display: none;
}

.main_menu .nav-link {
  padding: 0px 30px;
  position: relative;
  display: block;
  font-size: 17px;
  color: var(--bs-body-bg);
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}

.main_menu .nav-item:hover > a.nav-link {
  background-color:#b29247;
  color: #ffffff;
}

.main_menu .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  border-radius: 0px;
  border: 1px solid #b29247;
}

.main_menu .nav-item:hover .dropdown-menu {
  min-width: 280px;
  display: block;
}

.main_menu .nav-item li {
  margin: 0;
  padding: 8px 10px 8px 10px;
  font-weight: 300;
}

.main_menu .nav-item li .dropdown-item {
  padding: 0;
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}

.main_menu .nav-item li:hover > .dropdown-item {
  background-color: transparent;
  color: #444444;
  font-weight: 600;
}

.main_menu .nav-item li > .sub_dropdown {
  display: none;
}

.main_menu .nav-item li:hover > .sub_dropdown {
  display: flex;
  background-color: #ffffff;
  left: 100%;
  min-width: 200px;
  position: absolute;
  top: 0px;
  justify-content: space-between;
  border: 1px solid#b29247;
}

.main_menu .nav-item li .dropdown-toggle::after {
  content: "";
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #444444;
  position: absolute;
  right: 5px;
  margin-top: 4px;
}

.main_menu .nav-item li:hover > .dropdown-toggle::after {
  display: inline-block;
}

.main_menu .occupation {
  width: 180px;
  margin: 0;
  padding: 0;
}

.main_menu .occupation li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu .occupation li a {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding: 4px 12px 4px 12px;
  display: block;
  text-decoration: none;
}

.main_menu .occupation li a:hover {
  background-color:#b29247;
  color: #ffffff;
}

.main_menu .FeeRange p {
  margin: 0 10px 15px 10px;
  color: #444444;
  font-size: 15px;
  font-weight: 600;
  padding-top: 5px;
}

.main_menu .FeeRange .FeesRange_row {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.main_menu .FeeRange .FeesRange_row ul {
  width: 190px;
  margin: 0px 10px;
  padding: 0px 10px;
}

.main_menu .FeeRange .FeesRange_row ul li {
  margin: 0px 0px 5px 0px;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #444444;
  line-height: 20px;
}

.main_menu .FeeRange .FeesRange_row ul li .form-check-input {
  margin: 2px 5px 0px 0px;
  border-color: rgba(0, 0, 0, 0.3);
  width: 13px;
  height: 13px;
}

.main_menu .FeeRange .FeesRange_row ul li .form-check-input:focus {
  box-shadow: none;
}

.main_menu .FeeRange .btn-primary {
  padding: 5px 18px 4px 18px;
  color: #fff;
  font-size: 13px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color:#b29247;
  cursor: pointer;
}

.main_menu .FeeRange .form-switch {
  padding: 0px 0px 0.8rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_menu .FeeRange .form-switch .form-check-input {
  width: 2.7rem;
  float: none;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc;
  border-color: #cccccc;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 100%29'/%3e%3c/svg%3e");
}

.main_menu .FeeRange .form-switch .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.main_menu .FeeRange .form-switch .form-check-input:focus {
  box-shadow: none;
}

.main_menu .nav-item:hover .dropdown-menu.FeaturedTopics {
  min-width: 220px;
  margin: 0;
  padding: 15px 0px 8px 0px;
}

.main_menu .FeaturedTopics li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu .FeaturedTopics li .dropdown-item {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding: 4px 12px 4px 12px;
  display: block;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.main_menu .FeaturedTopics li .dropdown-item .bi-chevron-double-right {
  font-size: 12px;
}

.main_menu .FeaturedTopics li .dropdown-item:hover {
  background-color:#b29247;
  color: #ffffff;
  font-weight: 300;
}

.main_menu .nav-item:hover .dropdown-menu.ContactMenu {
  min-width: 190px;
  margin: 0;
  padding: 15px 0px 8px 0px;
}

.main_menu .ContactMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_menu .ContactMenu li .dropdown-item {
  color: #606060;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding: 4px 12px 4px 12px;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.main_menu .ContactMenu li .dropdown-item .bi-chevron-double-right {
  font-size: 12px;
}

.main_menu .ContactMenu li .dropdown-item:hover {
  background-color:#b29247;
  color: #ffffff;
  font-weight: 300;
}

.site_search {
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.site_search .search_icon {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
  font-size: 1rem;
  color: #030303;
  line-height: 40px;
}

.site_search .search_icon_mobile {
  display: none;
}

.site_search .form-control {
  width: calc(100% - 46px);
  height: 40px;
  border: none;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #505050;
  padding: 0px 55px 0px 35px;
  background-color:#ffffff;
  border-radius: 5px;
}

.site_search .btn-primary {
  border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color:#b29247;
  border: 0px;
  box-shadow: none;
  line-height: 28px;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
.site_search .btn-primary:hover{background-color:#b29247;}

.site_search .btn-primary i {
  font-size: 16px;
}

footer {
  background-color: #444444;
  padding: 3rem 0rem 1rem 0rem;
}

footer .footer_head h2 {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.005em;
  margin: 0;
}

footer .footer_head p {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  color: #ffffff;
}

footer .footer_head p::after {
  content: "";
  background: #ffffff;
  height: 1px;
  width: 260px;
  left: 50%;
  top: 28px;
  position: absolute;
  transform: translateX(-50%);
}

footer .footer_form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

footer .footer_form .seprator {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-top: 50px;
}

footer .footer_form .about_text {
  width: 44%;
  background-color: #030303;
  padding: 25px 25px 0px 25px;
}

footer .footer_form .about_text p {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

footer .footer_form .form_box {
  width: 54%;
  background-color: #222223;
  padding: 1rem  0rem;
}

footer .footer_form .form_box .form-control {
  border-radius: 0px;
  background-color: transparent;
  padding: 5px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  height: 34px;
}

footer .footer_form .form_box .form-select {
  border-radius: 0px;
  background-color: transparent;
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: #ffffff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

footer .footer_form .form_box .form-select option {
  background-color: #ffffff;
  color: #444444;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 5px;
}

footer .footer_form .form_box textarea.form-control {
  resize: none;
  height: 50px;
}

footer .footer_form .form_box ::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

footer .footer_form .form_box ::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

footer .footer_form .form_box .form-control:focus, footer .footer_form .form_box .form-select:focus, footer .footer_form .form_box .form-control:hover, footer .footer_form .form_box .form-select:hover {
  border-color: #8d0106;
  box-shadow: none;
}

footer .footer_form .form_box .btn-primary {
  padding: 3px 25px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #8d0106;
  border-color: #8d0106;
  text-transform: uppercase;
  box-shadow: none;
}

footer .footer_form .form_box .btn-primary:hover {
  background-color: #c8110c;
}

footer .footer_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer_nav .first_nav {
  width: 28%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer_nav .second_nav {
  width: 29%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer_nav .third_nav {
  width: 14.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer_nav .fourth_nav {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer_nav h3 {
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  margin-bottom: 18px;
  padding-bottom: 7px;
  color: #ffffff;
}

footer .footer_nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

footer .footer_nav .first_nav ul:nth-child(2) {
  width: 58%;
}

footer .footer_nav .first_nav ul:nth-child(3) {
  width: 42%;
}

footer .footer_nav .second_nav ul:nth-child(2) {
  width: 58%;
}

footer .footer_nav .second_nav ul:nth-child(3) {
  width: 42%;
}

footer .footer_nav ul li {
  width: 100%;
  margin: 0 0 7px 0;
  padding: 0;
  list-style: none;
}

footer .footer_nav ul li a {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  display: block;
  line-height: 18px;
  text-decoration: none;
}

footer .footer_nav ul li a:hover {
  text-decoration: underline;
}

footer .footer_tagline {
  margin: 40px 0 25px 0;
  line-height: 24px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

footer .copyright {
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .copyright .footer_social a {
  margin-right: 4px;
}

footer .copyright .footer_social a.FacebookFooter span {
  background: url(../images/social-icons-sprite.webp) no-repeat -66px -128px;
  width: 31px;
  height: 31px;
  display: inline-block;
}

footer .copyright .footer_social a.FacebookFooter:hover span {
  background: url(../images/social-icons-sprite.webp) no-repeat -99px -128px;
}

footer .copyright .footer_social a.TwitterFooter span {
  background: url(../images/social-icons-sprite.webp) no-repeat -66px 0;
  width: 31px;
  height: 31px;
  display: inline-block;
}

footer .copyright .footer_social a.TwitterFooter:hover span {
  background: url(../images/social-icons-sprite.webp) no-repeat -99px 0;
}

footer .copyright .footer_social a.LinkedinFooter span {
  background: url(../images/social-icons-sprite.webp) no-repeat -66px -32px;
  width: 31px;
  height: 31px;
  display: inline-block;
}

footer .copyright .footer_social a.LinkedinFooter:hover span {
  background: url(../images/social-icons-sprite.webp) no-repeat -99px -32px;
}

footer .copyright .footer_social a.YouTubeFooter span {
  background: url(../images/social-icons-sprite.webp) no-repeat -66px -160px;
  width: 31px;
  height: 31px;
  display: inline-block;
}

footer .copyright .footer_social a.YouTubeFooter:hover span {
  background: url(../images/social-icons-sprite.webp) no-repeat -99px -160px;
}

footer .copyright .footer_social a.InstagramFooter span {
  background: url(../images/social-icons-sprite.webp) no-repeat -66px -64px;
  width: 31px;
  height: 31px;
  display: inline-block;
}

footer .copyright .footer_social a.InstagramFooter:hover span {
  background: url(../images/social-icons-sprite.webp) no-repeat -99px -64px;
}

footer .copyright .copyright_text {
  font-size: 11px;
  line-height: 28px;
  color: #ffffff;
}

footer .copyright .extra_link {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}

footer .copyright .extra_link a {
  font-size: 11px;
  line-height: 28px;
  color: #ffffff;
  text-decoration: none;
}

footer .copyright .extra_link a:hover {
  text-decoration: underline;
}

.sticky_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 8;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px 0;
  display: none;
}

.sticky_footer .btn-outline-light {
  background-color: #ffffff;
  border: 1px solid #444;
  padding: 0px 18px;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  height: 26px;
  text-transform: uppercase;
}

.sticky_footer .btn-primary {
  width: auto;
  display: inline-block;
  background-color: #8d0106;
  color: #ffffff;
  line-height: 26px;
  padding: 0px 18px;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  border: none;
  height: 26px;
  text-transform: uppercase;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border: 4px solid #f88984 !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}

.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

.form-select.is-valid, .was-validated .form-select:valid {
  border: 1px solid #ccc;
}

.was-validated .form-select:invalid {
  --bs-form-select-bg-icon:none !important;
  border: 4px solid #f88984 !important;
}

.ErrorRedBox {
  padding: 12px 20px;
  background-color: #f3dad9;
  border: 1px solid #8d0106;
  text-align: center;
  color: #8d0106;
  font-size: 13px;
  margin-top: 15px;
  line-height: 18px;
  font-style: italic;
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

#suggesstion-box {
  width: 100%;
}

#suggesstion-box #search-result {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 16px;
  z-index: 9999; /*box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);*/
  transition: all 0.4s ease;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
}

#suggesstion-box #search-result .suggesstion-scroll {
  background: #ffffff;
  overflow: auto;
  position: absolute;
  top: 0;
  padding: 10px;
  margin: 0;
  width: 100%;
  max-width: 99.9%;
  min-height: 50px; /*max-height:500px; height:500px;*/
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

#suggesstion-box #search-result .suggesstion-scroll .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

#suggesstion-box #search-result .suggesstion-scroll .mCSB_scrollTools {
  width: 4px !important;
}

#suggesstion-box #search-result .suggesstion-scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
}

#suggesstion-box #search-result .suggesstion-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #727272;
  background-color: rgba(114, 114, 114, 0.4);
  filter: alpha(opacity=40);
  -ms-filter: alpha(opacity=40);
}

#suggesstion-box #search-result ul {
  margin: 0;
  padding: 0;
}

#suggesstion-box #search-result ul li.search-title {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 7px;
  background: #f2f2f2;
}

#suggesstion-box #search-result ul li.search-title i {
  color: #8d0106;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

#suggesstion-box #search-result ul li.search-title img {
  vertical-align: middle;
  margin-right: 5px;
}

#suggesstion-box #search-result ul li a {
  height: auto;
  line-height: 20px;
  padding: 4px 7px;
  color: #444;
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
}

#suggesstion-box #search-result ul li:last-child a {
  border-bottom: 0;
}

#suggesstion-box #search-result ul#more-result li:first-child {
  border-top: 1px solid #efefef;
}

#suggesstion-box #search-result ul#more-result li {
  margin-bottom: 0;
  text-align: center;
}

#suggesstion-box #search-result ul#more-result li a {
  font-style: italic;
  padding: 0;
  border-bottom: 0;
  line-height: 25px;
  height: auto;
}

#suggesstion-box #search-result ul#more-result li br {
  display: none;
}

/* search heading class end */
#suggesstion-box #search-result ul li {
  text-align: left;
  list-style: none;
}

#suggesstion-box #search-result ul li a:hover {
  background: #8d0106;
  color: #ffffff;
}

#suggesstion-box #search-result ul#speaker-list li a {
  line-height: 55px;
  color: #444;
  font-size: 13px;
  display: block;
  padding: 7px 7px 7px 7px;
  border-bottom: 1px solid #efefef;
}

#suggesstion-box #search-result ul#speaker-list li a:hover {
  background: #8d0106;
  color: #ffffff;
}

#suggesstion-box #search-result ul#speaker-list li a {
  height: 70px;
  position: relative;
} /*Added for two line result*/
#suggesstion-box #search-result ul#speaker-list li a .speak-name {
  line-height: 16px;
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
} /*Added for two line result*/
.search-spek-img {
  width: 55px;
  height: 55px;
  background: #e9e9e9;
  padding: 1px;
  float: left;
  margin-right: 10px;
}

#suggesstion-box #search-result ul#speaker-list-noimg li a {
  line-height: 20px;
  color: #444;
  font-size: 13px;
  display: block;
  padding: 4px 7px 4px 7px;
  border-bottom: 1px solid #efefef;
}

#suggesstion-box #search-result ul#speaker-list-noimg li a:hover {
  background: #8d0106;
  color: #ffffff;
}
.search_loader {
  width: 100%;
  justify-content: center;
  display: none;
  padding: 20px 10px;
  position: absolute;
  background-color: #fff;
  top: 36px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.search_loader .spinner-border {
  --bs-text-opacity:1;
  color: rgba(var(--default-color-rgb), var(--bs-text-opacity)) !important;
}

.share-links {
  display: flex;
  justify-content: flex-end;
  font-size: 21px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.share-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.share-links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px 5px;
}

.share-links a {
  color: #000000;
  vertical-align: middle;
}

.share-links a:hover {
  color: #8d0106;
}

.share-links a.FavStar {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
}

.share-links a.FavStar i {
  margin-top: 0;
  color: #929292;
}

.share-links a.FavStar:hover i {
  color: #fe9c20;
}

.share-links li:last-child {
  margin-right: 0;
  margin-top: -1px;
}

.FavStar_tooltip {
  --bs-tooltip-bg: #ffffff;
  --bs-tooltip-color: #000000;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.td-container-wrap {
  margin-top:125px;
  transition: all 0.4s ease;
}
.td-main-page-wrap{padding-top: 30px !important;}

.nf-form-wrap .ninja-forms-field{ border-radius: 0px; background-color:transparent !important; padding: 5px !important; color:#ffffff !important; font-size: 13px !important; font-family: "Roboto", sans-serif !important; border: 1px solid #ccc !important; height: 34px !important;}
.nf-form-wrap .nf-form-fields-required{ display: none;}
.nf-error.field-wrap .nf-field-element:after{ display: none;}
.nf-form-content{ padding: 0 !important;}
.nf-form-cont .one-half{ width: 46% !important; margin: 0px 2% 10px 2% !important;}
.nf-form-content .list-select-wrap .nf-field-element>div{border-radius: 0px; background-color:transparent !important; padding: 5px !important; color:#ffffff !important; font-size: 13px !important; font-family: "Roboto", sans-serif !important; border: 1px solid #ccc !important; height: 34px !important;}
.nf-form-content .list-select-wrap>div select{-webkit-appearance: auto !important; -moz-appearance: auto !important; appearance: auto !important; outline: none;}
.nf-form-content .list-select-wrap>div select option{ background-color:#ffffff; color: #444444; font-size: 12px; border: 1px solid #ccc; padding: 5px;}

.nf-form-content .list-select-wrap>div div:after{ display: none;}
.textarea-container{ width: 96% !important; margin: 0px 2% 10px 2% !important;}
.nf-form-content textarea.ninja-forms-field{height: 50px !important; min-height: auto !important; resize: none;}
.submit-container{width: 96% !important; margin: 0px 2% 0px 2% !important; text-align: center;}
.nf-form-content input[type=submit]{padding: 3px 25px !important; border-radius: 4px !important; font-size: 12px !important; background-color:#8d0106 !important; border-color:#8d0106 !important; text-transform: uppercase !important; box-shadow: none !important; height: 24px !important;}
.nf-error .ninja-forms-field{ border: 4px solid #f88984 !important; transition: all .5s;}
.nf-error .nf-error-msg{margin-top: .25rem !important; font-size: .875em !important; color: #dc3545 !important;}
.nf-after-form-content .nf-error-msg{width: 96% !important; margin: 0px 2% 0px 2% !important; text-align: center; padding:12px 20px; background-color: #f3dad9; border: 1px solid #8d0106; font-size: 12px; margin-top: 15px; line-height: 18px; font-style: italic; display: inline-block;}
.label-hidden .nf-field-label{ display: none;}
.nf-input-limit{ margin-top: 0 !important;}
.nf-pass.field-wrap .nf-field-element:after{ display: none;}
.nf-after-form-content{ margin-top: 10px;}
.td-ss-main-content footer{ background-color: transparent; padding: 0;}
.td-post-title, .td-post-title.sticky{ position: relative; margin: 0;}
.nf-response-msg p{margin: 0 2% 10px 2%; background-color: green; color: #ffffff; font-size: 13px; padding: 5px;}
div.tnp-subscription{ border-top: 1px solid #b29247; padding:2rem 1rem 1rem 1rem; max-width: 100%;}
div.tnp-subscription form{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.tnp-subscription div.tnp-field{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0;}
.tnp-subscription label{ display: inline-block; margin: 0px 20px 0px 0px; font-size: 18px; color: #444444;}
.tnp-subscription input[type=email]{ width: 250px; border: 1px solid #444444; border-right:none; border-radius: 5px 0px 0px 5px; background-color: #ffffff;}
.tnp-subscription input.tnp-submit{padding:.6em 1.5em; border-radius:0px 5px 5px 0px; text-transform: uppercase;}
.tnp-subscription input.tnp-submit:hover{ background-color: #8d0106;}
aside.widget .wp-block-social-links{width:100%; justify-content: center;}
.wp-block-social-links .wp-block-social-link.wp-social-link{ background-color: transparent;}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg{ fill: #111111; height: 1.3em; width: 1.3em;}
.td-ps-notext .td-social-but-icon{ background-color: transparent !important; padding: 0 !important;}
.td-post-sharing .td-social-but-icon i{ font-size: 20px !important; color: #111111 !important;}

aside.widget_block{ margin-bottom: 20px;}
.hbspt-form { border-top: 1px solid #b29247; padding:40px 0 0px 0; margin:20px 0 40px 0;}
.hbspt-form form{ display:flex; justify-content: center; flex-wrap: wrap; align-items: center;}
.hs-form-field input[type=email]{width: 250px; border: 1px solid #444444; border-right:none; border-radius: 5px 0px 0px 5px; background-color: #ffffff; height:35px;}
.hbspt-form form .hs-richtext{ margin-right: 25px;}
.hbspt-form form p{ margin: 0;}
.hbspt-form form p span{ color: #111111 !important;}
.hbspt-form form .hs_email{ position: relative;}
.hbspt-form form .hs_email label{ display: none;}
.hs-button{padding:.7em 1.5em !important; border-radius:0px 5px 5px 0px !important; background-color: #444444 !important; height:35px;}
.hs-button:hover{ background-color: #8d0106 !important;}
.hbspt-form form .hs_error_rollup{ display: none;}
.hbspt-form form .hs-error-msgs { position: absolute; left: 0; bottom:-24px; margin: 0;}
.hbspt-form form .hs-error-msgs li{ list-style: none; margin: 0;}
.hbspt-form form .hs-error-msgs .hs-error-msg{ display: block; color: #8d0106;}

.blog_home_head .vc_column-inner>.wpb_wrapper{ display: flex !important; justify-content: center; align-items: center; margin-bottom: 1rem;}
.blog_home_head .vc_do_btn{ margin-right:1rem;}
.blog_home_head .vc_do_btn, .blog_home_head .wpb_wrapper.td_block_wrap{ margin-bottom:0 !important;}
.blog_home_head .bi-search{ font-size: 28px; color: #000000; position: relative; z-index: 2; cursor: pointer;}
.td_block_separator.blog_home_sep{ padding-bottom: 1px !important;}
.site_search #searchinputhome{ position: absolute; right:-15px; z-index: 1; background-color: #ffffff; border: 2px solid rgb(178, 146, 71); height: 43px; width: 700px; border-radius: 5px; padding: 0 1rem;}
.homepage_header h2{ font-size: 36px; font-weight: bold;}
/* .blog_home_head #home-search-mob{ display: none;} */

@media (max-width: 1200px) {
  
  .container {
    max-width: 1024px;
  }
  .main_menu .container {max-width: 1098px;}
  .main_menu .nav-link {
    padding: 0px 25px;
  }
  
  footer .footer_form .about_text {
    width: 43%;
    padding: 20px 20px 10px 20px;
  }
  footer .footer_nav .first_nav {
    width: 29.5%;
  }
  footer .footer_nav .second_nav {
    width: 30.5%;
  }
  footer .footer_nav .third_nav {
    width: 16%;
  }
  footer .footer_nav .fourth_nav {
    width: 18%;
  }
  #backtotop {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  
}
@media (max-width: 1024px) {
  .td-container-wrap {
    margin-top:75px;
  }
  
  .container {
    max-width: 1000px;
  }
  .main_menu .container {max-width:1010px;}
  .main_menu .MenuDesktop {margin-right: 0px;}
  header {
    margin-bottom: -95px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .main_menu {
    background-color: #000000;
    --bs-navbar-padding-y: 0.281rem;
    border: none;
  }
  .secondary_menu {
    display: none;
  }
  .main_menu .navbar-brand {
    position: relative;
    padding: 0;
    margin: 0;
    height: 56px;
    display: block;
  }
  .main_menu .navbar-brand img {
    width: 100px;
    height: auto;
  }
  .main_menu .navbar-brand .logo_text {
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    bottom: -4px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
  }
  .contact_desktop, #navbarSupportedContent {
    display: none;
  }
  .site_search {
    margin-right: 0;
    position: relative;
    z-index: 1;
  }
  #suggesstion-box #search-result {
    width: 280px;
    right: 0;
  }
  .site_search .form-control {
    display: none;
    position: absolute;
    min-width: 280px;
    border-radius: 5px;
    border: 0;
    padding-right: 40px;
    padding-left:20px;
  }
  .site_search .btn-primary {
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 0;
  }
  .site_search .btn-check:checked + .btn, .site_search .btn.active, .site_search .btn.show, .site_search .btn:first-child:active, .site_search :not(.btn-check) + .btn:active {
    background-color: transparent;
    border: 0px;
  }
  .site_search .btn-primary:hover{ background-color: transparent; border: 0px;}
  .site_search .btn-primary i {
    font-size: 18px;
  }
  .site_search .btn-primary.active i {
    color: #8d0106;
  }
  .ipad_login {
    display: block;
    margin-right: 6px;
  }
  .setting_block {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 0;
  }
  .login_popout {
    position: relative;
    right: auto;
    top: auto;
  }
  .setting_block .login_popout .dropdown-menu.show {
    transform: translate(70px, 32px) !important;
  }
  .setting_block .call-info {
    display: block;
    position: relative;
    z-index: 0;
  }
  .setting_block .call-info a {
    color:#b29247;
    line-height: 36px;
    font-weight: 400;
    font-size: 22px;
    display: block;
    position: relative;
    z-index: 9;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    text-decoration: none;
    margin-right:0px;
  }
  .setting_block .call-info a:hover {
    color: #ffffff;
  }
  .responsive_menu {
    display: block;
    margin-right: -25px;
  }
  .responsive_menu .navbar-toggler {
    padding: 0 0.25rem;
    border: 0;
    box-shadow: none;
  }
  .responsive_menu .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .responsive_menu .text-bg-dark {
    background-color: #111111 !important;
  }
  .responsive_menu .btn-close {
    margin-left: 0;
    --bs-btn-close-opacity:1;
    --bs-btn-close-hover-opacity:1;
    --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  }
  .responsive_menu .btn-close:focus {
    box-shadow: none;
  }
  .responsive_menu .offcanvas {
    max-width: 280px;
  }
  .responsive_menu .offcanvas-body {
    padding: 0;
  }
  .responsive_menu ul {
    margin: 0;
    padding: 0;
  }
  .responsive_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .responsive_menu ul li .title {
    border-bottom: 1px solid #33373d;
    line-height: 2.75em;
    padding-left: 15px;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    word-break: keep-all;
    text-transform: uppercase;
    display: block;
  }
  .responsive_menu ul li a {
    border-bottom: 1px solid #33373d;
    line-height: 2.75em;
    padding-left: 15px;
    display: block;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    word-break: keep-all;
    text-transform: uppercase;
    text-decoration: none;
  }
  .responsive_menu ul li ul li {
    height: auto;
  }
  .responsive_menu ul li li a {
    border-bottom: 1px solid #33373d;
    line-height: 2.75em;
    padding-left: 32px;
    display: block;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    word-break: keep-all;
    text-transform: none;
    text-decoration: none;
  }
  .responsive_menu .dropdown-toggle::after {
    display: inline-block;
    margin: 0;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .responsive_menu .dropdown-menu {
    transition: max-height ease 1s;
    width: 100%;
    display: block;
    max-height: 0;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    margin: 0;
    border-radius: 0;
    border: none;
  }
  .responsive_menu .dropdown-menu.show {
    position: relative;
    max-height: 1000px;
  }
  .responsive_menu .dropdown-toggle.show::after {
    display: inline-block;
    margin: 0;
    border-bottom: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    border-top: 0;
  }
  .responsive_menu .dropdown-menu li {
    width: 100%;
    display: block;
  }
  .responsive_menu .dropdown-menu li a {
    background-color: #282828;
    border: 1px solid #333;
    padding-left: 32px;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .responsive_menu ul li a:hover, .responsive_menu ul li a.show {
    background-color:#b29247;
  }
  .responsive_menu .speaker_fee .FeeRange {
    background-color: #282828;
    border-bottom: 1px solid #333;
  }
  .responsive_menu .speaker_fee .FeeRange p {
    margin: 0 10px 15px 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
  }
  .responsive_menu .speaker_fee .FeeRange .FeesRange_row {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
  .responsive_menu .speaker_fee .FeeRange .FeesRange_row ul {
    width: 100%;
    margin: 0px 10px;
    padding: 0px 20px;
  }
  .responsive_menu .speaker_fee .FeeRange .FeesRange_row ul li {
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
  }
  .responsive_menu .speaker_fee .FeeRange .FeesRange_row ul li .form-check-input {
    margin: 2px 5px 0px 0px;
    border-color: rgba(0, 0, 0, 0.3);
    width: 13px;
    height: 13px;
  }
  .responsive_menu .speaker_fee .FeeRange .FeesRange_row ul li .form-check-input:focus {
    box-shadow: none;
  }
  .responsive_menu .speaker_fee .FeeRange .btn-primary {
    padding: 5px 18px 4px 18px;
    color: #fff;
    font-size: 13px;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background-color:#b29247;
    cursor: pointer;
  }
  .responsive_menu .speaker_fee .FeeRange .form-switch {
    padding: 0px 0px 0.8rem 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .responsive_menu .speaker_fee .FeeRange .form-switch .form-check-input {
    width: 2.7rem;
    float: none;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ccc;
    border-color: #cccccc;
    --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 100%29'/%3e%3c/svg%3e");
  }
  .responsive_menu .speaker_fee .FeeRange .form-switch .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .responsive_menu .speaker_fee .FeeRange .form-switch .form-check-input:focus {
    box-shadow: none;
  }
  .responsive_menu .speaker_fee .FeeRange .form-switch .form-check-label {
    color: #ffffff;
  }
  .responsive_menu .login_link_mobile, .responsive_menu .contact_info_mobile {
    display: none;
  }
  .site_search .search_icon {
    display: none;
  }
  .site_search .search_icon_mobile {
    display: inline-block;
  }
  
  footer .footer_form .about_text {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer_form .form_box {
    width: 100%;
  }
  #backtotop {
    right: 30px;
  }
 
}
@media (max-width: 992px) {
  .tagline_bar {
    font-size: 12px;
    letter-spacing: 0;
  }
  
  footer .footer_nav .first_nav {
    width: 47%;
  }
  footer .footer_nav .second_nav {
    width: 47%;
  }
  footer .footer_nav .third_nav {
    width: 47%;
  }
  footer .footer_nav .third_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_nav .third_nav ul li {
    width: 50%;
  }
  footer .footer_nav .fourth_nav {
    width: 47%;
  }
  footer .footer_nav .fourth_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_nav .fourth_nav ul li {
    width: 50%;
  }
  
  .nf-form-cont .one-half{clear: none !important; float: left !important;}
}
@media (max-width: 767px) {
  header {
    margin-bottom: -100px;
  }
  .td-container-wrap {margin-top:68px;}
  .td-main-page-wrap {padding-top: 20px !important;}
  .blog_home_head .vc_column-inner>.wpb_wrapper{ flex-wrap: wrap;}
  .blog_home_head .vc_do_btn, .blog_home_head .wpb_wrapper.td_block_wrap{ width: 100%; margin-bottom: 10px !important; margin-right: 0;}
  .blog_home_head .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom{ width: 100%;}
  .blog_home_head .wpb_wrapper.td_block_wrap.tdi_10{ margin-top: 10px;}
  .site_search #searchinputhome{ right: 0; height: 47px; width:calc(100% - 3.6rem); padding: 0 2.5rem 0 1rem; display: block !important;}
  .blog_home_head .bi-search{ margin-right: 10px;}
  .blog_home_head .wpb_wrapper.td_block_wrap{ margin-top:10px !important;}
  .tagline_bar {
    line-height: 16px;
    padding: 5px 0px;
  }
  .main_menu .navbar-brand {
    height: 48px;
  }
  .main_menu .navbar-brand img {
    width: 80px;
  }
  .main_menu .navbar-brand .logo_text {
    bottom: -2px;
    font-size: 0.5em;
    letter-spacing: 0.4px;
  }
  .main_menu {
    padding: 5px 0;
  }
  .setting_block .call-info, .setting_block .ipad_login {
    display: none;
  }
  .login_popout {
    display: none;
  }
  .login_popout.mobile_login {
    display: block;
  }
  .responsive_menu .login_link_mobile, .responsive_menu .contact_info_mobile {
    display: block;
  }
  .responsive_menu .contact_info_mobile {
    text-align: center;
    margin: 12px 0;
  }
  .responsive_menu .contact_info_mobile .call_icon {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .responsive_menu .contact_info_mobile p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .responsive_menu .contact_info_mobile p span {
    font-size: 18px;
  }
  .responsive_menu .contact_info_mobile p a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    transition: 0.3s;
    word-break: keep-all;
    text-decoration: none;
    margin-top: 10px;
  }
  .responsive_menu .contact_info_mobile p:last-child {
    margin: 0;
  }
  #LoginMobile .modal-dialog {
    --bs-modal-width:80%;
  }
  #LoginMobile .modal-content {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }
  #LoginMobile .modal-header {
    border: none;
  }
  #LoginMobile .modal-body {
    padding: 0px 25px 20px 25px;
  }
  #LoginMobile .btn-close {
    width: 1.5em;
    height: 1.5em;
    padding: 0rem;
    background-color: #000000;
    border-radius: 100%;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
    background-size: 10px;
    cursor: pointer;
    box-shadow: none;
    z-index: 1;
    --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  }
  #LoginMobile .btn-close:hover {
    background-color: #8d0106;
  }
  #LoginMobile .ipad_login {
    margin: 0;
    padding: 0;
  }
  #LoginMobile .login_popout .dropdown-menu.show {
    width: 100%;
    flex-wrap: wrap;
    transform: none !important;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
    background-color: transparent;
  }
  #LoginMobile .login_popout .dropdown-menu::before {
    display: none;
  }
  #LoginMobile .login_popout .login_box, .login_popout .signup_box, .login_popout .forgot_box {
    width: 100%;
  }
  .login_popout.mobile_login .f_name, .login_popout.mobile_login .l_name {
    width: 50%;
  }
  .mobile_contact {
    display: block;
    margin-right: 10px;
  }
  .mobile_contact a {
    background-color: transparent;
    border: 2px solid #ffffff;
    height: 32px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 3px 10px 4px 10px;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    text-decoration: none;
  }
  
  .sticky_footer {
    display: block;
    padding: 6px 0;
  }
 
  footer .footer_nav .first_nav {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  footer .footer_nav .second_nav {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  footer .footer_nav .third_nav {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  footer .footer_nav .third_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_nav .first_nav ul:nth-child(2), footer .footer_nav .first_nav ul:nth-child(3) {
    width: 50%;
  }
  footer .footer_nav .second_nav ul:nth-child(2), footer .footer_nav .second_nav ul:nth-child(3) {
    width: 50%;
  }
  footer .footer_nav .third_nav ul li {
    width: 50%;
  }
  footer .footer_nav .fourth_nav {
    width: 100%;
  }
  footer .footer_nav .fourth_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer_nav .fourth_nav ul li {
    width: 50%;
  }
  footer .copyright {
    justify-content: center;
    padding-bottom: 40px;
  }
  footer .copyright .footer_social {
    width: 100%;
    text-align: center;
  }
  footer .copyright .copyright_text {
    width: 100%;
    text-align: center;
  }
  footer .copyright .extra_link {
    width: 100%;
    text-align: center;
  }
  #backtotop.show {
    opacity: 0;
    visibility: hidden;
  }
  
}
@media (max-width: 599px) {
  .nf-form-cont .one-half{ width: 96% !important; clear: both !important; float: none !important;}
  .hbspt-form form{ justify-content: flex-start; padding: 0 5rem;}
  .hbspt-form form .hs-richtext{ margin-bottom: 5px;}
  
}
@media (max-width: 479px) {
  .hbspt-form form{ justify-content: flex-start; padding: 0 1rem;}
  .tagline_bar {
    font-size: 11px;
    line-height: 15px;
  }
  header {
    margin-bottom: -98px;
  }
  .site_search {
    position: static;
  }
  .search_loader {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: 116px;
  }
  .site_search .form-control {
    width: 90%;
    min-width: 90%;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fafafa;
    height: 50px;
    padding: 0 10px;
  }
  #suggesstion-box #search-result {
    width: 90%;
    right: auto;
    left: 5%;
    top: 96px;
  }
 
  footer .copyright .copyright_text {
    letter-spacing: 0;
  }
  
  .homepage_header h2{ font-size:30px;}
}
@media (max-width: 389px) {
  .hbspt-form form{ justify-content: flex-start; padding: 0 1rem;}
  
  header {
    margin-bottom: -98px;
  }
}
@media (max-width: 370px) {
  header {
    margin-bottom: -112px;
  }
}
@media (max-width: 350px) {
  .hs-form-field input[type=email]{ width: 200px;}
  .mobile_contact {
    margin-right: 5px;
  }
 
  footer .footer_nav .fourth_nav ul li {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */