@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
html, body{
    overflow-x: hidden;
        scroll-behavior: smooth;
}

*{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: relative;
}
.font-2{
    font-family: "Afacad", sans-serif;
}
img{
    max-width: 100%;
}

a{
    color: inherit;
    text-decoration: none;
    
}
a:hover{
    color: inherit;
    text-decoration: none;
    
}


.logo-img img{
    max-height: 50px;
}



.top-loc-icons{
    display: inline-block;
    margin-left: 30px;
    text-align: left;
}
.top-loc-icon{
    position: relative;
}
.top-loc-icon .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2e4c94;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.top-loc-icon .icon span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.top-loc-icon .txt{
    padding-left: 40px;
    line-height: 1.2;
    font-size: 15px;
}
.top-loc-icon .txt small{
    display: block;
    color: #6b6b6b;
}



.top-loc-icon .icon .fa-phone{
    animation: ring 3s 4s ease-in-out infinite;
}

@keyframes ring {
  0% { transform: translateY(-50%) rotate(0); }
  5% { transform: translateY(-50%) rotate(30deg); }
  10% { transform: translateY(-50%) rotate(-28deg); }
  15% { transform: translateY(-50%) rotate(34deg); }
  20% { transform: translateY(-50%) rotate(-32deg); }
  25% { transform: translateY(-50%) rotate(30deg); }
  30% { transform: translateY(-50%) rotate(-28deg); }
  35% { transform: translateY(-50%) rotate(26deg); }
  40% { transform: translateY(-50%) rotate(-24deg); }
  45% { transform: translateY(-50%) rotate(22deg); }
  50% { transform: translateY(-50%) rotate(-20deg); }
  55% { transform: translateY(-50%) rotate(18deg); }
  60% { transform: translateY(-50%) rotate(-16deg); }
  65% { transform: translateY(-50%) rotate(14deg); }
  70% { transform: translateY(-50%) rotate(-12deg); }
  75% { transform: translateY(-50%) rotate(10deg); }
  80% { transform: translateY(-50%) rotate(-8deg); }
  85% { transform: translateY(-50%) rotate(6deg); }
  90% { transform: translateY(-50%) rotate(-4deg); }
  95% { transform: translateY(-50%) rotate(2deg); }
  100% { transform:translateY(-50%)  rotate(-1deg); }
}


#topFrstMenu .logo-img{
    position: absolute;
	top: 050%;
}
.stLogodiv{
    display: none;
}
.top-menu-cont{
    /*border-top: 1px solid #bdbdbd;*/
    /*border-bottom: 1px solid #bdbdbd;*/
    /*box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);*/
    z-index: 2;
}


.header-menu-bg{
        background-color: #ebedec;
}

.nav-Fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
    padding: 0px 0;
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
}



.navbar-nav{
    right: -10px;
}


.dropdown-toggle::after{
    margin-left: 0;
}
.top-menu-cont .navbar{
    padding: 0;
}
ul.navbar-nav>li {
        /* float: left; */
    /* font-size: 21px; */
    margin-bottom: 0;
    /* width: 100%; */
    text-align: center;
    /* border-left: 1px solid #bdbdbd; */
    /* border-right: 1px solid #bdbdbd; */
    padding: 0px 10px 0 4px;
}
ul.navbar-nav>li>a {
    padding: 0 28px 0 26px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}
ul.navbar-nav>li>a {
    display: block;
    line-height: 40px;
    padding: 0 30px 0 35px;
    /* margin: 0 1px; */
    color: #222;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding: 10px 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0 !important;
}
ul.navbar-nav>li:hover {
    background: #2e4c94;
    
}
ul.navbar-nav>li:hover>a {
    
    color: #fff;
}
ul.navbar-nav>li.bg-trans:hover{
    background-color: transparent;
}


.owl-carousel1 .item{
    background-color: #ebedec;
}
.owl-carousel1 .item img{
    width: auto !important;
    height: 76vh;
    margin: auto;
}

