* {
  margin: 0;
  font-family: "inter";
  padding: 0;
}
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox%3D%270 0 30 30%27%3E%3Cpath stroke%3D%27rgba%28255, 255, 255, 1%27 stroke-width%3D%272%27 d%3D%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E');
}
.navbar-toggler{
  border:white !important;
}
.navbar-toggler:focus{
  box-shadow: none !important;
  outline: none !important;
}
/* _____________preloader css_____________ */
body {
  margin: 0;
  padding: 0;
  overflow: hidden; /* Prevents scrolling while loader is displayed */
}

.preloader {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.preloader img {
  width: 300px;
}
body.loaded .preloader {
  display: none;
}





/* __________-font-sizes_______________ */

.fs_16 {
  font-size: 1rem;
}

.fs_18 {
  font-size: 1.125rem;
}

.fs_24 {
  font-size: 1.5rem;
}

.fs_20 {
  font-size: 1.25rem;
}

.fs_14 {
  font-size: 0.875rem;
}

.fs_12 {
  font-size: 0.75rem;
}

.fs_40 {
  font-size: 3rem;
}

.fs_50 {
  font-size: 3.125rem;
}

.fs_60 {
  font-size: 3.75rem;
}

.w_50 {
  width: 50%;
}

.w_40 {
  width: 44%;
}

.line_20 {
  line-height: 20px;
}

.line_15 {
  line-height: 15px;
}

.line_25 {
  line-height: 25px;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat_bold";
  src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat_medium";
  src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Montserrat_light";
  src: url(../fonts/montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: "inter";
  src: url(../fonts/inter/Inter-Regular.ttf);
}

@font-face {
  font-family: "inter_light";
  src: url(../fonts/inter/Inter-Light.ttf);
}

@font-face {
  font-family: "inter_bold";
  src: url(../fonts/inter/Inter-Bold.ttf);
}

@font-face {
  font-family: "inter_medium";
  src: url(../fonts/inter/Inter-Medium.ttf);
}

@font-face {
  font-family: "heading";
  src: url(../fonts/heading_now/HeadingNowTrial-54Regular.ttf);
}

@font-face {
  font-family: "heading_medium";
  src: url(../fonts/heading_now/HeadingNowTrial-55Medium.ttf);
}

@font-face {
  font-family: "heading_bold";
  src: url(../fonts/heading_now/HeadingNowTrial-56Bold.ttf);
}

@font-face {
  font-family: "heading_light";
  src: url(../fonts/heading_now/HeadingNowTrial-52Light.ttf);
}

@font-face {
  font-family: "gilory";
  src: url(../fonts/gilory/Gilroy-Light.otf);
}

@font-face {
  font-family: "gilory_medium";
  src: url(../fonts/gilory/Gilroy-Medium.ttf);
}

@font-face {
  font-family: "gilory_light";
  src: url(../fonts/gilory/Gilroy-Light.otf);
}

@font-face {
  font-family: "popins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "popins_bold";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: "popins_medium";
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: "popins_light";
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: "gilory_bold";
  src: url(../fonts/gilory/Gilroy-Bold.ttf);
}

@font-face {
  font-family: "gilory_semibold";
  src: url(../fonts/gilory/Gilroy-SemiBold.ttf);
}

.popins {
  font-family: "popins";
}

.popins_bold {
  font-family: "popins_bold";
}

.popins_light {
  font-family: "popins_light";
}

.popins_medium {
  font-family: "popins_medium";
}

.gilory {
  font-family: "gilory";
}

.gilory_medium {
  font-family: "gilory_medium";
}

.gilory_light {
  font-family: "gilory_light";
}

.gilory_bold {
  font-family: "gilory_bold";
}

.inter {
  font-family: "inter";
}

.inter_medium {
  font-family: "inter_medium";
}

.inter_light {
  font-family: "inter_light";
}

.inter_bold {
  font-family: "inter_bold";
}

.heading {
  font-family: "heading";
}

.heading_medium {
  font-family: "heading_medium";
}

.heading_bold {
  font-family: "heading_bold";
}

.heading_light {
  font-family: "heading_light";
}

.montserrat {
  font-family: "Montserrat";
}

.montserrat_bold {
  font-family: "Montserrat_bold";
}

.montserrat_light {
  font-family: "Montserrat_light";
}

.montserrat_medium {
  font-family: "Montserrat_medium";
}

:root {
  --priamry: #146599;
  --secondary: #f05a25;
  --white: #fff;
  /* --dark: #000000; */
  --light: #f0f0f0;
  --dark: #333333;
  --text: #6c757d;
  --dark_grey: #ececec;
  --grey: #b0b0b0;
}

.primary_border {
  border: 1px solid var(--priamry) !important;
}

.txt_primary {
  color: var(--priamry) !important;
}

.txt_grey {
  color: var(--grey);
}

.bg_primary {
  background-color: var(--priamry) !important;
}

.bg_secondary {
  background-color: var(--secondary) !important;
}

/* ___________________________________ */
a {
  color: var(--priamry);
  text-decoration: none !important;
}

.btn_primary {
  width: max-content;
  padding: 10px 30px !important;
  border-radius: 10px;
  border: none !important;
  background-color: var(--priamry) !important;
  color: var(--white) !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* ___________navbar______________ */
.navbar-nav li {
  list-style: none !important;
}

header {
 position: relative;
  overflow: hidden !important;
}

.header_bg_img {
  object-fit: cover;
  object-position: center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-item {
  padding: 0 30px;
}
.nav-item .nav-link {
  color: var(--white) !important;
  font-family: "gilory_medium";
  font-size: 1.125rem !important  ;
}
@media screen and (max-width: 500px) {
  .nav-item {
    padding: 0px 0px;
  }
}

.nav-item .nav-link {
  color: var(--white) !important;
  font-family: "gilory_medium";
  font-size: 1.125rem !important  ;
}

.nav-item .active {
  color: #ff6e2e !important;
  font-family: "gilory_bold";
  font-size: 1.2rem !important;
}

.btn_signin {
  padding: 8.25px 12.65px;
  background-color: transparent;
  color: var(--white);
  border-radius: 800px;
  border: 1px solid #ffffff80;
}

.btn_booknow {
  padding: 8.25px 12.65px;
  background-color: var(--priamry);
  border: none;
  color: var(--white);
  border-radius: 800px;
}
.btn_booknow1 {
  padding: 8.25px 12.65px;
  background-color: var(--secondary);
  border: none;
  color: var(--white);
  border-radius: 800px;
}
.btn_booknow2 {
  padding: 8.25px 12.65px;
  background-color: var(--priamry);
  border: 1px solid #ffffff80;
  color: var(--white);
  border-radius: 800px;
}
.btn_booknow3 {
  padding: 8.25px 12.65px;
  background-color: var(--white);
  color: var(--priamry);
  border-radius: 800px;
  border: 1px solid #ffffff80;
}

/* _____________________________- */

.popular_searches h2 {
  color: var(--secondary);
  font-size: 1.125rem;
}

.popular_searches h1 {
  font-family: "gilory_bold";
  font-size: 3.375rem;
}

.popular_searches h1 span {
  font-family: "gilory_bold";
  font-size: 3.375rem;
  color: var(--priamry);
}

.main_banner_img {
  position: absolute;
  bottom: 0;
  right: 50px;
  max-width: 540px;
}

.search {
  width: 100%;
  background: var(--white);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
}

.search label {
  font-family: "gilory_medium";
  font-size: 1rem;
  padding: 0 15px;
}

.search input {
  border: none;
  box-shadow: none;
  background: transparent;
  height: 100%;
  color: var(--text);
  padding: 0 15px;
  border-left: 1px solid #dedede;
}

.search h6 {
  font-family: "gilory_semibold";
  font-size: 1.125rem;
  color: #17171d;
  font-weight: 400;
}

.most_searches {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}

.popular_searches h6 {
  font-family: "gilory_bold";
  font-size: 18px;
  color: #b0b0b0;
}

.most_searches h3 {
  font-family: "gilory_semibold";
  font-size: 1rem;
  color: var(--priamry);
  padding: 6.75px 23.34px 6.75px 25px;
  border-radius: 50px;
  background: #0969c30d;
  margin-left: 10px;
}

.video {
  position: absolute;
  height: 450px;
  width: 364px;
  left: 23px;
}

.play_btn {
  position: absolute;
  top: 200px;
  left: 170px;
  z-index: 2;
}
.video_play .play_btn {
  border: none;
  background: transparent;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.video_play {
  position: relative;
  width: 100%;
  height: 509px;
  background-color: #163e5e;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.video_play video {
  width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: scale-down;
    position: absolute;
    top: 0;
    left: 0;
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video_play video::cue {
  background-color: #163e5e;
}

.video_play iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video_play iframe::cue {
  background-color: #163e5e;
}

.section_heading h2 {
  font-family: "gilory_medium";
  font-size: 1.125rem;
  text-align: center;
  color: var(--secondary);
}

.section_heading h1 {
  font-family: "gilory_bold";
  font-size: 3rem;
  text-align: center;
}

.section_heading p {
  font-family: "gilory_medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: var(--grey);
  max-width: 640px;
  margin: 0 auto;
}

#accordion_1 .accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: var(--priamry) !important;
  color: #f1f1f1;
  font-size: 0.938rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#accordion_1 .accordion-button {
  border: 1px solid #d3d3d3;
  margin-top: 10px;
}

#accordion_1 {
  border-radius: 12px;
}

#accordion_1 .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  background: transparent;
  border-radius: 10px;
  color: var(--ternary);
  font-size: 22px;
  padding: 25px;
}

#accordion_1 .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  color: var(--white) !important;
  background-color: var(--priamry) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 22px;
}

#accordion_1 .accordion-flush .accordion-item {
  background: transparent;
  color: var(--ternary);
  font-size: 20px;
  border-bottom: 1px solid var(--tour);
}

#accordion_1 .accordion-button::after {
  background-image: url("../images/icons/Plus.svg");
  background-size: 16px;
}

