.footer-main {
    background-color: #000;
    padding: 0 0 0;
    background: #000;
}

.footer-top-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.footer-block {
    width: 16.66666667%;
    padding: 0 10px;
}
.product-range1.footer-block, .product-range5.footer-block {
    width: 25%;
}
.product-range3.footer-block h2 {
    /* margin: 0;
    display: none; */
}
.footer-block h2 {
    font-size: 22px;
    line-height: normal;
    color: #9d9889;
    font-weight: 400;
    /* font-family: "PT_Serif_Bold"; */
    font-family: "MyriadPro_Regular";
    margin: 0 0 22px;
    padding-bottom: 7px;
    text-transform: capitalize;
}
.footer-block p , .footer-block a{
    font-size: 16px;
    color: #9d9889;
    font-weight: 400;
    font-family: "MyriadPro_Regular";    
}
.footer-block .footer-slide ul li a{
  color: #9d9889;
}
.footer-block a:hover ,
.footer-block a:active ,
.footer-block a:focus ,
.footer-block .footer-slide ul li a:hover,
.footer-block .footer-slide ul li a:active,
.footer-block .footer-slide ul li a:focus{
    color: #fff;
    text-decoration: none;
}
.footer-block .footer-slide ul {
    padding: 0;
    list-style: none;
}
.footer-block .footer-slide ul li{
    margin:0 0 4px;
    font-size: 17px;
    color: #9d9889;
    font-weight: 400;
    font-family: "MyriadPro_Regular";
}
.footer-block.footer3 .footer-slide ul li{
   margin:0 0 20px;
}
.footer-payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px -5px 0;
}
.footer-payment-item {
    padding: 0 5px;
}
.footer-block.footer4 .footer-slide {
    text-align: right;
    padding-left: 14px;
}
.footer-social {
    margin: 15px 0;
}
.top-social {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.social-item {
    padding: 0 5px;
}
.social-item a:hover {
    opacity: 0.6;
}
body .copyright {
    background: #b79f73;
    box-sizing: border-box;
    display: block;
    padding: 18px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #00224a;
    font-family: "PT_Serif";
    text-align: center;
    display: none;
}
.bottom-part {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #0e0e0e;
}

.footer-logo img {
    max-width: 230px;
    width: 100%;
}

.copyright-links {
    display: flex;
    justify-content: space-between;
}
.copyright-links ul{
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
}
.copyright-links ul li{
    margin: 0;
}
.copyright-links ul li a , .copyright-links p{
    font-size: 16px;
    color: #9d9889;
    font-weight: 400;
    font-family: "MyriadPro_Regular";
    text-transform: capitalize;
    margin-bottom: 0;
}
.copyright-links ul li a{
    padding-left: 10px;
}
.row-full-width-inner {
    max-width: 100% !important;
}
.footer-logo {
    margin-bottom: 15px;
}
/** Footer Top **/

.top-part {
    background-color: #002149;
}
.top-part .footer-top-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px;
    align-items: center;
    max-width: 100%;
}

.top-part .footer-top-main .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-part .footer-top-main .footer-social .social-item {
    /* margin-right: 5px;
    background-color: #ffd900;
    border: 1px solid #ffd900;
    transition: all .3s ease; */
}

.top-part .footer-top-main .footer-social .social-item:hover {
    /* background-color: transparent;
    border: 1px solid #ffd900; */
}

.top-part .footer-top-main .footer-social .social-item:last-child {
    margin-right: 0;
}

.top-part .footer-top-main .footer-social .social-item a {
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all ease .4s;
}

.top-part .footer-top-main .footer-social .social-item a:hover {
    text-decoration: none;
}

.top-part .footer-top-main .bfr-text h2 {
    /* text-transform: uppercase; */
    /* font-family: 'PT_Serif'; */
    font-family: "MyriadPro_Regular";
    font-size: 24px;
    color: #b79f74;
    font-weight: inherit;
}

.top-part .footer-top-main .bfr-text p {
    color: #ffffff;
    font-size: 13px;
    line-height: 14px;
    font-family: 'MyriadPro_Regular';
    /* font-family: 'open_sanslight'; */
    max-width: 330px;
}

.top-part .footer-top-main .newsletter-form-section {
    width: 40%;
    padding-left: 0;
}

