/**
* Template Name: Mamba - v2.4.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*@font-face {
    font-family: Titillium Web;
    src: url(../Titillium_Web/TitilliumWeb-Regular.ttf);
}*/


* { box-sizing:border-box; }
body {
    font-family: "Titillium Web", sans-serif;
    color: #444;
    overflow-x: hidden;
  margin: 0;
  padding: 0;
}

a {
    color: #428bca;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: "Titillium Web", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #919296;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #cf0d44;
    transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #00aedb;
    padding: 10px 0;
    font-size: 15px;
    color: #ffffff;
}



#topbar .contact-info a {
    line-height: 1;
    color: #ffffff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #428bca;
}

#topbar .contact-info i {
    color: #428bca;
    padding: 4px;
}

#topbar .contact-info .icofont-phone {
    padding-left: 20px;
    margin-left: 10px;
}

#topbar .social-links a {
    color: #ffffff;
    padding: 4px 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    /*color: rgb(179, 177, 177);*/

}

#topbar .country-slt{
    border: none;
    background: transparent;
    color: #ffffff;
    /*cursor: pointer;*/
}

#topbar .country-slt::after{
    content: "";
    position: absolute;
    right:0px;
    width: 50px;
    height: 50px;
}

#topbar .country-slt > option{
    padding: 3px 8px;
    color: #000000;
  font-size: 12px;
}

#topbar .country-slt:focus, #topbar .country-slt:focus{
    outline: none;
    background: transparent;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: -1px 4px 8px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: -1px 4px 8px 0px rgb(0 0 0 / 18%);
    box-shadow: -1px 4px 8px 0px rgb(0 0 0 / 18%);
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #1c5c93;
    text-decoration: none;
}

.main-logo{
    position: absolute;
    /*z-index: 9999;*/
    top: 10px;
    left:0px;
    background-image: linear-gradient(#ffffff, #ffffff96);
    height: 170px;
    padding:0px 25px;
    background: #fff;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    margin-top: 49px;
}

.amber-icn{
    font-size: 1.6em;
    cursor: pointer;
    box-sizing: border-box;
    color:#000;
}

.vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mnu-btn-holder{
    background-image: url(../img/mnu-btn-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #000000;
    padding: 12px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}

.active-link{
    border-bottom: solid 3px  #004b8d;

}

.menu-contact-sub-text{
    font-size: 11px;
    color: #919296;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    top:-5px;
}

.icofont-navigation-menu{
    display: none;
}

.menu-contact{
    padding: 18px 8px;
}



.top-contact-no{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 1.5em;
    color: #000000;
}

.top-contact-no a {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}

.top-contact-no a:hover{
    color: #00aedb;
}

.nav-menu a:hover, .nav-menu .active-link > a, .nav-menu li:hover > a {
    color: #004b8d;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #103453;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #428bca;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}


/* Main side menu  */

.main-side-menu{
    width: 250px;
    position:absolute;
    top: 3em;
    z-index: 9999;
    right: 0px;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
    background-color: #ffffff;
    height: 425px;
    background-image: url(../img/QIC-Pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: -4px 6px 26px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 6px 26px -1px rgb(0 0 0 / 20%);
    box-shadow: -4px 6px 26px -1px rgb(0 0 0 / 20%);
    display: none;
}

.close{
    display: block;
    padding: 12px 8px;
    width: 100%;
    text-align: right;
}

.close i {
    cursor: pointer;
    padding: 18px;
}

.menu{
    display: block;
    padding: 12px 8px;
}

.menu ul li{
    list-style-type: none;
    display: block;
    padding: 8px 0px;
}

.menu ul li a{
    color: #000000;
    font-size: 1.1em;
    font-weight: 600;
}

.menu ul li  .active-link-sidemenu{
    color: #AB0535;
}

.menu ul li a:hover{
    color: #AB0535;

}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1f3548;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #e3f0fc;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #9eccf4;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  display: none;
}

.mobile-nav-toggle i {
    color: #5c768d;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#header-life{
    /*background-image: url(../img/visitor-insurance-banner.png) center center linear-gradient(#eb01a5, #d13531);*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url(../img/visitor-insurance-banner.png);
    /* background-image: url(../Image/bg.jpg); */
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    min-height: 600px;
    width: 100%;
}

#hero {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

#hero .carousel-item {
    width: 100%;
    height: calc(100vh - 114px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(13, 30, 45, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: left;
}

@media (max-width: 992px) {
    #hero, #hero .carousel-item {
        height: calc(100vh - 70px);
    }
    #hero .carousel-content.container {
        padding: 0 50px;
    }
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #428bca;
}

#hero .btn-get-started:hover {
    background: #1c5c93;
}

.nav-link .tabicn{
    display: none;
}

.nav-link.active .tabicn{
    display: inline-block;
}

.nav-link {
    display: block;
    /* padding: .5rem 1rem; */
    padding: .9em .8em !important;
}

.form-pdng-btm{
    padding: 0px 30px;
}



.mb-10{
        margin-bottom: 20px;
        margin-top: -20px;
        width: 106%;
        margin-left: -14px;
}

.mb-10 ul{
    margin: 0px !important;
    list-style-type: none;
}




@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }

    .d-none-mob{
        display: none;
    }
}

