/* font */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap" rel="stylesheet');

body {
    margin: 0px;
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

*, ::before, ::after {
    box-sizing: inherit;
}

.sd-faq-search-loading {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .75 ) url('/img/ajax-loader.gif') 50% 50% no-repeat;
}

.sd-faq-top-search-bnt:active,
.sd-faq-btn-plus:active,
.sd-faq-btn-minus:active,
.sd-pub-home-faq-list-search .sd-faq-list-search:active{
    opacity: 0.6 !important;
    transform: scale(0.95);
    cursor: pointer;
}

.sd-bk-pub-home-container{
    position: relative;
    background-color: rgb(66,100,128);
    box-shadow: inset 0px 0px 110px #111a21;
}

.sd-logo-header-small{
    background-image: url("/img/FAQ_blue_small_header_background.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    height: 145px;
    width: 100%;
    background-position-x: center;
    border-radius: 0 0 16px 16px;
    opacity: 0.85; 
    margin-bottom: 45px; 
    display: block;
}

.sd-logo-header {
    background-image: url("/img/FAQ_blue_header_background_big.jpg");
    background-repeat: no-repeat;
    display: none;
    height: 145px;
    width: 100%;
    background-position-x: center;
    border-radius: 0 0 16px 16px;
    opacity: 0.85; 
    margin-bottom: 45px;
}

.sd-pub-home-faq-logo{
    text-align: center;
}

#sd-pub-home-faq .sd-front-logo-app{
    z-index: 50;
    position: relative;
    top: 15px;
    margin-top: -130px;
}

.sd-pub-home-faq-logo .sd-front-logo-app{
    z-index: 50;
    position: relative;
    top: 35px;
    margin-top: -132px;
}

.sd-pub-home-faq-top-question {
    text-align: center;
}

.sd-pub-home-faq-body{
    margin-bottom: 50px;
    position: relative;
}

.sd-pub-home-faq-search {
    width: 100%;
    display: inline-block;
}

.sd-faq-bnt-input-div {
    width: 80%;
    display: inline-block;
    float: left;
}

.sd-faq-bnt-search-div {
    width: 10%;
    display: inline-block;
}

#sd-pub-home-how-top3.sd-pub-home-how-to-div{
    background-color: rgba(235, 241, 247, 0);
    border: 1px solid #fff0;
}

.sd-pub-home-faq-search-input {
    height: 43px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    width: 95%;
    padding: 5px 5px 5px 20px;
    border-radius: 5px;
    font-size: 20px;
    background-color: rgb(66,100,128);
    border: 1px solid #ffffff;
    color: white;
    position: relative;
    -moz-box-shadow: inset 0 2px 8px #4e4e4e;
    -webkit-box-shadow: inset 0 2px 8px #4e4e4e;
    box-shadow: inset 0 2px 8px #4e4e4e;
}

.sd-pub-home-faq-search-div {
    background-color: white;
    padding: 20px 0px 20px 20px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px !important;
    box-shadow: 0px 10px 10px rgba(0, 20, 30, 0.09);
    border: 1px solid #ffffff;
    border-radius: 0px;
}

[sd-lang="ar"] .sd-pub-home-faq-search-div,
[sd-lang="he"] .sd-pub-home-faq-search-div,
[sd-lang="fa"] .sd-pub-home-faq-search-div,
[sd-lang="ur"] .sd-pub-home-faq-search-div{
    padding-left: 0px;
    padding-right: 18px;
}

.sd-main-icon-search {
    font-size: 33px;
    text-align: center;
    top: -4px;
    position: relative;
    right: -10px;
}

.sd-pub-home-faq-top-search {
    margin-bottom: 10px;
    margin-top: 14px;
}

.sd-pub-home-faq-top-search a,
.sd-home-body-blog-title a{
    text-decoration: none;
}

.sd-main-icon-search:hover,
.sd-faq-top-search-bnt:hover,
.sd-faq-list-search:hover {
    opacity: 0.8;
}

.sd-main-icon-search.sd-icon-search::before {
    position: relative;
    top: 7px;
    color: rgb(9, 88, 119);
    cursor: pointer;
    font-size: 30px;
    text-shadow: 1px 2px 3px rgba(108, 94, 94, 0.3);
}

.sd-pub-home-faq-top-search {
    text-align: center;
}

