@media (min-width:1366px) {
#sp-header .container {
    max-width: 1280px;
}
}

@media (min-width:1440px) {
#sp-header .container {
    max-width: 1366px;
}
}

@media (min-width:1600px) {
#sp-header .container {
    max-width: 1440px;
}
}

@media (min-width:1760px) {
#sp-header .container {
    max-width: 1600px;
}
}

@media (min-width:1860px) {
#sp-header .container {
    max-width: 1760px;
}
}

@media (max-width: 991px) {
#sp-header {
    box-shadow: 0px 1px 0 0 rgb(0 0 0 / 10%) !important;
}
}

/* Bottom Container */

@media (min-width:1366px) {
#sp-bottom .container {
    max-width: 1280px;
}
}

@media (min-width:1440px) {
#sp-bottom .container {
    max-width: 1366px;
}
}

@media (min-width:1600px) {
#sp-bottom .container {
    max-width: 1440px;
}
}

@media (min-width:1760px) {
#sp-bottom .container {
    max-width: 1600px;
}
}

@media (min-width:1860px) {
#sp-bottom .container {
    max-width: 1760px;
}
}

/* End */

.sp-megamenu-parent {
    float: left;
}

#sp-menu2 .sp-megamenu-parent {
    float: right;
}

body.ltr #sp-menu2 .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	right: 0;
    left: auto;
}

.email-link {
	background-image: linear-gradient(to right, rgb(52 52 52) 100%, transparent 100%);
    background-position: 0px 67px;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    padding: 0px !important;
    font-size: 16px !important;
}

.login-link:before {
	content: '';
    background: url(../../../images/login-icon.svg) no-repeat;
    position: relative;
    top: 6px;
    height: 22px;
    width: 22px;
    margin: 0px 7px 0px 15px;
    display: inline-block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 26px !important;
}

#sp-header {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10);
}

@media (min-width: 1366px) {
.slideshow .sppb-container {
    max-width: 1240px;
}
}

@media (min-width: 1600px) {
.slideshow .sppb-container {
    max-width: 1440px;
}
}

.home-feedback-section .sppb-row-container {
    background: #E7EDF2;
    border-radius: 7px;
}

.contact-us-home {
    padding: 40px 30px;
}

.contact-us-home input,
.contact-us-home textarea {
    background: #fff;
    color: #343434;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px;
}

.contact-us-home input::placeholder,
.contact-us-home textarea::placeholder {
    color: rgba(52,52,52,.5);
}

.contact-us-home .control-label {
    display: none;
}

.contact-us-home .btn-primary {
    background: #FF6768;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
}

.contact-us-home h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}

.contact-us-home #rsfp-counter-307 {
    color: rgba(255,255,255,.6);
    text-align: right;
    margin: 10px 0;
}

.heading-arrow h2:after {
	content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    transition: 0.3s;
    margin-left: 15px;
    margin-bottom: 10px;
    border-radius: 1px;
    background-color: #FF6768;
}

#sp-bottom {
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
}

#sp-bottom .sp-module ul > li {
    display: block;
    margin-bottom: 0;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 26px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,.5);
    background: #184c78;
    border-radius: 3px;
    z-index: 1000;
}

@media (max-width: 768px) {
  .sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 11px;
    right: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,.5);
    background: #184c78;
    border-radius: 3px;
    z-index: 1000;
}
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #184c78;
}

.mobile-menu {
  	text-align: right;
    line-height: 90px;
  	font-size: 20px;
  	font-weight: 500;
    cursor: pointer;
}

@media (max-width: 991px) {
.mobile-menu {
    line-height: 60px;
}
}

.mobile-menu:before {
	content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: relative;
    color: #333333;
    font-weight: 600;
    margin-right: 5px;
}

.popup-menu ul.menu {
  	list-style-type: none;
    padding-inline-start: 0px;
}

.popup-menu li,
.popup-menu li a {
    border: none;
}

