/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [FOOTER]
        (NEWSLETTER)
        (COPYRIGHTS)

    [MEDIA QUERIES]

*/

/* [FOOTER] --------------------------------------------------- */
#footer {
    background: #deebf3;
}
#footer .panel-title > a {
    pointer-events: none;
    cursor: default;
}
#footer .footertop
{
    padding:4rem 0 2rem 0;
}

    
    #footer .panel-title {
        margin-bottom: 0;
    }


        #footer .panel-title > a:after {
            display: none;
        }



        #footer .panel-title > a
        {
            color: #16335c !important;
            text-transform: uppercase;
            font-size: 1.2rem;
            font-weight: 700;    margin-bottom: 1rem!important;
        }

    #footer .panel-body a {
        position: relative;
        padding-left: 1rem;
        font-weight: 500;
        font-size: 16px;
    }
    #footer .panel-body a:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: '-';
                    /*background: #eee;*/
                    width: 8px;
                    height: 2px;
                }
  #footer .panel-body a:hover{ transform:translateX(5px); transition:.3s; }
  #footer a {
    color: #16335c;
}
#footer .panel-heading{
    padding-bottom:0!important;
    font-family: 'Karla', sans-serif!important;
}
#footer .panel a {
    margin-bottom: .5rem;
    display: block;
    font-family: 'Karla', sans-serif!important;
}
#footer ul {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom:0;
}
#footer .social-wrap a{
    display:inline-block;
    margin-right: .5rem;padding:0;
}
#footer .social-wrap ul{
    display:grid;
}
#footer .panel-heading a:before {
    display: none;
}
#footer .panel-heading a{
    font-size:1.3rem !important;
}
#footer .writetous h4 a{ font-weight: 700; }
#footer .writetous a {
    font-size: 0.95rem;
    font-weight: 500;
}
#footer .social-wrap ul a {
  display: inline-block;
    margin-right: .5rem;
    padding: 0;
    width: 50px;
    height: 50px;
    padding: 0.7rem;
    background-color: #295eaa;
    text-align: center;
    margin-bottom: 0;
   
}
#footer .social-wrap ul a:hover {
    color:white;
}
#footer .social-wrap ul li.whatsapp a {
    background: #25D366;
}
#footer .social-wrap ul li.mailicon a {
    background: #ff0000;
}
.social-wrap i.fa {
    font-size: 1.3rem;
}
.sticky-whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 40%;
    right: 0;
      transform: translateX(-50%);
    z-index: 8;
}
.social-wrap {
    display: inline-block;
    position: fixed;
    top: 45%;
    transform: translateX(0%);
    right: 0;
    z-index: 8;
}
#footer .social-wrap a:before{
  display:none;
}
#footer .social-wrap a:hover img,#footer .social-wrap a:focus img {
    display: none;
}

#footer .social-wrap a:hover .hover-img, #footer .social-wrap a:focus .hover-img  {
    display: inline-block!important;
}
#footer .container{ max-width: 85%;}
 

/*  (NEWSLETTER) */
#divNewsLetterWrapper {
    margin-top: 0.99rem;
}
#divNewsLetterWrapper .select-option label
{
    display:block;
}

/*  (NEWSLETTER) END */


/* (COPYRIGHTS) */
.copyright-box {
    font-size: .9rem;background: #0d0d0d;
}
.copyright {
    color: #eee;
    padding: 14px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
}

/* (COPYRIGHTS) END */
/* [FOOTER] END --------------------------------------------------- */
/* [MEDIA QUERIES] --------------------------------------------------- */
@media screen and (min-width:992px) {
    #divNewsLetterWrapper {
        margin-bottom: 0.99rem;
    }
    /*#footer .panel-group .panel {
    width: 33%;
}*/
}

@media screen and (min-width:768px) {
    #footer .social {
        float: right;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    #footer .panel-title {
        margin-bottom: .7rem;
    }

  
}

@media screen and  (max-width:767.98px) {
    #footer {
        text-align: center;
    }

    .footerlinks {
        padding-bottom: 0;
    }
     .newsletterbtn {
        margin: 0.99rem 0;
    }
    .copyright {
        margin: 0.63rem 0;
    }
   
   
    #footer .panel-title {
        margin-bottom: 0rem;
        
    }
    #footer .panel-title > a{
        font-size: 1.1rem;margin-bottom:.5rem!important;
    }
        #footer .panel {
            text-align: left;
            width: 100%;margin-bottom: 1rem;padding: 0 .2rem!important;
        }

        #footer .panel-group {
            padding: 0;
        }


        #footer .panel-collapse.in {
            display: block;
        }
        .sticky-whatsapp {
    bottom: 35%;
}
  
}
/* [MEDIA QUERIES] END --------------------------------------------------- */