@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(62.54deg, #F3E8DE -0.01%, #D9E8FF 99.99%) !important;
  color: var(--body-color);
  
}

header {
  position: relative;
  z-index: 1001;
}

.wrapper {
  width: 100%;
  max-width: 1255px;
  margin: 0px auto;
  padding: 0px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: var(--logo-blue);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

:root {
  --logo-blue: #1e3386;
  --body-color: #fff;
}

.headertop {
  padding: 10px 0px;
  background-color: #1e3386;
}

.headtop-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header-socials ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-links ul {
  display: flex;
  align-items: center;
  gap: 20px;
}


.header-links ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header-links ul li a {
  display: flex;
}

.header-links ul li:not(:last-child) {
  padding-right: 20px;
}

.header-links ul li:not(:last-child)::after {
  position: absolute;
  content: "|";
  right: 0;
  color: var(--logo-blue);
}

.header-links ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--body-color);
  font-size: 13px;
  transition: all 0.3s;
}

.header-links ul li a i {
  color: #21cdc0;
}

.header-links ul li a:hover {
  color: #5a89d6;
}

.header-links ul li a img {
  width: 20px;
  height: 20px;
}

.headmain-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo {
  overflow: hidden;
  display: inline-block;
  background: #fff;
}
.head-logo {
  display: flex;
}

.head-logo a img {
  width: 180px;
  display: block;
  transition: all ease-in-out .3s;
}

.sticky .logo {
  transition: all ease-in-out .3s;
}

.sticky .head-logo a img {
  width: 140px;
}

.headermain.sticky {
  padding: 5px 0;
}

.head-nav .nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.head-nav .nav li a {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

.head-nav .nav li a:hover {
  color: var(--logo-blue);
}

.header-socials li a {
  display: flex;
  color: #fff;
}

.header-socials li a svg {
  width: 25px;
  height: 25px;
}

.headermain {
  padding: 15px 0px;
  background-color: #fff;
  transition: all ease-in-out .3s;
}



.banner {
  float: left;
  position: relative;
  width: 100%;
}

.flexslider {
  width: 100%;
  float: left;
}

/*===============================================FEATURED SLIDER and PAGE TITLE ===============================================*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0px auto;
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px
}

.flexslider img {
  width: 100%;
  height: 100%;
}

/* Direction Nav */
.flex-direction-nav {
  height: 0;
}

.flex-direction-nav a {
  z-index: 5;
  width: 34px;
  height: 35px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/slider/arrows.png) no-repeat bottom left;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: bottom right;
  right: 0px;
}

.flex-direction-nav .flex-prev {
  background-position: bottom left;
  left: 0px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 20px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 20px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

#main .flex-direction-nav .flex-next {
  right: 20px;
}

#main .flex-direction-nav .flex-prev {
  left: 20px;
}

/* Control Nav */
.flex-control-nav {
  z-index: 5;
  width: 100%;
  position: absolute;
  bottom: 12px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  display: inline;
}

.flex-control-paging li a {
  width: 20px;
  height: 5px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 4px;
}

.flex-control-paging li a:hover {
  background-position: 0px -48px;
}

.flex-control-paging li a.flex-active {
  background: #21cdc0;
  border-color: #21cdc0;
  cursor: default;
}

body #main .flex-control-paging li a {
  -webkit-transition: none;
  transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.gallery-anchor .flex-control-nav {
  bottom: 22px;
}

@media screen and (max-width: 940px) {

  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none !important;
  }
}

/* Caption style */
.flex-caption .slider-container {
  position: absolute;
  top: 190px;
  z-index: 4;
  left: 100px;
}

.flexslider a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lt-ie9 .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}

.lt-ie9 .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}

#homepage-slider .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bnrcont {

  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .7);
}

.bnrcont .banner-content {
  background: none;
  max-width: 1255px;
  margin: 0 auto;
  border-radius: 4px;
  width: 100%;
  padding: 0 15px !important;
}