.popup-menu .menu li a {
	font-size: 24px;
    font-weight: 500;
  	line-height: 36px;
}

.popup-menu .menu li a:focus {
    outline-offset: -1px;
    outline: transparent !important;
}


.popup-menu .menu li a:-webkit-any-link:focus {
    outline-offset: -1px;
    outline-color: transparent;
}

.popup-menu .menu li a:focus {
    outline: -webkit-focus-ring-color auto -1px;
    outline-color: transparent;
}

.popup-menu .menu-parent {
	margin-bottom: 10px;
}

.popup-menu .menu-parent ul li a {
  	font-size: 16px;
  	line-height: 28px;
    font-weight: 400;
}

.popup-menu .menu-parent ul li > ul li a {
  	font-size: 14px;
    line-height: 28px;
  	font-weight: 400
}

.popup-menu .menu ul {
  	list-style-type: none;
    padding-inline-start: 0px;
}

.popup-menu .menu ul > ul {
  	list-style-type: none;
    padding-inline-start: 0px;
}

.popup-menu .login-link {
  	display: none;
}

/* FHC Evaluation Form */

.fhc-evaluation {
  padding: 50px 0px 100px;
}

.fhc-evaluation .formContainer {
  padding: 40px;
  background: #E7EDF2;
  border-radius: 7px;
}

.fhc-evaluation h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.fhc-evaluation .rsform-block-company-name .control-label,
.fhc-evaluation .rsform-block-first-name .control-label,
.fhc-evaluation .rsform-block-last-name .control-label,
.fhc-evaluation .rsform-block-email .control-label,
.fhc-evaluation .rsform-block-address .control-label,
.fhc-evaluation .rsform-block-country .control-label,
.fhc-evaluation .rsform-block-recaptcha .control-label {
  display: none;
}

.fhc-evaluation .rsform-submit-button,
.fhc-evaluation .rsform-submit-button:hover {
  background-color: #184C78;
  color: #fff;
  padding: 15px 40px;
}

.fhc-evaluation input {
    padding: 10px;
    height: 50px;
}

.fhc-evaluation select {
    padding: 10px;
    height: 50px !important;
}

.fhc-evaluation hr {
  margin: 40px 0;
}

/* FHC Evaluation Form */

.view-category .body-wrapper .body-innerwrapper #sp-main-body {
  padding: 50px 0 100px;
}

#sp-menu .justify-content-end {
  justify-content: flex-start !important;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 0px !important;
}
.offcanvas-menu .p-3 {
  padding: 10px 80px 10px 20px !important;
}
.offcanvas-menu .offcanvas-inner {
    padding: 0px 20px !important;
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 13px !important;
}
.email-link {
    background-image: linear-gradient(to right, rgb(52 52 52) 100%, transparent 100%);
    background-position: 0px 55px !important;
    background-repeat: repeat-x;
    background-size: 1px 1px !important;
    padding: 0px !important;
    font-size: 13px !important;
}
}

.rsform-block-captcha .formRequired {
   display: none !important;
}

.com-rsform #sp-mainbody {
  padding: 70px 0 100px;
}

.com-rsticketspro.view-submit select, 
.com-rsticketspro.view-submit input[type="text"], 
.com-rsticketspro.view-submit input[type="password"], 
.com-rsticketspro.view-submit input[type="datetime"], 
.com-rsticketspro.view-submit input[type="datetime-local"], 
.com-rsticketspro.view-submit input[type="date"], 
.com-rsticketspro.view-submit input[type="month"], 
.com-rsticketspro.view-submit input[type="time"],
.com-rsticketspro.view-submit input[type="week"], 
.com-rsticketspro.view-submit input[type="number"], 
.com-rsticketspro.view-submit input[type="email"], 
.com-rsticketspro.view-submit input[type="url"], 
.com-rsticketspro.view-submit input[type="search"], 
.com-rsticketspro.view-submit input[type="tel"], 
.com-rsticketspro.view-submit input[type="color"], 
.com-rsticketspro.view-submit .uneditable-input {
  height: 40px !important;
}

