body p {
  font-size: 28px !important;
  line-height: 1.4 !important;
  font-family: "Barlow Condensed";
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: max(59.2vw, 730px);
  /*background-image: url(../images/header.png);*/
  background-size: auto 100%;
  background-position: center center;
  padding-bottom: 1px;
  position: relative;
}

.header {
  background-image: url(../images/Header-Image-with-Gradient.jpg) !important;
}

.header .web_header {
	width:100%;
	float:left;
	margin-top: 5%;
}

.header .web_header .logo {
	width:100%;
	float:left;
}

.header .web_header .social_box {
  width: 100%;
  float: right;
  display: flex;
  justify-content: right;
  margin-right: 7%;
  margin-top: 2%;
}

.header .web_header .social_box .img_box {
  width: 8%;
  margin-right: 2%;
}

.header .web_header .social_box .img_box img {
  width: 100%;
}

.header .download_box {
  width: 100%;
  float: left;
  margin-top: 16.8vw;
}

.header .download_box .title {
  font-family: "Barlow Condensed";
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  color:#fff;
  text-decoration: underline;
}

.header .download_box .header__links {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  padding-left: 3px;
}

.header .download_box .split_box {
  width: 84%;
  float: left;
}

.header .download_box .split_box2 {
  width: 16%;
  float: left;
}

.header .download_box .head {
  width: 100%;
  float: left;
  font-size: 32px;
  font-family: "Barlow Condensed";
  text-align: left;
  font-weight: 600;
  color: #fff;
}

.mob_header {
	display:none;
	background-size: cover;
    background-position: center;
    min-height: unset;
    height: 186vw;
    max-height: 1200px;
	background-image:url(../images/Header-Image-Mobile.jpg);
}

.deserve {
	width:100%;
	float:left;
	display: none;
	background: #F2F5F5;
	text-align: center;
	padding: 35px 0px;
}

.deserve .title {
    font-size: 28px;
    font-family: "Barlow Condensed";
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.deserve .btns {
    max-width: 100%;
    margin: 23px auto 0;
}

 .deserve .btns a {
    display: block;
    width: 46%;
  }

.deserve .btns .split_box {
    width: 100%;
    float: left;
}

 .deserve .btns .split_box .split_header {
    font-size: 24px;
    color: #515151;
    text-align: center;
    width: 100%;
    float: left;
    font-family: "Barlow Condensed";
    font-weight: 500;
}

.deserve .btns .split_box .content_box {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
  }
  
  .deserve .mob_box {
  width: 100%;
  float: right;
  display: flex;
  justify-content: center;
  margin-right: 0%;
  margin-top: 1%;
}

  .deserve .mob_box .img_box {
    width: 10%;
    margin-right: 2%;
  }

.about_area {
	width:100%;
	float:left;
	padding-top: 96px;
  	padding-bottom: 100px;
}

.about_area .title {
  font-family: "Barlow Condensed";
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #999999;
  text-align:center;
}

.about_area .title span {
	color: #3e094f;
}

.about_area .para {
  font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 1.645;
  text-align:center;
  font-size: 28px !important;
  line-height: 1.4 !important;
  color: #333333;
}

.author_area {
	width:100%;
	float:left;
    background-color: #999999;
    border-radius: 32px;
	padding: 5% 0%;
}

.author_area .img_box {
	width:100%;
	float:left;
	position:relative;
}

.author_area .img_box .find_name_block {
  position: absolute;
  bottom: 30px;
  left: -71px;
  color: #3e094f;
  font-size: 50px;
  font-weight: 600;
  line-height: 60.8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: scale(-1);
  font-family: "Barlow Condensed";
}

.author_area .txt_area {
	width:100%;
	float:left;
	padding-left: 7%;
}

.author_area .txt_area .title {
  font-family: "Barlow Condensed";
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #fff;
  text-align:left;
}

.author_area .txt_area .title span {
	color: #3e094f;
}

.author_area .txt_area .para {
  font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 1.645;
  text-align:left;
  font-size: 28px !important;
  line-height: 1.4 !important;
  color: #fff;
}

.intro_area {
	width:100%;
	float:left;
	padding-top: 96px;
  	padding-bottom: 70px;
}

.intro_area .title {
  font-family: "Barlow Condensed";
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #999999;
  text-align:center;
}

.intro_area .title span {
	color: #3e094f;
}

.intro_area .para {
  font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 1.645;
  text-align:center;
  font-size: 28px !important;
  line-height: 1.4 !important;
  color: #333333;
}

.big_video_cont {
  position: relative;
  padding-bottom: 120px;
  width: 100%;
  float: left;
}

.big_video_bg {
  width: 100%;
  height: 629px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 1);
}

