/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Imprima&display=swap');


* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Imprima', sans-serif !important;
  color: #333;
  letter-spacing: -0.025em;
  background: white;

}

section.section_top.about_div {
  background: #ffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: 'Imprima', sans-serif !important;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}


a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}


/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}




/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #1e4c77 none repeat scroll 0 0;
  bottom: 150px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 32px;
  position: fixed;
  right: 22px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}


.header_position {
  position: relative;
  padding: 0px 10px;
  text-align: center;
}

.main_menu nav>ul>li:first-child>a {
  padding-left: 0;
}

.main_menu nav>ul>li>a {
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-right: 10px;
  color: #0e1726;
}


.main_menu nav>ul>li {
  display: inline-block;
  position: relative;
  padding: 8px 0px 10px 8px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.79rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #9ba7b6;
  /* border-radius: 30px; */
  border-radius: 0px;
  border-left: 0px;
}

.form-control:focus,
.form-group .btn:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: hwb(189.57deg 12.94% 60%) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



.section_top {
  padding: 50px;
}


.img_logo img {
  width: 270px;

}




.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}


.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    /* margin-bottom: 30px; */
  }


}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    /* margin-bottom: 25px; */
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #1e4c77;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .follow_us {
  display: block;
}

.Offcanvas_menu_wrapper .search-container {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}

.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #e7f3fa;
  width: 100%;
}

.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}

.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}

.Offcanvas_menu_wrapper .search_box button:hover {
  background: #24509a;
  color: #333;
}

.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}

.Offcanvas_menu_wrapper .top_right>ul>li {
  padding-right: 4px;
  margin-right: 4px;
}

.Offcanvas_menu_wrapper .top_right>ul>li::before {
  display: none;
}

.Offcanvas_menu_wrapper .top_right>ul>li>a {
  font-size: 13px;
  line-height: 22px;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  transform: rotate(180deg);
  font-size: 30px;
  margin-left: 30px;
  color: #24509a;
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  font-size: 30px;
  margin-left: 30px;
  color: #24509a;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7f3fa;
  color: #ffff;
}

.offcanvas_main_menu li a:hover {
  color: #f26522;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_follow {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.Offcanvas_follow label {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 13px;
}

.Offcanvas_follow ul li {
  display: inline-block;
  margin-left: 16px;
}

.Offcanvas_follow ul li:first-child {
  margin-left: 0;
}

.Offcanvas_follow ul li a {
  font-size: 18px;
}

