* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    scroll-behavior: smooth;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.h5,
h5 {
    font-size: 22px;
}
/* media queries */
@media(max-width:900px) {
    .owner_right {
        display: none;
    }
}
/*  */
.row {
    --bs-gutter-x: 0 !important;
}
.card-body .paymentForm .row>*{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.row>* {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
ul {
    list-style: none;
}
a {
    text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
img {
    width: 100%;
}
/* Calender New */
.selected-autoly {
    color: #fff !important;
    background-color: #E82930 !important;
}
.carrent_two {
    width: 100%;
    position: relative;
    visibility: hidden;
    opacity: 0;
}

.go-calendar {
    width: 1035px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    background: #fff;
    z-index: 30;
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 26px 0;
    border-radius: 15px;
    left: 40px;
    top: 63px;
}
.go-calendar__table {
    width: 100%;
    border: none;
    padding: 0 26px;
    display: flex;
    flex-direction: column;
}
.go-calendar__table tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.go-calendar__table tr th {
    color: #888;
    font-weight: 500;
}
.go-calendar__day {
    padding: 10px;
    text-align: center;
    width: 11%;
}
.go-calendar__week {
    display: flex;
}
.month-label {
    text-align: center;
    font-size: 20px;
    padding: 10px 10px 26px;
    width: 100%;
    font-weight: 400 !important;
}
.go-calendar__day.autoly {
    border-radius: 5px;
    font-weight: 400;
}
.chevron-left,
.chevron-right {
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    position: absolute;
    background-color: #E82930;
    border-radius: 8px;
    height: 41px;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.chevron-left {
    float: left;
    left: 26px;
}
.chevron-right {
    float: right;
    right: 26px;
}
/* Header Start */
/* Header Top */
.header_top {
    background-image: url(../img/Header-normal.jpg);
    background-position:100% 100%;
    background-size: cover;
    position: relative;
    padding: 20px 0;
}
.header_top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .60);
}
.ht_divider {
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.offer_day {
    align-items: center;
    gap: 15px;
}
@media(max-width:768px){
    .offer_day p {
        background-color: #59b260;
        color: #191C1F;
        padding: 10px 12px;
        font-weight: 500;
        transform: rotate(0deg);
    }
}
.offer_day p {
    background-color: #59b260;
    color: #191C1F;
    padding: 10px 12px;
    font-weight: 500;
    transform: rotate(-2deg);
}
.offer_day h5 {
    color: #fff;
}
.ht-middle {
    color: #fff;
}
.ht-middle h3 {
    color: #E82930;
    padding: 0px 8px;
    font-weight: bold;
}
.ht_button a {
    background-color: #B4252B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
}
/* Middle Header */
.header_middle {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}
.hm_left a {
    color: #fff;
    transition: .5s;
}
.hm_left a:hover {
    color: #E82930;
}
.hm_right {
    gap: 16px;
}
.hm_right div {
    font-size: 14px;
    display: flex;
    gap: 12px;
    color: #fff;
}
.hm_right div a {
    color: #fff;
}
.hm_right select {
    background: none;
    border: none;
    font-weight: lighter;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    outline: none;
}
.first_sle {
    gap: 0;
}
#language-select:after {
    content: '▼';
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#language-select option {
    background-color: #fff;
    color: #333;
}
#language-select option:checked {
    background-color: #007bff;
    color: #fff;
}
.flag-en {
    background-image: url('../img/usa_image.png');
    background-repeat: no-repeat;
    background-size: 16px;
    /* Adjust the size as needed */
    padding-left: 20px;
    /* Adjust the padding as needed */
}

/* Main Header */
.main_header {
    background-color: #0D0D0D;
    padding: 12px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
    transition: .5s;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.3);
}
.mh_divider {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.mh_left {*/
/*  width: 20%;*/
/*}*/
.mh_left img {
    width: 80px;
}
/*.mh_right {*/
/*  width: 65%;*/
/*}*/
.mh_right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mh_right ul li a {
    color: #fff;
    font-weight: lighter;
    font-weight:500 !important;
    transition: .3s;
}
.mh_right ul li a:hover {
    padding-bottom: 5px;
    border-bottom: solid 2px #E82930;
}
.extra_nav__icon {
    position: relative;
}
.extra_nav__icon a {
    content: "";
    position: absolute;
    left: -43px;
    top: -31px;
    background: #E82930;
    height: 67px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.extra_nav__icon a:hover {
    padding-bottom: 0 !important;
    border: none !important;
}
/* Hero Section */
.hero_section {
    background-image: url(../img/backgrounds/road1_shutterstock.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.hero_section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .70);
    z-index: 1;
}
.show_on_phone {
    display: none;
}
.hero_divider {
    position: relative;
}
.logo_color {
    color: #E82930;
}
.hero__hader {
    position: relative;
    z-index: 2;
}
.hero__hader h2 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    padding: 170px 0 0;
}
.hero__hader p {
    font-size: 19px;
    color: #fff;
    font-weight: 400 !important;
}
/* Hero Form */
.rent_search__bar {
    padding: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -44px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.go-search__bar__section {
    margin-right: 25px;
    padding-right: 5px;
    border-right: solid 1px #888;
    width: 100%;
}
.gsb_location {
    cursor: pointer;
    width: 170px;
    margin-right: 20px;
}
.gsb_loc__dropdown {
    position: absolute;
    /* left: -20px; */
    width: 300px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 20px;
    bottom: -195px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
}
.gsb_loc__dropdown.show {
    visibility: visible;
    opacity: 1;
}
#pickup_text,
#pickup_text2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 170px;
}
.gsb_loc__dropdown ul li {
    cursor: pointer;
}
.gsb_loc__dropdown ul li:first-child {
    padding-bottom: 10px;
}
.gsb_loc__dropdown ul li:not(:first-child) {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.gsb_loc__dropdown ul li span {
    color: #0D0D0D;
    font-weight: lighter;
}
.gsb_loc__dropdown ul li span i {
    color: #E82930;
    font-size: 20px;
    margin-right: 12px;
}

.gsb_location span {
    /*color: #E82930;*/
    font-weight: 500;
}
.search_date,
.search_time {
    margin-right: 20px;
    cursor: pointer;
    color: #888;
    width: 80px;
}
.search_date {
    width: 120px;
}
.cupon_code .gsb_location {
    width: 100px;
    cursor: auto;
}
.gsb_location input {
    width: 100px;
    border: none;
    outline: none;
}
.remt_form__buton button {
    border: none;
    background: #E82930;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 4px;
    color: #fff;
}
.picker_time,
.picker_time2 {
    color: #000 !important;
    font-weight: 400 !important;
    width: 50px;
}
.take_time_style {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.search_time__dropdown {
    height: 362px;
    overflow: auto;
    bottom: -399px !important;
    z-index: 20;
}
/* Calender */
.calender_container {
    position: absolute;
    width: 346px;
    height: 346px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
    left: -20px;
    bottom: -385px;
    visibility: hidden;
    opacity: 0;
}
.calender_container #dycalendar {
    width: 100%;
    padding: 20px;
    font-weight: 500;
}
#dycalendar table {
    width: 100%;
    margin-top: 20px;
}
#dycalendar table tbody {
    height: 260px;
}
.autoly {
    background-color: #f1f1f1;
}
.autoly:hover {
    background-color: #E82930;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.dycalendar-target-date.autoly {
    background-color: #fff !important;
    color: #888 !important;
}
.dycalendar-target-date.autoly:hover {
    background-color: #111 !important;
    color: #fff !important;
    border-radius: 2px;
    cursor: pointer;
}
/* People Say Section */
.psd_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.google_review {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border: solid 1px rgb(0, 0, 0, .10);
    border-radius: 20px;
    gap: 25px;
    position: relative;
}
.google_img {
    position: absolute;
    top: 19px;
    right: 19px;
}
.google_img img {
    width: 35px;
}
.gr_left img {
    width: 50px;
}
.rev_name {
    color: #000;
}
.rev_star {
    color: #FEA500;
    font-size: 20px;
    font-weight: bold;
}
.rev_comment {
    color: #000;
    font-weight: 400;
}
.see_all_rev {
    color: #868686;
    font-weight: lighter;
}
.see_all_rev:hover {
    color: #E82930;
}
.psd_right {
    width: 60%;
    position: relative;
}
.psd_right img {
    position: absolute;
    bottom: 60px;
}
/* Offer Area */
.offer_area {
    background-image: url(../img/Special\ offer.png);
    background-size: cover;
}
.offer_left {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer_right {
    background-color: #000;
    color: #fff;
    padding: 50px;
}
.offer_name {
    font-size: 52px;
    margin-bottom: 12px;
}
.launc_time {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 38px;
    background: linear-gradient(to bottom, #E82930 37%, #fff 33%, rgb(93, 95, 93) 66%);
    -webkit-background-clip: text;
    color: transparent;
}
.off_percentieg {
    color: #E82930;
    font-size: 50px;
    font-weight: 600;
}
.offer_button a {
    border: none;
    background-color: #E82930;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
/* Box area start */
.box_area {
    background-image: url(../img/backgrounds/gjogv1_shutterstock.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.box_area_shadow {
    background-color: rgb(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.box_devider {
    position: relative;
    gap: 30px;
}
.box_cardd {
    color: #fff !important;
    background-color: rgb(0, 0, 0, .5) !important;
    padding: 20px 32px !important;
    border-radius: 10px !important;
}
.box_card1_logo img {
    width: 40px;
}
.box_card_details1 p {
    font-weight: 400;
}
.box_card {
  color: #fff;
  background-color: rgb(0, 0, 0, .5) ;
  padding: 32px;
  border-radius: 10px;
}
.box_card_logo img {
  width: 40px;
}
.box_card_logo1 img {
  width: 40px;
}
.box_card_details p {
  font-weight: 400;
}

/* Car Collection Area Start */
.collection_header {
  text-align: center;
  font-weight: 500;
  color: #0F0F0F;
  font-size: 32px !important;
}
.collection_header_dets {
  color: #0F0F0F;
}
.collection_header_dets {
  margin: 0 auto;
}
.car_divider_div {
  background-color: #f5f5f5;
  padding: 40px 30px 30px;
  border-radius: 8px;
}
.collection_divider {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.cc_header {
    color: #0F0F0F;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.collection_card {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  padding: 10px;
  box-shadow: 0 4px 10px 0 #00000029;
  position: relative;
  width: 100%;
}

.cc_image {
  margin-top: 20px;
}

.cc_image img {
    object-fit: contain;
}

.cc_dtls_one,
.cc_dtls_two {
    font-weight: 500;
    color: #747474;
}
.limited_ability {
    background-color: #E82930;
    padding: 5px 8px;
    border-radius: 16px;
    position: absolute;
    right: 4px;
    top: 2px;
    z-index: 1;
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
}
.collection_button a {
    background-color: #0F0F0F;
    color: #fff;
    padding: 8px 16px;
    border-radius: 32px;
    cursor: pointer;
}
/* Review Area Start */
.review_area {
    background-color: #121212;
}
.ra_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ra_top img {
    width: 260px;
}
.ra_top_left,
.ra_top_right {
    width: calc(50% - 30px);
}
.ra_top_right h3 {
    color: #fff;
    font-weight: lighter;
}
.ra_top_left img {
    border-radius: 8px;
}
.rev_top {
    border-radius: 5px 5px 0px 0px;
    background-image: url(../img/Lam.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.rev_top_bg {
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(232, 41, 48, .83);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.rev_text {
    position: relative;
    color: #fff;
    padding: 25px 25px 35px;
}
.rev_text span {
    font-size: 45px;
}
.rev_text p {
    margin-top: -10px;
}
.rev_bottom {
    background-color: #1E1E1E;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 5px 5px;
;
}
.rev_bottom h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 55px 0 20px;
}
.rev_img {
    position: absolute;
    top: -40px;
}
.rev_img img {
    margin-top: 13px;
    width: 51px !important;
}
button.owl-prev,
button.owl-next {
    position: absolute;
    top: calc(50% - 37px);
    padding: 7px 16px !important;
    background: #d0d0d0 !important;
    border-radius: 50%;
    color: #0F0F0F !important;
    font-size: 20px !important;
    font-weight: bold !important
}
button.owl-prev {
    left: -22px;
}
button.owl-next {
    right: -22px;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-dots button.owl-dot {
    background-color: #434343 !important;
    border-radius: 50%;
    margin: 0 4px;
    padding: 4px;
}
.owl-dots button.active {
    background-color: #E82930 !important;
}
/* owner_area */
.owner_area {
    background-image: url(https://phdcarrent.fo/landing/img/back_pic.jpg);
    background-size: cover;
    background-position: center;
    object-fit: contain;
    background-attachment: fixed;
}
.owner_divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_us_btn{
    padding: 14px;
    background: white;
    font-weight: 600;
    color:black;
    background:#fff;
    margin-top: 0px;
    border-radius: 3px;
    margin-top: 12px !important;
}
@media(min-width:1920px){
    .gym_for_d {
        display:none !important;
    }
    .custom_padd_ss{
        padding: 450px 100px !important;
    }
    .owner_area {
        padding: 121px 87px !important;
    }
}
@media(max-width:1920px){
    .gym_for_s {
        display:none !important;
    }
}
@media(max-width:768px){
    .custom_padd_ss {
        padding: 14px 5px !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        position: relative !important;
        background: url(https://phdcarrent.fo/landing/img/Deadlift-mobile-810-x-810.jpg)!important;
    }
    .details {
        padding: 19px 30px !important;
    }
    .d_p {
        margin-bottom: 0 !important; }
}
.details {
    margin: 25px 0px;
    background-color: rgb(226 226 226 / 92%);
    color: #000;
    padding: 49px 30px;
    border-radius: 8px;
}
.owner_left {
    background-color: rgb(0, 0, 0, .75);
    color: #fff;
    padding: 49px 30px;
    border-radius: 8px;
}
.owner_left,
.owner_right {
    width: 100%;
}
.owner_right img {
    margin: 0 auto;
    border-radius:8px;
    margin-left:10px;
    width:100% !important;
}
.owner_right {
    display: flex;
    align-items: center;
}
.owner_right img {
    width: unset;
}
.owner_left h3 {
    font-weight: lighter;
    margin-top: 12px;
    margin-bottom: 2rem !important;
}
.owner_left p,
.owner_left span {
    display: block;
    font-size: 17px;
}e
 .owner_left h3 {
     font-size: 17px;
 }
.owner_left a {
    font-size: 16px;
    display: inline-block;
    background: #E82930;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    transition: .5s;
    font-weight: 500;
}
.owner_left a:hover {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.5);
}
/* Footer */
.my_footer {
    background-color: #121212;
    color: #fff;
}
.footer_divider {
    gap: 30px;
    display: flex;
}
.footer_left {
    font-weight: lighter;
}
.footer_left img {
    width: 80px;
    margin-bottom: 10px;
}
.footer_left div {
    margin-top: 10px;
}
.footer_left div i {
    color: #E82930;
    margin-right: 8px;
}
.footer_right {
    width: calc(65% - 15px);
    font-weight: lighter;
    display: flex;
    justify-content: space-between;
}
.footer_right ul,
.footer_right div {
    width: 200px;
}
.footer_right ul li a {
    color: #fff;
    transition: .5s;
    cursor: pointer;
}
.footer_right ul li a:hover {
    color: #E82930;
}
.footer_icon a {
    color: #fff;
    border: solid 1px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    transition: .5s;
}
.footer_icon a:nth-child(1) {
    padding: 6px 11px;
}
.footer_icon a:nth-child(2) {
    padding: 6px 9px;
}
.footer_icon a:nth-child(3) {
    padding: 6px 9px;
}
.footer_icon a:hover {
    background-color: #E82930;
    border: solid 1px #E82930;
}
.pricee {
    color: #009404  !important;
}
/* blog css */
@media(min-width:1400px){
    .blog_head{
        font-size:25px;
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .blog_head{
        font-size:20px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .blog_head{
        font-size:18px;
    }
}
@media(max-width:991px){
    .blog_head{
        font-size: 20px;
    }
}
.blog_head{
    margin-top: 20px;
}
.blog_card{
    padding: 6px 18px;
}
.blog_card img{
    height: 209px;
    border-radius: 4px;
}
.blog_a{
    color: black;
}
.blog_a:hover{
    color: #000;
}
.newsletter_field{
    width: 100%;
    padding: 10px;
    border: 2px solid #d3d3d3;
}
.sub_btn{
    background: #E82930;
    color: white;
    padding: 8px;
    border: none;
    margin-top: 10px;
    margin-bottom: 53px;
}
a:hover {
    color: #E82930;
}
@media(max-width:768px) {
    .about-heading {
        font-size: 37px !important;
    }
}
@media(min-width:991px) {
    .custom_setting {
        padding-top: 41px;
        padding-left: 61px !important;
    }
}
.custom_padding {
    padding: 20px !important;
}
.custom_padding1 {
    padding: 0px 20px !important;
}
.custom_block {
    font-size: 17px;
    padding: 17px 0px;
}
.book_car_btn {
    margin-top: 18px;
    display: inline-block;
    background: #E82930;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    transition: .5s;
    font-size: 16px;
    font-weight: 500 !important;
}
.book_car_btn:hover {
    color: #fff !important;
}
.hrr {
    color: #bcbcbc;
    width: 35%;
    height: 3px !important;
    opacity: unset !important;
}
.about_img1 {
    margin-top: 15px;
}
.poul_intro {
    padding-left: 30px !important;
}
.border-radius-5 {
    border-radius: 5px;
}
.commas {
    width: 31px;
}
.input_field {
    border: none !important;
    width: 100%;
    padding: 8px;
    background: transparent;
    box-shadow: 0 0 2px #d3d3d3;
    margin-bottom: 14px;
}
.read-more {
    margin-top: 30px;
    display: inline-block;
    background: #e8e8e8;
    color: #000;
    padding: 8px 12px;
    border-radius: 4px;
    transition: .5s;
}
.black_bg {
    background-color: #131313;
    padding: 30px 0px;
}
.main_headline {
    padding: 25px 0;
    color: white;
}
.my_footer {
    /*background: url('../img/about-us/footer_bg.png');*/
    background-size: 100% 100%;
}
.footer_btn1 {
    border: none;
    transition: 0.354s ease;
    background: #415b9e;
    color: white !important;
    padding: 11px 18px;
    border-radius: 4px;
    margin: 6px;
}
.footer_btn2 {
    border: none;
    transition: 0.354s ease;
    background: #E1306C;
    color: white !important;
    padding: 11px 18px;
    border-radius: 4px;
    margin: 6px;
}
.footer_btn3 {
  border: none;
  transition: 0.354s ease;
  background: #00af87;
  color: white !important;
  padding: 11px 18px;
  border-radius: 4px;
  margin: 6px;
}
.footer_right ul li {
  font-weight: 500;
}
.footer_left div {
  font-weight: 500 !important;
}

@media only screen and (min-width: 992px) {
  .footer_right ul li {
    margin-bottom: 11px !important;
  }
}
@media only screen and (max-width: 1200px) {
    .mh_divider {
        justify-content: space-between;
    }
}
@media only screen and (max-width: 992px) {
    .collection_header{
        font-size: 26px!important;
        margin-bottom:25px;
    }
}

/*.owl-carousel.owl-drag .owl-item {*/
/*        height: 259px !important;*/
/*        margin: 0px 12px !important;*/
/*}*/

.form-select, .form-control {
    font-size: 16px;
}

.fa-bars-staggered{
        font-size: 18px !important;
        margin-top: 3px !important;
}

@media only screen and (max-width: 596px) {
.pop-up-form-div {
    bottom: 3%!important;
 }
}

.collection_card h5, .cc_header h5 {
    font-size: 17px;
}
