

@import url('https://fonts.cdnfonts.com/css/public-sans');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
    font-family: 'Public Sans', sans-serif;
}

/* login start  */

.contacthead a {
    /* border: solid #c7c7c7 1px; */
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.contacthead a span i {
    color: #2b478b;
    font-size: 20px;
    color: #fff;
}
.contacthead a span {
    /* border-right: solid #d8d9d9 2px; */
    padding-right: 10px;
    margin-right: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: inline-block;
    background: #2b478b;
    padding-left: 10px;
}
.socil  a {
    background: #00bfb7;
    padding: 7px 12px;
    color: #000;
}
.logo a h2 {
    font-weight: 600;
    color: #2b478b;
}
.logo a h2 span {
    color: #ffc605;
}
.contactinfo a {
    background: #ffc605;
    text-decoration: none;
    padding: 10px 6px;
    border-radius: 5px;
    color: #000;
}
.contactinfo a {
    background: #ffc605;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.logo a img {
    width: 100%;
    max-width: 250px;
}
.aboutimg img {
    width: 100%;
    height: 100%;
}
section.aboutsection {
    padding: 60px 0px;
}
.abouts h5 {
    color: #2b478b;
    font-size: 25px;
    padding-bottom: 5px;
}
.abouts h2 {
    font-weight: 600;
    font-size: 40px;
}
.gallery img {
    width: 100%;
    border: solid #ddd 1px;
    padding: 12px;
    height: 400px;
    object-fit: cover;
}
.abouts p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.abouticon span {
    background: #00bfb7;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
}
.aboutcontent {
    margin-left: 20px;
}
.aboutcontent h4 {
    color: #00bfb7;
    font-size: 25px;
    font-weight: 600;
}
.abouts a {
    background: #00bfb7;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
}
.onebox img, .rentalcarsection .card img, section.most-popular-tours .card img {
    width: 100%;
    transition: all 900ms ease;
}
.onebox:hover a img, .rentalcarsection .card:hover img, section.most-popular-tours .card:hover img{
    transform: scale(1.1);
}
.onebox {
    margin-bottom: 0px;
}
.onetitle h2 {
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 10px;
    color: #ffc605;
}
.onetitle h2 span {
    color: #00bfb7;
}
.titletrip h4 {
    background: #00bfb7;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
}
.onebox a {
    text-decoration: none;
}
.titletrip h4 {
    background: #00bfb7;
    padding: 6px 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.firstonew .titletrip h4 {
    padding: 10px 0px;
    font-size: 20px;
}
.aboutimg img {
    border: solid #ddd 2px;
    padding: 10px;
}
.onedaytour .col-md-6 .onebox {
    overflow: hidden;
    position: relative;
}
.onebox  .titletrip {
    position: relative;
}
.choose-section {
    background-image: url(../../../image/bgway.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    position: relative;
    margin-top: 60px;
}
.choose-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b3;
    top: 0;
}
section.choose-section .container {
    position: relative;
}
.choose-section .titlechoose h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.choose-section .titlechoose h6 {
    color: #fff;
}
.choose {
    text-align: center;
    background: #00bfb7a6;
    padding: 40px 15px;
}
.choose span i {
    color: #2b478b;
    font-size: 35px;
    padding-bottom: 15px;
}
.choose h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.choose h4 span {
    color: #2b478b;
}
.choose-section .titlechoose h2 span {
    color: #2b478b;
}
.choose p {
    color: #fff;
    line-height: 28px;
    padding-top: 5px;
}
.choose:hover {
    background: #00bfb7;
} 
.titlerental h2 {
    text-align: center;
    color: #2b478b;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
.titlerental h2 span {
    color: #00bfb7;
}
.rentalcarsection .card img {
    width: 100%;
}
.cardtocard img {
    width: 100%;
    max-width: 35px;
}
.cardtocard p {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
.cardtocard {
    text-align: center;
}
.rentalcarsection .card h6 {
    background: #00bfb7;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
.dublerow a.rowa {
    display: none;
}
.dublerow {
    text-align: center;
}

.dublerow a.rowa-2 {
    background: #2b478b;
    margin: auto;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.rentalcarsection .card .row .col-sm-3 {
    padding-left: 7px;
    padding-right: 7px;
}
section.rentalcarsection {
    margin-top: 60px;
}   
.rentalcarsection .card {
    position: relative;
    overflow: hidden;
}
.fifth-contant a, .sixth-contant a {
    background: #00bfb7;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 0px;
}
section.fifth-section .col-sm-2 {
    margin-bottom: 20px;
}
section.fifth-section .row {
    justify-content: center;
}
section.fifth-section {
    margin-top: 60px;
}
.fifth-contant a:hover, .sixth-contant a:hover {
    background: #ffc500;
    color: #000;
}
.headingimg img {
    width: 100%;
}
section.most-popular-tours .card h6 {
    position: absolute;
    top: 0;
    width: 100%;
    background: #00bfb7a3;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
}
.headingimg span {
    font-size: 9px;
}
.headingimg img {
    width: 100%;
    max-width: 40px;
    margin: auto;
}
.listing_content p {
    padding: 10px 10px;
    text-align: center;
}
section.most-popular-tours .card {
    margin-bottom: 25px;
}

section.most-popular-tours .card{
    position: relative;
    overflow: hidden;
}
section.most-popular-tours .card p {
    position: absolute;
    top: 38px;
    right: 0;
    background: #2b478b;
    opacity: 0;
    padding: 8px 5px;
}
.listing_content p {
    position: unset !important;
    background: none !important;
}
section.most-popular-tours .card .row.row-cols-sm-6.justify-content-center {
    margin-top: 10px;
    padding-bottom: 6px;
}
section.most-popular-tours {
    background: #dddddd9e;
    padding: 40px 0px;
    margin-top: 60px;
}
.contacticon span {
    background: #00bfb7;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    color: #fff;
    font-size: 25px;
}
.contactad {
    margin-left: 15px;
}
.contactad h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.contactad a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding-top: 5px;
}
.contactform .form-group {
    margin-bottom: 15px;
}
.contactform .form-group input {
    border: solid #cbcaca 1px;
    color: #000;
    outline: 0;
}
.contactform .form-group input:focus {
    box-shadow: none;
}
.submit input {
    background: #2b478b;
    border: none;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 18px;
}
.contactinfos li a {
    display: flex;
    line-height: 30px !important;
}
.contactinfos li a span {
    background: #fec231;
    width: 35px;
    height: 35px;
    display: flex;
    color: #000 !important;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}
.contactinfos li a span i {
    color: #000;
}
.contactinfos li {
    margin-bottom: 10px;
}
.footersocil a {
    color: #fff !important;
}
.contacthead a i {
    color: #fff;
}
.headertop ul.navbar-nav li a {
    color: #000 !important;
    padding: 0 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
div#navbarNavDropdown {
    justify-content: center;
}
.headertop ul.navbar-nav li ul.dropdown-menu {
    padding: 0px;
}
.headertop ul.navbar-nav li ul.dropdown-menu li a {
    border-bottom: solid #c1c1c1 1px;
    padding: 5px 10px !important;
}
.headertop ul.navbar-nav li ul.dropdown-menu li a:hover {
    background: #2b478b;
    border-color: #2b478b;
    color: #fff !important;
}
section.banner .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.banner {
    position: relative;
}
section.banner .owl-nav button {
    border: solid #fff 1px;
    background: #00bfb7 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    font-size: 34px !important;
    color: #fff !important;
}
section.banner .owl-nav button span {
    margin-top: -5px;
    display: block;
}
section.banner .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.headertop ul.navbar-nav li.nav-item.dropdown:hover ul {
    display: block;
}
.listing_content {
    text-align: center;
    padding: 20px 0px 30px;
}
.listing_content a {
    background: #2b478b;
    text-decoration: none;
    color: #000;
    padding: 12px 20px;
    font-weight: 600;
}
.bgbd {
    background-image: url(../../../image/bgbd.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 100px 0px;
    background-position-y: center;
    position: relative;
}
.bgbd:before {
    content: "";
    position: absolute;
    top: 0;
    background: #0000008c;
    width: 100%;
    height: 100%;
}
section.bgbd .container {
    position: relative;
}
.bgtitle h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.bgtitle ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.bgtitle ul li {
    color: #ddd;
    padding: 0px 6px;
    font-size: 20px;
    text-transform: capitalize;
}
.bgtitle ul li a {
    color: #ffc605;
    text-decoration: none;
}

.listtaxi ul li a {
    background: #00bfb7;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
}

.listtaxi ul li {
    margin-bottom: 15px;
    margin-right: 10px;
}
.listtaxi {
    margin-top: 30px;
}

.listtaxi ul {
    display: flex;
    justify-content: start;
    list-style: none;
    flex-wrap: wrap;
}
.titletaxi h3 span {
    color: #00bfb7;
}
.titletaxi h3 {
    text-align: center;
    font-weight: 600;
    color: #2b478b;
}
section.taxiservice {
    padding-top: 50px;
}
.guide-img img {
    width: 100%;
    border: solid #ddd 1px;
    padding: 10px;
}
section.tour_guide {
    margin-top: 50px;
}
.tour-contect ul li {
    margin-bottom: 10px;
    line-height: 26px;
}
.tour-contect ul {
    padding-left: 18px;
}
.tour-contect IMG {
    width: 100%;
    border: solid #ddd 2px;
    padding: 15px;
}
.tour-contect h5 {
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
}
.tour-contect {
    padding-bottom: 25px;
}
.jsfort p {
    padding-top: 15px;
}
.jsfort {
    text-align: center;
    margin-top: 30px;
}
.jsfort img {
    height: 320px;
}
.guide-img {
    margin-bottom: 40px;
}
.socilmediaicon {
    position: fixed;
    top: 65%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}
.socilmediaicon a.whatsapp {
    background: #00db00;
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    border-radius: 0px 15px 15px 0px;
}

.socilmediaicon a.phone{
    background: #000;
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border-radius: 15px 0px 0px 15px;  
}

section.ajmertaxi {
    padding: 50px 0px;
}
.abajmerco h4 {
    text-align: center;
    background: #008ccd;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.abajmerco p {
    font-size: 16px;
    line-height: 26px;
}
.abajmerco p {
    font-size: 15px;
    line-height: 26px;
}
.ajmeraboutus a {
    background: #008bc9;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.abajmerimg {
    text-align: center;
}
.taxiimg img {
    width: 100%;
    height: 100%;
    transition: all 900ms ease;
}
.taxiimg img:hover {
    transform: scale(1.1);
}
.ajmertaxi .taxiimg {
    position: relative;
    overflow: hidden;
}
.ajmertaxi {
    border: solid #ddd 1px;
    padding: 20px 15px;
}
.taxiajmertitle {
    text-align: center;
}
.taxiajmertitle h6 {
    color: #008ccd;
    font-weight: 600;
}
.taxiajmertitle h2, section.gallerysecton h2, .titletest h2 {
    font-size: 35px;
    font-weight: 600;
    color: #008ccd;
    padding-bottom: 30px;
}
.testiowl .owl-nav {
    display: none;
}
footer.footer {
    padding: 50px 0px;
    background: #f3f3f3;
    margin-top: 50px;
}
section.gallerysecton {
    padding: 70px 0px;
}
.taxiajmertitle h2 span {
    color: #ffc73a;
}
section.taxiservicesajmer {
    padding: 60px 0px;
    background: #fdf4f4;
}
.tour-contect h2 {
    font-weight: 600;
    color: #008ccd;
    padding-bottom: 5px;
}
.tour-contect p {
    line-height: 26px;
}
.tour-contect a {
    background: #575eb0;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
}
.ajmertaxi h4 {
    /* background: #008ccd; */
    padding: 20px 0px 0px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}
.ajmertaxi p {
    font-size: 16px;
    line-height: 26px;
}

.ajmertaxi a, a.booknowajmer:hover {
    background: #008bc9;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    width: 35%;
    display: inline-block;
    text-align: center;
    /* border-radius: 0px 40px 0px 40px; */
}
.ajmertaxi a:hover, a.booknowajmer {
    background: #ffc73a;
    color: #000;
}

a.booknowajmer:hover {
    background: #008bc9;
    color: #fff;
}
section.aboutbg {
    background: #2b478b;
    padding: 50px 0px;
}
ul.breadcrumb {
    justify-content: center;
    padding: 0;
    color: #d5b8b8;
}
ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}
ul.breadcrumb li {
    padding: 0px 5px;
    font-size: 18px;
}
.aboutbgtitle  h2 {
    color: #fff;
    padding-bottom: 10px;
}
ul.breadcrumb {
    margin: 0;
}
.titleservice img {
    width: 100%;
}
section.servicesection {
    padding: 50px 0px;
    background: #f7f7f7;
}
.ourservicesin {
    background: #fff;
    border-radius: 10px;
}
.ourservicesin h3 {
    background: #00bfb7;
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 0px;
}
.treatment h5 {
    font-weight: 600;
    padding: 15px 0px;
}
.treatment img {
    width: auto;
}
.treatment ul {
    padding-left: 20px;
}
.treatment ul li {
    padding-bottom: 10px;
}
ul.servicelist li a {
    text-decoration: none;
    background: #efeded;
    width: 100%;
    display: block;
    padding: 10px 10px;
    border-bottom: solid #fff 1px;
    color: #274588;
    border-left: solid #efeded;
}
ul.servicelist li a:hover {
    background: #ddd;
    border-left: solid #00bfb7;
    color: #000;
}
.titleservice h3 {
    font-weight: 600;
    padding-bottom: 20px;
}
ul.servicelist {
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 1199px) {
    .headertop ul.navbar-nav li a {
        font-size: 11px;
    }
    .contactinfo a {
        padding: 15px 20px;
        font-size: 17px;
    }
    .abouts h2 {
        font-size: 45px;
    }



}


  
@media only screen and (max-width: 992px) {
    .contactinfo a {
        padding: 10px 10px;
        font-size: 16px;
    }
    .contacthead a {
        font-size: 11px;
    }
    .headertop ul.navbar-nav li a {
        border-bottom: solid #ddd 1px;
        padding: 8px 15px !important;
        font-size: 14px;
    }
    div#navbarNavDropdown {
        position: absolute;
        top: 52px;
        width: 100%;
        background: #fff;
    }
    .socil  a {
        padding: 9px 12px;
    }
    .headertop button.navbar-toggler.collapsed {
        background: #ffc605 !important;
    } 
    .headertop button.navbar-toggler.collapsed:focus {
        box-shadow: none !important;
    } 
    .abouts h2 {
        font-size: 30px;
    }
    .abouts p {
        font-size: 12px;
        line-height: 22px;
    }
    .aboutcontent h4 {
        font-size: 20px;
    }
    .abouticon span {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .onetitle h2 {
        font-size: 30px;
    }
    .titletrip h4 {
        font-size: 13px;
    }
    .firstonew .titletrip h4 {
        font-size: 15px;
    }
    .choose {
        padding: 20px 4px;
    }
    .choose h4 {
        font-size: 20px;
    }
    .titlechoose {
        margin-bottom: 0px !important;
    }
    .choose-section {
        padding: 50px 0px;
    }
    .headingimg span {
        font-size: 14px;
        display: block;
    }
    .fifth-contant a, .sixth-contant a {
        font-size: 12px;
    }
    .footer .col-md-8.col-sm-12 {
        margin-top: 30px;
    }
    .titlerental h2 {
        font-size: 25px;
    }
    .bgtitle h2 {
        font-size: 35px;
    }



}



@media only screen and (max-width: 767px) {
    .ajmertaxi a, a.booknowajmer:hover {
        color: #fff;
        font-size: 18px;
        width: 45%;
    }
    .footer-title h2 {
        font-size: 20px;
    }
    .footer-title h2:before {
        top: 35px;
    }
    .footer-title h2:after {
        top: 35px;
    }
    ul.footerlist {
        list-style: none;
        padding-left: 0px;
        padding-top: 20px;
    }
    .contacthead.socil.footersocil {
        padding-bottom: 25px;
    }
    .taxiajmertitle h2, section.gallerysecton h2, .titletest h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .gallery {
        margin-bottom: 20px;
    }
    .ajmertaxi {
        margin-bottom: 30px;
    }
    .abajmerimg img {
        width: 100%;
    }
    .ajmeraboutus {
        margin-bottom: 30px;
    }
    .abajmerco h4 {
        font-size: 16px;
    }
    section.ajmertaxi {
        padding: 50px 0px 0px;
    }
    .socilmediaicon {
        position: fixed;
        top: 92%;
    }
    .socilmediaicon a.whatsapp {
        width: 40px;
        height: 40px;
        font-size: 25px;
    }
    div#navbarNavDropdown {
        z-index: 999;
    }
    .socilmediaicon a.phone {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .dublerow a.rowa-2 {
        font-size: 16px;
    }
    .rentalcarsection .card {
        margin-bottom: 20px;
    }
    .listtaxi ul {
        padding-left: 0;
    }
    .headertop {
        position: relative;
    }
    .contactinfo.text-end {
        position: absolute;
        top: -52px;
        right: 9px;
    }
    .listing_content a {
        font-weight: 500;
    }
    section.most-popular-tours .card h6 {
        font-size: 14px;
    }
    .linkindia {
        text-align: center !important;
    }
    section.banner .owl-nav, section.banner .owl-dots {
        display: none;
    }
    .bgtitle h2 {
        font-size: 25px;
    }
    .bgbd {
        background-position-x: center;
        padding: 50px 0px;
    }
    .listtaxi ul li, .listtaxi ul li a {
        width: 100%;
        display: block;
    }
    .tour-contect h5 {
        font-size: 20px;
    }
    .jsfort img {
        height: 100%;
    }
    .jsfort {
        margin-top: 0px;
    }
    .bgtitle ul li {
        font-size: 14px;
    }
    header.header_top .col {
        flex: 1 0 100%;
    }
    .contacthead a {
        font-size: 13px;
    }
    header.header_top .col {
        flex: 1 0 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .logo a img {
        width: 100%;
        max-width: 300px;
        margin: auto;
        display: block;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        background: #2b478b !important;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-toggler {
        background: #ffc605;
    }
    .headertop {
        background: #fff;
        padding-bottom: 15px;
    }
    .contactinfo a {
        font-size: 16px;
        margin-top: 10px !important;
        display: block;
        text-align: center;
        font-weight: 500;
        padding: 6px 12px;
    }
    section.onedaytour {
        padding-top: 50px;
    }
    section.aboutsection {
        padding: 30px 0px 0px;
    }
    .contactad a {
        font-size: 16px;
    }
    .contactad h5 {
        font-size: 16px;
    }
    .contacticon span {
        font-size: 20px;
    }
    .abouts h2 {
        font-size: 25px;
    }
    .abouts p {
        font-size: 14px;
        line-height: 24px;
    }
    .abouts a {
        text-align: center;
        margin: 0 auto 20px;
        display: table;
    }
    .onetitle h2 {
        font-size: 25px;
    }
    .firstonew .titletrip h4 {
        font-size: 16px;
    }
    .titletrip h4 {
        font-size: 16px;
        padding: 10px 5px; 
    }
    .onebox {
        margin-bottom: 15px;
    }
    section.onedaytour .row.mt-5 {
        margin-top: 15px !important;
    }
    section.choose-section p {
        color: #fff;
    }
    .choose {
        border-bottom: solid #ffffff69 1px;
    }
    .titlerental h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .rentalcarsection .card .row .col-sm-3 {
        width: 50%;
    }
    .cardtocard p {
        font-size: 14px;
    }
    .headingimg span {
        font-size: 11px;
        display: block;
    }
    .fifth-contant a, .sixth-contant a {
        font-size: 15px;
    }
    section.fifth-section .col-sm-2 {
        margin-top: 5px ;
        margin-bottom: 5px;
    }
    .contactus {
        margin-top: 30px;
    }
    div#navbarNavDropdown {
        left: 6px;
    }
    .footer .col {
        flex: 1 0 100%;
    }
    .gallery img {
   
    height: 100%;
    object-fit: cover;
}




}


/* login end  */





.logoadd img {
    width: 100%;
    max-width: 250px;
}

.headertop {
    background: #fff;
}

.main-menu a.tbay-btn-theme.btn-theme {
    background: #2b478b;
    text-decoration: none;
    padding: 13px 14px;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
}
.tbay-login .account {
    display: block;
    font-weight: 500;
}

.tbay-login a {
    text-decoration: none;
}
.tbay-login a span {
    font-size: 15px;
    color: #978080;
    display: block;
}
.tbay-login a.account-button p {
    font-size: 25px;
    padding-right: 5px;
    color: #2b478b;
    margin: 0;
}
div#main_nav ul li a {
    color: #000;
    font-size: 18px;
}
.tbay-login .account {
    display: block;
    font-weight: 500;
    color: #00a7f1;
    font-size: 18px;
}
.tbay-login a.account-button {
    display: flex;
}

.list-check{ padding-left: 0; list-style:none; }
.list-check > li{ position: relative; padding-left:26px; margin-bottom:7px;}


/* body{
    background-color:#000;
  } */
  


  header {
      transition: all 0.3s ease-in-out;
      box-shadow: 0 1px 6px 0 rgba(214, 220, 239, 1);
      /* top: 0px; */
      background-color: #00bfb7;
      /* position: sticky; */
      z-index: 40;
      height: auto;
  }
  .logo {
      padding: 10px 0px;
  }
  .logo a {
      color: #00bfb7;
      text-transform: capitalize;
      color: #000000;
      font-size: 35px;
      font-weight: 500;
      text-decoration: none;
  }
  .mob-menu {
      display: none;
  }
  .main-menu {
      margin: 10px 0px;
      float: right;
  }
  .main-menu ul.nav {
      float: left;
      margin-right: 20px;
      list-style: none;
      padding-left: 0px;
      margin-bottom: 0px;
      padding-top:10px;
  }
  .nav li:first-child {
      margin-left: 0px;
  }
  .main-menu ul {  display: inline-block; }
  .main-menu ul li {
      position: relative;
      display: inline-block;
      margin: 12px 20px;
  }
  .main-menu ul li a {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
      color: #00bfb7;
      display: block;
     text-decoration:none;
  }
  .main-menu ul.right-nav{   
   padding-left:0px;
  }
  .main-menu ul.right-nav li a {
      width: 150px;
      height: 45px;
      border-radius: 4px;
      background-color: #000;
      text-align: center;
      color: #00bfb7;
      border: solid 1px #00bfb7;
      vertical-align: middle;
      display: table-cell;
  }
  .main-menu ul.right-nav li:last-child {
      margin-right: 0px;
  }
  .main-menu ul.right-nav li.active a {
      background-color: #00bfb7;
      color: #000;
  }

  .searchbar button.btn.btn-secondary {
    background: none;
    color: #677a83;
    border-color: #d3caca;
    font-size: 20px;
}
.elementor-780 .elementor-element.elementor-element-73429ff .tbay-element-mini-cart .cart-dropdown {
    padding: 3px 9px 3px 12px;
    background: #00bfb7;
    border-radius: 6px 6px 6px 6px;
    position: relative;
}
.woocommerce .cart-popup .mini-cart, .cart-popup .mini-cart {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.main-menu div#cart {
    background: #2b478b;
    padding: 10px 25px;
    border-radius: 5px;
}

/* div#cart a.dropdown-toggle.mini-cart {
    display: block !important;
    align-items: unset !important;
} */

span.wrapper-title-cart {
    display: block;
}
span.mini-cart-subtotal {
    display: block;
}
span.cart-icon i {
    color: #000;
    padding-right: 35px;
}
span.wrapper-title-cart {
    display: block;
    color: #000;
}

span.mini-cart-items {
    background: #92c746;
    display: block;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    padding: 2px 10px;
    position: absolute;
    top: 6px;
    left: 40px;
}

.footer-logo img {
    width: 100%;
    max-width: 250px;
}
footer.footer {
    padding: 50px 0px;
}
.footer-title h2 {
    font-size: 25px;
    font-weight: 600;
    color: #2b478b;
    position: relative;
}
ul.footerlist a {
    text-decoration: none;
    line-height: 35px;
    color: #000;
}
ul.footerlist {
    list-style: none;
    padding-left: 0px;
    padding-top: 40px;
}

.footer-logo p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 28px;
}

ul.footerlist a i {
    color: #2b478b;
}

ul.footerlist a:hover {
    color: #2b478b;
}
ul.footerlist li:hover {
    margin-left: 20px;
    transition: all 0.9s;
}

.footer-title h2:before {
    border-bottom: solid #00bfb7 3px;
    content: "";
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
}
.footer-title h2:after {
    border-bottom: solid #2b478b 3px;
    content: "";
    position: absolute;
    width: 50%;
    top: 50px;
    left: 0;
}

.footer-logo a {
    color: #2b478b;
    text-decoration: none;
}
.footer-bootom {
    background: #000000;
    padding: 10px 0px;
}
.footer-bootom .row {
    align-items: center;
}
.footer-copy p {
    margin-bottom: 0px;
    color: #fff;
}

