@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.ex_branchType2 .card-img.img-design-1 {
    box-shadow: 1px 1px 3px 0.5px gray;
    height: 212px;
    object-fit: contain;
}

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

a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1200.5px){
.ex_branchType2 .card-img.img-design-1 {
    
    height: 16.1vw;
    
}

}

@media screen and (max-width: 991.5px){

.ex_branchType2 .card-img.img-design-1 {
    
    height: 15.1vw;
    
}

}

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

.ex_branchType2 .card-img.img-design-1 {
    
    height: 50.5vw;
    
}

}

/*Menu*/

.navbar_mobile {
    background-color: #fff;
}

.navbar_mobile .btn-outline-light {
    border-color: #226394;
    color: #226394;
}

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    text-transform: capitalize;
    padding: 10px 1.4vw;
    font-size: 1.05vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    background: #0dacc9;
    color: white;
    position: relative;
    padding: 10px 2vw 10px;
    margin-left: 1.5vw;
    border-radius: 5px;
}


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

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 60%;
}

.navbar_type8 .logo img {
    width: 11vw;
    padding: 0;
}

.navbar_type8 .logo {
    flex: 0 1 17%;
    overflow: visible;
    margin-left: 9%;
}

.navbar_type8 .logo::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1783245687website-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.5vw;
    height: 6.5vw;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: -24%;
   
}

.navbar_type8 .nav_tab {
    flex: 0 1 83%;
    padding-left: 0;
    padding-right: 5%;

}

.navbar_type8 {
    height: 110px;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dark_nav {
    background-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: 10px 1vw;
        font-size: 1.3vw;
    }
    
    .navbar_type8 .logo img {
    width: 12vw;
    padding: 0;
}

.navbar_type8 .logo::before {
 
    width: 7vw;
    height: 7vw;
  
    right: -31%;
}

.navbar_type8 {
    height: 100px;

}

}


/*Banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.slider_banner .slick-dots {
    position: absolute !important;
    bottom: 19%;

    width: 25%;
}

.slider_banner .slick-dots li button:before {
    content: '•';
    opacity: 0.5;
    color: #226394;
 
}

.slider_banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #226394;
}

.hp_banner {
    padding-left: 10%;
    height: 100%;
    position: relative;
}

.hp_banner_ibox {
    margin-right: -16%;
    margin-left: -16%;
}

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

.hp_banner_title {
    color: #00325b;
    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 2%;
}

.hp_banner_title2 {
    color: #00325b;
    font-weight: 800;
    font-size: 3.25vw;
    margin-bottom: 3%;
    padding-bottom: 4%;
    position: relative;
}

.hp_banner_title2::before {
    position: absolute;
    content: "";
    background-color: #00325b;
    width: 21%;
    height: 2px;
    bottom: 0%;
    left: 0;
}

.hp_banner_desc {
    color: #000;
    font-size: 1.8vw;
    font-weight: 300;
    margin-bottom: 6%;
    font-style: italic;
    line-height: 1.2;
}

.hp_banner_desc span {
    color: #00325b;
}

.hp_banner_link {
    color: #fff;
    font-size: 1.4vw;
    background: #0dacc9;
    position: relative;
    transition: 0.3s;
    padding: 1vw 8.5vw 1.2vw 3.5vw;
    border-radius: 5px;
}

.hp_banner_link:hover {
    color: #fff;
    background: #00325b;
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1779291392c-button.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: 9%;
    transition: 0.3s;
}

.hp_banner_link:hover::before {
    transform: rotate(45deg);
}

.hp_banner_image {
    margin-right: -15px;
    margin-left: -50.5%;
    margin-top: -2%;
}


.hp_banner_ggbox {
    position: absolute;
    bottom: 15%;
    right: 4%;
    writing-mode: sideways-rl;
    color: transparent;
    font-size: 1.25vw;
    font-weight: 300;
    cursor: pointer;
}

.hp_banner_box {
    margin-top: -6%;
}

@media screen and (max-width: 1200.5px){



.hp_banner_title {
    font-size: 2.15vw;
    margin-bottom: 2%;
}

.hp_banner_title2 {
    font-size: 3.5vw;
    margin-bottom: 3%;
    padding-bottom: 4%;
}

.hp_banner_desc {
    font-size: 1.85vw;
    margin-bottom: 6%;
}

.hp_banner_link {
    font-size: 1.6vw;
    padding: 1.25vw 9vw 1.5vw 4vw;
}

.hp_banner_link::before {
    width: 1.5vw;
    height: 1.5vw;
    right: 9%;
}

.hp_banner_title2::before {
    width: 23%;
}

.slider_banner .slick-dots {
  
    bottom: 15%;
    width: 26%;
}

.hp_banner_ggbox {
    bottom: 15%;
    right: 4%;
    font-size: 1.5vw;
}

.hp_banner_image {
   
    margin-left: -54.5%;
 
}

}


@media screen and (max-width: 767.5px){



.hp_banner_title {
    font-size: 6vw;
    margin-bottom: 2%;
}

.hp_banner_title2 {
    font-size: 9.5vw;
    margin-bottom: 5%;
    padding-bottom: 5%;
}

.hp_banner_title2::before {
    width: 30%;
}

.hp_banner_desc {
    font-size: 5vw;
    margin-bottom: 11%;
}

.hp_banner_link {
    font-size: 4vw;
    padding: 4vw 26vw 4vw 11vw;
}

.hp_banner_link::before {
    width: 4vw;
    height: 4vw;
    right: 9%;
}

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


.slider_banner .slick-dots {
    bottom: 42%;
    width: 27%;
}    

.hp_banner_ggbox {
 
    bottom: 6%;
    right: 5%;
   
    font-size: 4vw;
 
}

    .hp_banner_image {
        margin-left: -3%;
        margin-top: 12%;
    }
    
    .hp_banner_box {
    margin-top: 0%;
}

}


/*Featured*/