.bnrcontbox {

  padding-top: 150px;
  padding-bottom: 150px;
}

@media (min-width: 768px) {
  .bnrcontbox {
    width: 45%;
  }
}

.flexslider .slides>li img {
  object-fit: cover;
}

.flexslider .slides>li {
  height: 100%;
}

.banner {
  background-color: #fff;
  padding: 20px;
  padding-top: 0px;
}

.banner-pad {
  background-color: var(--logo-blue);
  border-radius: 4px;
  padding: 80px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-image: url(../images/watercolor-medical-background_52683-162142.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.banner-pad::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--logo-blue);
  border-radius: 4px;
  opacity: .85;
}

.main-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  position: relative;
  z-index: 1;
  max-width: 1255px;
  padding: 0 15px;
  margin: auto;
}

.banner-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  width: 60%;
}


.banner-img {
  width: 40%;
}

.banner-img img {
  width: 100%;
  display: block;
  height: auto;
}

.banner-content h5 {
  color: #21cdc0;
  text-transform: uppercase;
  font-size: 30px;
}

.banner-content h1 {
  font-size: 70px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
}

.desc {
  margin-top: 15px;
  margin-bottom: 40px;
}

.desc p {
  font-size: 18px;
  line-height: 130%;
  color: var(--body-color);
  margin: 0 0 15px 0 ;
}

#cssmenu {
  width: 100%;
}

#cssmenu .btn {
  margin-right: 0 !important;
}

#cssmenu .btn a {
  display: flex;
  width: fit-content;
  padding: 20px 35px;
  background-color: #1e3386;
  color: #fff !important;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  font-size: 16px;

}

@media (min-width: 767px) {}

@media (min-width: 768px) {
  #cssmenu>ul {
    display: flex !important;
    justify-content: right;
    align-items: center;
  }
}

#cssmenu .btn a:hover {
  background-color: #21cdc0;
  color: #fff;
}

.btn a {
  display: flex;
  width: fit-content;
  padding: 20px 35px;
  background-color: #1e3386;
  color: #fff;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  font-size: 16px;
}


.btn a:hover {
  background-color: #21cdc0;
}


.comitted {
  padding: 100px 0px;
  display: flex;
  width: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.comitted .formSec {
  position: relative;
  z-index: 2;
}
.comitted::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.formSec {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.com-head {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
  width: 50%;
}


.com-head h2 {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0 0 20px 0;
  color: #fff;
}

@media (min-width: 767px) {
  .com-head p {
    padding-left: 0;
   
  }
}

.com-head p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 80%;
}

.com-Form {
  width: 50%;
  margin: 0px auto;
  background-color:rgba(30, 51, 134,.8);
  padding: 50px 30px;
  border-radius: 4px;
}

.form-head {
}

.form-head h4 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 120%;
  color: #fff;
}

.form-head .desc p {
  font-size: 18px;
  color: #fff;
}

.mainform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mainform .form-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.mainform .form-row .form-col {
  width: 100%;
}

