p{
    font-family: 'PT Serif', serif; 
}
h1{
    font-family: 'Poppins', sans-serif;
}
h3{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: white;
}
h4{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: white;    
}
ul li{
    font-family: 'PT Serif', serif; 
}
input,
textarea{
    font-family: 'PT Serif', serif;
}
button{
    font-family: 'PT Serif', serif;
}

/* górny pasek strony */
header .belt{
    position: relative;
    height: auto;
    overflow: hidden;
    background: white;
    z-index: 2;
}
header .belt > .left{
    position: relative;
    height: 48px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .belt > .left > span{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
}
header .belt > .left > span > a{
    color: #49c0d0;
    text-decoration: none;
    font-weight: bold;
}
header .belt > .right{
    position: relative;
    height: 48px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .belt > .right > span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header .belt > .right > span > i{
    position: relative;
    color: #49c0d0;  
    font-weight: bold;
    margin-right: 5px;
    font-size: 1.5em;
}

/* logo | adres, telefon, godziny otwarcia */
header .logo-data{
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    background: white;
    z-index: 2;
}
header .logo-data .left{
    display: table;
    position: relative;
    height: 120px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .logo-data .left h1{
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0px 0px 1px black;
}
header .logo-data .left h1 > i{
    margin-left: 30px;
    color: #49c0d0;
    font-size: 1.6em;
}


header .logo-data .right{
    padding: 0;
}
header .logo-data .right div{
    position: relative;
    top: 0px;
    display: table;
    height: 120px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header .logo-data .right div > i,
header .logo-data .right div > p{
    display: table-cell;
    padding: 0px 10px;
    vertical-align: middle;
}
header .logo-data .right div > i{
    font-size: 2em;
    color: #49c0d0;
    width: 50px;
    font-size: 2.6em;
}
header .logo-data .right div > p > span{
    font-weight: bold;
}


header .menu{
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    background: white;
    z-index: 2;
}
header .menu ul{
    position: relative;
    top: 5px;
    display: table;
    height: 46px;
}
header .menu ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: bold;
    display: table-cell;
    padding: 5px 15px;
    vertical-align: middle;
}
header .menu ul li a{
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px black;
}
header .menu ul li > a.active{
    text-shadow: 0px 0px 10px #49c0d0;
}
/* slider */
#loop-slider{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 670px;
    overflow: hidden;
    z-index: 2;
}
#loop-slider img{
    width: 100%;
    height: 700px;
}

#loop-slider .form-outline{
    position: absolute;
    top: 37%;
    right: 50px;
    transform: translateY(-50%);
    width: 530px;
    height: 400px;
}
@media all and (max-width: 420px){
    #loop-slider .form-outline{
        width: 90%;
        right: 20px;
    }
}
#loop-slider .form-outline h3{
    position: relative;
    z-index: 2;
    margin-left: 15px;
    text-transform: uppercase;
}
#loop-slider .form-filter{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #49c0d0;
    opacity: 0.8;
}
#loop-slider .form{
    display: block;
    height: 500px;
    width: 500px;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media all and (max-width: 420px){
    #loop-slider .form{
        padding: 10px;
        width: 100%;   
    }
}
#loop-slider .form label{
    position: relative;
    top: 42px;
    left: 15px;
    font-size: 1.5em;
}
#loop-slider .form > form > div{
    position: relative;
}
#loop-slider .form input{
    display: block;
    margin-top: 0px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 0;
    padding-left: 40px;
    margin-top: 10px;
}
#loop-slider .form span{
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 1.6em;
    opacity: 0.3;
}
#loop-slider .form .textarea{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1.6em;
    opacity: 0.3;   
}
#loop-slider .form textarea{
    width: 100%;
    height: 120px;
    outline: 0;
    border: 0;
    margin-top: 5px;
    padding-left: 40px;
    padding-top: 13px;
}
#loop-slider .form submit{
    position: relative;
    top: 10px;
    padding: 5px 30px;
    margin-top: 20px;
    background: rgba(0,0,0,0.7);
    color: white;
    cursor: pointer;
    transition: .5s;
    font-family: 'PT Serif', serif;
}
#loop-slider .form submit:hover{
    background: black;
    transition: .5s;
    color: yellow;
}