@media (min-width: 1024px) {



    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 50px 0;
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.micro {
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

/* .micro .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
} */

.micro .video-box img {
    padding: 15px 0;
}

.micro .section-title p {
    text-align: left;
    font-style: italic;
    color: #666;
}

.micro .about-content {
    padding: 40px 40px 40px 40px;
    background-image: url(../img/micro-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1.3em;
    color: #ffffff ;
}



.micro-sidebar-foot-img img{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 65%;
}

.micro-cont{
    padding: 2em 0em 0em 3em;
}

.micro .icon-box + .icon-box {
    margin-top: 40px;
}

.micro .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f1f7fb;
    border-radius: 6px;
    transition: 0.5s;
}

.micro .icon-box .icon i {
    color: #428bca;
    font-size: 32px;
}

.micro .icon-box:hover .icon {
    background: #428bca;
}

.micro .icon-box:hover .icon i {
    color: #fff;
}

.micro .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.micro .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.micro .icon-box .title a:hover {
    color: #428bca;
}

.micro .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}

.micro .video-box {
    position: relative;
}

.micro .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.micro .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.micro .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(66, 139, 202, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.micro .play-btn:hover::after {
    border-left: 15px solid #428bca;
    transform: scale(20);
}


.section-heading{
    font-weight: 800;
    color: #000000;
}
.micro .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.micro-sidebar{
    background-color: #ffffff;
    border-radius: 0.8em;
    /* padding: 18px; */
    overflow: hidden;
    clear: both;
    padding-bottom: 2em;
/*  padding: 18px;*/
}

.micro-sidebar .micro-sidebar-top-img{
    padding-top: 1em;
    box-sizing: border-box;
}

.micro-sidebar-top-img > img{
    margin: 0 auto;
    text-align: center;
    display: block;
}

.micro-sidebar-top-text{
    padding: 1.5em 2em 1em 0em;
}

.micro-sidebar .micro-sidebar-top-text ul li{
    color: #000000;
    border-bottom: solid 1px #000000;
    list-style-type: none;
    margin-left: -10px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 20px;
    padding-top: 0px;

}

.micro-sidebar .micro-sidebar-top-text ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 0.6em;
    vertical-align: middle;
    font-weight: 900;

    position: absolute;
    left: 39px;
}

.micro-sidebar .micro-sidebar-price{
    color: #ce2d25;
    text-align: center;
    margin-top: -40px;
    padding-bottom: 2em;
}
.micro-sidebar .micro-sidebar-price > p {
    font-weight: 500;
}
.micro-sidebar .micro-sidebar-price > p > span{
    font-size: 2.3em;
}

.micro-sidebar .micro-sidebar-price > p > span > strong{
    font-size: 2.8em;
}

.micro-sidebar .micro-sidebar-price > p > i{
    font-size: 4em;
    font-weight: 100;
}

.micro-sidebar .micro-sidebar-price > p >  hr{
    transform: rotate(45deg);
    width: 100px;
}

.micro-sidebar .micro-sidebar-price .grt-start{
    padding: 0.4em 1.3em;
    background-color: #ce2d25;
    color: #ffffff;
    border-radius: 1.3em;
}

.micro-sidebar .micro-sidebar-price .grt-start:hover{
    opacity: 0.9;
}

.micro-sidebar-top{

    background-color: #8f9195;
    color: #ffffff;
    position: absolute;
    padding: 8px 14px;
    border-radius: 21px;
    text-align: center;
    left: 10px;
    right: 10px;

}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
    padding: 40px;
}

