/* Commomn styles */

body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

a {
  color: #212529;
}

a:hover {
  text-decoration: none;
  color: #212529;
}

.white-bg {
  background: #fff;
}

.row-item-center {
  display: flex;
  align-items: center;
}


/*  Commomn styles end */


/* header styles start */

.nav_default {
  background-image: url(../img/nav-bg.jpg);
  z-index: 93;
  background-color: #007dc8;
  width: 100%;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 30px 0 0 0;
  -moz-background-clip: padding-box;
  border-radius: 30px 0 0 0;
  background-clip: padding-box;
  padding-top: 0;
  padding-bottom: 0;
}

.nav_default .nav-menu .active>.nav-link,
.nav_default .nav-menu .nav-link.active,
.nav_default .nav-menu .nav-link.show,
.nav_default .nav-menu .show>.nav-link {
  color: rgb(1, 43, 93)!important;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  background-color: #ffffff;
  border-top: 2px solid #fecd09;
}

.nav_default .nav-menu .nav-link:focus,
.nav_default .nav-menu .nav-link:hover {
  color: rgb(1, 43, 93)!important;
  background-color: #ffffff;
  border-top: 2px solid #fecd08;
}

.nav_default .nav-menu .nav-link {
  color: rgba(255, 255, 255, 0.9)!important;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 2px solid #012b5d;
}

.nav_default .right_menu .nav-link:focus,
.nav_default .right_menu .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.nav_default .right_menu .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
}

.top_nav_row .top_menu_col {
  /*text-align: right;*/
}

.frm_out {
  margin-left: 10px;
  margin-top: -7px;
}

.bg_top {
  background: #012b5d;
  background: linear-gradient(90deg, #012b5d 0, #012b5d);
}

.bg_top .nav_top_inner {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19286e", endColorstr="#005aaa", GradientType=1);
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0 0 30px 0;
  -moz-background-clip: padding-box;
  border-radius: 0 0 30px 0;
  background-clip: padding-box;
}

.top_menu_col .top_mnu_top .nav-item a {
  font-weight: 500;
  color: #777;
}

.nav-item a .nav-icon.hover {
  display: none;
}

.nav-item:hover a .nav-icon {
  display: none;
}

.nav-item:hover a .nav-icon.hover {
  display: inline-block;
}

.nav-item.active a .nav-icon {
  display: none;
}

.nav-item.active a .nav-icon.hover {
  display: inline-block;
}

.has-mega-menu .dropdown-toggle::after {
  display: none;
}


/*search expand start*/

.seach_input {
  outline: none;
}

.seach_input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

.seach_input::-webkit-search-decoration,
.seach_input::-webkit-search-cancel-button {
  display: none;
}

.seach_input[type="search"] {
  background: transparent url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 4px 9px 4px 30px;
  width: 55px;
  position: absolute;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  right: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.seach_input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #0069b5;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

.seach_input:-moz-placeholder {
  color: #999;
}

.seach_input::-webkit-input-placeholder {
  color: #999;
}

.top_mnu_top {
  list-style: none;
}

.top_mnu_top li {
  display: inline;
  padding: 0 10px;
  border-left: solid 2px #777;
}

.top_mnu_top li:first-child {
  border-left: none;
}

.top_mnu_top .nav-item a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.0;
}


/* Demo 2 */

#demo-2 .seach_input[type="search"] {
  width: 0px;
  padding-right: 4px;
  color: transparent;
  cursor: pointer;
}

#demo-2 .seach_input[type="search"]:hover {
  background-color: #fff;
}

#demo-2 .seach_input[type="search"]:focus {
  width: 130px;
  padding-right: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#demo-2 .seach_input:-moz-placeholder {
  color: transparent;
}

#demo-2 .seach_input::-webkit-input-placeholder {
  color: transparent;
}


/*search expand end*/

.bookbutton {
  background-color: #012b5d;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
}

.divider_menu {
  /*width: 100%;
    text-align: center;
    border: 1px solid #ced4da;
    margin-top: 10px;
    margin-bottom: 10px;*/
}

.form-dropdown .form-group .form-control {
  border-radius: 20px;
}

.form_tab_col .fom_tab_nav .nav-item.show .nav-link,
.form_tab_col .fom_tab_nav .nav-item .nav-link.active {
  font-size: 20px;
  border-radius: 0px;
  color: #00275c !important;
  border-radius: 10px 10px 0 0;
}

