/**
 * @version     1.0.3
 * @package     com_international_services
 * @copyright   2022 21twelveinteractive.in
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Alice <alice@21twelveinteractive.in>
 */
.slider-row {
    margin: 0 !important;
}
.map-section {
    position: relative;
}
.slider-main {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.red-bg {
    background: #ff0000b3;
}
.grey-bg {
    background: #808080b3;
}
.slider-main h2 {
    font-size: 26px;
    text-transform: capitalize;
    border-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
    min-height: 35px;
}
.slider-row .slider-left-col {
    padding-left: 30px;
    padding-top: 20px;
    z-index: 9;
    padding-right: 15px !important;
}
.slider-row .slider-right-col {
    padding-right: 30px;
    padding-top: 20px;
    z-index: 9;
    padding-left: 15px !important;
}
.slick-initialized .slick-slide {
  overflow: auto;
}
.slider-row .image-box img {
    max-height: 260px;
    width: 100%;
    object-fit: cover;
}
.slider-row .content-box{
  margin-bottom: 100px;
}
.slider-main .sub-title {
    text-transform: capitalize;
    margin: 20px 0 15px;
    font-size: 20px;
}
.slider-main ol {
    margin-left: -11px;
}
.slider-main li{

}
.slider-main ul {
    margin-bottom: 15px;
}
.slider-main ul li {
    list-style: disc;
}
.slider-main li {
    font-size: 16px;
}
.slider-row {
    overflow-y: scroll;
    width: 100%;
}
.slider-row::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #dbdbdb;
}

.slider-row::-webkit-scrollbar{
	width: 10px;
	background-color: #dbdbdb;
}