.sd-faq-top-search-bnt {
    border-radius: 28px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 25px;
    text-decoration: none;
    text-shadow: 2px 2px 5px #fff;
    box-shadow: 0px 2px 7px rgba(0, 20, 20, 0.2);
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    background: linear-gradient(to bottom, #fff 4%, #fff 120%);
    margin-left: 10px;
    font-weight: 405;
    margin-bottom: 10px;
}

.sd-pub-home-faq-list-search {
    text-align: center;
}

#sd-pub-home-faq .sd-pub-home-faq-list-search a {
    display: none;
}

.sd-faq-list-top-question{
    background: linear-gradient(to bottom, #d6f3ff 4%, #fff 120%);

}

.sd-faq-list-search{
   box-shadow: 0px 10px 10px rgba(0, 20, 30, 0.09);
}  

.sd-faq-list-search-a{
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    text-shadow: 2px 1px 3px #c1c1c175;
    width: 90%;
    padding: 12px 55px 12px 30px;
    margin-bottom: 4px; 
    background: linear-gradient(to bottom, #fff 4%, #fff 120%);
    border-radius: 15px;
    position: relative;
} 

.sd-faq-list-search,.sd-faq-list-top-question{
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 2px rgb(255, 255, 255);
    width: 90%;
    padding: 12px 55px 12px 30px;
    margin-bottom: 4px; 
    background: linear-gradient(to bottom, #fff 4%, #fff 120%);
    border-radius: 15px;
    position: relative;
}

.sd-faq-list-text{
    font-size: 16px;
    color: rgb(37, 76, 112);
    text-align: left;
    float: left;
    font-weight: 401;
}

.sd-faq-list-icon-arrow {
    text-align: right;
    float: right;
}

[sd-lang="ar"] .sd-faq-list-text,
[sd-lang="he"] .sd-faq-list-text,
[sd-lang="fa"] .sd-faq-list-text,
[sd-lang="ur"] .sd-faq-list-text{
    float: right;
    text-align: right;
}

[sd-lang="ar"] .sd-faq-list-search,
[sd-lang="he"] .sd-faq-list-search,
[sd-lang="fa"] .sd-faq-list-search,
[sd-lang="ur"] .sd-faq-list-search{
    padding: 12px 30px 12px 60px;
}

[sd-lang="ar"] .sd-faq-bnt-input-div,
[sd-lang="he"] .sd-faq-bnt-input-div,
[sd-lang="fa"] .sd-faq-bnt-input-div,
[sd-lang="ur"] .sd-faq-bnt-input-div{
    float: right;
}

.sd-top-search-1{
    color: #19ac97;
}

.sd-top-search-2{
    color: #d75718;
}

.sd-top-search-3{
    color: #18a1d7;
}

.sd-top-search-4{
    color: #9432e6;
}

.sd-top-search-5{
    color: #e100c9;
}

.sd-top-search-6{
    color: #1f7378;
}

[sd-lang="ar"] .sd-faq-list-icon-arrow .sd-icon-arrow-right-thick,
[sd-lang="he"] .sd-faq-list-icon-arrow .sd-icon-arrow-right-thick,
[sd-lang="fa"] .sd-faq-list-icon-arrow .sd-icon-arrow-right-thick,
[sd-lang="ur"] .sd-faq-list-icon-arrow .sd-icon-arrow-right-thick{
    left: 17px;
    right: 0px;
}

[sd-lang="ar"] .sd-icon-arrow-right-thick,
[sd-lang="he"] .sd-icon-arrow-right-thick,
[sd-lang="fa"] .sd-icon-arrow-right-thick,
[sd-lang="ur"] .sd-icon-arrow-right-thick{
    text-align: left;
}

[sd-lang="ar"] .sd-icon-arrow-right-thick:before,
[sd-lang="he"] .sd-icon-arrow-right-thick:before,
[sd-lang="fa"] .sd-icon-arrow-right-thick:before,
[sd-lang="ur"] .sd-icon-arrow-right-thick:before{
    content: "\e925";
    top: 3px;
    position: relative;
}

.sd-faq-list-icon-arrow .sd-icon-arrow-right-thick {
  font-size: 39px;
  color: rgb(9, 88, 119);
  text-shadow: 1px 2px 3px rgba(0,0,0,0);
  margin-top: 0px;
  right: 12px;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

.sd-icon-arrow-right-thick::before {
    text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.3) !important;
}

.sd-faq-top-question-title,
.sd-faq-top-question-title h1,
.sd-faq-detail-text-title{
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 0px rgb(25, 103, 134);
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 10px 20px 23px 20px;
}

.sd-faq-list-last{
    margin-bottom: 20px !important;
}

.sd-header3-logo-app-faq{
    width: 115px;
    display: inline-block;
}

.sd-header3-logo-app-home-faq {
  position: absolute;
  z-index: 50;
  text-align: center;
  width: 100%;
  top: 15px;
}

.sd-home-logo-background {
  position: relative;
  top: 5px;
  opacity: 0.4;
  background-image: url('/img/home/logo_background_350.png');
  width: 350px;
  height: 299px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top,center;
}

/*Top 3 Frequently Asked Questions*/

.sd-pub-home-block-title-div h2 {
    color: rgba(78,132,186,1);
    text-align: left;
    font-size: 18px;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 500;
}

.sd-pub-home-block-text-desc{
    border-left: 5px solid rgba(66,100,128, 0.75);
    padding-left: 35px;
    padding-right: 20px;
    margin-left: 17px;
    max-height: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
    color: #517caa;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 2px 1px 3px #bfbfbf17;
}

.sd-pub-home-block-text-desc a{
    color: rgb(71, 141, 214);
    text-decoration: underline;
}

.sd-pub-home-block-text-desc h2,
.sd-pub-home-block-text-desc h3{
    color: rgb(174, 92, 67);
    font-size: 18px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    right: 20px;
    margin: 0;
}

.sd-pub-home-faq-gradient{
    width: 100%;
    text-align: right;
    position: relative;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: inset 0px -70px 20px -40px rgba(158, 158, 158, 0.97);
    -moz-box-shadow: inset 0px -70px 20px -40px rgba(158, 158, 158, 0.97);
    box-shadow: inset 0px -70px 20px -40px rgba(158, 158, 158, 0.97);
    height: 45px;
    cursor: pointer;
}

.sd-faq-gradient {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: inset 0px -70px 20px -40px rgba(255,255,255,0.97);
    -moz-box-shadow: inset 0px -70px 20px -40px rgba(255,255,255,0.97);
    box-shadow: inset 0px -70px 20px -40px rgba(255,255,255,0.97);
    height: 45px;
    cursor: pointer;
}

.sd-block-block-faq-top.sd-block-faq-showfull .sd-pub-home-block-text-desc {
    max-height: none;
}

.sd-faq-btn-plus, .sd-faq-btn-minus {
    position: absolute;
    bottom: 1px;
    right: 7px;
    font-size: 24px;
    color: rgba(78, 132, 186,0.6);
    cursor: pointer;
    text-shadow: none;
}

.sd-faq-btn-plus.sd-icon-circle-down::before,
.sd-faq-btn-minus.sd-icon-circle-up::before{
    text-shadow: none;
}

.sd-faq-btn-minus {
    display: none;
}

.sd-block-block-faq-top,
.sd-block-pricing-top{
    overflow: hidden !important;
    padding-left: 26px !important;
    padding-right: 35px !important;
    padding-top: 5px !important;
    box-shadow: 0px 10px 10px rgba(0, 20, 26, 0.2);
    -moz-box-shadow: 0px 10px 10px rgba(0, 20, 26, 0.2);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 20, 26, 0.2);
    margin-bottom: 15px;
}

.sd-faq-btn-minus {
    display: none;
}

.sd-block-faq-showfull .sd-faq-gradient {
    display: none;
}

.sd-block-faq-showfull .sd-faq-btn-minus {
    display: block;
}

.sd-tab-faq-search-text-found {
    margin-bottom: 10px;
    color: rgb(239, 42, 42);
    text-shadow: 1px 1px 0px rgb(130, 127, 127);
    font-size: 18px;
    margin-top: 20px;
    text-shadow: 1px 1px 0px rgb(199, 199, 199);
    text-align: center;
}

.sd-icon-search-active.sd-icon-search::before  {
    color: rgb(220, 0, 41);
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    font-size: 35px;
}

.sd-pub-home-faq-all-div {
    text-align: center;
}

.sd-pub-home-faq-all {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(60, 60, 60);
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.sd-pub-home-faq-all:hover{
    opacity: 0.7;
}


[sd-lang="ar"] .sd-pub-home-faq-search-input,
[sd-lang="he"] .sd-pub-home-faq-search-input,
[sd-lang="fa"] .sd-pub-home-faq-search-input,
[sd-lang="ur"] .sd-pub-home-faq-search-input{
    padding: 5px 20px 5px 5px;
}

[sd-lang="ar"] .sd-main-icon-search.sd-icon-search::before,
[sd-lang="he"] .sd-main-icon-search.sd-icon-search::before,
[sd-lang="fa"] .sd-main-icon-search.sd-icon-search::before,
[sd-lang="ur"] .sd-main-icon-search.sd-icon-search::before{
    right: 15px;
}

.sd-front-logo-app-faq {
  width: 115px;
  display: inline-block;
}

.sd-pub-home-faq-logo {
  text-align: center;
  margin-top: -32px;
}

.sd-faq-list-search-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(56, 72, 89);
    margin-bottom: 30px;
    margin-top: 10px;
}

#sd-pub-home-faq .sd-quick-navigation-main {
    top: -65px;
}

.sd-pub-home-faq-body{
    position: relative;
    top: -35px;
}

@media (min-width: 375px) {

    .sd-pub-home-faq-top-search {
        padding: 0 6%;
    }

    .sd-faq-bnt-input-div {
        width: 84%;
    }

}


@media (min-width: 615px) {

    .sd-faq-list-search, .sd-faq-list-top-question{
        width: 90%;
    }

    #sd-pub-home-how-top3 .sd-faq-list-icon-arrow .sd-icon-arrow-right-thick{
        margin-top: -12px;
    }

    .sd-pub-home-faq-search-div{
        margin-bottom: 20px;
        border-radius: 5px;
        width: 90%;
        padding-left: 10%;
    }

    [sd-lang="ar"] .sd-pub-home-faq-search-div,
    [sd-lang="he"] .sd-pub-home-faq-search-div,
    [sd-lang="fa"] .sd-pub-home-faq-search-div,
    [sd-lang="ur"] .sd-pub-home-faq-search-div{
         padding-right: 10%;
    }

    .sd-pub-home-faq-top-search{
        text-align: center;
    }

    .sd-faq-top-search-bnt{
        padding: 7px 20px;
    }

    #sd-pub-home-faq .sd-front-logo-app,
    .sd-pub-home-faq-logo .sd-front-logo-app{
        top: 18px;
        margin-top: -165px;
        width: auto;
    }

    .sd-pub-home-footer-logo-app .sd-front-logo-app{
        width: auto;
    }

    .sd-logo-header{
        height: 227px;
        display: block;
    }

    .sd-logo-header-small{
        display: none;
    }

    #sd-pub-home-faq .sd-front-logo-app{
        width: auto;
    }

    .sd-pub-home-block-text-desc{
        max-height: 70px;
    }
    
    .sd-header3-logo-app-faq {
      width: 155px;
    }
}


