
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}
body{
    font-family: "Muli";
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Muli";
    font-weight: 500;
    line-height: 1.2;

}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* .top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
} */

.navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 17px;
    color: #313131;
    outline: none;
    transition: .5s;
}
nav.navbar.navbar-expand-lg {
    padding: 20px 25px 20px 25px;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.header-banner img {
    height: 100%;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inline-flex;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    /* opacity: 0; */
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev
 {position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    /* background: var(--primary); */
    border-radius: 2px;
    font-size: 22px;
    background:url(../img/previous.svg) left center !important;
    background-repeat: no-repeat !important;
}


.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    /* background: var(--primary); */
    border-radius: 2px;
    font-size: 22px;
    background: url(../img/next.svg) right center !important;
    background-repeat: no-repeat !important;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.top-strip {
    background-color: #003249;
    padding: 5px 0px;
}

.top-link1 p {
    color: #fff;
    margin: 8px 0px;
}

.top-link1 p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 200;
    text-decoration: none;
}

.top-link1 p font {
    margin: 0px 10px 0px 10px;
}

.top-link2 ul {
    padding: 0;
    margin: 6px 0px 8px 0px;
    list-style: none;
    float: right;
}

.top-link2 ul li {
    display: inline;
}

.top-link2 ul li a {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    margin-left: 20px;
    text-decoration: none;
}

.top-link2 ul li img {
    margin-right: 6px;
}

.about-sect h2 {
    color: #484848;
    font-size: 34px;
}

.about-sect p {
    font-size: 18px;
    line-height: 27px;
    color: #484848;
}

.price-item {   height: 384px;
      text-align: center;
       padding: 15px;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



.heart {
    text-align: right;
}

.heart i {
    color: #1085BB;
    font-size: 20px;
}

.pricbox h4 {
    font-size: 18px;
    font-weight: 600;
    color: #7C7C7C;
    text-align: center;
}

.pricbox h4 {
    font-size: 16px;
    font-weight: 500 !important;
    color: #7C7C7C;
    text-align: center;
    line-height: 25px;
    font-family: "Muli";
  
}

.pricbox span {
    color: #373737;
    font-size: 18px;
    font-weight: 600;
}

.pricbox {
    margin: 20px 0px 0px 0px;
}

.pricbox a {    position: relative;
    top: 5px;
    background: #9FD4EE;
    border-radius: 20px;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px 12px 20px;
}


/* .main-head:before {
    content: "";
    border-top: 1px solid white;
    position: absolute;
    width: 50%;
    top: 35%;
    left: -10px;
    z-index: -999;
  }
  
  .main-head:after {
    content: "";
    border-bottom: 1px solid white;
    position: absolute;
    width: 50%;
    top: 35%;
    left: -10px;
    z-index: -999;
  }
   */

/* 
   .main-head {
    text-align: center;
} */

.main-head h2 {
    background: #fff;
    /* position: absolute; */
    top: -18px;
    text-align: center;
    display: table;
    left: 0;
    font-size: 36px;
    /* text-align: center; */
    color: #484848;
    /* padding: 0px 20px; */
    /* margin: 0 auto; */
    right: 0;
    z-index: 9;
}

.main-head {
    
    text-align: center;
    border-bottom: 5px solid #69B3D4;
    position: relative;
}

.cent-btn{
    margin: 50px 0 !important;
}
.cent-btn a{
    margin: 0 auto !important;
    text-align: center;
}

.view-btn a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #1085BB;
    font-family: "Muli";
    display: table;
    margin-left: auto;
    padding: 11px 53px;
    border-radius: 5px;
}

.view-btn {
    margin-top: 20px;
}

.owl-carousel .owl-stage {
    padding-bottom: 6px;}

    section.bluebg {
        background: url(../img/bluebg.jpg) top left;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-bottom: 50px;
      
        /* background-attachment: fixed; */
    }


    p.comma-title {
        text-align: center;
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 40px;
    }


    img{max-width: 100%;}
  
    .row-bg {
        background: #fff;
        height: 177px;
        position: absolute;
        /* left: 116px; */
        right: 0;
        /* z-index: 9999; */
        top: 62%;
        width: 91%;
        left: 9%;
    }

    .rental-img {
        z-index: 1;
        position: relative;
        /* left: 0; */
        /* right: 0; */
    }

    section.about-bg {
        background: #A6DDF8;
        padding: 50px;
        margin: 50px 0px;
    }

    .clear{clear: both;}

    .feature {
        text-align: center;
    }
  

    .feat-title {
        color: #5F5F5F;
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
    }

    .featur-bg {
        background: url(../img/featur-bg.png) center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }

    .owl-carousel .owl-item img {
        display: block;
        margin-top: 15px;
        text-align: center;
        margin: 0 auto;
    }
    .testimonial-item.equal-height.style-6 {
        /* background-color: #FAFAFA; */
        padding: 0px 10px;
        
    }


    .owl-carousel .owl-wrapper-outer {
        padding-bottom: 10px;}

    .cell-right {
        text-align: center;
        margin-right: 80px;
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .testimonial-name {
        font-weight: 600;
    }
    .testimonial-content.quote {
        padding: 17px 55px;
    }
    .et_right_sidebar #main-content .container:before{
        display: none;
    }
    #main-content .container {
        padding-top: 10px;
    }
    i.fa.fa-quote-left {
        padding: 0px 10px;
        color: #999;
    }


    .owl-pagination {
        display: none;
    }



    .owl-prev {
        position: absolute;
        left: -34px;
        top: 45%;
        background: url(../img/previous.svg) left center !important;
        background-repeat: no-repeat !important;
    }


    .owl-next {
        position: absolute;
        right: -34px;
        top: 45%;
        background: url(../img/next.svg) right center !important;
        background-repeat: no-repeat !important;
 
    }


    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        color: transparent;
        margin: 0px;
        /* visibility: inherit; */
        padding: 0px;
        opacity: unset;
        font-size: inherit;}



        @media (max-width: 1199px) {
         
        .row-bg {
            height: 140px;
            top: 65%;
            width: 87%;
            left: 13%;
        }



        }

        @media (max-width: 991px) {
        .row-bg {
            height: 88px;
            top: 73%;
            width: 82%;
            left: 18%;
        }
        .main-head h2 {
            top: -12px;
            font-size: 24px;}

        .about-sect h2 {
            color: #484848;
            font-size: 22px;
            line-height: 32px;
        }
    }


    @media (max-width: 768px) {
        .row-bg {display: none;}
        .rental-img { margin-bottom: 21px; }
    }

    @media (max-width:576px) {
    .rental-img {
        margin: 10px auto;
        display: table;}

        .feature {
            text-align: center;
            margin-bottom: 33px;
        }


    }




    /* ashwani  */



