.btn-dr-inner-wrapper-call {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    list-style: none;
}
.btn-dr-inner-wrapper-call .btn-dr-call-post-item{
    position: relative;
    /*transition: all ease 1s;*/
}
.btn-dr-call-item-title {
    padding: 10px 0px;
}
.btn-dr-call-item-title h6 {
    margin-bottom: 0;
    padding-top: 0px;
}
.btn-dr-call-post-item {
    /*border-radius: 13px 13px 13px 13px;

    transition-duration: .3s;
    transition-property: transform;*/
    overflow: hidden;
    ransition: 300ms ease all;

    overflow: hidden;
    transform-origin: 50% 100%;
    background: #FFF;

}
.btn-dr-icon {
    z-index: 1;
}

.btn-dr-call-item-title {
    position: relative;
     top: 0;
     height: auto;
     left: 0;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     background: hsl(212deg 100% 5% / 88%);
     opacity: 1;
     transition: all ease 0.5s;
}
.btn-dr-inner-wrapper-call .btn-dr-call-post-item:hover .btn-dr-call-item-title {
    opacity: 1;
}
.btn-dr-img-wrapper {
    max-height: 350px;
}
.btn-dr-inner-wrapper-call .btn-dr-call-post-item:hover {
    /*transform: scale(1.1);*/
}

.btn-dr-icon i {
    font-size: 12px;
}
.btn-dr-call-item-title h6 {
    font-size: 16px;
     color: #fff;
     font-weight: 400;
     display: flex;
     align-items: center;
}
.btn-dr-call-item-title h6 span {
    margin-right: 10px;
}
span.count-btn i {
    color: #0e243d;
}
.btn-dr-call-item-title {
    justify-content: center;
}
.btn-dr-call-item-title {
    display: flex;
	display:none;
    align-items: center;
}

span.count-btn i {
    margin-right: 10px;
}
span.count-btn {
    font-size: 14px;
}
.btn-dr-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Modal */

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: transparent;
    padding: 0px;
    max-width: 800px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
}
.modal__container a.btn-call-call-archive-link {
    margin: 20px auto !important;
    display: block;
    border: none;
    padding: 15px 20px !important;
}
button.modal__close {
    background: none !important;
    box-shadow: 0 0 0;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
button.modal__close {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
}
.modal__close {
    border: 0 !important;
    right: 5px !important;
    position: absolute;
    top: 5px;
    background: transparent !important;
    padding: 0px !important;
    cursor: pointer;
}



.modal__content {
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}
button.modal__close {
    margin-top: 5px;
    margin-right: 15px;
}

.modal__content::-webkit-scrollbar {
    width: 10px;
}

.modal__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modal__content {
    overflow-y: auto;
    height: 100%;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
display: none;
z-index: 9999;
}

.micromodal-slide.is-open {
display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}
.modal__container {
    max-width: 100%;
    max-height: 100vh;
    width: 96%;
    background: #fff;
    height: 90vh;
}
.modal__container iframe {
    width: 100%;
    height: 300px;
}
}
@media screen and (max-width:640px){
    .modal__container iframe {
        height: 200px;
    }
}
.btn-dr-popup-content-login {
    margin-top: 50px;
}
.btn-dr-popup-feature a,
.btn-dr-popup-image-wrapper a {
    position: relative;
    display: block;
}
.btn-dr-popup-feature i.fa-expand,
.btn-dr-popup-image-wrapper i.fa-expand {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 6px;
    border-radius: 5px;
}
.btn-dr-popup-content {
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}
p.btn-tags-wrapper i {
    font-size: 11px;
}
.btn-dr-popup-feature,
.btn-dr-popup-image-wrapper {
    overflow: hidden;
    max-height: 800px;
    border-radius:0px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
}
.btn-dr-popup-header h3 {
    text-align: center;
    font-size: 22px;
}
.btn-dr-tag {
    margin-left: auto;
    display: block;
}
.btn-dr-popup-content-description {
    padding: 50px 50px 0px;
}
.btn-dr-popup-header {
    margin-bottom: 50px;
}
.btn-dr-popup-header p {
    text-align: center;
    margin-bottom: 0;
}
.btn-dr-popup-header h3 {
    margin: 0 0 5px;
}
.btn-dr-popup-header p {
    text-align: center;
}
.btn-dr-image-list{
    margin-top:50px;
}
/**
 * Preloader
 */
.btn_dr_overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.80);
	z-index: 9999;
}

.btn_dr_preloader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	top:50%;
	margin-top: -7.5em;
}
form.btn-dr-search-form .elementor-search-form__container {
    background: none;
}
.btn-dr-wrapper {
    text-align: center;
}
form.btn-dr-search-form input.elementor-search-form__input {
    height: 50px;
    border-radius: 50px;
}
.btn_dr_preloader:before {
  width: 50%;
  height: 50%;
  background: #0e243d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.btn-dr-pagination-wrapper {
    margin-top: 40px;
}
.btn_dr_preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn_dr_preloader_msg{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 50px auto;
    width: 100%;
    height: 11em;
    top: 50%;
    position: relative;
    text-align: center;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width:767px){
	.btn-dr-inner-wrapper-call {
		grid-template-columns: repeat(1, 1fr);
		-ms-grid-columns: repeat(1, 1fr);
	}
	.btn-dr-popup-content {
		padding: 30px;
	}
}


