body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.navbar-brand img{width: 120px;}
.dropdown-menu{
	font-size: 14px;
}
.dropdown-item{padding: 0.25rem 1rem;}
.dropdown-menu .dropdown-toggle::after{
	position: absolute;
    right: 15px;
    transform: rotate(270deg);
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.text-white {
	color:white;
}
.padlr-30 {
	padding:0px 30px;
}
.padr-30 {
	padding-right:30px;
}
.padl-30 {
	padding-left:30px;
}
.icon-cards {
    transition: all 0.2s ease;
    cursor: pointer
}

.icon-cards:hover {
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    transform: scale(1.1)
}

.light-blue{
	background: #c7eafb;
	}
.light-purple{
	background: #c7c4e2;
}
.headertop-bg{
	background: #1c2d5a;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.headertop-bg a{color: #fff;}
.headertop-bg .lft-content span{padding-right: 20px;}
.headertop-bg .rght-content span{padding-left: 15px;}
.navbar{padding: 0 1rem .4rem;background: #fff;}
.navbar-brand{margin-right: 80px;}
.nav-link{color: #1c2d5a;font-weight: 600;margin: 0 10px;padding: 0.5rem 1rem 1rem 1rem;}
.nav-link.active, .nav-link:hover{color: #00c0f3;border-bottom: 4px solid #00c0f3;}
.navbar .btn-primary {
    color: #fff;
    background-color: #00c0f3;
    border-color: #00c0f3;
    border-radius: 15px;
    padding: 8px 10px;
}
.navbar .btn-primary:focus, .navbar .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active{background-color: #00c0f3;border-color: #00c0f3;}
.homeslider{
    width: 100%;
    overflow: hidden;margin: 0 auto;}
    .carousel-control-next-icon{background-image: url(../img/rght-arrow.svg);}
    .carousel-control-prev-icon{background-image: url(../img/lft-arrow.svg);}
    .carousel-control-next-icon, .carousel-control-prev-icon{height: 70px;}
    .carousel-control-next, .carousel-control-prev{opacity: 1;}
    .carousel-caption {
	    position: absolute;
	    right: 15%;
	    bottom: 100px;
	    color: #fff;
	    text-align: right;
	    width: 35%;
	    left: auto;
	}
	.carousel-caption h3{
	font-size: 42px;
    font-weight: 600;}
    .carousel-caption p{font-size: 18px;font-weight: 300;}
    .carousel-caption .btn-default {
    	background: rgb(255 255 255 / 90%);
	    border-radius: 14px;
	    font-size: 13px;
	    color: #1c2d5a;
	    font-weight: 600;
	    padding: 10px 20px;
	}
	.carousel-indicators li{
		width: 14px;
	    height: 14px;
	    margin-right: 5px;
	    margin-left: 5px;
	    border-radius: 50%;
	}
	.freecunsult-btn {
	    position: fixed;
	    z-index: 9;
	    right: -72px;
	    top: 50%;
	    background: #1c2d5a;
	    color: #fff;
	    padding: 10px 15px;
	    border-radius: 10px 10px 0 0;
	    transform: rotate(270deg);
	}
	.freecunsult-btn:hover{text-decoration: none;color: #fff;}
	.search-wrap{background: #fff;padding: 30px 0px;}
	.search-wrap .heading-txt{text-align: center;
    color: #00c0f3;
    font-weight: 600;
    font-size: 2.1rem;margin-bottom: 30px;}
    .search-bg{
    	background: #fff;
    width: 100%;
    border-radius: 15px;
    margin: 0px auto 0;
    position: relative;
    display: inline-block;
    border: 1px solid rgb(28 45 90 / 20%);
    }
    .srh-drop{
    	    float: left;
    background: #fff;
    padding: 15px 20px;
    border-right: 2px solid #00c0f3;
    margin: 0;
    border-radius: 15px 0 0 15px;
    }
    .srh-drop span{
        color: #405174;
    font-size: 16px;
    font-weight: 600;}
    .searchinput{
    	    float: left;
    border: none;
    background: transparent;
    width: 85%;
    padding: 16px 20px;
    }
    .srh-drop .dropdown-menu{left: -26px !important;cursor: pointer;}
    .serachicon{
    	position: absolute;
    top: 20%;
    background: #00c0f3;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    right: 20px;
    }
    .searchinput:focus,.searchinput:active{outline: none;}
    .headingtxt{
    	font-size: 34px;
	    color: #1c2d5a;
	    margin: 0 0 40px;
	    font-weight: 600;
	    text-align: center;
    }
    .popular-procedure{
    	padding: 50px 0;
    	background: #172c57;
    }
    .popular-procedure .headingtxt{color: #fff;}
    .popular-procedure .rghtcontent h6{color: #fff;}
    .popularlist .icon{width: 70px;margin: 0 auto 10px;}
    .popularlist .icon img{max-width: 100%;}
    .popularlist .rghtcontent{
    	margin: 0 0 30px 0;
    	padding: 0;
    }
    .popularlist .rghtcontent .btn{
    	border-radius: 6px;
	    color: #172c57;
	    background: #fff;
	    border-color: #fff;
    }
    .popularlist ul{
    	list-style: none;
    	padding: 0;
    	margin: 0;
    }
    .popularlist a{margin-bottom: 3px;display: inline-block;color: #fff;}
    .popularlist a:hover{text-decoration: none;}
    .popularlist{margin-bottom: 15px;}
    .popular-countries{background-color: #fff;padding: 50px 0px;background: url(../img/logo-element-quarter.png) no-repeat right bottom;background-size: 20%;}
    .countries-list{padding: 0;margin: 0;list-style: none;}
    .countries-list li{margin-bottom: 20px;display: table;}
    .countries-list li span{font-size: 16px;
    display: table-cell;
    vertical-align: middle;font-weight: 500;}
    .country-img{float: left;margin: 0 25px 0 0;}
    .country-img img{
    	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
		box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
		width: 60px;
    }
    .featured-hospital{
    	background: #e1f4fd;
    	padding: 50px 0px;
    }
    .featured-hospital .nav a{
    	color: #1c2d5a;
    	font-weight: 600;
    	margin: 0 77px 0px 0px;
    	font-size: 16px;
    	padding-bottom: 5px;
    }
    .featured-hospital .nav a:hover{text-decoration: none;}
    .featured-hospital .nav a.active{
    	border-bottom: 3px solid #1c2d5a;
    }
    .featured-hospital .tab-content{
    	margin: 30px 0px 0px;
    }
    .hospital-pc img{height: 232px;}
    .hosptl-ctn{
    	background: #1c2d5a;
	    color: #fff;
	    text-align: center;
	    padding: 15px 10px;
	    min-height: 110px;
    }
    .hosptl-ctn h5{
    	font-size: 16px;
	    padding: 0;
	    margin: 0 0 5px;
    }
    .hosptl-ctn p{
    	margin: 0px;
    	font-weight: 300;
    	font-size: 12px;
    }
    .featured-hospital .nav li:last-of-type a{margin-right: 0px;}
    .popular-destination{background: #fff;padding: 50px 0px;position: relative;background: url(../img/fetured-destination-bg.png) no-repeat left bottom;background-size: 20%;}
    .categories-list {    
	    display: inline-block;
	}
	.product-wrapp{width: 35%;float: left;border: 2px solid #1c2d5a;border-right: 0px;position: relative;}
	.countryinfo{
		position: absolute;
	    top: 60px;
	    width: 100%;
	    color: #fff;
	    text-align: center;
	}
	.content-info{
		position: absolute;
	    bottom: 0;
	    color: #fff;
	    padding: 50px 25px 20px 40px;
	}
	.content-info .counts{
		display: inline-block;
    	margin: 0 0 50px;
    	width: 100%;
	}
	.content-info .counts h6{
		font-size: 40px;
	    font-weight: 600;
	    line-height: 20px;
	}
	.content-info .counts small{
		font-size: 14px;
	}
	.product-wrapp h3{
		margin: 0;
	    padding: 0;
	    font-weight: 700;
	    font-size: 60px;
	}
	.product-wrapp p{
		padding: 0;
	    text-align: justify;
	    margin: 0;
	}
	.divTable{
		display: table;
		width: 65%;
		border-bottom: 2px solid #131313;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #f0f8ff;
		display: table-header-group;
	}
	.divTableCell {
		border: 2px solid #1c2d5a;
		display: table-cell;
		padding: 3px 10px;
		height: 207px;
		width: 190px;
		vertical-align: middle;
		text-align: center;
		position: relative;
	}
	.divTableCell .imgdiv .hover-img-icon{display: none;}
	.divTableCell .imgdiv:hover{
		background: #1c2d5a;
	    width: 250px;
	    height: 225px;
	    position: absolute;
	    top: -10px;
	    left: -7px;
	    z-index: 1;
	    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 50%);
	}
	.divTableCell .imgdiv:hover .hover-img-icon, .divTableCell .imgdiv:hover .title-disp {
	    display: block;
	    margin: 0 auto;
	/*    position: relative;
	    top: -40px;*/
	}
	.divTableCell .imgdiv img{
	    position: absolute;
	    top: 40px;
	    left: 0;
	    right: 0;
	    display: block;
	    margin: 0 auto;
	    width: 150px;
	}
	.divTableCell .imgdiv .title-disp{
		color: #1c2d5a;
	    padding-top: 10px;
	    font-weight: 600;
	    position: absolute;
	    bottom: 15px;
	    left: 0px;
	    right: 0;
	}
	.divTableCell .imgdiv:hover .title-disp{
		color: #fff;
	    padding-top: 10px;
	    font-weight: 600;
	    position: absolute;
	    bottom: 35px;
	    left: 0px;
	    right: 0;
	}
	.divTableBody {
		display: table-row-group;
	}
	.divTableCell .imgdiv, .divTableCell .imgdiv a {
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	    padding: 10px;
	    margin: 0 auto;
	    cursor: pointer;
	}
	.divTable .divTableCell:nth-child(1),.divTable .divTableCell:nth-child(2){border-right: 0px;border-bottom: 0px;}
	.divTable .divTableCell:nth-child(3){border-bottom: 0px;}
	.categories-list h2{
		font-size: 90px;
	    color: #fff;
	    font-weight: 900;
	    margin-right: 25px;
	}
	.why-evexi{
		
		background: url(../img/why.jpg) no-repeat top center;
		padding: 50px 0px 20px;
		background-size: cover;
	}
	.aboutdigital{
		background: url(../img/about-bg.jpg) no-repeat top center;
		padding: 50px 0px 20px;
		background-size: cover;
	}
	.why-evexi .headingtxt{color: #1c2d5a;text-align: left;}
	.reviews {
	    position: relative;
	    background: url(../img/review-bg.jpg) no-repeat;
	    min-height: 300px;
	    background-position: top center;
	    background-size: 100%;
	    padding: 50px 0px;
	    background-color: #0774b9;
	}
	.reviews .card {
	    box-shadow: 2px 2px 20px 5px rgb(0 0 0 / 50%);
	}
	.owl-carousel .owl-stage-outer{padding: 30px 0;}
	.owl-nav{position: relative;top: -150px}
	.owl-prev span{position: absolute;top: -6px;left: 10px;}
	.owl-next span{position: absolute;top: -6px;right: 10px;}
	.owl-carousel .owl-nav button.owl-prev{
	    left: -25px;
	    top: 0;
	}
	.owl-item.active .next, .owl-item.active .prev{opacity: 1;}
	.owl-carousel .owl-nav button.owl-next{
	    right: -25px;
	    top: 0;
	}
	.reviews .owl-stage-outer::before, .reviews .owl-stage-outer::after{
		background: transparent;
	}
	.item.show {
	    display: block;
	    transition-duration: 0.4s
	}
	.rating {
	    color: #f57d20;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
	    color: #fff !important;
	    border: 3px solid #fff;
	    font: inherit;
	    font-size: 46px !important;
	    position: absolute;
	    border-radius: 50px;
	    width: 42px;
	    height: 42px;
	    line-height: 42px;
	}

	.owl-carousel .owl-nav button.owl-next:hover,
	.owl-carousel .owl-nav button.owl-prev:hover {
	    color: #1c2d5a !important;
	    background-color: transparent !important
	}
	.owl-dots {
	    display: none;
	}
	.item {
    display: none
	}

	.next {
	    display: block !important;
	    position: relative;
	    transform: scale(0.8);
	    transition-duration: 0.3s;
	    opacity: 0.6
	}

	.prev {
	    display: block !important;
	    position: relative;
	    transform: scale(0.8);
	    transition-duration: 0.3s;
	    opacity: 0.6
	}
	.achievements{
	    position: relative;
	    padding: 50px 0px 0px 0px;
	    background: #e1f3fd;
	    /*background: rgb(243,245,250);
		background: linear-gradient(180deg, rgb(203 203 203) 0%, rgba(87,88,92,1) 100%);*/
	}
	.operandi{margin-bottom: 20px;}
	.achievements-ctn{
	    background: rgb(212,216,219);
background: linear-gradient(180deg, rgba(212,216,219,1) 0%, rgba(87,88,92,1) 100%);
	    border-radius: 50px 40px 0 0;
	    padding: 37px 15px 10px;
	    color: #fff;
	    min-height: 140px;
	    position: relative;
	        text-align: center;
	        width: 198px;
	}
	.count-left h2{font-size: 42px;font-weight: 600;}
	.achievements-ctn .parag{text-align: justify;color: #fff;font-weight: 500;line-height: 14px;height: 40px;}
	.our-services{
		
		padding: 50px 0;
	}
	.innerctn-vm {
	    background: #e1f4fd;
	    padding: 0 0 20px;
	    border-radius: 0px;
	    color: #fff;
	    text-align: left;
	    margin: 0 0 35px;
	    min-height: 530px;
	}
	.innerctn-vm h3 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 30px;
	    margin: 25px 0 15px;
	    color: #1c2d5a;
	    padding: 0 30px;
	}
	.innerctn-vm p {
	    color: #1c2d5a;
	    padding: 0 30px;
	    text-align: justify;
	}
	.marketing-funnel{
		margin: 0 auto;
	    width: 100%;
	    display: inline-block;
	    text-align: center;
	    background: #f0f5fe;
	}
	.service-main{
		background: url(../img/service-bg.jpg) no-repeat top center / 100%;
		display: inline-block;
	    width: 100%;
	    padding: 50px 0;
	    min-height: 550px;
	}
	.service-main .headingtxt{
		text-align: left;
		color: #fff;
		font-weight: bold;
		font-size: 44px;
		margin-top: 50px;
	}
	.service-main p{
		font-size: 20px;
		color: #fff;
	}
	.footertop{padding: 50px 0px;background: #e1f4fd;color: #1c2d5a;}
	.footertop .innersection{width: 600px;margin: 0 auto;text-align: center;}
	.footertop h4{font-weight: 600;margin-bottom: 10px;}
	.footertop p{font-weight: 600;margin-bottom: 30px;}
	.footertop .btn{border-radius: 20px;font-weight: 600;}
	.stepicon{margin: 0 0 20px;}
	.aboutdigital{
		background: url(../img/about-bg.jpg) no-repeat top center;
		padding: 80px 0px 80px;
		background-size: cover;
	}
	.aboutdigital .headingtxt{color: #1c2d5a;text-align: left;}

	.footer{
		display: inline-block;
	    width: 100%;
	    padding: 50px 0 15px;
	    background: #172c57;
	}
	.footer h5{
		position: relative;
	    font-size: 18px;
	    color: #fff;
	    margin: 0 0 30px;
	}
	.footer h5:after {
	    content: '';
	    position: absolute;
	    height: 2px;
	    background: #fff;
	    width: 100px;
	    left: 0;
	    bottom: -10px;
	}
	.footer ul{margin: 0px;padding: 0px;color: #fff;list-style: none;}
	.footer ul li{margin-bottom: 3px;}
	.footer ul li a, .footer a{color: #fff;}
	.footer ul li a:hover{text-decoration: none;}
	.footer p{color: #fff;}
	.footer .socialmedia span{padding-right: 15px;}
	.socialmedia i.fa-2x{font-size: 1.5em;}

	@media (min-width: 1400px) and (max-width: 1920px){
        .carousel-caption{padding-top: 50px;bottom: 175px;}
    }