* {
    margin: 0;
}

@font-face {
  font-family: 'Jost-Bold';
  src: url('../fonts/jost/Jost-Bold.ttf');
}
@font-face {
  font-family: 'Jost-Medium';
  src: url('../fonts/jost/Jost-Medium.ttf');
}
@font-face {
  font-family: 'Jost-Regular';
  src: url('../fonts/jost/Jost-Regular.ttf');
}
@font-face {
  font-family: 'Jost-SemiBold';
  src: url('../fonts/jost/Jost-SemiBold.ttf');
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato/Lato-Bold.ttf');
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato/Lato-Regular.ttf');
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'Jost-Regular';
  overflow-x: hidden;
}

/************ BANNER **************/
.banner-section {
  position: relative;
}
.banner-bg {
  width: 100%;
}
.banner-center {
  position: absolute;
  top: 12%;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
}
.banner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-cnt-lft {
  width: 32%;
}
.banner-cnt-lft img {
  width: 60%;
}
.banner-cnt-lft h4 img {
  width: 31px;
  display: block;
  margin-bottom: 8px;
}
.banner-cnt-lft h4 {
  color: #000;
  font-family: 'Lato-Regular';
  font-size: 33px;
  line-height: 44px;
  margin-top: 15%;
}
.banner-cnt-rgt {
  width: 68%;
}
.banner-cnt-rgt img {
  width: 80%;
  margin: auto 0 auto auto;
  display: block;
}
.lang {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.lang h6 {
  margin-bottom: 0px;
  font-weight: bold;
  border-bottom: 1px solid;
  color: #fff;
}

@media (max-width: 600px) {
  .banner-bg {
    display: none;
  }
  .banner-center {
    top: 12%;
  }
  .banner-section {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFE6EB 46.87%, #FF6366 100%, #FF0B0F 100%);
    height: 550px;
  }
  .banner-cnt-rgt, .banner-cnt-lft {
    width: 100%;
  }
  .banner-cnt-lft img {
    width: 38%;
    margin: auto;
    display: block;
  }
  .banner-cnt-lft h4 {
    font-size: 25px;
    line-height: 34px;
    margin-top: 11%;
  }
  .banner-cnt-lft h4 img {
    width: 18px;
    margin-left: 0;
  }
  .banner-cnt-rgt img {
    width: 80%;
    margin: 8% auto auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-cnt-lft h4 {
    font-size: 20px;
    line-height: 31px;
  }
  .banner-cnt-lft h4 img {
    width: 25px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .banner-cnt-lft h4 {
    font-size: 20px;
    line-height: 31px;
  }
  .banner-cnt-lft h4 img {
    width: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-cnt-lft h4 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .banner-cnt-lft h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1399px) {
  .banner-cnt-lft h4 {
    font-size: 32px;
  }
}

/************* ABOUT ***********/
.about-section {
  margin-top: 2%;
}
.abt-lft img {
  width: 84%;
}
.abt-rgt h4 {
  font-size: 28px;
  color: #000;
  font-family: "Lato-Bold";
  margin-bottom: 3%;
}
.abt-rgt {
  padding-left: 6%;
  padding-top: 1%;
}
.abt-rgt p {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  margin-bottom: 4%;
}

@media (max-width: 600px) {
  .abt-lft img {
    margin: auto;
    display: block;
  }
  .abt-rgt h4 {
    font-size: 28px;
    margin-top: 3%;
    margin-bottom: 5%;
  }
  .abt-rgt p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .abt-rgt h4 {
    font-size: 30px;
    text-align: center;
  }
  .abt-rgt {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .abt-rgt h4 {
    font-size: 30px;
    text-align: center;
  }
  .abt-rgt {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .abt-lft img {
    width: 100%;
  }
}

/************* FORM ***********/
.form-section {
  background: url(../images/form-section-bg.png);
  background-size: cover;
  margin-top: 4%;
  padding: 0 2%;
}
.form-section-lft {
  margin-top: 2%;
}
.form-section-lft h4 {
  font-size: 30px;
  line-height: 43px;
  font-family: "Lato-Bold";
  color: #000;
  margin-bottom: 3%;
}
.form-section-lft p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000000;
}
.faq-section .title {
  margin-top: 6%;
  display: flex;
  margin-bottom: 3%;
}
.faq-section h4 {
  font-size: 30px;
  line-height: 43px;
  font-family: "Lato-Bold";
  color: #000;
  margin-bottom: 0;
}
.faq-section .title .line {
  width: 80%;
  height: 1px;
  background: #000;
  margin: auto 0 auto auto;
}
.faq-section ul {
  list-style-type: none;
  padding-left: 25px;
  padding-bottom: 4px;
}
.faq-section ul li {
  margin-bottom: 15px;
  cursor: pointer;
}
.faq-section ul li img {
  width: 28px;
  margin-top: -8px;
  margin-right: 5%;
}
.faq-section ul li span {
  font-size: 19px;
}
.faq-section hr {
  border-color: #000;
  margin-top: 7%;
}
.formSection {
  width: 85%;
  margin: -11% auto auto;
}
.formSection .title {
  background: url(../images/form-title.png);
  height: 125px;
  background-size: 100% 100%;
  position: relative;
}
.formSection .title h4 {
  color: #FDFAF2;
  font-size: 30px;
  font-family: "Lato-Bold";
  text-transform: uppercase;
  padding: 30px 40px;
}
.form-section-rgt {
  margin-top: 2%;
}
.form-details {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 52px 52px;
  width: 97%;
  margin: -67px auto;
  padding-top: 86px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 5%;
}

.form-group {
  margin-bottom: 33px;
}

.form-section label span {
  color: red;
}


/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  /* margin-bottom:20px;  */
}
.floating-input , .floating-select {
  font-size:14px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  color: #000;
  font-family: "Lato-Regular";
}
textarea.floating-input {
  height: 75px !important;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #000; 
     box-shadow: none;
}

label {
  color: #000;
  font-size:15px;
  font-weight:normal;
  position:absolute;
  /* pointer-events:none; */
  left:5px;
  top:-18px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  /* letter-spacing: 0.05em; */
  opacity: 0.8;
  font-family: "Lato-Regular";

}
/* .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-23px;
  font-size:15px;
  color:#000;
  padding-top: 6px;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
  top:-23px;
  font-size:15px;
  color:#000;
  padding-top: 6px;
} */
.form-block .btn {
  background: #000;
  color: #fff;
}
/* .floating-select ~ label  {
  top:-18px;
  font-size:12px;
  color:#000;
  padding-top: 6px;
} */
input[readonly='readonly'] {
  pointer-events: none;
}
/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

.ms-options ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  top: 9px !important;
}
.ms-options-wrap > .ms-options {
  overflow-x: hidden !important;
  min-height: 110px !important;
}
.error {
  font-size: 12px;
  color: red;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
  border-bottom:1px solid rgba(0, 0, 0, 0.3) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 30px;
  color: #000 !important;
}

.submitBtn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  padding: 0px 0px;
  height: 28px;
  line-height: 15px;
  width: 100%;
  cursor: pointer;
}
.btnCls {
  position: relative;
  background: linear-gradient(180deg, #FA4447 -199.84%, #242424 186.77%);
  border-radius: 10px;
  width: 117px;
  text-align: center;
  cursor: pointer;
}
.btnCls:before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 1px;
  background: #fff;
  margin: auto;
  top: 50%;
}
.btnCls:after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 1px;
  background: #fff;
  margin: auto;
  top: 50%;
}
.cls-btn img {
  width: 25px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.faq-section p {
  font-size: 16px;
  line-height: 24px;
  width: 86%;
  margin: auto 0 15px auto;
  height: 145px;
  overflow-y: auto;
  padding-right: 5px;
}

@media (max-width: 600px) {
  .form-section-lft h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .form-section-lft p {
    font-size: 18px;
    line-height: 30px;
  }
  .faq-section .title .line {
    width: 75%;
  }
  .faq-section ul li span {
    font-size: 19px;
  }
  .faq-section ul li img {
    width: 20px;
    margin-right: 10px;
    margin-top: -4px;
  }
  .faq-section ul {
    padding-left: 0px;
  }
  .formSection {
    width: 100%;
    margin-top: 5%;
  }
  .formSection .title h4 {
    font-size: 25px;
    padding: 20px 40px;
  }
  .formSection .title {
    height: 100px;
  }
  label {
    font-size: 14px;
  }
  .btnCls {
    margin: 35px auto auto;
  }
  .faq-section p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    height: 165px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .formSection {
    width: 85%;
    margin: 1% auto auto;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .formSection {
    width: 85%;
    margin: 1% auto auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .formSection .title h4 {
    font-size: 30px;
  }
  .faq-section ul li span {
    font-size: 19px;
  }
  .faq-section ul li img {
    width: 26px;
    margin-right: 10px;
  }
  .faq-section ul {
    padding-left: 0px;
  }
  .formSection {
    width: 100%;
  }
  .faq-section p {
    width: 92%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .faq-section ul li span {
    font-size: 19px;
  }
  .faq-section ul li img {
    width: 26px;
  }
  /* .faq-section p {
    width: 83%;
  } */
}

@media screen and (min-width: 1365px) and (max-width: 1399px) {
  .faq-section ul li span {
    font-size: 19px;
  }
  .faq-section ul li img {
    width: 26px;
  }
}

/************ PERIYAR ***********/
.periyar-section {
  margin-top: 2%;
}
.periyar-lft img {
  width: 100%;
}
.periyar-rgt h4 {
  font-size: 30px;
  color: #000;
  font-family: "Lato-Bold";
  margin-bottom: 3%;
  margin-top: 4%;
}
.periyar-rgt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 4%;
}
.periyar-section hr {
  border-color: #00000057;
  margin-top: auto;
}

@media (max-width: 600px) {
  .periyar-section {
    margin-top: 24%;
  }
  .periyar-rgt h4 {
    font-size: 25px;
    margin-top: 0px;
  }
  .periyar-rgt p {
    font-size: 18px;
    line-height: 30px;
  }
  .periyar-rgt {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .periyar-section {
    margin-top: 15%;
  }
  .periyar-rgt h4 {
    margin-top: 1%;
    text-align: center;
  }
  .periyar-rgt {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .periyar-section {
    margin-top: 15%;
  }
  .periyar-rgt h4 {
    margin-top: 1%;
    text-align: center;
  }
  .periyar-rgt {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .periyar-rgt p {
    font-size: 18px;
    line-height: 30px;
  }
  .periyar-lft {
    align-self: center;
  }
}

/*********** MORE ************/
.more-section {
  padding: 25px 0 50px;
}
.more-section .title {
  display: flex;
  align-self: center;
}
.more-section .title h4 {
  font-size: 27px;
  color: #000;
  font-family: "Lato-Bold";
  margin-bottom: 0px;
}
.more-section .title .line {
  width: 22px;
  height: 1px;
  background: #000;
  margin: auto;
}
.more-section ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
}
.more-section ul li img {
  width: 25px;
}
.more-section ul li a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 17px;
}
.more-section ul li:nth-child(1) {
  margin-right: 15%;
}

.social-section {
  display: flex;
  justify-content: end;
}
.social-section h4 {
  font-size: 17px;
  font-family: 'Jost-Medium';
  margin-bottom: 0;
  align-self: center;
  margin-right: 5px;
}
.social-section a {
  margin: auto 12px;
}
.social-section a img {
  width: 40px;
  height: 40px;
}

@media (max-width: 600px) {
  .more-section .title {
    margin-bottom: 3%;
  }
  .more-section ul {
    justify-content: center;
  }
  .social-section {
    justify-content: center;
    margin-top: 5%;
  }
  .more-section ul li img {
    width: 20px;
  }
  .more-section ul li a {
    font-size: 15px;
  }
  .social-section a img {
    width: 30px;
    height: 30px;
  }
  .more-section ul li:nth-child(1) {
    margin-right: 10%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .more-section .title {
    margin-bottom: 3%;
  }
  .more-section ul {
    justify-content: center;
  }
  .social-section {
    justify-content: center;
    margin-top: 5%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .more-section .title {
    margin-bottom: 3%;
  }
  .more-section ul {
    justify-content: center;
  }
  .social-section {
    justify-content: center;
    margin-top: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .more-section .title h4 {
    font-size: 20px;
  }
}

/****** Footer *********/
footer {
  background: #353434;
  padding: 5px 0px;
}
footer p {
  margin-bottom: 0px;
  color: #ffffffd9;
  font-size: 12px
}
footer a {
  margin-bottom: 0px;
  color: #ffffffd9 !important;
  font-size: 12px;
  text-decoration: none !important;
}



.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	/* width: 30%; */
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}




.menu-rgt {
  position: absolute;
  display: flex;
  right: 12px;
  top: 12px;
}
.menu-rgt .basilLeaf {
  display: flex;
  align-self: center;
}
.menu-rgt .basilLeaf img {
  height: 17px;
  margin-right: 5px;
  margin-top: 5px;
}
.menu-rgt .basilLeaf h5 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Lato-Regular';
text-transform: uppercase;
margin-bottom: 3px;
}
.menu-rgt .basilLeaf h5 span {
  font-size: 13px;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}

/* Toggle button */
.toggle-btn {
  width: 50px;
  height: 20px;
  margin: -3px 10px 0px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  /* background:#858484; */
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
  border: 1px solid #fff;
  align-self: center;
}
.toggle-btn.active .round-btn {
  background: #fff;
}
.toggle-btn.active .round-btn {
  left: 31px;
}
.toggle-btn .round-btn {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 70%;
  margin-top: -11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (min-width: 992px) {
  .pnt-evt {
    pointer-events: none;
  }
}