@import url(fontsans.css);
body {
    font-family: IRANSans, sans-serif;
}
.page-header {
    background-color: #003266;
    padding: 18px 0 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.page-header__inner {
    margin-bottom: 20px;
}
a {
    text-decoration: none;
}
p > a {
    text-decoration-line: underline;
    color: #2c0b0e;

}
h2 {
    font-weight: bolder;
}
.name-badge {
    text-shadow: 2px 2px 2px rgb(104 104 104);
}
.text-red {
    color: #c8001a;
}
.button_small {
    color: #000;
    min-height: 44px;
    border-radius: 22px;
    padding: 9px 32px;
}

.page_inner {
    overflow: hidden;
}

.signup-btn{
    border-radius: 18px;
    font-size: 1.3em;
    padding: 9px 19px;
    height: 54px;
    font-weight: bold;
    border: 1px solid #fff;
}
.obutton {
    background-color: #fa4d00;
    color: #fff;
    font-size: 1.1em;
}
.obutton:hover {
    background-color: #df4400;
}
.page-header__links a {
    font-size: 1.1em;
    color: #fff;
    padding: 0 10px;
}
.page-header__logo {
    display: flex;
    align-items: center;
    flex: 2;
}
.page-header__logo img {
    width: 150px;
}
.page-header__links {
    flex: 2;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}
.navbar {
    background-color: #033b76;
    text-align: center;
}
.nav-link {
    color: #fff !important;
}
.dropdown-item {
    text-align: right;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
.nav-item {
    margin: 0 10px;
}


/* page footer */
.page-footer {
    padding: 50px 100px 0 100px;
    background-color: #003266;
    text-align: center;
}
.page-footer a {
    color: #fff;
}
.page-footer a:hover {
    color: #cccccc;
}
.link-lists a {
    margin: 7px 0;
}

.page-footer .lang-select {
    padding: 15px 34px;
    width: 86%;
    border: 1px solid;
    font-size: 1.2em;
}
.social-icons {
    width: 70%;
}
.social-icons__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.social-icons__item a {
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 5px;
}
.footer-downlodapp p {
    font-size: 8px;
    line-height: 13px;
    margin-top: 12px;
}
.copyright-text {
    font-size: 0.9em;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 77px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 18px; /* Increase font size */
    background-color: #f6f6f6;
    border-radius: 50%;
}

 /*.floating_ad {
    background-color: #033b76;
    text-align: center;
   width: 30%; 
    border-radius: 13px;
    color: #fff;
    height: 61px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
}*/

.floating_ad {
    background-color: #033b76;
    text-align: center;
    /* width: 30%; */
    border-radius: 13px;
    color: #fff;
    /* height: 61px; */
    margin: 0 auto;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 5px;
}





.btn-float {
    height: unset;
    margin: 10px;
    font-size: 1em;
    color: #fff;
}

#gt_float_wrapper {
    margin: 0 12px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    font-size: 0em !important;
}
.gt_float_switcher {
    background: unset !important;
}

.gt_float_switcher .gt-selected {
    background-color: unset !important;
}

.gt_float_switcher .gt_options a {
    padding: 5px 4px !important;
    color: #fff !important;
    font-size: 0.7em !important;
    background: #033b76 !important;
}
.gt_options {
    position: absolute !important;
}

.whitebtn {
    background: #fff !important;
    color: #000 !important;
    margin-top: 10px !important;
    display: block;
    width: 195px;
}
.wbtn {
    display: block;
    width: 195px;
}

.table_head th{
    background: #033b76;
    color: #fff;
}

button#navmid img {
    display: none;
}
.bg-none {
    background: none !important;
}
.border-none {
    border: none !important;
}

.wd-40 {
    width: 40px !important;
}

.cursor_pinter {
    cursor:pointer!important;}
    
.titledesc {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}
.desctxt { 
    font-size: 0.8em;
    margin-top: 6px;
    color: yellow;
}
.page-header__logo amp-img {
    width: 120px !important;
    height: 52px !important;
}
.siteurl {
    background: unset;
    border: unset;
    text-align: right;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 640px) {
  ol, ul {

    padding: 0 !important;
}
}