/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

body,
body *,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Times New Roman, serif !important;
}

.fa {
  font-family: FontAwesome !important;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* ============= */
*:focus {
  outline: -webkit-focus-ring-color none;
  outline: none;
}
a:visited,
a:focus,
a:active,
a:hover {
  outline: none !important;
  text-decoration: none;
}

/* ============= */
::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
  font-weight: 500;
}
:-moz-placeholder {
  opacity: 1;
  color: #666;
  font-weight: 500;
}
::-moz-placeholder {
  opacity: 1;
  color: #666;
  font-weight: 500;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #666;
  font-weight: 500;
}

/* ============= */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

/* ============= */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
::selection {
  background: #ffff00;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: #ffff00;
  color: #000;
  text-shadow: none;
}
input:focus,
select:focus {
  outline: none;
}

/* ============= */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
  background-color: #fff !important;
}

/*--------------------------------------------------------------
# Global defination of elements
--------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #ef5658;
  font-family: "Montserrat", sans-serif;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  color: #083267;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 30px;
  line-height: 100%;
  display: block;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 15px;
  line-height: 30px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
b,
strong {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
img.alignright,
img.alignleft,
img.alignnone,
img.aligncenter,
figure.alignright,
figure.alignleft,
figure.alignnone {
  margin-bottom: 20px;
}
hr,
.hr {
  clear: both;
  margin: 35px 0;
  display: block;
  width: 100%;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 1px #f9f9f9;
}
/* =========== */
.uppercase {
  text-transform: uppercase;
}
.cwhite {
  color: #fff;
}
.cgreen {
  color: #62a70f;
}
.cred {
  color: #ef5658;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-800 {
  font-weight: 800;
}
.mb--3,
.mb--4,
.mb--5 {
  margin-bottom: 20px;
}
.mt--4 {
  margin-top: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-100 {
  margin-bottom: 30px;
}
.padd-80 {
  padding: 30px 0;
}
.pos-rel {
  position: relative;
}
/* ========== */
label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: #999999;
  font-weight: 500;
  font-size: 12px;
}
.clearboth::before,
.clearboth::after {
  content: "";
  display: table;
  clear: both;
}

/* =========== */
.form-control {
  height: 34px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 2px;
  color: #666;
  font-weight: 500;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #333;
  outline: 0;
  box-shadow: none;
}
textarea.form-control {
  line-height: 1.4;
  min-height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-group {
  margin-bottom: 10px;
}

/* =========== */
.btn {
  border-radius: 0;
  font-weight: 600;
  border: none;
  color: #323e48;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 13px 20px;
  font-size: 14px;
  border-radius: 2px;
  background-color: #ececec;
}
.btn {
  padding: 15px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  margin: 2px;
}
/* ===== */
.btn-white {
  background-color: #fff;
  color: #083267;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
}
.btn-white:hover {
  background-color: #083267;
  color: #fff;
}
/* ========== */
button:focus,
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #101820;
  box-shadow: none !important;
  outline: none !important;
}

/* =========== */
.btn-default {
  background-color: #0d0d0f;
  color: #fff;
  text-transform: capitalize;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
  background-color: #471181;
  color: #fff;
}

/* =========== */
.btn-primary {
  background-color: #c41d4a;
  color: #fff;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #101820;
}

/* =========== */
.btn-secondary {
  background-color: #323e48;
  color: #fff;
  text-transform: uppercase;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #1784c7;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0379c1;
  border-color: #0379c1;
}

.banner-text h1 span,
.btn.btn-donate {
  font-weight: 800;
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}

.banner-text h1,
.top-logo {
  margin-bottom: 20px;
}
.top-right-buttons a:hover {
  color: #d24744;
}

.top-right-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-donate {
  background-color: #d24744;
  color: #fff;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 14px;
}

.btn.btn-donate:hover {
  background-color: #0a5ba6;
  color: #fff;
}

