@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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=Orbitron:wght@400..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
 
}
:root {
  --dark_green: #004225;
  --light_grey: #f0f0f0;
  --light_green: #0042258a;
  --light_blue: #1572d31a;
  --light_green_2: #0042251c;
  --clr_6D6D6D: #6d6d6d;
  --clr_F7FBFF: #f7fbff;
  --yellow: #efbf14;
  --clr_D6D6D6: #d6d6d6;
}
section {
  overflow-x: hidden;
 
}
.ct_text_dark_green {
  color: var(--dark_green);
}
.ct_text_clr_6D6D6D {
  color: var(--clr_6D6D6D);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

.ct_ff_poppins {
  font-family: "Poppins", sans-serif;
}
.ct_ff_inter {
  font-family: "Inter", sans-serif;
}

.ct_ff_orbitron {
  font-family: "Orbitron", sans-serif;
}
.ct_fw_200 {
  font-weight: 200;
}
.ct_fw_300 {
  font-weight: 300;
}
.ct_fw_400 {
  font-weight: 400;
}
.ct_fw_500 {
  font-weight: 500;
}
.ct_fw_600 {
  font-weight: 600;
}
.ct_fw_700 {
  font-weight: 700;
}
.ct_fw_800 {
  font-weight: 800;
}
.ct_fw_900 {
  font-weight: 900;
}

.ct_fs_12 {
  font-size: 12px;
  line-height: 23px;
}
.ct_fs_14 {
  font-size: 14px;
  line-height: 21px;
}
.ct_fs_18 {
  font-size: 18px;
  line-height: 20px;
}
.ct_fs_38 {
  font-size: 38px;
  line-height: 49px;
}
.ct_fs_78 {
  font-size: 78px;
  line-height: 97px;
}
.ct_fs_20 {
  font-size: 20px;
  line-height: 30px;
}
.ct_fs_16 {
  font-size: 16px !important;
  line-height: 24px;
}
.ct_fs_24 {
  font-size: 24px;
  line-height: 36px;
}
.ct_fs_40 {
  font-size: 40px;
  line-height: 46px;
}

a,
a:hover {
  text-decoration: none;
}
ul {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
}
figure {
  margin: 0px;
}
img {
  object-fit: cover;
  width: 100%;
}
.ct_object_fit_contain {
  object-fit: contain;
}

/* Header css S */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
nav ul li a,
.ct_right_header ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  color: #484848;
  transition: 0.4s ease all;
  position: relative;
  padding-block: 5px;
}
nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: var(--dark_green);
  left: 0px;
  margin-inline: auto;
  display: block;
  transition: 0.4s ease all;
}
nav ul li a:hover:after,nav ul li a.active:after {
  width: 100%;
}
.ct_right_header ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ct_header {
  padding-block: 30px;
  position: relative;
}
.ct_bar_icon {
  display: none;
}
.ct_close_bar {
  display: none;
}
/* Header css E */

.ct_hero_right_side ul#pills-tab {
  background-color: var(--dark_green);
  padding: 6px 8px;
  border-radius: 10px;
}
.ct_hero_right_side ul#pills-tab.nav-pills .nav-link.active,
.ct_hero_right_side ul#pills-tab.nav-pills .show > .nav-link {
  background-color: #fff;
  color: #000;
}
.ct_hero_right_side ul#pills-tab.nav-pills .nav-link {
  padding: 12px 25px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}
.ct_hero_right_side ul#pills-tab li {
  width: 50%;
}
.ct_hero_right_side ul#pills-tab li button {
  width: 100%;
}
.ct_hero_right_side {
  border: 1px solid #e3e3e3;
  padding: 20px 30px;
  border-radius: 15px;
  height: 100%;
}

.coolinput {
  display: flex;
  flex-direction: column;

  position: relative;
}

.coolinput label.text {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-weight: 400;

  position: relative;
  top: 11px;
  margin: 0 0 0 15px;
  padding: 0 3px;
  background: #fff;
  width: fit-content;
}
.coolinput input.input {
  padding: 15px 15px;
  font-size: 16px;
  border: 1px #0000003b solid;
  border-radius: 5px;
  font-weight: 400;
  background: #fff;
  text-indent: 25px;
}

