/**
* Template Name: Resi
* Template URL: https://bootstrapmade.com/resi-free-bootstrap-html-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
<style>
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
</style>

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #5a5af3;
}

a:hover {
  color: #072365;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #072365;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8080f6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
}

#header.header-scrolled,
#header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 65px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #0047AB;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: bold;
  font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #25B8B0;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #7272f5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5a5af3;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #072365;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(48, 47, 84, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #072365;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5a5af3;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5a5af3;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: white;
  border-bottom: 2px solid white;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  color: #77dd77;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

#hero ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

#hero ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

#hero .btn-get-started,
#hero .btn-get-quote {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
  border-radius: 50px;
}

#hero .btn-get-started {
  background: #000000;
  color: #fff;
  border: 2px solid #000000;
  margin-right: 10px;
}

#hero .btn-get-started:hover {
  background: #7272f5;
  border-color: #7272f5;
}

#hero .btn-get-quote {
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

#hero .btn-get-quote:hover {
  background: #5a5af3;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero {
    text-align: center;
  }

  #hero ul {
    text-align: left;
    font-size: 14px;
  }

  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started,
  #hero .btn-get-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #eeeef5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #072365;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5a5af3;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  background: #fff;
  border-bottom:5px solid #f5f5f5 ;
  border-top:5px solid #f5f5f5 ;
}
.about .content h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #072365;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about_para{  
  font-family: "Montserrat", sans-serif;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 0;
  background-image:url('../img/round-sheap.png') ;
  background-repeat: no-repeat;
  background-position: center left;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #b9b9fa;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #072365;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #5a5af3;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #5a5af3;
  color: #fff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0c0ca8;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service_section{
  padding: 160px 0;
  background-image: url('../img/crop-puls.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #072365;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #072365;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover h3 a {
  color: #5a5af3;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #5a5af3;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #072365;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #072365;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #5a5af3;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1313ee;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5a5af3;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5a5af3;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(67, 65, 117, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #072365;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #5a5af3;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #072365;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5a5af3;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5a5af3;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .btn-buy {
  background: #072365;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
  border: none;
}

.pricing .btn-buy:hover {
  background: #5a5af3;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .btn-buy {
  background: #5a5af3;
}

.pricing .featured .btn-buy:hover {
  background: #7272f5;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #f2f2fe;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #5a5af3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #072365;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #5a5af3;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5a5af3;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;

  font-family: "Poppins", sans-serif;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
.contact_info{
  line-height: 18px!important;
  margin-top:10px;
  font-weight: 400!important;
}

.contact {
  background: #fff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .error-message br+br {
  margin-top: 25px;
}

.contact .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact input,
.contact textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #5a5af3;
}

.contact input {
  padding: 10px 15px;
}

.contact textarea {
  padding: 12px 15px;
}

.contact button[type=submit] {
  background: #5a5af3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact button[type=submit]:hover {
  background: #7272f5;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f1f1f7;
  min-height: 40px;
  margin-top: 68px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  color: #072365;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565396;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #000;
  font-size: 14px;
  background: #072365;
  box-shadow: 0px 2px 15px rgba(136, 85, 85, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-bot {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

#footer .footer-top h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  color: #284786;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5a5af3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000!important;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500!important;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5a5af3;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #284786;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #b9b9fa;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5a5af3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #7272f5;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #072365;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #072365;
  color: #fff;
  text-decoration: none;
}

.centered {
  margin: 0 auto;
  text-align: center;

}

.centered h1 {
  font-size: 16px;
  color: #072365;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;

}

.centered h3 {
  font-size: 16px;
  color: #72A943;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;

}

.centered h4 {
  font-size: 30px;
  color: #072365;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;

}


.myelement {
  clear: left;
  height: 25px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}


.container {
  position: relative;
  width: 1170px;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}


.gfg {
  width: 100%;
  text-align: center;
}
.your_medicine{
  background-image: url('../img/Background-medicine.png') ;
  height: 506px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}


.text-container {
  position: absolute;
  left: 14%;
  top: 35%;
  font-size: 16px;
  text-align: left;
}


.text-container-main {
  font-size: 16px;
  text-align: left;
}


.text-container-center {
  position: absolute;
  left: 20%;
  top: 35%;
  font-size: 16px;
  text-align: left;
}


.gfg h1 {
  font-size: 50px;
  color: #72A943;
  font-weight: 700;
    font-family: "Montserrat", sans-serif;
  text-align: left;
}

.gfg h2 {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;

}


.gfg h4 {
  font-size: 24px;
  color: #072365;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;

}


.gfg h5 {
  font-size: 15px;
  color: #072365;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;

}


.gfg h6 {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;

}


.button {
  font-family: "Montserrat", sans-serif;
  background-color: #000000;
  border: none;
  color: white;
  padding-left: 20px;
  padding-right: 20PX;
  padding-top: 10PX;
  padding-bottom: 10PX;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 8px 2px;
}

.button1 {
  border-radius: 2px;
}

.button2 {
  border-radius: 4px;
}

.button3 {
  border-radius: 8px;
}

.button4 {
  border-radius: 26px;
}

.button5 {
  border-radius: 50%;
}


.box-text {
  text-align: left;
}

.box-set-plus {
/*  position: absolute;
  right: -38px;
  top: -49px;
  z-index: -1;*/
  width: -webkit-fill-available;
  border-radius: 10px;
}