.top-banner-heading {
  color: #fff;
  position: relative;
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
  z-index: 1;
  background: #a14a53;
  align-items: center;
}
.header hr {
  border: 1px solid #fff;
  box-shadow: none;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header-address-div span {
  margin: 0px 15px;
}

.main-menu-div {
  text-align: left;
}
.body-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.main-menu-nav {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 25px;
  background: #fff;
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.main-menu-nav .menu-toggler {
  display: block;
  width: 25px;
  height: 20px;
  position: relative;
  border-bottom: 5px solid #288395;
  z-index: 1;
  transition: 0.3s linear;
  cursor: pointer;
  margin-left: 18px;
  margin-top: 23px;
}

.main-menu-nav .menu-toggler::after,
.main-menu-nav .menu-toggler::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  right: 0;
  width: 100%;
  height: 5px;
  background: #288395;
}

.main-menu-nav .menu-toggler.close::after,
.main-menu-nav .menu-toggler.close::before {
  height: 3px;
  top: 0;
  transform-origin: 0 0;
}

.main-menu-nav .menu-toggler::after {
  top: 5px;
}

.main-menu-nav .menu-toggler.close {
  border: 0;
  transition: 0.3s linear;
  left: -13px;
}

.main-menu-nav .menu-toggler.close::before {
  transform: rotate(45deg);
  left: 0;
}

.main-menu-nav .menu-toggler.close::after {
  transform: rotate(-48deg);
  left: 0;
  top: auto;
  bottom: 0;
}

.main-menu-nav .main-menu-div {
  text-align: left;
  position: fixed;
  left: -400px;
  top: 0;
  height: 100%;
  width: 280px;
  background: #0f254d;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1), 0 0 5px 3px rgba(0, 0, 0, 0.3);
  transition: 0.3s linear;
  z-index: 2;
  overflow: auto;
}

.main-menu-nav .main-menu-div.mobiel-menu,
.mobiel-menu ul li ul {
  left: 0;
}

.main-menu-nav .main-menu-div ul {
  visibility: visible;
  opacity: 1;
}

.main-menu-nav .main-menu-div ul li {
  display: block;
  height: auto;
}

.main-menu-nav .main-menu-div ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.4;
  font-size: 14px;
}

.main-menu-div > ul > li:hover,
.main-menu-div > ul > li > a.current-menu-item,
.main-menu-div > ul > li > ul {
  background: #0d0e10;
}

.main-menu-nav .main-menu-div ul li ul {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #0d0e10;
  display: none;
}

.main-menu-nav .main-menu-div > ul > li > ul.open > li,
.main-menu-nav .main-menu-div > ul > li > ul > li > ul.open li {
  height: auto;
}

.main-menu-nav .main-menu-div ul li ul li a {
  padding-left: 20px;
  font-weight: 400;
  color: #fff;
}

.main-menu-nav .main-menu-div > ul > li > ul > li > ul {
  left: auto;
  top: auto;
  background: #0d0e10;
}

