/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800;900&display=swap'); */

body {
    overflow-x: hidden;
    /* font-family: 'Nunito', sans-serif; */
    font-family: "Montserrat", sans-serif !important;
    color: #000;
}

:root {
    --mainColor: #005378;
}


/* #loader-container{
  display: none;
} */

#loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* buttons */

.btn:focus,
.btn:active,
select {
    outline: none !important;
    box-shadow: none !important;
}

.close:focus,
.close:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-popup:focus,
.btn-popup:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-book:hover {
    background-image: linear-gradient(to top, #005378, #048297);
    border: 0px;
    color: #fff !important;
}

.btn-book:active,
.btn-book:focus {
    background-image: linear-gradient(to top, #005378, #048297);
    border: 0px;
    color: #fff !important;
}

.btn-directions:hover {
    background-image: linear-gradient(to top, #005378, #048297);
    border: 0px;
    color: #fff !important;
}

.btn-directions:active,
.btn-directions:focus {
    background-image: linear-gradient(to top, #005378, #048297);
    border: 0px;
    color: #fff !important;
}

.btn-more:hover {
    background-image: linear-gradient(to top, #005378, #048297);
    color: #fff !important;
}

.btn-more:active,
.btn-more:focus {
    background-image: linear-gradient(to top, #005378, #048297);
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #005378;
}

.color-yellow {
    color: #ffde00;
}

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

a {
    color: #005378;
}

.footer1 a {
    color: #fff;
}

.cls-btn {
    top: -5px;
    right: 0;
}

.menu-section{padding: 0;}

.primary-btn {
    background: #008398;
    color: #fff;
    border-color: #008398;
    border-radius: 25px;
    padding: 8px 25px;
    font-size: 20px;
    font-weight: 700;
}

.primary-btn-outline {
    background: #fff;
    border-color: #008398;
    color: #008398;
}

.primary-btn-outline.active {
    background-color: #005378 !important;
    color: #fff;
}

.white-btn {
    border-color: #008398;
    border-radius: 25px;
    padding: 8px 25px;
    background: #fff;
    color: #008398;
}


/* .btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled):focus{
  background-color: #005378 !important;
  color: #fff;
} */

.btn-primary.primary-btn-outline:focus {
    background: #fff !important;
    border-color: #008398 !important;
    color: #008398 !important;
}

.btn-primary.primary-btn-outline.active:focus {
    background-color: #005378 !important;
    color: #fff !important;
    border-color: #005378 !important;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tab-btn {
    cursor: pointer;
}

.tab-content {
    display: none;
}

.tab-content.show-tab {
    display: block;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #296f8a;
    border-color: #296f8a;
}


/* buttons */


/* Borders */

.grey-border-left-1 {
    border-left: 1px solid #e0e0e0;
}

.grey-border-right-1 {
    border-right: 1px solid #e0e0e0;
}

.grey-border-top-1 {
    border-top: 1px solid #e0e0e0;
}

.grey-border-bottom-1 {
    border-bottom: 1px solid #e0e0e0;
}

.grey-border-1 {
    border: 1px solid #e0e0e0;
}

.border-rad-0 {
    border-radius: 0 !important;
}


/* Borders */


/* Inputs */

.form-control:focus {
    border-color: #005171;
    outline: 0;
    box-shadow: 0 0 18px 0px rgb(41 111 138 / 36%);
}


/* modal */


/* .modal-header {
  padding: 0rem 1rem;
  border-bottom: 0;
} */


/* modal */


/* Date picker */

.datepicker td,
.datepicker th {
    padding: 5px 10px;
}

.datepicker table tr td.new.day {
    cursor: default;
}

.datepicker {
    z-index: 1000 !important;
}


/*  */


/* header */

.header-top {
    position: relative;
    z-index: 9;
    transition: z-index 5s ease 5s;
    max-width: 100%;
}

.header-top .span-left,
.span-right {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -1.5px;
    text-align: right;
    color: #008398;
}

.span-right {
    font-weight: 600;
}

.logo-center {
    position: absolute;
    padding: 0px 0px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 130px;
    z-index: 99;
}

.header-top .row .col-md-6 {
    padding: 15px 0;
}


/* header */


/* navigation */

.navbar-nav {
    background-color: #fff;
    /*height: 32px;*/
}

.nav-container {
    background-color: #fff;
    margin-bottom: 20px;
}


/*.nav-link{
  padding: 0 !important;
}*/

.navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -1.2px;
    text-align: left;
    color: #000000 !important;
    text-transform: uppercase;
    transition: color 0.5s ease 0s;
}

.nav-left .nav-link {
    padding-left: 0 !important;
    margin-right: 2.5rem !important;
}

.nav-right .nav-link {
    padding-right: 0 !important;
    margin-left: 2.8rem !important;
}

.call-label {
    top: 0;
    right: 215px;
}


/*.nav-link:hover{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23026e8a' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
}
*/

.nav-link:hover {
    /*background: linear-gradient( to top, var(--mainColor) 0%, var(--mainColor) 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 100%;*/
}

.nav-link.active {
    background: linear-gradient( to top, var(--mainColor) 0%, var(--mainColor) 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 100%;
}

.dropdown-item {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -1.2px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    transition: color 0.5s ease 0s;
}

.dropdown-item:active {
    background-color: #005378;
}

.hero-svg {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    fill: #fff;
}

.booking-widget-bgk {
    background-image: url("../images/hero1a.jpg");
    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.booking-widget-bgk:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 65%);
    height: 100%;
}

.booking-widget label {
    color: #fff;
}

.booking-widget input,
.booking-widget select,
.btn-transparent {
    background: transparent;
    color: #f7f7f7;
    border: 1px solid #d7f4ff;
    padding: 5px 15px;
    border-radius: 25px;
    height: 50px;
    display: flex;
    align-items: center;
}

.booking-widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-date {
    cursor: pointer;
}

.booking-widget .form-control[readonly] {
    background: transparent;
}

.booking-widget select option {
    color: #000;
}

.btn-transparent:hover,
.btn-transparent:focus {
    background: transparent;
    background-color: transparent;
    border-color: transparent;
    color: #f7f7f7;
    border: 1px solid #d7f4ff;
}

.booking-widget .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
}

.input-icon {
    position: relative;
}

.input-icon img {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon input,
.input-icon select {
    padding-left: 50px;
}

#travelers_wrapper label {
    color: #000;
}

#travelers_wrapper {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    float: left;
    width: 240px;
    display: none;
}

#travelers_wrapper input {
    width: 60px;
    border: none;
    text-align: center;
    color: #0d233e;
    font-weight: 500;
    outline: none;
}

#travelers_btn.dropdown-toggle::after {
    right: 20px;
    position: absolute;
    top: 50%;
}

.roomInc,
.roomDec,
.qtyInc,
.qtyDec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 15px;
    background-color: rgb(128 137 150 / 12%);
    color: #0d233e;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bgk-wrapper-grey {
    background: #ececec;
    padding: 20px;
}