#accordion_1 .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/minimize.svg");
  background-size: 16px;
}

#accordion_1 .accordion-item:first-of-type {
  border-top: none !important;
}

/* ____________________ */
.box-3_img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  height: auto;
}

.box-3_img {
  background-color: var(--priamry);
  width: max-content;
  padding: 15px;
  border-radius: 50%;
}

.Engage h5 {
  font-size: 1.25rem;
  color: var(--dark);
  font-family: "gilory_semibold";
}

.box_3:hover .Engage p {
  color: 0.875rem;
  color: var(--white);
  margin: 0px;
  font-family: "gilory";
}

.box_3:hover .box-3_img {
  background-color: var(--secondary);
}

.Engage p {
  color: 0.875rem;
  color: var(--dark);
  margin: 0px;
  font-family: "gilory";
}

.box_3:hover .Engage h5 {
  font-size: 1.25rem;
  color: var(--white);
  font-family: "gilory_semibold";
}

.box_3:hover {
  background-color: #1677bc;
  transition: background 0.2s;
}

.box_3 {
  border: 1px solid #f0f0f0;
  background-color: var(--white);
  border-radius: 40px 0px 40px 0px;
  height: max-content !important;
  max-width: 200px;
  box-shadow: 8px 8px 43px 0px #08324f1a;
  transition: background 0.2s;
}

