/*global-css-start*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
   font-size: 16px;
   font-weight: 400;
   color: #000;
   background-color: #fff;
   scroll-behavior: smooth;
   font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   color: #333;
   font-weight: 700;
   font-family: "Anton", sans-serif;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #1E4877;
   font-weight: 400;
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: initial;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
}

p {
   margin-bottom: 0.5rem;
   font-size: 16px;
   font-weight: 400;
   color: #878787;
   line-height: 27px;
}

p.desc {
   font-size: 18px;
   line-height: 30px;
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

hr {
   background-color: #D0D0D0;
   opacity: 1;
   border-color: #D0D0D0;
}

label {
   margin-bottom: 5px;
}

textarea {
   resize: none;
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type=number] {
   -moz-appearance: textfield;
}

.form-select:focus, .form-control:focus {
   box-shadow: none !important;
   border-color: #ccc;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: inherit;
   color: inherit;
}

.fz-12 {
   font-size: 12px;
}

.fz-14 {
   font-size: 14px;
}

.fz-14 {
   font-size: 14px;
}

.fz-16 {
   font-size: 16px;
}

.fz-18 {
   font-size: 18px;
}

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

.fz-22 {
   font-size: 22px;
}

.fz-24 {
   font-size: 24px;
}

.fz-26 {
   font-size: 26px;
}

.fz-28 {
   font-size: 28px;
}

.fz-30 {
   font-size: 30px;
}

.fw-300 {
   font-weight: 300 !important;
}

.fw-400 {
   font-weight: 400 !important;
}

.fw-500 {
   font-weight: 500 !important;
}

.fw-600 {
   font-weight: 600 !important;
}

.fw-700 {
   font-weight: 700 !important;
}

.fw-800 {
   font-weight: 800 !important;
}

.text-primary {
   color: #1E4877 !important;
}

.thm-btn {
   display: inline-block;
   padding: 11px 26px;
   background-color: #1E4877;
   border: 1px solid #1E4877;
   color: #fff !important;
   font-size: 14px;
   font-weight: 500;
   border-radius: 5px;
   outline: none !important;
}

.thm-btn.danger {
   background-color: #E62B39;
   border-color: #E62B39;
}

.outline-btn {
   display: inline-block;
   padding: 11px 26px;
   border: 1px solid #1E4877;
   color: #1E4877;
   font-size: 14px;
   font-weight: 500;
   border-radius: 5px;
   outline: none !important;
   transition: 0.2s;
}

.outline-btn:hover {
   background-color: #1E4877;
   color: #fff;
}

.cst-gradient {
   background: linear-gradient(102.23deg, #DDE7F2 0.24%, #FAFAF3 49.12%, #F7D6D9 100%);
}

.fas.fa-phone, .fal.fa-phone, .far.fa-phone {
   transform: rotate(90deg);
}

.tp-space {
   padding-top: 70px;
   padding-bottom: 70px;
}

.subtitle {
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: #E62B39;
   text-transform: uppercase;
}

.title {
   font-size: 50px;
   font-weight: 400;
   color: #1E4877;
   line-height: 75px;
   margin-bottom: 1rem;
}

/*global-css-end*/

/*---------------------------------------------------------------------------------------------------------*/

/*registration-css-start*/
.login-page {
   min-height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}

.login-innr {
   background-color: #DDE7F2;
   border-radius: 30px;
}

.login-frm {
   background-color: #fff;
   border-radius: 10px 0 0 10px;
   height: 100%;
   padding: 50px 50px 10px 50px;
   position: relative;
}

.login-frm h2 {
   font-size: 40px;
   color: #000000;
   font-weight: 400;
}

.login-frm h5 {
   font-size: 16px;
   font-weight: 400;
   color: #878787;
   font-family: "Poppins", sans-serif;
}

.login-frm form {
   margin-top: 30px;
}

.login-bx .form-control,
.login-bx .form-select{
   height: 50px;
   border-radius: 10px;
   border-color: #E0E0E0;
}

.login-bx label {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 10px;
   color: #264879;
}