/* about-us */
#content-site{
    padding: 30px 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background: white;
}
#content-site .container-fluid{
    padding: 0;
    margin: 0;
}
#content-site .about-us{
    position: relative;
    display: block;
    height: auto;
    background: #f8f8f8;
}
#content-site .about-us div{
    display: block;
    padding: 20px 10px;
    background: #f8f8f8;
    height: auto;
}
@media all and (max-width: 1200px){
    #content-site .about-us div{
        padding: 35px 50px;   
    }
}
#content-site .about-us div:nth-child(2){
    background: #f8f8f8;
}
#content-site .about-us div > span{
    display: block;
    width: 100%;
    height: 220px;
}
@media all and (max-width: 1200px){
    #content-site .about-us div > span{
        display: none;
        background: red;
    }
}
#content-site .about-us div > p{
    position: relative;
    top: 50px;
    opacity: 0.1;
}
#content-site .about-us div > span > img{
    position: relative;
    top: 50px;
    opacity: 0.1;
    width: 100%;
}
#content-site .about-us div > button{
    position: relative;
    top: 10px;
    padding: 5px 30px;
    margin-top: 20px;
    background: rgba(0,0,0,0.7);
    color: white;
    cursor: pointer;
    transition: .5s;
    border: 0;
    outline: 0;
}
@media all and (max-width: 1200px){
    #content-site .about-us div > button{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;   
    }
}
#content-site .about-us div > button:hover{
    background: black;
    transition: .5s;
    color: yellow;    
}
#content-site .about-us div h3{
    color: rgba(0,0,0,0.7);
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
}
#content-site .about-us div > .belt{
    display: block;
    content: "";
    width: 70px;
    height: 5px;
    background: #49c0d0;
    margin-bottom: 25px;
}

/* Slogan promocyjny */
#content-site .promotial-slogan{
    position: relative;
    background: #222222;
    color: white;
    padding: 25px 40px 35px 40px;
    margin-top: 25px;
    overflow: hidden;
    z-index: 2;
}
#content-site .promotial-slogan .row{
    display: flex;
}
@media all and (min-width: 1200px){
    #content-site .promotial-slogan .right{
        height: 120px;
        position: relative;
    }
    #content-site .promotial-slogan .right > button{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }   
}
@media all and (max-width: 1200px){
    #content-site .promotial-slogan .right{
        height: 75px;
    }
}

#content-site .promotial-slogan > div:nth-child(2) > button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 45px;
    background: white;
    color: black;
    border: 0;
    outline: 0;
    transition: .5s;
    letter-spacing: 1px;
}
#content-site .promotial-slogan > div:nth-child(2) > button:hover{
    transition: .5s;
    background: black;
    color: yellow;
}

/* services */
#content-site .services{
    overflow: hidden;
    position: relative;
    height: auto;
    padding: 0px 0px;
    margin-top: 0px;
    z-index: 2;
}
#content-site .services > .service-title{
    margin-bottom: 35px;
    background: #f8f8f8;
    width: 100%;
    padding: 25px 35px;
}
#content-site .services > .service-title > h3,
#content-site .services > .service-title > p{
    text-align: center;
    color: black;
}
#content-site .services > .service-title > h3{
    font-family: 'PT Serif', serif;
    color: rgba(0,0,0,0.7);
    text-transform: uppercase;
}
#content-site .services > .row > .left,
#content-site .services > .row > .center,
#content-site .services > .row > .right{
    display: table;
}
#content-site .services > .row > .left > .iteam > .ikons,
#content-site .services > .row > .center > .iteam > .ikons,
#content-site .services > .row > .right > .iteam > .ikons{
    position: relative;
    display: table-cell;
    height: 25px;
    width: 100px;
}
#content-site .services > .row > .left > .iteam > .ikons > span,
#content-site .services > .row > .center > .iteam > .ikons > span,
#content-site .services > .row > .right > .iteam > .ikons > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 75px;
    width: 75px;
    background: #49c0d0;
    border-radius: 50%;
    overflow: hidden;
}
#content-site .services > .row > .left > .iteam > .ikons > span > .filters,
#content-site .services > .row > .center > .iteam > .ikons > span > .filters,
#content-site .services > .row > .right > .iteam > .ikons > span > .filters{
    display: block;
    position: absolute;
    left: -75px;
    height: 75px;
    width: 75px;
    background: black;
}
#content-site .services > .row > .left > .iteam > .ikons > span > img,
#content-site .services > .row > .center > .iteam > .ikons > span > img,
#content-site .services > .row > .right > .iteam > .ikons > span > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}
#content-site .services > .row > .left > .iteam > .description,
#content-site .services > .row > .center > .iteam > .description,
#content-site .services > .row > .right > .iteam > .description{
    display: table-cell;
    padding: 0px 5px;
}
#content-site .services > .row > .left > .iteam > .description > h3,
#content-site .services > .row > .center > .iteam > .description > h3,
#content-site .services > .row > .right > .iteam > .description > h3{
    color: #49c0d0;
    text-transform: uppercase;
    font-size: 1.3em;
}

