/*__________common css start______________*/
body, html {
    font-family: 'Poppins', Arial, sans-serif;
}


/*__________ common css end _______________*/

/*_________ header css start _____________*/
.header-cont{
  height: 82px;
}
.gr-header{
  min-height: 82px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

/* custom nav bar */
.gr-header .navbar {
  transition: position 0.3s, top 0.3s; 
}
.gr-header .navbar-toggler {
  width: 1.25rem;
  position: relative;
  transition: 0.5s ease-in-out;
}
.gr-header .navbar-toggler,
.gr-header .navbar-toggler:focus,
.gr-header .navbar-toggler:active,
.gr-header.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.gr-header .navbar-toggler span {
  margin: 0;
  padding: 0;
}
.gr-header .navbar-toggler .toggler-icon {
  background: linear-gradient(263deg, #243C5C 0%, #243C5C 100%);
}
.gr-header .navbar-toggler .toggler-icon {
  display: block;
  position: absolute;
  height: 0.188rem;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.gr-header .navbar-toggler .toggler-icon.middle-bar {
  margin-top: 0px;
}
.gr-header .navbar-toggler .toggler-icon.top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}
.gr-header .navbar-toggler .toggler-icon.top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}
.gr-header .navbar-toggler .toggler-icon.middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
.gr-header .navbar-toggler .toggler-icon.bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}
.gr-header .navbar-toggler.collapsed .toggler-icon.top-bar {
  margin-top: -0.875rem;
  transform: rotate(0deg);
}
.gr-header .navbar-toggler.collapsed .toggler-icon.middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gr-header .navbar-toggler.collapsed .toggler-icon.bottom-bar {
  margin-top: 0.875rem;
  transform: rotate(0deg);
}
/* custom toggler */
.gr-header .nav-item{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  
}
.gr-header .nav-item a{
  border-bottom:2px solid #fff;
  color: #000000;
  text-transform: capitalize;
}
.gr-header .nav-item .active{
    color: #0024C3;
    border-bottom:2px solid #0024C3;
}

.gr-header .nav-item a:hover{
    border-bottom:2px solid #0024C3;
    border-radius: 0px;
    background: none!important;
}
.fixed-top-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
 
.lastNavItemCont{
  display: flex;
  align-items: center;
}
.gr-header .lastNavItem{
   background-color: #FF9700;
   color: #fff !important;
   padding: 0px 20px !important;
   height: 45px;
   width: 189px;
   line-height: 43px;
   border-radius: 4px;
}
.gr-header .lastNavItem:hover{
    background-color: #FF9700 !important;
    color: #000000 !important;
    border-bottom:2px solid #FF9700 !important;
 }
 

/*_________ header css end _____________*/