.login-page .lgn-txt a {
   color: #1E4877;
   font-size: 16px;
   font-weight: 600;
}

.login-page .lgn-txt {
   position: absolute;
   left: 0;
   bottom: 40px;
   right: 0;
   text-align: center;
   color: #878787;
   font-size: 16px;
   font-weight: 500;
}

/*registration-css-end*/

/*home-page-css-start*/
.tp-header {
   background-color: #1E4877;
   padding-top: 10px;
   padding-bottom: 10px;
}

.tp-header .tp-header-list li {
   display: inline-block;
   margin-right: 15px;
}

.tp-header .tp-header-list li:nth-last-child(1) {
   margin-right: 0;
}

.tp-header .tp-header-list li a {
   display: inline-block;
   color: #fff;
   font-size: 14px;
   font-weight: 400;
}

.tp-header .tp-header-list li .icon {
   display: inline-block;
   height: 35px;
   width: 35px;
   background-color: #00000033;
   text-align: center;
   line-height: 35px;
   border-radius: 25px;
}

.tp-header .tp-header-list li .icon img {
   width: 20px;
}

.tp-header .tp-header-list li a:hover {
   text-decoration: underline !important;
}

.main-header .custom-navbar .nav-item {
   margin-left: 25px;
   margin-right: 25px;
}

.main-header .custom-navbar .nav-item .nav-link {
   padding: 0;
   font-size: 18px;
   font-weight: 400;
   color: #000;
}

.main-header .custom-navbar .nav-item .nav-link:hover, .main-header .custom-navbar .nav-item .nav-link.active {
   color: #E62B39;
}

.main-header.sticky-header {
   animation: 0.75s ease 0s normal forwards 1 running headerSlideDown;
}

.main-header.sticky-header .custom-navbar {
   background-color: #fff;
   box-shadow: 0px 0px 5px 0px rgb(72 72 72 / 50%);
}

@keyframes headerSlideDown {
   0% {
      margin-top: -150px;
   }

   100% {
      margin-top: 0;
   }

}

.hm-banner {
   padding-top: 180px;
}

.hm-banner .bannr-content {
   position: relative;
}

.hm-banner .bannr-content h1 {
       font-size: 33px;
    word-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 85px;
    font-family: "Poppins", sans-serif;
    line-height: 46px;
}

.hm-banner .bannr-content h1 span {
   color: #1E4877;
}

.hm-banner .bannr-content h5 {
   font-size: 30px;
   font-weight: 400;
   color: #000;
   font-family: "Poppins", sans-serif;
   margin-bottom: 20px;
}

.hm-banner .bannr-content .arrow-icon {
   position: absolute;
   padding-left: 35px;
   padding-top: 30px;
}

.banner-img {
   position: relative;
}

.price-badge, .offer-badge {
   display: inline-block;
   box-shadow: 0px 4px 4px 0px #0000000D;
   padding: 8px;
   background-color: #fff;
   border-radius: 25px;
   position: absolute;
}

.offer-badge {
   right: 10%;
   top: 10%;
   font-size: 19px;
   color: #E62B39;
   font-family: "Anton", sans-serif;
   font-weight: 400;
   animation: bounceSlide2 3s both infinite;
}

.price-badge {
   left: 30%;
   top: 65%;
   font-size: 16px;
   font-weight: 500;
   color: #878787;
   z-index: 99;
   animation: bounceSlide 2s both infinite;
}

.price-badge::after {
   position: absolute;
   content: '';
   width: 0;
   height: 0;
   border-top: 20px solid transparent;
   border-bottom: 18px solid transparent;
   border-left: 30px solid #ffff;
   left: 0px;
   bottom: -20px;
   transform: rotate(120deg);
   z-index: -9;
}

@keyframes bounceSlide {
   0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
   }

   40% {
      transform: translateY(-30px);
   }

   60% {
      transform: translateY(-15px);
   }

}