.owl-carousel1 .item h1, .owl-carousel1 .item h2{
    color: #2e4c94;
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Afacad", sans-serif;
}
.owl-carousel1 .item h1 span, .owl-carousel1 .item h2 span{
    font-size: 64px;
    font-weight: 400;
    font-family: "Afacad", sans-serif;
}
.owl-carousel1 .item h4{
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    
}
.owl-carousel1 .item .item-txt{
    max-width: 650px;
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    z-index: 1;
}

.light-layer{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.1);
    z-index: 0;
}
.dark-layer{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
}

.hm-enq-frm{
    background-image: url(/assets/imgs/118464.jpg.jpeg);
    background-size: cover;
    background-position: center;
}
.hm-enq-frm .text-desc-area{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 75px;
}
.hm-enq-frm .text-desc-area h3{
    font-size: 44px;
    font-weight: 800;
}
.hm-enq-frm .text-desc-area p{
    font-size: 18px;
    text-align: justify;
}
.hm-enq-frm .enq-frm{
    padding: 30px 60px 50px;
    margin: 50px auto;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    max-width: 480px;
}

.hm-enq-frm .enq-frm input, .hm-enq-frm .enq-frm select, .hm-enq-frm .enq-frm textarea{
    margin-bottom: 15px;
    padding: 10px 20px;
    height: auto !important;
    background-color: rgb(255 255 255 / 0.1);
    
    border-radius: 12px;
}

.hm-enq-frm .enq-frm input, .hm-enq-frm .enq-frm input::placeholder{
    color: #fff;
}

.enq-frm select{
    color: #fff;
}
.success-selected>option:not(:checked){
  color:black;
}
.hm-enq-frm .enq-frm h3{
    color: #fff;
    text-align: center;
    margin-top: 34px;
    font-size: 30px;
    margin-bottom: 25px;
}
.btn-uni{
    color: #F3F4F6;
    background-color: transparent;
    border-color: #F3F4F6;
    padding: 7px 0;
    font-weight: 600;
    margin-top: 6px;
    font-size: 14px;
    transition-duration: 300ms;
}
.btn-uni:hover{
    background-color: #F3F4F6;
    color: #2e4c94;
    
}










.footer-logo-n-txt img{
    max-height: 40px;
    margin-bottom: 15px;
    filter: brightness(100);
}
.footer-logo-n-txt p{
    margin-bottom: 2px;
    padding-left: 22px;
    font-size: 15px;
}
.footer-logo-n-txt p i{
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
}
.foot-ttl{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.foot-ttl:after{
    content: " ";
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    width: 45px;
    left: calc(50% - 22.5px);
}
ul.foot-menu{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
ul.foot-menu li{
    font-size: 16px;
}
ul.foot-menu li a{
    text-decoration: none;
    color: inherit;
}
ul.foot-menu li a:hover{
    color: #ee7d2c;
}


ul.social-ul{
    padding: 0;
    text-align: center;
}
ul.social-ul li{
display: inline-block;
    background: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
    border-radius: 100%;
    color: #2e4c94;
    font-size: 20px;
    margin-right: 8px;
    margin-bottom: 10px;
}
ul.social-ul a{
    text-decoration: none;
    color: inherit;
}
ul.social-ul a:hover{
    color: #ee7d2c;
}


.fa.fa-x-twitter{
	font-family:sans-serif;
}
.fa.fa-x-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}



.footer-info{
    background-color: #ee7d2c;
    color: #fff;
    padding: 15px 0 0;
}
ul.terms-ul{
    padding-left: 0;
    list-style: none;
    display: inline-block;
}
ul.terms-ul li{
    display: inline-block;
    padding: 0px 4px 0 10px;
}
ul.terms-ul li:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: wheat;
}
ul.terms-ul li:last-child:before{
    display: none;
}
ul.terms-ul li a{
    text-decoration: none;
    color: inherit;
}
ul.terms-ul a:hover{
    color: #2e4c94;
}