.com-rsticketspro.view-submit input[type="checkbox"] {
    width: 15px !important;
}

.com-rsticketspro.view-submit .btn-success,
.com-rsticketspro.view-submit .btn-success:hover {
	color: #fff;
    background: #184c78;
    border-color: #184c78;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    padding: 10px 30px;
}

.converter-wrapper span::after {
color: #ffffff;
}
.converter-wrapper span::before
{
  background-color: #184c78;
}

.blog .article-list .article .article-header h2 a {
    color: #302F40;
    font-size: 18px;
    line-height: 30px;
}

.blog .article-list .article .article-intro-text p {}

.blog .article-list .article .article-introtext p {
    font-size: 15px;
    min-height: 150px;
    margin-bottom: 30px;
}

.article-list .article {
    background: #f4f4f4;
    border: 1px solid #ccc;
    position: relative;
}

.blog .article-list .article .article-header h2 {
    margin-bottom: 0;
}

.blog .article-list .article .readmore a {
    color: #fff;
    background: #FF6768;
    padding: 10px 20px;
    display: inline-block;
    bottom: 0;
    margin-top: 0;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
}
body, .sp-preloader {
  background-color: #ffffff;
  color: #343434;
}
#sp-footer, #sp-bottom {
  background: #5a5a5a;
  color: #ffffff;
}

/*9-3-23 css start*/
.sp-page-builder .page-content #section-id-1609340876655
{
    background-color: #5a5a5a !important;
}
.hydrablog .blog.hydrablog .catdes, .hydrablog .nartheader {
    background:  linear-gradient(120deg, rgba(217,65,103,1) 0%, rgba(255,103,104,1) 60%, rgba(254,114,64,1) 100%);
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0 30px 0;
    margin-bottom: 40px;
    text-align: center;
}

.hydrablog .blog.hydrablog .catdes:after, .hydrablog .nartheader:after {
    content: "";
    background: linear-gradient(250deg, rgba(217,65,103,1) 0%, rgba(255,103,104,1) 60%, rgba(254,114,64,1) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 999;
}
.hydrablog .blog.hydrablog .catdes:before, .hydrablog .nartheader:before {
    content: "";
    background: linear-gradient(250deg, rgba(217,65,103,1) 0%, rgba(255,103,104,1) 60%, rgba(254,114,64,1) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 999;
}

.hydrablog .blog.hydrablog .catdes h2 {
    color: #fff;
    margin-bottom: 30px;
    display: block;
    font-weight: 500;
}
.hydrablog .blog.hydrablog .catdes .category-desc p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.hydrablog .nartheader h1, .hydrablog .blog.hydrablog .subheading-category {
    color: #fff;
    margin: 0;

    font-size: 38px;
}
.hydrablog .blog.hydrablog h1
{
  margin-bottom: 30px;
}

.hydrablog .item-page.hydrablog .article-info {
    text-align: center;
    display: block;
}

.hydrablog .item-page.hydrablog .article-info span a{
    color: #fff;
    font-size: 16px;
}
.hydrablog #sp-main-body {
    padding-top: 50px;
}
.hydrablog .blog.hydrablog .article-info span.category-name {
    display: none;
}

@media (max-width: 991px){
  .hydrablog .nartheader h1, .hydrablog .blog.hydrablog .subheading-category, .hydrablog .blog.hydrablog h1 {
    font-size: 24px;
}
.hydrablog .item-page.hydrablog .article-info span a,
.hydrablog .blog.hydrablog .catdes .category-desc p{
  font-size: 14px;
}
.hydrablog .blog.hydrablog .catdes, .hydrablog .nartheader {
    padding: 30px 0 10px 0;
}
.hydrablog .blog.hydrablog .catdes h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.hydrablog .nartheader .page-header {
    padding-bottom: 5px;
}

}
/*9-3-23 css end*/