.slider-row::-webkit-scrollbar-thumb{
	background-color: #fff;
	border: 2px solid #dbdbdb;
	border-radius: 10px;
}
.map-section .slick-track {
    WIDTH: 100% !IMPORTANT;
}
.map-section .col-md-6 {
    WIDTH: 50% !IMPORTANT;
}
.close-slider i {
    color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.close-slider {
    position: absolute;
    right: 40px;
    top: 15px;
}

.country-list-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    z-index: 3;
}
.chosen-container-single, .select2-container{
  min-width: 320px;
  width: 100% !important;
  font-size: 19px;
  font-weight: bold;
   background: url(../images/down-filled-triangular-arrow.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: 100%;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b{
  background: url(../images/down-filled-triangular-arrow.png);
  background-repeat: no-repeat;
  z-index: 99;
  background-size: 100%;
  width: 28px;
  display: block;
  height: 28px;
  background-color: transparent;
  top: 75%;
  right: 50%;
  left: auto;
  border-color: transparent !important;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent !important;
  background-color: transparent;
  transform: rotate(180deg);
  top: 50%;
}
.chosen-container-single .chosen-single, .select2-container.select2-container--default .select2-selection--single {
  padding: 20px;
  height: 60px;
  border: none;
  border-radius: 0;
  background: #dbdbdb;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  color: #1a1a1a;
}
.chosen-container-single .chosen-single div {
  top: 20px;
}
.chosen-container .chosen-results, .select2-results {
  color: #000;
  font-size: 16px;
  font-style: italic;
  background: #f0f0f0
}
.chosen-container .chosen-results li, .select2-results li{
  border-bottom: 1px solid #fff;
  padding: 1rem;
}
.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.highlighted,
.select2-results li.select2-results__option--highlighted,
.select2-results li.select2-results__option--selected {
  background: #e3170a !important;
  color: #fff !important;
}
.chosen-container .chosen-results li:last-child,
.select2-results li:last-child {
  border-bottom: none;
}
.country-list-main .map-data-labels{
  padding-right: 20px;
}
.country-list-main .map-data-labels ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.country-list-main .map-data-labels ul li {
    margin-left: 15px;
}
.cus-slider-arrow {
    position: absolute;
    z-index: 99;
    background: linear-gradient(to right, #ff0000b3 50%, #808080b3 50%);;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
    height: 50px;
    bottom: 0;
    align-items: center;
    border-top: 1px solid;
}
.cus-slider-arrow span {
    margin-right: 5px;
    text-transform: capitalize;
}
.cus-slider-arrow .prev-arrow span {
    margin-left: 5px;
}
.cus-slider-arrow .prev-arrow, .cus-slider-arrow .next-arrow {
    cursor: pointer;
}
#is-map { min-height:150px; min-width:150px; height: 630px; width: 100%; z-index: 1;}
.country-list-main select {
    word-wrap: normal;
    min-width: 300px;
    min-height: 100%;
    background: #dbdbdb;
    border: none;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-decoration: navajowhite;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}
select:focus-visible {
    outline-offset: 0px;
}
.country-list-main select {
    background: url(../images/down-filled-triangular-arrow.png);
}
.country-list-main select {
    background: url(../images/down-filled-triangular-arrow.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: 100%;
}
/*---------------------------*/
/*.slider-row .image-box img{
    height: auto;
    max-height: 100% !important;
}*/
.red-bg {
    background: rgba(234, 37, 0, 0.85);
}
.grey-bg {
    background: rgba(102, 102, 102, 0.85);
}
.awsome-popup {
    overflow-y: auto;
    /* position: absolute; */
    padding: 0;
    overflow-x: hidden;
}
.map-popup {
    height: 100%;
    position: absolute;
    padding: 0;
    overflow: hidden;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    width: 100%;
}
.map-popup .country-next-prev.gray-next-prev{
  background: rgba(102, 102, 102, 0.85);
}
.map-popup .country-next-prev.red-next-prev{
  background: rgba(234, 37, 0, 0.95);
}
.map-popup .country-next-prev{
    position: absolute;
    /*background: linear-gradient(90deg, rgba(234, 37, 0) 50%, rgba(104, 102, 102)50%);*/
	background: rgba(102, 102, 102, 0.85);
    padding:0 30px 30px 30px;
    left: 0;
    right: 0;
    bottom: 0;
}
.map-popup .country-next-prev div{
    display: flex;
    justify-content: space-between;
}
.map-popup .country-next-prev a{
    color: #fff;
    text-decoration: none;
}
.map-popup .country-next-prev hr {
    background: #fff;
    opacity: 1;
    margin-top: 0;
    width: 100%;
    position: relative;
    top: 0;
}
.map-poupclose-icon{
    color: #fff;
    position: absolute;
    right: 20px;
    top: 15px;
}
.map-poupclose-icon a{
     color: #fff;
}

.map-popup .country-section {
  padding: 25px 30px 75px 30px;
}
.map-popup .country-section h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 1.4;
}
.map-popup .country-section .country-img-box{
  margin: 1rem 0;
}
.map-popup .country-section .country-img-box img.img-fluid {
    width: 100%;
}
.map-popup .country-section .country-detail{
    padding: 15px 0px;
}
.map-popup .country-section .country-detail h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.map-popup .country-section .country-detail ol li{
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    list-style-type: numeric;
}
.map-popup .country-section .country-detail ol li ul li{
    font-size: 16px;
    font-style: italic;
    list-style-type: disc;
    color: #fff;
}
.map-popup::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #c9c9c9;
}

.map-popup::-webkit-scrollbar
{
    width: 12px;
    background-color: #c9c9c9;
}


.map-popup::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}


.slider-main .sub-title{
    font-size: 16px;
}
.slider-main ol li strong{
    font-weight: 400;
}
.slider-main ol li p{
    font-style: italic;
}
.chosen-container-single .chosen-single div b{
    background: none;
}
.chosen-container-single .chosen-single:after {
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-right: 8px solid transparent;
    border-color: #E2211C transparent transparent;
    width: 0;
    height: 0;
    right: 10px;
    top: 50%;
}
section.international-service-section {
    padding: 60px 0px;
    border-top: 10px solid #E2211C;
    text-align: center;
}
section.international-service-section .international-service-detail p {
    padding: 20px 20px 10px;
    font-size: 18px;
}
@media screen and (max-width: 767px){
    h2{
        font-size: 30px !important;
    }
    section.international-service-section .international-service-detail p{
        padding: 7.5px 15px 0px;
        text-align: left;
    }
    .chosen-container-single,
    .select2-container.select2-container--default .select2-selection--single{
        width: 100% !important;
    }
    .country-list-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        width: 100%;
        z-index: 3;
        flex-direction: column-reverse;
    }
    .country-list-container{
        width: 100%;
    }
    .country-list-main .map-data-labels {
        padding: 20px;
        width: 100%;
    }
    .country-list-main .map-data-labels ul{
        justify-content: center;
    }
    .map-popup .country-next-prev hr{
        display: none;
    }
    .map-popup .country-next-prev{
        padding: 10px 0px;
        background: rgba(102, 102, 102, 0.85);
    }

    .map-popup .country-next-prev a i{
        color: #fff;
        text-decoration: none;
        background: #444444e3;
        padding: 12px 10px 12px 5px;
        border-radius: 30px;
    }
    .map-popup .country-next-prev a.left-arr i{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 24px;
        height: 50px;
    }
    .map-popup .country-next-prev a.right-arr i{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 24px;
        height: 50px;
        padding: 12px 5px 12px 10px;
    }
    section.international-service-section{
        padding: 30px 0px;
    }
    .box-section{
        padding: 20px 0px !important;
    }
    h2{
        line-height: 35px !important;
    }
}
