
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb.ttf') format('truetype');
}

h2 {
    font-family: Arial, Verdana;
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
    text-transform: uppercase;
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}

#collapseSend .card{
    margin-bottom: 20px;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: rgb(245, 245, 245);
}

#collapseSend .card:hover{
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
}

#collapseAccount .card{
    margin-bottom: 20px;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: rgb(245, 245, 245);
}

#collapseAccount .card:hover{
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
}

#collapsePayment .card{
    margin-bottom: 20px;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: rgb(245, 245, 245);
}

#collapsePayment .card:hover{
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
}

#collapseChange .card{
    margin-bottom: 20px;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: rgb(245, 245, 245);
}

#collapseChange .card:hover{
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
}

#send-card-button:focus{
    box-shadow: none;
}

#payment-card-button:focus{
    box-shadow: none;
}

#change-card-button:focus{
    box-shadow: none;
}

#account-card-button:focus{
    box-shadow: none;
}

.btn-link:focus{
    box-shadow: none;
}

.faq-type{
    margin-bottom: 10px;
    border-radius: 0.5rem;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.faq-type:hover{
    box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
    -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
    -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  }

.faq-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #1961c4;
    font-family: IRANsans !important;
}

#faqSVG{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#topic-title{
  margin-top: 6px;
}

.faq-card{
    width: 12rem;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 40px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,0.5);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,0.5);
}

.faq-card:hover{
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,1);
}

.btn-link{
    text-decoration: none !important;
    color: rgb(144 144 144);
    width: 100%;
    text-align: right;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: left;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

.ask-section{
    background-image: url(../images/back.png);
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    align-items: center;
  box-shadow: -2px 14px 33px -24px rgba(0,0,0,0.5);
  -webkit-box-shadow: -2px 14px 33px -24px rgba(0,0,0,0.5);
  -moz-box-shadow: -2px 14px 33px -24px rgba(0,0,0,0.5);
}

.form-group label{
  color: white;
  margin-bottom: 10px;
}

#modal-title{
    color: white;
    font-family: IRANsans !important;
}

.ask-form{
    background: none;
    border: none;
}
.faq-search {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    border-color: #536bf6;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    border-radius: 500px;
  box-shadow: 0px 25px 33px -24px rgba(0,0,0,1);
  -webkit-box-shadow: 0px 25px 33px -24px rgba(0,0,0,1);
  -moz-box-shadow: 0px 25px 33px -24px rgba(0,0,0,1);
}

.faq-search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.faq-search .faq-search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear
}

.faq-search-icon {
    height: 34px;
    width: 34px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #536bf6;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 500px;
    text-decoration: none;
}

.faq-search-icon:hover {
    color: #fff !important
}