.our_services .card img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
}

.nav-tabs {
  background-color: #f7f6f6;
  padding: 5px;
  border-radius: 100px;
  width: max-content;
  margin: 0 auto;
}

.btn_group .nav-item {
  padding: 0 0px;
}

.nav-tabs .nav-link {
  border-radius: 100px;
  padding: 15px 15px;
  font-family: "Montserrat_bold";
  font-size: 12px;
  border: none;
  text-align: center;
  background: transparent;
}

.nav-tabs .active {
  background-color: var(--priamry) !important;
  color: var(--white) !important;
}

.our_services .card {
  box-shadow: 0px 4px 8px 0px #0000000f;
  background-color: #e6f0f9;
  margin-top: 20px;
  height: 92%;
}

.our_services .card-body h1 {
  font-family: "gilory_semibold";
  font-size: 1.5rem !important;
}

.our_services .card-body p {
  font-family: "gilory_semibold";
  font-size: 1rem;
  color: var(--grey);
}

.comments {
  border: 1px solid var(--primary);
  border-radius: 12px;
  padding: 35px 25px;
}

.commentator_pic {
  height: 50px;
  width: 50px !important;
  object-fit: cover;
  border-radius: 50%;
}

.comments {
  border: 2px solid #dddddd;
  border-radius: 12px;
  padding: 35px 25px;
}

.comments:hover {
  border: 2px solid var(--priamry);
  border-radius: 12px;
  padding: 35px 25px;
}

.comments p {
  font-size: 1rem;
}