.top-contnt{
    display: flex;
    justify-content: center;
}

.top-contnt .top-txt{
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
}


.top-contnt .top-icn{
    display: flex;
   margin-left: auto;
   
}

.top-contnt .top-icn i{
    font-size: 24px;
    color: #fff;
    padding-right: 15px;
    
}

.cont-btn{
    background-color: #003249;
    border-radius: 5px;
    color: #fff;
}

.cont-btn i{
    font-size: 22px;
    padding-right:6px;
   
}

.featur-box{
    background: #FFFFFF;
    box-shadow: 2px 0px 18px 5px rgba(0, 0, 0, 0.13);
    border-radius: 0px 50px;
    width: 18%;
    text-align: center;
    padding: 25px 0 20px 0;
    margin-left: 25px;
    margin-top: 50px;
    float: left;
    height: 181px;
    }

    .featur-box p{
font-weight: 600;
font-size: 20px;
color: #000000;
padding-top: 20px;
}

/* .ftr-sec{
    display: flex;
} */

.insta-hed span{
    font-weight: 700;
    color: #000000;
}

.insta-hed i{
font-size: 40px;
color: #d62976;
font-weight: 500;
}

.insta-img{
margin: 15px 0;
}

   /* faq start */



   .question {
    font-size: 16px;
    /* font-weight: 600; */
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding:20px;
    line-height: 1.6rem;
    background-color: #eee;
    color: #000;
}

