/*
Theme Name: the podcast studio
Theme URI: 
Description: the podcast studio
Author: the podcast studio
Author URI: https://devcom-media.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  the podcast studio
*/
 

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Questrial&display=swap');
/*
section{
    
}

.container-fluid{
    scroll-snap-align: start;
    height: 100vh;
}

footer{
    scroll-snap-align: start;
    background-color: red; 
}
*/

*:active, *:focus{
    box-shadow: none !important;
    outline: none !important;
}
.no-scroll,
body.no-scroll,
html.no-scroll{
    overflow: hidden !important;
}
 
.grecaptcha-badge{
    display: none;
}


html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
 
body{
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #777; 
    line-height: normal;
}


.wysiwyg *:last-child{
    margin-bottom: 0;
}

.aligncenter{
    display: flex;
    margin: auto;
}
.alignright{
    float: right;
    margin-left: 50px;
}
.primary-color{
    color: #D44936 !important;
}
.secondary-color{
    color: #D44936 !important;
} 
.primary-background{
    background-color: #D44936 !important;
}
.secondary-background{
    background-color: #D44936 !important;
}
.white-background{
    background-color: #FFF !important;
}

b, strong{
    font-weight: 600;
}
h1, h2{
    font-family: 'Inter', sans-serif;
    color: #231F1E
}

h1{
    font-size: 40px;
    font-weight: 600;  
    margin-bottom: 20px;
    line-height: normal;
}
h2{
    font-size: 40px;
    font-weight: 600;  
    margin-bottom: 20px;
    line-height: 1.3;
}
h3{
    font-size: 24px;
    font-weight: 600;  
    line-height: normal;
}
h4{
    font-size: 24px;
    font-weight: 600;  
    line-height: normal;
}
h5{
    font-size: 15px;
    font-weight: 600;  
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: normal;
    padding-left: 80px;
    position: relative;
}
h5:before{
    content: '';
    width: 72px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #D44936;
}
h6{  
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 40px;
} 



h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b{
    color: #D44936 !important;
    font-weight: inherit;  
}


a{
    text-decoration: none; 
    color: #D44936
}
a:hover{
    text-decoration: none;
    color: #D44936;
}
button.btn,
a.btn{
    background-color: #D44936;
    color: #FFFFFF; 
    padding: 8px 33px; 
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    min-width: 150px; 
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;  
} 
button.btn:hover,
a.btn:hover,
button.btn.yellow,
a.btn.yellow{
    background-color: #231F1E;
    color: #FFFFFF;
} 
.ancre{
    position: absolute;
    top: -100px;
}
.scrollDown{
    width: 34px;
    height: 54px;
    border-radius: 17px;
    border: 1.5px solid #FFF;
    position: absolute;
    z-index: 99;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
}

.scrollDown:after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    left: 10px;
    top: 3px;
    animation: scrollDown 1s infinite;
}


@keyframes scrollDown {
    0%   {top: 3px;}
    100% {top: 37px}
  }

 
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    transition: top 0.5s ease-in-out;-webkit-transition: all 500ms;
    -moz-transition: all 500ms;
      -o-transition: all 500ms;
         transition: all 500ms;
} 

header .brand img{
    width: 155px;
}
 
#breadcrumbs a:hover{
    color: #A0BCD0 !important;
}
 
 
.top_header{
    background-color: #231F1E;
    padding: 5px 0;
}
.top_header .phone.btn,
.top_header .email.btn{
    background-color: unset;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 5px;
    margin-bottom: 0;
    min-width: unset;
}
.top_header .phone.btn .fill,
.top_header .email.btn .fill{
    fill: #D44936;
}

.top_header ul li:not(:last-child){
    position: relative;
}
.top_header ul li:not(:last-child):after{
    content: '';
    position: absolute;
    top: 0;
    right: -1rem;
    width: 1px;
    height: 100%;
    background-color: #777777;
}
.top_header ul li:not(:first-child){
    margin-left: 1rem;
}
.top_header ul li:not(:last-child){
    margin-right: 1rem;
}
.top_header .btn:hover{
    color: #D44936;
}

