/*=====================================
Font Family
--------------
font-family: 'Montserrat', sans-serif;
font-weight:  200 - 700;

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

/*======================================
1. GENERAL CSS Start
======================================*/
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
a {
  color: #fff;
  outline: 0 none;
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
a:active,
a:hover,
a:focus {
  color: #db5125;
  transition: all 0.5s ease;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #db5125 !important;
}
button,
button:hover {
  transition: all 0.5s ease;
}
button,
input,
optgroup,
select,
textarea {
  outline: none !important;
}
img {
  max-width: 100%;
}
::selection {
  background: #db5125;
  color: #fff;
}

::-moz-selection {
  background: #db5125;
  color: #fff;
}

::-webkit-selection {
  background: #db5125;
  color: #fff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loading-pic i {
  color: #16274d;
}

.scroltop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 45px;
  width: 45px;
  background: #16274d;
  border: 0;
  padding: 5px 12px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  z-index: 9999;
}
.scroltop:hover {
  bottom: 15px;
  transition: all 0.2s linear;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-dots {
  text-align: center;
  margin-top: 15px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 20px;
  text-indent: -9999px;
  padding: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
  cursor: pointer;
  border: 1px solid #16274d;
}
.slick-dots li.slick-active button {
  background: #16274d;
}
.slick-arrow {
  border: 0;
  position: absolute;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: #fff;
  padding: 0;
  width: 50px;
  height: 50px;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.list-style {
  text-align: left;
  padding-left: 60px;
  margin: 20px 0;
  position: relative;
}
.list-style li {
  margin: 15px 0;
}
.list-style li img {
  position: absolute;
  left: 0;
  max-width: 42px;
}
.h-800 {
  height: 800px;
}
/*======================================
2. HEADING & TITLE
======================================*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 22px;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 500;
}

.lead {
  font-weight: normal;
  font-size: 1.5rem;
}
.font-family-alt {
}
/*-------------------------------------
 text size
------------------------------------ */

.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowecase {
  text-transform: lowercase;
}

.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
/*-------------------------------------
	Color
--------------------------------------- */
/*-------------------------------------
	1. text
-------------------------------------*/
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #db5125 !important;
}
.text-secondary {
  color: #16274d !important;
}
.text-dark {
  color: #333 !important;
}
/*-------------------------------------
	2. background color
-------------------------------------*/
.bg-transparent {
  background-color: transparent;
}
.bg-primary {
  background-color: #db5125 !important;
}
.bg-secondary {
  background-color: #16274d !important;
}
.bg-light {
  background-color: #e5f4ff !important;
}
.bg-dark {
  background-color: #000 !important;
}
/*-------------------------------------
	 Buttons
--------------------------------------- */
.btn {
  font-size: 18px;
  font-weight: 600;
  border: 0;
  padding: 10px 50px;
  transition: all 0.5s ease;
  font-family: "Montserrat", sans-serif;
  position: relative;
  border-radius: 25px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  transition: all 0.2s linear;
  box-shadow: none;
}
.btn-lg {
  width: 100%;
}

.btn-primary {
  background: #16274d;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background: #e15e39;
  color: #fff;
}

.btn-link {
  font-weight: 500;
  color: #16274d;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.focus {
  color: #fbd3a4;
}
.form-control {
  border: 0;
  border-radius: 30px;
  padding: 10px 25px;
  background: #fbd3a4;
  color: #16274d;
  font-size: 18px;
  font-weight: 600;
}
.form-floating > label {
  padding: 1rem 1.75rem;
  color: #16274d;
  font-size: 18px;
  font-weight: 600;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 25px !important;
  padding: 0.55rem 1.75rem !important;
  background: #ffad57;
  border: 0;
  border-radius: 100px;
  font-weight: 500;
  color: #ffffff;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  display: inline-block !important;
  padding: 0 !important;
  color: #092c4c !important;
}
.gform_footer.top_label {
  margin: 0 !important;
  padding: 0 30px !important;
}
select#input_1_4,
input#input_1_3 {
  width: 320px;
}
.gform_wrapper.gravity-theme select {
  background-image: url("../images/select-down.png");
  background-position: right 10px center;
  background-size: 24px;
  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
}
#gform_wrapper_1 {
  margin-top: 20px;
}
form#gform_1 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.gform_body.gform-body {
  width: 55%;
}
.gform_button {
  font-size: 22px;
  font-weight: 600;
  border: 0;
  padding: 14px 55px;
  transition: all 0.5s ease;
  font-family: "Montserrat", sans-serif;
  position: relative;
  border-radius: 100px;
  text-transform: uppercase;
  background: #db5125;
  color: #fff;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  text-decoration: none;
  transition: all 0.2s linear;
  box-shadow: none;
  background: #16274d;
  color: #fff;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
::placeholder {
  color: #ffffff;
}
.gform_wrapper.gravity-theme .gfield_label {
  /*margin-left: 15px;*/
}
.gform_wrapper.gravity-theme .gfield select.large {
  height: 55px;
}
figure {
  margin: 0;
}

.slick-slide img {
  width: 100%;
}

.-mt-15 {
  margin-top: -15rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.accordion-button {
  font-weight: 600;
  padding: 1.5rem 1.25rem;
}
.accordion-button::after {
  background: none;
  transition: transform 0.2s ease-in-out;
  content: "\f067";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 600;
  color: #7d7d7d;
}
.accordion-button:not(.collapsed)::after {
  background: none;
  transform: none;
  content: "\f068";
  color: #fb9a00;
}
.accordion-button:not(.collapsed) {
  color: #fb9a00;
  background-color: #fff;
  box-shadow: none;
}
.accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.border-b {
  border-bottom: 6px solid #e9963e;
}
.display-1,
.display-4 {
  text-transform: uppercase;
}
.app-section .app-screen {
  margin-top: -12rem;
  text-align: center;
}
/*======================================
1. GENERAL CSS End
======================================*/

/*************************
YOU CAN WRIGHT CUSTOME CSS
***************************/
/* Header CSS Start*/
.hero-banner {
  position: relative;
  height: 100vh;
  z-index: 0;
}
.hero-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #db5125;
  opacity: 0.3;
  z-index: -1;
}
.caption h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
}
.caption p {
  font-size: 35px;
  line-height: 1.2;
  color: #ffffff;
}

