a.emailz {
    color: #fff;
}

.header_action_btns a,
.header_action_btns button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.header_action_btns a:hover,
.header_action_btns button:hover {
  text-decoration: none;
}

.header_action_btns button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
.header_action_btns button:focus {
  outline: none;
}



[data-bg-image] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.form_item {
  position: relative;
  margin-bottom: 30px;
}
.form_item .input_icon {
  top: 60%;
  margin: 0px;
  right: 15px;
  padding: 5px;
  color: #6E7684;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.form_item input, .form_item textarea {
  width: 100%;
  outline: none;
  display: block;
  color: #6E7684;
  font-size: 16px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.form_item input:focus, .form_item textarea:focus {
  border-color: #000C21;
}
.form_item input {
  height: 60px;
}
.form_item textarea {
  min-height: 190px;
  padding: 15px 20px;
}

.input_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1F2B3E;
  font-family: "Lato", sans-serif;
}

:-moz-placeholder {
  color: #6E7684;
  text-transform: capitalize;
}

::-moz-placeholder {
  color: #6E7684;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  color: #6E7684;
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  color: #6E7684;
  text-transform: capitalize;
}

.checkbox_input {
  position: relative;
  margin-bottom: 30px;
}
.checkbox_input input {
  float: left;
  width: 26px;
  height: 26px;
  outline: none;
  margin-top: 1px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-right: 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.checkbox_input input[type=radio] {
  border-radius: 100%;
}
.checkbox_input input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 400;
  color: #ffffff;
  content: "";
  position: absolute;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.checkbox_input input:checked {
  background: #f58711;
  border-color: #f58711;
}
.checkbox_input input:checked:before {
  opacity: 1;
}
.checkbox_input label {
  margin: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.form_item .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  color: #6E7684;
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 60px;
  padding: 0px 20px;
  border-radius: 4px;
  border: solid 1px #D8D8D8;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.form_item .nice-select:after {
  width: auto;
  border: none;
  float: right;
  height: auto;
  color: #6E7684;
  margin-top: 0px;
  content: "";
  font-weight: 700;
  position: static;
  transform: unset;
  display: inline-block;
  transform-origin: unset;
  font-family: "Font Awesome 5 Pro";
}
.form_item .nice-select .list {
  width: 100%;
  margin-top: 2px;
  min-width: 230px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.15);
}

.updown_style_wrap {
  z-index: 1;
  display: flex;
  position: relative;
}
.updown_style_wrap.minus_top {
  padding-top: -60px;
}
.updown_style_wrap.minus_bottom {
  margin-bottom: -60px;
}
.updown_style_wrap .updown_style {
  width: 50%;
}
.updown_style_wrap .updown_style:nth-child(2n+0) {
  padding-top: 60px;
}


/* bootstrap reset - start
================================================== */

.rotors_dropdown {
  margin: 0px;
  padding: 0px;
  border: none;
  font-size: 16px;
  min-width: 230px;
  margin-top: 15px;
  border-radius: 6px;
  color: #1F2B3E;
}
.rotors_dropdown.show {
  transform: translate3d(0px, 16px, 0px) !important;
}