.hp_featured {
    padding: 4% 23% 4%;
    position: relative;
    margin-top: -10%;
    display: none;
}

.hp_featured_fbox {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    flex-direction: column;
}

/*.hp_featured_fbox::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #478ab5;*/
/*    margin: 0 auto;*/
/*    width: 25%;*/
/*    height: 1.5px;*/
/*    top: 18%;*/
/*    left: 0%;*/
/*    right: 0%;*/
/*    z-index: 1;*/
/*    opacity: 0.5;*/
/*}*/

.hp_featured_tbox {
    flex: 0 0 50%;
    background: #0dacc9;
    display: flex;
    align-items: center;
    padding: 10px 7%;
    border-radius: 10px;
}

.hp_featured_ibox {
    flex: 0 0 50%;
    text-align: center;
    background: #fff;
    padding: 10px 0% 0;
        border-radius: 0 10px 10px 0;
}

.hp_featured_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.hp_featured_image {
    width: 9vw;
    
}

.hp_featured_image.x {
    width: 4vw;
        margin: 0 1vw;
}

.hp_featured_item.mb-0 {
    text-align: center;
    font-size: 12px;
        padding: 10px 0%;
}

@media screen and (max-width: 1200.5px){

.hp_featured_title {
    font-size: 2vw;
}

.hp_featured_image {
    width: 10vw;
}

.hp_featured_image.x {
    width: 5vw;
    margin: 0 1vw;
}

.hp_featured {
    padding: 4% 18% 4%;
    margin-top: -11%;
}

.hp_featured_tbox {
    padding: 3% 7%;
}

.hp_featured_ibox {
    padding: 3% 0% 0;
}

.hp_featured_item.mb-0 {
    text-align: center;
    font-size: 1.05vw;
    padding: 10px 0%;
}

}

@media screen and (max-width: 767.5px){

.hp_featured_title {
    font-size: 5vw;
}

.hp_featured_image {
    width: 25vw;
}

.hp_featured_image.x {
    width: 15vw;
            margin: 0 1vw;
}

    .hp_featured_item.mb-0 {
        text-align: center;
        font-size: 3.5vw;
        padding: 10px 2%;
    }

.hp_featured {
    padding: 0% 3% 0%;
    margin-top: -12%;
}

.hp_featured_fbox::before {

    display: none;
}

.hp_featured_fbox {
    
    flex-direction: column;
}

}

/*About*/

.hp_about {

    padding: 3.5% 9% 3.5% 12%;
}

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

.hp_about_title1 {
    color: #0dacc9;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.hp_about_title1::before {
    position: absolute;
    content: "";
    background-color: #00325b;
    width: 8rem;
    height: 3px;
    bottom: 0%;
    left: 0;
}

.hp_about_desc {
    color: black;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 5%;
    width: 74%;
}

.hp_about_desc br {
    display: none;
}

.hp_about_box {
    background: #fff;
    flex: 0 0 50%;
    text-align: center;
    padding: 17% 1%;
    transition: 0.3s;
}

.hp_about_box.x {
    background: #0dacc9;
    border-radius: 15px;
   
}

.hp_about_box.x .hp_about_item1, .hp_about_box.x .hp_about_item2, .hp_about_box.x .hp_about_itemf {
    color: white;
}


.hp_about_sbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hp_about_itemf {
    display: flex;
    align-items: center;
    font-size: 4vw;
    justify-content: center;
    font-weight: 800;
    height: 5vw;
    transition: 0.3s;
}

.hp_about_item1 {
    margin-bottom: 0;
    font-size: 4vw;
    font-weight: 800;
    transition: 0.3s;
}

.hp_about_itemf span {
    font-size: 1vw;
    margin-top: 9%;
    font-weight: 400;
}

.hp_about_item2 {
    margin-bottom: 0;
    font-size: 1.1vw;
    color: black;
    transition: 0.3s;
    font-weight: 300;
}

@media screen and (max-width: 1200.5px){

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

    .hp_about_desc {
        font-size: 1.3vw;
        margin-bottom: 4%;
        width: 98%;
    }
    
.hp_about_title1::before {
    width: 10vw;
}    

.hp_about_item2 {
    font-size: 1.35vw;
}

.hp_about_item1 {
    font-size: 4.5vw;
}

.hp_about_itemf {
    font-size: 4.5vw;
}

.hp_about {
    padding: 3.5% 6% 3.5% 9%;
}

.hp_about_itemf span {
    font-size: 1.25vw;
    margin-top: 9%;
}

}


