:root {
  --primary-color: #211C04;
  --secondary-color: #ffffff;
  --blue: #0068AD;
  --blue2: #8EC7EC;
  --red: #E21F1F;
  --yellow: #FDC703;
  --sec1: calc(100vh - 7rem);
}
@media (max-width: 991px) {
  html {
    font-size: 2.415458937198068vw;
  }
  .hide_mob {
    display: none !important;
  }
  .section-container {
    width: 38.4rem;
  }
  /* Section 4 Start */
  .section4 {
    padding: 5rem 0;
  }
  .section4 .section-container {
    width: 38.4rem;
  }
  .section4 h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin: 0 auto 2rem auto;
  }
  .contact-flex {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contact-flex img {
    width: 15rem;
    margin: 0 auto 2rem auto;
  }
  .contact-text {
    text-align: center;
    padding-left: 0;
  }
  .contact-text h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 auto 2rem 0;
    width: 100%;
  }
  .contact-text p {
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .contact-text p.tel img {
    width: 1.3rem;
    margin-left: initial;
    margin-bottom: initial;
  }
  .contact-text p.mail img {
    width: 2rem;
    margin-left: initial;
    margin-bottom: initial;
    margin-right: 1.5rem;
  }
  .contact-text p.mail a:hover{
    color: var(--blue);
  }
  .contact-text p,
  .contact-text p span,
  .contact-text p b,
  .contact-text p.mail a {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .contact-text p.tel a {
    font-weight: 700;
    color: var(--blue);
  }
  .contact-text p.tel{
    padding-left: 1rem;
  }
  .contact-text p.mail{
    padding-left: 0.7rem;
  }
  /* Section 4 End */
  /* Section 5 Start */
  .section5 {
    padding: 5rem 0 2.5rem 0;
  }
  .sec5-text {
    width: auto;
  }
  .section5 .h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
  .section5 .h2 {
    font-size: 3rem;
    line-height: 4rem;
    width: auto;
    margin: 0 auto 1.5rem auto;
  }
  .section5 h4,
  .section5 h4 b {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .section5 h4 {
    margin: 0 auto 1.5rem auto;
  }
  .section5 .p,
  .section5 li,
  .section5 i {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .section5 .p,
  .section5 ul{
    margin-bottom: 2.4rem;
  }
  .section5 ul {
    padding-left: 1.5rem;
  }
  .mb-50 {
    margin-bottom: 3rem !important;
  }
  .sec5-img_txt img {
    width: 100%;
  }
  .sec5-img_txt {
    width: auto;
    flex-direction: column;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
  }
  .sec5-txt h2{
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .sec5-txt p{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .sec5-numbers {
    flex-wrap: wrap;
    margin-top: 2rem;
    position: relative;
  }
  .sec5-numbers::after{
    content: '';
    width: 1px;
    height: 15.4rem;
    background-color: var(--secondary-color);
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    z-index: 1;
    position: absolute;
  }
  .sec5-numbers::before{
    content: '';
    width: 33rem;
    height: 1px;
    background-color: var(--secondary-color);
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    z-index: 1;
    position: absolute;
  }
  .sec5-number {
    width: 50% !important;
    padding: 1.6rem 0;
    border: none;
  }
  .sec5-number h3, .sec5-number h3 span {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .sec5-number p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 0 2rem;
  }
  /* Section 5 End */
  /* Section 3 Start */
  .section3 {
    padding: 5rem 0;
    background-image: url(../img/section3_m.jpg);
  }
  .section3 .section-container{
    padding: 0;
  }
  .section3 .h2 {
    font-size: 3rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto 2rem auto;
  }
  .section3 .h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin: 0 auto 2rem auto;
  }
  .sec3-content{
    flex-direction: column;
  }
  .sec3-txt {
    width: 100%;
    padding-top: 3rem;
  }
  .sec3-txt h3{
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .sec3-txt p{
    margin-bottom: 2rem;
  }
  .sec3-txt p,
  .sec3-txt p b{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .faq-box h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 1.9rem 4.5rem 1.9rem 1.4rem;
  }
  .faq{
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
  .primary-btn{
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 1.45rem 2rem;
  }
  .section3 .primary-btn{
    width: 30rem;
  }
  .faq-txt {
    padding: 0 1.4rem 2.4rem 1.4rem;
  }
  .faq-box h3 img{
    right: 2rem;
  }
  .faq-box:last-child h3 img{
    transform: initial;
    top: 2.3rem;
  }
  /* Section 3 End */
  /* Footer Start */
footer{
  padding: 5rem 0 10rem 0;
}
.footer-conainer {
  width: 38.4rem;
  flex-direction: column;
  align-items: center;
}
.footer-media {
  width: 21.6rem;
  margin-bottom: 4.5rem;
}
.footer-media h3 {
  font-size: 1.4rem;
}
.footer-media-flex {
  width: 100%;
}
.footer-media-flex a:hover {
  transform: scale(1);
}
.footer-logo2 {
  display: block;
  width: 5.5rem;
  margin: 0 auto 2rem auto;
}
.footer-content {
  width: 100%;
}
.footer-logo1 {
  width: 22.8rem;
  margin: 0 auto 3rem auto;
}
.footer-text {
  line-height: 1.6rem;
}
.footer-links {
  padding: 2rem 0;
  border-top: 1px solid #D5D5D5;
  width: 22.8rem;
  margin-right: auto;
  margin-left: auto;
}
.footer-links a{
  margin-bottom: 1.2rem;
  display: block;
}
.footer-links a:last-child{
  margin-bottom: 0;
}
.footer-links a:hover{
  color: var(--blue);
}
.footer-links span {
  display: none;
}
.sec3-circle{
  width: 100%;
  height: 20.5rem;
}
.circular-chart{
  width: 20.5rem;
  left: 1.5rem;
}
.rec-txt {
  width: 12.9rem;
  top: 2.8rem;
  right: 0;
}
.rec-txt_1{
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.6rem 2rem 1.2rem 2rem;
}
.rec-txt_1 span{
  font-size: 2.2rem;
  margin-top: 0.5rem;
}
.circle-txt{
  width: 20.5rem;
  height: 20.5rem;
  margin-left: 1.5rem;
}
.rec-txt_1::after {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1.1rem solid var(--blue);
  top: 2.4rem;
}
.rec-txt_2{
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.circle-txt_1 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.1rem;
}
.circle-txt_2 {
  font-size: 2.2rem;
  line-height: 2.1rem;
}
/* Footer End */
/* Header Start */
header{
  padding: 0;
  position: relative;
}
.header-section {
  width: 100%;
  padding: 0 1.5rem;
}
.don-ifi{
  display: none;
}
.header-menu{
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--secondary-color);
  width: 100%;
  transition-duration: 0.5s;
  top: -350%;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 0.25rem 0.25rem rgba(33, 28, 4, 0.1);
}
.header-menu.active{
  opacity: 1;
  top: 100%;
  display: block;
}
.menu-btn {
	width: 2.7rem;
	height: 2.7rem;
	position: relative;
	z-index:2;
	overflow: hidden;
}
.header-logo img{
  width: 16.6rem;
}
.header-logo{
  background-color: var(--secondary-color);
  width: calc(100% - 2.7rem);
  padding: 1.5rem 0;
}

.menu-btn .bar {
	width: 2.7rem;
	height: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
  border-radius: 0.3rem;
	transform: translate(-50%, -50%);
	background-color:var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
	top: calc(50% - 0.9rem);
}
.menu-btn .bar:nth-of-type(3) {
	top: calc(50% + 0.9rem);
}

.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}
.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}
.header-menu {
  padding: 2.5rem 0 4.5rem 0;
}
.header-menu li{
  padding: 1.5rem;
}
.header-menu li a {
  font-size: 2rem;
  line-height: 2rem;
}
.primary-btn-fix {
  margin: 0 auto;
  width: 35.4rem;
  border-radius: 3.1rem;
  background-color: var(--red);
  color: var(--secondary-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.88rem;
  padding: 2.061rem 0.5rem;
  font-weight: 800;
  transition-duration: 0.8s;
}
.don-ifi-dropdown-holder{
  width: 100%;
  padding: 0;
  height: auto;
}
.don-ifi-dropdown{
  width: 100%;
  height: auto;
  display: none;
}
.don-ifi-dropdown-container{
  top: initial;
  bottom: 1.5rem;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3.1rem;
  z-index: 99999;
  transition-duration: 0.3s;
  background-color: var(--red);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  width: 35.4rem;
}
.primary-btn-fix.active2{
  background-color: var(--blue);
  padding: 2.5rem 0.5rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
  .primary-btn-fix-active2-after{
  content: '';
  width: 2.1rem;
  height: 2.1rem;
  position: fixed;
  top: 2.5rem;
  right: 2.2rem;
  background-image: url(../img/close-x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999999;
  display: none;
}
.primary-btn-fix-active2-after.active{
  display: block;
}
.don-ifi-dropdown-container{
  height: 6rem;
}
.don-ifi-dropdown-container.active2{
  width: 100%;
  border-radius: 0;
  background-color: var(--blue);
  transition-duration: 0.8s;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
}
.don-ifi-dropdown{
  padding: 0 0 2rem 0;
}
.don-ifi-dropdown p {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.fairedon {
  width: 35.4rem;
  border: none;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border-radius: 4rem;
  height: 8rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.fairedon:hover {
  color: var(--secondary-color);
  background-color: var(--red);
}
.fairedon:hover img:nth-child(2){
  display: none;
}
.fairedon:hover img:nth-child(1){
  display: block;
}
.don-ifi-dropdown h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 3.5rem;
}
.don-ifi-dropdown h2 b{
  font-size: 2.4rem;
}
.radio-btn {
  margin-bottom: 4rem;
}
/* Header End */
  .section1 {
    margin-top: 0;
  }
  .sec1-slide1 {
    background-image: url('../img/header-img1-m.jpg');
  }
  .sec1-slide2 {
    background-image: url('../img/header-img2-m.jpg');
  }
  .sec1-slide3 {
    background-image: url('../img/header-img3-m.jpg');
  }
  .section1 .section-container{
    padding: 0;
    padding-bottom: 11rem;
  }
  .section1 .h1 {
    font-size: 5.8rem;
    line-height: 5.8rem;
  }
  .section1 .h2,
  .section1 .h2 span {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .section1 .p{
    width: auto;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .section1 .p b {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .scroll-bottom{
    margin: 0 auto;
  }
  .section2{
    padding: 5rem 0;
  }
  .section2 .section-container{
    width: 100%;
    padding: 0;
  }
  .sec2-h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .sec2-slide{
    height: auto;
    min-height: 73.6rem;
  }
  .sec2-slide-content {
    width: 41.4rem;
  }
  .mini-slide-holder{
    width: 82.8rem;
  }
  .sec2-text, .sec2-text2{
    width: 41.4rem;
  }
  .sec2-text2{
    padding: 0 3rem;
  }
  .sec2-slide-content h5 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 300;
    margin-bottom: 1rem;
  }
  .sec2-slide-content h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .sec2-slide-content h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    margin-bottom: 2rem;
  }
  .sec2-btn-holder{
    flex-direction: column;
  }
  .sec2-btn-style1 {
    height: 5.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .sec2-btn-style2{
    height: 5.5rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .sec2-box {
    padding: 0.95rem 0;
    font-size: 1.4rem;
  }
  .sec2-box1{
    width: 20.7rem;
    margin-right: 0.2rem;
  }
  .sec2-box2{
    width: 14.7rem;
    margin-right: 0.2rem;
  }
  .sec2-box3{
    width: 18.8rem;
  }
  .sec2-slider2{
    width: 54.6rem;
    transform: initial;
    left: 0;
    transition-duration: 0.3s;
  }
  .sec2-slide-bg2{
    opacity: 0.3;
  }
  .slider2-3-holder{
    overflow: hidden;
  }
  .sec2-slide.show .mini-slide-holder {
    transform: translateX(-41.4rem);
  }
  .sec2-text{
    margin-bottom: 1.5rem;
    width: 38.4rem;
  }
  .show .sec2-slide-content{
    padding: 7rem 1.5rem 3.5rem 1.5rem;
  }
  .sec2-text h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
  .sec2-text p, .sec2-text p b {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .sec2-text p{
    margin-bottom: 1.2rem;
  }
  .sec2-text h4 img{
    width: 1.7rem;
    margin-right: 0.8rem;
  }
  .sec2-text h4{
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 0.6rem;
  }
  .sec2-info-img{
    display: none;
  }
  .sec2-info-txt{
    width: 100%;
  }
  .sec2-info-txt p i{
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .sec2-info-txt h6{
    font-size: 1.1rem;
  }
  .sec2-text p.p-i{
    margin-bottom: 0.5rem;
  }
  .sec2-slider2.sec2-slider2-style2 {
    left: 0;
  }
  .sec2-slider2.sec2-slider2-style3 {
    left: -13rem;
  }
  .ancer,
  .ancer2{
    top: 0;
  }
  .contact-fixed {
    bottom: 9.5rem;
    right: 1.5rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .contact-img2 {
    width: 3rem;
    top: -0.7rem;
    left: -0.9rem;
  }
  .contact-close {
    top: -2.3rem;
    right: 0;
  }
  .contact-fixed.active .contact-content {
    width: 38.3rem;
    padding-left: 2rem;
  }
  .contact-text2 p, .contact-text2 p a, .contact-text2 p span, .contact-text2 p u {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .contact-text2 p:nth-child(2){
    margin-top: 0.9rem;
  }
  .contact-text2 p img:nth-child(1){
    width: 0.975rem;
    margin-right: 0.9rem;
  }
  .contact-text2 p img:nth-child(4) {
    width: 1.5rem;
    margin-right: 0.6rem;
    margin-left: 1.5rem;
  }
  .sec2-slider2-style1 :nth-child(3),
  .sec2-slider2-style2 :nth-child(3){
    background: rgb(226,31,31);
    background: linear-gradient(90deg, rgba(226,31,31,1) 5%, rgba(255,255,255,0) 20%);
    color: rgba(255, 255, 255, 0.4);
  }
  .sec2-slider2-style3 :nth-child(1){
    background: rgb(226,31,31);
    background: linear-gradient(90deg, rgba(226,31,31,0) 70%, rgba(226,31,31,1) 95%);
    color: rgba(255, 255, 255, 0.4);
  }
  table td strong {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
  }
  .table-respo{
    width: 100%;
    overflow: scroll;
  }
  .faq-box p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
/* 991 */

@media (min-width: 992px) {
  .hide_desk {
    display: none !important;
  }
  html {
    font-size: 0.5208333333333333vw;
  }
}