.faq-box{
    background-color: #1085BB;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 0 0 20px 0;
  border-radius: 4px;

}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }

    .wrapper {
        width: 80%;
    }
}

 /* faq ends */


 .faq-hed{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center; 
    color: #484848;
    padding: 30px 0;
 }

 .faq-blue{
    background: rgba(166, 221, 248, 0.43);}


    .crous-img{
        border: #1085BB 2px solid;
        background: #ffffff;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        /* padding: 10px 6px 6px 6px; */
        overflow: hidden;
       position: absolute;
       left: 40%;
       margin-top: -50px;
    }
    
    .head h2{
        text-align: center;
        font-size: 35px;
        color: #fff;
        padding: 50px 0;
        font-weight: 600;
    }
    
    .crous-text{
        text-align: center;
        padding: 54px 50px 20px 50px;
    
    }
    
    .crous-text .client-name{
        font-weight: 600;
        color: #000;
    }
    
    .say-bg{
        background-image: url(../img/client-say-bg.jpg);
     background-size: cover;
     background-repeat: no-repeat;
    }
    
    .crous{
        background-color: #fff;
        margin: 51px 20px;
        border-radius: 5px;
        box-shadow: 2px 5px 9px 1px rgb(0 0 0 / 25%);
    }
    
    .client-text:before {
        content: "\f10d";
        font-family: 'FontAwesome';
        padding-right: 20px;
        font-size: 20px;
        color: #1085BB;
    }
    
    .client-text::after{
        content: "\f10e";
        font-family: 'FontAwesome';
        padding-left: 20px;
        font-size: 20px;
        color: #1085BB;
    }


    .love-txt{
        font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #000000;
padding: 20px 30px;
}

.love-sec{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 0px 0px;
}

.form-hed{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 54px;
text-align: center;
color: #FFFFFF;
}

.frm-blue{
    background: #1085BB;
}

.subm{
    
background: #003249;
border-radius: 0px 5px 5px 0px;
color: #FFF;
border: 1px solid #003249;
}

.sub-form{
    padding: 20px 0 30px 0;
}

.form-hed{
    padding-top: 30px;
}

.foot-bg{
    background: #3B3B3B;
}

.foot-1{
    color: #FFF;
    padding: 40px 0 0 0;
}

.foot-1 p{
    padding-top: 20px;
}

.foot-2{
    color: #FFF;
    padding:50px 0 40px 90px;
}


.foot-2 .foot-nav{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.foot-2 .links .hom a{
    text-decoration: none;
    color: #FFF;
}

.hom{
    padding-top: 10px;
}

.links{
    padding-top: 50px;
}

.foot-socio{
    display: flex;
}

.foot-socio .socio i{
font-size: 25px;
padding: 10px;
}

.foot-join{
font-weight: 600;
font-size: 23px;
color: #FFFFFF;
padding: 20px 0;
}

.foot-bot-bg{
background: #000;
}

.foot-bot{
    justify-content: space-between;
    display: flex;
}

.copy{
    font-family: 'ABeeZee';
font-style: normal;
font-weight: 400;
font-size: 17px;
color: #FFFFFF;
padding: 20px 0;
}

.yestit{
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    padding: 20px 0;
}

.yestit i{
    color: red;
}

.img-txt{
    font-weight: 600;
    padding: 20px 0;
    color: #000;
}

/*********** Member Nav ********/

.user {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin: 0 10px 0 0;
    cursor:pointer;
    color: #fff;
    font-family: "Mulish", Sans-serif;
    font-size: 12px;
}
.user p:not(.whiteLink),
.user .avatarTop,
.user .menu-member {
    margin: 0;
}
.user p i {
    margin-left: 7px;
}
        
.user p.whiteLink {
    position: relative;
    top: 2px;
}
.user p.whiteLink a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 7px 15px 6px;
/*    border: 1px solid #ccc;*/
    color: #212121;
}
.user p.whiteLink a:hover,
.user p.whiteLink a:active,
.user p.whiteLink a:focus {
    background: #9FD4EE;
}
        
.user .avatarTop {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50px;
/*    top: -7px;*/
    margin: 0 5px 0 0;
    background: #fff;
    overflow: hidden;
}
.user .avatarTop img {
    display: block;
}
.user .menu-member {
    
    position: absolute;
    z-index: 9999;
    left: -9999px;
    top: 30px;
    
    text-align: left;
    padding: 12px 8px 4px;
    background: #fff;
    border: 1px solid #dadada;
    border-top: none;
}
.user .menu-member ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.user .menu-member ul li,
.wpuf-dashboard-navigation ul li {
    margin: 0 0 7px;
    background: #eee;
    border-radius: 3px;
}
.wpuf-dashboard-navigation ul li:hover,
.user .menu-member ul li:hover {
    background: #9fd4ee;
}
.user .menu-member ul li a {
    padding: 5px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #212121;
    display: block;
}
            
.user:hover .menu-member,
.user:active .menu-member {
    left: 40px;
}
    
.user .cartLink {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
    z-index: 2;
    margin-right: 20px; 
}
.user .cartLink a {
    display: block;
    background: #fff;
    color: $green;
    border-radius: 5px;
    padding: 7px 15px 6px;
    border: 1px solid #ccc;
}
.user .cartLink a img {
    position: relative;
    top: -8px;
    width: 26px;
    float: left;
    left: -5px;
}
.user .cartLink a img:hover,
.user .cartLink a img:active {
    background: $green ;
    border:1px solid $green ;
    color: #fff;
}