@media screen and (max-width: 767.5px){

.hp_about_title1 {
   
    font-size: 7.75vw;
    margin-bottom: 5%;
    padding-bottom: 5%;
    margin-top: 0%;
}

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

.hp_about {

    padding: 12% 3%;
   
}

.hp_about_itemf {
  
    font-size: 9vw;
 
    height: 9vw;
   
}


.hp_about_item1 {

    font-size: 9vw;
    
}

.hp_about_itemf span {
    font-size: 3vw;
    margin-top: 9%;
}

.hp_about_item2 {
    
    font-size: 3.25vw;
    
}

.hp_about_sbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4vw 0;
    margin-top: 6vw;
}

.hp_about_box {

    flex: 0 0 47.5%;
   
    padding: 15% 0;
   
}

    .hp_about_title1::before {
        width: 30vw;
    }
    
}

/*Service1*/

.hp_service {
    padding: 6% 4% 4%;
}

.hp_service_title {
    color: #00325b;
    font-weight: 800;
    text-align: center;
    font-size: 34px;
    margin-bottom: 3rem;
}

.hp_service_link {
    color: #fff;
    font-size: 0.9vw;
    background: #0dacc9;
    position: relative;
    transition: 0.3s;
    padding: 5.5% 52% 5.5% 12%;
    font-weight: 300;
}

.hp_service_link:hover {
    color: #fff;
}

.hp_service_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1779291392c-button.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1vw;
    height: 1vw;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: 12%;
    transition: 0.3s;
}

.hp_service_link:hover::before {
    transform: rotate(45deg);
}

.hp_service_bbox {
    text-align: center;
    margin-top: 1.5%;
}

.hp_service_fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3vw 0;
}

.hp_service_box {
    flex: 0 0 19%;
}

.hp_service_item {
    color: #000;
    font-size: 1vw;
    margin-bottom: 0;
    padding: 6% 6% 9%;
}

.hp_service_ibox {
    padding: 6%;
    background: #f2f6f9;
}

.hp_service2_bbox {
    margin-top: 5%;
}

@media screen and (max-width: 1200.5px){
.hp_service_title {
   
    font-size: 30px;
    margin-bottom: 4%;
   
}

.hp_service_fbox {
    justify-content: center;
    gap: 3vw 1vw;
}

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

.hp_service_link {
    font-size: 1.15vw;
    padding: 6% 44% 6% 12%;
}

.hp_service_box {
    flex: 0 0 24%;
}

.hp_service_item {
    font-size: 1.25vw;
    padding: 7% 6% 8%;
}

.hp_service_link::before {
    width: 1.25vw;
    height: 1.25vw;
    right: 12%;
}

}

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

    .hp_service_link::before {
        width: 3vw;
        height: 3vw;
        right: 12%;
    }

.hp_service_fbox {
       
        gap: 9vw;
    }
    
    .hp_service_item {
        font-size: 4vw;
        padding: 6% 6% 10%;
    }

.hp_service_link {
        font-size: 3.5vw;
        padding: 7% 62% 7% 12%;
    }

.hp_service {
    padding: 12% 3%;
  
}

.hp_service_box {
    flex: 0 0 100%;
}


}


/*Why*/

.hp_why {
    padding: 6% 6% 7%;
    position: relative;
}

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

.hp_why::before {
    position: absolute;
    content: "";
    background-color: #ccfaff;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.hp_why_inbox {
  
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: space-between;
    padding: 3%;
}

.hp_why_box:last-child .hp_why_inbox {
  
    border-bottom: 0;
   
}

.hp_why_inbox2 {
    gap: 1.5vw;
    display: flex;
    align-items: center;
    
}

.hp_why_inbox:hover {
    background: #00abc7;
    
}

.hp_why_inbox:hover .hp_why_item1, .hp_why_inbox:hover .hp_why_item2 {
    color: white;
}

.hp_why_image {
    width: 100%;
   
}

.hp_why_title {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 3%;
    text-align: center;
    font-family: montserrat;
}

.hp_why_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    color: black;
    cursor: pointer;
}

.hp_why_sbox .slick-prev:before {
    
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1765271986A-BUTTON2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5vw;
    height: 3.5vw;
    opacity: 1;
    display: block;
}

.hp_why_sbox .slick-next:before {
    
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1765272079A-BUTTON.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5vw;
    height: 3.5vw;
    opacity: 1;
    display: block;
}

.hp_why_sbox .slick-prev {
    left: unset;
    right: 53%;
    top: 108.5%;
    z-index: 10;
}

.hp_why_sbox .slick-next {
    right: 48.5%;
    top: 108.5%;
    z-index: 10;
}

.hp_why_icon {
    width: 75px;
}

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




.hp_why_sbox .slick-prev:before, .hp_why_sbox .slick-next:before {
   
    width: 4vw;
    height: 4vw;
    
}

.hp_why_sbox .slick-prev {
   
    right: 52%;
    top: 108.5%;
  
}

.hp_why_sbox .slick-next {
    right: 46.5%;
    top: 108.5%;
   
}

.hp_why_icon {
    width: 5.5vw;
}

.hp_why_item {
  
    font-size: 1.85vw;
 
}

.toggle-icon {
    font-size: 2.5vw;
}

}


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



.hp_why_sbox .slick-prev:before, .hp_why_sbox .slick-next:before {
   
    width: 9.5vw;
    height: 9.5vw;
    
}

.hp_why_sbox .slick-prev {
   
    right: 56%;
    top: 108.5%;
  
}

.hp_why_sbox .slick-next {
    right: 45%;
    top: 108.5%;
   
}


.hp_why {
    padding: 12% 3% 18%;
    
}

.hp_why_icon {
    width: 15vw;
}