.pos-abs-lst-icons{
    position: absolute;
    right: 110px;
    top: -79px;
}
.pos-abs-lst-icons img{
    max-width: 100px;
}





.serv-offer-img{
    background: #ee7d2c;
    padding: 50px 50px 26px 50px;
    text-align: center;
    height: 100%;
}
.simg-blsk:nth-child(even) .serv-offer-img{
    background: #2e4c94;
    color: #fff;
}
.simg-blsk:nth-child(even) .serv-offer-img .ribbon{
     background: #ee7d2c;
}
.mask-img {
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjUwMCIgICBoZWlnaHQ9IjU2My4xMzgiICAgdmlld0JveD0iMCAwIDUwMCA1NjMuMTM4IiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnNDUiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzaGFwZV8wMV92ZXJfMDAxLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzOSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjAuNyIgICAgIGlua3NjYXBlOmN4PSItMzIuMjkyNTE3IiAgICAgaW5rc2NhcGU6Y3k9IjIyNC4xNzMyNiIgICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgYm9yZGVybGF5ZXI9InRydWUiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTQyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGcgICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIgICAgIGlkPSJsYXllcjEiICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYzLjEzNzk4KSI+ICAgIDxwYXRoICAgICAgIGlkPSJwYXRoMTM0LTIiICAgICAgIGQ9Ik0gMjIuOTY2ODQxLDM3Ni4wMjgzIEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMCwzMzYuMjQ4NTYgTCAzLjQwMDAwMDZlLTUsMTAwLjYxMzA2IEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMjIuOTY2ODQxLDYwLjgzMzM2MiBMIDIyNy4wMzMyMSwtNTYuOTg0MzgzIGEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgNDUuOTMzNjQsMCBMIDQ3Ny4wMzMyLDYwLjgzMzM2MiBBIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIDUwMCwxMDAuNjEzMTEgViAzMzYuMjQ4NiBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC0yMi45NjY4NSwzOS43Nzk3IEwgMjcyLjk2NjgzLDQ5My44NDYwOCBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC00NS45MzM2NiwwIHoiICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC44NjU1ODM5IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjYuNzc5OTkwOWUtMDYiICAgICAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteD0iMi40OTk5ODM5ZS0wNiIgLz4gIDwvZz48L3N2Zz4=);
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjUwMCIgICBoZWlnaHQ9IjU2My4xMzgiICAgdmlld0JveD0iMCAwIDUwMCA1NjMuMTM4IiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnNDUiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzaGFwZV8wMV92ZXJfMDAxLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzOSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjAuNyIgICAgIGlua3NjYXBlOmN4PSItMzIuMjkyNTE3IiAgICAgaW5rc2NhcGU6Y3k9IjIyNC4xNzMyNiIgICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgYm9yZGVybGF5ZXI9InRydWUiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTQyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGcgICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIgICAgIGlkPSJsYXllcjEiICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYzLjEzNzk4KSI+ICAgIDxwYXRoICAgICAgIGlkPSJwYXRoMTM0LTIiICAgICAgIGQ9Ik0gMjIuOTY2ODQxLDM3Ni4wMjgzIEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMCwzMzYuMjQ4NTYgTCAzLjQwMDAwMDZlLTUsMTAwLjYxMzA2IEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMjIuOTY2ODQxLDYwLjgzMzM2MiBMIDIyNy4wMzMyMSwtNTYuOTg0MzgzIGEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgNDUuOTMzNjQsMCBMIDQ3Ny4wMzMyLDYwLjgzMzM2MiBBIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIDUwMCwxMDAuNjEzMTEgViAzMzYuMjQ4NiBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC0yMi45NjY4NSwzOS43Nzk3IEwgMjcyLjk2NjgzLDQ5My44NDYwOCBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC00NS45MzM2NiwwIHoiICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC44NjU1ODM5IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjYuNzc5OTkwOWUtMDYiICAgICAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteD0iMi40OTk5ODM5ZS0wNiIgLz4gIDwvZz48L3N2Zz4=);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    position: relative;
    
    /* height: 100%; */
    background: #fff;
    width: 100px;
    height: 100px;
    margin: auto;
}
.mask-img img{
    max-width: 60%;
    margin: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    max-height: 60%;
}