.coolinput input.input:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: unset;
  border-color: var(--dark_green);
}

.ct_connection_icon {
  width: 36px;
  height: 36px;
  background-color: var(--light_grey);
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
}
.ct_connection_icon img {
  color: #004225;
}

.coolinput i.fa-location-dot {
  position: absolute;
  top: 39px;
  left: 15px;
  color: var(--light_green);
}
.coolinput i.fa-calendar {
  position: absolute;
  top: 39px;
  right: 15px;
  color: var(--light_green);
}

.ct_text_indent_0 {
  text-indent: 0 !important;
}

.ct_custom_check .form-check-input {
  width: 18px;
  height: 18px;
}

.ct_custom_check .form-check-input:checked {
  background-color: var(--dark_green);
  border-color: var(--dark_green);
}
.ct_custom_check .form-check-input:focus {
  box-shadow: unset;
  border-color: var(--dark_green);
}

.ct_green_btn {
  background-color: var(--dark_green);
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px solid var(--dark_green);
  outline: none;
  color: #fff;
  transition: 0.4s ease all;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  position: relative;
}
.ct_green_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  height: 100%;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease all;
}
.ct_green_btn:hover {
  color: var(--dark_green);
}
.ct_green_btn:hover:before {
  width: 100%;
}
.ct_left_map {
  height: 100%;
}
.ct_left_map img {
  height: 100%;
  border-radius: 20px;
}

/* why choose us css S */
.ct_grid_2 {
  display: grid;
  gap: 15px;
  grid-template-columns: 60% 40%;
  align-items: center;
}
.ct_left_whychoose_img {
  margin-left: -200px;
  /* width: 100%; */
}
.ct_sub_head_badge {
  background-color: var(--light_blue);
  padding: 16px 32px;
  border-radius: 8px;
  color: #004225;
  font-weight: 600;
  font-size: 14px;
}
.ct_mt_32 {
  margin-top: 32px;
}
.ct_mt_40{
  margin-top: 40px;}
.ct_left_whychoose_img {
  /* width: 100%; */
  margin-right: 80px;
}
.ct_why_choose_icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light_green_2);
  overflow: hidden;
}
.ct_why_choose_icon:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: var(--dark_green);
  transition: 0.4s ease all;
  transform: scale(0);
  z-index: -1;
  border-radius: 16px;
}
.ct_why_choose_icon:hover:before {
  transform: scale(1);
}
.ct_why_choose_icon:hover svg path {
  fill: #fff;
}
.ct_why_choose_icon svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ct_why_choose_right ul li {
  display: grid;
  grid-template-columns: 64px auto;
  align-items: center;
  gap: 20px;
}
.ct_why_choose_right ul li + li {
  margin-top: 40px;
}
.ct_py_100 {
  padding-block: 100px;
}
.ct_overflow_x_hdden {
  overflow-x: hidden;
}
/* why choose us css E */

/* Book Step css S */
.ct_book_step_icon {
  width: 112px;
  height: 112px;
  border-radius: 15px;
}
.ct_book_step_icon svg {
  width: 48px;
  height: 48px;
}
.ct_book_step_icon {
  margin-bottom: 40px;
}
/* Book Step css E */

input[type="time"]::-webkit-calendar-picker-indicator {
  position: absolute;
}
/* Brand Section S */
.ct_brand_img img {
  height: 48px;
  object-fit: contain;
  aspect-ratio: 1 / 2;
}

.ct_brand_slider .owl-nav,
.ct_brand_slider .owl-dots {
  display: none;
}
/* Brand Section E */