.hp_why_item {
  
    font-size: 4.5vw;
 
}

.toggle-icon {
    font-size: 4vw;
}

}

/*Service2*/

.index_wrapper_5 {
    position: relative;
}

.index_wrapper_5::before {
    position: absolute;
    content: "";
    background-color: #0dacc9;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 0%;
    z-index: -2;
}
.index_wrapper_5::after {
    position: absolute;
    content: "";
    background-color: #f2f6f9;
    width: 95%;
    height: 100%;
    top: 0%;
    right: 0%;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}


.hp_service2 {
    padding: 6% 4% 10% 10%;
    position: relative;
}

.hp_service2::before {
    position: absolute;
    content: "Recovery You Can Trust";
    color: #fff;
    font-size: 1vw;
    writing-mode: sideways-rl;
    bottom: 9%;
    left: 2.5%;
    z-index: 1;
}

.hp_service2::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 8.5vw;
    width: 1px;
    bottom: 0%;
    left: 3.25%;
    z-index: 1;
}
.hp_service2_ggbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.hp_service2_image {
    width: 100%;
    transition: 0.3s;
}

.hp_service2_box:hover .hp_service2_image {
    
    transform: scale(1.1);
}

.hp_service2_title {
    color: #00325b;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 0%;

}

.hp_service2_item {
    margin-bottom: 0;
    font-size: 17.5px;
    color: #fff;
    background: #0dacc9;
    padding: 20px 9%;
        border-radius: 15px;
}

.hp_service2_item2 {
    font-size: 14.5px;
}

.hp_service2_link {
    color: #fff;
    font-size: 16px;
    background: #0dacc9;
    position: relative;
    transition: 0.3s;
    padding: 20px 12rem 20px 3rem;
    font-weight: 300;
    border-radius: 10px;
}

.hp_service2_link:hover {
    color: #fff;
    background: #00325b;
}

.hp_service2_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1779291392c-button.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.5px;
    height: 17.5px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: 9%;
    transition: 0.3s;
}

.hp_service2_link:hover::before {
    transform: rotate(45deg);
}

.hp_service2_itbox2 {
    height: 11rem;
        padding-top: 1rem;
    padding-left: 6%;
}

.hp_service2_ibox {
    overflow: hidden;
         border-radius: 20px;
}

.hp_service2_box {
    padding: 0 2vw 2vw;
}

.hp_service2_fbox {
    margin: 0 -2.5%;
}

.hp_service2_fbox .slick-prev:before {
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1782272238c-button-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    opacity: 1;
    display: inline-block;
}
.hp_service2_fbox .slick-next:before {
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1782272251c-button-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    opacity: 1;
    display: inline-block;
}

.hp_service2_fbox .slick-prev {
    left: unset;
    z-index: 10;
    width: unset;
    height: unset;
    right: 6.5%;
    top: 102%;
}

.hp_service2_fbox .slick-next {
    top: 102%;
    z-index: 10;
    width: unset;
    height: unset;
    right: 2%;
}

@media screen and (max-width: 1200.5px){

.hp_service2_title {
   
    font-size: 2.5vw;
    margin-bottom: 2%;
 
}

.hp_service2_item {
    font-size: 1.4vw;
}

.hp_service2_item2 {
    font-size: 14px;
}

.hp_service2_fbox .slick-prev:before {
    width: 4vw;
    height: 4vw;
}
.hp_service2_fbox .slick-next:before {
    width: 4vw;
    height: 4vw;
}  
.hp_service2_fbox .slick-prev {
    right: 8%;
}

.hp_service2::before {
    font-size: 1.5vw;
    bottom: 9%;
    left: 2%;
}

.hp_service2::after {
    height: 7rem;
    left: 3%;
}

.hp_service2_link {
    font-size: 1.6vw;
    padding: 1.25vw 12vw 1.5vw 4vw;
}

.hp_service2_link::before {
        width: 1.5vw;
        height: 1.5vw;
        right: 9%;
    }
    
}

@media screen and (max-width: 991.5px){
.hp_service2_item {
        font-size: 2vw;
    }
    
.hp_service2_fbox .slick-prev:before {
    width: 5vw;
    height: 5vw;
}
.hp_service2_fbox .slick-next:before {
    width: 5vw;
    height: 5vw;
}    

.hp_service2_fbox .slick-prev {
    right: 9%;
}
    
}    

@media screen and (max-width: 767.5px){

.hp_service2_title {
   
    font-size: 7vw;
    margin-bottom: 6%;
 
}

.hp_service2_fbox .slick-prev {
    right: 13.5%;
    top: 99%;
}

.hp_service2_fbox .slick-next {

    top: 99%;
}

.hp_service2_fbox .slick-prev:before {
    width: 9vw;
    height: 9vw;
}
.hp_service2_fbox .slick-next:before {
    width: 9vw;
    height: 9vw;
} 

.hp_service2_fbox {
    margin: 0;
}

    .hp_service2_link {
        font-size: 4vw;
        padding: 4vw 39vw 4vw 11vw;
    }

    .hp_service2_link::before {
        width: 4vw;
        height: 4vw;
        right: 9%;
    }
    
    .hp_service2::before {
        font-size: 3vw;
        bottom: 9%;
        left: 1%;
    }
    
        .hp_service2::after {
        height: 8.5%;
        left: 3%;
    }
    
.hp_service2_item {
   
    font-size: 5vw;
}

.hp_service2 {
    padding: 12% 3%;
 
}

.hp_service2_item2 {
    font-size: 13.5px;
}

.hp_service2_ggbox {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 15px;
            padding-left: 3%;
}

}