/* paralaxesCount - zdjęcie w header */
#paralaxa img{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 900px;
    z-index: 1;
}
/* paralaxesCount */
#paralaxesCount{
    position: relative;
    height: 300px;
    opacity: 1;
    background: none;
    width: 100%;
    z-index: 2;
}
#paralaxesCount > div > div{
    height: 300px;
}
#paralaxesCount > div > div > .box{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#paralaxesCount > div > div > .box > img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
    width: 75px;
    clear: both;
}
#paralaxesCount > div > div > .box > span{
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    color: #49c0d0;
    font-size: 3em;
    font-weight: bold;
}
#paralaxesCount > div > div > .box > h4{
    position: absolute;
    top: 125px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #003;
    text-shadow: 0px 0px 3px #E3E3F0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* gallery */
#gallery{
    overflow: hidden;
    position: relative;
    background: #222222;
    z-index: 2;
    color: white;
    padding: 55px 40px 105px 40px;
}
#gallery h3{
    height: 25px;
    z-index: 2;
    color: black;
    text-align: center;
    color: white;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
}
#gallery .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 80px;
    height: 5px;
    background: #49c0d0;
    margin-bottom: 25px;
}
#gallery .row p:nth-child(3){
    text-align: center;
    margin-bottom: 55px;
}
#gallery .gallery{
    position: relative;
    width: 100%;
    padding-left: 58px;
}
@media all and (max-width: 1200px){
    #gallery .gallery{
         padding-left: 15px;  
    }
}
@media all and (max-width: 992px){
    #gallery .gallery{
         padding-left: 0px;  
    }
}
#gallery .gallery a{
    position: relative;
}
#gallery .gallery a > h5{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 1.6em;
    z-index: 2;
    opacity: 0;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #49c0d0;
}
@media all and (max-width: 1200px){
    #gallery .gallery a > h5{
        font-size: 1.8em;   
    }
}
#gallery .gallery a > .sp-top{
    position: absolute;
    left: 50%;
    top: -88px;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
}
#gallery .gallery a > span > span{
    color: #49c0d0;
}
#gallery .gallery a > span > i{
    color: white;
    margin-left: 3px;
    margin-right: 3px;
}
#gallery .gallery a > .sp-bottom{
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
}
#gallery .gallery a img{
    width: 19%;
    margin: 2px 0px;
    transition: .5s;
    z-index: 3;
}
@media all and (max-width: 1200px){
    #gallery .gallery a img{
        width: 33%;   
    }
}
@media all and (max-width: 992px){
    #gallery .gallery a img{
        width: 100%;   
    }
}
#gallery .gallery a img:hover{
    filter: blur(15px);
    filter: contrast(20%);
    transition: .5s;
}
#gallery .gallery .first-line{
    position: relative;
    top: 50px;
    opacity: 0.1;
}
#gallery .gallery .two-line{
    position: relative;
    top: 50px;
    opacity: 0.1;
}
/* abonaments */
#abonaments{
    position: relative;
    background: #f8f8f8;
    z-index: 2;
    padding: 25px 40px 35px 40px;
}
#abonaments{
}
#abonaments h3{
    text-align: center;
    color: rgba(0,0,0,0.7);
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#abonaments h4{
    position: relative;
    top: -55px;
    color: rgba(0,0,0,0.7);
    text-shadow: 0px 0px 1px #49c0d0;
}
#abonaments .img{
    display: block;
    position: absolute;
    right: 12px;
    top: 55%;
    background: url("../img/abonaments-img.svg");
    height: 90px;
    width: 70px;
}