.top-banner .left{
  align-content: center;
  padding: 150px 0;
}
.top-banner .left h1{
  color: #fff;
  font-size: 55px;
}
.top-banner .left p{
  color: #fff;
  font-size: 28px;
  margin-top: 20px;
}
.top-banner .left img{
  width: 60%;
  margin-bottom: 20px;
}
.top-banner .left .orange{
  font-size: 35px !important;
  color: #ffab2d;
  font-weight: 700;
}
.top-banner .right{
   position: relative;
}
.gmp-logo{
  width: 133px;
  height: auto;
  position: absolute;
  left: -401px;
  bottom: 32px;
}
.top-banner .right .img-fluid{
  position: absolute;
  bottom: 0;
  width:90%;
  height: auto;
  right: 0;
}
.premium-cont .right{
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.premium-cont .left{
  display: flex;
  justify-content: center;
  align-items: center;
}
.premium-cont .left img{
  width:423px;
  height: auto;
}
.premium-cont .right .one h1{
  font-size: 32px;
  color: #0024C3;
  font-weight: 600;
}

.premium-cont .right .one p{
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 400;
}

.premium-cont .right .inner .box{
  height: 115px;
  display: flex;
  background-color: #0024C3;
  color: #fff;
  align-items: center;
  gap:10px;
  margin: 10px;
  border-radius: 10px;
}

.premium-cont .right .inner .box img{
  width: 78px;
  height: 78px;
}

.premium-cont .right .inner .box h4{
  font-size: 16px; 
  font-weight: 600;

}

.premium-cont .right .inner .box p{
  font-size: 13px !important;
  font-weight: 400;
}


.partner-cont{
  background-color: #0024C3;
  position: relative;
}

.partner-cont .one{
  width:202px;
  height: 100%;
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
}
.partner-cont .two{
  float: right;
  position: absolute;
  height: auto;
  bottom: 0;
  right: 0;
}
.partner-cont .three{
  float: right;
  position: absolute;
  height: auto;
  top: 0;
  right:200px;
}
.partner-cont p{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.partner-cont h2{
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.partner-cont h3{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.partner-cont .large{
  background-color:#FF9700;
  color: #0024C3;
  font-size: 24px;
  font-weight: 700;
}
.modal-footer .btn{
  background-color:#FF9700;
  color: #0024C3;
  font-size: 20px;
  font-weight: 600;
  width: 200px;
}
.modal-captcha{
  width: 80% !important;
}
.border-full{
  border: 1px solid rgb(245, 242, 242);
}
.partner-cont .modal-title{
  font-size: 25px !important;
  font-weight: 600;
  color: #0024C3 !important;
  line-height: 30px;
}
.partner-cont .modal-title p{
  font-size: 14px !important;
  font-weight: 400;
  color: #0024C3 !important;
  margin-bottom: 0;
  line-height: 20px;
}
.partner-cont .form-control{
  background-color: #F5F7FA;
}
.partner-cont .theme-blue{
  background-color: #0024C3;
  border-radius: 10px;
}
.partner-cont .modal-body label{
  color: #0024C3;
  font-weight:400;
}

.partner-cont .modal-body .form-check-input:checked {
  background-color: #0d6efd;
  border:2.5px solid #FF9700;
}
.partner-cont .theme-blue span{
  color: #FF9700;
  font-weight: 600;
  font-size: 16px;
}
.partner-cont .theme-blue a{
  text-decoration: none;
  font-size: 16px !important;
  margin-bottom: 0;
}
.partner-cont .theme-blue p{
  text-decoration: none;
  font-size: 16px !important;
  margin-bottom: 0;
}
.franchise-cont .headeing h2{
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.franchise-cont .headeing p{
  font-size: 16px;
  font-weight: 400;
  color: #5C5C5C;
  text-align: center;
}
.franchise-cont .item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.franchise-cont p{
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}


.generic-remedy-cont {
  background-color:#DDE7FF;
}
.generic-remedy-cont .headeing h2{
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.generic-remedy-cont .headeing p{
  font-size: 16px;
  font-weight: 400;
  color: #5C5C5C;
  text-align: center;
}
.generic-remedy-cont .compare-cont{
  display: flex;
  justify-content: center;
}
.generic-remedy-cont .compare-cont .left{
  background-color: #fff;
}
.generic-remedy-cont .compare-cont .left h2{
  background-color: #0024C3;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.generic-remedy-cont .compare-cont .right h2{
  background-color: #0024C3;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.generic-remedy-cont .compare-cont .right{
  background-color: #fff;
}
.generic-remedy-cont .compare-cont .middle h2{
  font-weight: 600;
  font-size: 22px;
  color: #5C5C5C;
}
.generic-remedy-cont .compare-cont .middle .ul-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
  margin-top: 32px;
}
.generic-remedy-cont .compare-cont .middle .ul-cont ul{
  gap: 15px;
}
.foundation-cont .headeing h2{
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.foundation-cont .headeing p{
  font-size: 16px;
  font-weight: 400;
  color: #5C5C5C;
  text-align: center;
}

.foundation-cont .item h4{
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 10px;
}

.foundation-cont .item p{
  font-size: 16px;
  font-weight: 400;
  color:#5C5C5C;
}


.join-team-cont{
  background-color: #0024C3;
}

.join-team-cont .heading h2{
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.join-team-cont .heading p{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.join-team-cont form{
  background-color: #fff;
  border-radius:10px;
  padding: 25px 30px;
}
.join-team-cont label{
  font-size: 16px;
  font-weight: 400;
  color: #3E3E3E;
}

.join-team-cont form .btn{
  padding: 6px 40px ;
  background-color: #0024C3;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.join-team-cont .right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: #DDE7FF;
}
.footer .social-cont p{
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
}
.footer .social-icons{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.footer .social-icons a{
  text-decoration: none;
}
.footer .social-icons img{
  width: 27px;
  height: 27px;
}
.footer .contact-cont h3{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer .contact-cont a{
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items:start;
  gap: 10px;
  font-size: 16px;
}
.footer .contact-cont img{
  width: 20px;
  height: auto;
}

.footer .google-map{
  position: relative;
}
.footer .google-map iframe{
  position: absolute;
  width:100%;
  height:295px;
  border-radius:10px;
  bottom:10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.captcha-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  padding:10px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  width: 55%;
}

.captcha-checkbox {
  display: none;
}

.captcha-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.captcha-label .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #fff;
  position: relative;
}

.captcha-checkbox:checked + .captcha-label .checkmark {
  border-color: #4285f4;
  background-color: #4285f4;
}

.captcha-checkbox:checked + .captcha-label .checkmark::after {
  content: '';
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
}

.captcha-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.captcha-logo img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.captcha-logo span {
  font-size: 12px;
  color: #666;
}

.captcha-info {
  font-size: 11px;
  color: #666;
}

/* our product categories */
.product-categories-cont .item{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.product-categories-cont{
  /* background-color: #DDE7FF; */
}

.product-categories-cont h2{
  font-weight: 600;
  color: #000000;
}
.product-categories-cont h4{
  font-weight: 600;
  color: #FF9700;
}
.product-categories-cont .item .img-cont{
  border: 1px solid #e6dfdf;
  border-radius:10px;
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-categories-cont .item .img-cont img{
  border-radius:10px;
}
.product-categories-cont .item .img-cont{
   position: relative;
}
.product-categories-cont .item .hover{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
}
.product-categories-cont .item .hover:hover{
   background-color: rgba(0, 0, 0, 0.4);
   cursor: grab;
}
.product-categories-cont .item p{
  width: 100%;
  background: #f4f4f5;
  text-align: center;
  padding: 10px;
}
.product-categories-cont .item p:hover{
  color: #FF9700;
}
.product-categories-cont .product-categories-slider .owl-nav{
  display: unset;
}
.product-categories-cont .product-categories-slider .owl-nav button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  border: 1.5px solid #FF9700;
  position: absolute;
}
.product-categories-cont .product-categories-slider .owl-nav button:hover{
  background-color:#ff990060;
}
.product-categories-cont .product-categories-slider .owl-nav span{
  font-size: 38px;
  line-height: 27PX;
  color:  #FF9700;
}
.product-categories-cont .product-categories-slider .owl-prev{
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.product-categories-cont .product-categories-slider .owl-next{
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/* our leadership team */
.leadership-cont .headeing h2{
  text-align:center;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.leadership-cont .ceo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #000000;
}
.leadership-cont .ceo img{
  border-radius: 50%;
  margin-bottom: 10px;
  width:200px;
  height:200px;
}
.leadership-cont .text-1{
  display: flex;
  align-items: center;
}
.leadership-cont .text-2{
  display: flex;
  align-items: center;
}
.leadership-cont .team-img div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadership-cont .team-img img{
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}


@media(max-width: 425px) {
  .navbar-nav > li:nth-child(1) {
    width: 15%;
  }
  .navbar-nav > li:nth-child(2) {
    width: 40%;
  }
  
  .navbar-nav > li:nth-child(3) {
    width: 67%;
  }
  
  .navbar-nav > li:nth-child(4) {
    width: 30%;
  }
  
  .navbar-nav > li:nth-child(5) {
    width: 30%;
    margin-bottom: 20px;
  }
  

  .top-banner .left{
    padding:10px 0 230px 10px;
  }
  .top-banner .left h1{
    font-size:35px;
  }
  .top-banner .left p{
    font-size: 26px;
    margin-top: 10px;
  }
  .top-banner .right .img-fluid{
    left:20px;
  }
  .gmp-logo{
    width:60px !important;
    top: -349px !important;
    right: 10px !important;
    left: unset !important;
  }
  .premium-cont .right{
    padding-top: 20px;
  }
  .premium-cont .left img{
    width:100%;
    height: auto;
  }
  .premium-cont .right .one h1{
    font-size: 25px;
  }
  
  .premium-cont .right .one p{
    font-size: 16px;
  }
  .partner-cont .three{
    width: 30%;
    right:20px;
  }
  
  .premium-cont .right .inner .box{
    width: 95%;
    height: 115px;
  }
  
  .premium-cont .right .inner .box img{
    width: 55px;
    height: 55px;
  }

  .partner-cont{
    height:595px;
  }
  .partner-cont .one{
    width:100px;
    top: 0px;
  }
  .partner-cont .two{
    float: right;
    height: auto;
    top: unset;
    right: 0;
    bottom:0px;
  }
  .partner-cont p{
    font-size: 22px;
  }
  .partner-cont h2{
    font-size: 38px;
  }
  .partner-cont h3{
    font-size: 27px;
  }
  .partner-cont .btn{
    font-size: 20px;
  }
  .modal-captcha{
    width: 100% !important;
  }
  .franchise-cont .headeing h2{
    font-size: 30px;
  }
  

  .generic-remedy-cont .headeing h2{
    font-size: 40px;
  }
  
  .generic-remedy-cont .headeing p{
    font-size: 16px;
  }
  .generic-remedy-cont .compare-cont{
    display: flex;
    justify-content: center;
  }

  .generic-remedy-cont .compare-cont p,li{
    font-size: 13px;
  }
  .generic-remedy-cont .compare-cont .left h2{
    font-size: 11px;
  }
  .generic-remedy-cont .compare-cont .right h2{
    font-size: 11px;
  }
  .generic-remedy-cont .compare-cont .middle h2{
    font-size: 14px;
  }
  .generic-remedy-cont .compare-cont .left{
    width: 65%;
  }
  .generic-remedy-cont .compare-cont .right{
    width: 65%;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    margin-top: 25px;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont ul{
    gap: 5px;
  }
  .foundation-cont .row{
    gap: 20px;
  }
  .foundation-cont .headeing h2{
    font-size: 30px;
  }
  .foundation-cont .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .join-team-cont .heading h2{
    font-size: 27px;

  }


  .join-team-cont form{
    padding: 20px 20px;
  }

  .join-team-cont form .btn{
    padding: 6px 20px;
    font-size: 18px;
  }
  
  .join-team-cont .right{
    margin-bottom: 40px;
  }
  .footer {
    /* height: 800px; */
  }
  .footer .google-map iframe{
    position: absolute;
    width:100%;
    height:230px;
    border-radius:10px;
    bottom:-250px;
    left: 0;
  }
  .leadership-cont .team-img img{
    margin-bottom:20px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 767px) {
  .navbar-nav > li:nth-child(1) {
    width: 15%;
  }
  .navbar-nav > li:nth-child(2) {
    width: 40%;
  }
  
  .navbar-nav > li:nth-child(3) {
    width: 67%;
  }
  
  .navbar-nav > li:nth-child(4) {
    width: 30%;
  }
  
  .navbar-nav > li:nth-child(5) {
    width: 30%;
    margin-bottom: 20px;
  }
  .top-banner .left{
    padding:10px 0 280px 10px;
  }
  .top-banner .left h1{
    font-size:35px;
  }
  .top-banner .left p{
    font-size: 26px;
    margin-top: 10px;
  }
  .top-banner .right .img-fluid{
    left:65px;
    width: 75%;
  }
  .gmp-logo{
    width:60px !important;
    top: -346px !important;
    right: 10px !important;
    left: unset !important;
  }
  .premium-cont .right{
    padding-top: 20px;
  }
  .premium-cont .left img{
    width:100%;
    height: auto;
  }
  .premium-cont .right .one h1{
    font-size: 27px;
  }
  .partner-cont .three{
    width:50%;
    right:0px;
  }
  .premium-cont .right .inner .box{
    width: 95%;
    height: 115px;
  }
  .premium-cont .right .inner .box img{
    width: 60px;
    height: 60px;
  }
  .partner-cont{
    height: 615px;
  }
  .partner-cont .one{
    width:100px;
    top: 0px;
  }
  .partner-cont .two{
    float: right;
    height: auto;
    top: unset;
    right: 0;
    bottom:0px;
  }
  .modal-captcha{
    width: 100% !important;
  }
  .partner-cont p{
    font-size: 25px;
  }
  .partner-cont h2{
    font-size: 42px;
  }
  .partner-cont h3{
    font-size: 30px;
  }
  .partner-cont .btn{
    font-size: 20px;
  }
  .franchise-cont .headeing h2{
    font-size: 30px;
  }
  .generic-remedy-cont .headeing h2{
    font-size: 40px;
  }
  .generic-remedy-cont .headeing p{
    font-size: 16px;
  }
  .generic-remedy-cont .compare-cont{
    display: flex;
    justify-content: center;
  }
  .generic-remedy-cont .compare-cont p,li{
    font-size: 13px;
  }
  .generic-remedy-cont .compare-cont .left h2{
    font-size: 11px;
  }
  .generic-remedy-cont .compare-cont .right h2{
    font-size: 11px;
  }
  .generic-remedy-cont .compare-cont .middle h2{
    font-size: 14px;
  }
  .generic-remedy-cont .compare-cont .left{
    width: 60%;
  }
  .generic-remedy-cont .compare-cont .right{
    width: 60%;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-top: 25px;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont ul{
    gap:5px;
  }
  .foundation-cont .row{
    gap:0px;
  }
  .foundation-cont .headeing h2{
    font-size: 30px;
  }
  .foundation-cont .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .join-team-cont .heading h2{
    font-size: 27px;

  }
  .join-team-cont form{
    padding: 20px 20px;
  }
  .join-team-cont form .btn{
    padding: 6px 20px;
    font-size: 18px;
  }
  .join-team-cont .right{
    margin-bottom: 40px;
  }
  .footer {
    /* height: 800px; */
  }
  .footer .google-map iframe{
    position: absolute;
    width:100%;
    height:230px;
    border-radius:10px;
    bottom:-250px;
    left: 0;
  }
  .leadership-cont .team-img img{
    margin-bottom:20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar-nav > li:nth-child(1) {
    width: 10%;
  }
  .navbar-nav > li:nth-child(2) {
    width: 25%;
  }
  
  .navbar-nav > li:nth-child(3) {
    width: 35%;
  }
  
  .navbar-nav > li:nth-child(4) {
    width: 15%;
  }
  .navbar-nav > li:nth-child(5) {
    width: 15%;
    margin-bottom: 20px;
  }

  .top-banner .left{
    padding:70px 0 70px 10px;
  }
  .top-banner .left h1{
    font-size:35px;
  }
  .top-banner .left p{
    font-size: 22px;
    margin-top: 10px;
  }
  .top-banner .right .img-fluid{
    width: 52%;
    right: 0;
  }
  .gmp-logo{
    width: 72px !important;
    left: 105px;
    bottom: 15px;
  }
  .premium-cont .right{
    padding-top: 20px;
  }
  .premium-cont .left img{
    width:40%;
    height: auto;
  }
  .premium-cont .right .one h1{
    font-size: 27px;
  }
  .premium-cont .right .inner .box{
    width: 47%;
    height: 115px;
  }
  .premium-cont .right .inner .box img{
    width: 60px;
    height: 60px;
  }
  .partner-cont{
    height: auto;
  }
  .partner-cont .one{
    width:100px;
    top: 0px;
  }
  .partner-cont .two{
    float: right;
    height: auto;
    top: unset;
    right: 0;
    bottom:0px;
    width: 40%;
    z-index: 1;
  }
  .partner-cont .three{
    width:20%;
    right:20px;
  }
  .partner-cont p{
    font-size: 25px;
  }
  .partner-cont h2{
    font-size: 42px;
  }
  .partner-cont h3{
    width: 70%;
    font-size: 30px;
  }
  .partner-cont .btn{
    font-size: 20px;
  }
  .franchise-cont .headeing h2{
    font-size: 30px;
  }
  .generic-remedy-cont .headeing h2{
    font-size: 40px;
  }
  .generic-remedy-cont .headeing p{
    font-size: 16px;
  }
  .generic-remedy-cont .compare-cont{
    display: flex;
    justify-content: center;
  }
  .generic-remedy-cont .compare-cont .left h2{
    font-size: 22px;
  }
  .generic-remedy-cont .compare-cont .right h2{
    font-size: 22px;
  }
  .generic-remedy-cont .compare-cont .middle h2{
    font-size: 22px;
  }
  .generic-remedy-cont .compare-cont .left{
    width: 45%;
  }
  .generic-remedy-cont .compare-cont .right{
    width: 45%;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 32px;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont ul{
    gap: 15px;
  }
  .foundation-cont .row{
    gap: 20px;
    justify-content: center;
  }
  .foundation-cont .item{
    width: 45%;
    text-align: center;
  }
  .foundation-cont .headeing h2{
    font-size: 30px;
  }

  .join-team-cont .heading h2{
    font-size: 27px;

  }
  .join-team-cont form{
    padding: 20px 20px;
  }
  .join-team-cont form .btn{
    padding: 6px 20px;
    font-size: 18px;
  }
  .join-team-cont .right{
    margin-bottom: 40px;
  }
  .footer {
    /* height: 500px; */
  }
  .footer .google-map iframe{
    position: absolute;
    width:50%;
    height:230px;
    border-radius:10px;
    bottom:0px;
    right: 0;
  }
  .top-banner .left img{
    width:40%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .gr-header .lastNavItem{
    padding: 0px 10px !important;
    height: 40px;
    width: 129px;
    line-height: 40px;
    font-size: 14px;
  }

  .top-banner .left{
    padding:100px 0 100px 10px;
  }
  .top-banner .left h1{
    font-size:45px;
  }
  .top-banner .left p{
    font-size: 23px;
    margin-top: 10px;
  }
  .top-banner .right .img-fluid{
    width: 100%;
    right: 10px;
  }
  .gmp-logo{
    width:80px !important;
    left: -359px;
    bottom: 29px;
  }
  .premium-cont .right{
    padding-top: 20px;
  }
  .premium-cont .left img{
    width:100%;
    height: auto;
  }
  .premium-cont .right .one h1{
    font-size: 27px;
  }
  .premium-cont .right .inner .box{
    height: 115px;
    margin: 5px;
  }
  .premium-cont .right .inner .box h4{
    font-size: 15px;
  }

  .premium-cont .right .inner .box img{
    width: 50px;
    height: 50px;
  }
  .partner-cont{
    height: auto;
  }
  .partner-cont .one{
    width:100px;
    top: 0px;
  }
  .partner-cont .two{
    float: right;
    height: auto;
    top: unset;
    right: 0;
    bottom:0px;
    width: 40%;
  }
  .partner-cont .three{
    width:20%;
    right:140px;
  }
  .partner-cont p{
    font-size: 25px;
  }
  .partner-cont h2{
    font-size: 42px;
  }
  .partner-cont h3{
    font-size: 30px;
  }
  .partner-cont .btn{
    font-size: 20px;
  }
  .franchise-cont .headeing h2{
    font-size: 30px;
  }
  .generic-remedy-cont .headeing h2{
    font-size: 40px;
  }
  .generic-remedy-cont .headeing p{
    font-size: 16px;
  }
  .generic-remedy-cont .compare-cont{
    display: flex;
    justify-content: center;
  }
  .generic-remedy-cont .compare-cont .left h2{
    font-size: 22px;
  }
  .generic-remedy-cont .compare-cont .right h2{
    font-size: 22px;
  }
  .generic-remedy-cont .compare-cont .middle h2{
    font-size: 22px;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    margin-top: 32px;
  }
  .generic-remedy-cont .compare-cont .middle .ul-cont ul{
    gap: 15px;
  }
  .foundation-cont .row{
    gap: 0px;
  }
  .foundation-cont .headeing h2{
    font-size: 30px;
  }

  .join-team-cont .heading h2{
    font-size: 27px;

  }
  .join-team-cont form{
    padding: 20px 20px;
  }
  .join-team-cont form .btn{
    padding: 6px 20px;
    font-size: 18px;
  }
  .join-team-cont .right{
    margin-bottom: 40px;
  }
  .footer {
    height: auto;
  }
  .footer .google-map iframe{
    position: absolute;
    width:100%;
    height:300px;
    border-radius:10px;
    top:-50px;
    left: 0;
  }
  .leadership-cont .team-img img{
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .gmp-logo{
    width:100px !important;
    left: -401px !important;
    bottom: 50px !important;
  }
  .leadership-cont .team-img img{
    width: 70%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width:60%;

  }
}


.modal-dialog-scrollable .modal-content {
  overflow:scroll !important;
}

.form-check{padding-left:0em !important;}

.count-sec .grid-count {
  grid-template-columns: repeat(auto-fit, minmax(min(13rem, 100%), 1fr));
  display: grid;
  gap: 20px;
}
.count-sec .card {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 16px;
  background: #DDE7FF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #DDE7FF;
  border-radius: 10px;
  gap: 10px;
}
.count-sec .h-txt {
  font-weight: 600;
  color: #000;
  margin: 0;
}
.count-sec p {
  margin: 0;
  color: #5C5C5C;
  font-weight: 400;
}
.count-sec p.small {
  text-align: end;
  width: 100%;
  margin-top: 5px;
}
.vision-mission .bg-color{
  background: #0024C3;
}
.vision-mission .vm-inner {
  background: #fff;
  box-shadow: 0px 10px 20px #00000014;
}
.vision-mission .left-txt{
  padding: 15% 10%;
}
.vision-mission .left-txt img{
  background: #fff;
  padding: 8px;
  width: 150px;
  border-radius: 10px;
}
.vision-mission .left-txt .txt {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.vision-mission .vm-inner .txt {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}
.black-txt{color: #000;}
.vision-mission .vm-txt p {color:#5C5C5C;}
.blue-txt {color: #0024C3;}
.vision-mission .right-txt{
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.vision-mission .right-txt .txt {transform: rotate(90deg);margin: 0;font-weight: 600;}
.txt-justify {text-align: justify;}
@media(max-width:991px){
  .vision-mission .left-txt{padding: 2.5rem 1.5rem;}
  .vision-mission .right-txt .txt {transform: none;padding: 12px;}
}