/*Clients*/

.hp_clients_box {
    padding: 3% 0 0%;
    text-align: center;
}

.hp_clients_title {
    margin-bottom: 2rem;
    color: #00325b;
    font-size: 34px;
    font-weight: 800;
}

.hp_clients {
    position: relative;
}

.hp_clients::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1782272012d-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0%;
    right: 0%;
    background-position: bottom;
}

.hp_clients_image {
    width: 11vw;
        margin: 0 auto;
}

.hp_clients_ibox {
    text-align: center;
}

.hp_clients_sbox .slick-dots li button:before {
    content: '•';
    
}

.hp_clients_sbox .slick-dots {
    position: relative;
    bottom: -15px;
}

.hp_clients_sbox .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #226394;
}

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

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 40%;
    padding-top: 40%;
    border-radius: 50%;
    border: 0;
    box-shadow: unset;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    margin: 0 1vw;
    padding: 2rem 6% 1rem;
    background: #f2f6f9;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card i {
    color: #000;
    margin-top: 15px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #000;
    font-weight: 700;
    height: 2.5rem;
        font-size: 17px;
}

.hp_testimonial_type4 .testimonial_box {
    margin-top: 1.5rem !important;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card p {
    font-size: 16px;
}

.container.hp_testimonial_type4 {
    max-width: 100%;
}

.hp_test_title {
    margin-bottom: 0rem;
    color: #00325b;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

@media screen and (max-width: 1200.5px){
.hp_clients_title {
    
    font-size: 2.5vw;
}

.hp_clients_image {
    width: 12vw;
}


.hp_test_title {
  
    font-size: 2.5vw;
  
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    height: 3vw;
    font-size: 1.4vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card p {
    font-size: 1.3vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .all_font_sm {
    font-size: 1vw !important;
}

}

@media screen and (max-width: 991.5px){
.hp_clients_image {
    width: 15vw;
}

}

@media screen and (max-width: 767.5px){
.hp_clients_title {
    
    font-size: 7vw;
}

.hp_clients_title br {
    
    display: none;
}

.hp_clients_image {
    width: 40vw;
}

.hp_clients_box {
    padding: 6% 0 0%;

}

.hp_testimonial_type4 .testimonial_box .testimonial_card p {
        font-size: 4vw;
    }
    
    .index_wrapper_7 {
    padding: 12% 3% 6%;
}

.hp_test_title {
  
    font-size: 7vw;
  
}

    .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
        height: 6vw;
        font-size: 4.5vw;
    }
    
    .hp_testimonial_type4 .testimonial_box .testimonial_card .all_font_sm {
    font-size: 3vw !important;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    margin: 0;
    padding: 2rem 6% 1rem;
   
}
}

/*Service3*/

/*.index_wrapper_9 {*/
/*    padding: 6% 9% 6%;*/
   
/*}*/

.exProductSlidehpType6 .wrapper_product .product_details .product_header small {
    display: none;
}

.exProductSlidehpType6 .product_footer {
    display: none;
}

.exProductSlidehpType6 .wrapper_product .product_img .product_price_box {

    display: none;
}

.exProductSlidehpType6 .wrapper_product .product_img .product_price {
    display: none;
}

.exProductSlidehpType6 .mb-5 {
    margin-bottom: 0rem !important;
    padding: 0 0.5vw;
}

.exProductSlidehpType6 .wrapper_product {
   
    padding: 2.5% 2.5% 2.5%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header {
    padding: 0;
}

.exProductSlidehpType6 .wrapper_product .product_img {
    
    padding-top: calc(79%);
   
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    font-size: 1.1vw;
    word-break: break-all;
    margin-bottom: 0;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 1%;
    color: black;
    font-weight: 600;
}

.hp_service3_title {
    color: #000;
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 3.5%;
    text-align: center;
    font-family: montserrat;
}

@media screen and (max-width: 1200.5px){
.exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    font-size: 1.35vw;
   
    margin-top: 2%;
  
}

.hp_service3_title {
   
    font-size: 3vw;
    margin-bottom: 3.5%;
   
}

}

@media screen and (max-width: 991.5px){
.exProductSlidehpType6 .mb-5 {
  
    padding: 0 1vw 2vw;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    font-size: 1.65vw;
   
    margin-top: 2%;
  
}

}

@media screen and (max-width: 767.5px){
.exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    font-size: 4.2vw;
    margin-bottom: 1%;
    margin-top: 3%;
  
}

.hp_service3_title {
   
    font-size: 6.25vw;
    margin-bottom: 7%;
   
}

.exProductSlidehpType6 .mb-5 {
  
    padding: 0 15px 6%;
}

/*.index_wrapper_9 {*/
/*    padding: 12% 3%;*/
   
/*}*/

}




/*Review*/

/*.index_wrapper_9 {*/
/*    padding: 12.5% 0% 12.5% 9%;*/
/*    background-image: url('https://cdn1.npcdn.net/img/1770361700I-BG.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

.hp_review_title {
    color: #fff;
    font-weight: 600;
    font-size: 2.5vw;
    margin-bottom: 6%;
    font-family: montserrat;
}

.hp_review_desc {
    color: #fff;
    font-size: 1.15vw;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 6%;
}

.hp_review_link {
    color: #fff;
    font-size: 1.15vw;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
    padding-bottom: 3%;
}

.hp_review_link:hover {
    color: #000;
   
    border-bottom: 1px solid #000;
 
}

@media screen and (max-width: 1200.5px){

.hp_review_title {
 
    font-size: 3vw;
    margin-bottom: 6%;
}

.hp_review_desc {
  
    font-size: 1.65vw;
 
    margin-bottom: 6%;
}

.hp_review_link {
    
    font-size: 1.65vw;
  
    padding-bottom: 3%;
}

}


@media screen and (max-width: 767.5px){

.hp_review_title {
 
    font-size: 7vw;
    margin-bottom: 6%;
}

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

.hp_review_link {
    
    font-size: 3.75vw;
  
    padding-bottom: 3%;
}

/*.index_wrapper_9 {*/
/*    padding: 12% 3% 18%;*/

/*    background-position: 0%;*/
/*}*/

}


/*Team*/

.hp_team {
    padding: 5% 9% 3%;
    position: relative;
}

.hp_team::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1770364241J-BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 0%;
    z-index: -1;
}