.mainform .form-row .form-col label {
  display: flex;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.mainform .form-row .form-col input,
.mainform .form-row .form-col textarea,
.mainform .form-row .form-col select {
  width: 100%;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  border: 1px solid #fff !important;
  height: 45px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
}
.mainform .form-row .form-col input::-webkit-input-placeholder , .mainform .form-row .form-col textarea::-webkit-input-placeholder {
  color: #fff;
}
.mainform .form-row .form-col input::-moz-placeholder , .mainform .form-row .form-col textarea::-moz-placeholder {
  color: #fff;
}
.mainform .form-row .form-col input:-ms-input-placeholder , .mainform .form-row .form-col textarea:-ms-input-placeholder {
  color: #fff;
}
.mainform .form-row .form-col input:-moz-placeholder , .mainform .form-row .form-col textarea:-moz-placeholder {
  color: #fff;
}

.mainform .form-row .form-col select option {
  color: var(--logo-blue);
}

.mainform .form-row .form-col input:focus,
.mainform .form-row .form-col textarea:focus,
.mainform .form-row .form-col select:focus {
  outline: 0px;
  border-color: #5a89d6;
}

.mainform .form-row .form-col textarea {
  min-height: 80px !important;
}
.form-col button {
  border: 0px;
  display: flex;
  width: fit-content;
  padding: 15px 35px;
  background-color: #fff;
  color: var(--logo-blue);
  border-radius: 4px;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.form-col button svg path {
  fill: var(--logo-blue);
}

.form-col button:hover {
  background-color: #5a89d6;
  color: #fff;
}

.form-col button:hover svg path {
  fill: #fff;
}


.serv-row {
  display: flex;
  gap: 20px;
}

.our-services {
  display: flex;
  width: 100%;
}

.serv-inner {
  background-color: #5a89d6;
  border-radius: 4px;
  padding: 80px 0px;
  width: 100%;
}

.serv-head h2 {
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 120%;
}

.serv-head p {
  font-size: 18px;
  color: #fff;
}


.serv-col {
  /* padding: 20px; */
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff9;
  transition: all 0.3s;
}

.serv-col:hover {
  background-color: #fff;
}

.srv-txt {
  padding: 0 20px 20px;
}

.srv-txt h4 {
  font-size: 21px;
  color: var(--logo-blue);
  line-height: 120%;
  font-weight: 600;
}

.srv-img {
  width: 100%;
  margin-bottom: 20px;
}

.srv-img img {
  display: flex;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}

.Testimonials {
  padding: 100px 0px;
}

.testi-head {
  text-align: center;
}

.testi-head h2 {
  font-size: 55px;
  line-height: 120%;
  text-transform: uppercase;
}

.testi-row {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.testi-box {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}


.testi-desc {
  padding: 30px;
  padding-bottom: 50px;
  min-height: 190px;
}

.testi-desc p {
  color: #000;
  font-size: 16px;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* number of lines to show */
          line-clamp: 7; 
  -webkit-box-orient: vertical;
}

.testi-user {
  background-color: var(--logo-blue);
  border-radius: 4px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  margin-top: auto;
}

.user-img img {
  --size: 100px !important;
  width: var(--size) !important;
  height: var(--size) !important;
  border-radius: 4px;
  border: 5px solid #fff;
  margin-top: -50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100px !important;
  object-fit: cover;

}

.user-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: block;
}

.user-detl h3 {
  font-size: 24px;
  color: #FFF;
  margin-top: 10px;
  font-weight: 500;
}

.user-detl h4 {
  color: #6c95d7;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.ftr {
  padding-top: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.footer-inner {
  background-color: #fff;
  padding: 50px 0px;
  width: 100%;
}


.head-nav .nav .btn {
  margin-left: auto;
  color: #fff;
}

.head-nav .nav .btn a {
  color: #fff;
}

.head-nav .nav .btn:hover a {
  color: #fff;
}

.head-nav {
  width: 100%;
}

.fot-end {
  padding: 20px;
  background-color: #1e3386;
}

.fot-end ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.fot-end ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;

}

.fot-end ul li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

.fot-end ul li:not(:last-child)::after {
  position: absolute;
  content: "|";
  right: 0;
  color: #5a89d6;
}



footer .icon a img {
  width: 100px;
  display: block;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.fot-row ul li svg path {
  fill: var(--logo-blue);
}


.fot-row h4 {
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.fot-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}

.fot-row ul.branches {
  display: grid;
  grid-template-columns: repeat(2,1fr); 
  gap: 15px;
}

.fot-row .branches li {
  display: flex;
  background-color: #1e3386;
  gap: 10px;
  text-align: left;
  align-items: baseline;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

/* .gettouch ul {
  display: flex;
  gap: 30px;
} */

.gettouch {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gettouch li h5 {
  display: block;
  margin-bottom: 10px;
  line-height: 90%;
  font-size: 20px;
  font-weight: 500;
  color: #5a89d6;
}


.gettouch li a {
  color: #000;
  font-family: 'DM sans' !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  transition: all 0.3s;
}

.gettouch li a:hover {
  color: var(--logo-blue);
}

.gettouch li ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gettouch li ul li a img {
  width: 25px;
  height: 25px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -30px !important;
  position: absolute;
  background-image: url(../images/left.png) !important;
  background-size: 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -30px;
  position: absolute;
  background-image: url(../images/right.png) !important;
  background-size: 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
}

.testi-row.owl-carousel .owl-controls .owl-nav .owl-prev {
  background-image: url(../images/whatsleft.png) !important;
}

.testi-row.owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url(../images/whatsright.png) !important;
}

.mainform .form-row .form-col input,
.mainform .form-row .form-col textarea,
.mainform .form-row .form-col select {
  background: rgba(255, 255, 255, 0);
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #fff;
  height: auto;
}

.form-col textarea {
  min-height: 150px;
  resize: none;
}

.mainform .form-row .form-col select {
  background-image: url(../images/selecticon.png) !important;
  background-size: 18px !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


#scrollToTop {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: none;
  background-color: var(--logo-blue);

  color: white;
  border: none;
  border-radius: 4px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}

#scrollToTop img {
  transform: rotate(-90deg);
  width: 18px;
}

#scrollToTop:hover {
  background-color: #555;
}





@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  font-family: "DM Sans", sans-serif;
}

#cssmenu>ul>li {
  float: left;
  margin-left: 40px;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu>ul>li>a {
  padding: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}

#cssmenu>ul>li:hover>a {
  color: var(--logo-blue);
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover>ul>li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 767px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center>ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #cssmenu>ul>li>a {
    background: var(--logo-blue);
    color: #fff;
    padding: 15px;
  }

  #cssmenu>ul>li>a:hover {
    color: #ffffff;
    background: #5a89d6 !important;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu>ul>li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    color: #ffffff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu>ul>li.has-sub>a:after,
  #cssmenu>ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;

    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid var(--logo-blue);
    border-bottom: 2px solid var(--logo-blue);
    content: '';
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: var(--logo-blue);
    content: '';
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: var(--logo-blue);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: var(--logo-blue);
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


