/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

.logo img {
    width: 220px;
}
.cta-text h2 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    text-align: center;
    padding: 5px;
    color: #f7eeee;
}
.call-back-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.call-back-section .content-column h3 {
   position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0;
}
.contacts-form-button button.c-btn {
    border: none;
    padding: 15px;
}
.cta-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
}
section.call-back-section .content .footer-wrapper p {
    font-size: 14px;
}
.breadcrumb-text h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #fff;
}
.breadcrumb-menu li a {
    color: #2fffc0;
    font-size: 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
.logo img {
    width: 220px;
}
 
.slider-button a.white-btn {
    margin-left: 0;
    margin-top: 15px;
}
.cta-text h2 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    text-align: center;
    padding: 5px;
    color: #f7eeee;
}
.call-back-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.call-back-section .content-column h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}
.contacts-form-button button.c-btn {
    border: none;
    padding: 15px;
}
.cta-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
.logo img {
    width: 250px;
}
.cta-text h2 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    text-align: center;
    padding: 5px;
    color: #f7eeee;
}
.call-back-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.call-back-section .content-column h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}
.contacts-form-button button.c-btn {
    border: none;
    padding: 15px;
}
.cta-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
 }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

.logo img {
    width: 220px;
}
.logo img {
    width: 220px;
}
.cta-text h2 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    text-align: center;
    padding: 5px;
    color: #f7eeee;
}
.call-back-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.call-back-section .content-column h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}
.contacts-form-button button.c-btn {
    border: none;
    padding: 15px;
}
.cta-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

 }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

 .header-right-wrapper {
        margin-right: 50px; 
    }

 }