.big_video {
  border: 3px solid #3e094f;
  border-radius: 24px;
  padding: 10px;
  aspect-ratio: 1 / 0.5441;
  position: relative;
  max-width: calc(100% - 86px);
  margin: 0 auto;
  overflow: hidden;
}

.big_video_video {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

#big_video_placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

#big_video_placeholder > img:first-of-type {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big_video_cont > .container > img {
    right: 110px;
	  max-width: 150px;
	  bottom: 51px;
	  height: auto;
	  position: absolute;
}

.testimonial_area {
	width:100%;
	float:left;
	padding-top: 56px;
  	padding-bottom: 70px;
	background-color: #3e094f;
}

.testimonial_area .title {
  font-family: "Barlow Condensed";
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 16px;
  color: #fff;
  text-align:center;
}

.testimonial_area .box {
	width:100%;
	float:left;
}

.testimonial{
    text-align: center;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial .testimonial-title {
  font-family: "Barlow Condensed";
  display: inline-block;
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0 70px 0;
  float: left;
  width: 100%;
}
.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}
.testimonial .description {
  font-family: "Barlow Condensed";
  font-size: 22px;
  color: #fff;
  line-height: 33px;
  position: relative;
  margin: 0;
}
/*.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: #fa7921;
    line-height:33px;
    border: 2px solid #fa7921;
}*/
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid #fff;
}

.survey_area {
	width:100%;
	float:left;
	padding-top: 76px;
  	padding-bottom: 70px;
	background-color: rgba(242, 245, 245, 1);
}

.survey_area .title {
  font-family: "Barlow Condensed";
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #999999;
  text-align:left;
  padding-top: 20%;
}

.survey_area .title span {
	color: #3e094f;
}

.survey_area .para {
  font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 1.645;
  text-align:left;
  font-size: 28px !important;
  line-height: 1.4 !important;
  color: #333333;
  padding-right: 11%;
}

.survey_area .img_box {
	width:100%;
	float:left;
}

.footer {
  background-color: #1A1A1A;
  color: white;
  padding-top: 57px;
  padding-bottom: 25px;
  width: 100%;
  float: left;
}

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

.footer__links .down_hdng {
	font-family: "Barlow Condensed";
  font-size: 40px;
  font-weight: 400;
  width:44%;
  float:left;
  margin-top:0%;
}

.footer ul {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: none;
}

.footer ul li a img {
	width: 95%;
}

