html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  background: #fff;
  padding: 0px;
  overflow-x: hidden !important;
  width: -webkit-fill-available !important;
  font-family: 'Tahoma' !important;
}

.about_main_sec {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
}

.site-header {
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  height: 45px;
  background: #50C878;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;

}

.site-identity h5 {
  font-size: 14px;
  margin: 10px 2px;
  display: inline-block;
  font-weight: 400;
  padding: 5px 5px;
}


.site-navigation ul,
.site-navigation li {
  margin: 0;
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 16px 15px;
}

.info-icon {
  font-size: 20px;
  position: relative;
  left: -7px;
}

.border-right {
  border-right: 1px solid #fbfbfb6b;
}

.font-24 {
  font-size: 18px !important;
}

.font-24:hover {
  color: #4214ad;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  cursor: pointer;
}

.custom-col-3 {
  width: 22.33333% !important;
}

.banner {
  background: #fff;
}

.navbar {
  background: #F7FFFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 25px;
  border: 1px solid #D3F0E4;
  margin: 45px 0px 0px 0px !important;
}

.navbar .icon {
  fill: #38A169;
}

.logo {
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1.5rem;
}

/* responsive css  */
/* Smartphones (portrait and landscape) ----------- */
.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: #0B3D91;
  margin: 3px 0;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  width: 25px;
  background: #fff;
  margin-bottom: 4px;
  border-radius: 3px;
}

.main_menu {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
}

.main_menu a {
  position: relative;
  z-index: 2;
  display: block;
  letter-spacing: 0px;
  padding: 1em 1em;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.2s;
  color: #0B3D91 !important;
  top: 0px;
}

.main_menu a:hover {
  background: none !important;
  color: #50C878 !important;
  text-decoration: underline !important;
  transform: translateY(-5px);
  transition: transform 0.3s, opacity 0.3s;
}

.main_menu a:hover .icon {
  fill: #50C878;
}

.dropdown>a {
  display: flex;
  align-items: center;
}

.dropdown>a .icon {
  margin-left: 10px;
}

.dropdown:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown-nav {
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translateY(-4rem);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  z-index: 99999;
  width: 250px;
  border-radius: 10px;
}

.dropdown-nav a {
  font-weight: 500;
  font-size: 16px;
  color: #636363 !important;
}

.main_menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_menu li {
  position: relative;
}

.main_menu a {
  color: white;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.dropdown-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown:hover .dropdown-nav {
  display: block;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: 0px;
  background: none;
}

.logo {
  width: 65px !important;
  border-right: 1px solid #d7d7d7;
  position: relative;
  top: -2px;
}

.name_logo {
  position: relative;
  top: 0px;
  width: 50%;
}

.social_proof_bg {
  background-color: #e0effd9e;
  padding: 30px 100px;
}

/* footer css  */

.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #cdcdcd;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #ffffca !important;
}