.about-lists .row {
    overflow: hidden;
}

.about-lists .content-item {
    padding: 40px;
    border-left: 1px solid #d9e8f4;
    border-bottom: 1px solid #d9e8f4;
    margin: -1px;
}

.about-lists .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #9eccf4;
}

.about-lists .content-item h4 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 20px 0;
}

.about-lists .content-item p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .about-lists .content-item {
        padding: 40px 0;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}

.counts .count-box {
    box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.counts .count-box i {
    display: block;
    font-size: 64px;
    margin-bottom: 15px;
}

.counts .count-box span {
    font-size: 42px;
    display: block;
    font-weight: 700;
    color: #1c5c93;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 30px;
}

.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: flex;
    justify-content: center;
}

.services .icon i {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #428bca;
    font-size: 40px;
    overflow: hidden;
    padding-top: 20px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
    box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.services .title a {
    color: #444;
    transition: 0.3s;
}

.services .title a:hover {
    color: #428bca;
}

.services .title::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #428bca;
    bottom: 0;
    left: calc(50% - 25px);
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: #428bca;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-align: center;
    background: rgba(31, 53, 72, 0.6);
    padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
    color: #428bca;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 7px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    height: 35px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
    background: #428bca;
    color: #fff;
}

.portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #428bca !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0 30px 0;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    border-radius: 4px;
    overflow: hidden;
}

.team .member img {
    transition: all ease-in-out 0.4s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    position: absolute;
    bottom: -48px;
    left: 20px;
    right: 20px;
    background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
    padding: 15px 0;
    border-radius: 4px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    color: #9eccf4;
}

.team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (max-width: 992px) {
    .team .member {
        margin-bottom: 100px;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding-bottom: 30px;
}

.faq .faq-item {
    margin-bottom: 40px;
}

.faq .faq-item h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
}

.contact .info-box i {
    font-size: 32px;
    color: #428bca;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}



.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}



@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#footer {
    background: #00aedb;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    border-bottom: 1px solid #ffffff;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
    padding: 0 1.3em;
}

#footer .footer-top .footer-info h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 2px 16px 16px 1px;
    line-height: 1;
    font-weight: 500;
    width: 90%;
}

#footer .footer-top .footer-info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Titillium Web", sans-serif;
    color: #fff;
    font-weight: 500;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #768fa6;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #428bca;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #9eccf4;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #428bca;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #5295ce;
}

#footer .copyright {
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #9eccf4;
}



/* baner Tab form */

.header-contact .nav-link.active{
    background-color: #b2bd00 !important ;
    color: #ffffff !important;
    border-radius: 5px 5px 0px 0px !important;
    box-shadow: none !important;
    border: none;
}


.header-contact .nav-tabs .nav-link{
    color: #727272;
    border-radius: 0px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 26%);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 26%);
    background-color: #ffffff;
}

.header-contact .nav-tabs{
    border-bottom: none;
    margin-top:100px;
}


.header-contact .nav-tabs .nav-item {
    margin-bottom: -4px;
}

.baner-form {
    /*min-width: 350px;*/
    background: #b2bd00;
    border-radius: 0px 0px 12px 12px;
    z-index: 1;
    position: relative;
    width: 100%;
    left:0px;
    right:0px;
    margin-left: auto!important;
}

.banner-form-inner{
    padding: 3em 2em 0em 2em;
}

.baner-form .group { 
    position: relative; 
    margin-bottom: 20px; 
}

.baner-form input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #b2bd00;
    color: #ffffff;
    width: 100%;
    border: none;
    border-radius: 4px;
    border: 1px solid #ffffff;
    padding: 8px 12px;

}