.fom_tab_nav .nav-item .nav-link:focus,
.fom_tab_nav .nav-item .nav-link:hover {
  font-size: 20px;
  border: 1px solid white;
  border-radius: 10px 10px 0 0;
  color: #00275c;
  background-color: #ffffff;
}

.fom_tab_nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 20px;
}

.form_tab_col .tb_content_custom>.active {
  display: block;
  /*min-height: 345px;*/
  /*padding: 24px;*/
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0 4px 16px 0 rgba(69, 88, 115, .2);
}

.fm_col_inner .form-group .form-control {
  border-radius: 0px;
  border: 0px;
  padding: 10px 0px;
  height: calc(2.25rem + 10px);
  color: #333333;
}

.fm_col_inner .form-group .form-control:focus {
  border: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  color: #333333;
}

.frm_row_inner .fm_col_inner {
  padding-right: 0px;
  padding-left: 0px;
}

.fm_col_inner .form-group {
  border-right: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 0;
  height: 100%;
}

.form_inner_bg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form_inner_bg .frm_row_inner {
  margin: 15px;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 5px 15px rgb(211 211 211);
  border-radius: 10px;
}

.default_carousel .carousel-inner .form_tab_banner {
  position: absolute;
  z-index: 11;
  width: 100%;
  top: 45%;
  bottom: auto;
  transform: translateY(-50%);
}

.rgt_bdr {
  border-right: none!important;
}

.lft_bdr {
  border-left: none!important;
}

.fm_col_inner .search_btn_fm {
  background-color: #012b5d;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
}

.search_btn_fm .fm_icon_btn {
  font-size: 36px;
  color: #fff;
}

.search_btn_fm .fm_icon_btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}


/*  header styles end  */


/*=========================banner start=========================*/

.default_carousel .carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
}

.default_carousel .carousel-caption h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 55px;
}

.default_carousel .down_arrow {
  position: absolute;
  bottom: 0;
  z-index: 50;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  bottom: 0;
  top: 55%;
  height: 50px;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/*=========================banner end=========================*/


/*==========================3card section start==========================*/

.shape_card {
  position: absolute;
  width: 100%;
  margin-top: -80px;
  background-color: #ffffff;
  border-radius: 40px;
  z-index: 5;
}

.three_media .three_media_body h5 {
  font-weight: 600;
  font-size: 20px;
}

.deals_continer {
  /*padding-left: 0px;*/
  /*padding-right: 0px;*/
}


/*==========================3card section end==========================*/


/*======================================deals start======================================*/

.col_pad {
  padding-left: 0;
  padding-right: 0;
}

.deals_row .overlay_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 150px 120px;
  color: #ffffff;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

.overlay_content .over_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay_col .over_card .img_image {
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.over_card_right .overlay_content_right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 90px 90px;
  color: #ffffff;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

.overlay_content_right .over_text_rg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/*======================================deals end======================================*/


/*====================================best deal start====================================*/

.best_deal_cont .head_deal {
  color: #012b5d;
  font-weight: 600;
}

.best_deal_bg .best_deal_cont {
  padding: 50px 0;
}

.best_deal_lg .best_deal_lg_card {
  position: relative;
}

.best_deal_lg_card .deal_lg_img {
  border-top-left-radius: 35px;
}

.best_deal_lg_card .best_car_over {
  padding: 18px;
  position: absolute;
  height: 45%;
  width: 60%;
  right: 0;
  bottom: 0px;
  background: #ffffff;
}

.best_car_over a {
  color: #012b5d;
  font-weight: bolder;
  font-size: 27px;
  text-decoration: none;
}

.best_deal_lg_card .offer_span {
  position: absolute;
  background-color: black;
  border-top-left-radius: 35px;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.best_com_card .card_caption_c {
  padding: 10px 0;
}

.card_caption_c a {
  color: #012b5d;
  font-weight: bolder;
  font-size: 27px;
  text-decoration: none;
}

.best_com_card .bestdel_corner {
  border-top-right-radius: 35px;
}


/*====================================best deal end====================================*/


/*================================top destination start================================*/

.row_dest {
  position: relative;
}

.container_dest .head_destination {
  color: #012b5d;
  font-weight: 600;
}

.dest_card .dest_bdy {
  background-color: #ebeced;
}

.dest_card .dest_bdy h3 {
  float: left;
  font-weight: bold;
}

.dest_bdy .right_text {
  float: right;
}

.dest_bdy .right_text h5 {
  font-weight: bold;
}

.control-left {
  cursor: pointer;
  position: absolute;
  left: -45px;
  top: 35%;
  background-color: #1b232a;
}

.control-left .control-icon-left {
  margin: 10px 15px;
  color: #a7a9a8;
}

.control-right {
  cursor: pointer;
  position: absolute;
  right: -45px;
  top: 35%;
  background-color: #1b232a;
}

.control-right .control-icon-right {
  margin: 10px 15px;
  color: #a7a9a8;
}


/*================================top destination end================================*/


/*======================================sign up start======================================*/

.row_sign_up {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #012b5d;
  border-radius: 35px;
}

.sg_img_col {
  padding-left: 0;
  padding-right: 0px;
}

.sg_text_col a {
  color: #ffffff;
  font-size: 25px;
}


/*======================================sign up end======================================*/


/*===============================recommendation start===============================*/

.recommendation_con {
  padding: 50px 0px;
}

.recommendation_con .recommendation_hd {
  color: #012b5d;
  font-weight: 600;
}

.recommendation_col .recommendation_card {
  position: relative;
}

.recommendation_card .recommendation_over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  color: #ffffff;
  transition: 0.3s ease;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65));
}