.innerpage {
  background: linear-gradient(62.54deg, #F3E8DE -0.01%, #D9E8FF 99.99%) !important;
  padding: 100px 0;
}

.innerpage h1 {
  font-size: 40px;
  line-height: 60px;
}

.innerpage h2 {
  font-size: 35px;
}

.innerpage h3 {
  font-size: 30px;
}

.innerpage h4 {
  font-size: 26px;
}

.innerpage h5 {
  font-size: 20px;
}

.innerpage h6 {
  font-size: 16px;
}

.innerpage h2,
.innerpage h3,
.innerpage h4,
.innerpage h3 {
  margin-bottom: 15px;
}

.innerpage p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
color: #000;
}

.innerpagemain ul {
  padding-left: 15px;
  margin-bottom: 15px;
}

.innerpagemain ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.custboxs {
  padding-top: 50px;
  display: flex;
  width: 100%;
  position: relative;
  background: #fff;
  /* z-index: 999999; */
}

.custboxmain {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 0;
  /* flex-wrap: wrap; */
  margin-top: -150px;
  position: relative;
  /* z-index: 99; */
}

/* @media (max-width: 1024px) { 
  .custboxmain {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) { 
  .custboxmain {
    grid-template-columns: repeat(1, 1fr);
  }
} */

.custbox {
  /* width: calc(33% - 10px); */
  background: #3e53a6;
  padding: 40px;
  border-radius: 0px;
}
.custbox:nth-child(2) {
  background: #2e4396;
}
.custbox:nth-child(3) {
  background: #1e3386;
}

.custbox svg {
  width: 44px;
  margin-bottom: 30px;
  position: absolute;
}

.custbox h2 {
  color: #fff;
  margin-bottom: 16px;
  padding-left: 60px;
}