.baner-form input:focus { outline: none; }


/* Label */

.baner-form label {
    color: #ffffff; 
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 9px;
    top: -13px;
    transition: all 0.2s ease;
    padding: 0px 8px;
    color: #ffffff;
    background-color: #b2bd00;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #b2bd00 inset !important;
    -webkit-text-fill-color: #fff !important;
}

/* active */

.baner-form input:focus ~ label, .baner-form input.used ~ label {
    top: -13px;
    /* transform: scale(.75); */
    left: 9px;
    color: #ffffff;
    background-color: #b2bd00;
}


/* Underline */




/* active */

.baner-form input:focus ~ .bar:before, .baner-form input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
    position: absolute;
    height: 60%; 
    width: 100px; 
    top: 25%; 
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

.baner-form input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	/* from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; } */
}


/* Button */

.baner-form .button {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    /* margin: .3em 0 1em 0; */
    width: 100%;
    vertical-align: middle;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    /* line-height: 20px; */
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.15s ease;
}
.baner-form .button:focus { outline: 0; }


/* Button modifiers */

.baner-form .buttonBlue {
    background: rgb(243,242,244); 
    background: -moz-linear-gradient(top,  rgba(243,242,244,1) 1%, rgba(255,255,255,1) 40%, rgba(150,150,150,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(243,242,244,1) 1%,rgba(255,255,255,1) 40%,rgba(150,150,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(243,242,244,1) 1%,rgba(255,255,255,1) 40%,rgba(150,150,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0.35em;
}

.baner-form .buttonBlue:hover { 
    background: rgb(226,226,226); 
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 1%, rgba(255,255,255,1) 43%, rgba(150,150,150,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 1%,rgba(255,255,255,1) 43%,rgba(150,150,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 1%,rgba(255,255,255,1) 43%,rgba(150,150,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/* Ripples container */

.ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}


/* Ripples circle */

.ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
    0% { opacity: 0; }

    25% { opacity: 1; }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

.baner-form-link{
    padding-top: .5em;
}

.baner-form-link a{
    color: #ffffff;
    font-size: 13px;
}

.baner-form-link a i{
    font-size: 6px;
    line-height: normal;
    vertical-align: middle;
    margin-right:3px;
}

.padding-btm-0{
    padding-bottom: 0px !important;
}

.mobile-app{
    background: url(../img/mobileapp-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 32px 0px;
}

.mobile-app h1{
    font-weight: 900;
}

.mobile-app-icn{
    margin-top: 50px;
}

.mobile-app-img img{
    position: absolute;
    left: -57px;
    top: -100px;
}

.img-100{
    width: 100%;
}

/* .zic-zac{
  padding: 3em 0;
} */

.zic-zac p{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.zic-zac a{
    color: #ab0535;
}

.zic-zac-text-left{
    text-align: left;
}

.zic-zac-text-right{
    text-align: right;
}

.bg-gray{
    background-color: #f2f2f2;
}
.align-center{
    text-align: center;
    margin: 0 auto;
}

.vedio-player{
    border-radius: 17px;
    width: 100%;
    -webkit-box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 55%);
    -moz-box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 55%);
    box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 55%);
}

.vedio-player:focus{
    outline: none;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social ul li{
    list-style-type: none;
    display: inline-block;
    padding: 15px 6px;
}

.footer-social ul li a{
    color: #ffffff;
    font-size: 1.3em
}

.footer-social ul li a:hover{
    color: #919296;
}

.footer-hrading{
    border-bottom: solid 2px #65031f;
}

.footer-hrading2{
    border-bottom: solid 2px #65031f;
}

/* #footer .footer-top .footer-info h3:after {
  position: absolute;
  content: '';
  height: 3px;

  left: 15px;
  right: 0;
  width: 50%;
  background: #fff;
  top: 40px;
} */

.footer-hrading:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: auto;
    left: 18px;
    right: 0;
    width: 33%;
    background: #fff;
    top: auto;
    margin-top: 38px;
}

.footer-hrading2:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: auto;
    left: 18px;
    right: 0;
    width: 33%;
    background: #fff;
    top: auto;
    margin-top: 38px;
}

.map-footer{
    border-radius: 15px;
}

.p-l-0{
    padding-left: 0px;
}

/* footer sliser */

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    border-radius: 8px;
}
.testimonial-item.equal-height.style-6 {
    border-radius: 10px;
    margin: 10px;
}
.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}

.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
    font-size: 3em;
    text-align: right;
    line-height: 0;
}

.owl-nav.disabled button:focus{
    outline: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled:focus{
    outline: none;
}

.owl-carousel a{
    color: #dba537;
}

.owl-carousel a:hover{
    color: #acacac;
}

.footer-top{
/*    background-image: url("../img/footer-bg-right.png");*/
    background-position: right bottom;
    background-repeat: no-repeat;
}


.footer-mobile{
/*    background-image: url("../img/footer-bg-right.png");*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.mb-0 > a {
    display: block;
    position: relative;
}
.mb-0 > a:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078"; float: right; color: #ffffff;

}
.mb-0 > a[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077"; float: right; color: #ffffff;
}

.card-header{
    border: solid 1px #ffffff;
    color: #ffffff;
    background-color: #ab0535;
}

.card-header a{
    color: #ffffff;
}

#footer .footer-mobile {
    border-bottom: 1px solid #ffffff;
    padding: 60px 0 30px 0;
}


.footer-top{
    display: block;
}
.footer-mobile{
    display: none;
}

.owl-prev:before,
.owl-next:before{
    font-family: "Font Awesome 5 Free"; font-weight: 600; content: "\f0d9"; float: right; color: #ffffff; margin-right: 8px;
}
.owl-next:before{
    font-family: "Font Awesome 5 Free"; font-weight: 600; content: "\f0da"; float: right; color: #ffffff;  margin-left: 8px;
}


.owl-carousel .owl-nav button span{
    display: none;
}
.call-icn {
    height: 36px;
    position: relative;
    top: 7px;
    right: 0px;
    text-align: right;
    display: inline-block;
}
i.fas.fa-map-marker-alt:before {
    position: absolute;
    top: 4px;
    padding: 0px 5px;
    font-size: 1.5em;
    margin: 0px 15px;
    left: -24px;
} 

@media only screen and (max-width: 992px) {


    /*---*/
}


@media only screen and (max-width: 768px) {
    .main-logo {
        position: absolute;
        z-index: 9999;
        top: 5px;
        left: 0px;
        background-image: linear-gradient(#ffffff, #ffffff96);
        height: 48px;
        padding: 0px 25px;
        background: #fff;
        width: auto !important;
    }  
    .call-icn {
        height: 36px;
        position: relative;
        top: 2px;
        right: 5px;
        text-align: right;
        display: inline-block;
    }
 .top-header-text {
    padding-top: 20px !important;
}
.top-header-text h1 {
    color: #fff;
    font-size: 26px !important;
    text-align: center;
}
.top-header-text span
{
    text-align: center;
    display: block !important;
    margin-top: 25px;
}
    /*---*/
}
@media only screen and (max-width: 480px) {
    .main-logo {
        position: absolute;
        z-index: 9999;
        top: 5px;
        left: 0px;
        background-image: linear-gradient(#ffffff, #ffffff96);
        height: 38px ;
        padding: 0px 25px;
        background: #fff;
        width: auto !important;
    }  
    .top-contact-no a {
        color: #000000;
        font-weight: 500;
        font-size: 11px;
        margin-top:7px;
    }
    .top-contact-no {

        margin-top: 7px;
    }
    .baner-form-link a {
        color: #ffffff;
        font-size: 13px;
        text-align: left !important;
        display: block;
    }
    .header-contact .nav-tabs {
        margin-left: 5% !important;
    }
     .top-header-text {
    padding-top: 20px !important;
}
.top-header-text h1 {
    color: #fff;
    font-size: 26px !important;
    text-align: center;
}
.top-header-text span
{
    text-align: center;
    display: block !important;
    margin-top: 25px;
}
    /*---*/   
}


input[type="text"]#jcaptcha::-webkit-input-placeholder {
    color: #fff;
}

.pr-hdng {color:#fff; font-size:16px; font-weight: 600; margin: 5px 0px 20px 0px; }



/*.select-itm:focus { outline: none; }*/

.bob-bg{
    height: 40px;
    margin-top: 2px;
    background-color: #ffffff7a;
    padding: 9px;
    position: absolute;
    right: 16px;
    top: -1px;
}
.group select {
     font-size: 16px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: inline-block;
    background: #ab0535;
    width: 100%;
    border: none;
    border-radius: 4px;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    cursor: pointer;

}

.selectdiv:after {
    content: '\f078';
    font:  normal normal 17px/1 FontAwesome;
    color: #fff;
    right: 11px;
    top: 2px;
    height: 34px;
    padding: 34px 1px 0px 0px;
    position: absolute;
    pointer-events: none;
}


.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    height: 40px;
    float: left;
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}



.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 20px;
  
}

#a li{
  list-style: none;
  padding: 5px;

}

#a li:hover{
background-color: #F4F3F3;
cursor: pointer;
}

#a li img{
  margin: 5px;
}