#abonaments .row > div > .box > p{
    color: rgba(0,0,0,0.7);
    font-weight: bold;
}
#abonaments .row > div{
    padding: 5px 11px;
    position: relative;
    overflow: hidden;
}
#abonaments .row > div:nth-child(3) > .box,
#abonaments .row > div:nth-child(4) > .box,
#abonaments .row > div:nth-child(5) > .box{
    position: relative;
    left: -390px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 3px black;
}
@media all and (max-width: 768px){
    #abonaments .row > div:nth-child(3) > .box,
    #abonaments .row > div:nth-child(4) > .box,
    #abonaments .row > div:nth-child(5) > .box{
        margin-top: 20px;
    }   
}

#abonaments .row > div:nth-child(3) > .box:hover,
#abonaments .row > div:nth-child(4) > .box:hover,
#abonaments .row > div:nth-child(5) > .box:hover{
    background: rgba(0,0,0,0.1);
}

#abonaments .box span{
    font-size: 2.5em;
}
#abonaments .box span > span{
    font-size: 0.5em;
    color: #49c0d0;
}
#abonaments .box > button{
    position: relative;
    margin: 20px 0px;
    width: 100px;
    height: 30px;
    border: 0;
    background: rgba(0,0,0,0.7);
    transition: .5s;
    color: white;
}
#abonaments .box > button:hover{
    transition: .5s;
    color: yellow;
    background: black;
}

/* what people say */
#what-people-say{
    position: relative;
    background: #222222;
    z-index: 2;
    padding: 25px 40px 35px 40px;
    overflow: hidden;
    height: auto;
}
#what-people-say .right{
    color: white;
    text-align: center;
}

#what-people-say .right h3{
    text-align: center;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    margin-bottom: 25px;
}
#what-people-say .right h4{
    color: #49c0d0;
}
#what-people-say img{
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
#what-people-say .right .owl-carousel .owl-nav{
    position: relative;
    color: yellow;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    display: none;
}
#what-people-say .right .owl-carousel .owl-nav .owl-prev{
    border: 1px solid #49c0d0;
    margin-left: 10px;
    background: #49c0d0;
    width: 20px;
    color: white;
}
#what-people-say .right .owl-carousel .owl-nav .owl-next{
    border: 1px solid #49c0d0;
    margin-left: 10px;
    background: #49c0d0;
    width: 20px;
    color: white;
}
#what-people-say .right .owl-carousel .owl-dots{
    position: relative;
    top: 10px;
}
#what-people-say .right .owl-carousel .owl-dot{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: white;
    margin-left: 5px;
    border-radius: 50%;
}

/* news */
#news{
    position: relative;
    background: #f8f8f8;
    z-index: 2;
    padding: 25px 0px;
    overflow: hidden;
    height: auto;
}

#news h3{
    text-align: center;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    margin-bottom: 25px;
    color: rgba(0,0,0,0.7);
}
@media all and (max-width: 768px){
    #news h3{
        margin-bottom: 45px;           
    }
}
#news h4{
    color: #49c0d0;
}

#news .owl-carousel .owl-nav{
    position: relative;
    color: yellow;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    display: none;
}
#news .owl-carousel .owl-nav .owl-prev{
    border: 1px solid #49c0d0;
    margin-left: 10px;
    background: #49c0d0;
    width: 20px;
    color: white;
}
#news .owl-carousel .owl-nav .owl-next{
    border: 1px solid #49c0d0;
    margin-left: 10px;
    background: #49c0d0;
    width: 20px;
    color: white;
}
#news .owl-carousel .owl-dots{
    position: relative;
    top: 10px;
    left: 15px;
}
@media all and (max-width: 768px){
    #news .owl-carousel .owl-dots{
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
}
#news .owl-carousel .owl-dot{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: rgba(0,0,0,0.7);
    margin-left: 10px;
    transform: rotate(45deg);
}
@media all and (max-width: 768px){
    #news .owl-carousel .owl-dot{
        position: relative;
        display: inline-block;
        height: 10px;
        width: 10px;
        background: rgba(0,0,0,0.7);
        margin-left: 10px;
        transform: rotate(45deg);
    }   
}
#news .owl-carousel .owl-dot.active{
    background: #49c0d0;
}
#news .owl-carousel div > .iteam{
    padding: 20px;
}
#news .owl-carousel div img{
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 35px;
}