.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
    --f: .5em;
    --r: .8em;
    position: absolute;
    right: 0;
    top: calc(-1 * var(--f));
    padding: 16px 12px 7px;
    background: #2e4c94;
    border-right: var(--f) solid #0005;
    border-bottom: var(--r) solid #0000;
    clip-path: polygon(calc(100% - var(--f)) 0, 0 0, 0 calc(100% - var(--r)), calc(50% - var(--f) / 2) 100%, calc(100% - var(--f)) calc(100% - var(--r)), calc(100% - var(--f)) var(--f), 100% var(--f));
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    max-width: 80px;
}
.serv-offer-img .serv-txt{
    font-size: 22px;
    font-weight: 500;
    margin-top: 21px;
        line-height: 1.1;
    
}

.serv-offer-img:hover .mask-img{
    transform: translateY(-10px);
    transition-duration: 500ms;
    
    background: #2e4e91;
}
.serv-offer-img:hover .ribbon{
    padding-top: 40px;
    transition-duration: 500ms;
}
.simg-blsk:nth-child(even) .serv-offer-img:hover .mask-img{
    
    background: #ee7d2c;
}
.icon-bx-pos{
    
}











.bg-lgr{
    background-color: #F6F7F2;
}
.gen-ttl{
    font-size: 43px;
}
.gen-ttl:after{
    content: " ";
    background: #2e4c94;
    width: 20%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.gen-ttl:hover:after{
    width: 25%;
    transition-duration: 500ms;
}
.featured-doc{
   padding: 0;
   margin-bottom: 35px;
   border: 2px solid rgb(243 244 246);
   border-radius: 16px;
   overflow: hidden;
   background: #fff;
   --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.featured-doc .doc-featu{
    padding: 0 30px 15px;
}

.featured-doc:hover{
     box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
}

/*.featured-doc:hover .doc-featu, .featured-doc:hover .doc-deg, .featured-doc:hover .doc-txt{*/
/*    background: #2e4c94;*/
/*    color: #fff;*/
/*}*/

.featured-doc .img-cont{
    overflow: hidden;
}
/*.featured-doc:hover img{*/
/*    transform: scale3d(1.2, 1.2, 1.2);*/
/*    transition-duration: 500ms;*/
/*}*/
.featured-doc .doc-ttl{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    transition: 0.3s;
    text-align: left;
    padding-top: 15px;
}

.featured-doc .doc-deg{
    text-transform: uppercase;
    color: rgb(96 96 96);
    display: block;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
}

.featured-doc .doc-txt{
    text-align: left;
    color: #24242499;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 0.835rem;
}






ul.ui-tabs-nav{
    padding-left: 0;
    list-style: none;
}
ul.ui-tabs-nav li{
    display: inline-block;
    color: #2e4c94;
    padding: 8px 16px;
    border-radius: 80px;
    border: 1px solid #2e4c94;
    margin-right: 10px;
}
ul.ui-tabs-nav li.ui-state-active{
    
    background-color: #2e4c94;
    color:#fff;
    
}
ul.ui-tabs-nav li a{
    
}











.hlth-package{
    background: #fff;
    padding: 20px 40px 62px;
}

.hlth-package-brdr{
    border: 2px solid #2e4c94;
    border-radius: 12px;
    overflow: hidden;
}

.hlth-package .pkg-ttl{
    font-size: 22px;
    width: 80%;
    vertical-align: middle;
    display: table-cell;
}
.hlth-package .test_included {
    display: inline-block;
    vertical-align: top;
    float: right;
    border-radius: 0px 8px 0px 8px;
    background: linear-gradient(180deg, rgb(46 76 148 / 35%) 0.41%, rgba(254, 254, 254, 0.00) 110.22%);
    position: absolute;
    top: 0;
    right: 0;
}
.hlth-package .test_included h3 {
    
    text-align: center;
    color: #2e4e91;
    margin: 0px;
    padding: 18px 20px;
    font-size: 18px;
}

.hlth-package .bigcount{
    font-weight: 700;
    display: block;
}

.hlth-package .pakgs-incld{
    font-size: 13px;
}
.hlth-package .knowLnk{
    color: #2e4e91;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hlth-package .knowLnk a{
   
    font-weight: 600;
    
}
.hlth-package .pricing{
    background: #2e4c94;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px 20px;
}

.hlth-package .price{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding-top: 8px;
}
.hlth-package .mrp{
    font-size: 13px;
    text-decoration: line-through;
}

.invt-hp .hlth-package{
    /*background-color: #ececec;*/
    background-color: #ffcea285;
}


.inBlkTstAmt{
    font-size: 24px;
    font-weight: 600;
    color: #2e4e91;
}

















#customers-testimonials .owl-prev, #customers-testimonials .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    
}
#customers-testimonials .owl-prev span, #customers-testimonials .owl-next span{
    font-size: 56px;
    font-weight: bolder;
}

