@import url('https://fonts.googleapis.com/css2?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');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
}

#main_contactus {

    padding-top: 2%;
}

.page_title {
  
    margin-top: 30px;
}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
}

}

/*custom nav*/

#google_translate_element {
    position: absolute;
    top: 15%;
    right: 1%;
}

/* Hide the top Google translate banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    
    display: none;
}

/* Prevent body from shifting down when the banner is injected */
body {
  top: 0px !important;
}


.d-lg-block.editor{
    padding-bottom: 75px;
}
.custom-nav {
    background: #fff;
    display: flex;
    height: 130px;
    position: fixed;
    z-index: 10;
}
.custom-navlogo {
    flex: 0 0 31%;
    padding: 10px;

}
.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-navinfo {
    display: flex;
    flex: 0 1 69%;
    justify-content: flex-end;
    padding-right: 12%;
}
.cn-infobox {
    display: flex;
    align-items: flex-start;
    padding: 20px 3vw;
    position: relative;
}

.cn-infobox.a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 25px;
    right: 0%;
    background: #a21969;
    width: 2px;
    height: 60px;
    margin: auto 0;
}

.cn-infobox img {
    width: 100%;
    max-width: 35px;
    margin-right: 15px;
    border: 1px solid #a21969;
    border-radius: 50%;
}
.cn-infotext {
    white-space: nowrap;
}
.cn-infotext-1 {
    font-size: 15px;
    color: #a21969;
    font-weight: 700;
}
.cn-infotext-2 {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    line-height: 0.9;
    transition: all 0.3s ease-in-out;
}
.cn-infotext-2:hover {
    color: #000;
    text-decoration: none;
}
@media all and (max-width:1200.5px) {
    
.cn-infobox.a::before {
   
    right: -3%;

}

}
@media all and (max-width:991.5px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}

/*Nav*/

.navbar_type8 {
    
    height: 55px;
    top: 100px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
   
    top: 29px;
    
}

.navbar_type8 .logo {
    
    display: none;
    flex: 0 1 24%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 76%;
    justify-content: flex-end;
    padding-left: 0%;
    padding-right: 3%;
    background: #079527;
    border-radius: 30px 0 0 30px;
    margin-left: auto;
}

.navbar_type8 .nav_tab .nav_item a {
  
    padding: 15px 1.9vw;
    font-size: 1vw;
    text-transform: capitalize;
}



.navbar_mobile {
    background-color: #fff;
   
}



.dark_nav {
    background-color: transparent !important;
    animation: none;

}

.navbar_type8 .nav_tab .nav_item::before {
  
    width: 0%;
    left: 50%;
    top: 90%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #fff;
     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
  
    width: 40%;

}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(7, 149, 39, 0.8);
 
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
}

.navbar_mobile .logo_img {

    transform: scale(1.25);
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 0.95vw;
    font-size: 1.15vw;
    
}

.navbar_type8 .nav_tab {

    padding-right: 1%;
    flex: 0 1 79%;
}

.navbar_type8 .logo {
    
   
    flex: 0 1 21%;
}


}

/*Banner*/

.hp_banner {
    padding-top: 14%;
    padding-left: 8%;
    overflow: hidden;
    height: 100%;
}

.hp_banner_title::before {
    position: absolute;
    content: "";
    top: -15%;
    left: 0%;
    background: #a21969;
    width: 8.5vw;
    height: 4px;

}

.hp_banner_title {
    color: #a21969;
    font-size: 2.65vw;
    font-weight: 700;
    margin-bottom: 1%;
    position: relative;
}

.hp_banner_desc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2%;
}

.hp_banner_link {
    background: #079527;
    border: 1px solid #079527;
    color: white;
    padding: 0.5vw 2.25vw;
    font-size: 1vw;
    border-radius: 10px;
    transition: 0.3s;
}

.hp_banner_link2 {
    
    color: #079527;
    border: 1px solid #079527;
    padding: 0.5vw 1.25vw;
    font-size: 1vw;
    border-radius: 10px;
    transition: 0.3s;
}

.hp_banner_link:hover {
    background: #a21969;
    color: white;
    border: 1px solid #a21969;
}

.hp_banner_link2:hover {
    
    color: #a21969;
    border: 1px solid #a21969;
}

.hp_banner_abox {
    display: flex;
    gap: 1vw;
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
    
    font-size: 3.15vw;
   
    margin-bottom: 1%;

}

.hp_banner_title::before {
  
    top: -15%;
  
    width: 10vw;
  
}

