body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

@media (max-width:767px) {
  .offcanvas-header {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    max-width: 280px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #132541;
    transition: visibility .5s ease-in-out, transform .5s ease-in-out;
    z-index: 9999;
    box-shadow: 0 0 15px rgb(0 0 0 / 26%);
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(100%);
  }

  .header-menu {
    margin-top: 30px;
  }

  .sidebar-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: #f0c92f;
    color: #000;
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0 !important;
  }

  .signin-btn-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  color: #140b0e;
  font-weight: 700;
}

img {
  max-width: 100%;
}

.container-xl {
  max-width: 1300px;
}

.header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 15px 0;
  background: transparent;
}

.logo img {
  max-height: 75px;
}


.footer {
  margin-top: auto;
  text-align: center;
  font-size: 12px;
  background-color: rgb(57, 57, 57);
  color: #c1c1c1;
  padding-top: 14px;
}

.footer-top {
  padding-top: 150px;
  text-align: center;
}

.footer hr {
  border-top: 5px solid #393939;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
  opacity: .7;
  margin-bottom: 25px;
}

.footer-top {
  background: #274372;
  padding-bottom: 50px;
}

.footer-bottom {
  padding: 25px;
}

.footer-bottom p {
  font-size: 11px;
}

.footer a {
  color: #c1c1c1;
}

.footer p {
  margin-bottom: 0;
}

.form-section {
  background-color: #f6f7fa;
  padding-top: 80px;
  padding-bottom: 80px;
  flex: 1 1 auto;
}

.home-section {
    background-size: cover;
    / background-image: linear-gradient(to bottom, #2a4675 0%, #0e77ff 50%); /
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: calc(100vh - 0px);
    background-image: url(../img/hero-bg.jpg);
}
.footer-home {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}
@media(max-width:767px){
    .footer-home { 
    display: block;
}
}


.home-section * {
  text-align: left;
}

.home-section .container {
  position: relative;
  z-index: 2;
}

.home-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, #00183f 10%, #042e74d1 50%);
/*  background-image: linear-gradient(to bottom, #26a7e2 10%, #26a7e2 50%);*/
}

.home-section2 {
  background-size: cover;
  /* background-image: linear-gradient(to bottom, #2a4675 0%, #0e77ff 50%); */
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  min-height: calc(100vh - 50px);
  background-image: url(../img/hero-bg.jpg);
}

.home-section2 * {
  text-align: left;
}

.home-section2 .container {
  position: relative;
  z-index: 2;
}

.home-section2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
/*  background-image: linear-gradient(to bottom, #00183f 10%, #042e74d1 50%);*/
  background-image: linear-gradient(to bottom, #26a7e2 10%, #26a7e2 50%);
}

.section-heading {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 10px;
}

.popular-section {
  background-color: #f6f7fa;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.course-box {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e4e4e4;
  border-radius: 9px;
  display: block;
  text-decoration: none;
}

.course-box:hover {
  text-decoration: none;
}

.course-box .thumb img {
  width: 100%;
}

.course-box .details {
  padding: 20px;
}

.listing-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.listing-box {
  margin-top: 40px;
  position: relative;
  padding: 25px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 7px 7px;
  border-bottom: 2px solid #140b0e;
  box-shadow: rgba(33, 33, 33, 0.055) 0 4px 24px 5px;
  display: flex;
}