@keyframes bounceSlide2 {
   0%, 20%, 50%, 80%, 100% {
      transform: translateX(0);
   }

   40% {
      transform: translateX(-50px);
   }

   60% {
      transform: translateX(-20px);
   }

}

.about-sec {
   position: relative;
}

.about-sec::after, .about-sec::before, .testimonial::after, .testimonial::before, .carrers-sec::after, .carrers-sec::before {
   content: '';
   position: absolute;
   background: linear-gradient(102.23deg, #DDE7F2 0.24%, #FAFAF3 49.12%, #F7D6D9 100%);
   height: 693px;
   width: 693px;
   border-radius: 50%;
   z-index: -9;
   filter: blur(100px);
}

.about-sec::after, .testimonial::after, .carrers-sec::after {
   left: -10%;
   bottom: -80px;
}

.about-sec::before, .testimonial::before, .carrers-sec::before {
   bottom: 0;
   right: 0;
}

.about-content-list li {
   display: flex;
   margin-top: 20px;
}

.about-content-list li .about-content-innr {
   margin-left: 20px;
}

.about-content-list li img {
   width: 100px;
}

.about-content-list li .about-content-innr h5 {
   font-size: 20px;
   font-weight: 500;
   color: #686868;
   font-family: "Poppins", sans-serif;
}

.operation-list li {
   margin-bottom: 25px;
   font-size: 20px;
   font-weight: 400;
   color: #878787;
   position: relative;
   padding-left: 30px;
}

.operation-list li::after {
   position: absolute;
   content: '\f005';
   left: 0;
   top: 3px;
   font-family: "Font Awesome 5 Pro";
   height: 24px;
   width: 24px;
   background-color: #E62B39;
   color: #fff;
   font-size: 12px;
   text-align: center;
   line-height: 24px;
   border-radius: 25px;
}

.operation-list li::before {
   position: absolute;
   content: '';
   left: 11px;
   height: 100%;
   width: 2px;
   background-color: #8787874D;
   top: 27px;
}

.operation-list li:nth-last-child(1)::before {
   display: none;
}

.operation-sec.branches p {
   font-size: 20px;
}

.operation-sec.branches .operation-content {
   padding-left: 90px;
}

.counter-sec {
   border-radius: 50px;
   padding-bottom: 40px;
}

.counter-card {
   text-align: center;
}

.counter-card h4 {
   font-size: 50px;
   font-weight: 400;
   color: #1E4877;
   margin-bottom: 0;
}

.counter-card p {
   font-size: 20px;
   font-weight: 400;
   color: #878787;
}

.pricing-sec {
   background: linear-gradient(180deg, rgba(249, 249, 244, 1) 50%, rgba(221, 231, 242, 1) 50%);
}

.pricing-card {
   background-color: #fff;
   border-radius: 20px;
   margin-top: 1rem;
}

.pricing-card .pricing-header {
   padding: 25px 0;
   text-align: center;
   background-color: #1E4877;
   border-radius: 20px 20px 0px 0px;
   margin-bottom: 10px;
}

.pricing-card .pricing-header h5 {
   font-size: 20px;
   color: #fff;
   font-weight: 600;
   font-family: "Poppins", sans-serif;
   margin-bottom: 0;
}

.pricing-content {
   padding: 10px;
}

.pricing-content h4 {
   font-size: 35px;
   font-weight: 400;
   color: #1E4877;
   margin-bottom: 20px;
}

.pricing-content h4 del {
   font-size: 25px;
   font-weight: 500;
   color: #878787;
   font-family: "Poppins", sans-serif;
}

.pricing-content h6 {
   font-size: 25px;
   font-weight: 400;
   color: #000;
   margin-bottom: 30px;
}

.pricing-content h6 span {
   color: #878787;
   font-family: "Poppins", sans-serif;
   font-size: 20px;
}

.pricing-list li {
   font-size: 16px;
   font-weight: 500;
   color: #878787;
   padding-bottom: 15px;
   padding-top: 15px;
   border-bottom: 1px solid #E0E0E0;
   padding-left: 20px;
   position: relative;
}

.pricing-list li:nth-last-child(1) {
   border: 0;
}

.pricing-list li::after {
   position: absolute;
   content: "\f00c";
   left: 0;
   top: 16px;
   font-family: "Font Awesome 5 Pro";
   color: #16981A;
}

.testimonial {
   position: relative;
}

.testimonial-card {
   display: flex;
   align-items: center;
}

.testimonial-card-img {
   width: 50%;
   padding-left: 20px;
   padding-bottom: 20px;
}

.testimonial-card-img img {
      width: 200px;
    box-shadow: -20px 20px 0px 0px #DDE7F2;
    aspect-ratio: 2 / 1.8;
    object-fit: cover;
}

.testimonial-card-content {
   margin-left: 20px;
   position: relative;
}

.testimonial-card-content::after {
   position: absolute;
   content: '';
   background-image: url(../images/quote.svg);
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-repeat: no-repeat;
   z-index: -9;
}

.testimonial-card-content h5 {
   font-size: 20px;
   font-weight: 500;
   color: #000;
   font-family: "Poppins", sans-serif;
}

.testimonial-card-content h6 {
   font-size: 16px;
   font-weight: 400;
   color: #878787;
   font-family: "Poppins", sans-serif;
}

.testimonial-card-content p {
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 20px;
   line-height: 33px;
}

.testimonial .owl-prev span, .testimonial .owl-next span {
   height: 40px;
   width: 40px;
   background-color: #EBEBEB;
   color: #0062FF;
   line-height: 40px;
   text-align: center;
   border-radius: 25px;
}

.testimonial .owl-prev span:hover, .testimonial .owl-next span:hover {
   background-color: #1E4877;
   color: #fff;
}

.testimonial .owl-prev, .testimonial .owl-next {
   position: absolute;
}

.testimonial .owl-prev {
   right: 50px;
   bottom: 0;
}

.testimonial .owl-next {
   right: -5px;
   bottom: 0;
}

.download-sec {
   padding: 40px 0px 0 30px;
   border-radius: 50px;
}

.download-sec .title {
   font-family: "Poppins", sans-serif;
   font-size: 35px;
   line-height: normal;
   font-weight: 600;
}

.download-sec a img {
   width: 200px;
}

.management-card {
   padding: 15px;
   border: 1px solid #0000005C;
   border-radius: 10px;
   text-align: center;
   margin-top: 1rem;
}

.management-card p {
   padding-bottom: 10px;
}

.management-card img {
   height: 50px;
   width: 50px;
   object-fit: contain;
}

.management-card h4 {
   font-family: "Poppins", sans-serif;
   font-size: 20px;
   font-weight: 500;
   color: #686868;
   margin: 15px 0;
}

.management-card.abt {
   background-color: #FDF6F7;
   border: 0;
   display: flex;
   text-align: left;
}

.management-card.abt img {
   margin-right: 40px;
}

.management-card.abt h4 {
   margin-top: 0;
   margin-bottom: 5px;
}

.member-card {
   text-align: center;
   margin-bottom: 1rem;
}

.member-card img {
   aspect-ratio: 2/2;
   border-radius: 20px;
}

.member-card h4 {
   font-size: 20px;
   font-weight: 400;
   color: #000;
   font-family: "Poppins", sans-serif;
   margin-top: 12px;
}

.member-card p {
   font-size: 20px;
   font-weight: 400;
   color: #1E4877;
}

.thm-footer {
   padding-top: 50px;
}

.footer-abt {
   padding-right: 20px;
}

.footer-abt p {
   color: #000;
}

.footer-abt .media a {
   height: 40px;
   width: 40px;
   background-color: #fff;
   line-height: 40px;
   text-align: center;
   display: inline-block;
   border-radius: 25px;
   margin-top: 10px;
   margin-right: 10px;
}

.footer-abt .media a img {
   filter: brightness(0%);
   width: 20px;
}

.footer-abt .media a:hover {
   background-color: #1E4877;
}

.footer-abt .media a:hover img {
   filter: brightness(0) invert(1);
}

.ftr-head {
   font-size: 25px;
   font-weight: 600;
   color: #000;
   font-family: "Poppins", sans-serif;
   margin-bottom: 15px;
}

.ftr-links li a {
   display: inline-block;
   font-size: 18px;
   font-weight: 400;
   color: #000;
   margin-bottom: 8px;
   position: relative;
   padding-left: 15px;
}

.ftr-links li a::after {
   position: absolute;
   content: '';
   left: 0;
   top: 10px;
   height: 7px;
   width: 7px;
   background-color: #000;
   border-radius: 10px;
}

.ftr-links li a:hover {
   color: #E62B39;
}

.ftr-links li a:hover::after {
   background-color: #E62B39;
}

.ftr-contact li a {
   display: inline-block;
   font-size: 18px;
   font-weight: 400;
   color: #000000;
   margin-bottom: 10px;
}

.ftr-contact .ftr-head {
   font-size: 18px;
}

.download-btn a {
   display: block;
}

.download-btn a img {
   width: 150px;
}

.copy-right {
   background-color: #1E4877;
   padding: 8px 0;
   margin-top: 30px;
}

.copy-right p a {
   color: #fff;
   font-weight: 600;
}

/*home-page-css-end*/
.innerpage {
   padding-top: 180px;
   padding-bottom: 60px;
}

.innerpage  h1 {
   font-size: 40px;
   font-weight: 400;
   color: #000;
}

.innerpage .breadcrumb {
   justify-content: center;
}

.innerpage .breadcrumb .breadcrumb-item {
   font-size: 16px;
   font-weight: 400;
   color: #878787;
}

.innerpage .breadcrumb .breadcrumb-item a {
   color: #1E4877;
}

.schedule-frm {
   padding: 20px 50px;
   border-left: 10px groove #000000;
   background-color: #FDF6F7;
}

.schedule-frm h4, .contact-lft h4 {
   font-size: 40px;
   font-weight: 500;
   color: #000;
   font-family: "Poppins", sans-serif;
   margin-bottom: 20px;
}

.schedule-bx label {
   font-size: 16px;
   font-weight: 500;
   color: #000;
   margin-bottom: 8px;
}

.schedule-bx {
   margin-bottom: 15px;
}

.schedule-bx .form-control, .schedule-bx .form-select {
   height: 60px;
   border-color: #E0E0E0;
   color: #000;
   background-color: #fff;
   border-radius: 10px;
}

.schedule-bx textarea.form-control {
   height: 110px;
}

.contact-list li {
   background: linear-gradient(102.23deg, #DDE7F2 0.24%, #FAFAF3 49.12%, #F7D6D9 100%);
   padding: 30px 40px;
   border-radius: 20px;
   margin-bottom: 20px;
   display: flex;
   align-items: center;
   min-height: 190px;
}

.contact-list li span {
   display: inline-block;
   height: 70px;
   width: 70px;
   background-color: #fff;
   color: #E62B39;
   text-align: center;
   line-height: 70px;
   font-size: 30px;
   border-radius: 50px;
   margin-right: 15px;
}

.contact-list li h6 {
   font-size: 18px;
   font-weight: 400;
   color: #E62B39;
   margin-bottom: 5px;
   font-family: "Poppins", sans-serif;
}

.contact-list li a {
   color: #000;
   font-size: 25px;
   font-weight: 500;
}
.contact-list li:nth-child(1) a{
   font-size: 15px;
}
.contact-list li:nth-child(1) span{
   width: 120px;
}

.blog-card {
   padding: 15px;
   box-shadow: 0px 0px 20px 0px #0000000D;
   background-color: #fff;
   border-radius: 10px;
   margin-bottom: 15px;
}

.blog-card img {
   width: 100%;
   aspect-ratio: 2/1.4;
   margin-bottom: 10px;
   border-radius: 10px;
}

.blog-card .tag span, .blog-details .tag span {
   font-size: 14px;
   color: #878787;
   font-weight: 500;
}

.blog-card .tag i, .blog-details .tag {
   font-size: 6px;
   vertical-align: middle;
}

.blog-card a {
   font-size: 18px;
   font-weight: 600;
   color: #000;
   display: inline-block;
   margin-bottom: 8px;
}

.blog-details img {
   width: 100%;
   aspect-ratio: 2/0.5;
   margin-bottom: 10px;
}

.blog-details h4 {
   font-size: 35px;
   font-weight: 600;
   color: #000;
   font-family: "Poppins", sans-serif;
}

.blog-details p {
   margin-bottom: 15px;
}

.faq .accordion-item {
   border: 0;
   border-left: 10px solid #000;
   margin-bottom: 10px;
   border-radius: 0 !important;
   background-color: #FDF6F7;
}

.faq .accordion-item .accordion-button {
   background-color: transparent !important;
   box-shadow: none !important;
   color: #1E4877;
   font-size: 18px;
   font-weight: 500;
   padding: 10px;
}

.faq .accordion-item .accordion-button.collapsed {
   color: #000;
}

.faq .accordion-item .accordion-body {
   padding: 10px;
}

.carrers-sec {
   position: relative;
}

.carrers-sec ul li {
   padding: 20px;
   background-color: #fff;
   border-radius: 5px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-shadow: 0px 0px 20px 0px #0000000D;
   margin-bottom: 20px;
}

.carrers-sec ul li .carrers-lst-cont h6 {
   font-size: 14px;
   font-weight: 400;
   color: #878787;
   font-family: "Poppins", sans-serif;
}

.carrers-sec ul li .carrers-lst-cont h4 {
   font-size: 25px;
   font-weight: 600;
   color: #000;
   margin-bottom: 10px;
   text-transform: capitalize;
   font-family: "Poppins", sans-serif;
}

.carrers-sec ul li .carrers-lst-cont h5 {
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   font-weight: 500;
   color: #E62B39;
}

.carrers-lst-btn {
   width: 20%;
   text-align: right;
}

.carrer-model .upload input[type="file"] + label {
   background: #1E4877;
   padding: 20px;
   color: #fff;
   cursor: pointer;
   width: 100%;
   text-align: center;
   border-radius: 5px;
}

.carrer-model .upload input[type="file"] {
   display: none;
}

.carrer-model  label {
   margin-bottom: 5px;
}

.carrer-model .modal-title {
   font-size: 22px;
   color: #1E4877;
   font-family: "Poppins", sans-serif;
}

.carrer-model h6 {
   font-size: 20px;
   font-weight: 600;
   color: #000;
   font-family: "Poppins", sans-serif;
   margin-bottom: 10px;
}

.carrer-model .form-control, .carrer-model .form-select {
   height: 48px;
}

.carrer-model textarea.form-control {
   height: 110px;
}

.carrer-model .btn-close {
   box-shadow: none !important;
   opacity: 1;
}

.cms-content p {
   margin-bottom: 15px;
}

.testimonial-card.testimonialp {
   box-shadow: 0px 0px 20px 0px #0000000D;
   background-color: #fff;
   padding: 10px;
   border-radius: 10px;
   margin-bottom: 1rem;
}

.testimonial-card.testimonialp {
   flex-direction: column;
   text-align: center;
}

.testimonial-card.testimonialp .testimonial-card-img {
   width: auto;
   padding-left: 0;
}

.testimonial-card.testimonialp p {
   font-size: 16px;
}

.testimonial-card.testimonialp .testimonial-card-img img {
   height: 140px;
   width: 140px;
   box-shadow: none;
   border-radius: 20px;
   border: 8px double #dde7f2;
}

.information-list li {
   box-shadow: 0px 0px 20px 0px #0000000D;
   background-color: #fff;
   padding: 10px;
   border-radius: 10px;
   display: flex;
   margin-bottom: 15px;
}

.information-list li span {
   display: inline-block;
   margin-right: 10px;
   width: 200px;
}

.information-list li h4 {
   font-size: 25px;
   font-weight: 600;
   color: #000;
   font-family: "Poppins", sans-serif;
}
