html, body {
  height: 100%;
}

body {
  color: #454545;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.p7 {
  padding: 65px 0;
}

.pb-7 {
  padding-bottom: 65px;
}

.mb-3 {
  margin-bottom: 30px;
}

img {
  max-width: 100%;
}

.d-flex {
  display: flex;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

header .navbar {
  background-color: #fff;
  border-radius: 0;
  background-image: none;
  border: none;
  margin-bottom: 0;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
}

header .navbar .navbar-nav {
  padding-top: 35px;
  padding-bottom: 35px;
}

header .navbar-brand {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .navbar .navbar-nav > li > a {
  color: #383737;
  font-size: 17px;
  text-shadow: none;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
}

header .navbar .navbar-nav > li > a:hover {
  color: #f46043;
}

header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .open > a {
  background: none;
  box-shadow: none;
  color: #f46043;
}

header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {
  color: #f46043;
  background: none;
}

header .navbar .navbar-nav > li > a.login-btn {
  background: transparent;
  font-size: 17px;
  font-weight: 700;
  color: #f46043;
  border-radius: 6px;
  padding: 10px 12px;
  border: 1px solid #f46043;
  margin-left: 10px;
}

header .navbar .navbar-nav > li > a.login-btn:hover {
  background: #f46043;
  color: #fff;
}

header .navbar .navbar-nav > li > a.login-btn i {
  margin-right: 10px;
}

.hero {
  background: url(../../assets/img/header-img.jpg) no-repeat top center;
  background-size: cover;
  min-height: 750px;
}

.header-text {
  padding-top: 170px;
  text-align: center;
}

.header-text .title {
  font-size: 58px;
  font-weight: 800;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  margin-bottom: 24px;
}

.header-text .sub-title {
  font-family: "Katibeh", serif;
  font-size: 57px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.orange-btn {
  background: linear-gradient(120deg, #f4bb48 30%, #f46043 70%);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  border-radius: 6px;
}

.orange-btn.large {
  font-size: 24px;
  padding: 20px 30px;
  border-radius: 50px;
}

.orange-btn:hover {
  background: linear-gradient(-120deg, #f4bb48 30%, #f46043 70%);
  color: #fff;
}

.header-text .orange-btn {
  text-transform: uppercase;
}

.main-title {
  text-align: center;
  margin-bottom: 30px;
}

.main-title .sub-title {
  color: #595959;
  font-size: 44px;
  font-family: "Katibeh", serif;
  font-weight: 400;
}

.main-title .title {
  color: #404041;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-title .title span {
  color: #f46043;
}

.reasons-box {
  background: url(../../assets/img/box-bg.png) no-repeat top right, #0f3c85;
  padding: 30px;
  border-radius: 6px;
  min-height: 390px;
}

.reasons-box.yellow {
  background: url(../../assets/img/box-bg.png) no-repeat top right, #e4b34f;
}

.reasons-box.orange {
  background: url(../../assets/img/box-bg.png) no-repeat top right, #e66249;
}

.reasons-box .title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}

.reasons-box p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

.reasons-box img {
  margin-bottom: 20px;
}

.gray-bg {
  background-color: #f6f6f6;
}

.content-title {
  border-left: 5px solid #f4bb48;
  padding: 5px 10px;
  margin-top: 20px;
}

.content-title .title {
  font-size: 30px;
  color: #404041;
  margin: 0;
}

.service-list {
  margin: 0;
}

.service-list li {
  font-size: 17px;
  color: #595959;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 0;
  display: flex;
  align-items: center;
}

.service-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-list li img {
  margin-right: 8px;
}

.video-bg {
  background: url(../../assets/img/video-bg.png) no-repeat center, #012258;
  background-size: cover;
}

.video-box {
  border: 2px solid rgba(255,255,255,0.6);
  padding: 15px;
  border-radius: 10px;
}

.about-img-right {
  text-align: right;
}

.about-title {
  font-size: 32px;
  color: #0f4185;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 24px;
}

.about-title:after {
  position: absolute;
  content: '';
  background-color: #f4bb48;
  width: 50px;
  height: 3px;
  border-radius: 10px;
  left: 0;
  bottom: 0;
}

.about-text {
  font-size: 22px;
  line-height: 32px;
  color: #141414;
  font-weight: 300;
  margin: 0;
}

.about-part .row {
  display: flex;
  align-items: center;
}

.about-part hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #d3d3dc;
}

.video-bg2 {
  background: url(../../assets/img/video-bg2.jpg) no-repeat center;
  background-size: cover;
}

.video-bg2 .main-title .title {
  color: #fff;
}

.video-bg2 .main-title .sub-title {
  color: #f4bb48;
}

.plan-wrap {
  text-align: center;
}

.plan-wrap img {
  margin-bottom: -60px;
}

.plan-box {
  background: url(../../assets/img/box-bg2.png) no-repeat top right, #0f3c85;
  padding: 60px 30px 30px 30px;
  border-radius: 6px;
  min-height: 370px;
  margin-bottom: 30px;
}

.plan-box.orange {
  background: url(../../assets/img/box-bg2.png) no-repeat top right, #e66249;
}

.plan-box .price {
  background-color: #f4bb48;
  border-radius: 50px;
  padding: 1px 30px;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  margin: 30px 0;
  display: inline-block;
}

.plan-box p {
  font-size: 24px;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}

.plan-text {
  font-size: 24px;
  line-height: 34px;
  color: #141414;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.plan-text span {
  color: #e66249;
}

.plan-table {
  border: 1px solid #e8e8e8;
  padding: 11px;
  border-radius: 6px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-table img {
  margin-right: 30px;
}

.plan-table span {
  font-size: 22px;
  font-weight: 700;
  color: #464646;
}

.plan-table .first {
  background-color: #0f3c85;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  margin-right: 20px;
  min-width: 120px;
  text-align: center;
}

.plan-table .first.third {
  margin-right: 0px;
  margin-left: 20px;
  min-width: 90px;
}

.plan-table.orange .first {
  background-color: #e66249;
}

.plan-info {
  background-color: #fbfbf5;
  border: 1px solid #e9e9cc;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}

.plan-info img {
  margin-bottom: 30px;
}

.plan-info p {
  font-size: 21px;
  font-weight: 400;
  color: #141414;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

.plan-info p span {
  font-weight: 700;
  color: #e66249;
}

.payment-wrap {
  display: flex;
}

.payment-box {
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 10px;
  border: 1px solid #e3e3e3;
  margin-right: 10px;
}

.ads {
  text-align: center;
}

.ads img {
  margin: 3px;
}

.text-ads {
  margin-top: 30px;
  text-align: center;
}

.text-ads .top {
  background-color: #0f3c85;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 8px 10px;
}

.text-ads.orange .top {
  background-color: #e66249;
}

.text-ads .top a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.text-ads .bottom {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.05);
}

.text-ads .bottom p {
  font-size: 15px;
  color: #494949;
  margin: 0;
}

.footer {
  background: url(../../assets/img/ftr-bg.png) no-repeat center, #001d4c;
  background-size: cover;
}

.ftr-pad {
  padding: 40px 0;
}

.ftr-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftr-link {
  margin-bottom: 0px;
}

.ftr-link li {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  padding: 0;
}

.ftr-link a {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  padding: 10px;
}

.ftr-link a:hover {
  color: #f4bb48;
  text-decoration: none;
}

.copy-right {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}

.cm {
  position: absolute;
  right: 0;
  top: -8px;
}

.copy-right p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  margin: 0;
}

.copy-right p a {
  color: #55b0ff;
}

label {
  font-size: 15px;
  color: #48484e;
  font-weight: 400;
}

label span {
  color: red;
}

.form-control {
  height: 40px;
  padding: 6px 12px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-box .bottom {
  display: flex;
  align-items: center;
}

.form-box .bottom p {
  margin: 0;
  font-size: 15px;
  color: #48484e;
}

.form-box .bottom p a {
  font-weight: 700;
  color: #0174d5;
}

.form-box .orange-btn {
  font-size: 16px;
}

.btn-right {
  text-align: right;
}

.form-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.06);
}

.register-text {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #404041;
  margin-bottom: 24px;
}

.login-box {
  background: url(../../assets/img//box-bg2.png) no-repeat top right, #001d4c;
  padding: 60px 30px 30px 30px;
  border-radius: 6px;
  margin-top: 100px;
}

.login-box img {
  margin: -130px auto 0 auto;
  display: table;
}

.login-box label {
  font-size: 16px;
  color: #fff;
}

.login-box .form-control {
  height: 50px;
  font-size: 16px;
  border: 1px solid rgba(255,255,255,0.5);
  background-color: transparent;
  color: #fff;
}

.login-box .orange-btn {
  font-size: 16px;
  margin: 0 auto;
  display: table;
}

.login-box a {
  color: #fab216;
}

.login-box hr {
  border-top: 1px solid rgba(255,255,255,0.5);
}

footer {
  margin-top: auto;
}

.left-menu .navbar {
  border-radius: 0px;
  border: none;
  background: transparent;
}

.left-menu .navbar-header {
  background-color: #141719;
  display: none;
}

.left-menu .navbar > .container .navbar-brand, .left-menu .navbar > .container-fluid .navbar-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  text-shadow: none;
}

.left-menu .navbar-nav > li > a {
  background-color: #0f3c85;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-shadow: none;
  margin-bottom: 1px;
  font-weight: 700;
}

.left-menu .navbar-nav > li > a i {
  margin-right: 15px;
}

.left-menu .navbar-inverse .navbar-nav > li > a:focus, .left-menu .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #f46043;
}

.left-menu .navbar-inverse .navbar-nav > .active > a, .left-menu .navbar-inverse .navbar-nav > .active > a:focus, .left-menu .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #f46043;
}

.left-menu .navbar-inverse .navbar-nav > .active > a, .left-menu .navbar-inverse .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
  background-color: #f46043;
}