.counter-section {
  border-radius: 0px;
  width: 100%;
  padding: 50px;
  margin-bottom: 0px;
  background-color: #1e3386;
}

.counters-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.counters-card {
  padding: 30px;
  /* background-color: #fff; */
}

.counters-card .title {
  /* color: #1e3386; */
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.counters-card .number {
  /* color: #1e3386; */
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 50px;
  font-weight: 700;
}

.benefits-section {
 display: flex;
 width: 100%;
 background: #fff;
}

.benefits-section .wrapper {
  display: flex;
  align-items: center;
  gap: 20px 50px;
  padding: 80px 15px;
}

.benefits-section .img-side img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 1;
  object-fit: contain;
  height: auto;
}

.benefits-section .content-side .desc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.benefits-section .content-side .desc ul li span:nth-child(1){
  display: block;
  font-weight: 700;
}
.benefits-section .content-side .desc ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.benefits-section .content-side .desc ul li i {
  display: flex;
  justify-content: center;
  color: #1e3386;
}
.benefits-section .content-side .desc ul li a {
  display: flex;
  gap: 10px;
  color: #000;
}
.benefits-section .content-side .desc ul li a i {

}
.content-side .header-socials {
  margin-top: 20px;
}
.content-side .header-socials ul {
margin: 0;
display: flex !important;
flex-direction: row !important;
}

.image-wrapper .com-Form {
margin: 0;
width: 100%;
background: #1e3386;
}


.benefits-section .content-side .desc p,
.benefits-section .content-side .desc {
  color: #000;
}

.benefits-section .content-side h2 {
  font-size: 50px;
  color: #1e3386;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .benefits-section .img-side,
  .benefits-section .content-side {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .benefits-section .wrapper {
    flex-wrap: wrap;
  }
}

.footer-main .fot-top {
  flex-direction: column;
}

.footer-main .fot-top .fot-row {
  display: flex;
  gap: 10px;
} 
.footer-main .fot-top .fot-row:nth-child(2) {
  flex-direction: column;
  text-align: center;
}
.footer-main .fot-top .fot-row .gettouch svg {
  --size: 70px;
  margin-bottom: 20px;
  width: var(--size);
  height: var(--size);
}
.footer-main .fot-top .fot-row:nth-child(1) {
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: space-evenly;
  text-align: center;
}
.fot-row .branches li {
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-main .fot-top .fot-row:nth-child(1) .gettouch {   
    width: calc(50% - 20px);
  } 
  .footer-main .fot-top .fot-row:nth-child(1) .icon {
    order: -1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .footer-main .fot-top .fot-row:nth-child(1) {
    /* flex-direction: column; */
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-main .fot-top .fot-row .gettouch svg {
    --size: 40px;
  }
  .fot-row ul.branches { 
    text-align: center;
    grid-template-columns: repeat(1,1fr);
  }
}
@media (max-width: 450px ) {
  
  .footer-main .fot-top .fot-row:nth-child(1) .gettouch {   
    width: 100%;
  } 
  .footer-main .fot-top .fot-row:nth-child(1) .gettouch:first-child {
    margin-bottom: 20px;
  }
}


.innerpagesec {
  width: 100%;
  display: flex;
  min-height: 250px;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position:center !important;
}
.innerpagesec::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.innerpagesecmain {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  gap:10px;
  flex-direction: column;
}
.innerpagesecmain h1 {
  font-size: 55px;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
}
.innerpagesecmain ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap:0px;
}
.innerpagesecmain ul li {
  font-size: 16px;
}
.innerpagesecmain ul li a {
  color: #fff;
  font-weight: bold;
}
.innerpagesecmain ul li a i {
  font-size: 14px;
  margin-right: 5px;
}
.custwhatsapp {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 100px;
  right: 30px;
  z-index: 999;
  display: block;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
.custcallus {
  background-color: #1e3386;
  color: #fff;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 160px;
  right: 25px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10px;
}