.elementor-100636 .elementor-element.elementor-element-72f6297c{margin-top:0px;margin-bottom:0px;padding:80px 20px 20px 20px;}.elementor-100636 .elementor-element.elementor-element-27aac598 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-100636 .elementor-element.elementor-element-27aac598 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-100636 .elementor-element.elementor-element-9cd0e53 > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 0px 0px 0px;}.elementor-100636 .elementor-element.elementor-element-ac0e294{font-family:"Roboto", Sans-serif;font-size:14px;line-height:18px;color:#999999;}.elementor-100636 .elementor-element.elementor-element-ac0e294 a{color:#999999;}.elementor-100636 .elementor-element.elementor-element-ac0e294 a:hover{color:#999999;}.elementor-100636 .elementor-element.elementor-element-ac0e294 > .elementor-widget-container{margin:0px 0px 20px 0px;padding:0px 0px 0px 0px;}.elementor-100636 .elementor-element.elementor-element-99f030c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS *//* Media Screen*/

@media screen and (max-width:1024px){
    .gm_section{
        flex-direction: column;
    }
    .gm_section .gm_map{
        width: 100%;
    }
    .gm_section .gm_select_country {
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .gm_section {
    overflow: hidden;
}
.gm_section .gm_map {
    width: 0;
    transform: scale(0.3);
    margin-top: -200px;
}
#worldMap{
    max-width: unset;
}
.gm_section .gm_select_country {
    width: 100%;
    margin-top: -180px;
}
.gm_select_country h3 {
    font-size: 16px!important;
    margin: 0 0 5px 0;
}
}

/* Select country styles */
.gm_section{
    display: flex;
    justify-content: space-between;
}
.gm_select_country h3{
    font-size: 18px;
}
.gm_select_country h3 .fa.fa-globe{
    margin-right: 5px;
}
.gm_map{
    width: 72%;
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.gm_select_country {
    width: 27%;
}
.gm_select_country .panel-default {
    border-color: #ddd;
}
.gm_select_country .collapse {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.gm_select_country .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.gm_select_country .panel-group .panel-default {
    border-color: #ddd;
    margin-bottom: 0;
    border-radius: 4px;
}
.gm_select_country  .panel-group .panel-default>.panel-heading {
    color: #fff;
    background-color: #222;
    border-color: #444;
}
.gm_select_country  .panel-group .panel-default>.panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    line-height: 1.3;
}
.gm_select_country  .panel-group .panel-default>.panel-heading .panel-title a {
    padding: 1rem 1.5rem;
    display: block;
    color: #fff;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
}
.gm_select_country  .panel-group .panel-default>.panel-heading .panel-title a:hover{
    color: rgba(205,25,1,1);
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel-heading {
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.gm_select_country .panel .list-group {
    visibility: visible;
    max-height: 300px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding-left: 0;
    list-style: disc;
}
.gm_select_country .list-group-item {
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    margin: -1px;
    margin: -0.1rem;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.gm_select_country .panel .list-group a, .gm_select_country .panel-title a{
    display: block;
}


/* Continent map styles*/

.continent-text {
    position: absolute;
    color: blue;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem;
    pointer-events: none;
}
.continent-text.eu {
    opacity: 0;
    left: 28%;
    top: 35%;
}
.continent-text.eu.open {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.continent-text.as {
    opacity: 0;
    left: 40%;
    top: 32%;
}
.continent-text.as.open {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.continent-text.na {
    opacity: 0;
    left: 8%;
    top: 37%;
}
.continent-text.na.open {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.continent-text.sa {
    opacity: 0;
    left: 15%;
    top: 77%;
}
.continent-text.sa.open {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.continent-text.af {
    opacity: 0;
    left: 28%;
    top: 60%;
}
.continent-text.af.open {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.continent-text.oc {
    opacity: 0;
    left: 46%;
    top: 89%;
}
.continent-text.oc.open {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}
.map-area:focus {
    outline: 0;
}
.map-area {
    cursor: pointer;
}/* End custom CSS */