.owl-nav {
  position: absolute;
  right: 0;
}

.owl-dots {
  position: absolute;
  left: 0;
  bottom: -60px;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--priamry) !important;
}

.owl-prev,
.owl-next {
  border: 2px solid #146599 !important;
  color: var(--priamry) !important;
  width: 60px;
  height: 60px;
  border: 2px;
  border-radius: 50% !important;
}

.owl-prev:hover,
.owl-next:hover {
  border: 2px solid #146599 !important;
  background-color: var(--priamry) !important;
  color: var(--white) !important;
  width: 60px;
  height: 60px;
  border: 2px;
  border-radius: 50% !important;
}

.email {
  max-width: 560px;
  background-color: var(--white);
  box-shadow: 0px 6px 12px 0px #0000000d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 6px 10px 20px;
  border-radius: 100px;
  margin: auto;
}

.email_img {
  max-width: 600px;
  margin: 0 auto;
}

.email input {
  color: #6c757d;
  border: none;
  box-shadow: none;
}

/* _______________--footer--_________________-- */
footer li {
  list-style: none !important;
}

footer {
  background-color: #e6f0f9;
  color: var(--dark);
  margin-top: 40px;
}

.footer img {
  height: 80px;
  width: 250px;
}

.footer h1 {
  font-family: "popins_bold";
  font-size: 18px;
}

.footer .phone {
  font-family: "popins" !important;
  font-size: 20px;
}

.mail {
  background-color: var(--white);
  height: 56px;
  width: max-content;
  padding: 10px 5px 10px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail input {
  border: none;
  background: transparent;
  min-width: 100px;
  max-width: 160px;
}

.footer .para {
  font-family: "popins";
  font-size: 14px;
  color: #17171d;
  max-width: 200px !important;
}

.mail input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.mail input:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.mail button {
  padding: 13px 30px 12px 30px;
  border-radius: 3px;
  background-color: var(--dark);
  color: var(--white);
  border: none;
}

.footer h2 {
  font-family: "Popins_bold";
  font-size: 16px;
}

.footer ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  font-family: "Popins";
  font-size: 14px;
  margin-top: 13px;
}

.footer h3 {
  font-family: "inter";
  font-size: 16px;
}

.footer h5 {
  font-family: "inter";
  font-size: 16px;
  text-align: left;
}

.msger-inputarea .msger-input {
  padding: 10px 110px 10px 30px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  color: rgba(var(--title-color), 0.7);
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  height: 60px;
  width: calc(100% - 60px - 10px);
  background: rgba(var(--content-color), 0.25);
  position: relative;
}

.social_links img {
  width: 30px;
}

.footer_end {
  background-color: #fff1ec;
}

.social_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social_links h5 {
  font-family: "gilory";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

/* __________________________________ */

.bg-banner {
  background-image: url(../images/background/main_background.svg);
  height: 80vh;
  background-size: cover;
}

.breadcrumb {
  margin-bottom: 0;
  list-style: none;
  background-color: unset;
  border-radius: 30px;
  background: var(--priamry);
  padding: 10px 35px;
  position: relative;
  width: max-content;
  margin: auto;
  list-style: none;
}

.breadcrumb li {
  list-style: none !important;
}

.breadcrumb li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "inter_bold";
  text-decoration: none !important;
}