.box-set-plus2 {
  position: absolute;
  right: -103px;
  top: -120px;
  z-index: -1;
}

.box-set-plus3 {
  position: absolute;
  right: -10px;
  top: -63px;
  z-index: -1;
  height: 150px;
}

.btn-default {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1px;
  line-height: 31px;
  border-radius: 40px;
  background: #ffff;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px 18px;
}
.customized_sec_head{
  font-size: 33px;
  font-weight: bold;
  color: #072365;
  font-family: "Montserrat", sans-serif;
}
.customized_section{
  display: flex;
  align-items: center;
}
.customized_sec_1{

}
.customized_sec_2{

}
.custom_img{
  margin-left: -20px;
  margin-bottom: -30px;
  width: 189px;
}
.customized_text{
  font-size: 25px;
  color: #072365;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 41px;
}

.btn-default:hover {
  color: #000;
  background: #ffff;
}



.box-new-bor h1 {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #02B9B1;
}

.box-new-bor h1:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #02B9B1;

}

.box-new-bor h1:before {
  margin: 0 20px 0 0;
}

.box-new-bor .box-sec {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #72A943;
}

.box-new-bor .box-sec:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #72A943;

}

.cir-white {
  width: 120px;
  height: 120px;
  gap: 0px;
  border-radius: 60px;
  background-color: #fff;
  position: absolute;
  top: 38.5%;
  left: 70.5%;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #0047AB;
  border: 2px solid #0047AB;
}

.box100 {
  font-weight: 600 !important;
  line-height: 48px;
  text-align: left;
  color: #072365;
}

.box200 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-right: 34px;
}

.box-300 {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  text-align: left !important;
  color: #072365;
}

.box-400 {
 font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  margin-right: 34px;

}

.footer-img-icon {
  position: relative;
  bottom: 27px;
  left: -16px;
}

.box500 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  text-align: left !important;
  color: #000 !important;

}

.box01 {
  position: relative;
  left: -7px;
}

