/*modals*/
@media screen and (min-width: 1400px){
    .modal-body {
        padding: 60px 100px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width:1400px){
 .modal-body {
    padding: 60px 30px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px){
 .modal-body {
    padding: 60px 30px !important;
}
}
 .modal-body {
    padding: 60px 20px !important;
}
.small-text{
    font-size: 10px;
    color: #005c66;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px){
    .modal-section-title{
        font-size: 31px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .modal-section-title {
        font-size: 28px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .modal-section-title{
        font-size: 25px !important;
    }
}
.modal-section-title{
    font-size: 20px;
    color: #161616;
    font-family: montserratsemiboldarm,sans-serif;
}
@media only screen and (min-width: 992px){
    .description {
    padding-left: 36px !important;
}
}
@media screen and (min-width: 992px){
    .list-item {
        margin-bottom: 35px !important;
    }
}
.list-item {
    color: #777;
    font-family: montserratsemiboldarm,sans-serif!important;
    font-size: 12px;
    margin-bottom: 25px !important;
}
.text-black{
    color: #000;
    font-family: montserratsemiboldarm,sans-serif!important;
    font-size: 12px;
    font-weight: 600;
}
.color{
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
    background-color: #777;
}
.normal-text{
    color: #777;
    font-family: montserratsemiboldarm,sans-serif!important;
    font-size: 12px;
}
 @media screen and (min-width: 768px){
    .info-text {
        font-size: 16px;
    }
}
.info-text {
    font-size: 14px;
    color: #777;
}
.btn-modal{
    font-family: montserratboldarm,sans-serif;
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 160px;
    letter-spacing: 2px;
    text-decoration: none;
}
.btn-modal:hover{
    background-color: #005c66;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
}
.pr-5 {
    padding-right: 5px;
}



/*swiper*/

.modalSwiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modalSwiper>.swiper-button-next,
.modalSwiper>.swiper-button-prev {
    background: #005c66;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 95% !important;
}
@media screen and (min-width: 768px){
    .modalSwiper>.swiper-button-next:after, 
    .modalSwiper>.swiper-button-prev:after {
    font-size: 15px !important;
}
}
.modalSwiper>.swiper-button-next:after, 
.modalSwiper>.swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.swiper-button-next:after{
    content: 'next';
}
.modalSwiper>.swiper-button-prev{
    left: 82%;
    margin-right: 10px;
}
@media screen and (min-width:992px) and (max-width:1200px){
    .modalSwiper>.swiper-button-prev{
    left: 75%;
}
}
@media screen and (min-width:768px) and (max-width:992px){
    .modalSwiper>.swiper-button-prev{
    left: 85%;
}
}
@media screen and (max-width:576px){
.modal-body-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modalSwiper{
    display: none;
}
}
@media screen and (max-width:300px){
.modal-section-title{
    font-size:16px;
    font-weight: 600;
}
}
.swiper-button-prev:after {
content: 'prev';
}
.swiper-button-next:after, 
.swiper-button-prev:after {
font-family: swiper-icons;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
background: #fff;
opacity: 1;
}
.swiper-button-next.swiper-button-disabled:after, 
.swiper-button-prev.swiper-button-disabled:after {
font-size: 12px;
font-weight: 700;
color: #000;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
cursor: auto;
pointer-events: none;
}