.contact-info {
  color: #acacac;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}


.f-20 {
  font-size: 20px;
}


.footer_details {
  text-align: left;
}

/* common css ends  */

.cta_button {
  padding: 7px 15px;
  width: auto;
  background-color: #50C878;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffff;
  margin-top: 25px;
}

.cta_button:hover {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #021C60;
  transform: scale(1.1);
}

/* news section  */
.news-btn {
  background: blue;
  border: 1px solid;
  color: #fff;
  padding: 7px 25px;
  font-size: 16px;
  border-radius: 50px;
}

.main-sec {
  width: 75%;
  margin: 0 auto;
  padding: 10px;
}

.news-sec {
  background: #e8ecfa;
  height: 70px;
}

/* news ends  */
/* business circle  */
.aboutus_section {
  background-color: #f8feff;
  margin: 0px;
  padding: 0px;
}

.about-header {
  text-align: center;
  margin: 10px 0px;
  font-size: 18px;
  color: #0B3D91;
  font-weight: bold;
}

.about-p-text {
  text-align: center;
  margin: 0 auto !important;
  font-size: 15px;
  padding: 10px 12% !important;
  color: #515151;
}

.custom-col-4 {
  width: 27.33333% !important;
}

.personal-info-box {
  border-radius: 10px;
  background: #ffff;
  border: 1px solid #adceef !important;
}

.personal-info-box:hover {
  background-color: #ddf9e2;
  scale: 1.02;
  cursor: pointer;
}

.profile-img {
  width: 140px !important;
  margin: 0 auto;
  height: 115px;
  border-radius: 100%;
}

.profile-header {
  font-size: 22px;
  font-weight: 600;
  color: #021C60;
}

.profile-desgnation {
  font-weight: 400;
  font-size: 15px;
  color: #50C878;
  font-style: italic;
}

.profile-info {
  color: #515151;
  font-size: 11px;
}

/* circle  */
.circle-container {
  width: 30em !important;
  height: 30em;
  border-radius: 50%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  margin: 0 auto;
}

.inner-container {
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  margin: 5px 0px !important;
}

.deg1 {
  grid-column: 3 / span 2;
  grid-row: 1 /span 2
}

/* 1 */
.deg2 {
  grid-column: 1 / span 2;
  grid-row: 2 /span 2
}

/* 2 */
.deg3 {
  grid-column: 5 / span 2;
  grid-row: 2 /span 2
}

/* 3 */
.deg4 {
  grid-column: 3 / span 2;
  grid-row: 3 /span 2
}

/* 4 */
.deg5 {
  grid-column: 1 / span 2;
  grid-row: 4 /span 2
}

/* 5 */
.deg6 {
  grid-column: 5 / span 2;
  grid-row: 4 /span 2
}

/* 6 */
.deg7 {
  grid-column: 3 / span 2;
  grid-row: 5 /span 2
}

.deg2,
.deg5 {
  margin: 0 -1em 0 1em;
}

.deg3,
.deg6 {
  margin: 0 1em 0 -1em
}

.business-header {
  font-size: 18px;
  padding: 0px 9px;
  position: relative;
  top: -9px;
  color: #50C878;
  font-weight: 700;
}

.business-section-bg {
  background: #021C60;
  opacity: 0.9;
}

.success-icon {
  width: 50px;
  margin: 20px 0px;
}

.circle-header {
  font-size: 14px;
  margin: 5px 0px;
  padding: 0px 10px;
  color: #021C60;
  font-weight: 500;
}

.business-icon {
  width: 40px;
  margin: 20px 0px;
  position: relative;
  top: 10px;
  opacity: 0.8;
}

.read-btn {
  width: 130px !important;
  padding: 6px 41px;
  text-align: center;
  background: radial-gradient(circle at 10% 20%, rgb(59, 149, 237) 0%, rgb(7, 91, 173) 90%);
  font-size: 16px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 1px 4px 0px #bababa;
  font-weight: 600;
}

.service-bg {
  background: #ffffff85;
  width: 120px;
  height: 120px;
  border-radius: 94px !important;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e4e4e4;
}

.custom-col-2 {
  width: 10.666667% !important;
}

.service-img {
  margin: 0 auto;
  position: relative;
  top: 25px;
  z-index: 9999;
  width: 60px;
  opacity: 0.7;

}

.service-labl {
  font-size: 14px;
  position: relative;
  top: 10px;
  font-weight: 600;
  color: #0b54a5;
}

.retention_icon {
  width: 75px !important;
  margin: 15px auto !important;
  opacity: 0.8 !important;
}

.proof_label {
  color: #515151;
  font-weight: 500;
}

.proff_header {
  color: #50C878;
  font-weight: 600;
}

.experience_year {
  color: #0b54a5;
  font-weight: 700;
}

/* scroll  */


a {
  text-decoration: none !important;
}

.accordion-button:not(.collapsed) {
  color: #50c878;
  background-color: #F5F5DC;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* scrooll css  */
.block {
  overflow: hidden;
  width: 100%;
  margin: 50px auto;
  background: #fff;
}

.animation {
  width: auto;
  height: 100px;
  font-size: 0px;
}

.animation div {
  display: inline-block;
  width: auto;
  float: none;
  padding: 0 10px;
}

.f-20 {
  font-size: 20px;
}

.hero-slider {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.slider_label {
  color: black !important;
}

.slider_header {
  color: #ffffff !important;
  font-size: 24px;
}

.slider_label {
  color: #ffff;
}

.swiper-button-prev {
  left: 0 !important;
  margin-left: 0 !important;
  background: blue !important;
}

.swiper-button-next {
  right: 0 !important;
  margin-right: 0 !important;
  background: blue !important;
}

/* FAQ section  */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion-item {
  padding: 2px 15px !important;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow-y: scroll;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


@media (max-width: 991px) {
  .hero-slider {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 420px;
  }

  .social_proof_bg {
    padding: 30px 35px;
  }

  .social-border-right {
    border-right: 0px !important;
  }
}

.social-border-right {
  border-right: 1px dashed #2264ae9e
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0px 55px;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
}

.home_about_sec {
  display: flex;
  justify-content: space-between;
  padding: 10px 100px !important;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }

}

.hero-style {
  height: 420px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 420px;
  }
}


.footer_details {
  text-align: left;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.custom-col-6 {
  width: 45% !important;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
}

.faq_main_sec {
  margin: 20px 95px 40px 95px !important;
}

.ticker-news {
  background: #fff;
  height: 35px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 25px 0px 0px 25px;
  margin: 0px auto;
  padding: 0;
  width: 70%;
}

.ticker-news .tickercontainer {
  height: 35px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.ticker-news span {
  background: linear-gradient(111.5deg, rgb(20, 100, 196) 0.4%, rgb(33, 152, 214) 100.2%);
  height: 35px;
  float: left;
  padding: 0px 25px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
  border-radius: 53px;
  width: auto;
}

.ticker-mask {
  position: relative;
  top: 4px;
  z-index: 99999;
}

.bg-footer {
  background-color: #515151;
  padding: 50px 70px !important;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media only screen and (min-device-width : 480px) and (max-device-width : 900px) {
  .custom-col-2 {
    width: 32.666667% !important;
  }
}

@media only screen and (min-device-width : 900px) and (max-device-width : 1370px) {
  .custom-col-2 {
    width: 16.666667% !important;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }

  .home_about_sec {
    padding: 10px 50px !important;
  }

  .custom-col-3 {
    width: 100% !important;
    margin-top: 40px !important;
  }

  .faq_main_sec {
    margin: 0px !important;
  }

  .custom-col-6 {
    width: 100% !important;
  }

  .main_menu {
    display: none;
    flex-direction: column;
  }

  .main_menu.show {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .dropdown:hover .dropdown-nav {
    position: static;
  }
}


/* Mobile View (Stacked Columns) */
@media (max-width: 767px) {
  .faq_main_sec {
    display: block;
  }

  .custom-col-6 {
    width: 100%;
  }

  .accordion-item button {
    font-size: 14px;
  }

  .accordion-content {
    font-size: 12px;
  }
}

a:hover {
  color: #021C60 !important;
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff !important;
  transition: all .4s ease;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  max-width: 80%;
  box-sizing: border-box;
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

a:hover {
  text-decoration: none;
}

.fixed_header {
  font-size: 30px
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/* responsive css  */
@media screen and (min-width: 768px) {


  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }

  .faq_main_sec {
    display: flex;
  }

  .custom-col-6 {
    width: 48%;
  }


  .brief-info {
    height: 100%;
  }
}

.contact_form_header {
  font-size: 24px;
  color: #50C878;
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .contact_form_header {
    text-align: left !important;
    font-size: 18px;
  }

  .logo-container {
    width: 230px;
  }

  .name_logo {
    width: 60%;
  }

  .logo {
    width: 55px !important;
  }

  .site-navigation {
    display: none;
  }

  .ticker-news {
    width: 90%;
  }

  .ticker-mask {
    top: 5px;
  }

  .custom-col-4 {
    width: 100% !important;
    margin: 20px 0px;
  }

  .about-p-text {
    font-size: 13px;
    padding: 10px 10% !important;
    text-align: justify;
  }


  .hero-slider .slide-inner {
    width: 195%;
    padding: 0px 25px
  }

  .fixed_header {
    font-size: 16px;
  }

  .slider_header {
    font-size: 13px;
  }

  .business-icon {
    margin: 5px 0px;
  }

  .circle-container {
    width: 24em !important;
    height: 24em;
  }

  .success-icon {
    width: 45px;
    margin: 12px 0px;
  }

  .custom-col-2 {
    width: 45.666667% !important;
  }

  .service-labl {
    font-size: 16px;
    top: -2px;
  }

  .faq_section {
    padding: 10px 25px;
  }

  .circle-header {
    font-size: 12px;
  }

  .business-icon {
    width: 30px;
  }

  .footer_details {
    text-align: center;
    margin-top: 20px !important;
  }

  .bg-footer {
    padding: 50px 35px !important;
  }
}

.about_info_sec {
  display: flex;
  justify-content: space-between;
  padding: 10px 100px;
}

@media (max-width: 480px) {
  .hero-style .slide-text p {
    font-size: 12px;
    margin: 0 0 10px;
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    top: -3px;
    max-width: 100%;
  }

  .slide_mobile_text {
    display: block !important;
  }

  .slide-text {
    display: none;
  }

  .main_header-2 {
    display: none !important;
  }

  .main_header-1 {
    display: block !important;
  }

  .raw_header {
    display: none;
  }

  .back_to_top {
    width: 50px !important;
    height: 50px !important;
  }
}

.back_to_top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px !important;
  right: 30px !important;
  z-index: 99 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  color: #0b54a5 !important;
  border: 1px solid #0b54a578 !important;
  box-shadow: 2px 1px 5px 0px #a5a5a5 !important;
}

.slide_mobile_text {
  display: none;
}

.main_header-1 {
  display: none;
}

@media only screen and (min-device-width : 1200px) and (max-device-width : 1360px) and (-webkit-min-device-pixel-ratio : 2) {

  .service-bg {
    width: 130px;
    height: 130px;
  }

  .service-img {
    top: 35px;
    width: 60px;
    opacity: 0.7;
  }

  .site-header {
    height: 45px;
  }

  .site-identity h5 {
    font-size: 13px;
    padding: 5px 10px;
  }

  .f-20 {
    font-size: 16px;
  }

  .ticker-mask {
    top: 8px;
  }

  .navbar {
    padding: 0px;
  }

  .name_logo {
    top: 5px;
    width: 240px;
  }

  .logo {
    width: 65px !important;
  }

  .circle-header {
    font-size: 14px;
  }

  .business-header {
    font-size: 18px;
  }

  .about-p-text {
    font-size: 13px;
  }

  .profile-info {
    font-size: 12px;
  }

  .service-labl {
    font-size: 13px;
  }
}

/* custom input feild css ends  */
@media (max-width: 768px) {
  .main_menu {
    display: none;
    flex-direction: column;
  }

  .main_menu.show {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .dropdown:hover .dropdown-nav {
    position: static;
  }



  .bg-footer {
    padding: 50px 35px !important;
  }

  .footer_details {
    text-align: center;
    margin-top: 20px !important;
  }
}

@media (max-width: 456px) {
  .menu-toggle span {
    width: 20px;
  }

  .logo-container {
    width: 230px;
  }

  .name_logo {
    width: 60%;
  }

  .logo {
    width: 55px !important;
  }

  .site-identity h5 {
    margin: 0px 2px;
    padding: 0px 3px;
    font-size: 11px !important;
  }
}