body .block.newsletter {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body .block.newsletter .field .control {
    text-decoration: none;
    display: block;
    position: relative;
}

.block.newsletter .field .control label {
    display: flex;
}
.block.newsletter .form.subscribe{
    border-radius: 27px;
}
.footer-main .newsletter input {
    background-color: #fff;
    color: #000;
    font-family: "MyriadPro_Regular";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 17px;
    height: 44px;
    border: 0;
    opacity: 1;
    padding: 10px 15px;
    margin-right: 0;
    border-radius: 27px 0px 0 27px;
}

.footer-main .newsletter input:focus {
    outline: none;
    box-shadow: none;
}

.block.newsletter .field.newsletter {
    max-width: 100% !important;
    float: none !important;
}

.block.newsletter .actions {
    padding-left: 0;
    width: 40px;
    float: none !important;
}

.block.newsletter .field .control:before {
    display: none;
}

.block.newsletter .action.subscribe span {
    font-size: 0;
}

.block.newsletter .action.subscribe {
    background: #fff url(../images/mail.png);
    border: none;
    padding: 0 !important;
    width: 100%;
    font-size: 12px !important;
    height: 44px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #523675;
    border-radius: 0 27px 27px 0;
    transition: all ease .4s;
    position: static;
    background-repeat: no-repeat;
    background-position: 1px center;
    background-size: 27px;
}

.block.newsletter .action.subscribe:hover {
    /* background: transparent;
    border: 1px solid #c9ff4b !important;
    color: #fff; */
}

body .block.newsletter input::placeholder{
    color: #000;
    font-family: "MyriadPro_Regular";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 17px;
}

.footer-slide.two-part {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
}
.payment {
    text-align: right;
    margin-top: 10px;
    /* width: 50%; */
}
.payment img {
    /* margin-top: 10px; */
}
.paytmlogoitem {
    margin-top: 10px;
}

.payment.pay-left {
    /* text-align: left; */
    margin-top: 0;
    margin-left: 15px;
}
.bottom-info {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: flex-end;
}

.copyrights {
    padding: 20px 0;
}

.footer-social ul {
    padding: 0;
    list-style: none;
    display: flex;
}
.footer-social ul li{
    padding: 0 15px 0 0;
    margin: 0;
}
.footer-social ul li svg path {
    fill: #9d9889;
}
.footer-social ul li a:hover svg path{
    fill: #b79f74;
}
.copyright-links ul li a:hover{
    color: #b79f74;
}


@media screen and (max-width:1199px){
    .footer-block h2 {
        font-size: 17px;
    }
    .footer-block.footer4 .footer-slide {
        padding-left: 0;
    }
}


@media screen and (max-width:993px){
    .footer-block , .product-range1.footer-block ,  .product-range5.footer-block {
        width: 50%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width:991px){
    .footer-block , .product-range1.footer-block ,  .product-range5.footer-block {
        width: 50%;
        margin: 0 0 30px;
    }
    .bottom-info{
        justify-content: flex-start;
    }
    .footer-main {
    }
    .top-part .footer-top-main .newsletter-form-section {
        width: 70%;
        margin: 0 auto 20px;
    }
    .top-part .footer-top-main .bfr-text {
        width: 100%;
        text-align: center;
        padding: 20px 0 10px;
    }
    .top-part .footer-top-main .bfr-text p {
        max-width: 100%;
    }
    .top-part .footer-top-main .footer-social {
        justify-content: center;
        width: 100%;
    }
    .payment {
        text-align: left;
    }
    

}

@media screen and (max-width:767px){
    .footer-block , .product-range1.footer-block , .product-range5.footer-block {
        width: 100%;
    }
    .footer-slide.two-part , .payment{
        max-width: 100%;
    }
    .payment{
        justify-content: center;
    }
    .footer-block.footer3 .footer-slide ul li {
        margin: 0 0 4px;
    }
    .footer-block.footer4 .footer-slide {
        text-align: left;
    }
    .footer-payment {
        justify-content: flex-start;
    }

    .top-part .footer-top-main .footer-social {
        margin-bottom: 15px;
    }
    .top-part .footer-top-main .footer-social .social-item a {
        font-size: 28px;
        height: 40px;
        width: 40px;
    }
    .top-part .footer-top-main .newsletter-form-section {
        width: 90%;
        margin: 0 auto 30px;
    }
    .top-part .footer-top-main .bfr-text p {
        margin-bottom: 20px;
    }
    .top-part .footer-top-main .bfr-text h2 {
        margin-bottom: 18px;
    }
    .top-part .footer-top-main {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .footer-main .newsletter input {
        height: 45px;
    }
    .block.newsletter .action.subscribe {
        height: 45px;
        padding: 6px 20px;
    }
    .copyright-links ul li a {
        padding-left: 0;
        padding-right: 10px;
    }
    .copyright-links ul{
        justify-content: flex-start;
    }
    .copyright-links{
        display: block;
    }
    .newsletter-form-section {
        padding: 15px 0;
    }
}