.hp_team_fbox {
    display: flex;
    justify-content: center;
    gap: 0.75vw;
}

.hp_team_ibox {
    margin-top: -13%;
}

.hp_team_image {
    width: 100%;
}

.hp_team_box {
    background: #fff;
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.hp_team_title {
    color: black;
    text-align: center;
    margin-bottom: 7%;
    font-weight: 700;
    font-size: 34px;
    font-family: montserrat;
}

.hp_team_link {
    color: black;
    font-size: 18px;
    border-bottom: 2px solid black;
    padding-bottom: 1%;
    position: relative;
    transition: 0.3s;
    margin-right: 4%;
}

.hp_team_link:hover {
    color: #20b1aa;

    border-bottom: 2px solid #20b1aa;

}

.hp_team_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1770364361K-BUTTON.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: -60%;
    transition: 0.3s;
}

.hp_team_item {
    margin-bottom: 0;
    font-size: 1.5vw;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 9% 2% 15%;
}

.hp_team_link:hover::before {
    transform: rotate(-90deg);
}

.hp_team_bbox {
    text-align: center;
    margin-top: 3.5%;
}

.hp_team_icon {
    width: 2.5vw;
}


@media screen and (max-width: 1200.5px){

.hp_team_title {
  
    margin-bottom: 7%;
    font-size: 3vw;
    
}

.hp_team_link {
    
    font-size: 15px;

    padding-bottom: 1%;

    margin-right: 4%;
}

.hp_team_link::before {
   
    width: 45px;
    height: 45px;
   
    right: -55%;
    
}

.hp_team_item {
    
    font-size: 1.75vw;
    padding: 2% 9% 2% 9%;
}

.hp_team_icon {
    width: 3vw;
}



}

@media screen and (max-width: 767.5px){

.hp_team_title {
  
    margin-bottom: 18%;
    font-size: 7vw;
    
}

.hp_team_link {
   
    font-size: 3.75vw;
    padding-bottom: 2%;
    margin-right: 8%;
}

.hp_team_link::before {
    
    width: 9.5vw;
    height: 9.5vw;
 
    right: -45%;
   
}

.hp_team_item {
    
    font-size: 5vw;
    padding: 4% 9% 4% 15%;
}

.hp_team_icon {
    width: 9vw;
}

.hp_team_bbox {
  
    margin-top: 7%;
}


.hp_team {
    padding: 12% 3%;
}

.hp_team_fbox {
  
    gap: 15vw;
    flex-direction: column;
}

}

/*FAQ*/

.hp_faq {
    padding: 6% 12% 4%;
    position: relative;
}

.hp_faq_itbox {
    overflow: hidden;
    border-radius: 10px;
    padding: 2% 3% 2% 4%;
    margin-bottom: 2%;
    border: 1px solid rgba(0,0,0,0);
    transition: 0.3s;
    position: relative;
}

.hp_faq_itbox::before {
    position: absolute;
    content: "";
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    bottom: 0%;
    right: 0%;
    z-index: -2;
}

.hp_faq_itbox.active {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
}

.hp_faq_content.b p:nth-child(2) {
    
    padding-left: 3%;
}

.hp_faq_content.b p:nth-child(2) span {
    padding-right: 1%;
}

.hp_faq_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    color: black;
    cursor: pointer;
   
}

.toggle-icon {
    font-size: 26px;
}

.spanbold {
    font-weight: 700;
}

.hp_faq_content h3:nth-child(1) {
    padding-top: 4%;

}

.hp_faq_content h3 {
    
    font-size: 1.1vw;
    font-weight: 700;
    color: black;
    margin-bottom: 1.5%;
}

.hp_faq_item .toggle-icon {
    font-size: 30px;
    font-weight: 300;
}

.hp_faq_tbox {

    text-align: center;
}

.hp_faq_title {
    color: black;
    text-align: center;
    margin-bottom: 3.5%;
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
    position: relative;
    font-family: montserrat;
}

.hp_faq_title::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1770364406K-element.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    top: -65%;
    right: -16%;
    transition: 0.3s;
}

