@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

:root {
  --color-white: white;
  --color-green: #415227;
  --color-black: black;
  --color-greenlight: #6a843a;
  --color-light: #9c9c9c;
  --color-cream: #fff9f1;
  --color-common: rgb(102, 32, 70);
  --color-red: #006aec;
  --font-cor: "Cormorant Infant", serif;
  --color-blue: rgb(81, 90, 104);
  --color-dark: rgb(81, 90, 104);
}
.container {
  max-width: 1250px;
}
.container,
.container-fluid {
  padding: 0px;
}

.row {
  margin: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0px;
}
.relative {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

li,
a {
  list-style: none;
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 0px;
}

img {
  width: 100%;
}

.font_12 {
  font-size: 11px;
}
.font_13 {
  font-size: 13px;
}
.flex_props {
  display: flex;
  align-items: center;
}

.white {
  color: var(--color-white);
}

.relative {
  position: relative;
}

.font_14 {
  font-size: 14px;
}

.fw-700 {
  font-weight: 600;
}

.margin_top {
  margin-top: 60px;
}
/**/
header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
}
.head_logo img {
  height: 50px;
  width: auto;
}
.call_btn img {
  height: 110px;
  width: auto;
}
.common_title {
  font-weight: 600;
  font-size: 33px;
  color: var(--color-blue);
}
.semi_title {
  color: var(--color-red);
  font-weight: 600;
  font-family: var(--font-cor);
  font-size: 22px;
}
.line_l span {
  width: 30px;
  height: 2px;
  background-color: var(--color-red);
}
.line_2 {
  width: 5px !important;
}
.call_header_far {
  background-color: var(--color-red);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 50px;
  padding: 8px 15px;
  padding-left: 8px;
  font-weight: 600;
  font-size: 14px;
}
.call_header_far img {
  height: 24px;
  width: auto;
}
.nav_linkks ul {
  gap: 35px;
}
.nav_linkks ul li a {
  color: var(--color-black);
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s;
}
.nav_linkks ul li a:hover {
  color: var(--color-black);
}
.nav_linkks1 ul {
  gap: 25px;
}
.nav_linkks1 ul li a {
  font-weight: 500;
  padding: 8px 0px;
  color: var(--color-black);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.nav_linkks1 ul li a:hover {
  color: var(--color-black);
}
.nav_linkks1 ul li a img {
  height: 29px;
  width: auto;
}
.nav_linkks12 ul li a {
  color: var(--color-black);
}
.tab_l {
  height: 20px;
  width: 1px;
  background-color: white;
}
.close_bt_menu {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.nav_btns_menu {
  display: none;
         width: 36px;
    height: 35px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background: var(--color-red);
}
.nav_btns_menu img {
  height: 30px;
  width: auto;
}
.header_p {
  padding: 15px 0px;
}
.head_semi1 {
  gap: 20px;
}
/**/
.footer_f {
  background-color: white;
  padding: 20px 0px;
}
.footer_logg img {
  height: 50px;
  width: auto;
}
.footer_t {
  font-weight: 600;
}
.address_tt {
  line-height: 35px;
  font-size: 20px;
}
.social_media {
  margin-top: 12px;
  flex-wrap: wrap;
}
.social_media img {
  height: 13px;
  width: auto;
}
.social_media a {
  color: var(--color-white);
  background-color: var(--color-red);
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  border: 1px solid var(--color-yellow);
  display: inline-flex;
  border-radius: 50px;
  padding: 7px 14px;
  font-size: 13px;
  text-transform: capitalize;
}
.social_media a img {
  filter: brightness(0) invert(1);
}
.links_ul {
  gap: 10px 40px;
  flex-wrap: wrap;
}
.links_ul li a {
  color: black;
  font-size: 14px;
}
.hr_hrr {
  opacity: 0.1;
  margin: 15px 0px;
}
.title_footer {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.dis_ctt {
  background-color: #f3faff;
  margin: 10px 0px;
  padding: 15px;
  border-radius: 10px; 
  border-radius: 5px;
  font-size: 12px;
}
.banner_common_ab_cc {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), #ddf2ff); 
  padding-top: 7rem;
  padding-bottom: 2rem;
}

.banner_common_ab {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), #ddf2ff); 
  padding-top: 7rem;
  padding-bottom: 2rem;
}
.banner_title{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.mp_spacing p{
    margin-top: 15px;
    font-size: 15px;
}
.mp_spacing h1, .mp_spacing h2, .mp_spacing h3, .mp_spacing h4, .mp_spacing h5, .mp_spacing h6{
    margin-top: 14px;
}
.mp_spacing li{
    list-style: disc;
    margin: 10px 0px;
    font-size: 15px;
}
.mp_spacing ul{
    padding-left: 30px;
}