.caption .learnlink {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.caption .learnlink:hover {
  text-decoration: underline;
}
/*.home-block, .about-block{
	position: relative;
	z-index: 1;
}*/
.logo {
  text-align: center;
}
.logo img {
  border-radius: 0 0 15px 15px;
  max-width: 222px;
  display: inline-block;
}
section.home-block.-mt-15,
section.about-block.-mt-15 {
  margin-top: -10rem !important;
}
.signup-form {
  padding: 30px 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #17274d;
  font-size: 20px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.navbar-collapse .close {
  color: #e9963e;
  text-align: right;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 20px;
}
.navbar-collapse.show {
  display: block !important;
}
li .icon {
  min-width: 60px;
  margin-right: 10px;
  display: inline-block;
}
.content {
  color: #fff;
  font-style: italic;
  font-size: 25px;
  padding: 1rem;
}
.form h3 {
  color: #092c4c;
  text-align: center;
  margin-bottom: 60px;
  text-transform: inherit;
}
footer .social a {
  display: inline-flex;
  background: #16274d;
  border-radius: 50px;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 7rem;
}

.footer-link ul {
  display: inline-flex;
  justify-content: space-evenly;
  margin-top: 20px;
  padding: 15px 0;
  border-bottom: 3px solid #fff;
}
.footer-link li a {
  font-weight: bold;
  text-transform: inherit;
  margin: 0 3rem;
}
.list-points {
  background: #f6921e;
  padding: 2rem;
  margin: 2rem 0;
}
.list-points ul {
  column-count: 2;
  list-style: disc;
  color: #16274d;
  font-weight: 600;
  font-size: 26px;
  padding-left: 30px;
}
.email a {
  text-decoration: underline;
}
.email a:hover {
  text-decoration: underline;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  position: absolute;
  right: 0;
  top: 100%;
  background: #16274d;
  border-radius: 0;
  width: 220px;
  z-index: 9;
}
.navbar-nav li.menu-item a {
  color: #e9963e;
  padding: 10px 20px;
  display: block;
  text-align: right;
}
.navbar-nav li.menu-item a:hover {
  color: #fff;
}
.navbar-nav .nav-link {
  padding: 10px 20px;
  text-align: right;
  color: #fff;
}
.navbar-nav .nav-link:hover {
  color: #e15e39;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler {
  padding: 0;
  font-size: 2.5rem;
  color: #fff;
}
.home-block .card {
  text-align: center;
  padding: 27px 20px;
  border: 0;
  border-radius: 10px;
  background: #ec9931;
  height: 100%;
  margin: 0;
}
.home-block .card .icon {
  min-height: 81px;
}
/*.home-block{margin-top: -225px;}*/

/*satisfaction_driven*/
.satisfaction_driven {
  background-color: #092c4c;
  padding: 35px 0 80px;
  /* margin-top: 20px; */
}
.satisfaction_driven .display-5 {
  color: #ffffff;
}
.satisfaction_driven .satisfaction_driven_box h2 {
  color: #db5125;
  margin-bottom: 40px;
  text-transform: none;
  text-shadow: 1px 3px 5px rgb(141 141 141 / 25%);
}
.satisfaction_driven .satisfaction_driven_box p,
.satisfaction_driven p {
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 30px;
}
.link_btn a {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.link_btn a:hover {
  color: #db5125;
}
/*satisfaction_driven*/

/*content-box*/
.content-box.bg-contain {
  background-position: center right;
  padding: 50px 0;
}
.content-box h3 {
  font-size: 29px;
  color: #d8e6ff;
  font-weight: 500;
  margin-bottom: 25px;
}
.content-box .lead {
  font-size: 18px;
}
.content-box .lead a {
  color: #db5125;
}
.content-box .lead a:hover {
  text-decoration: underline;
}
/*content-box*/

/*coming_soon_sec*/
.coming_soon_sec {
  display: block;
  background-color: #f5f8ff;
  padding: 60px 0;
}
.coming_soon_sec h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.coming_soon_sec p {
  color: #db5125;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.coming_soon_sec .coming_soon_link_box {
  max-width: 600px;
  margin: 0 auto;
}
.coming_soon_sec a.ap img {
  max-width: 240px;
}
.coming_soon_sec .gs img {
  max-width: 250px;
}

/*coming_soon_sec*/

footer.bg-secondary {
  border-top: 15px solid #e15e39;
}
.icon-grid .card {
  text-align: center;
  padding: 1.5rem;
  border: 0;
  border-radius: 10px;
  background: #e9963e;
  margin: 1rem 0;
}
.icon-grid h3 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.08em;
  text-align: center;
  background: #16274d;
  border-radius: 25px;
  padding: 0.5rem;
  text-transform: uppercase;
}
.card {
  border: 0;
  border-radius: 20px;
}

.grid .card {
  border: 0;
  border-radius: 20px;
  text-align: center;
  margin: 0.8rem 0;
  padding: 15px;
}
.grid .card.orange {
  background: #e9622e;
}
.grid .card.gray {
  background: #959595;
}
.grid .card.yellow {
  background: #e78f3f;
}

/* -=-=-= Contect Us Page css -=-=- */
.contact-main-section {
  margin-top: 10% !important;
}
.contact-main-section .container h2,
.contact-main-section .container a {
  color: #db5125;
  text-transform: none;
  font-weight: normal;
}
.contact-main-section .container a:hover {
  color: #000000;
}
.give-call-section .container img {
  display: inline-block;
}
.give-call-section .sub-call {
  display: inline-block;
  border: 3px #092c4c solid;
  border-radius: 7px;
  padding: 30px;
}
.give-call-section .sub-call a {
  background-color: #092c4c;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 30px;
}
.give-call-section .sub-call a:hover {
  color: #db5125;
}
.give-us-call,
.send-msg,
.crbo-invest {
  background-color: #c4daff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
/* -=-=- End -=-=- */

/* -=-=- Ambassador Page css -=-=- */
.ambassador-title-section {
  margin-top: 10% !important;
}
.ambassador-title-section h2,
.ambassador-from h4 {
  color: #db5125;
  text-transform: none;
  font-weight: normal;
}
/* -=-=- End -=-= */

/* -=-=- Ambassador Thankyou Page css -=-=- */

.amb-thankyou-section .amb-thankyou-main-div h2 {
  color: #db5125;
  text-transform: none;
  font-weight: normal;
}
.amb-thankyou-section {
  margin-top: 10% !important;
}

/* End */
/* -=-=- Thankyou Page css -=-=-= */

.thankyou-section {
  margin-top: 10% !important;
}
.thankyou-section .thankyou-main-div h1 {
  color: #db5125;
  text-transform: none;
  font-weight: normal;
}
/* -=-=- End -=-=- */

/* -=-=- 404 Page css -=-=- */
.fourzerofour-section {
  margin-top: 10% !important;
}
.fourzerofour-section .container a {
  background-color: #092c4c;
  color: #ffffff;
  border-radius: 15px;
  padding: 10px 40px;
}
.fourzerofour-section .container a:hover {
  color: #e9963e;
}

/* -=-=- End  -=-= */

.page-template-page-home
  .signup-form
  .gform_wrapper.gravity-theme
  .gfield_label {
  font-weight: normal !important;
}

.page-template-page-faq .contact-main-section input {
  padding-left: 5% !important;
}
.page-template-page-faq .lead a:hover,
.modal .modal-footer a:hover {
  color: #e9963e;
}
.hero-banner .caption .text-secondary p {
  font-size: 25px;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
  color: #16274d !important;
}
.terms-policies-section .rental-terms h2,
.terms-policies-section .user-terms h2 {
  color: #db5125;
}
.terms-policies-section .rental-terms h4,
.terms-policies-section .user-terms h4 {
  display: inline-block;
  margin-right: 5%;
  color: #092c4c;
}
.terms-policies-section .rental-terms-desc,
.terms-policies-section .vehicle-protection-desc,
.terms-policies-section .privacy-policy-desc {
  border: 2px #092c4c solid;
  border-radius: 20px;
  padding: 3%;
  height: 700px;
}
.page-template-page-ambassador .gform_wrapper.gravity-theme .gfield textarea {
  color: #092c4c;
}
.page-template-page-home .hero-banner .caption .text-end .display-3 {
  text-shadow: 1px 4px 6px rgb(0 0 0 / 44%);
  font-weight: 500;
  font-size: 54px;
}
.page-template-page-faq .host-faq.icon-grid .card .icon {
  margin-bottom: 10px;
  height: 90px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.how-it-works .text-container .lead p {
  text-shadow: 0px 4px 5px rgb(141 141 141 / 25%);
}

.content-box .col-lg-5 .lead {
  font-weight: 500;
}
.faq-search input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.faq-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.faq-search input::placeholder {
  color: #000;
}
.home .icon-grid .card:hover {
  background: #16274d;
  cursor: pointer;
}
.home .icon-grid .card:hover img {
  filter: invert(100%) saturate(0%) brightness(100%) contrast(100%);
}
.home .icon-grid .card:hover h5 {
  color: #fff;
}
.home .icon-grid .card h5 {
  color: #16274d;
}
.partner-section .lead {
  margin-left: 15px;
}
#video-modal video {
  padding: 5px;
}

/* -=-=-= Start -=-=-=- */

.bg-follow-left {
  background-size: 7%;
  background-repeat: no-repeat;
  background-position: top left;
}

.page-template-page-host .follow-steps .text-container .steps {
  background-color: #db5125;
  color: #19284a;
  padding: 20px 30px;
  text-transform: uppercase;
}

.page-template-page-host .follow-steps .text-orange {
  color: #ffffff !important;
}

.page-template-page-host .how-it-works h3 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.page-template-page-host .how-it-works .text-container .lead {
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 600;
}

.page-template-page-host .content-box .text-container .lead {
  font-weight: 600;
}

.page-template-page-host .partner-section .partner-text {
  color: #ffffff !important;
}

.page-template-page-host .partner-section .partner-text h2,
.page-template-page-host .partner-section .partner-text h6 {
  text-transform: none;
}

.page-template-page-host .follow-steps .steps div {
  font-weight: 600;
}

.how-it-works .text-container .have-more-question {
  font-weight: 700;
  font-size: 25px;
}
.page-template-page-host .hero-banner .display-3 {
  font-size: 35px;
  font-weight: 600;
}

.page-template-page-renter .follow-steps {
  background-color: #db5125 !important;
}

.page-template-page-renter .follow-steps .text-container .steps {
  background-color: #19284a;
  color: #e9a73e;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 30px;
}

.page-template-page-renter .how-it-works {
  background-color: #db5125;
}

.page-template-page-renter .how-it-works .text-container h3,
.page-template-page-renter .how-it-works .text-container .have-more-question,
.page-template-page-renter .how-it-works .text-container .lead {
  color: #ffffff !important;
  font-weight: 700;
}

.page-template-page-renter .how-it-works .text-container h3 {
  text-transform: uppercase;
}

.page-template-page-renter .how-it-works .lead a {
  color: #19284a !important;
}

.page-template-page-renter .content-box {
  background-color: #ffffff !important;
}

.page-template-page-renter .content-box .text-container .lead {
  font-weight: 600;
}

.page-template-page-renter .follow-steps .text-container .h3 {
  text-transform: uppercase;
}

.page-template-page-renter .follow-steps .text-container h3 strong {
  color: #19284a;
}

.page-template-page-renter .follow-steps .text-orange {
  color: #ffffff !important;
}

.page-template-page-renter .partner-section .text-container {
  color: #ffffff !important;
}

.page-template-page-renter .partner-section .text-container h6 {
  text-transform: none;
}

.page-template-page-about header {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.page-template-page-about .hero-banner {
  height: 500px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.page-template-page-about .hero-banner:after {
  display: none;
}

.page-template-page-about .about-section .read-story {
  color: #ffffff !important;
}

.page-template-page-about .follow-steps .text-container .steps {
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 30px;
}

.page-template-page-about .follow-steps .learnmore a {
  color: #122c4a !important;
}

.page-template-page-about .follow-steps h5,
.page-template-page-about .follow-steps h3 {
  font-weight: 600 !important;
}

.page-template-page-about .video-section .video-btn {
  background-image: url("../images/video-play.png") !important;
}

.page-template-page-about .partner-section .text-container h2,
.page-template-page-about .partner-section .text-container h6 {
  text-transform: none;
}

.page-template-page-host .follow-steps h3 {
  text-transform: uppercase !important;
}
.page-template-page-host .follow-steps h3 strong {
  color: #db5125;
}
.page-template-page-host .follow-steps-text {
  font-weight: 100;
  font-size: 30px;
}

.page-template-page-renter .follow-steps h3 {
  text-transform: uppercase !important;
}

.page-template-page-renter .follow-steps h3 strong {
  color: #19284a;
}
.page-template-page-about .hero-banner .display-3,
.page-template-page-about .about-section .display-3 {
  font-weight: 600;
}
.page-template-page-about .about-section .display-3 strong {
  color: #db5125;
}
.page-template-page-about .about-section .lead {
  color: #ffffff;
  font-size: 35px !important;
  font-weight: 100 !important;
}

.page-template-page-about .follow-steps .learnmore a {
  text-decoration: underline !important;
}

.page-template-page-about .about-section .display-3 {
  font-size: 35px !important;
}

.page-template-page-about .content-box .lead a {
  font-weight: 600;
}
.page-template-page-about .content-box .lead {
  font-weight: 600;
}
.blog-hero-banner .newsletter-form {
    bottom: -90px;
}
.newsletter-form .gform_wrapper.gravity-theme input[type="email"] {
    border-radius: 0px;
    background: #fff;
    padding: 10px 15px !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #000;
}
.newsletter-form #gform_wrapper_6 .gform-body {
    width: 100%;
}
.newsletter-form #gform_submit_button_6{
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    background: #000;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.newsletter-form #gform_wrapper_6 .gform_footer.top_label{
   padding:0px !important;
}
.blog-list .back-btn a img{
   margin-left:15px;
}
.page-template-page-news h4.card-title
{
	background-image: url(../images/btn-arrow.png);
    padding: 10px 10px 10px 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left;
    color: #df643a;
    text-transform: uppercase;
    font-weight: 700;
    background-size: 25px;
}
.page-template-page-news .blog-list .post h5,.page-template-page-news .blog-list .post p,.page-template-page-news .blog-list .post .entry-thumbnail,.page-template-page-news .blog-list .post .btn-link
{
	margin-left: 30px;
}
.page-template-page-news .title-orange
{
    color: #df643a;
}
.page-template-page-news .blog-list .post h5
{
	margin-bottom: 20px;
}
/* =-=-= End =-=-= */

/*Responsive*/

@media (min-width: 992px) {
  .follow-steps .steps div {
    font-size: 22px;
  }
  .blog-list .back-btn a img{
	margin-left:70px;
  }
}
@media (min-width:1025px){
.blog-list .back-btn a img{
	margin-left:25px;
  }
}

@media (max-width: 1200px) {
  .icon-grid .card {
    min-height: 300px;
  }
  .coming_soon_sec a.ap img,
  .coming_soon_sec .gs img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  .-mt-15 {
    margin-top: -8rem !important;
  }
  .mt-10 {
    margin-top: 8rem !important;
  }
  .mb-10 {
    margin-bottom: 8rem !important;
  }
  .navbar-toggler {
    font-size: 2.25rem;
  }
  .navbar {
    justify-content: flex-end;
  }
  .navbar-collapse {
    background: #16274d;
    position: absolute;
    width: 250px;
    top: 105%;
    z-index: 9999;
    left: auto;
    right: 0;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: flex-end;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .h-800 {
    height: 600px;
  }
  .bg-contain {
    background-image: none !important;
  }
  .page-template-page-faq .contact-main-section input {
    padding-left: 8% !important;
  }
  footer .social a {
    margin: 0 5rem;
  }
  .footer-link li a {
    margin: 0 1rem;
  }
  .page-template-page-faq .lead {
    margin-left: 20px;
    margin-right: 20px;
  }
  .gform_footer.top_label {
    margin-top: 15px !important;
    padding-left: 0px !important;
  }
  #login-form .gform_body.gform-body,
  select#input_1_4,
  input#input_1_3 {
    width: 100%;
  }
  .coming_soon_sec a.ap img,
  .coming_soon_sec .gs img {
    max-width: 100%;
  }
  .single .blog-list .col-md-8.mt-5, .page-template-page-news .blog-list .col-md-8.mt-5, .search .blog-list .col-md-8.mt-5{
     margin-top:0px !important;
  }
}

@media (max-width: 767px) {
  .-mt-15 {
    margin-top: 0 !important;
  }
  .mt-10 {
    margin-top: 0 !important;
  }
  .mb-10 {
    margin-bottom: 0 !important;
  }
  li .icon {
    min-width: 30px;
  }
  .list-points ul {
    column-count: 1;
    font-size: 18px;
    padding-left: 10px;
  }
  .btn {
    width: 100%;
    margin-top: 10px;
  }
  section.home-block.-mt-15,
  section.about-block.-mt-15 {
    margin-top: 0rem !important;
  }
  .app-section .app-screen {
    margin-top: 0;
  }
  .h-800 {
    height: auto;
  }
  footer .social a {
    font-size: 28px;
    margin: 0 1rem;
  }
  .page-template-page-home .hero-banner .caption .text-end .display-3 {
    font-size: 24px;
  }
  .footer-link ul {
    flex-direction: column;
  }
  .footer-link li a {
    margin: 10px 3rem;
    display: block;
  }
  .page-template-page-faq .contact-main-section input {
    padding-left: 10% !important;
  }
  .page-template-page-faq .modal-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-link ul {
    border-bottom: none;
  }
  .menu-footer-container {
    border-bottom: 3px solid #fff;
  }
  .footer-link {
    border-bottom: 3px solid #fff;
  }
  .icon-grid .card {
    min-height: unset;
  }
  .page-template-page-news .blog-list
  {
  	padding-top: 40px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .display-1 {
    font-size: 3rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
}

.page-template-page-host .hero-banner {
  height: 500px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-template-page-host header {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.page-template-page-host .hero-banner .text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-template-page-host .hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #db5125;
  opacity: 0;
  z-index: -1;
}
.page-template-page-host .follow-steps h3 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.page-template-page-host .follow-steps .text-orange {
  color: #e9963e;
  text-shadow: 0px 4px 4px rgba(141, 141, 141, 0.25);
  font-size: 22px;
  margin-bottom: 20px;
}
.page-template-page-host .follow-steps .steps {
  margin: 80px 0;
  display: flex;
  align-items: center;
}
.page-template-page-host .follow-steps .steps .icon {
  min-width: 100px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}
.page-template-page-host .how-it-works .lead a {
  color: #db5125;
}
.page-template-page-host .how-it-works h3 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.page-template-page-host .partner-section .invert {
  filter: brightness(0) invert(1);
}
.page-template-page-host .partner-section a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .page-template-page-host .follow-steps .steps .icon {
    min-width: 22px;
    text-align: center;
    margin-right: 10;
    display: inline-block;
  }
  .page-template-page-host .follow-steps .steps .icon img {
    max-height: 40px;
  }
  .footer-link ul {
    border-bottom: none;
  }
  .menu-footer-container {
    border-bottom: 3px solid #fff;
  }
  .footer-link {
    border-bottom: 3px solid #fff;
  }
  .how-it-works {
    margin-top: -1px;
  }
  .page-template-page-news .blog-list
  {
  	padding-top: 40px;
  }
}

.page-template-page-renter .hero-banner {
  height: 500px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-template-page-renter header {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.page-template-page-renter .hero-banner .text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-template-page-renter .hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #db5125;
  opacity: 0;
  z-index: -1;
}
.page-template-page-renter .follow-steps h3 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.page-template-page-renter .follow-steps .text-orange {
  color: #e9963e;
  text-shadow: 0px 4px 4px rgba(141, 141, 141, 0.25);
  font-size: 22px;
  margin-bottom: 20px;
}
.page-template-page-renter .follow-steps .steps {
  margin: 80px 0;
  display: flex;
  align-items: center;
}
.page-template-page-renter .follow-steps .steps .icon {
  min-width: 100px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}
.page-template-page-renter .how-it-works .lead a {
  color: #db5125;
}
.page-template-page-renter .how-it-works h3 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.page-template-page-renter .partner-section .invert {
  filter: brightness(0) invert(1);
}
.page-template-page-renter .partner-section a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .page-template-page-renter .follow-steps .steps .icon {
    min-width: 22px;
    text-align: center;
    margin-right: 10;
    display: inline-block;
  }
  .page-template-page-renter .follow-steps .steps .icon img {
    max-height: 40px;
  }
}

.page-template-page-news header {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.page-template-page-news .blog-hero-banner , .single .blog-hero-banner , .search .blog-hero-banner{
  height: 100vh;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-template-page-news .blog-hero-banner .text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.page-template-page-news .blog-list .title, .search .blog-list .title {
  font-size: 30px;
  line-height: 37px;
  color: #092c4c;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-template-page-news .blog-list .card {
  border: 1px solid #c4c4c4;
  border-radius: 0;
}
.page-template-page-news .blog-list .card .card-top-img img {
  width: 100%;
}

.page-template-page-news .blog-list .card .card-title a {
  color: #092c4c;
  text-transform: none;
}
.page-template-page-news .blog-list .card .btn-link {
  background-image: url("../images/ion_chevron-back-circle-outline.svg");
  padding: 10px 40px 10px 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center right;
}
.page-template-page-news .blog-list {
  background-image: url("../images/big-arrow-left.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 280px !important;
  background-size: 200px;
}

@media (max-width: 991px) {
  .page-template-page-news .blog-list .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .page-template-page-news .blog-list {
    padding-bottom: 150px !important;
    background-size: 90px;
  }
  .page-template-page-news .blog-list .title {
    font-size: 22px;
    line-height: 32px;
  }
  .content-box .col-lg-5 .lead {
    font-weight: 500;
  }
  .page-template-page-host .how-it-works .how-it-works-video video,
  .page-template-page-renter .how-it-works .how-it-works-video video {
    width: 100%;
  }
}

.page-template-page-faq .host-faq .container,
.page-template-page-faq .renter-faq .container {
  max-width: 860px;
  margin: 0 auto;
}
.page-template-page-faq .icon-grid {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-slider .slick-slide img {
  width: auto;
  display: inline-block;
}
.page-template-page-faq .host-faq.icon-grid .card {
  padding: 1rem;
  background: #c4daff;
  min-height: 200px;
}
.page-template-page-faq .host-faq.icon-grid .card h5 {
  color: #092c4c;
  text-transform: none;
}
.page-template-page-faq .host-faq.icon-grid .card .icon {
  margin-bottom: 10px;
}
.page-template-page-faq .renter-faq.icon-grid .card {
  padding: 1rem;
  background: #e9963e;
  min-height: 200px;
}
.page-template-page-faq .renter-faq.icon-grid .card h5 {
  color: #092c4c;
  text-transform: none;
}
.page-template-page-faq .renter-faq.icon-grid .card .icon {
  margin-bottom: 10px;
  min-height: 90px;
}

.page-template-page-faq .lead {
  font-weight: normal;
  font-size: 1.5rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #092c4c;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
.page-template-page-faq .lead a {
  color: #092c4c;
  text-decoration: underline;
}
.page-template-page-faq .host-faq-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #092c4c;
  background: #c4daff;
  border-radius: 0 40px 40px 0;
  padding: 20px 30px 20px 60px;
  display: inline-block;
}
.page-template-page-faq .renter-faq-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #092c4c;
  background: #e9963e;
  border-radius: 0 40px 40px 0;
  padding: 20px 30px 20px 60px;
  display: inline-block;
}
.page-template-page-faq .contact-main-section input[type="search"] {
  background: #f9f9f9 url("../images/search-icon.svg");
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  border: 0;
  padding: 10px;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.page-template-page-faq .faq-slider .slick-arrow {
  color: #092c4c;
  width: auto;
  height: auto;
  top: 45%;
  font-size: 32px;
}
.page-template-page-faq .faq-slider .slick-arrow.next-arrow {
  right: 0;
}
.page-template-page-faq .faq-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.page-template-page-faq .modal-dialog {
  max-width: 820px;
}
.page-template-page-faq .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #c4daff;
  border-radius: 25px;
  outline: 0;
}
.page-template-page-faq .modal-header {
  flex-direction: column;
  border-bottom: 0;
  text-align: center;
}
.page-template-page-faq .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #092c4c;
  text-transform: none;
  font-size: 22px;
}
.page-template-page-faq .modal-header .btn.modal-close {
  position: absolute;
  right: 20px;
  width: auto;
  padding: 0;
}
.page-template-page-faq .modal-footer {
  border-top: 0;
  color: #092c4c;
  font-weight: 600;
}
.page-template-page-faq .modal-footer a {
  color: #092c4c;
  text-decoration: underline;
}
.page-template-page-faq .modal-body {
  color: #000;
}
.page-template-page-faq .modal-body ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
@media (max-width: 991px) {
  .page-template-page-faq .icon-grid {
    max-width: 660px;
  }
  .page-template-page-faq .host-faq .container,
  .page-template-page-faq .renter-faq .container {
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  .page-template-page-faq .icon-grid {
    max-width: 320px;
  }
  .page-template-page-faq .host-faq .container,
  .page-template-page-faq .renter-faq .container {
    max-width: 220px;
  }
  .page-template-page-faq .host-faq-title,
  .page-template-page-faq .renter-faq-title {
    font-size: 18px;
    padding: 20px;
  }
}

.satisfaction_driven .app-support {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}
.satisfaction_driven .container .satisfaction_driven_box .col-md-6.ps-5 {
  margin-top: 5%;
}
.satisfaction_driven .app-support a {
  display: inline-block;
  margin-right: 10px;
}
.blog-list .pagination .page-numbers {
  color: #092c4c;
  padding: 5px 10px;
  border-radius: 3px;
}
.blog-list .pagination .page-numbers:hover {
  color: #db5125;
}
.blog-list .pagination .page-numbers.current {
  background: #db5125;
  color: #fff;
}
.blog-detail .entry-thumbnail {
  margin-bottom: 20px;
}
.blog-detail .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.blog-detail .back .btn-link {
  background-image: url("../images/ion_chevron-back-circle-outline-left.svg");
  padding: 10px 10px 10px 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
}
.blog-detail .sub-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #db5125;
}
.blog-detail .entry-meta a {
  color: #000;
}
.blog-detail .entry-meta span {
  display: block;
}
.blog-detail .entry-meta {
  max-width: 700px;
  margin: 0 auto;
}
.blog-detail .entry-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #092c4c;
  max-width: 700px;
  margin: 0 auto;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.blog-detail .entry-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}
.blog-detail .navigation.post-navigation {
  display: none;
}
.blog-detail .comments-area {
  margin: 0 auto;
  max-width: 700px;
  padding-top: 20px;
}
.blog-detail .comments-area h3 {
  font-size: 28px;
  color: #092c4c;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.single-post .comment-reply-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 26px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-form input,
.single-post .comments-area .comment-form textarea {
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  min-height: 45px;
}
.single-post .comments-area #wp-comment-cookies-consent {
  width: auto;
  min-height: auto;
}

.single-post .comments-area .form-submit {
  text-align: center;
}
.single-post .comments-area .form-submit input.submit {
  background: #db5125;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border: 0;
  width: auto;
  display: inline-block;
  padding: 15px 40px;
  margin-top: 10px;
}
.single-post .comments-area .form-submit input.submit:hover {
  background: #16274d;
}
.single-post .comments-area .comments-title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.single-post .comments-area .comment .comment-meta {
  box-shadow: none;
  position: relative;
}
.single-post .comments-area .comment .comment-meta .avatar {
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
}

.single-post .comments-area .comment .comment-content {
  margin: 10px 0;
}

.single-post .comments-area .comment {
  margin-bottom: 20px;
}

/*.page-template-page-contact-us .left-button {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #092c4c;
  background: #c4daff;
  border-radius: 0 40px 40px 0;
  padding: 20px 30px 20px 60px;
  display: inline-block;
  text-transform: uppercase;
}
.page-template-page-contact-us .left-button p {
  margin: 0;
}
.page-template-page-contact-us .contact-main-section .container {
  max-width: 726px;
}
.page-template-page-contact-us .inquiry-from h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #db5125;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.page-template-page-contact-us .contact-main-section .email {
  color: #092c4c;
  text-decoration: underline;
}
.page-template-page-contact-us .gform_wrapper {
  margin-top: 20px;
}
.page-template-page-contact-us .gform_wrapper .gform_body.gform-body {
  width: 100%;
}
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  input[type="email"] {
  background: none;
  color: #092c4c;
  border-radius: 0;
  font-size: 18px !important;
  border-bottom: 2px solid #000;
  max-width: 50%;
  padding: 5px 0 !important;
}*/
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  opacity: 1;
}
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1;
}
.page-template-page-contact-us .gform_wrapper.gravity-theme ::placeholder {
  color: #fff;
  opacity: 1;
}
/*.page-template-page-contact-us .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 22px !important;
  min-width: 380px;
  margin-bottom: 0 !important;
}
.page-template-page-contact-us .gform_wrapper.gravity-theme #field_3_7,
.page-template-page-contact-us .gform_wrapper.gravity-theme #field_4_2 {
  display: flex;
  align-items: center;
}
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  #field_3_7
  .gfield_select,
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  #field_4_2
  .gfield_select {
  background-color: #fff;
  color: #092c4c;
  border-radius: 0;
  font-size: 18px !important;
  border-bottom: 2px solid #000;
  max-width: 50%;
  padding: 5px 0 !important;
  background-image: url("../images/select_down.svg");
  background-position: right 10px center;
  background-size: 24px;
  min-width: 190px;
}
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large {
  height: 288px;
  background: #ededf0;
  border-radius: 5px;
  font-size: 18px !important;
  padding: 20px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.page-template-page-contact-us .gform_wrapper.gravity-theme .gform_button {
  background: #092c4c;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
}
.page-template-page-contact-us
  .gform_wrapper.gravity-theme
  .gform_button:hover {
  background: #db5125;
}
.page-template-page-contact-us .gform_wrapper.gravity-theme .gform_footer {
  text-align: right;
  padding: 0 !important;
  margin-top: 20px !important;
}*/
.page-template-page-contact-us .contact-main-section {
  background-image: url("../images/big-arrow.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 280px !important;
  background-size: 200px;
}
/*@media (max-width: 767px) {
  .page-template-page-contact-us .gform_wrapper.gravity-theme #field_3_7,
  .page-template-page-contact-us .gform_wrapper.gravity-theme #field_4_2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-page-contact-us
    .gform_wrapper.gravity-theme
    input[type="email"] {
    max-width: 100%;
  }
  .page-template-page-contact-us .gform_wrapper.gravity-theme .gfield_label {
    min-width: 100%;
  }
  .page-template-page-contact-us
    .gform_wrapper.gravity-theme
    .ginput_container_select {
    width: 100%;
  }
  .page-template-page-contact-us
    .gform_wrapper.gravity-theme
    #field_3_7
    .gfield_select,
  .page-template-page-contact-us
    .gform_wrapper.gravity-theme
    #field_4_2
    .gfield_select {
    min-width: 100%;
  }
  .page-template-page-contact-us .contact-main-section {
    padding-bottom: 150px !important;
    background-size: 90px;
  }
  .page-template-page-contact-us .gform_wrapper.gravity-theme .gform_button {
    width: 100%;
  }
}*/

.page-template-page-ambassador .gform_wrapper {
  margin-top: 20px;
}
.page-template-page-ambassador .gform_wrapper .gform_body.gform-body {
  width: 100%;
}
.page-template-page-ambassador
  .gform_wrapper.gravity-theme
  input[type="email"] {
  background: none;
  color: #092c4c;
  border-radius: 0;
  font-size: 18px !important;
  border-bottom: 2px solid #000;
  max-width: 50%;
  padding: 5px 0 !important;
}
.page-template-page-ambassador
  .gform_wrapper.gravity-theme
  ::-webkit-input-placeholder {
  /* Edge */
  color: #092c4c;
}
.page-template-page-ambassador
  .gform_wrapper.gravity-theme
  :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #092c4c;
}
.page-template-page-ambassador .gform_wrapper.gravity-theme ::placeholder {
  color: #092c4c;
}
.page-template-page-ambassador .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 22px !important;
  min-width: 380px;
  margin-bottom: 0 !important;
}
.page-template-page-ambassador .gform_wrapper.gravity-theme #field_5_2 {
  display: flex;
  align-items: center;
}
.page-template-page-ambassador
  .gform_wrapper.gravity-theme
  #field_5_2
  .gfield_select {
  background-color: #fff;
  color: #092c4c;
  border-radius: 0;
  font-size: 18px !important;
  border-bottom: 2px solid #000;
  max-width: 50%;
  padding: 5px 0 !important;
  background-image: url("../images/select_down.svg");
  background-position: right 10px center;
  background-size: 24px;
  min-width: 190px;
}
.page-template-page-ambassador
  .gform_wrapper.gravity-theme
  .gfield
  textarea.large {
  height: 288px;
  background: #ededf0;
  border-radius: 5px;
  font-size: 18px !important;
  padding: 20px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-page-ambassador .gform_wrapper.gravity-theme .gform_button {
  background: #092c4c;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
}
.page-template-page-ambassador
  .gform_wrapper.gravity-theme
  .gform_button:hover {
  background: #db5125;
}
.page-template-page-ambassador .gform_wrapper.gravity-theme .gform_footer {
  text-align: right;
  padding: 0 !important;
  margin-top: 20px !important;
}
.page-template-page-ambassador .ambassador-from {
  background-image: url("../images/big-arrow.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 280px !important;
  background-size: 200px;
}
@media (max-width: 767px) {
  .page-template-page-ambassador .gform_wrapper.gravity-theme #field_5_2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-page-ambassador.gform_wrapper.gravity-theme
    input[type="email"] {
    max-width: 100%;
  }
  .page-template-page-ambassador .gform_wrapper.gravity-theme .gfield_label {
    min-width: 100%;
  }
  .page-template-page-ambassador
    .gform_wrapper.gravity-theme
    .ginput_container_select {
    width: 100%;
  }
  .page-template-page-ambassador
    .gform_wrapper.gravity-theme
    #field_5_2
    .gfield_select {
    min-width: 100%;
  }
  .page-template-page-ambassador .ambassador-from {
    padding-bottom: 150px !important;
    background-size: 90px;
  }
  .page-template-page-ambassador .gform_wrapper.gravity-theme .gform_button {
    width: 100%;
  }
}

.page-template-page-about .follow-steps h6 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.page-template-page-about .follow-steps h3.text-orange {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 59px;
  text-align: center;
  color: #e9963e;
  text-shadow: 0px 4px 5px rgba(141, 141, 141, 0.25);
  text-transform: capitalize;
}
.page-template-page-about .follow-steps .steps {
  margin: 80px 0;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.page-template-page-about .follow-steps .steps .icon {
  min-width: 100px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}
.page-template-page-about .text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-template-page-about .about-section .lead {
  font-weight: 600;
  font-weight: 32px;
}
.page-template-page-about .about-section .d-flex p {
  font-size: 20px;
}
.page-template-page-about .about-section .d-flex {
  align-items: flex-start;
}
.page-template-page-about .about-section .d-flex img {
  margin-right: 15px;
}
.page-template-page-about .about-section .read-story {
  font-size: 24px;
  line-height: 32px;
  color: #092c4c;
  font-weight: 600;
}
.page-template-page-about .about-section .read-story:hover {
  color: #db5125;
}

.page-template-page-about .follow-steps h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #d8e6ff;
  text-transform: capitalize;
}
.page-template-page-about .follow-steps .learnmore {
  font-size: 18px;
  font-weight: 700;
}
.page-template-page-about .follow-steps .learnmore a {
  color: #db5125;
}

.page-template-page-about .our-founder h4 {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: #092c4c;
  text-transform: capitalize;
  margin-top: 1rem;
}

.page-template-page-about .our-founder .icon {
  min-width: 50px;
  margin-right: 15px;
}
.page-template-page-about .our-founder .info h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #092c4c;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.page-template-page-about .video-section {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-about .video-section .video-btn {
  background-image: url("../images/WPPLAYICON.svg");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  border: 0;
}

.page-template-page-about .call-out .btn {
  background: #e9963e;
}
.page-template-page-about .call-out .lead {
  margin-bottom: 2rem;
}
.page-template-page-about .news-section .title::before {
  content: "";
  background: linear-gradient(180deg, #ed5151 0%, #f5771e 100%);
  width: 10px;
  height: 94px;
  position: absolute;
  left: -25px;
  top: -15px;
}
.page-template-page-about .news-section .title {
  position: relative;
}
.page-template-page-about .news-section .title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #092c4c;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.page-template-page-about .news-section .row {
  text-align: center;
}

.page-template-page-about .video-section .modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}
.page-template-page-about .video-section .modal .modal-dialog {
  max-width: 800px;
}

@media (max-width: 991px) {
  .page-template-page-about .follow-steps .steps {
    text-align: left;
  }
  .page-template-page-about .video-section {
    min-height: 250px;
  }
  .satisfaction_driven .app-support {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .page-template-page-about .follow-steps h5 {
    font-size: 22px;
  }
  .page-template-page-about .follow-steps h3.text-orange {
    font-size: 28px;
    line-height: normal;
  }
  .page-template-page-about .follow-steps .steps .icon {
    min-width: 40px;
  }
  .page-template-page-about .follow-steps .steps .icon img {
    max-height: 30px;
  }
  .page-template-page-about .follow-steps .steps {
    margin: 50px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .page-template-page-about .our-founder h4 {
    font-size: 28px;
    text-align: center;
  }
  .page-template-page-about .our-founder .lead {
    text-align: center;
  }
  .page-template-page-about .text-shadow {
    text-align: center;
  }
  .page-template-page-about .news-section .title h3 {
    text-align: center;
  }
  .page-template-page-about .news-section .title::before {
    content: "";
    background: linear-gradient(180deg, #ed5151 0%, #f5771e 100%);
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -15px;
  }

  header .btn.btn-primary {
    background: #16274d;
    color: #fff;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 0;
  }
  .logo img {
    max-width: 100%;
  }
  header .row.align-items-end {
    align-items: center !important;
  }
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler {
    margin-right: 10px;
  }
  .navbar-collapse {
    top: 60px;
  }
  .home .hero-banner {
    height: 250px;
    z-index: auto;
  }
  .hero-banner,
  .blog-hero-banner {
    height: 250px !important;
  }
  .home-block {
    margin-top: 0px;
    background: #092c4c;
  }
  .home-block .card {
    padding: 5px;
    top: -30px;
  }
  .home-block .card .icon {
    min-height: auto;
    height: 60px;
  }
  .home-block .card .icon img {
    max-height: 100%;
    margin-top: 10px;
  }
  .home-block .card h4 {
    font-size: 16px;
  }
  .satisfaction_driven {
    margin-top: -120px;
  }
  .home .icon-grid h3 {
    font-size: 14px;
  }
  .home .icon-grid .card {
    padding: 10px 2px;
    margin: 0;
    height: 100%;
  }
  .home .icon-grid .card .icon img {
    max-height: 60px;
  }
  .home .icon-grid .card h5 {
    font-size: 10px;
  }
  .content-box.bg-contain {
    padding: 10px 0;
    /* background-image: url("../images/content-box-bg-arrow-img.png") !important; */
    background-size: 130px 300px;
    background-position: right center;
  }
  .content-box h3 {
    font-size: 22px;
    margin-left: 0px !important;
    text-align: start;
  }
  .content-box .lead {
    font-size: 16px;
    text-align: left;
  }
  .home .default-section .lead {
    font-size: 1rem;
  }
  .coming_soon_sec h3 {
    font-size: 25px;
    text-align: left;
  }
  .coming_soon_sec .d-block.d-md-none.app-link img {
    max-width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: -40px;
  }
  .coming_soon_sec .coming_soon_box {
    margin-top: 20px;
  }
  .signup-form h3 {
    font-size: 18px;
  }
  #login-form .gform_body.gform-body {
    width: 100%;
  }
  #login-form
    .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: normal;
    min-height: 25px;
  }
  #login-form select#input_1_4,
  #login-form input#input_1_3 {
    width: 50%;
  }
  .page-template-page-home
    .signup-form
    .gform_wrapper.gravity-theme
    .gfield_label {
    font-weight: 600 !important;
  }
  .page-template-page-home .signup-form .gform_footer.top_label {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    text-align: right;
    width: 100%;
  }
  .page-template-page-home .signup-form .gform_button {
    font-size: 20px;
    border: 0;
    padding: 8px 40px;
  }
  .satisfaction_driven .app-support {
    font-size: 14px;
  }
}

@media only screen and (min-device-width: 812px) and (max-device-width: 926px) and (orientation: landscape) {
  .hero-banner .pt-md-5 {
    padding-top: 0px !important;
  }
  .page-template-page-home .hero-banner .caption .text-end .display-3 {
    font-size: 38px;
  }
  .satisfaction_driven {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 834px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-banner {
    height: 45vh;
  }
  .satisfaction_driven {
    margin-top: -40px;
  }
}

.home .home-block {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}
.satisfaction_driven {
  background-image: url("../images/big-arrow.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 200px;
}
.satisfaction_driven .display-5 {
  color: #e15e50;
  font-weight: 600;
  font-size: 45px;
}
.satisfaction_driven .satisfaction_driven_box h2 {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}
.satisfaction_driven .link_btn a {
  color: #df643a;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

@media (max-width: 2500px) {
  .satisfaction_driven {
    background-size: 10%;
  }
  .satisfaction_driven .container {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .home .hero-banner {
    height: auto !important;
  }
  .satisfaction_driven {
    background-image: none;
    padding: 10px 0;
    margin-top: 0;
  }
  .home .home-block {
    position: relative;
    bottom: -70px;
  }
  .home-block {
    background: none;
  }
}

.page-template-page-contact-us header {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.page-template-page-contact-us .hero-banner {
  height: 500px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.page-template-page-contact-us .contact-info {
  background-image: url("../images/big-arrow.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 200px;
  background-color: #122c4a;
  padding: 3rem 0;
  text-align: center;
}
.page-template-page-contact-us .contact-info .lead {
  color: #fff;
  margin-bottom: 3rem;
}
.page-template-page-contact-us .contact-info .lead a {
  color: #db5125;
}
.page-template-page-contact-us .contact-info .card {
  border: 0;
  border-radius: 20px;
  background: #e9963e;
  padding: 20px;
  margin: 0 3rem;
  color: #fff;
}
.page-template-page-contact-us .contact-info .card .icon img {
  max-width: 100px;
  margin-bottom: 10px;
}
.page-template-page-contact-us .contact-info .card h4 {
  font-size: 28px;
  font-weight: 400;
}
.page-template-page-contact-us .gform_wrapper.gravity-theme .gfield input,
.page-template-page-contact-us .gform_wrapper.gravity-theme .gfield select,
.page-template-page-contact-us .gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  background: #122c4a;
  border-radius: 0;
}
.page-template-page-contact-us .gform_wrapper.gravity-theme .gfield_label {
  display: none !important;
}
.page-template-page-contact-us .gform_body.gform-body {
  width: 100%;
  margin-top: 40px;
}
.page-template-page-contact-us .gform_button {
  border-radius: 10px;
  margin-top: 20px;
}
.page-template-page-contact-us .need-help h2 {
  color: #122c4a;
  margin-bottom: 5px;
}
.page-template-page-contact-us .need-help h4 {
  color: #e0633b;
  font-weight: 500;
}

.page-template-page-contact-us .investor-section h4 {
  text-transform: capitalize;
  font-weight: 500;
}
.page-template-page-contact-us
  .investor-section
  .gform_wrapper.gravity-theme
  .gfield
  input,
.page-template-page-contact-us
  .investor-section
  .gform_wrapper.gravity-theme
  .gfield
  select,
.page-template-page-contact-us
  .investor-section
  .gform_wrapper.gravity-theme
  .gfield
  textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0;
  color: #122c4a;
}
.page-template-page-contact-us
  .investor-section
  .gform_wrapper.gravity-theme
  ::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  color: #122c4a;
}
.page-template-page-contact-us
  .investor-section
  .gform_wrapper.gravity-theme
  :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #122c4a;
  opacity: 1;
}
.page-template-page-contact-us
  .investor-section
  .gform_wrapper.gravity-theme
  ::placeholder {
  color: #122c4a;
  opacity: 1;
}
.partner-section h6 a {
  text-decoration: underline;
}
#about-us-our-founder .row .col-md-6 .img-thumbnail {
  background-color: #df643a;
  border: 5px solid #df643a;
  border-radius: 50%;
  margin-bottom: 15px;
  max-width: 300px;
}
#about-us-our-founder .row .col-md-6:last-child .img-thumbnail {
  background-color: #e9963e;
  border: 5px solid #e9963e;
}
#about-us-our-founder .text-orange {
  color: #e9963e;
}
@media (max-width: 1500px) {
  .page-template-page-contact-us .contact-info .container,
  .page-template-page-about .about-section .container {
    max-width: 75%;
  }
}
@media (max-width: 1400px) {
  .hero-banner .text-white {
    font-size: 50px;
  }
  .page-id-49 .hero-banner .text-white {
    font-size: 50px;
  }
  .page-template-page-contact-us .contact-info {
    background-size: 10%;
  }
}
@media (max-width: 1151px) {
  .page-template-page-contact-us .contact-info .card {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .page-template-page-contact-us .contact-info .container {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .page-template-page-contact-us .contact-info .card {
    margin: 10px 0;
  }
  .satisfaction_driven .display-5 {
    font-size: 28px;
  }
  .satisfaction_driven .link_btn a {
    font-size: 20px;
  }
  .page-template-page-host .follow-steps h3 {
    font-size: 26px;
  }
  .page-template-page-home .how-it-works .text-container .lead p {
    font-size: 20px;
  }
  .page-template-page-host .partner-section .partner-text h2 {
    font-size: 23px;
  }
  .page-template-page-renter .partner-section .text-container h2 {
    font-size: 24px;
  }
  .page-template-page-about .about-section .lead {
    font-size: 26px !important;
    text-align: center;
  }
  .page-template-page-about .about-section .container {
    max-width: unset;
  }
  .page-template-page-about .partner-section .text-container h2 {
    font-size: 28px;
  }
  .page-template-page-about .content-box br {
    display: none;
  }
  .page-template-page-about .content-box .lead {
    font-size: 15px;
  }
  .page-template-page-contact-us .partner-section h2 {
    font-size: 24px;
  }
  .page-template-page-contact-us .content-box br {
    display: none;
  }
  .page-template-page-home .satisfaction_driven .container {
    max-width: unset;
  }
}



.blog-hero-banner .display-1{
  color: #db5125;
  font-size: 7rem;
  font-weight: 900;
}
.blog-hero-banner .newsletter-form {
  position: absolute;
  bottom: -80px;
  background: #df643a;
  padding: 20px;
  width: 550px;
  left: 50%;
  margin-left: -275px;
}
.blog-hero-banner .newsletter-form h4 {
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.blog-hero-banner .newsletter-form .form-control {
  border-radius: 0;
  padding: 10px 15px;
  background: #fff;
}
.blog-hero-banner .newsletter-form .signup {
  background: #000;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  width: 140px;
  text-transform: uppercase;
}

.blog-list .back-btn a {
  color: #000;
  text-transform: uppercase;
  font-weight:600;
}
.blog-list .back-btn a img {
  margin-right: 20px;
}
.blog-list .back-btn {
  margin: -50px 0 0 -95px;
}
.blog-list .post {
  border-top: 2px solid #1a284a;
  padding: 37px 20px;
  color: #122c4a;
}
.blog-list .post .card-title a {
  color: #1a284a;
}
.blog-list .post .card-title a:hover,
.blog-list .sidebar .widget_recent_post .post-list li a:hover {
  color: #df643a;
}
.blog-list .post h5, .blog-list .post-entry h5 {
  font-size: 22px;
  color: #1a284a;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-list .post .btn-link {
  background-image: url("../images/btn-arrow.png");
  padding: 10px 30px 10px 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center right;
  color: #df643a;
  text-transform: uppercase;
  font-weight: 700;
  background-size: 25px;
}

.blog-list .sidebar {
  border-left: 2px solid #df643a;
}

.blog-list .sidebar .search-form {
  display: flex;
  margin-bottom: 40px;
}

.blog-list .sidebar .search-form .search-field, #block-5 .wp-block-search__input {
  border: 2px solid #1a284a;
  border-radius: 0;
  padding: 3px;
  width: 100%;
}
.blog-list .sidebar .search-form .search-submit, #block-5 .wp-block-search__button  {
  background: #1a284a;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 15px;
}
#block-5 .wp-block-search__button{
  margin-left: 0px;
}
.blog-list .sidebar .widget_recent_post h5, #block-7 h2 {
  background: #df643a;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.blog-list .sidebar .widget_recent_post .post-list li a, #block-6 .wp-block-latest-posts li a {
  border-bottom: 1px dashed #df643a;
  width: 100%;
  color: #000;
  font-size: 22px;
  font-style: italic;
  display: block;
  padding: 10px;
}

.search  header, .single header {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.search  .blog-hero-banner, .single .blog-hero-banner {
  height: 100vh;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-template-page-news .blog-list, .search .blog-list, .single .blog-list{
  background-image: none;
  padding-bottom: 140px !important;
}
.blog-list .post-entry {
  border-top: 2px solid #1a284a;
  margin-top: 10px;
  padding: 30px 20px;
  margin-right: 5rem;
}

.blog-list .post-entry h1 {
  font-size: 32px;
  color: #1a284a;
  margin-bottom: 10px;
}
.blog-list .post-entry .entry-thumbnail > img {
  width: 100%;
  height: auto !important;
}


@media (max-width: 991px){
  .blog-list .back-btn {
    margin: 0 0 20px -20px;
}
.blog-list .post-entry {
  border-top: 2px solid #1a284a;
  margin-top: 10px;
  padding: 30px 20px;
  margin-right: 0;
}
}

@media (max-width: 767px){
.page-template-page-news .blog-hero-banner , .single .blog-hero-banner, .search .blog-hero-banner{
  height: auto  !important;
  display: block;
}
.blog-hero-banner .display-1 {
  font-size: 5rem;
}
.blog-hero-banner .newsletter-form {
  position: relative;
  bottom: -70px;
  padding: 15px;
  width: 100%;
  left: 0;
  margin-left: 0;
}
}
.page-template-page-faq-php .navbar-toggler, .page-template-page-legal-polices .navbar-toggler
{
	color: #16274d;
}