.hp_faq_link {
    color: black;
    font-size: 18px;
    border-bottom: 2px solid black;
    padding-bottom: 1%;
    position: relative;
    transition: 0.3s;
    margin-right: 4%;
}

.hp_faq_link:hover {
    color: #20b1aa;

    border-bottom: 2px solid #20b1aa;

}

.hp_faq_link::before {
    position: absolute;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1770364436K-BUTTON.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: -95%;
    transition: 0.3s;
}

.hp_faq_content p:nth-child(1) {
 
    padding-top: 2%;
}

.hp_faq_content p {
    font-size: 17px;
  
}

.hp_faq_link:hover::before {
    transform: rotate(-90deg);
}

.hp_faq_bbox {
    text-align: center;
    margin-top: 1%;
}


@media screen and (max-width: 1200.5px){
.hp_faq_title {
    
    margin-bottom: 3.5%;

    font-size: 30px;
    
}

.hp_faq_title::before {

    width: 5.5vw;
    height: 5.5vw;
    top: -80%;
    right: -15%;
 
}

.hp_faq_link {
   
    font-size: 15px;
    padding-bottom: 2%;
    margin-right: 4%;
}

.hp_faq_link::before {
   
    width: 45px;
    height: 45px;
  
    right: -95%;
 
}

.hp_faq_content p {
    font-size: 1.5vw;
  
}

.hp_faq_item {
   
    font-size: 2vw;
   
    
}

.hp_faq_content h3 {
    
    font-size: 1.5vw;
 
    margin-bottom: 1.5%;
}

.hp_faq_item .toggle-icon {
    font-size: 2.4vw;
    
}

.hp_faq {
    padding: 6% 9% 4%;
    
}

.hp_faq_content.b p:nth-child(2) span {
    padding-right: 1%;
}

}

@media screen and (max-width: 767.5px){
.hp_faq_title {
    
    margin-bottom: 7%;

    font-size: 5.75vw;
    
}

.hp_faq_title::before {

    width: 11vw;
    height: 11vw;
    top: -80%;
    right: -14%;
 
}

.hp_faq_link {
   
    font-size: 3.75vw;
    padding-bottom: 2%;
    margin-right: 8%;
}

.hp_faq_link::before {
   
    width: 9.5vw;
    height: 9.5vw;
  
    right: -80%;
 
}

.hp_faq_content p {
    font-size: 3.5vw;
  
}

.hp_faq_item {
   
    font-size: 4vw;
   
    
}

.hp_faq_content h3 {
    
    font-size: 3.75vw;
 
    margin-bottom: 3%;
}

.hp_faq_item .toggle-icon {
    font-size: 4.5vw;
    
}

.hp_faq {
    padding: 12% 3%;
    
}

.spandad2 {
    padding-left: 4.5%;
}

.spandad3 {
    padding-left: 5.5%;
}

.hp_faq_content.b p:nth-child(2) {
    padding-left: 4%;
}

.hp_faq_content.b p:nth-child(2) span {
    padding-right: 2%;
}

.hp_faq_itbox {

    padding: 5% 4% 5% 6%;
    margin-bottom: 4%;
    
}

.hp_faq_content p:nth-child(1) {
    padding-top: 4%;
}

}

/*Outlets*/

.hp_outlets {
    padding: 3% 4% 6%;
    position: relative;
}

.hp_outlets_image {
    width: 100%;
}

.hp_outlets_sbox {
    display: flex;
    justify-content: center;
    gap: 1.25vw;
}

.hp_outlets_box {
    background: #d9f2f6;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 24%;
}

.hp_outlets_box:hover {
    background: #0dacc9;
}

.hp_outlets_box:hover .hp_outlets_title2 {
    color: #fff;
}
.hp_outlets_box:hover .hp_outlets_item {
    color: #fff;
}
.hp_outlets_box:hover .hp_outlets_link {
    color: #fff;
}
.hp_outlets_box:hover .hp_outlets_icon {
    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(14deg) brightness(103%) contrast(100%);
}

.hp_outlets_title {
    color: #00325b;
    text-align: center;
    margin-bottom: 2.5%;
    font-weight: 800;
    font-size: 34px;
}

.hp_outlets_title2 {
    color: black;
    font-size: 19px;
    margin-bottom: 3%;
    font-weight: 700;
    padding: 7% 9% 0;
    transition: 0.3s;
}

.hp_outlets_item2 {
    margin-bottom: 0;
    font-size: 14.5px;
    color: black;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    line-height: 1.5;
    margin-bottom: 4%;
    transition: 0.3s;
    font-weight: 400;
}

.hp_outlets_item3 img {
    width: 30px;
}

.hp_outlets_icon {
    width: 12.5px;
    height: 12.5px;
    transition: 0.3s;
}

.hp_outlets_link {
    color: black;
    transition: 0.3s;
}

.hp_outlets_link:hover {
    color: #20b1aa;
}


.hp_outlets_itbox {
    padding: 0 9% 10%;
}

.hp_outlets_item {
    font-size: 14.5px;
    display: flex;
    gap: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 400;
    transition: 0.3s;
}

.hp_outlets_item::before {
    position: absolute;
    content: "";
    background-color: #000;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    bottom: 0%;
    left: 0%;
    transition: 0.3s;
    opacity: 0.25;
}

.hp_outlets_box:hover .hp_outlets_item::before {
    background-color: #fff;
}

