

@media (max-width: 575px) { 

.btn{
  font-size: 22px !important;
}


.p-5{
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.topbar{
  font-size: 17px;
  padding:10px 15px;
}

.topbar ul li{
  padding: 0 10px;
}

.main-header{
  flex-direction: column;
}

.offer-block {
  max-width: 100%;
  border-radius: 0;
}

.head-right {
  max-width: 100%;
  border-radius: 0;
}


.offer-block h1{
  font-size: 30px;
  text-align: center;
}


.offer-block .claimbtn{
  font-size: 18px !important;
}

.offer-block .claimbtn strong{
  font-size: 28px;
}

.intro-section .intro-content-block h2{
  font-size: 30px;
}

.intro-section .col-left{
  min-height: 205px;
}

.intro-section .col-right{
  min-height: 205px;
}

.section-1 h2{
  font-size: 35px;
}


.section-2 h2{
  font-size: 24px;
}


.section-3 h2{
  font-size: 24px;
}

.section-4 .col-left{
  min-height: auto;
  padding: 25px;
}

.section-4 .col-right{
  min-height: auto;
  padding: 25px;
}


.section-5 h2{
  font-size: 28px;
}

.section-5 h3{
  font-size: 22px;
}

.section-7 .box{
  background: linear-gradient(to bottom,  #842887 0%,#9c4aa0 29%,#9c4aa0 82%,#872f88 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 20px 20px;
  border-radius: 20px;
}


.section-7 h2{
  font-size: 32px;
}

.section-7 h3{
  font-size: 20px;
  line-height: 30px;
}

.section-7 .item .number{
  height:70px;
  width: 70px;
  font-size: 38px;
}

.section-7 .item h4{
  padding-left: 85px;
  padding-top: 15px;
}



.section-8 .call{
  font-size: 28px;
}

.section-8 .contact{
  padding: 10px 30px 0 30px;
}

.section-8 .contact{
  padding: 50px 10px 0 10px;
}


.section-8 .mt-5{
  margin-top: 20px !important;
}

.section-8 ul.social{
  align-content: flex-end;
  justify-content: flex-start;
  column-gap: 20px;
}

.section-8 ul.social a img{
  max-height: 30px;
}

.section-8 p{
  font-size: 15px;
}


}


@media (min-width: 576px) and (max-width: 767px) {


.p-5{
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.topbar{
  font-size: 18px;
  padding: 15px;
}

.topbar ul li{
  padding: 0 15px;
}

.main-header{
  flex-direction: column;
}

.main-header .offer-block {
  max-width: 100%;
  border-radius: 0;
}

.main-header .head-right {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}



.offer-block h1{
  font-size: 30px;
  text-align: center;
}


.offer-block .claimbtn{
  font-size: 20px;
}

.offer-block .claimbtn strong{
  font-size: 32px;
}


.intro-section .intro-content-block h2{
  font-size: 30px;
}

.intro-section .col-left{
  min-height: 205px;
}
.intro-section .col-right{
  min-height: 205px;
}

.section-1 h2{
  font-size: 38px;
}


.section-2 h2{
  font-size: 24px;
}


.section-3 h2{
  font-size: 24px;
}

.section-4 .col-left{
  min-height: auto;
  padding: 25px;
}

.section-4 .col-right{
  min-height: auto;
  padding: 25px;
}


.section-5 h2{
  font-size: 32px;
}

.section-5 h3{
  font-size: 22px;
}

.section-7 h2{
  font-size: 36px;
}

.section-7 h3{
  font-size: 23px;
  line-height: 32px;
}


.section-7 .item h4{
  padding-left: 105px;
  padding-top: 35px;
}


.section-8 .call{
  font-size: 34px;
}

.section-8 .contact{
  padding: 10px 30px 0 30px;
}

.section-8 .contact{
  padding: 50px 10px 0 10px;
}


.section-8 .mt-5{
  margin-top: 20px !important;
}

.section-8 ul.social{
  align-content: flex-end;
  justify-content: flex-start;
  column-gap: 20px;
}

.section-8 ul.social a img{
  max-height: 30px;
}

.section-8 p{
  font-size: 15px;
}



}


@media (min-width: 768px) and (max-width: 991px){

.topbar{
  font-size: 17px;
  padding: 15px;
}

.topbar ul li{
  padding: 0 15px;
}
.offer-block .claimbtn strong{
  font-size: 30px;
  letter-spacing: normal;
}



.section-4 .col-left{
  min-height: auto;
  padding: 25px;
}

.section-4 .col-right{
  min-height: auto;
  padding: 25px;
}

.section-7 .item h4{
  padding-left: 105px;
  padding-top: 35px;
}


.section-8 ul.social{
  align-content: flex-end;
  justify-content: flex-start;
  column-gap: 20px;
}

.section-8 ul.social a img{
  max-height: 30px;
}

.section-8 p{
  font-size: 15px;
}



}

@media (min-width: 992px) and (max-width: 1200px) { 

.topbar{
  font-size: 24px;
  padding: 20px;
}


}



@media (min-width: 1201px) and (max-width: 1460px) { 


}

