.top_banners {
    background-image: url(./images/company_ragistraion_imgae.jpg);
    background-size: cover;
    padding-bottom: 3rem;
}




#text_tq{
    background: #f26522;
       width: 277px;
       color: #ffff;
  }
  
  #text_three{
    background: #f26522;
       width: 277px;
       color: #ffff;
  }
  
  #text_four_fix{
    background: #f26522;
    width: 272px;
    color: #ffff;
  }
  
  
  #text_five{
    background: #f26522;
       width: 177px;
       color: #ffff;
  }

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




/* all our section contact us form page css  */
.first{
    margin-top: 4rem;
}

.secound{
    margin-top: 4rem;
}

.third{
    margin-top: 1rem;
}

.fourth{
    margin-top: 4rem;
}

.five{
    margin-top: 4rem;
}

.six{
    margin-top: 3rem;
}

.seven{
    margin-top: 63px;
}

#top_opc{
    padding-bottom: 9rem;
}

.eight{
    margin-top: 4rem;
}

.nine{
    margin-top: 5rem;
}

.ten{
    margin-top: 5rem;
}


/* our services pages */
#part_one{
    padding-bottom: 7rem;
}

#part_two{
    padding-bottom: 4rem;
}


.nidhi_cool{
    padding-bottom: 0rem;
}

.esic_cool{
    padding-bottom: 11rem;
}

.iso_cool{
    padding-bottom: 8rem;
}

.iso_cools {
    padding-bottom: 5rem;
}

.eleven {
    margin-top: 4rem;
}

.tweleve {
    margin-top: 4rem;
}

.thirteen {
    margin-top: 4rem;
}

.food{
    padding-bottom: 11rem;
}

#drug{
    padding-bottom: 6rem;
}

#incorp{
    padding-bottom: 5rem;
}


/* contact form page */
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact select,
#contact button[type="submit"] {
    font: 400 16px/9px "Roboto", Helvetica, Arial, sans-serif;
    border-color: #cccccc;
    color: #6d6d6d;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    /* margin: 150px 0; */
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
    position: absolute;
    z-index: 1;
    top: 86px;
    right: 50px;
    width: 25vw;
    /* max-width: 768px; */
    /* padding: 2vw; */
    padding: 7px 16px 21px 22px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    height: 446px;
    margin-top: 54px;
}


#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 9px;
    text-align: center;
    color: #15397e;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f26522;
    color: #ffff;
    margin: 0 0 5px;
    padding: 14px;
    font-size: 22px;
    font-weight: 700;
}

#contact button[type="submit"]:hover {
    background: #15397e;
    color: aliceblue;
    /* -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; */
    transition: all 0.5s ease-in;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

#grow_business {
    background: #f26522;
    color: #ffffff;
    width: 150px;
    text-align: center;
}


#grow_business:hover {
    background: #020202;
    color: #ffffff;
    transition: all 0.5s ease-in;
}