.top_header .city{
    color: #FFFFFF;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.navbar{
    padding: 10px 0;
}
.nav{
    padding: 0; 
}
.navbar .navbar-nav .nav-item.menu-item-has-children:hover > ul{
    display: block;
}

.navbar .navbar-nav .nav-link{
    color: #231F1E;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
} 
header .navbar .navbar-nav .nav-item:hover .nav-link,
header .navbar .navbar-nav .nav-item.active .nav-link{
    color: #D44936;
}
header .navbar .navbar-nav .nav-item.active .nav-link{
    color: #D44936;
}
header .navbar .navbar-nav .nav-item.btn .nav-link{
    background-color: #D44936;
    color: white ;
    border-radius: 40px;  
    display: inline-flex;
    align-items: center;
    padding: 5px 30px;
    height: 48px;
    text-transform: unset;
}

header .navbar .navbar-nav .nav-item.btn .nav-link:hover{
    background-color: #231F1E;
    color: #FFFFFF !important;
}
header .navbar .navbar-nav .nav-item.btn.black .nav-link{
    background-color: #231F1E;
}
header .navbar .navbar-nav .nav-item.btn.black .nav-link:hover{
    background-color: #D44936;
    color: #FFFFFF !important;
}
 

header .navbar{
    box-shadow: 0px 4px 11px rgba(159, 186, 202, 0.2);
}
 
.navbar .navbar-nav .nav-item.icon_call .nav-link,
.navbar .navbar-nav .nav-item.icon_gift .nav-link{
    padding-left: 35px !important;
}  


header .navbar .navbar-nav .nav-item.btn .nav-link{
    color: #FFF;
}

.navbar .navbar-nav .nav-item.btn .nav-link:before,
.navbar .navbar-nav .nav-item.btn .nav-link:hover:before{
    display: none;
}

header .navbar .navbar-nav .nav-item.btn .nav-link:hover,
.navbar .navbar-nav .nav-item.btn .nav-link:hover{
    color: #D44936;
}

  
 
.menuContainer{
    display: flex;
    align-items: center;
}

.menuContainer .social_media svg{
    width: 48px;
}
.dropdown-toggle::after{
    vertical-align: 2px;
}
button.cky-btn.cky-btn-reject,
button.cky-btn.cky-btn-customize{
    display: none;
}
button.cky-btn.cky-btn-accept{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #D44936 !important;
    border-color: #D44936 !important;
}