#a li span, .btn-select li span{
  margin-left: 10px;

}

/* item list */

.b{
  display: none;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    color: #000;

    right: 7%;
    top: 47px;
}
  


.open{
  display: show !important;
}

.btn-select{
/*  margin-top: 10px;*/
  background-color: #ab0535;
    border: none;
    color: #ffffff;

}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.crt-pos{
      position: absolute;
    top: 15px;
}


/*drop-down*/

.headerDropdown .dropdown-menu.inner a {
    padding-left: 0px;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.headerDropdown .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 4px 20px;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
}
.headerDropdown .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 4px 20px;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
}

.headerDropdown .dropdown-menu.inner img {
    float: left;
}

.headerDropdown .btn-group.bootstrap-select {
    display: inline-block;
    max-width: 100px;
}
.headerDropdown .btn-group.bootstrap-select .dropdown-toggle {
    /*background: transparent none repeat scroll 0 0;
   // background:#fff;*/
    border: 0 none;
    color: #fff;
    font-size: 14px;
    max-width: 100px;
    outline: 0 none;
    width: 100%;
    outline: none !important;
    -moz-outline: none;
}


.headerDropdown .open>.dropdown-menu {
    display: block;
}

.headerDropdown {
   display: inline-block !important;
}

.headerDropdown .btn-group.bootstrap-select .dropdown-toggle:focus,
.headerDropdown .btn-group.bootstrap-select .dropdown-toggle:hover,
.headerDropdown .btn-group.bootstrap-select .dropdown-toggle:active
{
 outline:none !important;
 box-shadow:none;
}