/* slide bar */


 @media only screen and (max-width: 480px){
    .left_info ul {
        margin-top: 20px;
     }
  /* raister form responsive */    
     #contact {
        background: #F9F9F9;
        padding: 25px;
        /* margin: 150px 0; */
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
        position: absolute;
        z-index: -1;
        top: 77px;
        right: 2px;
        width: 99vw;
        /* max-width: 768px; */
        padding: 2vw;
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        height: 469px;
        margin-top: 1rem;
    }

    .threethree {
        height: 361px;
        background: #15397e;
        border-bottom: 15px solid #0098dc;
        transition: all 0.25s;
        margin-top: 239px;
        padding: 5px;
    }

    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
        width: 100%;
        border: 1px solid #ccc;
        background: #FFF;
        margin: 0 0 5px;
        padding: 12px;
        font-size: 16px;
    }


    contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact select, #contact button[type="submit"] {
        font: 400 16px/9px "Roboto", Helvetica, Arial, sans-serif;
    }


    #contact button[type="submit"] {
        cursor: pointer;
        width: 100%;
        border: none;
        background: #f26522;
        margin: 0 0 5px;
        padding: 14px;
        font-size: 22px;
        font-weight: 700;
    }
    
    .career_with_us input, textarea, select {
        margin: 2px 0 0 0;
        width: 100%;
        min-height: 2em;
        font-family: Geneva;
        padding: 12px 7px;
        font-size: 0.9em;
        /* font-size: 34px; */
    }


    /* dropdown li */
    #our_services_drop {
        left: -40rem;
        width: 19rem;
    }


    .quote-sec .quote-box {
        padding: 28px;
        position: relative;
        margin-top: -11rem;
    }

    .faqs-sec .faq-man:before {
        content: '';
        width: 300px;
        height: 300px;
        background: #ff4815;
        display: block;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
        text-align: center;
        left: 0;
        /* right: 120px; */
        /* margin: 0 auto; */
        margin-left: 2rem;
        top: 14%;
    }

    .image-fit {
        width: 81%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        padding-top: 6rem;
        margin-left: 2rem;
    }

    
    }







    @media only screen and (max-width: 800px) and (min-width: 600px)  {

        #contact {
            background: #F9F9F9;
            padding: 25px;
            /* margin: 150px 0; */
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
            position: absolute;
            z-index: 1;
            top: 78px;
            right: 6px;
            width: 47vw;
            /* max-width: 768px; */
            padding: 2vw;
            display: flex;
            flex-direction: column;
            border-radius: 5px;
            height: 254px;
        }

        #contact h3 {
            display: block;
            font-size: 21px;
            font-weight: 900;
            margin-bottom: 9px;
            text-align: center;
            color: #15397e;
            padding-top: -10px;
            margin-top: -17px;
            display: none;
        }

        #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
            width: 100%;
            border: 1px solid #ccc;
            background: #FFF;
            /* margin: 0 0 5px; */
            padding: 6px;
            margin-top: 1px;
        }

        fieldset {
            border: medium none !important;
            margin: 0 0 0px;
            min-width: 100%;
            padding: 0;
            width: 100%;
        }

        #contact textarea {
            height: 48px;
            max-width: 100%;
            resize: none;
        }

        #contact button[type="submit"] {
            cursor: pointer;
            width: 78%;
            border: none;
            background: #f26522;
            margin: -4px 35px 4px;
            padding: 7px;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            /* align-items: center; */
        }
        

        /* our services pages */
#part_one{
    padding-bottom: 7rem;
}

#part_two{
    padding-bottom: 4rem;
}


.nidhi_cool{
    padding-bottom: 0rem;
}

.esic_cool{
    padding-bottom: 11rem;
}

.iso_cool{
    padding-bottom: 8rem;
}

.iso_cools {
    padding-bottom: 5rem;
}

.eleven {
    margin-top: 4rem;
}

.tweleve {
    margin-top: 4rem;
}

.thirteen {
    margin-top: 4rem;
}

.food{
    padding-bottom: 11rem;
}

#drug{
    padding-bottom: 6rem;
}

#incorp{
    padding-bottom: 5rem;
}


.quote-sec .quote-box {
    padding: 51px 24px 44px 50px;
    position: relative;
}

.quote-sec .quote-box .section-header .section-heading .title {
    font-size: 34px;
    margin-bottom: 0;
}

.quote-sec .quote-box .contact-no {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 24px;
    text-decoration: none;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding-top: 7rem;
}


.faqs-sec .faq-man:before {
    content: '';
    width: 233px;
    height: 217px;
    background: #ff4815;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    text-align: center;
    left: 0;
    right: 102px;
    margin: 0 auto;
    top: 14%;
}

.quote-sec{
    padding-top: 81px;
  }
        
    }