/* question */
#question{
    position: relative;
    z-index: 2;
    background: white;
    color: black;
    padding: 30px 35px;
}
#question h3{
    color: black;
}

#question .left{
    padding: 20px 65px 20px 75px;
}
@media all and (max-width: 420px){
    #question .left{
        padding: 0;   
    }
}
#question .accordion {
    position: relative;
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 38px 0px 32px 20px;
  width: 100%;
  height: auto;
  text-align: left;
  border: none;
  outline: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 1.3em;
    font-weight: bold;
}
#question .accordion > i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #49c0d0;
    font-size: 2em;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#question .active, .accordion:hover {
  background-color: #ccc;
}
#question .accordion > p{
    width: 80%;
}    


/* Style the accordion panel. Note: hidden by default */
#question .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
#question .right{
    padding: 20px 65px 20px 75px;
}
@media all and (max-width: 420px){
    #question .right{
        padding: 0;   
    }
}

/* maps */
#maps{
    position: relative;
    background: white;
    z-index: 2;
}
#maps > .row > div{
   width: 100%; 
}
/* footer */
footer{
    position: relative;
    background: #222222;
    z-index: 2;
    color: white;
}
footer h4{
    position: relative;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px white;
    margin-bottom: 38px;
}
footer .two span{
    font-style: italic;
    font-size: 0.9em;
    color: #49c0d0;
}
footer .two p{
    font-size: 1em;
    color: rgba(255,255,255,0.2);
}
footer .three form > div{
    margin-bottom: 5px;
}
footer .three form > .input > span{
    position: relative;
    color: white;
}
footer .three form > .input > span > i{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
footer .three form > div > textarea{
    position: relative;
    height: 100px;
    width: 80%;
    background: rgba(0,0,0,0.8);
    padding-top: 5px;    
    padding-left: 28px;
    border: none;
}
footer .three form > .textarea > span{
    position: absolute;
    display: block;
    height: 100px;
}
footer .three form > .textarea > span > i{
    position: absolute;
    left: 5px;
    top: 5px;
    color: white;
    z-index: 2;
}
footer .three form > div > input{
    width: 80%;
    padding: 10px 0px 10px 25px;
    border: none;
    background: rgba(0,0,0,0.8);
}
footer .three form > button{
    background: #49c0d0;
    border: none;
    padding: 10px 25px;
    transition: .5s;
}
footer .three form > button:hover{
    background: black;
    color: yellow;
    transition: .5s;
}

footer .four > div > i{
    font-size: 1.2em;
    color: #49c0d0;
    margin-bottom: 5px;
}
footer .four > div > p > span{
    color: #49c0d0;
}
footer .fa-stethoscope{
    color: #49c0d0;
}
footer .row:nth-child(1){
    padding: 20px 35px;
}
footer .footer-belt{
    position: relative;
    height: 50px;
    background: black;
}
footer .footer-belt > .left{
    position: relative;
    height: 50px;
    text-align: center;
}
footer .footer-belt > .left > p{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
}
footer .footer-belt > .right{
    position: relative;
    height: 50px;
}
footer .footer-belt > .right > .box-i{
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translateY(-50%);
}
@media all and (max-width: 768px){
    footer .footer-belt > .right > .box-i{
        left: 72%;   
    }
}
@media all and (max-width: 420px){
    footer .footer-belt > .right > .box-i{
        left: 65%;   
    }
}
footer .footer-belt > .right > .box-i > i{
    margin-left: 5px;
    color: #49c0d0;
}