.hp_banner_desc {
   
    font-size: 1.75vw;
   
    margin-bottom: 2%;
}

.hp_banner_link {
   
    padding: 0.75vw 2.75vw;
    font-size: 1.5vw;

}

.hp_banner_link2 {
    

    padding: 0.75vw 1.75vw;
    font-size: 1.5vw;
   
}

.hp_banner {
    padding-top: 12%;
    padding-left: 7%;
}

}


@media screen and (max-width: 767.5px){
.hp_banner_title {
    
    font-size: 7vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2%;

}

.hp_banner_title::before {
  
    top: -18%;
  
    width: 22.5vw;
  
}

.hp_banner_desc {
   
    font-size: 3.5vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5%;
}

.hp_banner_link {
   
    padding: 1.5vw 5vw;
    font-size: 3.5vw;

}

.hp_banner_link2 {
    

    padding: 1.5vw 5vw;
    font-size: 3.5vw;
   
}

.hp_banner {
    padding-top: 10%;
    padding-left: 3%;
}

}


/*About*/


.shake-lr {
	-webkit-animation: shake-lr 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: shake-lr 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}


.hp_about {
    text-align: center;
    padding: 6% 6% 3%;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    top: 12%;
    left: -2%;
    background-image: url(https://cdn1.npcdn.net/img/1752721920B_Leaf1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13vw;
    height: 13vw;
    animation: shake-lr 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

.hp_about:after {
    position: absolute;
    content: "";
    bottom: -9%;
    right: -0.5%;
    background-image: url(https://cdn1.npcdn.net/img/1752722156B_Leaf2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13vw;
    height: 13vw;
    animation: shake-lr 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

.hp_about_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
    background: #a21969;
    width: 8.5vw;
    height: 4px;

}

.hp_about_title {
    color: #a21969;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1.5%;
    padding-bottom: 1%;
    position: relative;
}

.hp_about_desc1 {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.8;
    font-size: 1.08vw;
    font-weight: 400;
    margin-bottom: 2%;
}
.hp_about_desc2 {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.8;
    font-size: 1.08vw;
    font-weight: 400;
    margin-bottom: 3%;
}

.hp_about_link {
    background: #079527;
    border: 1px solid #079527;
    color: white;
    padding: 0.5vw 1.5vw;
    font-size: 1vw;
    border-radius: 10px;
    transition: 0.3s;
}


.hp_about_link:hover {
    background: #a21969;
    color: white;
    border: 1px solid #a21969;
}

@media screen and (max-width: 1200.5px){
.hp_about_title {
   
    font-size: 2.5vw;
   
    margin-bottom: 1.5%;
    padding-bottom: 1%;
   
}

.hp_about_desc1 {
    
    font-size: 1.4vw;
    
    margin-bottom: 2%;
}
.hp_about_desc2 {
  
    font-size: 1.4vw;
 
    margin-bottom: 3%;
}

.hp_about_link {
   
    padding: 0.75vw 2vw;
    font-size: 1.4vw;

}

.hp_about_title::before {
 
    width: 9.5vw;
    height: 4px;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title {
   
    font-size: 7vw;
   
    margin-bottom: 4%;
    padding-bottom: 4%;
   
}

.hp_about_desc1 {
    
    font-size: 3.75vw;
    
    margin-bottom: 4%;
}

.hp_about_desc2 {
  
    font-size: 3.75vw;
 
    margin-bottom: 6%;
}

.hp_about_desc1 br {
    
    display: none;
}

.hp_about_desc2 br {
    
    display: none;
}

.hp_about_link {
   
    padding: 1.5vw 4vw;
    font-size: 3.75vw;

}

.hp_about_title::before {
 
    width: 18vw;
    height: 4px;
}

.hp_about {
   
    padding: 12% 3%;
   
}

.hp_about:before {
 
    top: 7%;
    left: -4%;
  
    width: 26vw;
    height: 26vw;
   
}

.hp_about:after {
   
    bottom: -4%;
  
    width: 26vw;
    height: 26vw;
    
}

}

/*Therapies*/

.hp_therapies {
    padding: 3% 9% 6%;
    position: relative;
}

.hp_therapies_image {
    width: 100%;
}

.hp_therapies_box {
    margin: 0 1.5vw;
}

.hp_therapies_itbox {
    padding-left: 3%;
}

.hp_therapies:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1752722336C_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
    z-index: -1;
}

.hp_therapies_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
    background: #a21969;
    width: 8.5vw;
    height: 4px;

}

.hp_therapies_title {
    color: #a21969;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 4%;
    padding-bottom: 1%;
    position: relative;
    text-align: center;
}

.hp_therapies_item1::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    background: #a21969;
    width: 8.5vw;
    height: 4px;

}

.hp_therapies_item1 {
    color: black;
    font-size: 1.25vw;
    font-weight: 600;
    position: relative;
    padding-bottom: 3%;
    margin-bottom: 2%;
    margin-top: 6%;
}

.hp_therapies_item2 {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
    padding-right: 3vw;
}

.hp_therapies_sbox .slick-prev:before {
 
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1752724454C_Button1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 1;
}

.hp_therapies_sbox .slick-next:before {
 
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1752724561C_Button2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 1;
}

.hp_therapies_sbox .slick-prev {
    left: -70px;
    z-index: 10;
    top: 33%;
}

.hp_therapies_sbox .slick-next {
    right: -25px;
    z-index: 10;
    top: 33%;
}

@media screen and (max-width: 1200.5px){
.hp_therapies_title::before {
  
    width: 9.5vw;
    height: 4px;

}

.hp_therapies_title {
   
    font-size: 2.5vw;
    
    margin-bottom: 4%;
    padding-bottom: 1%;
   
}

.hp_therapies_item1::before {
    
    width: 11.5vw;
    height: 4px;

}

.hp_therapies_item1 {
   
    font-size: 1.75vw;
    
    padding-bottom: 3%;
    margin-bottom: 2%;
    margin-top: 6%;
}

.hp_therapies_item2 {
    font-size: 1.5vw;
   
    padding-right: 0;
}

}

@media screen and (max-width: 767.5px){
.hp_therapies_title::before {
  
    width: 18vw;
    height: 4px;

}

.hp_therapies_title {
   
    font-size: 7vw;
    
    margin-bottom: 7%;
    padding-bottom: 4%;
   
}

.hp_therapies_item1::before {
    
    width: 26.5vw;
    height: 4px;

}

.hp_therapies_item1 {
   
    font-size: 4vw;
    
    padding-bottom: 3%;
    margin-bottom: 2%;
    margin-top: 6%;
}

.hp_therapies_item2 {
    font-size: 3.75vw;
   
    padding-right: 0;
}

.hp_therapies {
    padding: 12% 3%;
 
}

.hp_therapies_box {
    margin: 0 2vw;
}

.hp_therapies_sbox .slick-prev {
    left: -35px;
   
}

.hp_therapies_sbox .slick-next {
    right: -1px;
   
}

.hp_therapies_sbox .slick-prev:before {
    
    width: 35px;
    height: 35px;
  
}

.hp_therapies_sbox .slick-next:before {
    
    width: 35px;
    height: 35px;
  
}

}

/*Join*/

.hp_join_box {
    background: #079527;
    text-align: center;
    padding: 12% 6% 12%;
    margin-bottom: 2vw;
    border-radius: 3vw;
}

.hp_join {
    padding: 1% 9% 1% 0;
}

.hp_join .row {
 
    align-items: center;
}

.hp_join_ibox{
    margin-left: -20px;
    margin-right: 6%;
}

.hp_join_image.img-fluid {
    width: 100%;
}

.hp_join .col-12.col-md-4 {
    padding: 0 1vw;
}

.hp_join_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    background: #a21969;
    width: 7.5vw;
    height: 4px;

}

