/* main.internal{
    margin-top: -12rem;
} */
main.internal .sec_pad{
    padding: 3rem 0;
}
main.internal .inner-banner{
    background: url(../images/banner/inner-banner.png) no-repeat right top;
    background-size: cover;
    padding-top: 10rem;
    position: relative;
}
main.internal .inner-banner::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(22 22 22 / 39%) 0%);
}
main.internal .inner-banner h2{
    color: #f2f7f9;
    font-weight: 700;
    font-size: 40px;
}
.breadcrum li{
    list-style: none;
    padding: 0 2px;
    color: #f2f7f9;
}
.breadcrum li a {
    color: #f2f7f9;
    font-weight: 500;
}

/* .about-inner img{
    border-radius: 10px;
} */
.about-inner h3 {
    font-size: 40px;
    color: #000;
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateX(-35px);
}
.about-inner .left-side h3{
    transform: translateX(0);
}
.about-inner p {
    font-size: 16px;
    color: #212529;
    line-height: 1.7;
}

/* ************************************* Inner_page ************************************* */
.inner_page h1{
    font-size: 28px;
    font-weight: 800;
    color: #000;
}
.inner_page h2{
    font-size: 24px;
    font-weight: 800;
    color: #000;
}
.inner_page h3{
    font-size: 20px;
    font-weight: 800;
    color: #000;
}
.inner_page h4{
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
.inner_page p{
    font-size: 15px;
    font-weight: 800;
    color: #000;
}
.inner_page h6{
    font-size: 13px;
    font-weight: 800;
    color: #000;
}
.inner_page span{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

/* ************************************* Table_style *********************************** */
.table_style{
    text-align: center;
}
.table_style .title{
    background-color: #414bda;
}
.table_style .title th{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.table_style .table-bordered td,.table_style .table-bordered th{
    padding: 20px 0;
    font-size: 18px;
}
.table_style .table-bordered td{
    border-top: 2px dashed #dee2e6;
}
.table_style .table-responsive{
    box-shadow: 0px 0px 10px #6c686870;
}
.table_style table{
    margin-bottom: 0;
}

/* ************************* Tabs ***************************** */
.tabs h2{
    font-size: 30px;
    color: #242424;
    font-weight: 800;
}
.tabs .nav-pills .nav-link {
    border-radius: 40px;
    background: #414bda;
    color: #fff;
    font-size: 20px;
    padding: 15px 37px 15px 48px;
    border: 4px solid #fff;
    font-family: 'Montserrat', sans-serif;

}
.tabs .nav-pills .nav-link.active,.tabs .nav-pills .nav-link:hover,.tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28d1ec;
}
.tabs .nav-pills{
    transform: translateX(-93px)
}
.tabs .nav_1{
    transform: translateX(90px);
    position: relative;
    z-index: 99;
}
.tabs .nav_2{
    transform: translateX(45px);
}
.tabs p{
    font-size: 18px;
    color: #7a7a7a;
    font-family: 'Montserrat', sans-serif;
}
/* **************************** faqs ************************** */
.faqs h3{
    font-weight: 800;
    font-size: 30px;
    color: #242424;
}
.faqs .card-body {
    padding: 0;
    padding-right: 50px;
}

.faqs .btn-link{
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #213fc8;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
}
.faqs .btn-link.collapsed{
    color: #213fc8;
}
.faqs .card-header {
    background: transparent;
    padding: 10px 0;
    border-bottom: none;
}

.faqs .card{
    background: transparent;
    border: none;
    margin-bottom: 1rem;
}
.faqs .faqs-in .fa {
    padding: 4px 5px;
    margin-right: 12px;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    font-weight: 100;
}
.faqs .faqs-in p{
    color: #7a7a7a;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
/* *********************************** Gallery ****************************** */
.gallery .item{
    padding: 2rem;
}
.gallery h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #242424;
}
/* ******************************** form_section ******************************* */
.form_section{
    background-color: #7982ff;
}
.form_section h2{
    font-size: 24px;
    color: #000;
    font-weight: 800;
}
.form_section input.form-control{
    height: 50px;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00000085;
    border: none;
}
textarea.form-control{
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00000085;
    border: none;
}
.form_section .btn{
    background: rgb(53,177,242);
    background: linear-gradient(274deg, rgba(53,177,242,1) 26%, rgba(17,47,184,1) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    border: 2px solid #fff;
    padding: 6px 35px;
    transition: .7s;
}
.form_section .btn:hover{
    background: rgb(17,47,184);
    background: linear-gradient(274deg, rgba(17,47,184,1) 26%, rgba(53,177,242,1) 100%);
    transition: .7s;
}
/* *********************************** bullet_list *********************************** */
.bullet_list h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #242424;
}
.bullet_list .list{
    padding: 0;
}
.bullet_list .list li {
    display: flex;
    list-style: none;
    align-items: flex-start;
    padding-bottom: 25px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.bullet_list .list li img{
    padding-right: 20px;
}

/* ********************************** News ************************************** */
.news_class {
    background: #7982ff;
    margin-top: 1rem;
    font-family: 'Montserrat', sans-serif !important;
}
.news_class hr{
    border-top-style: dashed;
    border-top-color: #fff;
}
.news_class img{
    border-radius: 15px;
}

.news_class .box_class{
    padding: 25px;
}
.news_class .box_class h5{
    color:#fff;
    font-size: 18px;
    font-weight: 600;
}
.news_class .box_class p{
    color:#fff;
    font-size: 16px;
    font-weight:400;
}
.news_class b{
    font-weight: bolder;
    color: #fff;
    font-size: 14px;
}
.news_class .box_class p>span{
    color:#fff;
    font-size: 14px;
    font-weight: 400;
}
.news_class .owl-theme .owl-nav {
    margin-top: 10px;
    margin-left: 200px;
    text-align:left;
    box-shadow: none;
    outline: none;
}
.news_class .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    margin-left: 295px;
    margin-top: -30px;
}
.owl-theme .owl-dots .owl-dot, .news_class .owl-theme .owl-nav [class*=owl-]{
    box-shadow: none;
    outline: none;
}

.news_class .owl-theme .owl-nav [class*=owl-]{
    margin: -3px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #223dc8;
}
.news_class .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
}

/* *************************** info_doc ***************************** */
.info_doc .info,.info_doc .doc{
    padding-top: 1rem;
}
.info_doc .info p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 2rem;
}
.info_doc .info p a{
    color: #313131;
    font-size: 16px;
    display: block;
}
.info_doc .doc p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 30px;
}
@media (min-width:767px){
    .info_doc #doc_line{
        border-right: 2px solid #205df4;
    }
}