.cruise-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px;
}

.cruise-img img {
    width: 100%;
    max-width: 90%;
    margin: auto;
    display: block;
    border-radius: 5px;
}

.port-title {
    color: #008398;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.start-port,
.end-port {
    text-transform: capitalize;
}

.sailing-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cruise-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.cruise-info .fa {
    font-size: 18px;
    color: #888;
}

.cruise-date {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.cruise-time {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    text-transform: uppercase;
}

.price-text {
    color: #262626;
    font-weight: 600;
    font-size: 28px;
}

.step-heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #008398;
    margin-bottom: 0;
}

.passenger-lists {
    margin-left: 0;
    list-style: none;
    font-size: 18px;
    color: #296f8a;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: capitalize;
}

.passenger-lists li {
    /* display: flex;
  justify-content: space-between; */
}

.passenger-lists li span {
    color: #262626;
}

.sidbar-summary .sailing-date {
    font-weight: 600;
    color: #424242;
    font-size: 22px;
}

.sidbar-summary .category-info .category-title {
    font-size: 16px;
    font-weight: 600;
    color: #008398;
    margin-bottom: 0;
}

.sidbar-summary .category-info .category-name {
    color: #262626;
}

.sidbar-summary .cruise-date {
    font-size: 16px;
}

.sidbar-summary .cruise-time {
    font-size: 16px;
}

.sidbar-summary .category-info .seat-tag {
    font-size: 15px;
    font-weight: 600;
    color: #262626;
}

.sidbar-summary .category-info .seat-name {
    font-size: 14px;
    color: #262626;
}

.price-info {
    font-weight: 500;
    color: #2d2d2d;
    font-size: 18px;
    margin-bottom: 10px;
}

.category-list .cruise-img img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.category-list .category-info {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-list .category-title {
    font-weight: 600;
    color: #262626;
    font-size: 22px;
    text-align: center;
    background: #eee;
    padding: 8px;
}

.category-list .cruise-img img {
    max-height: 230px;
    object-fit: cover;
}

.category-description p {
    color: #2b2b2b;
    font-size: 14px;
}

.category-description p.price-tag {
    font-size: 16px;
    font-weight: 600;
}

.category-description p.seats-tag {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 600;
}

.category-description p.price-tag i {
    color: #eaba02;
    font-size: 18px;
    margin-right: 5px;
}

.category-description p.seats-tag i {
    color: #008398;
    font-size: 16px;
    margin-right: 5px;
}

#category-wrap {
    display: none;
}

.form-control {
    border: 1px solid #6b8d9a;
    font-size: 18px;
}

.summar-heading {
    background: #efefef;
    border-radius: 5px;
    padding: 10px 15px;
}

.summar-heading h2 {
    font-size: 16px;
    color: #008398;
    font-weight: 600;
    margin-bottom: 0;
}

.sub-heading {
    font-size: 16px;
    color: #008398;
    font-weight: 600;
}

.progressbar {
    counter-reset: step;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 24%;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #a5a2a2;
    font-weight: 500;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #008398;
    font-weight: 700;
}

.progressbar li.active:before,
.progressbar li.active:after {
    border-color: #008398;
    background: #008398;
    color: #fff;
}

.progressbar li.active+li:after {
    /* background-color:#262626 ; */
}


/* addons */

.addon-wrapper {
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.addon-title h5 {
    font-size: 16px;
    font-weight: 600;
    color: #377788;
    text-align: center;
}

.addon-price h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.handle-counter .btn,
.handle-counter .btn:focus {
    /* background-color: #262626 ;
  border-color: #262626 ; */
    background: none !important;
    border: 0;
    color: #357586 !important;
    padding: 0.375rem 1.5rem;
    margin: 0 !important;
}

.sailtype-title {
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .auto-col-w {
        width: 16.66%;
        flex: 0 0 16.66%;
    }
}

@media (min-width: 768px) and (max-width: 1200) {
    .cruise-date {}
}

@media (max-width: 1025px) {
    .handle-counter .btn,
    .handle-counter .btn:focus {
        padding: 0.375rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .flex-column-reverse-mob {
        flex-direction: column-reverse;
    }
    .navbar {
        display: flex !important;
    }
    .progressbar {
        padding-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .progressbar li {
        width: 22%;
        font-size: 13px;
    }
    .booking-widget-bgk {
        padding-bottom: 45px;
    }
    .step-heading {
        font-size: 16px;
    }
    .cruise-date {
        font-size: 12px;
    }
    .cruise-info .fa {
        font-size: 14px;
    }
    .cruise-time {
        font-size: 15px;
    }
    .cruise-img img {
        /* height: 200px; */
        max-width: 100%;
    }
    .price-text {
        font-size: 24px;
    }
    .addon-title h5 {
        font-size: 12px;
    }
    .addon-price h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .handle-counter input {
        width: 35px !important;
    }
    .addon-btn .btn {
        width: 100% !important;
    }
    .summar-sub-heading h5 {
        font-size: 14px;
    }
    .summar-content p {
        font-size: 13px;
        word-wrap: break-word;
    }
    .side-bar-wrapper {
        padding: 0;
        margin-bottom: 20px;
    }
    #side-bar-drop {
        display: none;
    }
}


/* Media Queries */

@media (min-width: 992px) and (max-width: 1240px) {
    .ctrl-wraper2,
    .ctrl-wraper2.top {
        /* width: 720px;*/
        width: 96%;
    }
    .nav-container {
        background-color: #fff;
        margin-bottom: 20px;
    }
    .navbar-nav .nav-link {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }
    .header-top .span-left,
    .span-right {
        font-size: 20px;
    }
    .call-label {
        right: 165px;
        height: 41px;
    }
    .navbar-brand img {
        width: 115px;
    }
    .ctrl-wraper2-height {
        height: 24px;
    }
    .sailing-info {
        padding: 15px !important;
    }
    /* .nav-link {
      padding: 0 !important;
    }*/
    /* booking form */
    .ticket-booking .form-group .form-control {
        width: 118px;
        height: 29px;
        margin: 18px 10px 18px 0;
    }
    .btn-search {
        width: 118px;
        font-size: 13px;
    }
    .carousel-caption h5 {
        font-size: 35px !important;
        letter-spacing: -2px;
    }
    .header-text {
        font-size: 35px;
    }
    .sub-header-text {
        font-size: 20px;
    }
    .sub-header-text-style-1 {
        font-size: 20px;
    }
    .style-1 {
        font-size: 20px;
    }
    .style-2 {
        font-size: 15px;
    }
    .btn-book {
        width: 98px;
        font-size: 16px;
        height: 25px;
    }
    .btn-book:hover {
        /* border-color:  */
    }
    blockquote,
    .testimonial-name {
        font-size: 20px;
    }
    .footer-text-style-2 {
        font-size: 20px;
    }
    .footer2 p {
        font-size: 20px;
    }
    .social-media-list img {
        width: 70px;
    }
    .logo-icon {
        width: 149px;
    }
    .btn-directions {
        width: 177px;
        height: 32px;
        line-height: 1.5;
        font-size: 20px;
    }
    footer h4 {
        font-size: 25px;
    }
    .footer-nav-list {
        font-size: 20px;
    }
    footer p {
        font-size: 20px;
    }
    .primary-btn,
    .port-title,
    .price-info,
    .step-heading,
    .sailtype-title {
        font-size: 18px;
    }
    .cruise-info h4,
    .cruise-info .fa,
    .cruise-date,
    .price-info,
    .sidbar-summary .cruise-date,
    .sidbar-summary .cruise-time,
    .passenger-lists {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .ctrl-wraper2,
    .ctrl-wraper2.top {
        width: 1080px;
        /*width: 1060px;*/
    }
    .nav-left .nav-link {
        padding-left: 0 !important;
        margin-right: 4.4rem !important;
    }
    .nav-right .nav-link {
        padding-right: 0 !important;
        margin-left: 4.4rem !important;
    }
}

@media (min-width: 1320px) {
    .header-top {
        max-width: 100%;
    }
    .ctrl-wraper2,
    .ctrl-wraper2.top {
        width: 1120px;
        /* width: 1434px; */
        /* width: 1052px; */
    }
    .nav-left .nav-link {
        padding-left: 0 !important;
        margin-right: 5.4rem !important;
    }
    .nav-right .nav-link {
        padding-right: 0 !important;
        margin-left: 4.4rem !important;
    }
    .ticket-booking .form-group .form-control {
        width: 117px;
        font-size: 12px;
    }
}

@media (min-width: 1601px) and (max-width: 1919px) {
    .ctrl-wraper2,
    .ctrl-wraper2.top {
        /* width: 1300px; */
        width: 1434px;
    }
    .ticket-booking .form-group .form-control {
        width: 178px;
    }
    .nav-left .nav-link {
        padding-left: 0 !important;
        /* margin-right: 7.4rem !important; */
    }
    .nav-right .nav-link {
        padding-right: 0 !important;
        margin-left: 7.4rem !important;
    }
}

@media (min-width: 1920px) {
    .ctrl-wraper2,
    .ctrl-wraper2.top {
        /*width: 1300px;*/
        /*width: 1434px;*/
        /*width: 1534px;*/
        width: 1484px;
    }
    .ctrl-wraper3 {
        width: 1559px;
    }
    .ticket-booking .form-group .form-control {
        width: 188px;
    }
    .form-group select {
        font-size: 18px;
        font-weight: 500;
    }
     ::placeholder {
        font-size: 18px;
        font-weight: 500;
    }
    .btn-search {
        font-size: 18px;
    }
    .ticket-booking .form-group .form-control {
        margin: 18px 28px 18px 0;
    }
    /*.nav-left .nav-link {
      padding-right: 7.4rem !important;
    }
    .nav-right .nav-link{
      padding-left: 7.4rem !important;
    }*/
    .nav-left .nav-link {
        padding-left: 0 !important;
        margin-right: 7.4rem !important;
    }
    .nav-right .nav-link {
        padding-right: 0 !important;
        margin-left: 7.4rem !important;
    }
    .carousel-caption {
        bottom: 80px;
    }
    .instagram-widget .col-md-4 .col-md-12 {
        height: 122px;
    }
}


/* footer */

footer {
    background-color: #026d89;
}

footer h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2.1px;
    text-align: left;
    color: #ffffff;
}

footer p {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.5px;
    text-align: left;
    color: #ffffff;
}

.btn-directions {
    width: 197px;
    height: 32px;
    object-fit: contain;
    border-radius: 16px;
    background-color: #ffffff;
    font-weight: 600;
    color: #026d89;
    font-size: 25px;
    line-height: 1.2;
    padding: 0;
    border: 1px solid #fff;
}

.footer-nav-list {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.5px;
    text-align: center;
    color: #ffffff;
}

.footer-nav-list a {
    color: #ffffff;
}

.instagram-widget .col-md-4 .col-md-12 {
    height: 100px;
    background-color: #fff;
    margin: 0 0 15px 0px;
}

.footer1 {
    background-color: #000;
}

.footer-text-style-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.5px;
    text-align: center;
    color: #ffffff;
    padding: 14px 0;
}

.footer2 {
    background-color: #fff;
}

.footer2 a {
    color: #000;
}

.footer2 p {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1.5px;
    text-align: center;
    color: #000;
    padding: 14px 0;
}


/* footer */

@media (max-width: 991px) and (min-width: 320px) {
    .footer-nav-list-mob {
        font-family: "Montserrat", sans-serif;
        font-size: 17.5px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: -0.2px;
        text-align: center;
        color: #ffffff;
    }
    .footer-nav-list-mob li a {
        color: #ffffff;
    }
    .btn-address {
        width: 206px;
        height: 35px;
        object-fit: contain;
        border-radius: 17.5px;
        background-color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: 17.5px;
        font-weight: 600;
        line-height: 1.14;
        letter-spacing: -2.1px;
        text-align: center;
        color: #026d89;
        border: 1px solid #fff;
    }
    .mob-social-media-list li img {
        max-width: 52px;
    }
}

@media (max-width: 320px) {
    .handle-counter .btn,
    .handle-counter .btn:focus {
        padding: 0.375rem 5px;
    }
}