html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  direction: rtl;
}

body,
input,
textarea {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.body-prod-area {
  margin-top: 60px;
}

.header-area {
  height: 500px;
  background-image: url(../images/know_slider.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slider-header-h1 {
  position: absolute;
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  right: 80px;
  top: 57px;
  direction: rtl;
  text-align: right;
}

.header-h1 {

  padding-top: 160px;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  color: #fff;

}

.prod-header-h1 {
  padding-top: 80px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #1C479E;
}


.sub-header-area .header-h1 {

  padding-top: 100px;
}

.travel-bot {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 154px;
  margin: auto;
  background-color: #95C11F;
  height: 38px;
  border-radius: 5px;
  line-height: 38px;
}

.search-btn {
  width: 180px;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  background: rgb(147, 187, 62);
  border-radius: 5px;
  color: #fff;
}

.search-area {
  width: 700px;
  margin: auto;
  margin-top: 100px;
  height: 43px;
}

.search-gap {
  width: 20px
}

input.search-input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.icon-area {
  width: 525px;
  margin: auto;
  margin-top: 100px;
  height: 136px;
  padding-top: 50px;
}

.icon-area-low {
  width: 775px;
}

.icon-txt {
  font-family: Rubik;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 70px;
}

.icon-td {
  width: 152px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;

}

.icon-td:hover .icon-icon {
  transform: scale(1.2);
}

.cat_name {
  font-size: 25px;
  font-weight: bold;
}

.cat_desc {
  font-size: 20px;
  margin: 10px 0 30px;
}

.ques-block-outer {
  max-height: 500px;
  overflow: auto;
  width: 1092px;
  margin: auto;
  box-sizing: border-box;
  direction: ltr;
}

.pdf-block-outer {
  width: 1290px;
  margin: auto;
}

.icon-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  position: absolute;
  background-image: url(../images/zen1.png);
  background-size: 90px;
  background-position: center;
  background-repeat: no-repeat;
  transition: .1s all;
}

.icon-icon.icon2 {
  background-image: url(../images/zen2.png);
}

.icon-icon.icon3 {
  background-image: url(../images/zen3.png);
}

.icon-icon.icon4 {
  background-image: url(../images/zen4.png);
}

.icon-icon.icon5 {
  background-image: url(../images/zen5.png);
}

.icon-icon.icon6 {
  background-image: url(../images/zen6.png);
}

.icon-icon.icon7 {
  background-image: url(../images/zen7.png);
}

.icon-gap {
  flex-grow: 1;
}

.quest-area {
  padding-bottom: 40px;
  background-image: url(../images/review-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qs-head {
  padding-top: 60px;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  color: #2c4c96;
}

.ques-block {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  direction: rtl;
}

.quest-line {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 17px 30px;
  box-sizing: border-box;
}

.faq-area {
  background-color: #f5f8fd;
  padding-bottom: 100px;
}

.cat-area {
  justify-content: center;
  margin: 65px auto 52px;
}

.cat_n_h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.cat_n_h2 {}

.cat-td.cats {
  border-radius: 5px;
  padding: 9px 20px;
  margin: 0 0 0 10px;
  cursor: pointer;
  background-color: #ddd;
  font-size: 14px;
  font-weight: 400;
}

.fade {
  display: none;
}

.cat-td.tags.selMes,
.cat-td.tags1.selMes,
.cat-td.meta.selMes {
  background-color: #95C11F;
}

.faq-h1 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #2C4C96;
  padding-top: 60px;
  margin-top: 60px;
}


.faq-h2 {
  font-weight: 600;
  font-size: 39px;
  text-align: center;
  margin-top: 6px;
  color: #2C4C96;
}

.faq-h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.faq-head-area {
  background: #F5F8FD;
  margin-bottom: 100px;
}

.quest-txt {
  flex-grow: 1;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  line-height: 30px;
}

.quest-desc {
  display: none;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  line-height: 26px;
  margin-top: 19px;
}

.quest-btn-in {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #2c4c96;
  border-radius: 50%;
  cursor: pointer;
  min-width: 30px;
  transition: .2s all;
}

.quest-btn-in:after {
  left: 10px;
  top: 8px;
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.quest-btn-in[data-id="1"] {
  transform: rotate(180deg);
}

div#blogArea {
  background-color: #1C479E;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 50px;
}

.connect-area,
.blog-area {
  width: 1290px;
  margin: auto;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-cat {
  background-color: rgba(255, 255, 255, 0.8);
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px 5px;
  color: #092030;
}

.blog-cats {
  flex-wrap: wrap-reverse;
  flex-direction: row;
  padding-top: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.connect-h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 50px;
  line-height: 59.25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.connect-out {
  position: relative;
  width: 1290px;
  margin: 30px auto 0;
}

.connect-flex {
  flex-wrap: wrap;
  justify-content: center;
}

.connect-td {
  width: 410px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.connect-td.middle {
  margin: 0 30px;
}

.connect-gap {
  width: 30px;
}

.connect-img {
  height: 250px;
  background-image: url(../images/connect-bg.jpg);
  background-size: 125px;
  background-position: center;
  background-repeat: no-repeat;
}

.connect-txt-h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.connect-txt-h2 {
  margin: 10px 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  height: 60px;
  overflow: auto;
}

.connect-txt-flex {
  margin: 20px 45px;
  justify-content: center;
}

.connect-txt-btn {
  width: 150px;
  height: 43px;
  border-radius: 5px;
  background: #93bb3e;
  text-align: center;
  color: #fff;
  line-height: 43px;
  box-sizing: border-box;
}

.connect-txt-btn.disabled {
  color: #2c4c96;
  background: none;
  border: 2px solid #2c4c96;
}

.connect-bot {
  margin: 40px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.44px;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}

.connect-area .nextprebtn {
  top: 173px !important;
}



.travel-td-arrow {
  width: 16px;
  height: 8px;
  background-image: url(../images/blue-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6px 0;
}

#blogArea .connect-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px;
}

#blogArea .connect-txt-h1 {
  margin: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}

.travel-td-flex {
  margin: 0 20px;
}

.connect-txt-h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}