.breadcrumb > .active {
  color: #fffc !important;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

li {
  list-style: none;
}

.message {
  background-color: var(--light);
  padding: 70px 50px;
  border-radius: 13px;
  margin-bottom: 40px;
  z-index: 99;
}

.message .input_feilds {
  background-color: var(--white);
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 20px;
  padding: 7px 20px;
  border-radius: 5px;
}

.message .input_feilds input,
textarea,
select {
  border: none;
  padding: 5px;
  width: 80%;
  font-family: "gilory";
}

.message .input_feilds input,
select,
textarea:focus-visible {
  outline: none !important;
}

.message .input_feilds i {
  margin-top: 10px;
  color: var(--primary);
}

.send_btn {
  background-color: var(--priamry);
  font-size: 1.2rem;
  width: max-content;
  color: var(--white);
  border: none;
  border-radius: 5px;
  padding: 9px 50px;
}

.send_btn:hover {
  background-color: var(--text);
  font-size: 1.2rem;
  width: max-content;
  color: var(--white);
  border: none;
  border-radius: 5px;
  padding: 9px 55px;
  transition: 0.2s;
}

.card {
  position: relative;
}

.card:hover .hover_button {
  display: block;
  background-color: rgba(58, 58, 58, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.2s;
}

.hover_button {
  display: none;
}

.contact-feature {
  border-radius: 10px;
  background-color: var(--light);
  text-align: center;
  padding: 40px 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: 1px solid transparent;
}

.contact-feature .box-icon {
  width: 100px;
  height: 100px;
  line-height: 96px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 25px auto;
}

.contact-feature .box-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.box-title {
  font-size: 22px;
  line-height: 1.455;
  margin-top: -0.32em;
  font-weight: 600;
}

.contact-feature .box-text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: inherit;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: var(--dark);
  font-family: "inter";
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.panigation_btn .active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

@media screen and (max-width: 767px) {
  .box_3 {
    max-width: 250px;
  }

  .main_banner {
    height: 100%;
  }
  .fs-70 {
    font-size: 24px !important;
    font-weight: bold;
}
  .bg-banner {
    background-image: url(../images/background/main_background.svg);
    height: 40vh;
    background-size: cover;
}

  .search {
    width: 100%;
  }

  .mission_vision {
    background-image: url(../images/background/mission_vision.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .mission_vision p {
    width: 50%;
  }

  .partners img {
    min-width: 80px;
    margin: 0 0;
  }
}

@media screen and (max-width: 500px) {
  .popular_searches h2 img {
    width: 30px !important;
  }
  .fs-70 {
    font-size: 15px !important;
    text-align: left !important;
    width: 100%;
    font-weight: bold;
}
  header {
    background-color: #F7F9FC;
  }
  .most_searches h3 {
    font-size: 0.6rem;
    color: var(--priamry);
    padding: 6.75px 23.34px 6.75px 25px;
    border-radius: 50px;
    background: #0969c30d;
    margin-left: 10px;
  }

  .section_heading h1 {
    font-size: 2.5rem;
  }

  .popular_searches h1 {
    font-family: "gilory_bold";
    font-size: 2.7rem;
  }

  .email {
    max-width: 360px;
  }

  .email input {
    color: #6c757d;
    border: none;
    width: 50%;
    box-shadow: none;
  }

  .main_banner {
    background-image: url(../images/background/main_banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }

  .main_banner p {
    width: 90%;
    text-align: center;
    margin: auto;
  }

  .countdown_box h4 {
    font-size: 2rem;
  }

  .countdown {
    font-size: 2rem;
    margin-top: 55px;
  }

  .countdown h5 {
    font-size: 1rem;
  }

  .mission_vision p {
    width: 80%;
  }

  .fs_16 {
    font-size: 0.85rem;
  }

  .fs_18 {
    font-size: 1rem;
  }

  .fs_24 {
    font-size: 1.3rem;
  }

  .fs_20 {
    font-size: 1rem;
  }

  .fs_14 {
    font-size: 0.65rem;
  }

  .fs_12 {
    font-size: 0.75rem;
  }

  .fs_40 {
    font-size: 2.3rem;
  }

  .fs_50 {
    font-size: 2.8rem;
  }

  .fs_60 {
    font-size: 3rem;
  }

  .last_section img {
    width: 100%;
    margin-right: auto;
  }

  .mail input {
    min-width: 100px;
    max-width: 160px;
  }
}

/* ________________________-questions pages css-_____________________ */

.main_content {
  background-color: #e6f0f9;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question_card {
  box-shadow: 0px 4px 25px 0px #00000040;
  background: #ffffff;
  max-width: 759px;
  margin: 0 auto;
  height: 100%;
  padding: 40px 42px;
  border-radius: 20px;
}

.question_card h1 {
  font-family: "gilory_bold";
  font-size: 32px;
}

.question_card h2 {
  font-family: "gilory_medium";
  font-size: 14px;
  color: #6c7278;
}

.cancel_btn {
  font-family: "inter_medium";
  font-size: 1rem;
  padding: 13px 40px 13px 40px;
  border-radius: 10px;
  border: 1px;
  border: 1px solid #dce4e8;
  background-color: var(--white);
}

.next_btn {
  font-family: "inter_medium";
  font-size: 1rem;
  padding: 13px 40px 13px 40px;
  border-radius: 10px;
  border: 1px;
  border: 1px solid #dce4e8;
  background-color: var(--secondary);
  color: var(--white);
}

.checkbox_input {
  border: 1px solid #dce4e8;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.checkbox_input input {
  width: 23px;
  height: 23px;
  margin-right: 14px;
}

.top_section {
  background-color: var(--priamry);
  color: var(--light);
  padding: 14px 0;
}

.top_section h2 {
  font-family: "inter";
  font-size: 1rem;
}

.top_section .social_icons_top img {
  margin: 5px;
}

.how_to_card {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--white);
  border-radius: 12px;
  height: 100%;
  padding: 10px 20px 10px 20px;
  box-shadow: 0px 4px 15px 0px #00000033;
}

.service_card_border {
  width: 232.59px;
  height: 250.59px;
  border-right: 3px solid var(--priamry);
  border-bottom: 3px solid var(--priamry);
  border-left: 3px dotted var(--priamry);
  border-top: 3px dotted var(--priamry);
  border-radius: 12px;
}

.request_card_border {
  width: 232.59px;
  height: 250.59px;

  border-right: 3px dotted var(--secondary);
  border-bottom: 3px dotted var(--secondary);
  border-left: 3px solid var(--secondary);
  border-top: 3px solid var(--secondary);
  border-radius: 12px;
}

.service {
  position: relative;
  margin: 0 auto;
  padding: 15px 0px 0px 15px;
}

.request {
  padding: 0 15px 15px 0;
  margin: 0 auto;
  position: relative;
}

.how_to_card h1 {
  font-family: "gilory_bold";
  font-size: 20px;
  color: var(--priamry);
}

.request .how_to_card h1 {
  font-family: "gilory_bold";
  font-size: 20px;
  color: var(--secondary);
}

.how_to_card p {
  font-family: "gilory_medium";
  font-size: 13px;
  text-align: left;
  color: #8f8f8f;
}

.how_to_card h2 {
  font-family: "gilory_medium";
  text-decoration: underline !important;
  font-size: 14px;
  color: var(--priamry);
}

.request .how_to_card h2 {
  font-family: "gilory_medium";
  text-decoration: underline !important;
  font-size: 14px;
  color: var(--secondary);
}

.service img {
  position: absolute;
  bottom: -35px;
  left: 30px;
}

.request img {
  position: absolute;
  top: -40px;
  left: 10px;
}

.request .how_to_card {
  display: flex;
  justify-content: center;
  padding-top: 45px;
  flex-direction: column;
}

@media screen and (min-width: 1300px) {
  /* header {
    background-image: url(../images/background/main_background.svg);
    background-size: cover;
    background-repeat: no-repeat;

  } */
}

.search-container {
  position: relative;
  width: 40%;
  border-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 50px;
  border: 1px solid #f0f0f0;
}

@media screen and (max-width: 500px) {
  .search-container {
    width: 100% !important;
  }
}

.search-input_1 {
  width: 75% !important;
  padding-left: 0px !important;
  border-radius: 10px !important;
}

.search-button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
}
/* #loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
}

#loader img {
  width: 70%;
} */
.services_card_1 {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px 15px;
}
.SHOW {
  color: #999999;
  font-size: 17px;
  border: none;
  background-color: transparent;
}

.heading_1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.hidden {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.addition {
  color: #666;
  font-size: 18px;
  font-family: "gilory_bold";
}

.addition_1 {
  margin-top: 10px;
  font-size: 16px;
  font-family: "gilory_medium";
  color: #5486a3;
}

.addition_1:hover {
  color: #273f4d;
}
.select2-container--default .select2-selection--single,
.select2-container {
  height: 100% !important;
  border: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 48px !important;
  height: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px !important;
}

.fs-70 {
  font-size: 40px;
  font-weight: bold;
}
/* Remove arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Remove arrows in Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.sub_top_section{
position: relative;
height: 46rem !important;
padding-bottom: 50px;
border-bottom: 2px solid #E3E3E3;
}
.sub_top_section .bg_img{
 position: absolute;
 z-index: -1;
 top: 50px;
 right: 50px;

}
.sub_top_section .bg_img1{
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -160px;
 
 }
 .sub_top_section .bg_img2{
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -140px;
 }
 .sub_top_section .bg_img3{
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 0%;
 }
 .service_detail{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;

 }
 .service_detail h3{
  color: #828282 ;
  font-size: 18px;
  font-family: 'gilory_medium';
  min-width: 170px;
 }
 .service_detail h4{
  color: #464646 ;
  font-size: 18px;
  font-family: 'gilory_bold';
  margin-left: 5px;
  text-align: end;
 }
 .timelaps{
background-color:#fff;
border-radius: 15px;
padding: 10px 15px;
transition: all 0.2s ease-in;
border: 1px solid #EAEAEA;
box-shadow: 0px 4px 10px 0px #00000014;
height: 100%;
 }
 .timelaps .img_back{
  background-color: #146599;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
transition: all 0.2s ease-in;

 }
 .timelaps .img_back img{
  width: 29px;
transition: all 0.2s ease-in;

 }
 .timelaps h1{
  color: black;
  font-size: 1rem;
  font-family: 'gilory_bold';
  margin-bottom: 25px !important;
transition: all 0.2s ease-in;

 }
 .timelaps  {
  color: #313131;
  font-size: 12px;
  font-family: 'gilory_medium';
 }
 .timelaps p span{
  font-family: 'gilory_bold';

 }
 .timelaps:hover{
  background-color: #146599 !important;
 }
 .timelaps:hover h1{
  color: #fff;
 }
 .timelaps:hover .img_back{
  background-color: #fff;
 }
 .timelaps:hover .img_back img{
  filter: brightness(0) saturate(100%) invert(35%) sepia(50%) saturate(600%) hue-rotate(165deg) brightness(90%) contrast(100%);
 }
 .timelaps:hover p{
  color: #fff;
transition: all 0.2s ease-in;
 }
 
 .timelaps:hover img{
  filter: brightness(0) saturate(100%) invert(100%);}

.next_btn{
  width: max-content;
  background-color: #EDEDED;
  border-radius: 6px;
  font-family: 'gilory_bold';
  color: black;
  margin-left: 15px;
transition: all 0.2s ease-in  ;
}
.next_btn:hover{
  /* padding: 18px; */
  background-color: #146599;
  border-radius: 6px;
  font-family: 'gilory_bold';
  color: #fff;
}


  @media screen and (max-width:650px) {
    .sub_top_section .bg_img{
      position: absolute;
      z-index: -1;
      width: 90px;
      top: 50px;
      right: 50px;
     }
     .sub_top_section .bg_img1{
       position: absolute;
       z-index: -1;
      width: 90px;
       top: 50%;
       left: -40px;
      }
      .sub_top_section .bg_img2{
       position: absolute;
       z-index: -1;
       top: 70%;
       right: -40px;
      width: 90px;
    }
      .sub_top_section .bg_img3{
       position: absolute;
       z-index: -1;
       top: 10%;
       left: 20%;
      width: 80px;
    }
    .service_detail{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-top: 20px;
    }
    .service_detail h3,h4{
      text-align: center;
    }
  }


  /* _______________________ */

  .Compare {
    text-align: center;
    font-size: 30px;
    width: 80%;
    margin: auto;
    color: #000;
    font-weight: 700;
}
  
.Enter {
  margin: 0px;
  font-size: 21px;
  text-align: center;
  color:#7b7e82;
  font-family: 'inter';
}

#form_1 {
  width: 50%;
}

#form_1 .form-control {
  padding: 16px;
  font-size: 20px;
  border-radius: 10px;
}

#form_1 .form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

#form_help {
  width: 80%;
}