.left-menu .navbar-inverse .navbar-toggle {
  background-color: #f56442;
  border-color: #f56442;
  margin-top: 8px;
}

.inner-main .main-title .title {
  font-size: 30px;
  text-transform: capitalize;
}

.inner-main .video-box {
  border: 1px solid #e2ebef;
  padding: 20px;
  border-radius: 0px;
  background-color: #f3f7f9;
  margin-bottom: 30px;
}

.large-para {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 20px;
  text-align: center;
}

.sponsor-title {
  font-size: 24px;
  font-weight: 700;
  color: #f46043;
  margin-bottom: 20px;
  text-align: center;
}

.sponsor-box {
  background-color: #fff;
  padding: 15px 10px;
  border-left: 1px solid #f46043;
  box-shadow: 0px 0px 40px rgba(43,50,96,0.06);
  margin-bottom: 20px;
}

.sponsor-box span {
  font-size: 16px;
  font-weight: 500;
  color: #515151;
}

.light-yellow-box {
  background-color: #fffefc;
  padding: 20px;
  border: 1px solid #ede0c7;
  margin-bottom: 20px;
  margin-bottom: 10px;
}

.light-yellow-box .title {
  font-size: 20px;
  font-weight: 700;
  color: #141414;
  line-height: 28px;
}