/* bootstrap reset - end
================================================== */
/* slick slider settings - start
================================================== */
.slick-dots {
  left: 50%;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  display: flex;
  max-width: 1200px;
  padding: 0px 15px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button {
  width: 20px;
  height: 8px;
  border: 0px;
  padding: 0px;
  opacity: 0.3;
  border-radius: 0px;
  background: #f58711;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-arrow {
  color: transparent;
  text-align: center;
}
.slick-arrow:before {
  font-weight: 400;
  color: #f58711;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.carousel_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_nav button {
  line-height: 1;
  font-size: 36px;
  color: #1F2B3E;
}
.carousel_nav button:not(:last-child) {
  margin-right: 10px;
}
.carousel_nav button:hover {
  color: #f58711;
}
.carousel_nav.position_ycenter button {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.carousel_nav.position_ycenter button:nth-child(1) {
  left: 0px;
}
.carousel_nav.position_ycenter button:nth-child(2) {
  right: 0px;
}

.slick-progress {
  left: 0px;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  height: 5px;
  position: absolute;
}
.slick-progress span {
  width: 0px;
  opacity: 0.3;
  height: 100%;
  display: block;
  position: absolute;
  background: #f58711;
  transition: all 0s linear;
}
.slick-progress span.active {
  width: 100%;
}

/* slick slider settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_center {
  justify-content: center;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul_li_block > li {
  display: block;
  list-style: none;
}

/* list style settings - end
================================================== */
/* social links - start
================================================== */
.social_list_title {
  display: block;
  font-size: 18px;
  color: #000C21;
  font-family: "Goldman", cursive;
}

.primary_social_links li {
  font-size: 14px;
}
.primary_social_links li:not(:last-child) {
  margin-right: 30px;
}
.primary_social_links a {
  display: block;
  line-height: 1;
  color: #000C21;
}
.primary_social_links a:hover {
  color: #f58711;
}

/* social links - end
================================================== */


/* filters button group - end
================================================== */
/* padding & margin setting - start 
================================================== */
.sec_ptb_150 {
  padding: 150px 0px;
}

.sec_ptb_100 {
  padding: 100px 0px;
}

.mt__30 {
  margin-top: -30px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_100 {
  margin-bottom: 100px;
}

/* padding & margin setting - end
================================================== */
/* button style - start
================================================== */
.custom_btn {
  height: 54px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  min-width: 230px;
  padding: 0px 28px;
  line-height: 54px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-family: "Goldman", cursive;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.custom_btn:hover {
  color: #ffffff;
}
.custom_btn.btn_width {
  min-width: 248px;font-family: "Lato", sans-serif;
}
.custom_btn img {
  margin-left: 10px;
  display: inline-block;
}
.custom_btn.bg_default_red:hover {
  background-color: #a50015;
}
.custom_btn.bg_default_black:hover {
  background-color: #000817;
}

.text_btn {
  align-items: center;
  display: inline-flex;
}
.text_btn span {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #f58711;
  display: inline-block;
  font-family: "Goldman", cursive;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.text_btn span:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background-color: #f58711;
}
.text_btn:hover span:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.text_btn img {
  line-height: 1;
  margin-left: 10px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.text_btn:hover img {
  transform: translateX(5px);
}

/* button style - end
================================================== */
/* title text - start
================================================== */
.section_title .title_text {
  line-height: 1;
  font-size: 48px;
}
.section_title .title_text span {
  padding: 0px 40px;
  position: relative;
  display: inline-block;
}
.section_title .title_text span:before, .section_title .title_text span:after {
  top: 50%;
  width: 20px;
  height: 8px;
  content: "";
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  background-color: #f58711;
}
.section_title .title_text span:before {
  left: 0px;
}
.section_title .title_text span:after {
  right: 0px;
}

.has_serial_number {
  padding-top: 78px;
}
.has_serial_number .serial_number {
  margin-top: -78px;
  padding-right: 30px;
  border-right: 1px solid #D8D8D8;
}
.has_serial_number .serial_number span {
  color: #6E7684;
  display: block;
  line-height: 0.6;
  font-size: 120px;
  margin-bottom: 20px;
  font-family: "Goldman", cursive;
}
.has_serial_number .serial_number h4 {
  font-size: 24px;
}

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #f58711;
  box-shadow: 0px 10px 30px 1px rgba(234, 0, 30, 0.3);
}
.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

/* back to top - end
================================================== */

/* custom colors - start
================================================== */
.has_overlay {
  z-index: 1;
  position: relative;
}
.has_overlay .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  position: absolute;
}

.bg_default_red {
    background-color: #f58711;
}

.bg_default_blue {
  background-color: #0048B9;
}

.bg_default_black {
  background-color: #000C21;
}

/* custom colors - end
================================================== */
/* transition - start
================================================== */
a,
button {
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* transition - end
================================================== */
/* 01 - global gettings - end
==================================================================================================== */
/* 02 - header - start
==================================================================================================== */
/* header sticky - start */
.sticky {
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  z-index: 999;
  
}
.sticky.stuck {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.08);
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.secondary_header + main {
  margin-top: 120px;
}

/* header sticky - end */
/* header section - start */
.header_section .primary_social_links a {
  color: #ffffff;
}
.header_section .primary_social_links a:hover {
  color: #f58711;
}

.header_top {
    height: 40px;
    display: flex;
    padding: 6px 0px;
    align-items: center;
    background-color: #000;
    box-shadow: 0px 2px 8px 0px rgba(0, 6, 16, 0.9);
}

.stuck .header_top {
  display: none;
}

.header_bottom {
  display: flex;
  min-height: 80px;
  padding: 15px 0px;
  align-items: center;
}

.secondary_header .header_bottom {
    background-color: #ffffff;
}
.secondary_header.stuck .header_bottom {
  background-color: #ffffff;
}

.header_section .brand_logo img:nth-child(2) {
  display: none;
}
.header_section.stuck .brand_logo img:nth-child(1) {
  display: none;
}
.header_section.stuck .brand_logo img:nth-child(2) {
  display: inline-block;
}

.header_contact_info li {
  font-size: 14px;
}
.header_contact_info li:not(:last-child) {
  margin-right: 40px;
}
.header_contact_info i {
  margin-right: 5px;
}


.header_action_btns button {
  color: #ffffff;
  display: block;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.header_action_btns button:hover, .header_action_btns button.active {
  color: #f58711;
}

.stuck .header_action_btns button {
  color: #1F2B3E;
}
.stuck .header_action_btns button:hover, .stuck .header_action_btns button.active {
  color: #f58711;
}

.cart_btn .cart_counter {
  top: -12px;
  right: -12px;
  z-index: 2;
  height: 20px;
  color: #ffffff;
  min-width: 20px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 45px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

.collapse_search_body .search_body {
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0.8);
}
.collapse_search_body .form_item {
  margin: 0px;
}
.collapse_search_body .form_item input {
  padding: 0px;
  border: none;
  color: #ffffff;
  background-color: transparent;
}
.collapse_search_body .form_item input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.collapse_search_body .form_item input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.collapse_search_body .form_item input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.collapse_search_body .form_item input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.collapse_search_body .form_item button {
  top: 50%;
  right: 0px;
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  transform: translateY(-50%);
}

.header_section .cart_dropdown,
.header_section .user_dropdown {
  float: right;
  right: 0px !important;
  left: unset !important;
  border-top-right-radius: 0px;
}

.cart_dropdown {
  border: none;
  min-width: 320px;
  padding: 25px 0px;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}
.cart_dropdown .wrap_title {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 25px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid #f4f8fb;
}
.cart_dropdown .cart_items_list {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f8fb;
}
.cart_dropdown .cart_items_list > li {
  display: flex;
  padding: 10px 25px;
  padding-right: 30px;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #f4f8fb;
}
.cart_dropdown .cart_items_list > li:last-child {
  border-bottom: none;
}
.cart_dropdown .cart_items_list .remove_btn {
  top: 50%;
  right: 30px;
  color: #000000;
  font-size: 18px;
  position: absolute;
  transform: translateY(-50%);
}
.cart_dropdown .cart_items_list .remove_btn:hover {
  color: #f58711;
}
.cart_dropdown .cart_items_list .item_image {
  width: 80px;
  overflow: hidden;
  margin-right: 20px;
}
.cart_dropdown .cart_items_list .item_title {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 3px;
}
.cart_dropdown .cart_items_list .item_price {
  font-size: 14px;
}
.cart_dropdown .btns_group {
  display: block;
  padding: 20px 25px;
  padding-bottom: 0px;
}
.cart_dropdown .btns_group li {
  width: 100%;
  margin: 0px;
}
.cart_dropdown .btns_group li:not(:last-child) {
  margin-bottom: 10px;
}
.cart_dropdown .btns_group .custom_btn {
  height: 55px;
  display: block;
  font-size: 14px;
  line-height: 57px;
}

.user_dropdown {
  border: none;
  padding: 5px 0px;
  min-width: 220px;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}
.user_dropdown .profile_info {
  padding: 20px;
  border-bottom: 1px solid #f4f8fb;
}
.user_dropdown .profile_info .user_thumbnail {
  float: left;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}
.user_dropdown .profile_info .user_content {
  display: table;
}
.user_dropdown .profile_info .user_name {
  margin-bottom: 0px;
}
.user_dropdown .profile_info .user_name > a {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000C21;
  font-family: "Lato", sans-serif;
}
.user_dropdown .profile_info:hover .user_name > a {
  color: #f58711;
  text-decoration: underline;
}
.user_dropdown .profile_info .user_title {
  display: block;
  font-size: 14px;
  color: #f58711;
}
.user_dropdown > ul {
  padding: 9px 0px;
}
.user_dropdown > ul > li > a {
  line-height: 1;
  display: block;
  font-size: 14px;
  padding: 12px 20px;
  color: #1F2B3E;
}
.user_dropdown > ul > li > a > i {
  float: left;
  font-size: 20px;
  margin: -2px 0px;
  margin-right: 4px;
  margin-right: 13px;
  color: #000C21;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.user_dropdown > ul > li:hover > a {
  background-color: #f4f8fb;
}
.user_dropdown > ul > li:hover > a > i {
  color: #f58711;
}

/* header section - end */
/* main menu - start */
.main_menu > ul > li {
  padding: 10px 0px;
}
.main_menu > ul > li:not(:last-child) {
    margin-right: 22px;
}
.main_menu > ul > li > a {
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 17px;
}
.main_menu > ul > li:hover > a, .main_menu > ul > li.active > a {
  color: #f58711;
}
.main_menu a {
  font-size: 16px;
}
.main_menu a:after {
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
}

.stuck .main_menu > ul > li > a {
  color: #1F2B3E;
}
.stuck .main_menu > ul > li:hover > a, .stuck .main_menu > ul > li.active > a {
  color: #f58711;
}

.main_menu .has_child {
  position: relative;
}
.main_menu .has_child .submenu {
  top: 100%;
  left: 0px;
  opacity: 0;
  z-index: 99;
  margin: 0px;
  min-width: 220px;
  padding: 20px 0px;
  visibility: hidden;
  position: absolute;
  border-radius: 6px;
  background: #ffffff;
  transform: translateY(15px);
  border-top-left-radius: 0px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 19px 3px rgba(0, 0, 0, 0.08);
}
.main_menu .has_child .submenu li {
  display: block;
}
.main_menu .has_child .submenu li:not(:last-child) {
  border-bottom: 1px solid #f5f6fa;
}
.main_menu .has_child .submenu li a {
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 14px;
  padding: 13px 30px;
  white-space: nowrap;
  color: #1F2B3E;
}
.main_menu .has_child .submenu li:hover > a, .main_menu .has_child .submenu li.active > a {
  color: #f58711;
  background-color: #f5f6fa;
}
.main_menu .has_child:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.main_menu .has_child .submenu .has_child {
  position: relative;
}
.main_menu .has_child .submenu .has_child > a:after {
  float: right;
  content: "";
  transform: translateY(2.5px);
}
.main_menu .has_child .submenu .submenu {
  top: -20px;
  left: 100%;
}

/* main menu - end */
/* sidebar mobile menu - start */
.mobile_sidebar_menu {
  top: 0px;
  right: -420px;
  width: 400px;
  height: 100vh;
  z-index: 9999;
  color: #ffffff;
  position: fixed;
  padding: 50px 40px;
  overflow-y: scroll;
  background-color: #000C21;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.mobile_sidebar_menu.active {
  right: 0px;
}
.mobile_sidebar_menu .mCustomScrollBox {
  overflow: visible !important;
}
.mobile_sidebar_menu .mb_60 {
  margin-bottom: 40px;
}
.mobile_sidebar_menu .menu_list li, .mobile_sidebar_menu .menu_list a {
  width: 100%;
  line-height: 1;
  display: block;
}
.mobile_sidebar_menu .menu_list > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.mobile_sidebar_menu .menu_list > ul > li > a {
  font-size: 16px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4);
}
.mobile_sidebar_menu .menu_list > ul > li:hover > a, .mobile_sidebar_menu .menu_list > ul > li.active > a {
  color: #ffffff;
}
.mobile_sidebar_menu .dropdown-menu {
  margin: 0px;
  width: 100%;
  float: none;
  border: none;
  display: none;
  line-height: 1;
  padding: 10px 0px;
  border-radius: 0px;
  transform: unset !important;
  position: static !important;
  background-color: rgba(255, 255, 255, 0.06);
}
.mobile_sidebar_menu .dropdown-menu.show {
  display: block;
  position: unset !important;
}
.mobile_sidebar_menu .dropdown-menu li, .mobile_sidebar_menu .dropdown-menu a {
  width: 100%;
  display: block;
  line-height: 1;
}
.mobile_sidebar_menu .dropdown-menu a {
  padding: 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.mobile_sidebar_menu .dropdown-menu > li:hover > a, .mobile_sidebar_menu .dropdown-menu > li.active > a {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.07);
}
.mobile_sidebar_menu .dropdown-menu .dropdown-menu a {
  padding-left: 30px;
}
.mobile_sidebar_menu .dropdown-toggle:after {
  float: right;
  margin-top: 9px;
}

.mobile_sidebar_menu::-webkit-scrollbar {
  width: 0px;
}

.sidebar-menu-wrapper {
  display: block;
}
.sidebar-menu-wrapper .close_btn {
  top: 30px;
  right: 30px;
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
}
.sidebar-menu-wrapper .close_btn:hover {
  color: #f58711;
}
.sidebar-menu-wrapper p {
  font-size: 14px;
}
.sidebar-menu-wrapper .custom_btn {
  height: 50px;
  display: block;
  min-width: 100%;
  font-size: 14px;
  line-height: 52px;
}
.sidebar-menu-wrapper .form_item {
  margin-bottom: 20px;
}
.sidebar-menu-wrapper .form_item .input_title {
  font-size: 14px;
  margin-bottom: 8px;
}
.sidebar-menu-wrapper .form_item input {
  height: 50px;
}
.sidebar-menu-wrapper .title_text {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 15px;
}
.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background: rgba(10, 41, 96, 0.57);
}
.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

/* sidebar mobile menu - end */
/* 02 - header - end
==================================================================================================== */


/* 04 - breadcrumb - end
==================================================================================================== */
/* 05 - sidebar - start
==================================================================================================== */
.sidebar_section {
  padding: 35px;
  border-radius: 4px;
}
.sidebar_section .sidebar_header {
  margin: -35px;
  padding: 20px;
  display: flex;
  min-height: 80px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.sidebar_section .sidebar_header h3 {
  font-size: 24px;
}
.sidebar_section .input_title {
  font-size: 18px;
  font-weight: 700;
}
.sidebar_section .custom_btn {
  width: 100%;
  display: block;
}
.sidebar_section .form_item {
  margin: 0px;
}
.sidebar_section .form_item:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar_section .checkbox_input {
  margin-bottom: 12px;
}
.sidebar_section .checkbox_input label {
  color: #6E7684;
}

.sb_widget:not(:last-child) {
  margin-bottom: 40px;
}

.sb_widget_title {
  line-height: 1;
  font-size: 36px;
  margin-bottom: 12px;
}

.sb_category_list a {
  font-size: 18px;
  font-weight: 700;
  color: #000C21;
}
.sb_category_list a:hover {
  color: #f58711;
}
.sb_category_list i {
  margin-right: 10px;
}
.sb_category_list li:not(:last-child) {
  margin-bottom: 5px;
}




/* 06.2 - home v.2 - start
================================================== */
/* banner section - start */
.main_slider .item {
  min-height: 775px;
  padding: 130px 0px;
}
.main_slider .item .overlay {
    background-image: linear-gradient(
0deg, rgb(0 0 0 / 80%), rgba(12, 12, 15, 0.1));
}
.main_slider .item h3 {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}
.main_slider .item p {
  margin-bottom: 35px;
}
.main_slider .slick-dots {
  bottom: 130px;
}
.main_slider .slick-dots li:not(:last-child) {
  margin-right: 20px;
}
.main_slider .slick-dots li:hover a, .main_slider .slick-dots li.slick-active a {
  opacity: 1;
}
.main_slider .slick-dots span {
  display: none;
}
.main_slider .slick-dots a {
  width: 80px;
  opacity: 0.4;
  height: 10px;
  display: block;
  line-height: 1;
  background-color: #f58711;
}

.slider_section .main_left_arrow,
.slider_section .main_right_arrow {
  top: 50%;
  z-index: 1;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 42px;
  overflow: visible;
  position: absolute;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
}
.slider_section .main_left_arrow:hover,
.slider_section .main_right_arrow:hover {
  color: #ffffff;
}
.slider_section .main_left_arrow {
  left: 60px;
  text-shadow: 2px 0px 6px rgba(0, 0, 0, 0.2);
}
.slider_section .main_right_arrow {
  right: 60px;
  text-shadow: -2px 0px 6px rgba(0, 0, 0, 0.2);
}

/* banner section - end */



/* 19 - service page - end
==================================================================================================== */
/*
================================================== 

*	css code for responsive layout To make Responsive
==================================================
*	1 - media screen and (max-width: 1440px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 580px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)
==================================================
*/
/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1440px) {
  /* global - start */
  .custom_btn.btn_width {
    min-width: auto;
  }

  .text_btn span {
    font-size: 16px;
  }

  .text_btn img {
    max-width: 35px;
  }

  /* global - end */
 

  /* contact - end */
}
/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  /* about - start */
  .account_tabs_menu .list_title {
    font-size: 26px;
  }

  .account_tabs_menu {
    padding: 30px;
  }

  .account_tabs_menu ul {
    margin-left: -30px;
    margin-right: -30px;
  }

  .account_tabs_menu a {
    font-size: 16px;
    padding: 15px 30px;
  }

  .account_tabs_menu .arrow {
    max-width: 32px;
    margin-left: 15px;
  }

  .account_info_list li {
    font-size: 16px;
  }

  .account_info_list .list_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* about - end */
}
/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  /* global - start */
  .primary_social_links li:not(:last-child) {
    margin-right: 25px;
  }

  .backtotop {
    width: 40px;
    height: 40px;
  }

  .backtotop .scroll {
    font-size: 14px;
    line-height: 42px;
  }

  /* global - end */
  /* header - start */
  .main_menu > ul > li:not(:last-child) {
    margin-right: 25px;
  }

  .header_action_btns > li:not(:last-child) {
    margin-right: 25px;
  }

  .header_contact_info li:not(:last-child) {
    margin-right: 30px;
  }

  /* header - end */
  /* sidebar - start */
  .sidebar_section {
    padding: 30px;
  }

  .sb_widget_title {
    font-size: 26px;
  }

  .blog_small_grid .item_title a {
    font-size: 18px;
  }

  .blog_small_grid .post_date {
    font-size: 14px;
  }

  .sb_category_list a {
    font-size: 16px;
  }

  .sidebar_section .sidebar_header {
    margin: -30px;
    margin-bottom: 40px;
  }

  .sb_support_center li {
    font-size: 16px;
  }

  /* sidebar - end */
  /* home 1 - start */
  .gallery_fullimage .item_title {
    font-size: 24px;
  }

  .gallery_fullimage p {
    margin-bottom: 10px;
  }

  .gallery_fullimage .item_content {
    padding: 20px;
  }

  .car_choose_carousel .slick-prev {
    left: 15px;
  }

  .car_choose_carousel .slick-next {
    right: 15px;
  }

  .feature_vehicle_item .info_list li {
    font-size: 12px;
    padding: 10px 15px;
  }

  .feature_vehicle_filter .element-item {
    width: 50%;
  }

  /* home 1 - end */
  /* blog - start */
  .blog_standard .item_title a {
    font-size: 36px;
  }

  /* blog - end */
}
@media screen and (max-width: 1100px) {
  /* global - start */
  body {
    font-size: 16px;
  }

  .custom_btn {
    height: 55px;
    font-size: 14px;
    min-width: auto;
    line-height: 57px;
  }

  .custom_btn img {
    max-width: 35px;
  }

  .section_title .title_text {
    font-size: 40px;
  }

  .input_title {
    font-size: 16px;
  }

  .form_item input {
    height: 55px;
  }

  .form_item .nice-select {
    height: 55px;
    line-height: 55px;
  }

  /* global - end */
  /* home 1 - start */
  .banner_section .card .card-header button {
    font-size: 20px;
  }

  .banner_section .card {
    padding: 25px;
  }

  .banner_section .card .card-body {
    padding-top: 15px;
  }

  .banner_section .card strong {
    font-size: 16px;
  }

  .banner_section .card p {
    margin: 0px;
    color: #CDCDCD;
    font-size: 14px;
  }

  .banner_section h1 {
    font-size: 54px;
  }

  .blog_fullimage p {
    font-size: 14px;
  }

  .blog_fullimage .item_title {
    font-size: 22px;
  }

  .blog_fullimage .text_btn span {
    font-size: 12px;
  }

  .blog_fullimage .text_btn img {
    max-width: 28px;
  }

  /* home 1 - end */
  /* home 2 - start */
  .service_primary .item_title {
    font-size: 22px;
  }

  .service_primary {
    max-width: 270px;
  }

  .feature_carousel_wrap {
    max-width: 770px;
    margin: 0px auto;
  }

  .blog_wrap .wrap_title,
.newsletter_form1 .form_title {
    font-size: 30px;
  }

  .blog_child .item_title a {
    font-size: 20px;
  }

  /* home 2 - end */
}
/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  /* global - start */
  .order-last {
    order: 0;
  }

  .sec_ptb_150 {
    padding: 100px 0px;
  }

  .sec_ptb_100 {
    padding: 80px 0px;
  }

  .mb_100 {
    margin-bottom: 80px;
  }

  .backtotop {
    width: 40px;
    height: 40px;
  }

  .backtotop .scroll {
    font-size: 14px;
    line-height: 42px;
  }

  /* global - end */
  /* header - start */
  .main_menu,
.header_top {
    display: none;
  }

  .stuck .header_bottom {
    min-height: auto;
  }

  .cart_dropdown {
    padding: 15px 0px;
  }

  .cart_dropdown .cart_items_list .item_image {
    width: 60px;
    margin-right: 10px;
  }

  .cart_dropdown .cart_items_list .item_title {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .cart_dropdown .cart_items_list {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cart_dropdown .btns_group {
    padding: 15px 25px;
    padding-bottom: 0px;
  }

  .cart_dropdown {
    min-width: 280px;
    padding: 20px 0px;
  }

  .cart_dropdown .btns_group .custom_btn {
    height: 50px;
    font-size: 12px;
    line-height: 52px;
  }

  .secondary_header + main {
    margin-top: 80px;
  }

  /* header - end */
  /* breadcrumb - start */
  .breadcrumb_nav ul {
    justify-content: center;
  }

  /* breadcrumb - end */
  /* sidebar - start */
  .sidebar_section {
    margin-top: 40px;
  }

  .filter_sidebar {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  /* sidebar - end */
  /* home 1 - start */
  .banner_section {
    background-position: center center !important;
  }

  .banner_section .banner_content {
    max-width: 570px;
    text-align: center;
    margin: 0px auto 45px;
  }

  .banner_section .banner_accordion {
    max-width: 700px;
    margin: 0px auto;
  }

  .banner_section {
    padding: 150px 0px;
  }

  .advance_search_form {
    max-width: 700px;
    margin: 60px auto 0px;
  }

  .gallery_2col_carousel {
    max-width: 700px;
    margin: -60px auto 0px;
  }

  .gallery_2col_carousel .item:nth-child(2n+0) {
    padding-top: 0px;
  }

  .offer_content .item_title {
    font-size: 36px;
  }

  .car_choose_carousel .item_head {
    display: block;
  }

  .car_choose_carousel .review_text {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .car_choose_carousel .review_text li {
    text-align: left !important;
  }

  .offer_info .item_title {
    font-size: 20px;
  }

  .world_location .custom_btn[type=submit] {
    margin-top: 15px;
  }

  .testimonial_contants_wrap .item_title {
    font-size: 38px;
  }

  .testimonial_item p {
    font-size: 18px;
  }

  .blog_fullimage p {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .blog_fullimage .text_btn span {
    font-size: 10px;
  }

  .blog_fullimage .text_btn img {
    max-width: 25px;
  }

  .blog_fullimage .item_title {
    font-size: 18px;
  }

  /* home 1 - end */
  /* home 2 - start */
  .main_slider .item h3 {
    font-size: 48px;
  }

  .main_slider .slick-dots a {
    width: 40px;
    height: 8px;
  }

  .slider_section .main_left_arrow {
    left: 30px;
  }

  .slider_section .main_right_arrow {
    right: 30px;
  }

  .main_slider .item {
    min-height: 670px;
  }

  .advance_search_form2 .custom_btn {
    width: 100%;
    display: block;
  }

  .advance_search_form2 .form_item,
.advance_search_form2 .price-range-area {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .advance_search_form2 {
    padding-top: 10px;
  }

  .feature_carousel_wrap .carousel_nav .s1_left_arrow {
    left: -30px;
  }

  .feature_carousel_wrap .carousel_nav .s1_right_arrow {
    right: -30px;
  }

  .feature_fullimage .item_content {
    padding: 30px;
  }

  .feature_fullimage .item_title {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .feature_fullimage .text_btn span {
    font-size: 14px;
  }

  .feature_fullimage .text_btn img {
    max-width: 28px;
  }

  .feature_fullimage .item_price {
    margin-bottom: 10px;
  }

  .blog_wrap {
    text-align: center;
  }

  .blog_child {
    margin: 30px auto 0px;
  }

  .newsletter_form1 {
    margin-top: 40px;
    text-align: center;
  }
  .newsletter_form1 .primary_social_links {
    justify-content: center;
  }
  .newsletter_form1 .form_title {
    margin-bottom: 10px;
  }
  .newsletter_form1 .custom_btn {
    margin-top: 15px;
  }

  .testimonial_carousel_wrap .carousel_nav.position_ycenter button:nth-child(1) {
    left: 0px;
  }

  .testimonial_carousel_wrap .carousel_nav.position_ycenter button:nth-child(2) {
    right: 0px;
  }

  .testimonial_carousel_wrap {
    padding: 0px 15px;
  }

  /* home 2 - end */
  /* about - start */
  .funfact_item .counter_text {
    font-size: 60px;
  }

  .funfact_item .item_title {
    font-size: 16px;
  }

  .funfact_item .line {
    width: 30px;
    height: 5px;
    margin: 15px 0px;
  }

  /* about - end */
  /* account - start */
  .account_tabs_menu {
    margin-bottom: 40px;
  }

  .account_info_list:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .account_info_list .text_btn {
    margin-top: 20px;
  }

  /* account - end */
  /* blog details - start */
  .blog_details h2 {
    font-size: 48px;
  }

  .blog_details h3 {
    font-size: 26px;
  }

  /* blog details - end */
  /* car details - start */
  .car_choose_carousel .item_title {
    font-size: 32px;
  }

  /* car details - end */
  /* cart - start */
  .cart_info_content {
    margin-top: 40px;
  }

  /* cart - end */
  /* contact - start */
  #mapBox {
    height: 400px;
  }

  .contact_details_wrap {
    max-width: 770px;
    margin: -70px auto 0px;
  }
  .contact_details_wrap .image_area {
    margin-bottom: 30px;
  }

  /* contact - end */
  /* register - start */
  .register_card {
    padding: 30px;
    max-width: 770px;
    margin: 0px auto 40px;
  }
  .register_card .reg_image {
    display: none;
  }

  /* register - end */
  /* reservation - start */
  .reservation_form {
    margin-top: 40px;
  }
  .reservation_form .bonus_program {
    margin-bottom: 15px;
  }
  .reservation_form button[type=submit] {
    margin-top: 30px;
  }

  /* reservation - end */
  /* service - start */
  .booking_form {
    margin-top: 40px;
  }

  /* service - end */
}
@media screen and (max-width: 880px) {
  /* global - start */
  .social_list_title {
    font-size: 15px;
  }

  .primary_social_links li:not(:last-child) {
    margin-right: 20px;
  }

  .text_btn span {
    font-size: 14px;
  }

  .text_btn img {
    max-width: 30px;
  }

  /* global - end */
 
 

  /* contact - end */
}

/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  /* global - start */

  /* home 1 - end */
  /* home 2 - start */
  .main_slider .slider_content {
    max-width: 470px;
    margin: 0px auto;
    padding: 0px 15px;
  }

  .main_slider .item h3 {
    font-size: 36px;
  }


  /* register - end */
}




/* ====================================================================================================
7 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
 


  /* home 1 - end */
  /* home 2 - start */
  .slider_section .main_left_arrow,
.slider_section .main_right_arrow {
    font-size: 30px;
  }

  .slider_section .main_left_arrow {
    left: 15px;
  }

  .slider_section .main_right_arrow {
    right: 15px;
  }

  .main_slider .slick-dots a {
    width: 30px;
    height: 5px;
  }

  .main_slider .slick-dots li:not(:last-child) {
    margin-right: 10px;
  }

  .feature_fullimage {
    height: 370px;
    display: flex;
  }
  .feature_fullimage > img {
    object-fit: cover;
  }

  .feature_fullimage .item_title {
    font-size: 24px;
  }

  .feature_fullimage .item_price {
    height: 28px;
    min-width: 80px;
    font-size: 12px;
    line-height: 28px;
  }

  /* home 2 - end */

  /* service - start */
  .booking_section .title_text {
    font-size: 32px;
  }

  .booking_form {
    padding: 30px;
  }

  /* service - end */
}
@media screen and (max-width: 575px) {
  /* header - start */
  .mobile_sidebar_menu {
    width: 300px;
    right: -320px;
    padding: 50px 30px;
  }

  /* header - end */
  /* home 1 - start */
 
}
/* ====================================================================================================
7 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  /* header - start */
  .header_action_btns > li:not(:last-child) {
    margin-right: 15px;
  }

  .collapse_search_body .form_item input {
    height: 35px;
    font-size: 15px;
  }

  .collapse_search_body .form_item button {
    font-size: 15px;
  }

  .header_section .cart_dropdown {
    right: -45px !important;
  }

  /* header - end */


  /* home 1 - end */
  /* home 2 - start */
  .main_slider .item h3 {
    font-size: 28px;
  }

  /* home 2 - end */
}
/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */

.text-white {
    color: #fff!important;
}
.main_slider .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.header_section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.page-wrap .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.page-wrap .order-last {
    -ms-flex-order: 13;
    order: 13;
}button.mobile_sidebar_btn.desk-none {
    display: none!important;
}

}@media (min-width: 768px){
.page-wrap .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}@media (min-width: 576px){
.page-wrap .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


}@media (min-width: 992px){
.page-wrap .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.page-wrap .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.page-wrap .col-lg-2 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
}@media screen and (max-width: 991px){
.order-last {
    order: 0;
}}

.page-wrap .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}.page-wrap .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}.slider_section .main_left_arrow, .slider_section .main_right_arrow {
     top: unset; 
    z-index: 1;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 42px;
    overflow: visible;
    position: absolute;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.3);
    background: transparent;
    border: none;    margin-bottom: 55%;
}a.btn.btn-primary.book {
    border-radius: 8px;    background: #f58711;
    padding: 0px 23px;	border:1px solid #f58711;
    line-height: 40px;
}a.head-phone {
    font-size: 20px;
    color: #fff;
}a.btn.btn-primary.book:hover {
    border-radius: 8px;
    padding: 0px 23px;
    line-height: 40px;
	border:1px solid #fff;
	background:transparent;
}a.head-phone {
    font-size: 23px;
    color: #000;
    font-weight: 600;
}a.head-phone i.ion-ios-telephone {
    color: #f58711;
    font-size: 34px;
}a.btn.btn-primary.book {
  
    margin-right: 36px;
}.sticky.stuck a.head-phone {
    font-size: 21px;
    color: #1F2B3E;
    font-weight: 600;
    margin-right: 128px;
}.sticky.stuck a.head-phone i.ion-ios-telephone {
    color: #f58711;
    font-size: 30px;
}ul.header_contact_info.ul_li i {
    color: #f5872e; 
}
ul.header_contact_info.ul_li i.cl {
   transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (max-width: 650px){
button.mobile_sidebar_btn.desk-none {
    display: block!important;
}
.page-wrap .order-last {
    -ms-flex-order: unset!important;
    order: unset!important;
}
button.close_btn {
    background: transparent;
    text-shadow: none;
    border: none;
}.sidebar-menu-wrapper .close_btn {
    top: 15px;
    right: 15px;
    
    font-size: 25px;
    
}.header_action_btns button {

    font-size: 28px;
    
}.partners li a img {
    text-align: center;
    width: unset;
    height: 37px;
    text-align: -webkit-center;
}.popular-fleets-tabs li.active a {
   
    font-size: 23px;
}.media-body {
    width: unset;
    display: inline-block;
}.secondary_header .header_bottom {
           background-color: #ffffff;
}.stuck .header_bottom {
    min-height: 50px;
}button.mobile_sidebar_btn {
    color: #000 !important;
}ul.header_action_btns.ul_li_right {
    margin-left: 100px;
}
}nav.main_menu {
    margin-left: 76px;
}