/* ****************************** in_client **************************************** */
.in_client{
    background: #7982ff;
}
.in_client h2{
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #242424;
}
.in_client .owl-dots.disabled{
    display: block !important;
}
.in_client .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

/* ************************* Internal-Page ***************************** */
.internal .about .about-sec {
    margin: 2rem 0;
    position: relative;
    padding: 1rem 0rem 0rem;
    /* box-shadow: 0px 0px 7px 0px #44d8da; */
    text-align: center;
    border: 5px solid #fff;
    border-radius: 10px;
    transition: .7s;
}

.internal .about .about-sec h4{
    margin-bottom: 1rem;
}

.internal .about .about-sec:hover {
    transition: .7s;
    transform: translateY(-15px);
}
.internal .about .row > div{
    display: grid;
}
.internal .about a.btn {
    /* position: absolute;
    background: rgb(53,177,242);
    background: linear-gradient(274deg, rgba(53,177,242,1) 26%, rgba(17,47,184,1) 100%);
    color: #fff;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
    transition: .8s ease-in-out;
    bottom: 30px;
    left: 0;
    right: 0; */
    background-color: rgb(41, 71, 199);
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 50px;
    font-size: 18px;
    margin-top: 2rem;
}
.internal .about a.btn:hover {
    color: #fff;
    background-color: rgba(41, 70, 199, 0.664);
    /* background: rgb(17,47,184); */
    /* background: linear-gradient(274deg, rgba(17,47,184,1) 26%, rgba(53,177,242,1) 100%); */
    transition: .7s;
}

.product{
    margin-top: 15rem;
}

.internal .info_doc1 .info a.btn-1 {
    /* position: absolute;
    background: rgb(53,177,242);
    background: linear-gradient(274deg, rgba(53,177,242,1) 26%, rgba(17,47,184,1) 100%);
    color: #fff;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
    transition: .8s ease-in-out;
    bottom: 30px;
    left: 0;
    right: 0; */
    background-color: rgb(41, 71, 199);
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 50px;
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.internal .info_doc1 .info a.btn-1:hover {
    color: #fff;
    background-color: rgba(41, 70, 199, 0.664);
    /* background: rgb(17,47,184); */
    /* background: linear-gradient(274deg, rgba(17,47,184,1) 26%, rgba(53,177,242,1) 100%); */
    transition: .7s;
}
.internal .about h1 {
    font-size: 40px;
    font-weight: 900;
    color: #414bda;
}
.about .about-list ul li{
    list-style: circle!important;
    padding: 0.4rem 0;
    display: list-item;
}
.about .specs{
    font-size: 18px;
    font-weight: 500;
    color: rgb(104, 103, 103);
    padding: 0.4rem 0;
}
.pat-lal-ap h1{
    font-size: 30px!important;
    font-weight: 900;
    color: #414bda
}
.pat-lal-ap .btn{
    background-color: rgb(41, 71, 199);
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 50px;
    font-size: 18px;
    margin-top: 2rem;
}
.pat-lal-ap ul li{
    list-style: circle!important;
    padding: 0.4rem 0;
    display: list-item;
}
.about .btn{
    background-color: rgb(41, 71, 199);
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 50px;
    font-size: 18px;
    margin-top: 2rem;
}
.internal .about h3 {
    font-size: 30px;
    font-weight: 600;
    color: #414bda;
}
/* .internal .about .about-sec img{
    padding: 1rem;
} */
.internal .about .about-sec img {
    height: auto !important;
    margin-bottom: 1rem;
}
.internal .info_doc1 .info p.para{
    font-weight: 500;
}

.internal .info_doc1 .info .para-info{
   
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
  
}
.info_doc1 .info p a {
    color: #3f47cb;
    font-size: 16px;
    font-weight: 500;
}
.info_doc1 .info p {
    /* margin-bottom: 1rem; */
    color: #000;
}
.info_doc1 .info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    /* font-weight: 700; */
    color: #000;
    /* margin-bottom: 0.4rem; */

}
main.internal .contact.inner-banner{
    background: url(../images/banner/contact.webp) no-repeat center;
}
#Contract_Manufacturing{
    overflow: hidden;
    text-align: center;
    margin-top: 2rem;
}
#Contract_Manufacturing p{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.internal-contact {
    background-image: linear-gradient(45deg,
    rgba(0, 0, 0, 0.548),
    rgba(0, 0, 0, 0.541)),url("../images/contact-bg.webp");
    background-size: 100% 100%;
    margin-top: 7.5rem;
    padding: 3rem 0;
}

