@font-face {
  font-family: 'Gilroy-regular';
  src: url('../fonts/gilroy/Gilroy-Regular.ttf');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy-medium';
  src: url('../fonts/gilroy/Gilroy-Medium.ttf');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy-bold';
  src: url('../fonts/gilroy/Gilroy-SemiBold.ttf');
  font-style: normal;
  font-display: auto;
}
#footer {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    color: #808080;
    letter-spacing: 0.5px;
    font-family: "Gilroy-regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
}


#footer,
#footer > div.content_footer_top {
    clear: both;
}

#footer > div.content_footer_top {
    width: 100%;
    padding: 0;
    background: #36a5da;
    display: inline-block;
    vertical-align: top;
}

#footer > div.content_footer_top > div.container {
    margin-right: auto;
    margin-left: auto;
    /* max-width: 100%; */
}

.newsletter {
    display: block;
    padding: 28px 0;
    overflow: hidden;
}

.newsletter .newsletter-image {
    background-image: url(../image/news-letter.svg);
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-top: 10px;
}

.newsletter-title {
    font-size: 22px;
    font-weight: 700;
    color: #f7f7f7;
    display: inline-block;
    vertical-align: top;
    margin: 15px 12px 0;
}

.newsletter .desc {
    display: inline-block;
    vertical-align: top;
    color: #e8e8e8;
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0 0;
    margin-left: 12px;
}


.newsletter .form-group {
    position: relative;
    width: 100%;
    margin: 0;
    max-width: 500px;
    float: right;
}

#txtemail {
    font-size: inherit;
    padding: 12px 130px 12px 20px;
    width: 100%;
    height: 45px;
    float: left;
    border: none;
    background-color: #ffffff !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    padding-left: 20px !important;
}

.newsletter .subscribe-btn {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -5px;
    left: auto;
}

.subscribe-btn .btn {
    height: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #003146;
    color: #ffffff;
    padding: 12px 22px;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -khtml-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

.newsletter .privacy {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
}

.newsletter .privacy label {
    color: #fff;
}

.newsletter .privacy label a {
    text-decoration: underline;
    color: #fff;
}

div.required .control-label:before {
    content: "*";
    color: #f00;
    font-weight: bold;
}

#privacyemail {
    width: 3.5em;
    height: 1.3em;
}

.newsletter .privacy input {
    margin: 0 10px 0 30px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.footer-social-mobile {
    display: none;
}

#footer .column {
    float: left;
    border: none;
    padding: 55px 0 30px 25px;
    width: 25%;
}

#footer h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
    margin: 0 0 20px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

#footer .column ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

#footer li {
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.footer-social {
    position: relative;
    margin-top: 20px;
    float: left;
}

#footer .social {
    display: inline-block;
    vertical-align: top;
}

#footer .container .column li a {
    cursor: pointer;
    color: #808080;
    font-size: 13px;
    /* text-transform: capitalize; */
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

.social > ul {
    display: inline-block;
    vertical-align: top;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

#footer .social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 10px 0 0;
}

#footer .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #36a5da;
    position: relative;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#footer .footer-social .social li .fa {
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#footer .copyright-container {
    padding: 11px 0;
    background: #f1f1f1;
}

.copyright-container .powered {
    font-family: "Roboto-regular";
    color: #58595B;
    display: inline-block;
}

.footer-payment-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
}

.footer_info {
    margin-bottom: 25px;
    display: none;
}

#footer .footer-payment {
    text-align: center;
    float: right;
}

.payment-block > ul {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5px;
}

#footer .payment-block > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 24px;
    grid-row: span 1;
    grid-column: span 1;
}

#footer .payment-block img {
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
    width: 48px;
    height: 34px;
    object-fit: contain;
}
.toggle .mobile_togglemenu {
  text-decoration: none;
}
.toggle .mobile_togglemenu:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 20px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    color: #58595B;
}

.active .mobile_togglemenu:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 20px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

.newsletter_notification .text-danger {
    color: #d8000c;
    background-color: #ffd2d2;
    padding: 10px 10px;
    width: 100%;
    margin: 7px 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    clear: both;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
}

.newsletter_notification .text-success {
    color: #fff;
    background-color: green;
    padding: 10px 10px;
    width: 100%;
    margin: 7px 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    clear: both;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
}



@media (max-width: 1199px) {
    .newsletter .desc {
        margin: -15px 60px;
        line-height: 20px;
    }
    
    .newsletter .newsletter-block {
        margin: 4px 0 0;
    }
    
    .newsletter .form-group {
        width: 100%;
        margin: 0;
    }
    
    .newsletter .newsletter-image {
        margin: 0 12px 0 0;
    }

    .newsletter-title {
        margin: 5px 0 0;
    }
    
    #footer .container {
        max-width: 1210px;
        padding: 0;
    }
}