.Offcanvas_follow ul li a:hover {
  color: #24509a;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #24509a;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
  color: #fff;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}

.canvas_close a:hover {
  color: #24509a;
}

.canvas_open {
  display: flex;
  justify-content: space-between;

  margin: 10px auto;
}

.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.canvas_open a {
  font-size: 28px;
}


.header_area.header_padding {
  padding-bottom: 0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  left: 3px;
  width: 100%;
  top: 0;
  padding: 10px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}



@media only screen and (max-width: 991.98px) {
  .main_menu {
    display: none !important;
  }

  .img_logo {
    display: none;
  }

  .header_inner {

    display: block;
  }



  section.top_haeder {
    display: none;
  }



}







i.fa.fa-bars {
  color: #fff;
  font-size: 25px !important;
  padding: 0px 10px;
}

.Offcanvas_menu.sticky-header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


img.logo_mob {
  width: 240px;
}


@media only screen and (max-width: 991.98px) {

  .sticky-header.sticky {
    position: fixed !important;
    z-index: 99;
    left: 3px;
    width: 100%;
    top: 0;
    padding: 0px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }

}

.head_cent.heading h6 {
  text-align: left;
}

header.header_area {
  padding: 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6,
.heading p {
  font-size: 28px;
  text-align: center;
  /* font-size: 20px; */
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  font-family: 'Imprima', sans-serif !important;
  line-height: 1.21;
  color: #24509a;
}

b,
strong {
  font-weight: 700;
  font-size: 16px;
  color: #707070 !important;

}

p.about_text {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0.1px;
}

ul.ul_licenter {
  text-align: justify;
  font-size: 17px;
  line-height: 28px
}



.wolsilider {
  background: #f7f7f7;
  margin: 50px 0px;
}


.vertical-tabs {
  display: flex;
  padding: 40px;
  background: #fff;
  margin: 20px;
}

li.nav-item.tab1 {
  font-size: 18px;
  font-weight: 500;
}

.iso-certification {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 20px;
  background: #f7f7f7;
  border-radius: 0px 8px 8px 0;
  min-height: 410px;
  text-align: center;
  border: 2px solid #f7f7f7;
}

.iso-certification h3 {
  font-size: 19px;
  color: #2b2b2b;
  margin: 15px 0 25px;
  line-height: 27px;
  text-align: left;
  font-weight: 800;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #9e9292;
  padding: 7px 0px;
}

.iso-certification p {
  font-size: 16px;
  color: #595959;
  text-align: left !important;
  margin: 30px 0px 0px 0px;
  line-height: 27px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px
}
img.img1 {
  width: 30px;
  margin: 0px 3px;
}
.MuiSvgIcon-colorPrimary {
  color: #0f69af;
}
.jss145 {
  font-size: 0;
  margin-right: 2px;
}

svg.MuiSvgIcon-root.jss16.MuiSvgIcon-colorPrimary {
  width: 20px;
  height: 20px;
  position: relative;
  top: -5px;

}








::-webkit-scrollbar-thumb {
  background: #24509a;
  border-radius: 6px
}
.mail_text:hover{
  color: #24509a;

}

::-webkit-scrollbar-track {
  background: #eee
}

.nav-tabs {
  flex-direction: column;
  border-right: 1px solid #ddd;
  width: 100%;
  height: 421px;
  overflow: auto;
  flex-direction: column;
  display: flex;
  display: block;
 
}

.nav-tabs .nav-link {
  border: 1px solid #eceff7;
  border-radius: 0px;
}


.tab-content {
  flex-grow: 1;
  padding-left: 1rem;
}

.nav-tabs .nav-link.active {
  border-right: 1px solid #24509a;
  background-color: #24509a;
  color: #fff;
  border-radius: 0px !important;
}

.read-more-content {
  display: none;
}

.read-more-toggle {
  color: #24509a;
  cursor: pointer;
  text-decoration: underline;
}

.info_caft {
  text-align: left;
}

li.nav-item.tab1 a i {
  font-size: 13px;
}

p.process_text {
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}








.work-process-icon-wrap .process-step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
}

.white-bg {
  background: #ffffff;
}

.color-secondary {
  color: #57a546;
}

.work-process-icon-wrap {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #57a546;
  padding: 10px;
  border-radius: 10px;
}

.single-work-process {
  position: relative;
  float: left;
  margin: 0 15px;
  width: calc(22% - 30px);
}

.single-work-process .work-process-divider {
  position: absolute;
  top: 40px;
  width: calc(100% - 130px);
  height: 1px;
  background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
  background-size: 12px 1px;
}

.work-process-wrap {
  display: block;
  width: 100%;
}

/* .heading p {
  font-size: 16px;
  text-align: center;
}
 */






i.fa.fa-angle-right {
  position: absolute;
  top: -14px;
  left: 122px;
  font-size: 26px;
}




p.inner_text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: center;
}













.product_carousel.product_column4.owl-carousel.owl-loaded.owl-drag {
  margin: 20px 0px 0px 0px;
}

.owl-next {
  margin: 0px 10px;
}

.owl-nav {
  display: flex;
  z-index: 999;
  margin-top: 15px;
  justify-content: center;
}

.testimonial {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 20px;
  margin: 10px;
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  text-align: left;
  /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  line-height: 23px;
  margin-bottom: 10px;
}

.testimonial-rating {
  font-size: 1.2em;
  color: #ffcc00;
}

.testimonial-author {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}


button.btn.btn-block.solid-btn.border-radius.shadow {
  margin: 20px 0px 0px 0px;
  color: white;
  background: #24509a;
}

.form-group {
  margin: 10px 0px 0px;
}




.nav-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 16px;
}



/* 



.frame:hover .details {
  transform: translate(-50%, -50%) rotateY(0deg);
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
} */



.details h4 {
  font-size: 15px;
  color: #005199;
}

/* .frame .details {
  width: 100%;
  font-size: 16px;
  height: 170px;
  padding: 16% 8%;
  position: absolute;
  content: "";
  color: #ffff;
  top: 50%;
  border-radius: 10px;
  padding: 0px 8px;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%) rotateY(90deg);
  transform-origin: 50%;
  background: rgb(87 165 70);
  opacity: 0;
  transition: all 0.4s ease-in;
  overflow: auto;
} */

p.step_1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 5px 0px;
  letter-spacing: 0.2px;
  /* border-bottom: 1px solid white; */
}