.internal-contact .contact-head h4{
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
}

.internal-contact .info{
    background-color: #ffffff;
    padding: 3rem;
}
@media (min-width:991px){

    #Contract_Manufacturing img{
        height: 600px;
    }
}
/* @media (max-width:991px){

    #Contract_Manufacturing img{
        height: 400px;
    }
} */
#Contract_Manufacturing img {
    border: 5px solid #3f47d0;
}

@media (max-width: 1200px){
    .about-inner h3 {
        font-size: 28px;
        margin-bottom: 1rem;
        font-weight: 500;
        transform: translateX(-0);
    }
}
@media (max-width:991px){
    .internalBanner {
        margin-top: 0rem;
      }
  
  
      .internal-contact {
          margin-top: 0rem;
      }
    .inner_page h1 {
        font-size: 20px;
    }
    .inner_page h2 {
        font-size: 18px;
    }
    .inner_page h3 {
        font-size: 16px;
    }
    .inner_page h4 {
        font-size: 15px;
    }
    ul.list {
        padding: 0;
    }
    .info_doc .info p{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .info_doc .doc p{
        font-size: 16px;
        line-height: 25px;
    }
    .internal .about h3 {
        font-size: 20px;
    }
    /* main.internal {
        margin-top: -7rem;
    } */
    /* .internalBanner {
        background: #9ce3f7 !important;
    } */
    .internalBanner .breadcrumb_container {
        height: auto !important;
        padding-top: 5px;
    }
    main.internal {
        margin-top: -2rem;
    }
}

@media (max-width:767px){
    .internalBanner {
        margin-top: 0rem;
      }
  
  
      .internal-contact {
          margin-top: 0rem;
      }
    .about-inner img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .inner_page{
        text-align: center;
    }
    .tabs .nav-pills .nav-link{
        padding: 6px 20px;
    }
    .tabs .nav-pills {
        transform: translateX(0);
    }
    .tabs .nav_1,.tabs .nav_2,.tabs .nav_3 {
        transform: translateX(0);
    }
    .tabs h2,.faqs h3,.gallery h2{
        font-size: 22px;
    }
    .tabs .nav-pills .nav-link{
        font-size: 16px;
    }
    .tabs p{
        font-size: 15px;
    }
    .faqs .btn-link{
        font-size: 16px;
    }
    .faqs .faqs-in .fa{
        padding: 1px 2px;
        margin-right: 0;
    }
    .faqs .faqs-in p{
        font-size: 14px;
    }
    .bullet_list .list li{
        padding-bottom: 10px;
    }
    .news_class .box_class h5{
        font-size: 16px;
    }
    .news_class .box_class p{
        font-size: 14px;
    }
    .news_class b,.news_class .box_class p>span{
        font-size: 12px;
    }
    .info_doc #doc_line{
        border-bottom: 2px solid #205df4;
    }
    .news_class .owl-theme .owl-dots, .owl-theme .owl-nav{
        margin-left: 0;
    }
}

@media (max-width:576px){
    .tabs,.gallery,.form_section,.about-inner{
        text-align: center;
    }
    .tabs .nav-pills {
        align-items: center;
        justify-content: center;
    }
    .news_class .box_class {
        padding: 0;
        padding-top: 15px;
    }
}

@media screen and (max-width: 480px) {  
    .internalBanner {
        margin-top: 103px;
    }


    .internal-contact {
        margin-top: 103px;
    }

    main.internal {
        margin-top: 0rem;
    }

    .internal .about .about-sec h4 {
        margin-bottom: 1rem;
        font-size: 24px;
        font-weight: 600;
    }

    .internal .about .about-sec {
        margin: 0rem 0;
        position: relative;
        padding: 1rem 0rem 3rem;
        /* box-shadow: 0px 0px 7px 0px #44d8da; */
        text-align: center;
        border: 5px solid #fff;
        border-radius: 10px;
        transition: .7s;
    }

    .internalBanner h3 {
        color: rgb(41, 71, 199);
        font-size: 38px !important;
        font-weight: 800;
    }
  }
  .thank-you{
    padding: 8rem 0;
    margin: 8rem 0;
  }