.headerDropdown .dropdown-menu.inner img {
float: left;
outline:none;
border:0px;
}


/*for medical 2*/

.micro .about-content_1 {
  padding: 40px 40px 40px 40px;
 background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.3em;
  color: #000000;
  position: relative;
  background: linear-gradient(to top, #ab0634, #f3926d);
  padding: 5px;
}


.micro .about-content_1_inner{
   background-color: #ffffff;
    border-radius: 1.3em;
    padding: 2em;
}

.micro-sidebar-foot-img2 img {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 65%;
}

.grt-start{
  padding: 0.4em 1.3em;
  background-color: #ab0534;
  color: #ffffff;
  border-radius: 1.3em;
}

.grt-start:hover{
  color: #ffffff;
  opacity: .9;
}

.mr20{
  margin-right: 20px
}
.pdng-50{
  padding-top: 50px;
}
.micro-sidebar-bx-shado{
 -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 9px 0px rgb(50 50 50 / 42%)
}

.tl{
  text-align: left;

}

.txt-bg-wt{
  font-size: 4em
}

.txt-bg-wt2{
  font-size: 2em
}

@media only screen and (max-width: 479px) {
.micro-sidebar-foot-img2 img {
    position: absolute;
        bottom: 6px;
    left: 15px;
    width: 100%;
}

.tl{
  text-align: center;

}

.txt-bg-wt{
  font-size: 2em
}

.txt-bg-wt2{
  font-size: 1em
}
}

/*--RSS FEED CSS---*/
#main-rss-container {/*min-width:320px;*/  }
#main-rss-container ul {display: block; text-decoration:none;list-style-type: none;padding-left: 0px;}
#main-rss-container ul li {
    border-bottom: dashed 1px #bf5757;
    min-height: 90px;
    padding-bottom: 4px;
    padding-top: 12px;
	padding-right: 10px;
    font-size: 14px;
    color: #ffbf92;
    font-family: inherit;
    font-weight: normal;
}
#main-rss-container ul li:last-child {border-bottom: none; }
#main-rss-container ul li a {
    font-size: 12px;
    color: #ffffff !important;
    font-style: normal;
    /*font-weight: 200;*/
}
#main-rss-container ul li.right-content {display: inline-block; padding-left:10px; float: left; font-size:12px; line-height: normal !important;}
#main-rss-container ul li img {
    width: 100px;
    max-height: 94px;
    object-fit: cover;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: top;
    float: left;
    margin-right: 10px;
    /* border: dashed 1px #fff; */
    min-height: 94px;
}