.light-yellow-box .title span {
  color: #f46043;
}

.light-yellow-box .text {
  font-size: 17px;
  color: #141414;
  line-height: 24px;
  margin: 0;
}

.bottom-text {
  font-size: 24px;
  color: #0f3c85;
  text-align: center;
  font-weight: 700;
}

.bottom-text span {
  color: #f46043;
}

@media (min-width: 768px) {
  .left-menu .navbar > .container .navbar-brand, .left-menu .navbar > .container-fluid .navbar-brand {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .left-menu .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    background-color: #1c163b;
  }
}

@media (min-width: 768px) {
  .left-menu .navbar-nav > li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .left-menu .navbar-collapse, .left-menu .container-fluid {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .header-text .title {
    font-size: 44px;
    margin-bottom: 22px;
  }
}

@media (max-width: 1199px) {
  .header-text .sub-title {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  .header-text {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .hero {
    min-height: 450px;
  }
}

@media (max-width: 1199px) {
  .reasons-box {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .main-title .title {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .main-title .sub-title {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .p7 {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .main-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .service-list li {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .plan-box {
    padding: 50px 20px 20px 20px;
    min-height: 320px;
  }
}

@media (max-width: 1199px) {
  .plan-box p {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .plan-box .price {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .plan-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  .plan-table span {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .plan-table .first {
    margin-right: 15px;
    min-width: 95px;
  }
}

@media (max-width: 1199px) {
  .plan-table .first.third {
    margin-left: 15px;
    min-width: 70px;
  }
}

@media (max-width: 1199px) {
  .plan-table img {
    height: 24px;
    width: 24px;
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .plan-info {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .plan-info p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}

@media (max-width: 1199px) {
  .payment-box {
    margin: 5px;
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .payment-wrap {
    display: inline-block;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .text-ads .bottom {
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .ftr-link a {
    font-size: 14px;
    padding: 7px;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    width: 40%;
  }
}

@media (max-width: 991px) {
  header .navbar .navbar-nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .left-menu .navbar-nav > li > a {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .left-menu .navbar-nav > li > a i {
    margin-right: 8px;
  }
}

@media (max-width: 991px) {
  .inner-main .main-title .title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .large-para {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .sponsor-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .light-yellow-box .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .bottom-text {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .header-text .title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .header-text .sub-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .orange-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: 375px;
  }
}

@media (max-width: 991px) {
  .main-title .title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .main-title .sub-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .reasons-box {
    min-height: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .content-title .title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .about-title {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .about-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .orange-btn.large {
    font-size: 20px;
    padding: 15px 25px;
  }
}

@media (max-width: 991px) {
  .plan-box {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .plan-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .ftr-part {
    display: block;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .copy-right p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    width: auto;
  }
}

@media (max-width: 767px) {
  header .navbar-brand {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 23px;
    background-color: #1c3885;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  header .navbar .navbar-nav {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  header .navbar .navbar-nav > li > a {
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  .header-text .sub-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .main-title .title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .main-title .sub-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .reasons-box .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .service-list li {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .service-list li:last-child {
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 0;
  }
}

@media (max-width: 767px) {
  .video-box {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 8px;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .about-text {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .about-part .row {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-img-right {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .about-img-left {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about-part hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .plan-box p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .plan-box .price {
    font-size: 50px;
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .plan-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .plan-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .plan-table img {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 767px) {
  .plan-table span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .plan-table .first {
    margin-right: 6px;
    min-width: 85px;
  }
}

@media (max-width: 767px) {
  .plan-table .first.third {
    margin-left: 6px;
    min-width: 60px;
  }
}

@media (max-width: 767px) {
  .plan-table {
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .plan-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .form-box .bottom {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .btn-right {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .register-text {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .form-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .left-menu .navbar-header {
    display: block;
  }
}

@media (max-width: 767px) {
  .inner-main .main-title .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .large-para {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .sponsor-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .light-yellow-box .title {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .bottom-text {
    font-size: 18px;
  }
}