.menu-member{
    width: 100%;
}

/**************** WooComm ****************/

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;

}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    background: #eee;
    border-radius: 4px;
    width: 95%;
    margin-bottom: 10px;
    
}
.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li:focus,
.woocommerce-MyAccount-navigation ul li:active,
.woocommerce-MyAccount-navigation ul li.is-active {
    background: #003249;
    
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 7px 10px;
    display: block;
    color: #003249;
    
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li:focus a,
.woocommerce-MyAccount-navigation ul li:active a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    
}
.woocommerce-MyAccount-content {
    background: #eee;
    padding: 15px 30px 20px 30px;
    border-radius: 8px;
    margin-top: 17px;
}


/***************** WPUF ******************/

.wpuf-dashboard-navigation ul li {
    margin: 0 0 7px;
    padding: 5px 7px;
    background: #eee;
    border-radius: 3px;
    width: 90%;
}
.wpuf-dashboard-navigation ul li:hover {
    background: #9fd4ee;
}
.wpuf-dashboard-navigation ul li a {
/*    color: #212121 !important;*/
    display: block;
}

#wpuf-login-form {
    max-width: 400px;
    margin: 0 auto 35px;
    border: 1px solid;
    border-radius: 25px;
    padding: 25px;
}

#wpuf-login-form .wpuf-login-form input[type="text"],
#wpuf-login-form .wpuf-login-form input[type="password"] {
    width: 100%;
}


/******************************************/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-family: 'Mulish', sans-serif !important;
    font-weight: 500;
}


/******************** Pagination ************/

.datepicker>div{
    display: block;
  }
  
  .log-resend{
     cursor: pointer;
  }

  .error{
    color: red;
    font-weight: 600;
  }

  .pagination {
   clear: both;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    float: right;
}
.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:6px 9px 5px 9px;
   text-decoration:none;
   width:auto;
   color:#fff !important; /* Pagination text color */
   background: #555; /* Pagination non-active background color */
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
}
.pagination a:hover{
   color:#fff !important;
   background: #6AAC70; /* Pagination background on hover */
}
.pagination .current{
   padding:6px 9px 5px 9px;
   background: #6AAC70; /* Current page background */
   color:#fff;
}




/*****************************************/




@media screen and (max-width: 1400px) {
    .featur-box {
        width: 17%;
        margin: 25px 15px;}

        .featur-box p {
            font-size: 18px;}


}



@media screen and (max-width: 1200px) {
    .featur-box {
        width: 21%;
    }

}

@media screen and (max-width: 991px) {
    .featur-box {
        width: 29%;
    }

}

@media screen and (max-width: 767px) {
    .featur-box {
        width: 44%;}

}

@media screen and (max-width: 520px) {
    .featur-box {
        width: 100%;}

}



@media screen and (min-width: 790px){
    .main-head {
        margin-left: -60px;
        margin-bottom: 60px;
    }
    .new-drop-megamenu{
        min-width: 820px;
        margin-left: -350px !important;
        padding: 20px;
        padding-right: 60px;
    }
    
    
}

@media screen and (max-width: 768px){
    .view-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .foot-2 {
        color: #FFF;
        padding: 50px 0 40px 0px}

       
}

@media screen and (min-width: 1024px){
    .featur-box {
        width: 17%;
        margin: 25px 15px;
    }
}

@media screen and (max-width: 1024px){
    .owl-prev {
        position: absolute;
        left: -15px;
        top: 45%;
    }
    .owl-next {
        position: absolute;
        right: -15px;
    }
}

@media screen and (max-width: 425px){
    .owl-prev {
        position: absolute;
        left: -1px;
        top: 45%;
    }
    .owl-next {
        position: absolute;
        right: -3px;
    }
    .featur-box {
        
        margin: 25px 0px;
    }

    .insta-img{
        text-align: center;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px){
    .featur-box {
        width: 21%;}
        

}

@media screen and (max-width: 320px){
    nav.navbar.navbar-expand-lg {
        padding: 20px 11px 20px 11px;
    }
}

@media screen and (width: 1024px){
    .navbar-brand img{
        max-width: 180px!important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 9px;
        font-weight: 500;
        font-size: 15px;}

        .cont-btn {
            font-size: 12px;
        }

        .cont-btn i {
            font-size: 14px;}
}