@media (max-width: 1299px) {
    #footer .container {
        max-width: 1100px;
        padding: 0;
    }

    #footer .column {
        padding: 60px 0 30px 30px;
    }
}

@media (max-width: 1199px) {
    #footer .container {
        max-width: 920px;
        padding: 0;
    }

    #footer .footer-left.column {
        padding: 60px 0 86px;
    }
}


@media (max-width: 992px) {
    .footer-social.footer-social-mobile h5 {
        display: none !important;
    }

    .footer-social-mobile {
        display: block;
        margin: 30px auto 48px;
        text-align: center;
    }

    .footer-payment-wrapper {
        float: none;
    }

    .powered {
        font-size: 13px;
        font-weight: 400;
        color: #58595d;
    }

    #footer .copyright-container {
        padding: 20px 0 28px;
    }

    #footer .container {
        width: 970px;
    }

    #footer .column h5 {
        border-top: 1px solid #f1f1f1;
    }

    #footer .toggle {
        font-family: 'Gilroy-regular', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #58595b;
    }
}


@media (max-width: 979px) {
    #footer li {
        margin: 0 0 6px;
    }

    #footer .footer-payment {
        float: none;
    }

    #bottomfooter, .powered {
        float: none;
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
        line-height: 24px;
    }
    .container {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }

    #footer .copyright-container {
        padding: 20px 0 28px;
        margin-top: 10px;
    }

    #footer .column.third {
        width: 100%;
        padding: 0;
    }

    #footer h5 {
        margin-bottom: 10px;
        position: relative;
    }

    #footer .column ul {
        display: none;
        margin: 0 0 15px 15px;
        overflow: hidden;
    }

    #footer li {
        margin: 0 0 6px;
    }

    #footer .column.first, #footer .column.second {
        width: 100%;
        padding: 0;
    }
    
    #footer .column.first h5, #footer .column.second h5 {
        display: block;
        color: #58595b;
    }

    #footer .column.first h5, #footer .column.second h5, #footer .column.third h5, #footer .column.forth h5 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }

    

    #footer .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .newsletter {
        text-align: center;
        width: 100%;
    }

    .newsletter-details {
      display: flex;
      justify-content: center;
    }

    .newsletter .newsletter-block {
        text-align: center;
        margin: 20px 0 0;
    }

    .newsletter .newsletter-desc {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .newsletter .form-group {
        width: 70%;
        margin: 0 auto;
        float: initial;
    }

    .newsletter .newsletter-image {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 30px;
        width: auto;
    }

    .newsletter-title {
        display: block;
        margin: 0 0 10px;
    }

    .newsletter .desc {
        margin: 10px 0;
    }

    .newsletter .newsletter-block {
        text-align: center;
        margin: 20px 0 0;
    }

    .newsletter .form-group {
        width: 70%;
        margin: 0 auto;
    }

    #footer .footer-social {
        width: 100%;
        line-height: 0;
    }

    #footer .content_footer_inner {
        padding: 20px 0 0;
    }

    #footer .footer-left.column {
        padding: 0;
        display: none;
    }

    #footer .column, #footer .col-sm-3.column.fourth {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .payment-block > ul {
      padding: 0;
    }
    
}

@media (max-width: 767px) {
    .newsletter .form-group {
        width: 90%;
    }
}

@media (max-width: 570px) {
    #footer .payment-block img {
        width: 56px;
    }

    .payment-block > ul li {
        grid-row: 2;
    }

    .payment-block > ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        row-gap: 10px;
        column-gap: 5px;
        padding-right: 0;
    }

    .footer_info_text {
        font-family: "Gilroy-regular", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #808080;
    }

    .footer_info_text a {
      color: inherit;
    }

    .powered {
        margin-bottom: 10px;
        line-height: 15px;
    }

    .footer_info {
        display: block;
        text-align: center;
    }
}


@media (max-width: 479px) {
    .content_footer_bottom  {
        text-align: center;
    }

    .powered {
        width: 100%;
    }

    #footer h5 {
        margin-bottom: 0;
        color: #58595b;
        padding: 10px 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .newsletter .privacy label {
        text-align: left;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter .form-group {
        width: 100%;
        margin: 0;
    }

    #txtemail {
        padding: 12px;
        margin: 0 0 5px;
    }

    .form-control::placeholder {
      text-align: center;
    }

    .subscribe-btn .btn {
        width: 100%;
        margin: 0;
        position: static;
        background-position: center;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        -moz-border-radius: 25px;
        border-color: #003146;
    }

    .newsletter .subscribe-btn {
        position: static;
        display: block;
    }

    .newsletter .newsletter-block {
      padding: 0px 5px;
    }
    .newsletter .newsletter-details {
      padding: 0px 5px;
    }
}