#customers-testimonials .owl-prev{
    left: -50px;
}
#customers-testimonials .owl-next{
    right: -50px;
}





#customers-testimonials .item {
    text-align: center;
    margin-bottom: 13px;
    padding: 1px 34px 1px 34px;
    opacity: .6;
    -webkit-transform: scale3d(0.8, 0.8, 1) translateY(25%);
    transform: scale3d(0.8, 0.8, 1) translateY(25%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 37px;
    margin-top: 82px;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    
    width: 124%;
    margin-left: -12%;
}
#customers-testimonials .owl-item.active.center{
    z-index: 9;
}

#customers-testimonials .owl-item.active.center .item .t-quoted:before, #customers-testimonials .owl-item.active.center .item .t-quoted:after{
    /*color: #000;*/
}
#customers-testimonials .owl-item.active.center .item .testiQ{
    font-size: 16px;
}
.testiQ{
        font-size: 12px;
        text-align: justify;
        padding: 0;
}

.t-quoted:before{
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 53px;
    /* left: 16px; */
    opacity: 1;
    transform: translate(-13px,-21px) rotate(-180deg);
    color: #00000029;
    top: -30px;
}
.t-quoted:after{
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 53px;
    opacity: 1;
    transform: translateY(0px);
    color: #00000029;
    right: 1px;
    /* top: 0; */
    transform: translateY(-29px);
}









.testiuf{
   width: 85px !important;
   position: absolute;
   top: -44px;
   left: 50%;
   transform: translateX(-50%);
   border-radius: 100%;
}

.starsimg{
        width: 184px !important;
        margin: 39px auto 0;
}

.testiPers{
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 16px;
}
.caret{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-11px);
    display: none;
}
.caret i{
    font-size: 66px;
    color: white;
}

.bg-tst{
    background: #dee8ff;
    
}