.footer .footer__list {
  gap: 32px;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.footer__item {
  font-size: 18px;
  font-family: "Barlow Condensed";
  line-height: 25px;
}

.footer__legal2 .box {
  width: 100%;
  float: left;
  border-bottom: solid 1px rgba(255,255,255,0.3);
  padding-bottom: 2%;
  margin-bottom: 2%;
}

.footer__legal2 .box .sub_box1 {
  width: 70%;
  float: left;
  margin-top: 1%;
}

.footer__legal2 .box .sub_box2 {
  width: 30%;
  float: left;
}

.footer__legal2 .box .sub_box2 .card_area {
  width: 100%;
  display: flex;
  justify-content: left;
}

.footer__legal2 .box .sub_box2 .card_area .img_box {
  width: 20%;
  margin-right: 3%;
}

.footer__legal2 .box .sub_box2 .card_area .img_box img {
  width: 100%;
}

.footer__legal .box {
  width: 100%;
  float: left;
  padding-bottom: 0%;
  margin-bottom: 0%;
}

.footer__legal .box .sub_box1 {
  width: 70%;
  float: left;
  margin-top: 1%;
}

.footer__legal .box .sub_box2 {
  width: 30%;
  float: left;
}

.footer__legal .box .sub_box2 .card_area {
  width: 100%;
  display: flex;
  justify-content: left;
}

.footer__legal .box .sub_box2 .card_area .img_box {
  width: 12%;
  margin-right: 3%;
}

.footer__legal .box .sub_box2 .card_area .img_box img {
  width: 100%;
}

.footer nav {
  margin-top: 0px !important;
  padding: 12px 6px 0;
  border-top: solid 1px rgba(255,255,255,0.3);
  width: 100% !important;
  float: left !important;
}

.footer p, .footer a, .footer ul li, .footer ol li {
  color: #d2d2d2;
}

.footer .footer_head {
	color: #8a8a8a;
}

.footer_tag {
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 2% 0 0%;
  background-color: transparent; /* optional: for contrast */
  z-index: 999; /* keep it above other elements */
}

.footer_tag a {
  color: #d2d2d2;
  text-decoration: underline;
}

.footer__list {
  margin: 0;
  padding: 0;
}

.sub_page {
	width:100%;
	float:left;
}

.sub_page .sub_page_header {
	width:100%;
	float:left;
	background-color: #3e094f;
}

.sub_page .sub_page_header .logo {
  width: 100%;
  float: left;
  padding: 2% 0%;
}

.sub_page .content_section {
  width:100%;
  float:left;
}

.sub_page .content_section .entry-title {
  width:100%;
  float:left;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-weight: 600;
  padding: 60px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 3em;
  color: #3e094f !important;
}

.sub_page .content_section .para_area {
  width: 100%;
  float: left;
  padding:40px 0px;
}

.sub_page .content_section .para_area p {
  width: 100%;
  float: left;
  font-family: "Barlow Condensed", sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 18px !important;
  color: #333333 !important;
  line-height: 26px !important;
}

h5 {
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.para_area ol li {
	list-style-type:decimal;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 17px;
}

.para_area ul li {
	list-style-type:disc;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 17px;
}

.delete_area {
	width: 100%;
	float: left;
	text-align: center;
	display: flex;
    justify-content: center;
}

.delete_area .delete_box {
	width: 60%;
	float: left;
}

.delete_area .delete_box .label_txt {
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
}

.delete_area .delete_box .input_area {
	width: 100%;
	float: left;
}

.delete_area .delete_box .input_area .input_box {
  width: 100%;
  border: 1px solid #141414;
  padding: 1% 1%;
  border-radius: 6px;
}

.delete_area .delete_box .btn_area {
	width: 100%;
	float: left;
}

.delete_area .delete_box .btn_area .btn_ui {
  background-color: #3e094f;
  border: 0px;
  color: #fff;
  padding: 1% 3%;
  border-radius: 5px;
  margin-top: 2%;
  margin-bottom: 4%;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 80px;
  right: 18px;
  display: none;
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}
#scrollToTopBtn:hover {
  background-color: #555;
}











@media (min-width: 980px) and (max-width: 1023px) {



.footer__item {
  font-size: 15px;
}

.header .web_header .social_box .img_box {
  width: 13%;
  margin-right: 2%;
}

.footer__legal2 .box .sub_box2 {
  width: 35%;
}

.footer__legal2 .box .sub_box1 {
  width: 65%;
}

.footer__links .footer__links-list .footer__links-item {
	width:32%;
}

.footer__links .down_hdng {
  font-size: 30px;
  width: 30%;
}

.survey_area .para {
  font-size: 23px !important;
  line-height: 1.4 !important;
  padding-right: 11%;
}

.survey_area .title {
  font-size: 40px;
  padding-bottom: 16px;
  padding-top: 5%;
}

.big_video_bg {
  height: 340px;
}

.intro_area .para {
  line-height: 1.645;
  font-size: 23px !important;
  line-height: 1.4 !important;
}

.intro_area .title {
  font-size: 40px;
  padding-bottom: 16px;
}

.intro_area {
  padding-top: 36px;
  padding-bottom: 70px;
}

.author_area .img_box .find_name_block {
  font-size: 38px;
}

body p {
  font-size: 23px !important;
  line-height: 1.4 !important;
  font-family: "Barlow Condensed";
}

.author_area .txt_area .title {
  font-size: 40px;
  padding-bottom: 16px;
}

.about_area .para {
  font-size: 23px !important;
  line-height: 1.4 !important;
}

.about_area .title {
  font-size: 40px;
  padding-bottom: 16px;
}

.about_area {
  padding-top: 36px;
  padding-bottom: 80px;
}

.header .download_box .split_box2 {
  width: 26%;
  float: left;
}

.header .download_box .split_box {
  width: 74%;
  float: left;
}

.header .download_box .head {
  font-size: 26px;
}

.header .download_box .title {
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
}

}



@media (min-width: 768px) and (max-width: 979px) {




.footer__item {
  font-size: 15px;
}

.footer__legal2 .box .sub_box2 {
  width: 40%;
  float: left;
}

.footer__legal2 .box .sub_box1 {
  width: 60%;
  margin-top: 1%;
}

.footer__links .footer__links-list .footer__links-item {
	width:32%;
}

.footer__links .down_hdng {
  font-size: 27px;
  width: 30%;
}

.survey_area .para {
  font-size: 22px !important;
  line-height: 1.4 !important;
  padding-right: 11%;
}

.survey_area .title {
  font-size: 40px;
  padding-bottom: 16px;
  padding-top: 7%;
}

.big_video_bg {
  height: 300px;
}

.intro_area .para {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.intro_area .title {
  font-size: 40px;
  padding-bottom: 16px;
}

.intro_area {
  padding-top: 36px;
  padding-bottom: 70px;
}

.author_area .img_box .find_name_block {
  display:none;
}

.author_area .txt_area {
  width: 100%;
  float: left;
  padding-left: 0%;
}

body p {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.author_area .txt_area .title {
  font-size: 40px;
  padding-bottom: 16px;
}

.about_area .para {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.about_area .title {
  font-size: 40px;
  padding-bottom: 16px;
}

.about_area {
  padding-top: 36px;
  padding-bottom: 60px;
}

.header .download_box .split_box2 {
  width: 26%;
}

.header .download_box .split_box {
  width: 74%;
}

.header .web_header .social_box .img_box {
  width: 13%;
  margin-right: 2%;
}

}



@media (min-width: 640px) and (max-width: 767px) {



.footer__legal .box .sub_box2 .card_area .img_box {
  width: 6%;
  margin-right: 1%;
}

.footer__legal2 .box .sub_box2 .card_area .img_box {
  width: 10%;
  margin-right: 3%;
}

 .survey_area .img_box img {
	 padding:0px;
	margin:0px auto;
	text-align:center;
 }

.author_area .img_box img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.deserve .mob_box .img_box {
  width: 7%;
  margin-right: 2%;
}

.deserve .btns a {
  display: block;
  width: 25%;
}

.footer__links-list .footer__links-item a {
  color: #337ab7;
  text-decoration: none;
  float: left !important;
  width: 100%;
  margin-right: 4%;
  margin-bottom: 3%;
}

.footer_tag {
  font-size: 14px;
  padding: 7% 0 0%;
}

.footer__legal .box .sub_box2 {
  width: 100%;
}

.footer__legal .box .sub_box1 {
  width: 100%;
}

.footer__legal2 .box .sub_box2 {
  width: 100%;
}	

.footer__legal2 .box .sub_box1 {
  width: 100%;
}

 .footer__links-list img {
    display: block;
    width: 136px;
    height: 40px;
  }

  .footer__links .down_hdng {
    font-size: 23px;
    float: left;
    margin-top: 1%;
    text-align: left;
    width: 26%;
  }

.footer__links {
  display: block;
}

.survey_area .img_box {
  margin-top: 6%;
}

.survey_area .para {
  line-height: 1.645;
  text-align: center;
  font-size: 19px !important;
  line-height: 1.4 !important;
  padding-right: 0%;
}

.survey_area .title {
  font-size: 30px;
  padding-top: 0%;
  text-align:center;
}

.survey_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.testimonial_area .title {
  font-size: 30px;
}

.testimonial_area {
  padding-top: 26px;
  padding-bottom: 40px;
}

.big_video_cont > .container > img {
  right: 0px;
  max-width: 100px;
  bottom: 75px;
  height: auto;
  position: absolute;
}

.big_video_bg {
  height: 200px;
}

.big_video {
  max-width: 100%;
}

.intro_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.intro_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.intro_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  color: #999999;
}

.author_area .txt_area {
  padding-left: 0%;
}

body p {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.author_area .txt_area .para {
  text-align: center;
  color:#fff !important;
  font-size: 19px !important;
}

.author_area .txt_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  text-align: center;
}

.about_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.about_area .title {
  font-size: 30px;
  padding-bottom: 16px;
}
	
.about_area {
  padding-top: 6px;
  padding-bottom: 20px;
}
	
.deserve {
	display:block;
}

.mob_header {
	display:block;
}

.header {
	display:none;
}

}



@media (min-width: 480px) and (max-width: 639px) {


.footer__links-list .footer__links-item a {
  color: #337ab7;
  text-decoration: none;
  float: left !important;
  width: 100%;
  margin-right: 4%;
  margin-bottom: 3%;
}

.footer_tag {
  font-size: 14px;
  padding: 7% 0 0%;
}

.footer__legal .box .sub_box2 {
  width: 100%;
}

.footer__legal .box .sub_box1 {
  width: 100%;
}

.footer__legal2 .box .sub_box2 {
  width: 100%;
}	

.footer__legal2 .box .sub_box1 {
  width: 100%;
}

 .footer__links-list img {
    display: block;
    width: 136px;
    height: 40px;
  }

.footer__links .down_hdng {
  font-size: 30px;
  float: left;
  margin-top: 0%;
  text-align:center;
  width: 100%;
}

.footer__links {
  display: block;
}

.survey_area .img_box {
  margin-top: 6%;
}

.survey_area .para {
  line-height: 1.645;
  text-align: center;
  font-size: 19px !important;
  line-height: 1.4 !important;
  padding-right: 0%;
}

.survey_area .title {
  font-size: 30px;
  padding-top: 0%;
  text-align:center;
}

.survey_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.testimonial_area .title {
  font-size: 30px;
}

.testimonial_area {
  padding-top: 26px;
  padding-bottom: 40px;
}

.big_video_cont > .container > img {
  right: 0px;
  max-width: 100px;
  bottom: 75px;
  height: auto;
  position: absolute;
}

.big_video_bg {
  height: 200px;
}

.big_video {
  max-width: 100%;
}

.intro_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.intro_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.intro_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  color: #999999;
}

.author_area .txt_area {
  padding-left: 0%;
}

body p {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.author_area .txt_area .para {
  text-align: center;
  color:#fff !important;
  font-size: 19px !important;
}

.author_area .txt_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  text-align: center;
}

.about_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.about_area .title {
  font-size: 30px;
  padding-bottom: 16px;
}
	
.about_area {
  padding-top: 6px;
  padding-bottom: 20px;
}
	
.deserve {
	display:block;
}

.mob_header {
	display:block;
}

.header {
	display:none;
}

}


@media (min-width: 360px) and (max-width: 479px) {


.footer__links-list .footer__links-item a {
  color: #337ab7;
  text-decoration: none;
  float: left !important;
  width: 100%;
  margin-right: 4%;
  margin-bottom: 3%;
}

.footer_tag {
  font-size: 14px;
  padding: 7% 0 0%;
}

.footer__legal .box .sub_box2 {
  width: 100%;
}

.footer__legal .box .sub_box1 {
  width: 100%;
}

.footer__legal2 .box .sub_box2 {
  width: 100%;
}	

.footer__legal2 .box .sub_box1 {
  width: 100%;
}

 .footer__links-list img {
    display: block;
    width: 136px;
    height: 40px;
  }

.footer__links .down_hdng {
  font-size: 30px;
  float: left;
  margin-top: 0%;
  text-align:center;
  width: 100%;
}

.footer__links {
  display: block;
}

.survey_area .img_box {
  margin-top: 6%;
}

.survey_area .para {
  line-height: 1.645;
  text-align: center;
  font-size: 19px !important;
  line-height: 1.4 !important;
  padding-right: 0%;
}

.survey_area .title {
  font-size: 30px;
  padding-top: 0%;
  text-align:center;
}

.survey_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.testimonial_area .title {
  font-size: 30px;
}

.testimonial_area {
  padding-top: 26px;
  padding-bottom: 40px;
}

.big_video_cont > .container > img {
  right: 0px;
  max-width: 100px;
  bottom: 75px;
  height: auto;
  position: absolute;
}

.big_video_bg {
  height: 200px;
}

.big_video {
  max-width: 100%;
}

.intro_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.intro_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.intro_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  color: #999999;
}

.author_area .txt_area {
  padding-left: 0%;
}

body p {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.author_area .txt_area .para {
  text-align: center;
  color:#fff !important;
  font-size: 19px !important;
}

.author_area .txt_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  text-align: center;
}

.about_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.about_area .title {
  font-size: 30px;
  padding-bottom: 16px;
}
	
.about_area {
  padding-top: 6px;
  padding-bottom: 20px;
}
	
.deserve {
	display:block;
}

.mob_header {
	display:block;
}

.header {
	display:none;
}

}


@media (max-width: 320px) {


.footer__links-list .footer__links-item a {
    color: #337ab7;
    text-decoration: none;
    float: left !important;
    width: 100%;
    margin-right: 4%;
    margin-bottom: 3%;
    margin-left: 28%;
}
  
.footer_tag {
  font-size: 14px;
  padding: 7% 0 0%;
}

.footer__legal .box .sub_box2 {
  width: 100%;
}

.footer__legal .box .sub_box1 {
  width: 100%;
}

.footer__legal2 .box .sub_box2 {
  width: 100%;
}	

.footer__legal2 .box .sub_box1 {
  width: 100%;
}

 .footer__links-list img {
    display: block;
    width: 136px;
    height: 40px;
  }

.footer__links .down_hdng {
  font-size: 30px;
  float: left;
  margin-top: 0%;
  text-align:center;
  width: 100%;
}

.footer__links {
  display: block;
}

.survey_area .img_box {
  margin-top: 6%;
}

.survey_area .para {
  line-height: 1.645;
  text-align: center;
  font-size: 19px !important;
  line-height: 1.4 !important;
  padding-right: 0%;
}

.survey_area .title {
  font-size: 30px;
  padding-top: 0%;
  text-align:center;
}

.survey_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.testimonial_area .title {
  font-size: 30px;
}

.testimonial_area {
  padding-top: 26px;
  padding-bottom: 40px;
}

.big_video_cont > .container > img {
  right: 0px;
  max-width: 100px;
  bottom: 75px;
  height: auto;
  position: absolute;
}

.big_video_bg {
  height: 200px;
}

.big_video {
  max-width: 100%;
}

.intro_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.intro_area {
  padding-top: 16px;
  padding-bottom: 70px;
}

.intro_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  color: #999999;
}

.author_area .txt_area {
  padding-left: 0%;
}

body p {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.author_area .txt_area .para {
  text-align: center;
  color:#fff !important;
  font-size: 19px !important;
}

.author_area .txt_area .title {
  font-size: 30px;
  padding-bottom: 16px;
  text-align: center;
}

.about_area .para {
  font-size: 19px !important;
  line-height: 1.4 !important;
}

.about_area .title {
  font-size: 30px;
  padding-bottom: 16px;
}
	
.about_area {
  padding-top: 6px;
  padding-bottom: 20px;
}
	
.deserve {
	display:block;
}

.mob_header {
	display:block;
}

.header {
	display:none;
}

}