@media screen and (max-width: 1236.5px){
.hp_outlets_item {
    font-size: 14px;
}

.hp_outlets_item2 {
    font-size: 14px;
}

}

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

    .hp_outlets_title2 {
        font-size: 1.75vw;
        margin-bottom: 3%;
        padding: 7% 5% 0;
    }
    
    .hp_outlets_item2 {
        font-size: 1.25vw;
        gap: 0.75vw;
        margin-bottom: 4%;
    }
    
    .hp_outlets_item {
    font-size: 1.25vw;
    padding-bottom: 5.5%;
    margin-bottom: 5.5%;
}

.hp_outlets_icon {
    width: 1.25vw;
    height: 1.25vw;
}

.hp_outlets_itbox {
    padding: 0 5% 7%;
}

.hp_outlets {
    padding: 3% 3% 6%;
}

.hp_outlets_item3 img {
    width: 2.5vw;
}

}

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

.hp_outlets_title2 {

    font-size: 6vw;
    margin-bottom: 3%;
    padding: 9% 6% 0;
}

.hp_outlets_item2 {
    gap: 1.5vw;
    font-size: 4vw;
    margin-bottom: 6%;
}

.hp_outlets_icon {
    width: 4vw;
    height: 4vw;
}

   .hp_outlets_item {
    font-size: 4vw;
    padding-bottom: 5.5%;
    margin-bottom: 5.5%;
    gap: 1.5vw;
}

.hp_outlets_sbox {

    gap: 6vw;
    flex-direction: column;
}

.hp_outlets {
    padding: 12% 3% 18%;
 
}

    .hp_outlets_item3 img {
        width: 30px;
    }

}

/*Footer*/

.footer_type6 {
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 0rem;
    overflow: hidden;
    background-color: #236295;
    color: #000;
}

.footer_type6::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1782271876footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 81%;
    top: 0%;
    right: 0%;
    border-bottom: 7.5px solid #5da2ce;
}

.footer_type6 .title h5 {
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 22px;
}

.footer_type6 .title h5::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 66px;
    height: 2px;
    bottom: 0%;
    left: 0;
}

.footer_type6 .logo img {
    max-height: 80px;
}

.footer_type6 .logo.title {
    min-height: 80px;
            overflow: visible;
}

.footer_type6 .logo.title::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1783245687website-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    right: 18%;
   
}

.footer_type6 .title {
    min-height: 35px;

}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    color: #000;
}

.footer_type6 a {
    color: #000;

}

.footer_type6 .social_media a {
    margin-left: 2rem;
    color: #fff;
        font-size: 20px;
}

.footer_type6 .col-12.col-md-7 .d-block a {
    color: #fff;
}

.footer_type6 .input-container .submit {
  
    background-color: #0dacc9;
    padding: 7.5px 10px;
    margin: 5px 5px 6px;
    border-radius: 50%;
}

.footer_type6 .line {

    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 30px;
    margin-top: 12rem;
    position: relative;
}

.footer_type6 .py-3 {
    padding-top: 0rem !important;
}

.footer_type6 .copy_right {
    color: #fff;
    font-weight: 300;
}

.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {

    padding-right: 6%;
}

.footer_type6 .col-12.col-md-7 .d-block {

    text-transform: uppercase;
}

.ft_box {
    position: absolute;
    right: 6%;
    bottom: -50px;
    cursor: pointer;
}

.ft_scroll {
    width: 80px;
}

@media screen and (max-width: 1200.5px){
.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {
    padding-right: 0%;
}

.footer_type6 .logo.title::before {
   
    right: 0%;
}

}

@media screen and (max-width: 991.5px){
.footer_type6 .title h5 {
    
    font-size: 17.5px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    padding-left: 10px;
    font-size: 12px;
}

.footer_type6 .title h5::before {
  
    width: 55px;
   
}

.footer_type6 .line {
    margin-top: 9rem;
}

.footer_type6 .logo img {
    max-height: 55px;
}

.footer_type6 .logo.title {
    min-height: 55px;
}

.footer_type6 .logo.title::before {
    width: 75px;
    height: 75px;
    right: 0%;
}

}

@media screen and (max-width: 767.5px){

.footer_type6 .line {
   
    margin-top: 30px;
  
}

.footer_type6 .title h5 {
    
    font-size: 20px;
}

.footer_type6 {
 
    padding-top: 3rem;
    
}

.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {
    padding-right: 0%;
}

.footer_type6::before {

    height: 86%;
    
}

    .footer_type6 .logo.title::before {
    
        right: 57%;
    }

}

@media screen and (max-width: 520.5px){
    .footer_type6 .logo.title::before {
      
        right: 55%;
    }
    
}

@media screen and (max-width: 500.5px){
    .footer_type6 .logo.title::before {
      
        right: 53%;
    }
    
}

@media screen and (max-width: 480.5px){
    .footer_type6 .logo.title::before {
      
        right: 51%;
    }
    
}

@media screen and (max-width: 450.5px){
    .footer_type6 .logo.title::before {
      
        right: 48%;
    }
    
}

@media screen and (max-width: 430.5px){
    .footer_type6 .logo.title::before {
      
        right: 44%;
    }
    
}

@media screen and (max-width: 400.5px){
    .footer_type6 .logo.title::before {
      
        right: 40%;
    }
    
}

@media screen and (max-width: 380.5px){
    .footer_type6 .logo.title::before {
      
        right: 36%;
    }
    
}