.product-title {
    color: #b2bd00;
    font-size: 2.2em;
}

.product-title:after {
    content: "";
    width: 198px;
    height: 30px;
    position: absolute;
    top: 19px;
    transform: scale(1);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.border-2-box {
    /* background: linear-gradient(to right, #c02c53, #fa6d3b); */
    border-radius: 8px;
    color: #000;
    display: inline-block;
    padding: 6px 22px;
    margin: 0em 2em 1em 0em;
    background-color: #b2bd00;
}

.box-layout1 {
    border: solid 1px #e3e3e3;
    border-radius: 3px;
    text-align: center;
    padding: 12px;
    background-color: #fff;
    padding: 22px 12px;
    padding: 22px 12px 28px 12px;
    box-shadow: 0px 0px 9px 0px rgb(50 50 50 / 20%);
    width: 93%;
    margin: 0 auto;
}

.box-layout1:hover {
    cursor: context-menu;
    background-color: #ffffff;
    color: #ab1d38;
    box-shadow: 0px 0px 9px 0px #b2bd0054;
}

/*.box-layout1:hover .top-img img {
    color: #ffffff;
    filter: brightness(0) invert(1);
}
.box-layout1:hover .title-box {
    color: #ffffff;
}*/

.title-box {
    color: #004b8d;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 15px;
}

.getstart-btn-holder {
    text-align: center;
    margin: 3.5em 0;
}

.get-start {
    border: solid 3px #00aedb;
    padding: 8px 25px;
    color: #00aedb;
    zoom: 1.2;
    border-radius: 5px;
    font-size: 1.2em;
}

.auto-alg{
    margin: 0 auto;
}

.get-start:hover {
    background-color: #00aedb;
    color: #ffffff;
}

.border-2-box-bg {
    padding: 1em 2em;
    background-color: #ffffff;
    border-radius: 7px;
}

.txt-bg-wt2 {
    font-size: 2em;
}
.color-theame {
    color: #b2bd00;
}

.retrieve-btn-holder .grt-start {
    margin: 1em;
}

.grt-start {
    padding: 0.4em 1.3em;
    background-color: #b2bd00;
    color: #ffffff;
    border-radius: 1.3em;
    border: solid 2px #b2bd00;
}

.grt-start:hover {
    color: #b2bd00;
    background-color: #ffffff;
}

.retrieve-btn-holder {
    display: flex;
    align-items: center;
    align-self: flex-end;
}

.top-img img {
    width: 110px;
}

.margin-auto{
    margin: 0 auto;
}
.top-header-text {
    padding-top: 155px;
}
.top-header-text h1 {
    color: #fff;
    font-size: 36px;
}
.top-header-text p {
    background: #ab0534;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    font-size: 23px;
    font-weight: 300;
}
.top-header-text .btn-outlined-qlm {
    /*background: url(../img/dummy-btn-bg.png) top left repeat;*/
    background: #0062cc;
    border: solid 2px #fff;
    color: #fff;
    position: relative;
}
.lastlogin a:hover{
    text-decoration: none !important;
}