@media (min-width: 650px) {

    .sd-front-logo-app-faq {
      width: auto;
    }

    .sd-pub-home-faq-logo {
        margin-top: -128px;
        z-index: 50;
        position: relative;
    }

    .sd-header3-logo-app-home-faq{
    width: 155px;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    }
}

@media (min-width: 750px) {

    #sd-pub-home-faq .sd-quick-navigation-main {
        position: relative;
        top: -80px;
    }

    #sd-pub-home-faq-detail .sd-quick-navigation-main {
        position: relative;
        top: -80px;
    }

    .sd-pub-home-faq-body{
        top: -100px;
    }

}

@media (min-width: 800px) {

    .sd-faq-bnt-input-div {
        width: 87%;
    }

    .sd-pub-home-block-text-desc{
        padding-right: 28px;
    }

    .sd-home-logo-background {
        background-image: url('/img/home/logo_background_550.png');
        width: 550px;
        height: 470px;
    }

}

@media (min-width: 1200px) {

    .sd-pub-home-faq-search-div{
        width: 65%;
        padding-right: 6px;
        padding-left: 6%;
    }

    [sd-lang="ar"] .sd-pub-home-faq-search-div,
    [sd-lang="he"] .sd-pub-home-faq-search-div,
    [sd-lang="fa"] .sd-pub-home-faq-search-div,
    [sd-lang="ur"] .sd-pub-home-faq-search-div{
         padding-right: 6%;
         padding-left: 20px;
    }

    .sd-faq-bnt-input-div {
        width: 90%;
    }

    .sd-main-icon-search{
        right: -2px;
        top: -3px;
    }

    .sd-faq-list-search, .sd-faq-list-top-question {
        width: 65%;
    }

    .sd-faq-top-question-title{
        font-size: 23px;
    }

    .sd-pub-home-faq-all{
        margin-bottom: 0px;
    }

    .sd-faq-top-search-bnt {
        padding: 10px 20px;
    }

}

@media (min-width: 1500px) {
    .sd-pub-home-faq-search-div{
        width: 66%;
    }
}