#form_help .form-control {
  padding: 13px;
  font-size: 16px;
  border-radius: 10px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: start;
}
#form_help::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#form_help::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#form_help::-webkit-scrollbar-thumb {
  background: #ef4624;
}

/* Handle on hover */
#form_help::-webkit-scrollbar-thumb:hover {
  background: #ef4624;
}

#form_help .form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}

#form_2 {
  width: 80%;
}
.text_area {
  width: 100%;
  padding: 15px;
  border: 2px solid #ccc;
  transition: border-color 0.3s;
}
.Compare_5 {
  text-align: center;
  font-size: 30px;
  width: 80%;
  margin: auto;
  color: #000;
  font-weight: 700;
}

#form_2 .form-control {
  padding: 16px;
  font-size: 20px;
  border-radius: 10px;
}

#form_2 .form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}  
  
  .border-3 {
    width: 100%;
    border: 1px solid #3f6eed;
    padding: 10px;
  }
  
  .real_time {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 7px;
  }
  .Compare_4 {
    text-align: center;
    font-size: 30px;
    width: 80%;
    margin: auto;
    color: #000;
    font-weight: 700;
}

  
.btn_next {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef4624;
  color: #fff;
  font-size: 18px;
  width: 20%;
  height: 3rem;
  border-radius: 50px;
}

