/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 6 version
*/


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #4f095c;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

body {
    background-image: url(../images/cities_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    background-color: #110d2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header {
    width: 100%;
}

a,
a:checked {
    color: #fff;
    text-decoration: none;
}

b {
    font-family: "Lato";
    font-weight: bold;
}

sup {
    font-size: 60%;
    line-height: 1.1;
}

.top_logo {
    max-width: 100%;
    width: 6%;
    margin-left: auto;
    margin-right: 2rem;
    margin-top: 2rem;
}

.cities_section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.title {
    font-size: 1.9rem;
    line-height: 1.1;
    text-align: center;
    color: #f15f22;
    font-family: "Lato";
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.sub-title {
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    color: #f15f22;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    background-color: #ffffffe6;
    padding: 0.4rem 1rem;
    border-radius: 21px;
    font-weight: bold;
}

.cities_parent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cities_container {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.sec_data {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_title {
    max-width: 100%;
    width: 100%;
}

.footer {
    margin-top: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

.cities_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: space-evenly; */
    width: 100%;
    margin-bottom: 0rem;
    margin-top: auto;
}

.disclaimer {
    width: 70%;
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.1;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_logo {
    max-width: 100%;
    width: 10%;
}

.count_contain {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left_sec {
    width: 40%;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.city_img {
    max-width: 100%;
    width: 100%;
    margin: 0.2rem 0;
    cursor: pointer;
}

.gulf {
    width: 60%;
}

.lsp {
    width: 100%;
}
h4{
    font-family: "Lato";
    font-weight: bold;
    color: #ffffff;
    padding:0.5rem 0rem 0rem 0.5rem;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0b1fb8;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    flex-direction: column;
    /* overflow-x: hidden !important; */
}

.popup_container {
    width: 80%;
    height: 60%;
    background-color: #4f095c;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    align-items: center;
}

.popup_header {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff82;
    padding-bottom: 0.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
}

.popup_content {
    width: 90%;
    min-height: 28%;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;
    background-color: #00000047;
    padding: 0.6rem 0.6rem;
    /* border-radius: 10px; */
}

.popup_content p {
    font-family: "Lato";
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0.2rem;
}
.Prescribing_content_safety{
    width: 90%;
    /* max-height: 45%; */
    margin-top: 1rem;
    overflow: hidden;
    overflow-y: auto;
    background-color: #00000047;
    /* min-height: 28%; */
}
.Prescribing_content_safety p {
    font-family: "Lato";
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #fff;
    padding: 0.4rem 0.4rem 0rem 0.6rem;
}
.Prescribing_content_safety ul {
    font-family: "Lato";
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    margin:0rem 1rem 0rem 2rem ;
}


.Prescribing_content_safety table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 75%;
    border: 1px solid #dddddd;
    margin-left: 10px;
}
.Prescribing_content_safety table p{
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
}
.Prescribing_content_safety table td{

    border: 1px solid #dddddd;
}
.popup_footer, .Prescribing_content {
    width: 90%;
    margin: 0 auto;
    font-family: "Lato";
    font-weight: normal;
    line-height: 1.1;
    color: #fff;
}

.popup_footer .Prescribing, .Prescribing_content .Prescribing {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    margin-top: 0.5rem;
}

.popup_footer .download, .Prescribing_content .download {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}

.popup_btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.popup_btns div {
    margin-left: 0.4rem;
    max-width: 100%;
    width: 10%;
    cursor: pointer;
}

.popup_city_img {
    max-width: 100%;
    width: 16%;
}

#close_btn {
    max-width: 100%;
    width: 3%;
    cursor: pointer;
}

p.email,
p.company_address {
    margin-top: 0.8rem;
}

.portrait_footer {
    display: none;
}

.popup_content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 75%;
    border: 1px solid #dddddd;
   }
   .popup_content table p{
    font-size: 0.8rem;
   }
  
.popup_content   td, th {
     border-right: 1px solid #dddddd;
    
     text-align: left;
     padding: 8px;
    }
      



@media (max-width: 1500px) {
    h4{
        font-size: 0.9rem;
    }
    .popup_container {
        height: 65%;
    }
    .top_logo {
        margin-top: 1rem;
    }
    .title {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }
    .sub-title {
        font-size: 0.85rem;
        margin-bottom: 0.6rem;
    }
    .cities_container {
        width: 78%;
    }
    .popup_content p, .Prescribing_content_safety p, .Prescribing_content_safety ul {
        font-size: 0.8rem;
    }
    .popup_footer .Prescribing , .Prescribing_content .Prescribing {
        font-size: 1rem;
    }
    .popup_footer .download, .Prescribing_content .download {
        font-size: 0.8rem;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .title {
        font-size: 1.4rem;
        margin-bottom: .5rem;
    }
    .sub-title {
        font-size: 0.6rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 992px) {
    .top_logo {
        margin-top: 1rem;
    }
    .title {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    .sub-title {
        font-size: 0.6rem;
        padding: 0.2rem 0.4rem;
        margin-bottom: 0.4rem;
    }
    .sec_title {
        width: 100%;
    }
    .left_sec {
        margin-top: 0rem;
    }
    .count_contain {
        width: 80%;
    }
    .cities_container {
        width: 70%;
    }
    .city_img {
        margin: 0;
    }
    .popup_content p, .Prescribing_content_safety p, .Prescribing_content_safety ul {
        font-size: 0.6rem;
    }
    .popup_footer .Prescribing, .Prescribing_content .Prescribing {
        font-size: 0.8rem;
    }
    .popup_footer .download, .Prescribing_content .download {
        font-size: 0.6rem;
    }
    .popup_content table {
        
        width: 100%;
    }
    .popup_content table p {
        font-size: 0.7rem;
    }
    h4{
        font-size: 0.6rem;
    }
    .popup_content {
        min-height: 23%;
    }
    .popup_container {
        height: 70%;
    }
}

@media (max-width: 580px) {
    .title {
        font-size: 0.7rem;
        margin-bottom: 0.2rem;
    }
    .sub-title {
        font-size: 0.5rem;
        margin-bottom: 0.2rem;
    }
    .popup_container {
        width: 95%;
    }
    .popup_content, .Prescribing_content_safety {
        width: 97%;
    }
    .popup_content table p {
        font-size: 0.5rem;
    }
    .popup_content {
        min-height: 18%;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .top_logo {
        width: 14%;
    }
    .title {
        font-size: 1.6rem;
        margin-bottom: 0.4rem;
        margin-top: 0.4rem;
    }
    .sub-title {
        font-size: 0.9rem;
        margin-bottom: 0.6rem;
        padding: 0.4rem 1rem;
    }
    .cities_container {
        width: 52%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .city_img {
        margin: 0.2rem 0;
    }
    .count_contain {
        width: 90%;
    }
    .sec_title {
        width: 100%;
    }
    .sec_data {
        width: 70%;
    }
    .logo {
        width: 14%;
    }
    .right_logo {
        width: 20%;
    }
    #close_btn {
        width: 6%;
    }
    .popup_city_img {
        width: 32%;
    }
    .popup_container {
        height: 45%;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .popup_btns div {
        margin-left: 0.4rem;
        max-width: 100%;
        width: 24%;
        cursor: pointer;
    }
    h4{
        font-size: 0.6rem;
    }
}

@media (max-width: 500px) and (orientation: landscape) {
    .popup_content p, .Prescribing_content_safety p, .Prescribing_content_safety ul {
        font-size: 0.5rem;
    }
    .popup_footer .Prescribing, .Prescribing_content .Prescribing  {
        font-size: 0.6rem;
    }
    .popup_footer .download, .Prescribing_content .download  {
        font-size: 0.4rem;
    }
    .popup_content {
        width: 97%;
        min-height: 23%;
    }

}

@media (max-width: 500px) and (orientation: portrait) {
    .title {
        font-size: 0.9rem;
        margin: 0.1rem;
        margin-top: 0.6rem;
    }
    .sub-title {
        font-size: 0.5rem;
        margin: 0.4rem;
        line-height: 1.4;
    }
    .city_img {
        margin: 0;
    }
    .popup_content p, .Prescribing_content_safety p, .Prescribing_content_safety ul {
        font-size: 0.5rem;
    }
    .popup_footer .Prescribing, .Prescribing_content .Prescribing  {
        font-size: 0.5rem;
        margin-bottom: 0.3rem;
    }
    .popup_footer .download, .Prescribing_content .download  {
        font-size: 0.4rem;
    }
    .popup_container {
        height: 60%;
    }
    .cities_container {
        width: 80%;
    }
}

@media (max-width: 380px) and (orientation: portrait) {
    .cities_footer {
        display: none;
    }
    .portrait_footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: flex-end;
    }
    .disclaimer,
    .footer_txt {
        margin-top: 0.4rem;
    }
    .last_footer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 0.4rem;
    }
}