.school-logo {
  max-width: 300px;
  flex: 0 0 300px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.school-logo a {
  display: block;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #ebebeb;
  border-radius: 7px; */
}

.school-logo a img {
  max-width: 90%;
  width: 100%;
}

.school-logo .star-rating {
  text-align: center;
  font-size: 22px;
}

.school-details {
  flex: 1 1 auto;
  padding-left: 25px;
}

.school-details h3>a,
.school-details h3 {
  color: #3a85e0;
}

.school-details h3>a:hover {
  text-decoration: none;
  color: #140b0e;
}

.infomation {
  margin-top: -65px;
}

.infomation-box {
  padding: 20px;
}

.infomation h3 {
  margin-bottom: 10px;
}

.infomation * {
  color: #274372;
}

.icon-heading {
  font-size: 62px;
  display: block;
  font-weight: normal;
}

.infomation .row {
  background: #fff;
  position: relative;
  box-shadow: 0 0 30px rgb(0 0 0 / 9%);
  padding: 60px 0;
}

.text-blue {
  color: #3a85e0;
  font-weight: bold;
}

.checklist {
  max-width: 500px;
}

.checklist p {
  position: relative;
  padding-left: 35px;
}

.checklist .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 22px;
  color: #3a85e0;
}

.checklist.for-mobile {
  margin-top: 20px;
}

.star-rating {
  color: #f4c150;
  display: inline-block;
}

.rating-text {
  color: #999999;
}

.btn {
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3a85e0;
  border-color: #3a85e0;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

/* disabled */
.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 0.65;
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}

/* slick */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none !important;
}

.slick-slider {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.slick-list.draggable {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.questionnaires {
  min-height: 177px;
}

.home-section select option {
  color: #777;
}


.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.header-menu li {
  margin: 0 15px;
}

.header-menu li a:hover {
  background-size: 100% 100%;
}

.header-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px 5px;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: linear-gradient(transparent calc(100% - 2px), #f0c92f 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-menu li a:hover {
  color: #f0c92f;
}

.header-menu .dropdown-menu {
  border: 0;
  width: 200px;
  background: #000;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  right: -30px;
  left: inherit;
  top: 78px;
  border-radius: 0;
  border-top: 0px solid #2197f3;
}

.header-menu .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #fff;
}

.header-menu .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.search-btn {
  color: #fff !important;
  margin-left: 20px;
  text-decoration: none;
}

.navbar-toggler {
  outline: 0 !important;
  border: 0;
  font-size: 35px;
  padding: 0;
  margin-top: 0;
  color: #fff;
}


.default-btn {
  border: 0;
  background-color: rgb(255, 209, 90);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 35px;
  text-transform: capitalize;
  color: #070707;
  display: inline-block;
  transition: all .4s ease 0s;
  background-repeat: repeat-x;
  text-align: center;
  text-decoration: none;
}

.default-btn:hover {
  transition: .4s;
  text-decoration: none;
  background: #e1bc28;
}

.hero-content p {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  max-width: 650px;
}

.hero-content h1 {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-img {
  position: relative;
  width: 350px;
  margin-left: auto;

}

.hero-img img {
  width: 100%;
  animation: slide-top-animation 2s ease-in-out infinite alternate-reverse both;
}


.ripple {
  position: relative;
  overflow: hidden;
}

.ripple:focus,
.ripple:active {
  outline: 0;
  box-shadow: none;
}

.ripple .ripple-span {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.163);
  position: absolute;
  transform: scale(0);
  animation: ripple 0.7s linear;
  width: 20px;
  height: 20px;
}

@keyframes ripple {
  from {
    transform: scale(1);
    opacity: 0.4;
  }

  to {
    transform: scale(30);
    opacity: 0;
  }
}

@keyframes slide-top-animation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.hero-content {
  max-width: 767px;
}

.inner-header {
  text-align: center;
  background: #011b45;
/*  background: #26a7e2;*/
  position: relative;
}

.inner-header .logo img {
  max-height: 50px;
}

.page-progress.progress {
  height: 7px;
  width: 100%;
  background-color: rgb(221, 221, 221);
  position: relative;
  max-width: 100% !important;
  border-radius: 0px;
}

.page-progress.progress .page-progress-bar {
  background-color: #c59f06;
}

.box {
  max-width: 750px;
  margin: auto;
  padding: 45px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}


.step-btn {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  font-size: 18px;
  width: 100%;
  cursor: pointer;
  color: rgb(255 255 255) !important;
  font-weight: bold !important;
  background-color: rgb(219 0 1) !important;
  padding: 12px 40px;
  border: 0;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
}

.step-btn:hover {
  box-shadow: rgba(255, 255, 255, 0.22) 0px 2px 2px 0px inset, rgba(255, 255, 255, 0.12) 0px 233px 233px 0px inset;
  background-color: rgb(219 0 1) !important;
}

.question {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.question-sub {
  margin-bottom: 40px;
  color: #404040;
  text-align: center;
  margin-top: 10px;
}

.range-flex {
  margin-bottom: 30px;
  color: #0d76cd;
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: 700;
}


.radio-box {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 350px; */
  margin: auto;
  flex-wrap: wrap;
  width: 100%;
}

.radio-img>.image img {
  width: 40px;
  height: 40px;
  margin: auto;
  background-position: center center;
}

.img-label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}

.image-flex {
  text-align: center;
}

.radio-img {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0px 10px;
  margin-bottom: 50px !important;
}

.image {
  background-position: center center;
  /* background-color: gray; */
  display: inline-block;
}

.image:hover {
  transform: translate(0px, -5%);
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px 0px;
  border: 1px solid rgb(95, 183, 87) !important;
}

.img_size_small .image {
  width: 70% !important;
}

.img_size_small .image+p::after,
.img_size_small .image+p::before {
  left: 65px !important;
}

.radio-img>input {

  /* display: none; */
  opacity: 0;
  position: absolute;
}

.radio-img>.image {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  transition: transform 300ms ease-in-out 0s;
}

.c-label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.radio-img>input:checked+.image {
  border: 4px solid #59d498 !important;
}

.radio-img>input:checked+.image+p {
  font-weight: 800;
  color: #121212;
}

.radio-img>input:checked+.image+p::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 0px solid #999;
  border-radius: 100%;
  background: transparent;
  display: inline-block;
}