.hp_join_title {
    color: #a21969;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 4%;
    padding-bottom: 2%;
    position: relative;
    
}

.hp_join_item {
    margin-bottom: 0;
    color: white;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 6%;
}

.hp_join_link {
    background: #079527;
    border: 1px solid #079527;
    color: white;
    padding: 0.5vw 1.5vw;
    font-size: 1.1vw;
    border-radius: 10px;
    transition: 0.3s;
}


.hp_join_link:hover {
    background: #a21969;
    color: white;
    border: 1px solid #a21969;
}

.hp_join_bbox {
    margin-top: 3%;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

.hp_join_icon {
    width: 6vw;
    transition: 0.3s;
}

.hp_join_icon:hover {
    animation: 1s jshake;
}

.hp_join_bbox {
    display: flex;
    gap: 1.5vw;
}

@media screen and (max-width: 1200.5px){
.hp_join_title::before {
  
    width: 9.5vw;
    height: 4px;

}

.hp_join_title {
  
    font-size: 2.5vw;
   
    margin-bottom: 4%;
    padding-bottom: 2%;
   
    
}

.hp_join_item {
   
    font-size: 1.3vw;
 
    margin-top: 6%;
}

.hp_join_item br {
   
    display: none;
}

.hp_join_link {

    padding: 0.75vw 2vw;
    font-size: 1.6vw;
   
}

.hp_join_icon {
    width: 6.5vw;
   
}

.hp_join {
    padding: 1% 6% 1% 0;
}

}


@media screen and (max-width: 767.5px){
.hp_join_title::before {
  
    width: 25vw;
    height: 4px;

}

.hp_join_title {
  
    font-size: 7vw;
   
    margin-bottom: 9%;
    padding-bottom: 4%;
   
    
}

.hp_join_item {
   
    font-size: 3.75vw;
 
    margin-top: 6%;
}

.hp_join_item br {
   
    display: block;
}

.hp_join_link {

    padding: 1.5vw 4vw;
    font-size: 3.75vw;
   
}

.hp_join_icon {
    width: 20vw;
   
}

.hp_join_box {

    padding: 12% 6% 12%;
    margin-bottom: 25px;
    border-radius: 12vw;
}

.hp_join {
    padding: 12% 0% 12% 0;
}

.hp_join_ibox{
    margin-left: -20px;
    margin-right: 0;
}

.hp_join .col-12.col-md-4 {
    padding: 0 17%;
}

.hp_join_bbox {
    text-align: center;
    margin-top: 4%;
}

}

/*Board*/

.hp_board {
    padding: 6% 9% 5%;
    position: relative;
}

.hp_board .col-12.col-md-5 {
    padding-left: 9%;
}

.hp_board .row {
    align-items: center;
}

.hp_board:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1752734044E_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_board_image {
    width: 100%;
}

.hp_board_box {
    margin: 0 1vw;
}

.hp_board_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    background: #a21969;
    width: 7.5vw;
    height: 4px;

}