/* Testimonial Slider Css S */
.ct_testimonial_bg {
  background-color: var(--clr_F7FBFF);
  padding-block: 127px;
  position: relative;
  z-index: 1;
}
.ct_testimonial_bg::before {
  content: "";
  position: absolute;
  left: 9%;
  top: 100px;
  background-image: url(../img/faq_icon_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}
.ct_testimonial_bg:after {
  content: "";
  position: absolute;
  right: 9%;
  top: 0px;
  background-image: url(../img/faq_icon_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}
.ct_testimonial_img img,
.ct_testimonial_img {
  height: 100%;
}
.ct_testimonial_card {
  display: block;
  box-shadow: 0px 12px 24px 0px #104c8b29;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.ct_testimonial_cnt {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.ct_review_stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ct_review_stat i {
  color: var(--yellow);
}
/* Testimonial Slider Css E */

/* Footer Css S */
footer {
  background-color: #000;
  padding-top: 40px;
}
.ct_footer_logo img {
  max-width: 180px;
  width: 100%;
}
.ct_address_dtl li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--clr_D6D6D6);
  font-size: 14px;
}
.ct_address_dtl li a {
  color: var(--clr_D6D6D6);
  font-size: 14px;
  transition: 0.4s ease all;
  padding-bottom: 5px;
  position: relative;
}
.ct_address_dtl li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  left: 0px;
  margin-inline: auto;
  display: block;
  transition: 0.4s ease all;
}
.ct_address_dtl li a:hover:after {
  width: 100%;
}
.ct_address_dtl li i {
  color: var(--clr_D6D6D6);
  transition: 0.4s ease all;
}
.ct_address_dtl li + li {
  margin-top: 24px;
}
.ct_footer_social_media {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ct_footer_social_media img {
  width: 24px;
}
.ct_footer_menu_links li + li {
  margin-top: 16px;
}
.ct_footer_menu_links li a {
  color: var(--clr_D6D6D6);
  font-size: 14px;
  position: relative;
  transition: 0.4s ease all;
  padding-bottom: 5px;
}
.ct_footer_menu_links li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  left: 0px;
  margin-inline: auto;
  display: block;
  transition: 0.4s ease all;
}
.ct_footer_menu_links li a:hover:after {
  width: 100%;
}
.ct_sub_footer {
  border-top: 1px solid #575757;
  padding: 32px 0px;
  margin-top: 47px;
  text-align: center;
  color: var(--clr_D6D6D6);
}
/* Footer Css E */

/* My Profile css S */
.ct_circle_40 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  position: relative;
  z-index: 1;
}
.ct_circle_40:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: var(--dark_green);
  transition: 0.4s ease all;
  transform: scale(0);
  z-index: -1;
  border-radius: 100px;
}
.ct_circle_40:hover {
  color: #fff!important;
}
.ct_circle_40:hover:before {
  transform: scale(1);
}
.ct_log_out_btn {
  background-color: #000;
  padding: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}
.ct_circle_40:hover .ct_log_out_btn {
  background-color: #fff;
  color: var(--dark_green);
}