.main-menu-nav .main-menu-div > ul > li > ul > li > ul > li > a {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.main-menu-nav .menu-header {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-menu-nav .menu-header::after,
.main-menu-nav .menu-header::before {
  content: "";
  display: table;
  clear: both;
}

.menu-header .home-icon {
  float: left;
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.menu-header .home-icon svg.icons {
  width: 20px;
  height: 20px;
  fill: #fff !important;
}

.menu-header .close-icon svg.icons path,
.menu-header .home-icon svg.icons path {
  fill: #fff !important;
}

.menu-header .home-icon::before {
  margin: 0;
  position: relative;
  z-index: -1;
}

.menu-header .close-icon {
  display: block;
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.main-menu-div > ul,
.menu-header .close-icon::before {
  margin: 0;
}

.menu-header .close-icon svg.icons {
  width: 15px;
  height: 15px;
  fill: #fff !important;
}

.quote-content p {

    font-size: 16px !important;

    line-height: 1.6;

    margin: 0;

    font-style: italic;

}

.main-menu-nav .down-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 39px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  z-index: 1;
}

.main-menu-nav .down-arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 19px;
  margin-top: -3px;
  margin-right: -3px;
  height: 0;
  width: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: 0.3s linear;
}

.main-menu-nav .submenu-opened.down-arrow::after {
  border-top: 0 solid transparent;
  border-bottom: 5px solid #fff;
}

.main-menu-div > ul > li > a {
  font-weight: 400;
  display: inline-block;
}

.main-menu-div > ul > ::before,
.mobiel-menu ul li ul::before {
  display: none;
}

.top-bar .lb-search .icons {
  margin-top: 10px;
}

.top-bar.darkHeader .lb-search .icons {
  margin-top: -2px;
}

.main-menu-div > ul > li {
  display: inline-block;
}

.main-menu-div ul li.has-sub {
  position: relative;
}

.main-menu-div ul li ul::before {
  content: "";
  border-bottom: 8px solid #f7c24b;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: -8px;
  left: 5px;
}

.top-bar.darkHeader {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0s;
  z-index: 999;
  padding: 10px 50px;
  font-size: 20px;
  background-color: rgb(161 74 83);
  box-shadow: 0 0 10px #000;
}

.top-bar.darkHeader .logo img {
  max-width: 100px;
}

.top-logo {
  margin-bottom: 0;
}

.toplogo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-right-buttons {
  padding-right: 100px;
}

.top-right-button-show {
  padding-right: 0;
}

.banner-text {
  position: absolute;
  top: 14%;
  text-align: left;
  background-color: transparent;
  max-width: 591px;
  right: 80px;
  width: 100%;
}
.inner-banner .banner-text {
  top: 50%;
  right: 14px;
}
.diamond-list li {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
}

.row.address-row,
.row.copyright {
  align-items: center;
}
.header-address-div {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.banner-section::before {
  position: absolute;
  content: "";
  background: url(../images/header-bg.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container {
  max-width: 1200px;
}

.main-menu-nav {
  right: 50px;
}
.top-new-menu {
  position: absolute;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 36px;
  z-index: 2;
}
.top-logo {
  margin-bottom: 0;
}

.top-right-buttons a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.btn.btn-donate {
  font-size: 24px;
  padding: 25px 36px;
}

.diamond-list li::before {
  top: 10px;
  left: -25px;
}

.banner-text .diamond-list li:first-child::before {
  display: none;
}


.top-banner-heading a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.banner-section a {
  background: #fff;
  position: absolute;
  right: 16%;
  bottom: 50px;
  padding: 14px 65px;
  border-radius: 50px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  transition: 0.2s ease-in-ut;
}
.banner-section a:hover {
  background: #3c8ea1;
  color: #fff;
}
.banner-section {
  position: relative;
}
.banner-text p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}
.banner-btn a {
    display: block;
    width: auto;
    margin-bottom: 10px;
    padding: 7px 22px;
    text-align: center;
    font-size: 14px;
    position: unset;
    
}
.banner-btn {
    position: absolute;
    right: 22%;
    bottom: 4px;

}
.banner-section img {
  vertical-align: middle;
  width: 100%;
}

.banner-text h1 {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
}
/* Inner Banner css */
.inner-banner .banner-text h1 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 14px;
  font-weight: 700;
}
.inner-banner .banner-text p {
  font-size: 24px;
  line-height: 34px;
}
.banner-section.inner-banner::before {
  background: url(../images/inner-banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1400px) {
  .banner-text {
    right: 42px;
    top: 42%;
  }
  .banner-text h1 {
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 31px;
  }
  .top-banner-heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .banner-text p {
    font-size: 20px;
    line-height: 20px;
  }
  .top-new-menu {
    padding-top: 17px;
    padding-bottom: 20px;
  }
  .main-menu-nav {
    top: 22px;
  }

}
@media only screen and (max-width: 1199px) {


  .banner-text h1 {
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
  .banner-text {
    right: 4px;
    top: 26%;
    max-width: 400px;
  }
  .inner-banner .banner-text h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  .top-banner-heading {
    padding: 10px 22px;
  }
  .banner-section a {
    bottom: 23px;
    padding: 8px 16px;
    font-size: 12px;
  }
  .banner-btn {
    right: 16%;
    bottom: 0px;
}
  .banner-btn a{
          margin-bottom: 5px;

  }
  .inner-banner .banner-text p {
    display: block;
  }
  .inner-banner .banner-text {
    top: 74%;
  }
  .top-new-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu-nav {
    right: 15px;
    width: 51px;
    height: 51px;
    top: 27px;
  }
  .main-menu-nav .menu-toggler {
    margin-left: 14px;
    margin-top: 18px;
  }
  .banner-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .inner-banner .banner-text p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 1140px) {
  .banner-section.inner-banner::before {
    display: none;
  }
  .inner-banner .banner-text {
    background: #3ca5bb;
    padding: 20px;
    border-radius: 0px;
    max-width: 100%;
    position: unset;
  }
  .inner-banner .banner-text p br {
    display: none !important;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 1000px) {
  .banner-text {
    right: -50px;
    top: 32%;
    max-width: 400px;
  }
  .banner-text h1,
  .inner-banner .banner-text h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .banner-section a {
    font-size: 12px;
    right: 13%;
  }
  .banner-text p br {
    display: none;
  }
  .banner-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .banner-section::before,
  .banner-text p br,
  .banner-text h1 br {
    display: none;
  }
  .banner-text p {
    display: block;
  }
  .header-address-div,
  .top-banner-heading a {
    font-size: 12px;
  }
.banner-btn{
    position: unset;
    width:90% !important;
}
  .banner-text {
    background: #3ca5bb;
    padding: 20px;
    border-radius: 0px;
    max-width: 100%;
    position: unset;
  }
  .banner-text h1,
  .inner-banner .banner-text h1 {
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .banner-section a {
    position: unset;
    margin-left: 15px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .banner-section {
    background: #3ca5bb;
  }
}
@media only screen and (max-width: 800px) {
  .header-address-div {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .top-right-buttons {
    display: none;
  }
  .banner-section a{
    width:93%;
    margin-left: 0px;

  }
  .banner-text h1 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 26px;
  }
  .top-banner-heading,
  .header hr {
    display: none;
  }
  .banner-text h1 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .top-new-menu {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
   .banner-btn{

        width: 99% !important;
  }
  .main-menu-nav {
    right: 15px;
    width: 30px;
    height: 30px;
    top: 13px;
  }
  .inner-banner .banner-text {
    padding: 20px 15px;
  }
  .banner-section.inner-banner img {
    height: 140px;
    object-fit: cover;
  }
  .main-menu-nav .menu-toggler::after,
  .main-menu-nav .menu-toggler::before {
    height: 3px;
  }
  .main-menu-nav .menu-toggler::before {
    top: -1px;
  }
  .main-menu-nav .menu-toggler {
    border-bottom: 3px solid #288395;
    height: 13px;
    margin-left: 6px;
    margin-top: 10px;
    width: 18px;
  }
  .top-logo img {
    width: 40%;
  }
  .banner-text {
    padding: 15px;
  }
  .banner-text h1 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .inner-banner .banner-text h1 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  .banner-text p {
    font-size: 12px;
    line-height: 20px;
  }
  .main-menu-nav .menu-toggler.close {
    left: -4px;
  }

}
@media only screen and (max-width: 405px) {
    .banner-btn a{
    width:90%;
}
}
@media only screen and (max-width: 850px) {
  .banner-section.inner-banner {
    /*margin-top: -144px;*/
  }
}

@media (min-width: 1500px) and (max-width: 1700px) {
  .banner-text p {
    font-size: 14px;
  }
  .quote-content p{

      font-size:14px !important;

  }
  .banner-text {
    max-width: 504px;
    top: 10%;

    padding-left: 20px;
  }
  .banner-text h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 41px;
  }
  .banner-text p{

      line-height:22px;

  }
  .banner-section a {
    right: 11%;
    bottom: 30px;
  }
  .banner-btn {
          right: 20%;
  }
  .header hr {
    width: 94%;
  }
  .inner-banner .banner-text p br {
    display: block;
  }
  .inner-banner .banner-text h1 {
    font-size: 29px;
    line-height: 32px;
    margin-bottom: 9px;
  }
  .inner-banner .banner-text {
    /*  top: 63%;*/
  }
  .inner-banner .banner-text p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .banner-text h1 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  .inner-banner .banner-text h1 br,
  .inner-banner .banner-text p br {
    display: block;
  }
  .inner-banner .banner-text h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .banner-text p {
    font-size: 14px;
    line-height: 20px;
  }
   .quote-content p{

      font-size:12px !Important;

  }
  .header hr {
    width: 93%;
  }
  .inner-banner .banner-text p {
    font-size: 20px;
    line-height: 27px;
  }

  .banner-text {
    max-width: 458px;
    right: 22px;
    top: 6%;
  }
.banner-btn{
    right: 13%;
    bottom: 2px;
}
  .banner-section a {
    padding: 8px 40px;
    right: 14%;
    bottom: 22px;
    font-size: 14px;
  margin-bottom: 5px;
  }

}

@media (min-width: 1200px) and (max-width: 1300px) {
  .inner-banner .banner-text h1 br {
    display: block;
  }
  .inner-banner .banner-text h1 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  .inner-banner .banner-text p {
    font-size: 16px;
    line-height: 22px;
  }
  .inner-banner .banner-text {
  
    right: 53px;
  }
  .inner-banner .banner-text p br {
    display: block;
  }
  .banner-text h1 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  .banner-text {
    max-width: 353px;
    top: 6%;
    right: 76px;
  }
  .banner-text p br {
    display: none;
  }
  .banner-text p {

    font-size: 12px;

    line-height: 15px;

  }

  .quote-content p{

      font-size:12px !important;

  }
  .banner-btn{
      right: 16%;
    bottom: 1px;
  }
  .banner-section a {
    padding: 6px 25px;
    right: 16%;
    font-size: 12px;
    bottom: 19px;
  }
  .header hr {
    width: 92%;
  }
}

@media only screen and (max-width:1201px){

    .banner-text{

                background: #3ca5bb;

        padding: 20px;

        border-radius: 0px;

        max-width: 100%;

        position: unset;

    }

    .quote-content p{

        font-size:16px !important;

    }

    .quote-container{

        max-width:100% !important;

        margin:10px 0px;

    }

     .banner-btn {

        position: unset;

        padding-bottom: 20px;

        margin-left: 20px;

        width: 20%;

    }

        .banner-section {

        background: #3ca5bb;

    }

    .banner-section::before,

    .banner-text p br,

    .banner-text h1 br{

        display:none;

    }

}

@media only screen and (max-width: 600px) {
  .top-bar.darkHeader {
    padding: 10px 20px 5px;
  }
  .inner-banner .banner-text p {
    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 500;
  }
}

p.c-success-msg.green {
    color: green;
    font-weight: bold;
    padding: 15px;
    background: green;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
}