.btn-dr-popup-image-wrapper.mobile {
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
}
.btn-dr-popup-content-wrapper div#tabs li {
        display: inline-block;
}
.btn-dr-popup-content-wrapper div#tabs li a{

    font-size: 17px;
    margin-left: 0;
    margin-right: 5px;
    background: #e1e0e0;
    padding: 15px 30px;
    min-width: 130px;
}
.btn-dr-popup-content-wrapper div#tabs li.ui-tabs-active a {
    color: #fff;
}

.btn-dr-popup-content-wrapper div#tabs li.ui-tabs-active a {
    background: #0e243d;
}
p.btn-tags-wrapper {
    font-size: 14px;
}

.btn-dr-popup-content-additional-item.btn-dr-image-list h4 {
    margin-bottom: 10px;
    font-size: 22px;
}
.btn-dr-image-list {
    margin-top: 30px;
}
.btn-dr-popup-content-additional-item.btn-dr-image-list h5 {
    font-size: 20px;
    margin-top: 25px;
}
.btn-dr-wrapper-item.desktop {
    width: 70%;
    display: inline-block;
	    padding-right: 20px;
}
.btn-dr-wrapper-item.mobile {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.tabs-list {
  display: none;
}
a.btn-tab-trigger.btn-tab-active {
    background: #12263f !important;
    color: #fff !important;
}
/*
.btn-dr-img-wrapper .btn-dr-trigger {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    background: #14263e;
	width:100%;
	max-height:100%;
}*/
.btn-dr-selector-wrapper {
    display: flex;
	flex-wrap:wrap;
}
@media screen and (max-width:1200px){
	.btn-dr-popup-content-wrapper div#tabs li {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px){
	.btn-dr-wrapper-item.desktop {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.btn-dr-wrapper-item.mobile {
		display: block;
		vertical-align: top;
		width: 100%;
		max-width: 300px;
	}
}

/* Styling New*/
.btn-dr-inner-wrapper-call .btn-dr-call-post-item {
    position: relative;
    transition: all ease 1s;
    height: 300px;
    border: 6px solid #FFF;
    overflow: hidden;

}
.btn-dr-href {
    height: 400px;
    padding-right: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 38px);
}
img.btn-dr-trigger{
    -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
        -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
        transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
        display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}
.btn-dr-call-post-item:hover .btn-dr-img-hover {
    opacity: 1;
}
.btn-dr-img-hover {
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    opacity: 0;
}
.btn-dr-img-hover-inner {
    color: transparent;
    font-size: 0;

    width: 65px;
    height: 65px;
    background-color: rgb(19 39 63);
    background-image: var(--scroller-image);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 25px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.btn-dr-img-hover {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.btn-dr-call-post-item:hover {
    box-shadow: 0 15px 50px -30px rgb(24 24 24 / 40%), 40px 0 30px rgb(24 24 24 / 10%);
    /* transform: scale(1.04); */
    transform: perspective(600px) rotateY(-5deg) scale(1.05) translate(-2%,0);
    transform-origin: center;
}
.btn-dr-img-wrapper-image img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    -moz-transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    transition: transform 5000ms cubic-bezier(.455,.030,.515,.955);
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}
.btn-dr-img-wrapper-image {
    height: 600px;
    padding-right: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 38px);
}
.btn-dr-img-wrapper {
    max-height: 500px;
}
.btn-dr-popup-image-wrapper:hover .btn-dr-img-hover{
    opacity: 1;
}
.btn-dr-popup-image-wrapper.mobile {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    background-size: contain !important;
    padding: 50px 27px;
    background-repeat: no-repeat;
    background-position: top;
    height: 635px;
    box-shadow: 0px 0px 0px;
    overflow: hidden;
    position: relative;
    width: 330px;
}
.btn-dr-popup-image-wrapper.mobile:before{
    content:"";
    background-image:url('../images/topmobile.png');
}
/* width */
.btn-dr-img-wrapper-image::-webkit-scrollbar {

   display: none;
   -ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

/* Track */
.btn-dr-img-wrapper-image::-webkit-scrollbar-track {

       display: none;
       -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  background: #f1f1f1;
}

/* Handle */
.btn-dr-img-wrapper-image::-webkit-scrollbar-thumb {
  background: #888;

     display: none;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.btn-dr-popup-image-wrapper.mobile .btn-dr-img-wrapper-image {
    border-radius: 20px 20px 30px 30px;

}
.btn-dr-popup-image-wrapper.mobile .btn-dr-img-wrapper-image {
    height: 595px;
    padding-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.btn-dr-popup-image-wrapper.mobile .btn-dr-img-wrapper {
    margin-top: -30px;
}
.btn-dr-popup-image-wrapper.mobile:before {
    content: "";
    background-image: url(../images/head.png);
    width: 100%;
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 0;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-dr-wrapper-item.desktop .btn-dr-img-wrapper-image {
    width: 100%;
    padding: 0;
}
.btn-dr-popup-image-wrapper.desktop {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    background-size: contain;
    padding: 40px 0px 0;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
    background-image: url(../images/topheader.png);
    border-radius: 20px;
    box-shadow: 0px 0px 21px rgb(0 0 0 / 10%);
}
@media screen and (max-width:1250px){
    .btn-dr-popup-image-wrapper.mobile .btn-dr-img-wrapper-image {
        height: 520px;
    }
    .btn-dr-popup-image-wrapper.mobile{
        padding: 50px 15px;
    }
    .btn-dr-popup-image-wrapper.mobile:before {
        top: 15px;

        height: 20px;

    }
    .btn-dr-popup-image-wrapper.desktop {
        border-radius: 20px 20px 0px 0px;
        height: 520px;
    }
    .btn-dr-inner-wrapper-call .btn-dr-call-post-item {
        height: 300px;
    }
}