.ct_log_out_btn i {
  font-size: 14px;
}
.ct_light_grey_bg {
  background-color: #fafafa;
  padding-block: 10px;
}
.ct_profile_tab {
  justify-content: center;
  gap: 15px 20px;
}
.ct_profile_tab li.nav-item .nav-link {
  color: #000;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 30px;
  font-weight: 500;
  /* max-width: 200px; */
  width: fit-content;
  transition: 0.4s ease all;
}
.ct_profile_tab li.nav-item .nav-link.active,
.ct_profile_tab li.nav-item .nav-link:hover {
  background-color: var(--dark_green);
  color: #fff;
}
.ct_custom_input {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  height: 40px;
}
.ct_custom_input:focus {
  box-shadow: unset;
  border: 1px dashed var(--dark_green);
}
.ct_custom_input::placeholder {
  color: var(--clr_D6D6D6);
}
.ct_number_code {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.form-control {
  appearance: auto;
}
.ct_show_eye {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.ct_py_6 {
  padding-block: 6px;
}
.ct_action_btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct_action_btns a {
  width: 44px;
  height: 36px;
  background-color: #d7d5d5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
  transition: 0.4s ease all;
}
.ct_delete_btn:hover {
  background-color: #ff0000;
  color: #fff;
}
.ct_edit_btn:hover {
  background-color: var(--light_green);
  color: #fff;
}
.ct_custom_table tr th,
.ct_custom_table tr td {
  border: 0px;
  white-space: nowrap;
}
.ct_custom_table tbody tr th {
  padding: 16px 21px;
}
.ct_custom_table tbody tr td {
  background-color: #cccccc6b;
  vertical-align: middle;
  padding: 16px 15px;
}
.ct_custom_table tbody tr td:first-child {
  border-radius: 6px 0px 0px 6px;
}
.ct_custom_table tbody tr td:last-child {
  border-radius: 0px 6px 6px 0px;
}
table.table.ct_custom_table {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.ct_payment_card_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.ct_text_indent_30 {
  text-indent: 30px;
}

.ct_payment_card_icon {
  color: var(--clr_D6D6D6);
}

.ct_notification_card_main li {
  background-color: #e7e7e76b;
  padding: 16px 20px;
  border-radius: 6px;
  position: relative;
  transition: 0.4s ease all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.ct_notification_card_main li + li {
  margin-top: 20px;
}

.ct_notification_card_main li.active,
.ct_notification_card_main li:hover {
  background-color: #0042254d;
}
.ct_notification_card_main li.active .ct_out_line_btn,
.ct_notification_card_main li:hover .ct_out_line_btn {
  border-color: #ffff;
}
.ct_out_line_btn {
  background-color: transparent;
  color: var(--dark_green);
}
.ct_out_line_btn:before {
  background-color: var(--dark_green);
}
.ct_out_line_btn:hover {
  color: #fff;
}
.ct_search_input {
  background-color: #f4f5fc;
  border-radius: 30px;
  height: 50px;
  max-width: 322px;
  width: 100%;
  min-width: 322px;
  border-color: #f4f5fc;
}
.ct_search_input::placeholder {
  color: #9a9a9a;
}
.ct_search_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #9a9a9a;
}
.ct_fit_btn {
  width: fit-content;
}
.ct_text_clr_545454 {
  color: #545454;
}
.ct_border_left_1 {
  padding-left: 30px;
  border-left: 1px solid var(--clr_6D6D6D);
}

.ct_grey_btn {
  padding: 6px 20px;
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.4s ease all;
}
.ct_grey_btn:hover {
  transform: scale(0.9);
}

.ct_green_text {
  color: #027600 !important;
}
.ct_review_rating {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.ct_review_rating i {
  color: #d9d9d9;
  font-size: 20px;
}
.ct_btn_w_125 {
  max-width: 125px;
  width: 100%;
}
.ct_btn_close {
  transition: 0.4s ease all;
}
.ct_btn_close:hover {
  transform: rotate(360deg);
}
.ct_btn_close:focus {
  box-shadow: unset;
}
.ct_secure_icon {
  width: 18px;
  height: 22px;
  object-fit: contain;
}
.ct_icon_24 {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ct_dark_grey_bg {
  background-color: #ececec;
  padding: 15px 20px;
  border-radius: 10px;
  width: fit-content;
  margin-top: 20px;
}
.ct_dark_grey_bg ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ct_dark_grey_bg li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct_text_op_5 {
  opacity: 0.5;
}
.ct_card_img12 img {
  max-width: 405px;
  height: 193px;
  object-fit: contain;
  margin-bottom: 24px;
}
.ct_features_detail li img {
  width: 18px;
  height: 20px;
  object-fit: contain;
}
.ct_features_detail li {
  display: flex;
  gap: 16px;
}
.ct_mt_17 {
  margin-top: 17px;
}
.ct_mt_100 {
  margin-top: 132px;
}

.ct_circle_24 {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #00000061;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_circle_24 i {
  font-size: 10px;
  color: #fff;
}
.ct_active_check {
  background-color: var(--dark_green);
}
.ct_light_green_btn {
  background-color: #00422512;
}
.ct_right_login_small {
  background-color: #fafafa;
  height: 100%;
}
.ct_right_login_small {
  padding: 16px;
  border-radius: 10px;
}
.form-switch .form-check-input {
  height: 20px;
}
.ct_custom_switch .form-check-input:checked {
  background-color: var(--dark_green) !important;
  border-color: var(--dark_green) !important;
}
.ct_custom_switch .form-check-input:focus {
  box-shadow: unset;
}
.ct_custom_switch.form-switch .form-check-input:focus {
  background-image: url("../img/circle_dot.png");
  border-color: #d6d6d6;
}
.ct_payment__icons {
  margin-top: 20px;
}
.ct_payment__icons img {
  width: 35px;
}
.ct_mt_20 {
  margin-top: 20px;
}
.ct_text_decoration_underline {
  text-decoration: underline;
}
.ct_stripe_icon img {
  width: 136px;
  object-fit: contain;
  margin-inline: auto;
  display: block;
  opacity: 0.5;
}

.ct_grid_90_auto {
  display: grid;
  grid-template-columns: 93% auto;
  align-items: center;
}
.ct_h_40 {
  height: 40px;
  padding: 0px;
}
/* My Profile css E */

.ct_gradient_box {
  height: 375px;
  border-radius: 30px;
  width: 100%;
  max-width: 740px;
  background: linear-gradient(180deg, #600202 0%, #c60000 100%);
  margin-inline: auto;
}

.ct_fs_64 {
  font-size: 64px;
}

.ct_slider_item {
  position: relative;
}
.ct_card_item_animated {
  margin-top: -350px;
  position: relative;
  text-align: center;
}
.ct_card_item_animated img {
  height: 383px;
  object-fit: contain;
  aspect-ratio: 1/2;
}
.ct_login_slider .owl-item.active .ct_gradient_box {
  transition: 2s ease all;
}
.ct_card_item_animated h1 {
  position: relative;
  top: 18px;
}
.ct_login_slider .owl-item.active .ct_slider_item img {
  animation: bounce-in-right 3s ease;
  transform: translateX(-2000px);
  transition: 2s ease all;
}

.ct_login_slider .owl-item.active .ct_card_item_animated h1 {
  animation: fade-out 3s linear infinite;
}
.ct_login_slider .owl-nav,
.ct_login_slider .owl-dots {
  display: none;
}

@keyframes fade-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-1000px);
  }
}

.ct_header.ct_sticky_menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0px;
  z-index: 9;
  animation: slideDown 0.35s ease-out;
  left: 0px;
  /* padding-inline: 120px; */
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.ct_loader_main {
  width: 100%;
  background: #f5f5f5;
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  overflow: hidden;
  position: relative;
  padding-block: 5px;
}

.wheel {
  fill: rgb(128, 128, 128);
  font-size: 100px;
  width: 100px;
  height: 100px;
  border-radius: 6em;
  position: relative;
  top: -4px;
  text-align: center;
  animation: rolling 1s linear infinite;
}

#rim {
  fill: rgb(126, 126, 126);
}

#tire {
  fill: rgb(55, 55, 55);
}

.road {
  position: absolute;
  margin-top: -5px;
  width: 100%;
  height: 10px;
  border-radius: 5em;
  background-color: rgb(55, 55, 55);
  animation: road-move 2s linear infinite;
}

.ct_logo img{
  max-width: 150px;
width: 100%;
}

@keyframes rolling {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes road-move {
  from {
    transform: translateX(-140%);
  }

  to {
    transform: translateX(100%);
  }
}

.ct_testimonial_cnt span {
  font-size: 18px;
  font-weight: 500;
}

.ct_testimonial_cnt h3 {
  font-weight: 700;
}

.ct_filter_dropdown {
  position: absolute;
  width: 100%;
  /* bottom: 0px; */
  background-color: #e7e7e7;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: 10px;
  height: auto;
  z-index: 9999999;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  max-width: 85%;
}
.ct_filter_dropdown.active{
  display: block;
}
.ct_filter_dropdown ul{
  padding-left: 0px;
  margin-bottom: 0px;
}
.ct_filter_dropdown ul li + li {
  margin-top: 5px;
  border-top: 1px solid #d8d8d8;
  padding-top: 5px;
}
.ct_btn_red{
  background-color: #FF0000;
border-color: #ff0000;
}
.ct_btn_grn{
  background-color: #15a937;
border-color: #008935;
}
.ct_btn_blue{
  background-color: #1989d8;
border-color: #035e8f;
}

@media screen and (max-width:502px){
  .ct_ms_start_502{
    margin-left: 0px !important;
  }
}

.owl-stage-outer {
  margin-bottom: 40px;
}