.textset-box {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #000000 !important;  
  font-family: "Montserrat", sans-serif;
}
/*-----------------------------------------------------------------------------------------------------*/
.product_section{
  display: flex;
  column-gap: 30px;
}
.product_sec_1{
  width: 385px;
  background-color:#72A943 ;
  padding: 30px;
}
.product_sec_2{
  width: 750px;
  background-image: url('../img/alcohol.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 32px;
}
.height_quality{
  color: #fff !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  text-align: left;
  text-transform: capitalize;
  line-height: 50px !important;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.better_pharmacy{
  color: #fff!important;
  font-size: 42px!important;
  font-weight: 600!important;
  text-align: left;
  line-height: 50px!important;  
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
}
.offer_title{
  font-size: 31px;
  color: #2BE5DD;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.height_quality_btn{
  float: left;
  margin-top: 23%;
}
.available_section{
  display: flex;
  column-gap: 50px;
  align-items: center;
}
.available_sec_1{
  width: 50%;
}
.available_sec_2{
  width: 50%;
}
.point_section{
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
}
.point_sec_1{
  background-color: #72a943;
  width: 50%;
}
.point_sec_2{
  background-color: #072365;
  width: 50%;
}
.point_sec_1_head{
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px;
  color: #fff !important;
  letter-spacing: 0.5px;
}
.point_sec_1_para{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
}
.point_sec_2_head{
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px;
  color: #fff !important;
  letter-spacing: 0.5px;
}
.point_sec_2_para{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
}
.space{
  padding: 16px;
}
.your_title{
  font-size: 40px !important;
  font-weight: bold !important;
  color: #072365 !important;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.your_para{
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: 600 !important;
  letter-spacing: 0.2px;
  line-height: 20px;
}
.brand_logo{
  width: -webkit-fill-available;
}
.prescription_section{
  background-image: url('../img/background-white-medicine.png') ;
  height: 506px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.prescription_head{
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.prescription_subhead{
  font-size: 40px;
  color: #000000;
  font-weight: 500!important;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.banner{
  background-image: url('../img/bg_111.png');
  height: 860px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner_subhead{
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.banner_head{
  font-size: 34px;
  color: #72A943;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  width: fit-content;
}
.copyright{  
  font-family: "Montserrat", sans-serif;
}
/*-----------------------------------------------------------------------------------------------------*/
.card-container {
  max-width: 1000px;
  box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
  border-radius: 10px;
}

.card-container .card {
  border: solid 1px #f2f2f2;
  padding-top: 20px;
}
.card_head{  
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  padding-top: 25px;
}

.card-container .card .card-body {
  padding: 10px 30px 60px 30px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.card-container .card img.card-img {
  background-color: #fefefe;
  width: 40%;
}

.carousel-wrap {
  margin: 0px auto;
  padding: 8px 0%;
  width: 100%;
  position: relative;
  box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
  border-radius: 10px;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.top_sec_1{  
  font-size: 13px;
}
.top_sec_2{
  font-size: 13px;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------------Mobile Media Query Start-----------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 374px)
{
  .available_section {
    display: block;
    column-gap: 50px;
    align-items: center;
  }
  .container {
    position: relative;
    width: -webkit-fill-available;
  }
  .available_sec_1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-400 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-right: 0px;
  }
  .available_sec_2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .card-container {
    max-width: 1000px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 60px 10px 30px 10px;
    background: #fff;
  }
  .banner {
    background-image: url(../img/bg_111.png);
    height: 175px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
  }
  .banner_head {
    font-size: 12px;
    color: #72A943;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    width: fit-content;
    padding-right: 87px;
    line-height: 12px;
  }
  .banner_subhead {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-right: 108px;
  }
  .button {
    font-family: "Montserrat", sans-serif;
    background-color: #000000;
    border: none;
    color: white;
    padding-left: 18px;
    padding-right: 20PX;
    padding-top: 9PX;
    padding-bottom: 10PX;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 8px 2px;
  }
  .top_sec_1{        
    font-size: 13px;
    width: 67%;
    text-align: left;
  }
  .top_sec_2{
    font-size: 13px;
    width: 30%;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
  #footer .footer-top h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width:375px) and (max-width: 405px)
{
  .available_section {
    display: block;
    column-gap: 50px;
    align-items: center;
  }
  .container {
    position: relative;
    width: -webkit-fill-available;
  }
  .available_sec_1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-400 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-right: 0px;
  }
  .available_sec_2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .card-container {
    max-width: 1000px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 60px 10px 30px 10px;
    background: #fff;
  }
  .banner {
    background-image: url(../img/bg_111.png);
    height: 175px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
  }
  .banner_head {
    font-size: 12px;
    color: #72A943;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    width: fit-content;
    padding-right: 87px;
    line-height: 12px;
  }
  .banner_subhead {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-right: 108px;
  }
  .button {
    font-family: "Montserrat", sans-serif;
    background-color: #000000;
    border: none;
    color: white;
    padding-left: 18px;
    padding-right: 20PX;
    padding-top: 9PX;
    padding-bottom: 10PX;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 8px 2px;
  }
  .top_sec_1{        
    font-size: 12px;
    width: 67%;
    text-align: left;
  }
  .top_sec_2{
    font-size: 13px;
    width: 30%;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
  #footer .footer-top h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width:406px) and (max-width: 459px)
{
  .available_section {
    display: block;
    column-gap: 50px;
    align-items: center;
  }
  .container {
    position: relative;
    width: -webkit-fill-available;
  }
  .available_sec_1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-400 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-right: 0px;
  }
  .available_sec_2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .card-container {
    max-width: 1000px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 60px 10px 30px 10px;
    background: #fff;
  }
  .banner {
    background-image: url(../img/bg_111.png);
    height: 185px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
  }
  .banner_head {
    font-size: 12px;
    color: #72A943;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    width: fit-content;
    padding-right: 87px;
    line-height: 12px;
  }
  .banner_subhead {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-right: 108px;
  }
  .button {
    font-family: "Montserrat", sans-serif;
    background-color: #000000;
    border: none;
    color: white;
    padding-left: 18px;
    padding-right: 20PX;
    padding-top: 9PX;
    padding-bottom: 10PX;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 8px 2px;
  }
  .top_sec_1{        
    font-size: 12px;
    width: 67%;
    text-align: left;
  }
  .top_sec_2{
    font-size: 13px;
    width: 30%;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
  #footer .footer-top h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 460px) and (max-width: 540px)
{
  .available_section {
    display: block;
    column-gap: 50px;
    align-items: center;
  }
  .container {
    position: relative;
    width: -webkit-fill-available;
  }
  .available_sec_1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-400 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-right: 0px;
  }
  .available_sec_2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .card-container {
    max-width: 1000px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 60px 10px 30px 10px;
    background: #fff;
  }  
  .banner {
    background-image: url(../img/bg_111.png);
    height: 175px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
  }
  .banner_head {
    font-size: 12px;
    color: #72A943;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    width: fit-content;
    padding-right: 87px;
    line-height: 12px;
  }
  .banner_subhead {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-right: 108px;
  }
  .button {
    font-family: "Montserrat", sans-serif;
    background-color: #000000;
    border: none;
    color: white;
    padding-left: 18px;
    padding-right: 20PX;
    padding-top: 9PX;
    padding-bottom: 10PX;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 8px 2px;
  }
  .top_sec_1{        
    font-size: 13px;
    width: 67%;
    text-align: left;
  }
  .top_sec_2{
    font-size: 13px;
    width: 30%;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
  #footer .footer-top h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 541px)  and (max-width: 767px)
{
  .available_section {
    display: block;
    column-gap: 50px;
    align-items: center;
  }
  .container {
    position: relative;
    width: -webkit-fill-available;
  }
  .available_sec_1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-400 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-right: 0px;
  }
  .available_sec_2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .card-container {
    max-width: 1000px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 60px 10px 30px 10px;
    background: #fff;
  }  
  .banner {
    background-image: url(../img/bg_111.png);
    height: 175px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
  }
  .banner_head {
    font-size: 12px;
    color: #72A943;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    width: fit-content;
    padding-right: 87px;
    line-height: 12px;
  }
  .banner_subhead {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-right: 108px;
  }
  .button {
    font-family: "Montserrat", sans-serif;
    background-color: #000000;
    border: none;
    color: white;
    padding-left: 18px;
    padding-right: 20PX;
    padding-top: 9PX;
    padding-bottom: 10PX;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 8px 2px;
  }
  .top_sec_1{        
    font-size: 13px;
    width: 67%;
    text-align: left;
  }
  .top_sec_2{
    font-size: 13px;
    width: 30%;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
  #footer .footer-top h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #284786;
    padding-bottom: 12px;
  }
}
/*-----------------------------------------------Mobile Media Query End---------------------------------------------------------------*/