/* Legal Notice - DO NOT REMOVE THIS NOTICE // START CSS Document Ownership. 
    This CSS document is owned and managed by Swift Productions ABN 84 723 182 610, Suite F, 
    Level 1 - The Octagon Building, 110 George St, Parramatta NSW 2150 Australia. 
    This document contains Code which has been written by Swift Productions. 
    Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. 
    Doing so may result in legal action. 
    Legal Notice - DO NOT REMOVE THIS NOTICE // END */


/* --------------------------------------------------------
    Project Name: Vet Shed
    Version: 1.0 
    Created by: Waqas @Swiftproductions on 2 June 2022 
    ----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.wrapper {
    float:left;
    width:100%;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    background: url(../images/body_bg.png);
}
.top_bar{
    float: left;
    width: 100%;
    background:#efefef;
    padding: 4px 0;
}
.top_bar img{
    margin-left: 217px;
    margin-top: 1px;
    float: left;
}
/*  container
========================================== */
.container {
    max-width: 1210px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    overflow: hidden;
    
}
.container.body {
    box-shadow: 0px 0px 8px #d2d2d2;
    max-width: 1180px;
    padding-left: 22px;
    padding-right: 22px;
}
.header {
    float: left;
    width: 100%;
    background: #fff;
}
.logo{
    text-align: center;
    padding:0;
    float: left;
    margin-top: -25px;
    position: relative;
    z-index: 999;
}
.header_right{
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.search{
    margin-top: 56px;
    text-align: right;
}
.short_btns{
    display: flex;
    justify-content: end;
    float: right;
    margin-top: 58px;
}
.short_btns a{
    background: #2199b1;
    width: 185px;
    height: 54px;
    text-decoration: none;
    text-align: center;
    line-height:54px;
    color: #fff;
    margin:0 4px;
    box-shadow: inset 0px -2px 5px rgb(255 255 255 / 50%);
    font-size: 18px;
    transition: 0.2s;
}

.short_btns a:hover {
    background: #16798d;
}

.navBar {
    float: left;
    width: 100%;
    padding: 0;
    background: #2199b1;
    position: relative;
    z-index: 999;
}
.navBar .container{
    overflow: visible;
}
.menu_icons {
    float: left;
    margin-top: 20px;
}
.menu_icons ul li {
    float: left;
    list-style: none;
    padding: 4px 13px;
}
.menu_icons ul li a {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}
.menu_icons ul li a img {
    vertical-align:middle;
}
.menu ul{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
    float: left;
    margin-left: 55px;
}
.menu ul li{
    list-style: none;
    float: left;
}
.menu ul li a{
    color: #fff;
    padding: 0 27px;
    text-transform: uppercase;
    font-size: 22px;
}
.burger_menu{
    display: none;
}
.usp{
    background: #ffd41c;
    padding: 6px 0;
    float: left;
    width:100%;
}
.uspList{
    float:left;
    width: 100%;
}
.uspList ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.uspList ul li{
    text-align: center;
    font-size: 15px;
    color: #484848;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.uspList ul li span{
    margin:0 10px;
    font-size: 15px;
}
/* ========== Gallery  // START ========== */

.productGallery {
    position: relative;
    float: left;
    width: 100%;
}
.body-container {
    
    background: #fff;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
}
.gallery-container {
    width: 100%;
    float: left;
    padding: 0;
}

.gallery {
    width: 50%;
    position: relative;
    background: #fff;
    padding: 0;
    margin: 23px auto 0 auto;
    float: left;
}
.prod-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 57px;
}
.white-box {
    height: 575px;
    width: 575px;
    margin: auto;
    border: 1px solid #d3d3d3;
    /* clear: both; */
    /* float: left; */
}
.sm-block{display:none;}
.thumbnails {
    padding-left:50px;
    margin-top: -116px;
    margin-left: 100%;
    margin-bottom: 0;
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.thumbnails input[type=radio] {
    display: none;
}

/*.thumbnails label:hover {
    border-color: #e0e0e0;
}*/

.thumbnails label {
    display: inline-block;
    width: 116px;
    height: 116px;
    padding: 3px;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .5s;
    border: 1px solid #d3d3d3;
    padding: 8px;
}

.thumbnails label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 110px;
    max-height: 110px;
}

 
.g-img-con {
    width: 100%;
    max-width: 560px;
    height: 560px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    left: 8px;
    right:0;
    bottom:0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    transform: translate(0%, 0);
    background: #fff;
    padding: 0;
}

