.privacy_policy{
  float: right;
}

.privacy_onload {
  width:100%;
  float:left;
  height:420px; 
  position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  text-align:center; 
  padding-right: 40px;
}

.pop-privacy-box{
  padding: 5px 5px;
  background: #fff;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin-left: 40px;
}

.pop-privacy-box h4{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 40px;
}

.pop-privacy-box p{
  float: left;
  padding-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}

.pop_button{
  float: right;
}

@media only screen and (max-width: 600px) {
  .privacy_onload {
    height:700px; 
  }
  .pop-privacy-box{
    height:650px;
  }
}

.header_social p {
  color: #999;
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;

}

.footer_social p{
  text-align: center;
}

.footer_social p span{
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.footer_social p a {
  color: inherit;
 }

.footer_area{
  padding-top: 80px;
}

.footer_area h5{
  color: #fff;
}

.vertical_btn {
    position: fixed; 
    bottom: 50%; right: -34px;
    padding: 5px 22px 4px;
    border-radius: 4px;
    background: #008d36;
    font-size: 16px; 
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    color:#fff; z-index: 10; text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 3px
}

.vertical_btn:hover {
    background: #5fc285; color:#fff
}

@media (max-width: 575px) {
  .vertical_btn, .cont_link_box{
    display: none;
}
}


.header_social p a{
    color: #fff;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-align: center;
}

/* faq area */
.faq-area{
  padding: 70px 0 100px;
  background-color: #cad1d4;
}



.card-header .btn {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  color: #003969;
  text-align: left;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
}

.card-header .btn.collapsed {
  color: #003969;
}

.card-header .btn:hover,
.card-header .btn:focus,
.card-header .btn:active {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #003969;
}

.card-header .btn::after,
.card-header .btn.collapsed::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.card-header .btn::after {
  content: '\f107';
}

.card-header .btn.collapsed::after {
  content: '\f105';
}

@media (max-width: 575px) {
  .card-header .btn {
      line-height: 1.4;
  }
}

.faq-area .card-header{
  background-color: #fff;
}

.faq-area .card-body{
  font-size: 14px;
  font-weight: 400;
  color: #003969;
}

/* animation box */
figure.snip1107 {
  color: #fff;
  position: relative;
  overflow: hidden;
  /* margin: 10px;
  min-width: 220px; */
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip1107 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
figure.snip1107 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
figure.snip1107 figcaption {
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 18%;
  height: 100%;
}
figure.snip1107 figcaption > div {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 50%;
}
figure.snip1107 h3,
figure.snip1107 span {
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
}
figure.snip1107 span {
  background: #ffffff;
  color: #4d4d4d;
  position: relative;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1107 h3 {
  background: #333333;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1107 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip1107.blue {
  background: #0a212f;
}
figure.snip1107.blue h3 {
  background: #005590;
  color: #fff;
}

figure.snip1107:hover img,
figure.snip1107.hover img {
  opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1107:hover figcaption span,
figure.snip1107.hover figcaption span {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1107:hover figcaption h3,
figure.snip1107.hover figcaption h3 {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}


.form-group1 * {
  position: absolute;
}

.form-group1 label {
  z-index: 99;
  line-height: 35px;
  padding: 2px;
  margin-left: 10px;
}

.form-group1 input {
  height: 25px;
  text-indent: 35px;
}

.form-group2{
  padding-bottom: 30px;
}

.form-group3{
  padding-bottom: 20px;
}

.modal-body .form-group2{
  padding-bottom: 50px;
}

.modal-body .form-group3{
  padding-bottom: 30px;
}

.modal-body .form-group1 label {
  z-index: 99;
  line-height: 55px;
  padding: 2px;
  margin-left: 10px;
}