/* start accordation css */
.product-accordion {
        background-color: transparent;
    /* color: #ec7d2c; */
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: none;
    outline: none;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
    /* border: 2px solid #ec7d2c; */
    border-bottom: none;
    position: relative;
  }

  
  .product-accordion:hover {
    /*background-color: #f6f7f8;*/
  }
  .product-accordion p {
    color: #898989;
  }
  /* .active, .product-accordion:hover {
    background-color: #f6f7f8;
  } */
  .pr-active{
      background: #2e4c94;
      color:#fff;
  }
  
  .product-accordion:after {
    content: '\002B';
    color: #2e4c94;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .product-accordion:focus {
    outline: none !important;
  }
  
  .pr-active:after {
    content: "\2212";
    color: #fff;
  }
  
  .panel {
    padding: 0px 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #2e4e91;
    border-top: none;
    font-size: 18px;
    color: #24242499;
  }
  .pan-padd{
    padding-top: 8px;
  }













.gen-ttl2{
    font-size: 18px;
    font-weight: bold;
}

ul.seo-lnks{
    padding-left: 0;
    list-style: none;
}
ul.seo-lnks li{
    display: inline-block;
    padding: 0 3px 0 10px;
}
ul.seo-lnks li a:after{
    
}
ul.seo-lnks li a{
    text-decoration: underline;
}



.blg-shd{
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px 7px rgb(0 0 0 / 20%);
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
}
.blg-shd:hover .blog-card, .blg-shd:hover .blog-card .pakgs-incld{
    background: #2e4c94;
    color:#fff;
    transition-duration: 200ms;
}
.blog-card{
    background: #fff;
    padding: 0 30px;
    
}
.blog-card .pkg-ttl{
    font-size: 22px;
    font-weight: 600;
}
.blog-card .pakgs-incld{
    color: #24242499;
    font-weight: 600;
}
.blog-card .knowLnk a{
    font-weight: 700;
}













.faq-bg{
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    height: calc(100% + 14px);
    width: 100%;
    top: -13px;
}
.faq-bg h3{
    font-size: 28px;
    font-weight: 600;
}
.faq-bg p{
    color: #24242499;
    font-weight: 600;
}

.scan-package-pr{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 16px;
    overflow: hidden;
}
.scan-package-pr:hover .scan-package{
    /*transform: translate(-50%, -15px);*/
    /*transition-duration: 500ms;*/
    /*opacity: 1;*/
    padding-bottom: 20px;
    transition-duration: 500ms;
}
.scan-package{
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    padding: 20px 20px 4px;
    opacity: 0.8;
}
.scan-package .pkg-ttl{
    font-size: 22px;
    font-weight: 600;
}
.scan-package .pakgs-incld{
    color: #24242499;
    font-weight: 600;
    font-size: 16px;
}
.scan-package .knowLnk a{
    font-weight: 700;
    margin-top: 5px;
}













.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2e4c94 !important;
}




.ft-connect {
    position: fixed;
    bottom: 47px;
    right: 0;
    z-index:9;
    
}
.ft-whts-connect {
    /* margin-left: auto; */
    float: right;
    margin-right: 23px;
}
.ft-whts-connect .whatsapp-contact {
    background-color: rgb(40 197 95);
    padding: 3px;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
}
.ft-whts-connect .whatsapp-contact i {
    color: white;
    font-size: 40px;
    /* margin-right: 23px; */
    animation: rowapp 2s 0s ease-in-out infinite;
}
@keyframes rowapp {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(15deg); }
  100% { transform:  rotate(0deg); }
}


.bg-foot-dark{
    background-color: #2e4e91;
}










.rd-icons-bxs{
    width: 180px;
    height: 200px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
    padding: 32px 25px 10px;
    margin-bottom: 30px;
    margin-right: 20px;
    border-radius: 16px;
    border: 2px solid #2e4c94;
}
.rd-icons-bx{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: auto;
    border: 2px solid #2e4c94;
}