.hp_board_title {
    color: #a21969;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 5%;
    padding-bottom: 3%;
    position: relative;
    margin-top: 5%;
}

.hp_board_desc {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.8;
    font-size: 1.08vw;
    font-weight: 400;
    margin-bottom: 10%;
}


.hp_board_link {
    background: #079527;
    border: 1px solid #079527;
    color: white;
    padding: 0.5vw 1.5vw;
    font-size: 1vw;
    border-radius: 10px;
    transition: 0.3s;
}


.hp_board_link:hover {
    background: #a21969;
    color: white;
    border: 1px solid #a21969;
}

.hp_board_item1
 {
    color: #079527;
    font-size: 1vw;
    font-weight: 600;
    margin-top: 4%;
}

.hp_board_item2 {
    margin-bottom: 0;
    font-size: 1vw;
    color: black;
    font-weight: 400;
}

.hp_board_itbox {
    padding-left: 6%;
}



.hp_board_image2 {
    width: 19.5vw;
}

.hp_board_sbox .slick-prev:before {
 
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1752724454C_Button1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    opacity: 1;
}

.hp_board_sbox .slick-next:before {
 
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1752724561C_Button2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    opacity: 1;
}

.hp_board_sbox .slick-prev {
    left: -50px;
    z-index: 10;
    top: 43%;
 
}

.hp_board_sbox .slick-next {
    right: -15px;
    z-index: 10;
    top: 43%;
}


@media screen and (max-width: 1200.5px){
.hp_board_title {
   
    font-size: 2.5vw;
 
    margin-bottom: 6%;
    padding-bottom: 4%;
   
    margin-top: 5%;
}

.hp_board_desc {
   
    font-size: 1.5vw;
  
    margin-bottom: 10%;
}

.hp_board_desc br {
   
    display: none;
}

.hp_board_link {
 
    padding: 0.75vw 2vw;
    font-size: 1.5vw;
   
}


.hp_board_item1 {
   
    font-size: 1.4vw;
   
    margin-top: 4%;
}

.hp_board_item2 {
   
    font-size: 1.4vw;
   
}

.hp_board_image2 {
    width: 20vw;
}

.hp_board .col-12.col-md-5 {
    padding-left: 8%;
}

.hp_board {
    padding: 6% 6% 5%;
  
}

.hp_board_box {
    margin: 0 0.5vw;
}

.hp_board_title::before {
   
    width: 9.5vw;
    height: 4px;
}

}