.btn_next_1 {
  border: 2px solid #2f58ca;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #2f58ca;
  font-size: 18px;
  width: 25%;
  height: 3rem;
  font-weight: 700;
  border-radius: 50px;
}

.btn_next_2 {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef4624;
  color: #fff;
  font-size: 18px;
  width: 25%;
  height: 3rem;
  border-radius: 50px;
}

.btn_next_3 {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef4624;
  color: #fff;
  font-size: 18px;
  width: 35%;
  height: 3rem;
  border-radius: 50px;
}

.real_1 {
  height: 90vh;
  width: 50%;
  margin: auto;
}

.real_2 {
  height: 100%;
  width: 50%;
  margin: auto;
}

.logo_1 img {
  width: 200px;
  height: auto;
}

.main_div {
  width: 100%;
}

.text {
  font-size: 18px;
}

.text_area {
  border-radius: 8px;
  font-size: 18px;
  border-color: #aeaeae;
}

.little {
  width: 75%;
}

.Project {
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .real_2 {
    width: 67%;
  }

  .real_time {
    width: 78%;
  }

  #form_help .form-control {
    width: 100%;
  }

  .btn_next_1 {
    width: 35%;
  }

  .btn_next_2 {
    width: 35%;
  }

  .btn_next_3 {
    width: 66%;
  }
}