.gallery-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 565px;
    height: 100%;
    max-height: 565px;
    -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
    -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
    -o-animation: cssAnimation 0.7661s 1 ease-in-out;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
}

#image1:checked~.g-img-con #gallery-content-1,
#image2:checked~.g-img-con #gallery-content-2,
#image3:checked~.g-img-con #gallery-content-3,
#image4:checked~.g-img-con #gallery-content-4,
#image5:checked~.g-img-con #gallery-content-5,
#image6:checked~.g-img-con #gallery-content-6,
#image7:checked~.g-img-con #gallery-content-7,
#image8:checked~.g-img-con #gallery-content-8,
#image9:checked~.g-img-con #gallery-content-9,
#image10:checked~.g-img-con #gallery-content-10,
#image11:checked~.g-img-con #gallery-content-11,
#image12:checked~.g-img-con #gallery-content-12 {
    display: block;
    -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
    -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
    -o-animation: cssAnimation 0.7661s 1 ease-in-out;
}
/*#image1:checked~ label.image1{
    border:1px solid #dba1b2;
}
#image2:checked~ label.image2{
    border:1px solid #dba1b2;
}
#image3:checked~ label.image3{
    border:1px solid #dba1b2;
}
#image4:checked~ label.image4{
    border:1px solid #dba1b2;
}
#image5:checked~ label.image5{
    border:1px solid #dba1b2;
}*/
.thumbnails .item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.thumbnails .gallery-content img {
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.grid-item {
    height: 20%;
    width: 20%;
}

.grid-item:hover {
    cursor: move;
}

.grid-item:hover~img {
    height: 200%;
    width: 200%;
    max-width: 200%;
    max-height: 200%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 600ms ease-out;
    transition: 600ms ease-out;
}

.grid-item:hover:nth-of-type(5n + 1)~img {
    left: 0px;
}

.grid-item:hover:nth-of-type(5n + 2)~img {
    left: -112.5px;
}

.grid-item:hover:nth-of-type(5n + 3)~img {
    left: -255px;
}

.grid-item:hover:nth-of-type(5n + 4)~img {
    left: -337.5px;
}

.grid-item:hover:nth-of-type(5n + 5)~img {
    left: -450px;
}

.grid-item:hover:nth-of-type(1n + 1)~.zoom-image {
    top: 0px;
}

.grid-item:hover:nth-of-type(1n + 6)~.zoom-image {
    top: -93.75px;
}

.grid-item:hover:nth-of-type(1n + 11)~.zoom-image {
    top: -187.5px;
}

.grid-item:hover:nth-of-type(1n + 16)~.zoom-image {
    top: -281.25px;
}

.grid-item:hover:nth-of-type(1n + 21)~.zoom-image {
    top: -375px;
}

.zoom-image {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: -1;
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}

@-o-keyframes cssAnimation {
    from {
        -o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}
.listing_det {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:50%;
    padding-left:50px;
    margin-top: 24px;
    float: right;
    position: relative;
}
.instock{
    position: absolute;
    top: 0;
    right: 0;
    background: #1fb302;
    width:63px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.listing_det h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-top:50px;
    font-family: 'Coming Soon', cursive;
    color: #484848;
}
.listing_det p{
    font-size: 23px;
    line-height: 30px;
    padding:10px;
    color: #484848;
    margin-top: 12px;
}  


/* ========== tabs // start  ========== */

.tabs-container{
    float: left;
    width: 100%;
    border-top: 0px solid #ffff;
    position: relative;
    margin-top: 27px;
    margin-bottom: 12px;
}
.tabs-container .content {
    padding-left: 10px;
    padding-right: 10px;
}
.tabs {
    width: 100%;
    float: left;
    
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    font-size: 26px;
    color: #fff;
    background: #969696;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    padding: 0 0px;
    float: left;
    margin: 0 5px 0 0;
    border-bottom: 0px solid transparent;
    transition:all .5s ease-in-out;
    height: 60px;
    line-height: 60px;
    width: 310px;
    border: 1px solid #b8b8b8;
    border-right:none;
}
.tabs label.tab5{
    border-right:1px solid #b8b8b8;
}
.tabs label.tab6 {
    margin-right:0;
}
.tabs label:hover {
    color: #fff;
    background: #2199b1;
}
.tabs .tab1{
    
}
.tabs .tab6{

}
.tabs [id^="tab"]:checked+label {
    z-index: 9999;
    color: #fff;
    background: #2199b1;
  
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 18px 22px 10px 22px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5,
#tab6:checked~#tab-content6 {
    display: block;
}

/* Extra - Contact Us */
#tab-content5 {
    position:relative;
}
.btn-contact-tabs {
    background: #0c6e41;;
    width: 209px;
    height: 54px;
    line-height: 54px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    right: 19px;
    text-transform: uppercase;
    transition: 0.5s all;
    cursor: pointer;
}
.btn-contact-tabs:hover {
    background: #0c6e41;;
    color: #fff;
}
.btn-contact-tabs a {
    color:#fff;
}

/* Extra - Contact Us */
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
    color: #000;
    font-weight:600;
    margin: 15px 0;
    letter-spacing: 1px;
    margin-bottom: 41px;
}
.tab-content h1 {
    font-size: 36px;
}
.tab-content h2 {
    font-size: 25px;
    font-weight: normal;
    color: #484848;
    font-family: 'Coming Soon', cursive;
}
.tab-content h4 {
    font-size: 21px;
    text-transform: uppercase;
}
.tab-content h5 {
    font-size: 20px;
    font-weight:600;
}
.tab-content h6 {
    font-size: 18px;
}
.tab-content p,
.tab-content ul,
.tab-content ol {
    margin-bottom: 23px;
    color: #484848;
    font-size: 16px;
    line-height: 26px;
}
.tab-content p a,
.tab-content ul li a,
.tab-content ul a li,
.tab-content ol li a,
.tab-content ol a li {
    color: #333333;
}
span.text {
    text-decoration: underline;
}
.tab-content ul,
.tab-content ol {
    margin-left:30px;
}
.tab-content ol ol li {
    list-style-type: lower-alpha;
}
.tab-content ol ol ol li {
    list-style-type: lower-roman;
}
.tab-content ul ul li {
    list-style-type: circle;
}
.tab-content ul ul ul li {
    list-style-type: square;
}
.tab-content p b{
    font-weight: 500;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.tab-content .font18{
    font-size: 18px;
    color: #000;
}
.tab-content p,.tab-content li{
    font-size: 21px;
    padding:5px 0;
    color: #484848;
    font-weight: 300;
}
.tab-content p.small {
    font-size:14px;
}
/* ========== info tabs // start  ========== */

.info_tabs {
    width: 100%;
    float: left;
   
}

.info_tabs:after {
    content: '';
    display: table;
    clear: both;
}

.info_tabs input[type=radio] {
    display: none;
}

.info_tabs label {
    font-size: 22px;
    color: #484848;
    background: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    padding: 0 0px;
    float: left;
    margin: 0 14px 0 0;
    border-bottom: 0px solid transparent;
    transition:
    all .5s ease-in-out;
    height: 43px;
    line-height: 43px;
    width: 24%;
    border: 1px solid #d3d3d3;
    border-radius:3px;
}
.info_tabs label.info_tab5{
    border-right:1px solid #b8b8b8;
}
.info_tabs label.info_tab6 {
    margin-right:0;
}
.info_tabs label:hover {
    background: #d7d7d7;
}
.info_tabs .info_tab1{
    
}
label.info_tab4 {
    margin: 0;
}
.info_tabs .info_tab6{

}
.info_tabs [id^="info_tab"]:checked+label {
    z-index: 9999;
    background:#d7d7d7;
   
}
.info_tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0px;
    background: #fff;
    border-top: none;
}
#info_tab1:checked~#info_tab-content1,
#info_tab2:checked~#info_tab-content2,
#info_tab3:checked~#info_tab-content3,
#info_tab4:checked~#info_tab-content4,
#info_tab5:checked~#info_tab-content5,
#info_tab6:checked~#info_tab-content6 {
    display: block;
}