.cky-consent-container{
    width: 1000px !important;
    font-size: 13px;
}
.cky-consent-bar{
    border-radius: 100px !important;
    padding: 20px;
}
.cky-notice-btn-wrapper{
    margin-top: 0 !important;
    margin-left: 20px;
}
.cky-notice .cky-title{
    display: none !important;
}
.cky-consent-bar .cky-notice-des p{
    font-size: 15px !important;
}
.cky-consent-container .cky-notice-btn-wrapper .cky-btn{
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 50%;
}
.cky-consent-container .cky-notice-btn-wrapper .cky-btn:after{
    content: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8202 0.357393C15.9311 0.244238 16.0634 0.154345 16.2095 0.092977C16.3556 0.0316093 16.5124 0 16.6709 0C16.8293 0 16.9861 0.0316093 17.1322 0.092977C17.2783 0.154345 17.4107 0.244238 17.5215 0.357393C17.9863 0.827018 17.9928 1.58589 17.5378 2.06364L7.92917 13.4224C7.82008 13.5422 7.6877 13.6385 7.54011 13.7053C7.39253 13.7722 7.23286 13.8083 7.07086 13.8113C6.90886 13.8144 6.74795 13.7843 6.59796 13.723C6.44797 13.6618 6.31206 13.5705 6.19855 13.4549L0.351799 7.53014C0.12631 7.30018 0 6.99096 0 6.66889C0 6.34683 0.12631 6.0376 0.351799 5.80764C0.462699 5.69449 0.59506 5.60459 0.741131 5.54323C0.887202 5.48186 1.04405 5.45025 1.20249 5.45025C1.36093 5.45025 1.51777 5.48186 1.66384 5.54323C1.80991 5.60459 1.94227 5.69449 2.05317 5.80764L7.01267 10.8338L15.7877 0.393143C15.7978 0.380584 15.8086 0.368646 15.8202 0.357393Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.cky-consent-container  .cky-notice-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  

.background-center{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.with_filter{
    z-index: 0;
    position: relative;
}
 
.with_filter:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.full_header{
    background-color: rgba(0, 0, 0, .9);
    height: 100vh;
    display: flex;
    align-items: center;
}
.full_header *{
    color: #FFFFFF;
}

.full_header .image{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}


.services{
    padding: 5rem 0;
}
.services a.service .image{
    width: 236px;
    height: 264px;
    margin: auto;
    margin-bottom: 1rem;
    position: relative;
}
.services a.service h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px; 
    color: #231F1E;
}
.services a.service p{
    color: #777
}
.services a.service.active .image:before,
.services a.service:hover .image:before{
    background: linear-gradient(-90deg, #D44936 0%, rgba(228, 39, 49, 0.00) 100%);
}
.services a.service:hover h3{
    color: #D44936;
}
.services a.service:hover svg .fill{
    fill: #D44936;
}

.realization img{
    border-radius: 30px;
}

.realization .slick-slide {
    margin: 0 10px;
    height: auto;
}

.realization .slick-list {
    margin: 0 -10px;
}

.image_with_content{
    padding: 4rem 0;
}
.tarifs{
    padding: 3rem 0;
}
.tarifs.with_image:before{
    background: rgba(35, 31, 30, 0.90);
}
.tarifs.with_image *{
    color: #FFFFFF;
}
.tarifs .plan{
    background-color: #FFFFFF;
    border-radius: 30px; 
    padding: 4rem 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tarifs:not(.with_image) .plan{ 
    box-shadow: 0px 4px 52.2px 0px rgba(0, 0, 0, 0.10);
}

.tarifs .plan *{
    color: #777;
}
.tarifs .plan h4{
    color: #D44936;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 42px;
}
.tarifs .plan h4 strong{
    font-size: 64px;
    font-weight: 600;
    color: #D44936;
}
.tarifs .plan h3{
    color: #231F1E;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.tarifs .plan h3 + h4{
    padding-top: 35px;
}
.tarifs .plan p strong{
    color: #D44936
}
.tarifs .plan ul{
    padding-left: 0;
    padding-top: 25px;
}
.tarifs .plan ul li{
    list-style: none;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
}

.tarifs .plan ul li:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M13.7 1.1999C13.3 0.799902 12.7 0.799902 12.3 1.1999L4.8 8.6999L1.7 5.5999C1.3 5.1999 0.7 5.1999 0.3 5.5999C-0.1 5.9999 -0.1 6.5999 0.3 6.9999L4.1 10.7999C4.3 10.9999 4.5 11.0999 4.8 11.0999C5.1 11.0999 5.3 10.9999 5.5 10.7999L13.7 2.5999C14.1 2.1999 14.1 1.5999 13.7 1.1999Z' fill='%23D44936'/%3E%3C/svg%3E");;
    margin-right: 12px;
}

.contact { 
    background-color: #231F1E;
    margin: 4rem 0 2rem 0;
}

.contact .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}
.contact .container{
    z-index: 1;
    position: relative;
}

.contact .custom-file-label {
    width: 98%;
    position: absolute;
    top: 0;
    height: 52px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    padding-left: 57px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #231F1E;
    border: 2px dashed #D44936;
    cursor: pointer;
    background: #fff;
    background-clip: padding-box;
    border-radius: 10px;
}
.contact .custom-file-label::after {
    background: url("assets/images/upload_file.svg") center center;
    position: absolute;
    top: 5px;
    left: 18px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    content: "";
    font-weight: 900;
    border-left: 0px solid #f8f8f8;
    border-radius: 0px;
    font-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.contact .custom-file {
    position: relative;
    height: 60px;
}

.contact .form-control{
    border: unset;
    border-bottom: 1px solid #FFFFFF;
    font-size: 13px;
    border-radius: unset;
    color: #FFFFFF;
    background-color: transparent;
}
.contact textarea.form-control {
    height: 100px;
    resize: none;
}

.contact .form-control::placeholder{
    color: #777;
}

.contact input[type=submit]{
    background-color: #D44936;
    color: #FFFFFF; 
    padding: 8px 33px; 
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    min-width: 150px; 
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;  
    border: 0;
    margin-top: 2rem;
}

.contact .content{
    background-color: #D44936;
    max-width: 430px;
    border-radius: 30px;
    padding: 40px 35px;
}

.contact .content *{
    color: #FFFFFF;
}

.contact .content h2 strong{
    color: #231F1E !important;
}

.contact .content a.phone{
    padding: 0;
    min-width: auto;
}
.icons{
    padding: 2rem 0;
}
.icons .icons_container{
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.icons .icons_container .icon{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.icons .icons_container .icon img{
    width: 54px;
}

.content_with_phone_number{
    padding-top: 4rem;
}



.newsletter_form form p, .newsletter_form form label{
    margin-bottom: 0;
    position: relative;
}
.newsletter_form form .wpcf7-spinner{
    position: absolute;
}
.newsletter_form form p label .wpcf7-form-control-wrap{
    padding-top: 0;
}
.newsletter_form .form-control{
    height: 55px; 
    border: unset;
    border-bottom: 1px solid #000000;
    border-radius: 0;
} 
.newsletter_form input[type=submit]{
    display: none;
}
.newsletter_form button{
    width: 42px;
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px; 
    border: unset;
    cursor: pointer;
    background: #FFFFFF;
    font-size: 0;
} 
.newsletter_form button:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_130_25)'%3E%3Cpath d='M14.5353 7.4093L14.5305 7.40719L1.60129 2.04455C1.49255 1.99903 1.37421 1.98118 1.25687 1.99259C1.13954 2.004 1.02686 2.04432 0.928921 2.10994C0.825445 2.17774 0.740448 2.27021 0.681579 2.37901C0.62271 2.48782 0.591816 2.60956 0.591675 2.73327V6.16295C0.591732 6.33207 0.650786 6.49587 0.758659 6.62613C0.866531 6.75638 1.01646 6.84492 1.18261 6.87649L8.2342 8.18037C8.26191 8.18562 8.28692 8.20038 8.30491 8.2221C8.3229 8.24382 8.33274 8.27114 8.33274 8.29934C8.33274 8.32755 8.3229 8.35487 8.30491 8.37659C8.28692 8.39831 8.26191 8.41307 8.2342 8.41832L1.18292 9.7222C1.01681 9.75368 0.866889 9.84211 0.758968 9.97224C0.651048 10.1024 0.591887 10.2661 0.591675 10.4351V13.8654C0.591595 13.9835 0.620845 14.0999 0.6768 14.2039C0.732756 14.3079 0.813666 14.3964 0.912271 14.4615C1.03088 14.5403 1.17008 14.5824 1.31249 14.5826C1.41149 14.5825 1.50947 14.5626 1.60069 14.5242L14.5296 9.19211L14.5353 9.18938C14.7093 9.11459 14.8576 8.99042 14.9618 8.83223C15.066 8.67404 15.1216 8.48877 15.1216 8.29934C15.1216 8.10992 15.066 7.92465 14.9618 7.76646C14.8576 7.60827 14.7093 7.4841 14.5353 7.4093Z' fill='%23D44936'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_130_25'%3E%3Crect width='15.5' height='15.5' fill='white' transform='translate(0.1073 0.535721)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.newsletter_form .form-control{
    border: 0;
    height: 44px;
    font-weight: 300;
    border: 1px solid #C1C1C1;
}
.newsletter_form .form-control::placeholder{
    font-weight: 300;
    color: #C1C1C1;
}


footer .city.btn,
footer .phone.btn,
footer .email.btn{
    background-color: unset;
    color: #231F1E;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 5px;
}
footer .phone.btn .fill,
footer .email.btn .fill{
    fill: #D44936;
}

footer  h3{
    font-size: 20px;
    color: #231F1E;
    font-weight: 800;
    margin-bottom: 30px;
    padding-top: 20px;
}
footer ul{
    padding-left: 0;
}

footer ul li{
    list-style: none;
    margin-bottom: 10px;
}

footer ul li a{
    color: #3E3E3E;
    font-size: 19px;
    transition: .3s;
}
footer ul li a:hover{
    color: #D44936; 
    transition: .3s;
}

footer a.brand img{
    width: 210px;
}

.tarifs .logos_slick .slick-slide > div,
.logos .logos_slick .slick-slide > div{
    height: 80px;
    display: flex;
    align-items: center;
} 
.tarifs .logos_slick .slick-slide,
.logos .logos_slick .slick-slide {
    margin: 0 10px;
    height: auto;
}

.tarifs .logos_slick .slick-list,
.logos .logos_slick .slick-list {
    margin: 0 -10px;
}


@media screen and (min-width: 320px) and (max-width: 700px) {
  
    body, html{
        overflow-x: hidden;
    }
    .cky-consent-bar{
        border-radius: 35px !important;
    }
    .cky-consent-container .cky-notice-group{
        display: block;
    }
    .cky-consent-container .cky-notice-btn-wrapper .cky-btn{
        border-radius: 100px;
        height: 45px;
        width: 95px;
    }
   
    body{
        font-size: 16px;
    }
  .navbar .navbar-nav .nav-item{
    width: 100%;
  }
    .navbar-toggler:active,
    .navbar-toggler:focus{
        box-shadow: none;
        outline: none;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
        text-align: center;
    }
    header .navbar-toggler line{
        stroke: #D44936;
    }

    .home_header{
        text-align: center;
    }
    .home_header .texte_content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
   
    .navbar .navbar-nav .nav-item.secondary_btn:hover .nav-link,
    .navbar .navbar-nav .nav-item.secondary_btn .nav-link,
    .navbar .navbar-nav .nav-item.primary_btn .nav-link{
        margin-bottom: 8px;
        padding: 8px 20px;
        font-size: 14px; 
    }
    .navbar .navbar-nav .nav-item.secondary_btn.icon_gift:hover .nav-link:before,
    .navbar .navbar-nav .nav-item.icon_gift .nav-link:before,
    .navbar .navbar-nav .nav-item.primary_btn.icon_gift:hover .nav-link:before,
    .navbar .navbar-nav .nav-item.secondary_btn.icon_gift .nav-link:before,
    .navbar .navbar-nav .nav-item.secondary_btn.icon_call:hover .nav-link:before,
    .navbar .navbar-nav .nav-item.icon_call .nav-link:before{
        top: 11px;
    }
    .navbar-nav .dropdown-menu:before{
        display: none;
    }
    .navbar-nav .dropdown-menu .dropdown-menu{
        top: unset;
        margin: 15px;
    }
    .blocs ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    h1{
        font-size: 27px;
    }
    h2{
        font-size: 27px;
    }
    h3{
        font-size: 18px;
    }
    .header{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .parallax{
        padding: 3rem 0;
    } 
 
    .form .form_content{
        border-radius: 50px 0;
        padding: 20px 24px;
    }
    .slider:after,
    .header:after{
        border-radius: 50px 50px 0 0;
        height: 50px;
    }
    body.header_transparent .header{
        padding-top: 7rem;
        padding-bottom: 5rem;
    }
    .content_with_image .image{
        border-radius: 50px 0;
    }
    header .brand img{
        width: 120px;
    }
    header .brand .transparant_logo{
        display: none;
    }
    .full_header{
        display: block;
        height: auto;
    }
    .full_header .image{
        right: 0;
        position: unset;
        width: 100%;
        height: 300px;
    }
    .services {
        padding: 0rem 0;
    }
    .realization img{
        height: 165px;
    }
    .tarifs .plan{
        margin-bottom: 0;
    }
    .tarifs .plan h3{
        margin-bottom: 10px;
    }
    .tarifs .plan { 
        padding: 2rem 2rem;
    } 
    footer h3{
        font-family: 600;
        margin-bottom: 20px;
    }
    footer ul li a{
        font-size: 16px;
    }
    .top_header .city{
        font-size: 14px;
    }
    .top_header .city *{
        color: #FFFFFF !important;
    }
    .top_header .city a{
        color: #FFFFFF !important;
    }
    
}

@media (min-width: 768px){
    
}

@media (min-width: 992px){
    
}
@media (min-width: 1200px){
     
}

@media (min-width: 1400px){
    
}