.recommendation_card .recommendation_over .re_text {
  position: absolute;
  bottom: 0px;
  padding: 20px;
}

.re_text .rec_btn {
  background: #005aaa;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}


/*===============================recommendation end===============================*/


/*clients atrt*/

.client_row {
  padding: 50px 0;
  background-color: #f1f2f6;
  border-radius: 30px;
}

.client_row .client_text h3 {
  font-weight: bold;
}


/*client end*/


/*==============================================contact page start==============================================*/

.banner-rel .banner-title {
  color: #fff;
  left: 40px;
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 20px;
}

.banner-rel .banner-title h4,
.banner-title a {
  font-weight: 500;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.banner-rel {
  position: relative;
}

.contact-add-col .contact-head {
  color: rgb(60, 60, 68);
  margin-bottom: 30px;
}

.contact-add-col p {
  color: #7f8284;
  /*font-size: 18px;   */
}

.contact-add-col .ads-box1,
.contact-form-col .msg-form-row {
  margin-top: 30px;
}

.contact-form-col .submit-btn {
  padding: 9px 43px;
  border-radius: 20px;
  font-size: 16px;
  background-color: #012b5d;
  color: #fff;
  font-weight: 400;
}

.contact-form-col .form-group label {
  font-size: 20px;
}

.contact-form-col .form-group .input-form {
  /*height: calc(2.25rem + 13px);*/
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
}

.section-tb {
  margin-top: 75px;
  margin-bottom: 75px;
}

.contact-add-col .media-body a {
  text-decoration: none;
  color: #7f8284;
}

.form-group .text_area {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
}

.contact-form-row .contact-add-col h1 {
  color: #012b5d;
}


/*==============================================contact page end==============================================*/


/*=============================================login page start=============================================*/

.login_cont .log_head {
  font-weight: bold;
  color: #012b5d;
}

.login_form_col .signin_btn {
  background-color: #012b5d;
  border-radius: 20px;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  padding: 10px 10px;
}

.login_form_col .form-control {
  height: calc(2.25rem + 10px);
}

section .login_cont {
  margin-bottom: 50px;
  margin-top: 50px;
}

.login_form_col .sgn_out_line {
  position: relative;
  padding-right: 22%;
  border-right: 1px solid #E4E4E4;
  padding-bottom: 26px;
}

.login_form_col .sgn_out_line .or {
  position: absolute;
  top: 50%;
  right: 0;
  color: #999;
  padding: .8em 0;
  margin-right: -.65em;
  margin-top: -1.2em;
  background: #fff;
}

.connection_wh .fb {
  width: 50px;
  height: 50px;
  background-color: #012b5d;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #012b5d;
}

.connection_wh .gg {
  width: 50px;
  height: 50px;
  background-color: transparent;
  font-size: 30px;
  color: #4285f4;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #ddd;
}

.connection_wh .twt {
  width: 50px;
  height: 50px;
  background-color: transparent;
  font-size: 30px;
  color: #2daae1;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #ddd;
}


/*=============================================login page end=============================================*/


/*===============================================footer  start===============================================*/

.main_cont_ftr .main_fter_ftr {
  margin-bottom: 20px;
}

.ftr_ul .nav-item .nav-link {
  padding: 5px 0px;
  color: #1d252d;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.nav-tabs{
  border: none;
}

.main_ftr_sec {
  background-color: #0c1d39;
  padding-top: 30px;
}

.adrs_col a {
  color: #212529;
  text-decoration: none;
}

.main_cont_ftr .ftr_hd {
  color: #012b5d;
}

.main_footer_bg .fotr_menu_row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-btm a {
  color: #1d252d;
  text-decoration: none;
}

.footer_linkbtn {
  border: 2px solid #ddd;
  color: #012b5d!important;
  font-size: 20px!important;
  padding: 10px 6px!important;
  border-radius: 13px;
}

.social_follow .follow_icon {
  background-color: #012b5d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  padding: 7px;
  padding-left: 9px;
}

.bottom_sub_ftr .nav-item .nav-link {
  font-size: 18px;
  font-weight: bold;
}

.bottom_sub_ftr .nav-item {
  display: flex;
  align-items: center;
}

.bg_ftr_last {
  background-color: #002b60;
  padding: 50px 0px;
}

.bottom_clr_ftr .nav-item .nav-link {
  color: #fff;
  font-weight: bold;
}

.font_recv {
  font-size: 18px;
}

.top_divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgb(1, 43, 93);
}

.main_footer_bg {
  margin-top: 40px;
}


/*===============================================footer  end===============================================*/


/* media Query */


/* Define mobile styles */

@media (max-width: 575px) {
  .nav_default {
    background-image: none;
    background-color: #012b5d;
  }
  .default_carousel .carousel-inner .form_tab_banner {
    position: relative;
    transform: translateY(-0%);
  }
}


/* Small devices (landscape phones)*/

@media (min-width: 576px) and (max-width: 767px) {
  .control-left {
    display: none;
  }
  .control-right {
    display: none;
  }
  .nav_default {
    background-image: none;
    background-color: #012b5d;
  }
  .default_carousel .carousel-inner .form_tab_banner {
    position: relative;
    transform: translateY(-0%);
  }
}

@media (max-width: 767px) {
  .control-left {
    display: none;
  }
  .control-right {
    display: none;
  }
  .shape_card {
    position: relative;
    margin-top: 0px;
  }
  .bg_top .nav_top_inner {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19286e", endColorstr="#005aaa", GradientType=1);
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 0 0 0px 0;
    -moz-background-clip: padding-box;
    border-radius: 0 0 0px 0;
    background-clip: padding-box;
  }
  .nav_default {
    background-image: none;
    background-color: #012b5d;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 30px 0 0 0;
    -moz-background-clip: padding-box;
    border-radius: 0px 0 0 0;
    background-clip: padding-box;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .client_row {
    text-align: center;
  }
  .default_carousel .carousel-inner .form_tab_banner {
    position: relative;
    transform: translateY(-0%);
  }
}


/* tablet screens */

@media (min-width: 768px) and (max-width: 991px) {
  .default_carousel .carousel-inner .form_tab_banner {
    position: relative;
    transform: translateY(-0%);
  }
  .control-left {
    display: none;
  }
  .client_row {
    text-align: center;
  }
  .control-right {
    display: none;
  }
  .shape_card {
    position: relative;
    margin-top: 0px;
  }
  .nav_default {
    background-image: none;
    background-color: #012b5d;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 30px 0 0 0;
    -moz-background-clip: padding-box;
    border-radius: 0px 0 0 0;
    background-clip: padding-box;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .bg_top .nav_top_inner {
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19286e", endColorstr="#005aaa", GradientType=1);
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 0 0 0px 0;
    -moz-background-clip: padding-box;
    border-radius: 0 0 0px 0;
    background-clip: padding-box;
  }
}


/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Large screens*/

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

@media (min-width: 1367px) {
  .container {
    max-width: 1340px;
  }
}

.tab-content {
  border-radius: 0 10px 10px 10px;
  background: #fff;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible;
}
/* Pagination container */
.page {
  display: inline-block;
  margin-top: 20px;
}

/* Pagination links */
.page a {
  color: #007bff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.2s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

/* Hover effect */
.page a:hover {
  background-color: #f1f1f1;
  border-color: #007bff;
}

/* Active/current page */
.page a.active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}