/* Extra - Contact Us */
#info_tab-content5 {
    position:relative;
}

/* Extra - Contact Us */
.info_tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.info_tab-content h1,
.info_tab-content h2,
.info_tab-content h3,
.info_tab-content h4,
.info_tab-content h5,
.info_tab-content h6 {
    color: #000;
    font-weight:600;
    margin: 15px 0;
    letter-spacing: 1px;
    margin-bottom: 41px;
}
.info_tab-content h1 {
    font-size: 36px;
}
.info_tab-content h2 {
    font-size: 34px;
    font-weight: normal;
    color: #333333;
}
.info_tab-content h3 {
    font-size: 23px;
    
}
.info_tab-content h4 {
    font-size: 21px;
    text-transform: uppercase;
}
.info_tab-content h5 {
    font-size: 20px;
    font-weight:600;
}
.info_tab-content h6 {
    font-size: 18px;
}
.info_tab-content p,
.info_tab-content ul,
.info_tab-content ol {
    margin-bottom: 23px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
.info_tab-content p a,
.info_tab-content ul li a,
.info_tab-content ul a li,
.info_tab-content ol li a,
.info_tab-content ol a li {
    color: #333333;
}
span.text {
    text-decoration: underline;
}
.info_tab-content ul,
.info_tab-content ol {
    margin-left:30px;
}
.info_tab-content ol ol li {
    list-style-type: lower-alpha;
}
.info_tab-content ol ol ol li {
    list-style-type: lower-roman;
}
.info_tab-content ul ul li {
    list-style-type: circle;
}
.info_tab-content ul ul ul li {
    list-style-type: square;
}
.info_tab-content p b{
    font-weight: 500;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.info_tab-content .font18{
    font-size: 18px;
    color: #000;
}
.info_tab-content p,.info_tab-content li{
    font-size: 19px;
    padding:5px 0;
    color: #484848;
    font-weight: 300;
}
.footer{
    float: left;
    width: 100%;
    border-top: 20px solid #18a1c3;
    background:#f6f6f6;
}
.footer_content{
    max-width: 1210px;
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer_col {
    width: 300px;
}
.footer_col.foocol2 {
    margin-left: 28px;
}
.footer_col h3 {
    font-size: 24px;
    font-weight: 400;
    color: #484848;
}
.footer_col ul li {
    list-style: none;
    padding: 10px 0;
}
.footer_col ul {
    margin-top: 30px;
}
.footer_col ul li a {
    font-size: 19px;
    color: #484848;
    font-weight: 300;
    line-height: 14px;
}
.footer-btm{
    float: left;
    width: 100%;
    background-color: #efefef;
    padding: 12px 0;
}
.footer-btm .footercontainer{
    padding: 8px 15px;
    align-items: center;
    color: #484848;
    font-size: 15px;
    width: 1210px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#footerwrap {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
}
.footer-botm{
    background:#000;
    float: left;
    width: 100%;
}
.footer-botm .container{
    border-top: 1px solid #333;
    padding:15px 0;
}
.dbusfoot {
    background-image: url(https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-seperator.png);
    margin: 20px auto 0;
    max-width: 617px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    position: relative;
    top: 10px;
}
.dbus {
    text-align: center;
    background-image: url(https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-logo.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 70px;
    margin-bottom: 25px;
}
/* ========== Footer // End  ==========*/
.navBar .container,.usp .container ,.top_bar .container {
    background: transparent;
}
.header .container{
    overflow: visible;
    background: #fff;
}

#eBayAPPSchema {
    display: none;
}

/*======== Responsive starts here ==========*/
@media (min-width:1130px){
    .desktophidden {
        display: none;
    }
}

@media (max-width:1130px){
    .top_bar, .header_right, .navBar, .footer_col.foocol3,
    .mobilehidden{
        display:none;
    }
    .logo {
        margin-top:10px;
        width: 100%;
        text-align: center;
    }
    .footercontainer,.container{
        width:100%;
    }
    .footer_content {
        flex-wrap:
        wrap;
        justify-content:
        center;
        padding-bottom: 20px;
    }
    .footer_col {
        width:100%;
        text-align: center;
        margin-bottom: 25px;
        
    }
    .footer_col.foocol2 {
        margin-left: 0;
    }
    .footer_col ul li {
        display:inline; padding:0 8px;
    }
    .gallery,.listing_det{
        width: 100%;
        padding-left: 0;
    }
    .g-img-con{
        margin:0 auto;
        left: 1px;
        top: 1px;
        width: 95%;
    }
    .thumbnails{
        width: 100%;
        margin-top: 50px;
    }
    .info_tabs label{
        width: 100%;
        border:1px solid #b8b8b8;
        border-bottom: none;
    }
    .footercontainer{
        flex-wrap: wrap;
    }
    .footer_logo{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .footer_menu{
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center;
    
    }
    .footer_links h2{
        margin:30px 0;
    }
    .footer_logo2{
        width: 100%;
        text-align: center;
        margin-top:50px;
    }
    .footercontainer{
        justify-content: center;
    }
    .copyRight{
        width:100%;
        text-align: center;
        margin: 10px 0;
    }
    .footercontainer div {
        width:100%; text-align:center;
    }
    .uspList ul{
        flex-wrap:
        wrap;
    }
    .uspList ul li{
        /* margin-bottom: 15px; */
    }
    .disc_table{
        overflow: auto;
    }
    .row{
        min-width: 1100px;
    }
    .uspList ul{
        justify-content: space-between;
    }
    .thumbnails{
        margin-left: 0;
        padding-left: 0;
    }
    .burger_menu {
        display: block;
        float: right;
        color: #fff;
        padding-top: 15px;
        font-size: 20px;
        height: 55px;
    }
    .burger_menu i{
        font-size: 30px;
        margin-right: 10px;
    }
    .menu ul {
        flex-direction: column;
        height: auto;
    }
    .menu ul li{
        padding: 10px 0;
    }
    .listBox {
        position: absolute;
        background: #2199b1;
        width: 300px;
        right: 20px;
        top: 54px;
        display: none;
    }
    .menu{
        float: right;
    }
    .menu:hover .listBox{
        display: block;
    }
}
@media (max-width:880px){
    .uspList ul{
        flex-direction: column;
    }
    .uspList ul li{
        margin-bottom: 15px;
        justify-content: center;
    }
    .listing_det{
        padding:0 15px;
    }
    .listing_det h2{
        font-size:25px;
    }
    .tab-content{
        padding:20px 10px;
    }
    .logo{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .header_right{
        width:100%;
        justify-content: center; 
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer_content{
        flex-wrap: wrap;
        text-align: center;
    }
    .footer_col{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .footer-btm .footercontainer{
        justify-content: center;
    }
    .tabs label{
        width: 100%;
    }
    .white-box{
        max-width: 100%;
    }
    .short_btns{
        display: none;
    }
    .top_bar img{
        margin-left: 0;
    }
    .header{
        padding-bottom: 20px;
    }
    .search{
        margin-top:20px;
    }
}