@media screen and (max-width:  360px) {
   .navbar-brand{
        margin-right: -10px;
      }

      .quote-sec .quote-box .contact-no {
        font-family: 'Playfair Display', serif;
        font-weight: 900;
        font-size: 25px;
        text-decoration: none;
    }


    .faqs-sec .faq-man:before {
        content: '';
        width: 272px;
        height: 254px;
        background: #ff4815;
        display: block;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
        text-align: center;
        left: 0;
        right: 208px;
        margin: 0 auto;
        top: 5%;
        text-align: center;
        margin-left: 1rem;
    }

    .image-fit {
        width: 81%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        padding-top: 6rem;
        margin-left: 2rem;
    }


}



   

    @media screen and (max-width: 480px) {
        .headings h1{
            font-size: 34px;
            margin-top: 7rem;
        }
    
        form {
            width: 93vw;
            max-width: 768px;
            padding: 2vw;
        }


        .box-circle {
            text-align: center;
            /* padding-left: 65px; */
            /* padding: 34px; */
            padding: 43px 1px 1px 1px;
        }
    
        form label input {
            width: 97%;
            padding: 6px 0px;
            margin-top: 20px;
        }
    
        .register {
            top: 82px;
        }
    
        .uptodown{
            margin-top: 162px;
        }
    
        .box1{
            margin-bottom: 15px;
        }
    
    
        /* headeer top */
        /* .header-top{
            display: none;
        }
         */
    
         .right_info{
            position: absolute;
         }
    
         .left_info a {
            color: #fffefe;
            font-size: 13px;
            font-weight: 500;
            text-decoration: none;
        }
    
        .right_info p {
            font-size: 14px;
            margin: 0 auto;
            padding: 14px 6px;
            margin-top: -6px;
        }
    
        .left_info ul li {
            margin-right: 0px;
        }
        .left_info ul {
           margin-top: 20px;
        }
    
    
    
    
    
        /*welcome part responsive */
        .upper-text {
            margin-bottom: 61px;
            text-align: center;
        }
    
        .upper-text p {
            font-size: 12px;
        }
    
        .main-text {
            font-size: 12px;
        }
    
        /* why we choose us */
        .upper-texts h1 {
            font-size: 39px;
            padding-top: 3rem;
            /* padding-bottom: 0rem; */
        }
    
        .apna-circle {
            margin: auto;
        }
    
    
        /* businees  */
        .monster-heading {
            margin-top: 38px;
        }
    
    
    
        /* hone page end here */
    
        /* About us page start here */
        #about_us_text_area {
            margin-top: 2rem;
        }
    
        .heading_about h1 {
            font-size: 40px;
        }
    
    
        .down_text_about {
            font-size: 13px;
        }
        
    
        .career_with_us {
            width: 100%;
            min-width: 0px;
        }
    
        .career_with_us fieldset {
             padding: 0px;
        }
    
    
         /* About us page End here */
    
    
         /* Our Services page one responsive */
         .company_ragiter_submit {
            margin-right: 0rem;
        }
    
        .part_list{
            padding-left: 0px;
        }
    
        .left_part_content {
            padding: 24px;
            margin-top: 30rem;
        }
        .left_part_content h1 {
            font-size: 30px;
        }
    
        .left_part_content p {
            font-size: 15px;
        }
    
        .left_part_content ul {
            font-size: 15px;
        }
    
        .text-form h3 {
            font-size: 24px;
        }
    
        .boxes_on{
            display: contents;
        }
    
        .box_form {
            margin-bottom: 2rem;
        }
    
        .pvt_text h5 {
            font-size: 16px;
            text-align: inherit;
            width: 100%;
        }
    
        #text_tq,
        #text_three,
        #text_four_fix,
        #text_five {
            width: 100%;
        }
    
        .content {
            width: 98%;
            /* padding: 20px; */
            margin: 0 auto;
            padding: 0px;
            margin-top: 13rem;
        }
    
    
     
    
        #carouselExampleAutoplaying{
            margin-bottom: 22rem;
            display: none;
        }
        
        #mycontainer{
            margin-bottom: 74rem;
        }
    
        .threeholder {
            display: block;
        }
    
        .circleborder {
            margin: auto;
            margin-top: 34px;
            position: relative;
        }
    
        .circlepic {
            display: none;
        }
    
        div.box_counter {
            margin: auto;
        }
    
        .counter_gone img {
            position: absolute;
            right: 1px;
            width: 56%;
            z-index: 1;
            /* top: 2px; */
            margin-top: -57rem;
            display: none;
        }
    
        .floating_btn {
           
        }

       
    
          
       .hover_transition a img {
        width: 5%;
        margin-right: 9px;
    }
    
    
    /* bacground color yellow in all services pages  */
    #text_tq {
        background: #f26522;
        width: 100%;
    }
    
    #text_three {
        background: #f26522;
    }
    
    #text_four_fix {
        background: #f26522;
    }
    
    /* contact us  */
    .box_get {
        margin-bottom: 26px;
    }
    
    #contact_us_on{
        display: block;
    }
    
    
    /* our services pages */
    #part_one{
        padding-bottom: 7rem;
    }
    
    #part_two{
        padding-bottom: 4rem;
    }
    
    
    .nidhi_cool{
        padding-bottom: 0rem;
    }
    
    .esic_cool{
        padding-bottom: 11rem;
    }
    
    .iso_cool{
        padding-bottom: 8rem;
    }
    
    .iso_cools {
        padding-bottom: 5rem;
    }
    
    .eleven {
        margin-top: 4rem;
    }
    
    .tweleve {
        margin-top: 4rem;
    }
    
    .thirteen {
        margin-top: 4rem;
    }
    
    .food{
        padding-bottom: 11rem;
    }
    
    #drug{
        padding-bottom: 6rem;
    }
    
    #incorp{
        padding-bottom: 5rem;
    }

    .two_col{
        margin-top: 20px;
    }
    .three_col{
        margin-top: 20px;
    }
    .four_col{
        margin-top: 20px;
    }

    .two_two{
        margin-top: 20px;
    }
    .three_three{
        margin-top: 20px;
    }
    .four_four{
        margin-top: 20px;
    }

    .sectiontitle {
        background-position: center;
        margin: -52px 0px -24px;
        text-align: center;
        font-family: 'Bebas Neue', cursive;
        min-height: 31px;
    }



    .section-title {
        background-position: center;
        /* margin: 30px 0px -1px; */
        text-align: center;
        font-family: 'Bebas Neue', cursive;
        min-height: 31px;
        margin-top: 31rem;
        margin-bottom: -14rem;
    }


    div.box_counter {
        width: 86%;
        background: #15397e;
        height: 331px;
        border: 10px solid white;
        outline: 1px solid black;
        border-radius: 50%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        top: 60px;
        margin-bottom: 10px;
    }


    .counter-container span {
        font-size: 35px;
        font-weight: 800;
        color: #fff;
        margin-top: -21px;
    }



    .all_service a {
        text-align: center;
        width: 190px;
        margin: auto;
        padding: 10px;
        text-decoration: none;
        font-size: 18px;
        border: 1px solid;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
  


    .left_container_most {
        background-color: rgb(242 101 34);
        color: #ffffff;
        width: 276px;
        align-items: center;
        text-align: center;
        border: 1px solid #141414;
        margin-top: 109px;
        margin-left: 66px;
        border-radius: 7px;
    }


    .circle-text {
        margin-top: 17px;
        font-weight: 600;
        text-align: center;
    }


    .right-image img {
        width: 100%;
        margin-top: -1rem;
        height: 33rem;
        margin-left: 0rem;
    }

    

    
         
    
      }
    
    
    
    
    
    
      /* small screen responsive layout  */
      @media screen and (max-width: 320px) {
      .navbar-brand img {
        width: 138px;
    }
    
    #massage {
        width: 302px;
        border-radius: 6px;
        font-size: 19px;
    }
    
    #expr{
        border-bottom: none;
      }
      
    
    
    .panel input[type='text'][placeholder], .panel input[type='number'][placeholder], .panel input[type='email'][placeholder] {
        color: #000000 !important;
        font-size: 17px;
        font-weight: 500 !important;
        background: #fff !important;
        border-radius: 5px;
        width: 96%;
    }
    
    .panel {
        width: 310px;
        height: 499px;
        right: 5px;
        margin-top: 153px;
    }
    
    .panel input[type='text'] {
        background-color: #000000;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 45px;
        font-size: 15px;
        height: 35px;
        border: none;
        padding-left: 15px;
        width: -webkit-calc(100% - 15px);
        width: -moz-calc(100% - 15px);
        width: calc(91% - 25px);
        margin-bottom: 10px;
    }
    
    .panel .login {
        height: 45px;
        width: 90%;
        background-color: #f26522;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        border-radius: 45px;
        position: relative;
        line-height: 45px;
        text-align: center;
        font-weight: bold;
        color: white;
        margin-top: 10px;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        cursor: pointer;
    }
    .panel .form {
        width: 312px;
        margin: -37px auto;
    }
    
    .circleborder {
        margin-left: 94.33333px;
    }
    
    .card2 {
        width: 316px;
    }
    
    .cards {
        width: 318px;
    }
    
    div.box_counter {
        left: 10px;
    }
    
    .counter_gone img {
        width: 43%;
        margin-top: -57rem;
        display: none;
    }
    
    
    /* our services pages */
    #part_one{
        padding-bottom: 7rem;
    }
    
    #part_two{
        padding-bottom: 4rem;
    }
    
    
    .nidhi_cool{
        padding-bottom: 0rem;
    }
    
    .esic_cool{
        padding-bottom: 11rem;
    }
    
    .iso_cool{
        padding-bottom: 8rem;
    }
    
    .iso_cools {
        padding-bottom: 5rem;
    }
    
    .eleven {
        margin-top: 4rem;
    }
    
    .tweleve {
        margin-top: 1rem;
    }
    
    .thirteen {
        margin-top: 4rem;
    }
    
    .food{
        padding-bottom: 11rem;
    }
    
    #drug{
        padding-bottom: 6rem;
    }
    
    #incorp{
        padding-bottom: 5rem;
    }



    /* columes margin and padding */
    .two_col{
        margin-top: 20px;
    }
    .three_col{
        margin-top: 20px;
    }
    .four_col{
        margin-top: 20px;
    }

    .two_two{
        margin-top: 20px;
    }
    .three_three{
        margin-top: 20px;
    }
    .four_four{
        margin-top: 20px;
    }

    .apna-circle {
        margin: auto;
    }


    .upper-texts h1 {
        font-size: 39px;
        padding-top: 0rem;
    }

    .sectiontitle {
        background-position: center;
        margin: 95px 0px -1px;
        text-align: center;
        font-family: 'Bebas Neue', cursive;
        min-height: 31px;
    }

    .section-title {
        background-position: center;
        /* margin: 30px 0px -1px; */
        text-align: center;
        font-family: 'Bebas Neue', cursive;
        min-height: 31px;
        margin-top: 31rem;
        margin-bottom: -14rem;
    }

    .counter_gone {
        background: #ffffff;
        padding-top: -20px;
        padding-bottom: 21px;
        margin-bottom: 7rem;
        margin-top: -7rem;
    }


    .circle-text {
        margin-top: 17px;
        font-weight: 600;
        text-align: center;
    }


    .all_service a {
        text-align: center;
        width: 190px;
        margin: auto;
        padding: 10px;
        text-decoration: none;
        font-size: 18px;
        border: 1px solid;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    #great_hed{
        margin-top: -6rem;
    }

    .left_container_most {
        background-color: rgb(242 101 34);
        color: #ffffff;
        width: 276px;
        align-items: center;
        text-align: center;
        border: 1px solid #141414;
        margin-top: 41px;
        margin-left: 12px;
        border-radius: 7px;
    }

    #some_coutns{
        margin-top: 187px;
    }


    .upper-text {
        margin-bottom: 61px;
        text-align: center;
    }


    
    
    }
    
    @media only screen and (max-width: 800px) and (min-width: 600px)  {
    
        #our_services_drop{
            left: -40rem;
            width: 686px;
          }
          
    
    
        .threethree {
            height: 100%;
            transition: all 0.25s;
            padding: 20px;
        }
    
        .circlepic {
            position: absolute;
            top: -10px;
            margin-top: 30px;
            width: 110px;
            height: 110px;
            background: #5c5c5c;
            margin-left: 16.33333px;
            border-radius: 50%;
        }
        .circleborder {
            position: absolute;
            top: 29px;
            width: 90px;
            height: 90px;
            background: #ffce32;
            margin-left: 26.33333px;
            border-radius: 50%;
            text-align: center;
        }
        .threeholder h4 {
            width: 180px;
            text-align: center;
            font-size: 18px;
            margin-left: -53px;
            font-weight: bold;
            margin-top: 52px;
            text-align: center;
            color: white;
        }
    
        .threeholder p {
            display: inline-block;
        width: 157px;
        text-align: center;
        margin-left: -40px;
        margin-top: 20px;
        font-size: 12px;
        color: rgb(255 255 255);
        letter-spacing: 1px;
        text-align: center;
        }
    
        .apna-circle {
         
            text-align: center;
            border-radius: 106px;
            width: 228px;
            height: 217px;
            padding: 26px;
        }
    
        .card2 {
            background-color: rgb(255, 255, 255);
            color: #141414;
            width: 174px;
            align-items: center;
            text-align: center;
            padding: 60px 0 20px;
            border: 1px solid #141414;
        }
    
        .cards {
            color: white;
            width: 195px;
            align-items: center;
            text-align: center;
            padding: 60px 0 20px;
        }
    
        .card-container1, .card-container2 {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            margin: 0 8px;
        }


        .left_container_most {
            background-color: rgb(242 101 34);
            color: #ffffff;
            width: 131px;
            align-items: center;
            text-align: center;
            border: 1px solid #141414;
            margin-top: 322px;
            margin-left: 14px;
            border-radius: 7px;
        }


        .left_container_most ul li {
            font-size: 10px;
            padding: 10px 0;
            list-style: none;
            border-top: 1px solid #00000073;
            font-weight: 800;
        }
    
        /* .panel{
            display: none;
        } */
    
        .main-text {
            font-size: 10px;
            font-family: 'Poppins', sans-serif;
        }
    /* drop down panel id */
        #iso_panel{
            margin-top: 10rem;
        } 
    
        #privt_panel{
            margin-top: 11rem;
        }
        
        .sole_panel{
            margin-top: 11rem;
        }
    
        .left_part_content {
            /* padding: 16px; */
            color: aliceblue;
            padding: 54px 26px 1px 2px;
            /* font-size: 34px; */
        }

        .box-circle {
            text-align: center;
            padding-left: 49px;
        }

        .right-image img {
            width: 100%;
            margin-top: -6rem;
            height: 33rem;
            margin-left: 2rem;
        }

        .card-container2 ul li {
            font-size: 10px;
            padding: 10px 0;
            list-style: none;
            border-top: 1px solid #00000073;
        }
    
    
    }


    @media only screen and (max-width: 1024px) and (min-width: 980px)  {
        .navbar ul li {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 9px;
        }

        div.box_counter {
            width: 100%;
            height: 227px;
            border: 10px solid white;
            outline: 1px solid black;
            border-radius: 50%;
            align-items: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            top: 60px;
            /* margin-bottom: 10px; */
        }

        .counter-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            margin: 0px 0px;
        }

        .counter-container span {
            font-size: 17px;
            font-weight: 800;
            color: #fff;
        }

        .card2 {
            background-color: rgb(255, 255, 255);
            color: #141414;
            width: 246px;
            align-items: center;
            text-align: center;
            padding: 60px 0 20px;
            border: 1px solid #141414;
        }

        .quote-sec {
            padding-top: 96px;
        }

        .threethree {
            height: 100%;
            background: #15397e;
            border-bottom: 15px solid #f26522;
            transition: all 0.25s;
            padding: 7px;
        }

        .navbar-brand img {
            width: 64%;
            margin-right: -41px;
        }

        .top-whats {
            padding: 7px;
            margin-top: -9px;
        }


        /* contact form */
        #contact {
            background: #F9F9F9;
            padding: 25px;
            /* margin: 150px 0; */
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
            position: absolute;
            z-index: 1;
            top: 62px;
            right: 50px;
            width: 36vw;
            /* max-width: 768px; */
            padding: 2vw;
            display: flex;
            flex-direction: column;
            border-radius: 5px;
            height: 359px;
        }

        #contact h3 {
            display: block;
            font-size: 30px;
            font-weight: 900;
            margin-bottom: -1px;
            text-align: center;
            color: #15397e;
            margin-top: -18px;
        }

        #contact textarea {
            height: 45px;
            max-width: 100%;
            resize: none;
        }

        #our_services_drop {
            left: -14rem;
            width: 47rem;
            top:35px;
        }

        .apna-circle {
            background: #15397e;
            text-align: center;
            border-radius: 106px;
            width: 203px;
            height: 189px;
            padding: 10px;
            margin-left: 10px;
        }

        .cards {
            background: #15397e;
            color: white;
            width: 242px;
            align-items: center;
            text-align: center;
            padding: 60px 0 20px;
        }

        .right-image img {
            width: 100%;
            margin-top: -6rem;
            height: 33rem;
            margin-left: 2rem;
        }

        .left_container_most {
    background-color: rgb(242 101 34);
    color: #ffffff;
    width: 133px;
    align-items: center;
    text-align: center;
    border: 1px solid #141414;
    margin-top: 291px;
    margin-left: 26px;
    border-radius: 7px;
}

        .left_container_most ul li {
            font-size: 10px;
            padding: 14px 0;
            list-style: none;
            border-top: 1px solid #00000073;
            font-weight: 800;
        }
    }
    
    
    
    
    

    /* 1200 to 1350px resposnive */
    @media only screen and (max-width: 1300px) and (min-width: 1080px)  {
        .box-circle {
            text-align: center;
            /* padding-left: 65px; */
            padding: 4px;
        }

        .navbar ul li{
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 12px;
        }


        div.box_counter  {
            width: 238px;
    height: 248px;
    border: 10px solid white;
    outline: 1px solid black;
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 60px;
    margin-bottom: 10px;
    margin-right: -35px;
        }

    
    }






    @media only screen and (max-width: 1390px) and (min-width: 1306px)  {
        div.box_counter  {
            width: 100%;
            background: #15397e;
    height: 248px;
    border: 10px solid white;
    outline: 1px solid black;
    border-radius: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 60px;
    margin-bottom: 10px;
    margin-right: -35px;
        }
        #contact button[type="submit"] {
            cursor: pointer;
            width: 100%;
            border: none;
            background: #f26522;
            color: #ffff;
            margin: 0 0 5px;
            padding: 14px;
            font-size: 22px;
            font-weight: 700;
            margin-top: -8px;
        }


        .quote-sec {
            padding-top: 216px;
        }


        #contact {
            background: #F9F9F9;
            padding: 25px;
            /* margin: 150px 0; */
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
            position: absolute;
            z-index: 1;
            top: 79px;
            right: 50px;
            width: 25vw;
            /* max-width: 768px; */
            /* padding: 2vw; */
            padding: 2px 21px 21px 22px;
            display: flex;
            flex-direction: column;
            border-radius: 5px;
            height: 407px;
        }

        #contact h3 {
            display: block;
            font-size: 23px;
            font-weight: 900;
            margin-bottom: 9px;
            text-align: center;
            color: #15397e;
        }


        #contact input[type="text"], #contact input[type="email"], #contact input[type="number"], #contact input[type="url"], #contact textarea {
            width: 100%;
            border: 1px solid #ccc;
            background: #FFF;
            margin: 0 0 5px;
            padding: 7px;
        }

        .card2 {
            background-color: rgb(255, 255, 255);
            color: #141414;
            width: 313px;
            align-items: center;
            text-align: center;
            padding: 60px 0 20px;
            border: 1px solid #141414;
        }

        .left_container_most {
            background-color: rgb(242 101 34);
            color: #ffffff;
            width: 206px;
            align-items: center;
            text-align: center;
            border: 1px solid #141414;
            margin-top: 281px;
            margin-left: 26px;
            border-radius: 7px;
        }


    }






    #toTop {
        background: url(./images/totop.webp) no-repeat right bottom;
        background-size: 23px 57px;
        border: none;
        display: none;
        height: 57px;
        overflow: hidden;
        position: fixed;
        bottom: 30px;
        right: 25px;
        text-decoration: none;
        text-indent: 100%;
        text-indent: -9999px;
        width: 23px;
        z-index: 999;
        -webkit-animation: toTop-rocket 1s infinite;
        -webkit-animation-direction: alternate;
        animation: toTop-rocket 1s infinite;
        animation-direction: alternate;
    }


    @-webkit-keyframes toTop-rocket {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes toTop-rocket {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }











    

/* top whats  */
    .top-whats{
        color: #f1f1f1;
        background: #42db87;
        padding: 7px;
        border-radius: 20px;
        margin-right: -24px;
    }




    







    