/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family:'Maven Pro', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
a:focus {
    outline:0px solid;
}
img {
	max-width:100%;
    height:auto;
}
.container {
    max-width: 1140px !important;
}
.offer-slider {
    background: #13472E;
    height: 100vh;
    border: 5px solid #13472E;
}
.about-div h2 {
    font-size: 60px;
    color:  #fff;
}
.about-div p {
    color: #fff;
    text-align: justify;
    font-size: 20px;
    line-height: 32px;
}
.follow-us .fa {
      font-size: 35px;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    text-align: center;
    padding: 14px;
    border-radius: 50px;
    margin: 5px;
} 
.fa-instagram, .fa-facebook {
    color: #ffffff ;
}
.follow-us {
         margin-left: 20%;
         margin-top: 5%;  
} 
.logo-div img{
    margin-top: 23%;
}
.main-div {
    margin-top: 10%;
}
.btn-block {
    width: 100%;
    padding: 30px 0;
    border-radius: 0;
    margin-bottom: 20px;
    background: #fecc00;
    border: 0;
    font-size: 24px;
    color: #000000;
}
.contacts-main-div {
    margin-top: 50px;
}
.btn-block:hover {
    color: #000;
}
.owl-brands {
   box-shadow: 0px 0px 3px 2px #fff;
    padding: 15px;
    margin: 0 15px;
}
.register-div {
    padding: 30px 15px;
    box-shadow: 0px 0px 3px 2px #fff;
    margin: 0 15px;
}
.set-logo {
    text-align: center;
    padding: 30px 0;

}
.set-logo img {
    width: 100px;
}
.follow-div {
    background: black;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 18px;
}
.follow-div .firstspan {
    color: #fff; 
    font-size: 18px;
}
.twospan .fa {
    font-size: 26px;
    margin: 0 5px;
    color: #fecc00;
}
.twospan {
    float: right; 
}
.contacts-div {
    background: black;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.contacts-div .thirdspan, .contacts-div .fourspan {
    color: #fff; 
    font-size: 16px;
}
.contacts-div .thirdspan {
    margin: 0 15px;
}
.contacts-div2 .fourspan {
    color: #fff; 
}
.contacts-div2 {
    display: none;
    background: black;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.contacts-div .fa, .contacts-div2 .fa {
    font-size: 26px;
    margin: 0 5px;
    color: #fecc00;
}
.fix {
    overflow:hidden;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fecc00;
    width: 18px;
    height: 10px;
    margin: 3px 3px;
}
p {
    /* margin:0 0 15px; */
    /* color: #2b2b2b; */
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    /* margin: 0 0 15px; */
    /* color: #555; */
    font-weight: 700;
   font-family: 'Maven Pro', sans-serif;
}
h1{
    font-size: 35px;
    /* line-height: 54px; */
        
}
h2{
    font-size: 30px;
    /* line-height: 42px; */
        
}
h3{
    font-size: 25px;
    /* line-height: 36px; */
        
}
h4{
    font-size: 20px;
    /* line-height: 34px; */
        
}
h5{
    font-size: 18px;
    /* line-height: 30px; */
        
}
h6{
    font-size: 16px;
    /* line-height: 28px; */
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.p0{
    padding: 0px
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}

.section-padding{
    padding: 80px 0px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 999;
    margin: 0!important;
    box-shadow: 0px 0px 10px rgb(63, 62, 62);
    border-radius: 0px!important;
    background-color: #ffffff;
}
.section-title{
    text-align: center;
    margin-bottom: 3%;
}
.section-title h1{
    font-family: 'Dancing Script', cursive !important;
    font-size: 3rem;
}


/*----------------------------------------*/
/* Header AREA
/*----------------------------------------*/
.top-header{
    padding: 6px;
    border-bottom: 1px solid rgb(226, 224, 224);
    background: #d11f40;
    color: white;
}
.line{
    background-color: #dd0000;
    height: 2px;
    width: 250px;
    margin: auto;
}
.top-header ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.top-header ul li{
    margin-right: 2%;
    font-size: 13px;
}
.top-header ul li .fa{
    margin-right: 6px;
    font-size: 15px;
    margin-left: 15px;
    color: #ffffff;
}
.top-header .links{
    float: right;
}
.top-header .links .fa{
    font-size: 13px;
    margin: 0 2px;
    background: #ffffff;
    padding: 8px;
    color: #dd0000;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}
.top-header .links .fa:hover{
    background-color: transparent;
    color: white;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #6a6a6a;
    margin: 0 9px;
    font-size: 17px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #dd0000;
}
.navbar-expand-lg .navbar-nav{
    margin: auto;
}
.navbar{
    background-color: rgb(255, 255, 255);
}
.navbar form input{
    background-color: rgb(250, 249, 249);
    padding: 7px;
    border: none;
    outline: none;
    width: 238px;
    margin: 0;
}
.navbar button{
    border: none;
    background: #dd0000;
    color: white;
    width: 88px;
    padding: 7px;
    margin-right: 8px;
}
.navbar  .links .fa{
    font-size: 25px;
    margin-left: 3px;
    color: black;
}
.navbar  .links .fa:hover{
    color: #dd0000;
}
.navbar-brand img{
    width: 135px;
}

/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.sale{
    margin-bottom: 1%;
    margin-top: 3%;
}

/* ------------ card ------------  */
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .flex-centerY-centerX {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-wrapper {
    height: 100%;
    display: table;
  }
  
  .page-wrapper .page-inner {
    display: table-cell;
    vertical-align: middle;
  }
  
  .el-wrapper {
    width: 360px;
    padding: 15px;
    margin: 15px auto;
    background-color: #fff;
  }
  
  @media (max-width: 991px) {
    .el-wrapper {
      width: 345px;
    }
  }
  

  
  .el-wrapper:hover .h-bg {
    left: 0px;
  }
  
  .el-wrapper:hover .price {
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #818181;
  }
  
  .el-wrapper:hover .add-to-cart {
    left: 50%;
  }
  
  .el-wrapper:hover .img {
    /* webkit-filter: blur(7px); */
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
    opacity: 0.4;
  }
  
  .el-wrapper:hover .info-inner {
    bottom: 155px;
  }
  
  .el-wrapper:hover .a-size {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    bottom: 50px;
    opacity: 1;
  }
  
  .el-wrapper .box-down {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
  }
  
  .el-wrapper .box-up {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .el-wrapper .img {
    padding: 20px 0;
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
  }
  
  .h-bg {
    -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    width: 660px;
    height: 100%;
    background-color: #a71414;
    position: absolute;
    left: -659px;
  }
  
  .h-bg .h-bg-inner {
    width: 50%;
    height: 100%;
    background-color: #464646;
  }
  
  .info-inner {
    -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: 25px;
  }
  
  .info-inner .p-name,
  .info-inner .p-company {
    display: block;
  }
  
  .info-inner .p-name {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #252525;
  }
  
  .info-inner .p-company {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #8c8c8c;
  }
  
  .a-size {
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    position: absolute;
    width: 100%;
    bottom: -20px;
    font-family: 'PT Sans', sans-serif;
    color: #828282;
    opacity: 0;
  }
  
  .a-size .size {
    color: #252525;
  }
  
  .cart {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  
  .cart .price {
    -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #252525;
  }
  
  .cart .add-to-cart {
    -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
    /* ease-out */
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    display: block;
    position: absolute;
    top: 50%;
    left: 110%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .cart .add-to-cart .txt {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
  }


/* --------- short list ------  */
.card p{
    margin: 0;
}
 .card h4{
    margin: 0;
    color: black;
}
.short-list .card{
    width: 13rem;
}
.card{
    width: 17rem;
    position: relative;
}
.card .shop{
    position: absolute;
    top: 25%;
    /* bottom: 0; */
    opacity: 0;
}
.card:hover .shop{
    opacity: 1;
}
.wish{
    position: absolute;
    top: 11px;
    right: 9px;
}
.wish img{
    width: 20px;
}
.card .shop button{
    width: 191px;
    padding: 8px;
    border: none;
    background: #d4d4d4;
    color: rgb(59, 58, 58);
    margin-left: 23%;
    transition: 0.5s;
}
.card .shop button:hover{
    background-color: #dd0000;
    color: white;
}
span{
        color: #ffffff;
    font-weight: 800;
    font-size: 45px;
        margin-right: 40px;
}
span img{
    width: 53px;
}
 .card a{
    color: black;
    border-bottom: 1px solid #000;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    display: none !important;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    display: none !important;
}

/* --------- all products card --------  */

.all-products .card{
    margin-bottom: 3%;
}
.category-pdt .el-wrapper{
    width: 266px;
    margin: 0 auto;
}
.category-pdt .el-wrapper .img{
    padding: 0;
}
.category-pdt .page-wrapper .page-inner{
    display: block;
}


/* --------- offer mid -----  */
.offer-mid{
    position: relative;
}
.offer-mid .txt{
    position: absolute;
    top: 0;
    padding: 6%;
    width: 50%;
}
.offer-mid .txt h1{
    font-size: 4rem;
    font-family: 'Dancing Script', cursive;
}
.offer-mid .txt button{
    background: #dd0000;
    color: white;
    border: none;
    padding: 7px 5%;
}

/* ------------- products category -------------  */
/* Style tab links */
.tablink {
    background-color: rgb(255, 255, 255);
    /* color: white; */
    margin-bottom: 2%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 23px;
    width: 100px;
    font-family: 'Dancing Script', cursive;
}
.tablink:hover{
    border-bottom: 1px solid #dd0000;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    display: none;
    height: 100%;
}
.card p{
    color: #686868;
    font-size: 14px;
}
.category-pdt .card{
      margin-top: 3%;
}
.pdt-button{
    width: 60%;
    margin: auto;
    text-align: center;
}

  /* ----------- season card ------  */
.season-card img{
      height: 100%;
}

  /* ----------- brands -----  */
.brands{
      margin-top: 8%;
}

/* -------------- inner pages --------------  */
/* ---- inner page head --------  */
.inner-page-head{
    background-image: url('img/inner-page-head.png');
    background-position: center;
    background-size: cover;
}
.inner-page-head h1{
    padding: 7% 0;
    text-align: center;
    color: white;
    font-family: 'Dancing Script', cursive !important;
    font-weight: 800;
    font-size: 4rem;
}


/* ---------- about us page ---------  */
/* ------ about us page ------  */
.choose-txt{
    margin-bottom: 8%;
}
.choose-txt:hover .fa{
    background-color: #dd0000;
    color: white;
}
.choose-txt .fa{
    float: left;
    background: #dd000027;
    padding: 4%;
    font-size: 35px;
    color: #dd0000;
    margin-right: 3%;
    margin-top: 5px;
    transition: 0.5s;
}
.choose-txt p{
    font-size: 16px;
    color: rgb(148, 148, 148);
}
.our-team .card .links .fa{
    background: rgb(243, 243, 243);
    padding: 5%;
    font-size: 19px;
    width: 50px;
    transition: 0.5s;
    color: #000;
    cursor: pointer;
}
.our-team .card{
    transition: 0.5s;
    text-align: center;
}
.our-team .card:hover{
    transform: translatey(-5px);
}
.our-team .card .links .fa:hover{
    background-color: rgb(21, 73, 78);
    color: white;
}
.our-team .card h5{
    color: rgb(112, 112, 112);
    letter-spacing: 2px;
}


/* --------- privacy policy page -------  */
.privacy-policy p{
    color: rgb(148, 148, 148);
}

/* --------- terms and condition  ---------  */
.terms p{
    color: rgb(148, 148, 148);
}

/* ----------- contact us page -----------  */
.point-1{
    text-align: center;
    border: 3px solid #a71414;
    padding: 12%;
}
.point-1 .fa{
    font-size: 36px;
    margin-bottom: 7%;
    color: #a71414;
}
.cnt-page-form{
    background: whitesmoke;
    padding: 5%;
    margin-top: 8%;
}
.cnt-page-form input{
    width: 100%;
    padding: 10px;
    margin-top: 3%;
    outline: none;
    border: none;
}
.cnt-page-form select{
    width: 100%;
    padding: 15px;
    margin-top: 3%;
    outline: none;
    border: none;
}
.cnt-page-form textarea{
    width: 100%;
    padding: 5px;
    margin-top: 3%;
    outline: none;
    border: none;
}
iframe{
    margin-top: 8%;
    width: 100%;
    height: 93%;
}
.cnt-page-form button{
    width: 100%;
    margin-top: 1%;
    padding: 8px;
    border: none;
    background: #a71414;
    color: white;
}
.cnt-page-form h3{
    text-align: center;
}

/* --------- shop now page ------  */
.dropbtn {
    background-color: white;
    color: black;
    padding: 7px 2%;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 220px;
    border: 1px solid #000;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #a71414;
    color: white;
    border: none;
  }
  
 .shop-now .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 3%;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}



/*----------------------------------------*/
/* footer Area
/*----------------------------------------*/

.footer-top{
    text-align: center;
    background-color: black;
    color: white;
    padding: 35px;
}
.footer-main{
    padding: 3%;
}
.footer-main .logo img{
    width: 150px;
    margin-bottom: 11px;
}
.footer-main ul li{
    list-style: none;
    color: #000;
    margin-top: 5px;
}
.footer-main ul{
    padding: 0;
    margin-top: 6%;
}
.footer-main .fa{
    margin-right: 7px;
}
.footer-top input{
    width: 63%;
    padding: 8px;
    border: none;
    outline: none;
}
.footer-top button{
    padding: 8px;
    border: none;
    margin-left: -1%;
    background: #dd0000;
    color: white;
    width: 120px;
}
.copy-right p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
    margin: 1% 0;
    font-size: 14px;
}
.copy-right{
    background-color: #a71414;
}

/*----------------------------------------*/
/* RESPONSIVE
/*----------------------------------------*/

@media screen and (min-width: 300px) and (max-width: 500px){
    .short-list .card{
        width: 16rem;
        margin: auto;
    }
    .section-padding{
        padding: 30px 0px;
    }
    .section-title h1{
        font-size: 2rem;
    }
    .top-header{
        display: none;
    }
    .offer-mid .txt h1{
        font-size: 1rem;
    }
    .pdt-button{
        width: 80%;
    }
    .season-card img{
        padding: 2%;
    }
    .footer-top input{
        width: 59%;
    }
    .footer-top button{
        margin-left: -3%;
    }
    footer{
        text-align: center;
    }
    .feeds{
        display: none;
    }
    .el-wrapper{
        margin: 5px auto;
    }
    .privacy-policy p{
        font-size: 16px;
    }
    .terms p{
        font-size: 16px;
    }
    .point-1{
        margin-top: 2%;
    }
    .abt-page-txt{
        padding: 5%;
    }
    .choose-txt p{
        font-size: 14px;
    }
    .choose-txt .fa{
        margin-top: 54px;
    }
    .choose-txt{
        padding: 5%;
    }
    .our-team .card{
        margin: 2% auto;
    }
}
@media (max-width: 767px) {
    .logo-div {
        text-align: center;
    }
    .logo-div img {
        margin-top: 10%;
        width: 50%;
    }
    .about-div h2 {
        font-size: 35px;
        color: #fff;
        margin: 25px;
    }
    .follow-us {
        margin-left: 0;
        margin-top: 5%;
    }
    span {
        color: #ffffff;
        font-weight: 800;
        font-size: 24px;
        margin-right: 20px
    }
    .about-div p {
        color: #fff;
        text-align: justify;
        font-size: 16px;
        line-height: 28px;
    }
    .follow-us .fa {
        font-size: 23px;
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
        text-align: center;
        padding: 14px;
        border-radius: 50px;
        margin: 5px;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .el-wrapper {
      width: 290px;
      margin: 30px auto;
    }
    .owl-brands, .register-div {
        margin: 0;
        margin-bottom: 20px;
    }
    .offer-slider {
        height: auto;
    }
    .follow-div .firstspan {
        color: #fff;
        font-size: 12px;
    }
    .twospan .fa {
        font-size: 16px;
    }
    .contacts-div {
        margin: 10px 0;
    }
    .contacts-div2 {
        display: block;
        margin: 0px 0;
    }
    .contacts-div .thirdspan, .contacts-div .fourspan,.contacts-div2 .fourspan {
    
    font-size: 12px;
    }
    .btn-block {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 20px;
    }
    .contacts-div .fa, .contacts-div2 .fa {
        font-size: 16px;
    }
    .contacts-div .thirdspan {
        margin: 0 5px;
    }
    .contacts-main-div {
        margin-top: 0px;
    }
    .set-logo {
    padding: 20px 0;
    }
    .set-logo img {
        width: 65px;
    }

  }