.radio-img>input:checked+.image+p::after {
  content: "\f00c";
  width: 25px;
  height: 25px;
  background: #121212;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 1) !important;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 2px;
}

.btn_radio {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 15px;
  text-align: left;
  margin: 0px auto 10px;
  border-radius: 5px;
  border: 1px solid rgb(196, 196, 196);
  background-color: rgb(255, 255, 255);
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.13px;
  width: 100%;
  height: 55px;
  transition: transform 300ms ease-in-out 0s;
  cursor: pointer;
}

.btn_radio svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: rgb(196, 196, 196);
  margin-right: 10px;
}

.btn_radio:hover {
  transform: translate(0px, -5%);
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px 0px;
  border-color: rgb(95, 183, 87);
}

.width-small {
  max-width: 380px;
  margin: auto;
}

.roof-shade .radio-img>.image img {
  width: 60px;
  height: 60px;
  margin: auto;
  background-position: center center;
}

.roof-shade .radio-img {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0px 10px;
  margin-bottom: 50px !important;
}

.inner-hero-section {
  min-height: calc(100vh - 137px);
}


.thankyou-section {
  padding: 70px 0;

}

.thank-title {
  text-align: center;
}

.thank-subtitle {
  text-align: center;
}

.card-box {
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.thank-card {
  text-align: center;
  padding: 15px;
}

.thank-card img {
  max-width: 50px;
  margin-bottom: 15px;
}

.thank-card h2 {
  font-size: 16px;
}

.thank-card p {
  font-size: 14px;
}

.card-box hr {
  margin-top: 0;
  border-top: 1px solid rgb(220 220 220);
}

.card-box-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}



.single-item {
  padding: 25px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  align-items: center;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  flex-wrap: wrap;
  border-radius: 4px;
}

.single-item:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0 10px 20px 0 rgb(16 43 147 / 10%);
  box-shadow: 0 10px 20px 0 rgb(16 43 147 / 10%);
}