@media screen and (max-width: 800px) {
  .society_1 {
    height: 58% !important;
    width: 44% !important;
  }

  .real_1 {
    height: 100vh;
    width: 90%;
    margin: auto;
  }

  .real_2 {
    height: 100%;
    width: 90%;
    margin: auto;
  }

  .logo_1 img {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .society_1 {
    height: 70% !important;
    width: 44% !important;
  }
  .bg-banner .container{
    width: 65%;
      margin-right: auto;
      margin-left: 0;
  }

  .Electrical h6 {
    font-size: 12px !important;
    text-align: center;
    margin: auto;
  }

  .Popular h2 {
    font-size: 20px !important;
  }

  .rd-navbar-fixed .rd-navbar-panel .rd-navbar-brand img {
    height: 40px;
    width: 80% !important;
  }

  .owl-prev,
  .owl-next {
    display: none !important;
  }

  .Compare {
    text-align: center;
    font-size: 20px;
    margin: auto;
    color: #000;
    font-weight: 700;
    width: 100%;
  }

  .Compare_1 {
    text-align: center;
    font-size: 23px;
    margin: auto;
    color: #000;
    font-weight: 700;
    width: 100%;
  }

  .Compare_5 {
    font-size: 22px;
  }

  #form_1 {
    width: 80%;
  }

  .btn_next {
    width: 43%;
  }

  .real_1 {
    height: 65vh;
    width: 100%;
    margin: auto;
  }

  .real_2 {
    height: 100%;
    width: 100%;
    margin: auto;
  }

  .real_time {
    box-shadow: none;
    border-radius: 7px;
  }

  .logo_1 img {
    width: 80%;
  }

  #form_help .form-control {
    font-size: 14px;
    width: 100%;
  }

  .main_div {
    width: 100%;
  }

  .real_time {
    width: 100%;
  }

  .Compare_4 {
    font-size: 22px;
  }

  .text_area {
    font-size: 15px;
  }

  .little {
    width: 78%;
  }
}

@media screen and (max-width: 400px) {
  .society_1 {
    height: 58% !important;
  }

  .Electrical h6 {
    font-size: 12px !important;
    text-align: center;
    margin: auto;
  }

  .real_time {
    width: 100%;
  }

  .Compare_2 {
    font-size: 22px;
  }
}
.product_icon {
  font-size: 50px;
  color: #444444;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px !important;
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
@media screen and (max-width:996px) {
  .button_group{
    display: flex;
  }
  
}
@media screen and (max-width:375px) {
  .btn_booknow1 {
    font-size: 12px !important;
  }
  .btn_booknow2 {
    font-size: 12px !important;
  }
  .btn_booknow3 {
    font-size: 12px !important;
  }
}