.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 {
  margin-top: 4px;
}

#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: 35px;
  right: 50px;
  width: 25vw;
  /* max-width: 768px; */
  padding: 2vw;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  height: 460px;
}
.userfull {
  background-image: url(./images/company_ragistraion_imgae.jpg);
  background-size: cover;
  padding-bottom: 3rem;
}
.link {
  text-align: center;
}
.link h1 {
  color: white;
  padding: 46px;
  margin-top: 3rem;
  font-weight: 700;
}

.secound {
  color: #f26522;
  font-weight: 700;
  text-align: center;
}
.institute {
  padding: 18px;

  border-radius: 5px;
  height: 7rem;
  margin-top: 14px;
  background: #ebebeb;
}

.institute:hover {
  background: white;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}
.institute:hover p {
  color: #f26522;
}

.institute a {
  text-decoration: none;
}

.institute h4 {
  color: black;
  font-size: 18px;
}
.institute p {
  color: black;
}
.institute p:hover {
  color: #f26522;
}
#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 9px;
  text-align: center;
  color: #15397e;
  margin-top: -8px;
}

#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="tel"],
#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: 13px;
  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: 159px;

  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;
  }

  .navbar {
    z-index: 10;
  }
  /* 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: linear-gradient(to bottom, #150a33 0%, #1c0950 100%);
    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;
    margin-left: 6px;
  }

  .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 h1 {
    font-size: 26px;
  }

  .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;
  }

  #text h3 {
    margin-top: -62px;
  }
  #textt h3 {
    margin-top: 42px;
  }

  .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: -2rem;
  }

  #carouselExampleAutoplaying {
    margin-bottom: 22rem;
    display: none;
  }

  #mycontainer {
    margin-bottom: 71rem;
  }

  .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;
  }

  #all {
    padding-top: 13px;
  }
  .right-image img {
    width: 100%;
    margin-top: -2rem;
    height: 23rem;
  }
  .quote-sec {
    padding-top: 132px;
  }

  div.box_counter {
    width: 86%;
    background: #15397e;
    height: 313px;
    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;
  }

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

/* 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 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.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: 30px 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: -1rem;
  }

  .circle-text {
    margin-top: 17px;
    font-weight: 600;
    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: 230px;
    align-items: center;
    text-align: center;
    padding: 60px 0 20px;
    border: 1px solid #141414;
  }

  .cards {
    color: white;
    width: 245px;
    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;
  }

  /* .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;
  }
}

@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; */
  }
  .apna-circle {
    background: #15397e;
    text-align: center;
    border-radius: 106px;
    width: 203px;
    height: 189px;
    padding: 10px;
    margin-left: 0px;
  }

  .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: 256px;
    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: 384px;
  }

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

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

  #our_services_drop {
    left: -20rem;
    width: 47rem;
  }

  .faqs-sec .faq-man:before {
    content: "";
    width: 263px;
    height: 253px;
    background: #ff4815;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    text-align: center;
    left: 27px;
    right: 102px;
    margin: -10px auto;
    top: 11%;
  }

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

@media only screen and (max-width: 1370px) and (min-width: 1280px) {
  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
    margin-bottom: 8px;
  }
}

/* 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;
    font-size: 14px;
  }

  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%;
    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;
  }

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

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

  .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: 40px;
    right: 102px;
    margin: 0 auto;
    top: 8%;
  }
}

#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: 100px;
  right: 38px;
  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;
}

/* Testimonial */

#rounded {
  width: 7rem !important;
  height: 7rem !important;
}

.client {
  width: 100%;
  height: 100%;
  background: #15397e;
}
.carousel-icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}
.carousel-item i {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
}
.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
  background: white;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.25rem solid rgb(255 255 255);
}
.lh-lg {
  line-height: 2 !important;
  color: black;
}
.carousel-item i {
  color: black;
}

@media only screen and (max-width: 1800px) and (min-width: 1000px) {
  .client {
    background: #15397e;
  }
}

@media only screen and (max-width: 979px) and (min-width: 818px) {
  #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: 35px;
    right: 50px;
    /* max-width: 768px; */
    padding: 2vw;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    height: 460px; 
    width: 45vh;
  }
}