@media screen and (max-width: 767.5px){
.hp_board_title {
   
    font-size: 6.75vw;
 
    margin-bottom: 6%;
    padding-bottom: 4%;
   
    margin-top: 5%;
}

.hp_board_desc {
   
    font-size: 3.75vw;
  
    margin-bottom: 10%;
}

.hp_board_desc br {
   
    display: block;
}

.hp_board_link {
 
    padding: 1.5vw 4vw;
    font-size: 3.75vw;
   
}


.hp_board_item1 {
   
    font-size: 4vw;
   
    margin-top: 4%;
}

.hp_board_item2 {
   
    font-size: 4vw;
   
}

.hp_board_image2 {
    width: 66vw;
}

.hp_board .col-12.col-md-5 {
    padding-left: 15px;
}

.hp_board {
    padding: 12% 3%;
  
}

.hp_board_box {
    margin: 0 0;
}

.hp_board_sbox .slick-prev {
    left: -37px;

}

.hp_board_sbox .slick-next {
    right: -8px;
   
}

.hp_board_sbox .slick-prev:before {

    width: 30px;
    height: 30px;
 
}

.hp_board_sbox .slick-next:before {

    width: 30px;
    height: 30px;
 
}

.hp_board_ibox2 {
    margin-top: 9%;
}


.hp_board_title::before {
   
    width: 25vw;
    height: 4px;
}

}

/*Google Review*/

.index_wrapper_7 {
    padding: 3% 9% 3%;
}

.hp_greview_title {
    color: #a21969;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 3%;
    padding-bottom: 1%;
    position: relative;;
    text-align: center;
}

.hp_greview_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
    background: #a21969;
    width: 7.5vw;
    height: 4px;

}

@media screen and (max-width: 1200.5px){
.hp_greview_title {
   
    font-size: 2.5vw;
   
    margin-bottom: 3%;
    padding-bottom: 1%;
    
}

.hp_greview_title::before {
   
    width: 9.5vw;
    height: 4px;

}

}


@media screen and (max-width: 767.5px){
.hp_greview_title {
   
    font-size: 7vw;
   
    margin-bottom: 6%;
    padding-bottom: 2%;
    
}

.hp_greview_title::before {
   
    width: 25vw;
    height: 4px;

}

.index_wrapper_7 {
    padding: 12% 3%;
}

}

/*Contact*/

.index_wrapper_8 {
    padding: 2% 9% 6% 0;
}

.index_wrapper_7 .row {
    align-items: center;
}

.hp_contact_ibox {
    margin-left: -15px;
}

.ex_hpcontact_formonly {
    margin: 20px 0;
    padding-left: 11%;
}

.hp_contact_image {
    width: 100%;
}

.ex_hpcontact_formonly .subtitle {
    display: none;
}

.ex_hpcontact_formonly .form-control {
    height: 35px;
}

.ex_hpcontact_formonly .fa.fa-paper-plane {
    display: none;
}

.ex_hpcontact_formonly .btn-primary {

    font-weight: 600;
    padding: 7.5px 10px !important;
    border-radius: 0;
}

.ex_hpcontact_formonly .title {
    font-size: 2.75vw;
    margin-bottom: 10px;
    color: #a21969;
    font-weight: 700;
}

@media screen and (max-width: 1200.5px){
.ex_hpcontact_formonly .title {
    font-size: 3.25vw;
   
}

}

@media screen and (max-width: 767.5px){
.ex_hpcontact_formonly .title {
    font-size: 8vw;
   
}

.index_wrapper_8 {
    padding: 12% 6% 12% 0;
}

.ex_hpcontact_formonly {
    margin: 20px 0;
    padding-left: 12%;
}

}

/*Footer*/

.footer_type9 .logo img {
   
    max-height: 110px;
}

.footer_type9 .title {
    min-height: 110px;
   
}

.footer_type9 .text {
    color: black !important;
    font-size: 14px;
}

.footer_type9 a {
    color: black !important;
    
}

.footer_type9 .sub_title p {
    font-size: 1rem;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.footer_type9 .nav_item li a::after {
    content: '|';
    padding: 0 14px;

    color: #333;
}

.footer_type9 .nav_item li {
    padding-right: 28px;
   
}

.footer_type9 .nav_item li a {
    text-transform: capitalize;
}

.ft_icon {
    width: 15px;
}

.footer_type9 .d-inline-flex {

    align-items: center;
    gap: 5px;
}

.footer_type9 .line {
    border-right: 1px solid #000;
}

@media (min-width: 768px) {
    .pr-md-5{
        padding-right: 3rem !important;
        padding-left: 6% !important;
    }
    
}    