.probycat_text {
  font-size: 14px;
  font-weight: 800;
  color: #131010;
  letter-spacing: 0.5px;
  background: #ffffff;
  padding: 5px 0px;

}



.details p {
  text-align: left;
  display: flex;
  color: #fff;
  padding: 5px 10px;
}



.trending_box {
  border-radius: 5px;
  padding: 30px 0px;
  text-align: left;
  height: 260px;
  text-align: center;
  background: #57a546;
  justify-content: center;
  box-shadow: inset 0 -3em 3em rgba(255, 255, 255, 0.1), 0 0 0 0px rgb(255, 255, 255), 0.3em 0.3em 1em rgb(7 86 156 / 11%);
  margin: 20px 0px 0px 0px;
  border: 1px solid #57a546;
}

.mail_text {
  color: #342d2d;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.head_cent h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #24509a;
  letter-spacing: 0.3px;
  margin: 0px 0px 15px;
}

img.img1_about {
  height: 270px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  margin: 0px 0px 10px;
  border-radius: 10px;
}

img.img2_about {
  height: 150px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  border-radius: 10px;
}

p.img_test {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  text-align: justify;
}















.faq-container {
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;

}

.faq-item {
  border: 1px solid #ddd !important;
  padding: 8px 20px;
  margin: 10px 0px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  margin: 0;
  height: 40px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.2px;
  align-items: center;
}


.faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
  font-size: 17px;
  padding-left: 20px;
  line-height: 23px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question:after {
  content: '+';
  font-size: 31px;
  color: #24509a;
}

.faq-item.active .faq-question:after {
  content: '-';
}


.text.pb-3 strong {
  font-size: 20px;
  color: #ffff !important;
  letter-spacing: 1.3px;
  border-bottom: 3px solid white;
  padding: 8px 0px;
}

.section.ui-gradient-blue {
  background: #24509a;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 30px 0px 0px 0px;
}

.logo {
  background: #ffff;
  padding: 20px;
  border-radius: 10px;
}




.heading1 h2 {
  font-size: 24px;
  text-align: left;
  /* font-size: 20px; */
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  font-family: 'Imprima', sans-serif !important;
  line-height: 1.21;
  color: #24509a;
}





.contact-form.cent_bg {
  background: #fff;
  border: none;
  width: 100%;
}

.contact-form {
  width: 90%;
  padding: 30px 30px;
  border: 1px solid #d3d5dc;
}

.contact-container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 30px;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-details {
  margin-bottom: 20px;
  padding: 0px 20px;
}

.contact-details p {
  margin: 10px 0;
}

.contact-details a {
  color: #4f5e77;
  text-decoration: none;
}



.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: bold;
}

strong.our_texting {
  font-size: 20px;
  border-bottom: 1px solid #9f9c9c;
  padding: 4px 0px;
}

span.add_text {
  font-size: 16px;
  margin: 8px 0px;
  display: block;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form button {
  padding: 6px 15px;
  border: none;
  border-radius: 4px;
  background-color: #57a546;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 30%;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.pf_tittile {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-left: 4px solid #24509a;
  padding: 7px 20px;
  background: #57a546;
}

p.Services_text {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 10px 1px;
  border-bottom: 1px dashed #b0b6c0;
  letter-spacing: 0.2px;
}








.container-verybox {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 550px;
  width: 100%;
  margin: auto;
}



.lab_text {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.cert_input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1em;
}

.vefriybtng {
  width: 100%;
  padding: 10px;
  background-color: #24509a;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.vefriybtng:hover {
  background-color: #0056b3;
}










@media screen and (max-width:1199.98px) {
  .nav-tabs {
    flex-direction: column;
    border-right: 1px solid #ddd;
    width: 100% !important;
  }

  .main_menu nav>ul>li>a {
    font-size: 15px !important;
    padding-right: 2px !important;

  }

  .vertical-tabs {
    display: flex;
    margin: 20px 0px;
    padding: 10px 0px;
  }

  header.header_area {
    padding: 10px 0px !important;

  }

  .tab-content {
    flex-grow: 1;
    padding-left: 0px;
  }
}


@media screen and (max-width:991.98px) {
  .section_top {
    padding: 20px;
  }

}


@media screen and (max-width:768px) {
  .faq-question {

    height: auto;
  }

  .contact-container {

    display: block;
    padding: 10px;

  }

  .contact-form {
    width: 100%;
    padding: 10px;
    border: none;
  }

}

@media screen and (max-width:576px) {
  .vertical-tabs {
    display: block;

  }
}