.item-left {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}

.item-right {
  width: 200px;
  text-align: right;
}

.item-right .form-btn {
  font-size: 16px;
  max-width: 100%;
  min-width: auto;
  width: 100%;
  margin-bottom: 15px;
}

.item-right .no-btn {
  text-align: center;
  display: block;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
}

.item-img a {
  display: flex;
  width: 150px;
  margin-right: 25px;
}

.item-img img {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-details p {
  margin: 0;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.item-details p a {
  margin-top: 15px;
  color: #000;
  font-weight: 500;
}

.item-details .custom-list li {
  padding-left: 35px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}

@media (max-width:767px) {
/*  .header-btn {
    display: none;
  }*/

  .hero-content h1 {
    font-size: 35px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .header {
    padding: 10px 0;
  }

  .logo img {
    max-height: 55px;
  }

  .header-menu li a {
    padding: 10px 0px;
  }

  .hero-img {
    display: none;
  }

  .home-section * {
    text-align: center;
  }

  .box {
    padding: 25px;
  }

  .question {
    font-size: 18px;
  }

  .range-value input {
    font-size: 28px !important;
  }

  .radio-img {
    width: 100% !important;
    height: auto !important;
    margin: 0px 10px !important;
  }

  .image-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
  }

  .img-label {
    margin: 0;
  }

  .radio-img>.image img {
    width: 20px;
    height: 20px;
    margin: inherit;
    margin-right: 15px;
  }

  .btn_radio *,
  select.form-control *,
  .form-control {
    text-align: left !important;
  }

  .inner-hero-section {
    padding: 30px 0;
  }

  .roof-shade .radio-img>.image img {
    width: 50px;
    height: 50px;
    margin: inherit;
    margin-right: 15px;
  }

  .roof-shade .image-flex {
    padding: 5px;
  }

  .roof-shade .radio-img {
    margin-bottom: 0px !important;
  }

  .question-sub {
    font-size: 12px;
  }

  .thankyou-section {
    padding: 30px 0;
  }

  .thank-title {
    font-size: 22px;
  }

  .thank-subtitle {
    font-size: 14px;
  }

  .card-right {
    margin-top: 20px;
  }
  .single-item {
    padding: 15px 15px;
  }
  .item-left {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .item-img a {
    margin: auto;
    margin-bottom: 15px;
  }

  .item-details h4 {
    font-size: 16px;
  }

  .item-right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .item-right a{
    width: 100%; 
  }.thank-card img {
    max-width: 38px;
    margin-bottom: 15px;
}.thank-card h2 {
  font-size: 14px;
}
}
.hero-inner {
  padding: 50px 0;
  background: #006ab5;
}

.hero-inner h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
}

.inner-section {
  padding: 70px 0;
}

.privacy-content p {
  font-size: 14px;
}

.privacy-content h2 {
  font-size: 18px;
  font-weight: 800;
  margin-top: 30px;
  line-height: 1.7;

}
.unsubscribe-card {
  padding: 45px;
}

.unsubscribe-card p {
  font-size: 14px;
}
@media (max-width:767px) {
  .unsubscribe-card {
    padding: 30px;
}
  .hero-inner h2 {
    font-size: 25px;
  }

  .inner-section {
    padding: 30px 0;
  }

/*  .header-btn {
    display: none;
  }*/

  .hero-content h1 {
    font-size: 35px;
  }

  .hero-content p {
    font-size: 14px;
  }
}

.contact-title h3 {
  font-size: 30px;
  font-weight: 700;
}

.contact-title p {
  font-size: 14px;
  margin-bottom: 35px;
}
 
@media (max-width:767px) {
  .contact-title h3 {
    font-size: 22px;
  } 
}

.float-label input.valid+label {
  top: -8px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  width: auto;
}
.float-label input.valid+span+label {
  top: -8px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  width: auto;
}