.rd-ions-img-bx{
    top: 50%;
    transform: translateY(-50%);
}
.rd-icons-bxs:hover .rd-icons-bx{
    background: #2e4c94;
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.rd-icons-bxs:hover .rd-icons-bx img{
    filter: brightness(100);
}
.rd-ions-img-bx img{
    height: 50px;
    margin: auto;
    display: block;
}

.rd-icons-bxs .rd-txt{
    font-size: 19px;
    font-weight: 400;
    margin-top: 13px;
    line-height: 1.2;
    color: #2e4c94;
}










.pattern-1{
  position: absolute;
  left: -110px;
  bottom: 80px;
  width: 321px;
  height: 321px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.pattern-2{
  position: absolute;
  left: 104px;
  top: 227px;
  width: 196px;
  height: 196px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.pattern-3{
  position: absolute;
  right: 0px;
  bottom: 114px;
  width: 297px;
  height: 559px;
  background-repeat: no-repeat;
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
















@media (min-width: 1280px) {
    .iMenu{
        margin: auto;
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        background: #fff;
        opacity: 1;
        max-width: 1250px;
        width: 100%;
        box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
        border-radius: 41px;
    }
    .iMenu .logo-img{
        top: 25px;
    }
}





.bg-hex-org{
    background-image: url(/imgs/Banner.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #ee7d2c26;
    background-size: 40% auto;
    
}
.bg-hex-org-r{
    background-image: url(/imgs/BannerR.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 40% auto;
}

.bg-faq{
    background-image: url(/imgs/faq-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}




.foor-sap{
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #bdbdbd, rgba(0, 0, 0, 0)) 1 100%;
    border-left: 1px solid;
    height: 100%;
}



.featured-doc img{
    width: auto !important;
    max-height: 250px;
    margin: auto;
    display: block;
}

.footer-gen{
    font-size: 18px;
}


































.bnrttl h1, .bnrttl h2{
    color: #2e4c94;
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Afacad", sans-serif;
}
.bnrttl h1 span, .bnrttl h2 span{
    font-size: 64px;
    font-weight: 400;
    font-family: "Afacad", sans-serif;
}
.bnrttl h4{
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    
}
.layerW{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.strBc strong{
    color: #2e4e91;
}


.sideAlinks .sideAlink{
    border-bottom: 1px solid #2e528c;
    padding: 15px 0;
}

.sideAlinks .sideAlink a{
        padding-left: 34px;
        display: block;
}
.sideAlinks .sideAlink a:before{
    content: "arrow_forward";
    position: absolute;
    left: 0;
    font-family: 'Material Icons';
    font-size: 22px;
    top: -3px;
}















.test-top-icos {
	background-color: #f0f0f0;
	padding: 40px 80px;
	border-radius: 100px;
	box-shadow: 0px 4px 13px 5px rgb(0 0 0 / 20%);
}

.test-top-icos p {
	margin-bottom: 0px;
}

.test-top-icos p b {
	font-size: 20px;
	color: #2e4e91;
}

.tests-IN-accr .btn,
.faqs-IN-accr .btn {
	background: transparent;
	font-weight: 600;
	font-size: 18px;
	padding-left: 35px;
}

.tests-IN-accr .card-body,
.faqs-IN-accr .card-body {
	font-size: 18px;
}

.tests-IN-accr .card-header:before,
.faqs-IN-accr .card-header:before {
	content: "keyboard_arrow_down";
	font-family: 'Material Icons';
	position: absolute;
	font-size: 35px;
	top: 7px;
	transition-duration: 300ms;
	transition-delay: 0s;
}

.btn.focus,
.btn:focus
{
box-shadow: none;
}

.arrO .card-header:before {
	transform: rotate(180deg);
}

th {
	font-weight: bold;
}

.btn-uniB {
	background-color: #2e508e;
	border-radius: 32px;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
}

.btn-uniB-o {
	background-color: transparent;
	border-radius: 32px;
	padding: 10px 20px;
	font-weight: 600;
	color: #2e508e;
	border-color: #2e508e;
}

.btn-uniB:hover,
.btn-uniB-o:hover {
	transform: translateY(-5px);
	transition-duration: 300ms;
}







/*	        .featured-doc:hover .doc-featu, .featured-doc:hover .doc-deg, .featured-doc:hover .doc-txt {*/
/*    background: #2e4c94;*/
/*    color: #fff !important; */
/*}*/


			
/*			.featured-doc:hover .btn-uniB{*/
/*			    background-color: #fff;*/
/*			    color: #2e508e;*/
/*			}*/
			
			
			
			
			
			
			
			
			
			
			
			



.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}




.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    color: #fff !important;
    background: #2e4c94 !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 23px !important;
}
.font-gen-dec-22-18{
    font-size: 22px;
}

.intPageHeroTtl{
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 136px 0;
}
.doc-deg-blu{
    color: #2e4c94 !important;
    font-size: 0.835rem !important;
    line-height: 1.25rem !important;
}
.b-test-gr-desc{
    background: #ebedec;
    padding: 35px 35px;
    border-radius: 26px;
    max-height: 550px;
    overflow: auto;
}
.btn-uniB-o:hover{
    background: rgb(46, 80, 142);
    color: #fff;
}

.hpackSearchBtn{
    background-color: #2e4e91;
    color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.font-gen-dec-22-18 h1, .font-gen-dec-22-18 h2{
    font-size: inherit;
}

.vy{
    position: absolute;
        top: 50%;
        transform: translateY(-50%);
}

.contactFormSt{
    border: 1px solid #ebedec;
        padding: 20px 40px;
        border-radius: 30px;
        background: #ebedec;
        box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
}
.doc-post-txt {
    font-size: 28px;
    line-height: 1;
    margin-top: 20px;
}

.fas-etc-rpt-img {
    width: 100%;
}

.glassySubHead{
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: rgb(255 255 255 / 0.15);
    border-radius: 9999px;
    border-color: rgb(255 255 255 / 0.25);
    border: 1px solid;
    display: inline-flex;
}

.txtOrng{
    color: #ee7d2c;
    font-weight: inherit;
}

.pulse-ring{
    background-color: #ee7d2c;
    border-radius: 9999px;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    top: 3px;
    left: -8px;
}
.pulse-ring::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: #ee7d2c;
    animation: pulse-ring 1.5s infinite;
}
@keyframes pulse-ring {
      0%   { transform: scale(0.8); opacity: 0.8; }
      100% { transform: scale(1.4); opacity: 0; }
}




.btn-uni-n {
    color: #fff;
    background-color: #ed7b37;
    border-color: #ed7b37;
    padding: 5px 0 10px;
    font-weight: 600;
    margin-top: 6px;
}
.btn-uni-n:hover {
    color: #fff;
    background-color: #ff6408;
    border-color: #ff6408;
}
.btn-uni-n .material-icons, .btn-uni-b .material-icons{
    position: relative;
    top: 5px;
}
.txt-b-enq-f{
    color: rgb(191 219 254);
}
.bor-100{
    border-radius: 100px;
}


.btn-uniB-d {
    background-color: #d3e2ff;
    border-radius: 11px;
    padding: 10px 20px;
    font-weight: 600;
    color: #2e508e;
    font-size: 15px;
}
.btn-uniB-d:hover{
     background-color: #2e508e;
     color:#fff;
     transition-duration: 500ms;
}


.no-brk{
    white-space: nowrap;
}

.btn-uni-b {
    color: #fff;
    background-color: #2e4e91;
    border-color: #8597bd;
    padding: 5px 0 10px;
    font-weight: 600;
    margin-top: 6px;
}
.btn-uni-b:hover{
    color: #fff;
}

.bg-gray{
    background: #ebedec;
    padding: 35px 35px;
    border-radius: 26px;
}



.offers-ul{
    list-style: none;
    padding: 0;
    column-count: 3;
}
.offers-ul li{
    position:relative;
    padding-left: 21px;
    font-size: 18px;
}
.offers-ul li:before{
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ee7d2c;
    border-radius: 100%;
    top: 6px;
    left: 0;
}