.custom_header_style{
	box-shadow: 0px 11px 68px 0px rgba(0, 0, 0, 0.14);
}

.header-section{
	margin-top:3rem;
}
.title-sec {
	width: 700px;
    color: rgba(11,113,153,1);
	font-family: Open Sans;
    font-weight: Bold;
    font-size: 35px;
	text-align: left;

}

.title-sec h4 {
    font-weight: 700;

}

.search input[type=text]{
	width:100%;
	border-radius:10px;
	padding:6px 50px 9px 15px;
	border: none;
	font-size: 15px;
}
         
.search{
	/* text-align: right; */
	/* box-shadow: 0px 4px 4px 0px #00000040; */
	/* border:none; */
	/* border-radius: 5px */
	width: 438px;
    height: auto;
    background: rgba(255,255,255,1);
    opacity: 1;
	border: 1px solid rgba(196,196,196,1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    overflow: hidden;
	float: right;
}
         
.search button{
	background-color: #FF6300;
    color: #f2f2f2;
    float: right;
    padding: 0;
    margin-right: 2px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    position: absolute;
    right: 25px;
    width: 32px;
    height: 32px;
}

.search-btn{
	font-size: 18px;	
	padding: 5px;
    text-align: center;
}
/* All Project sectoion start */
.category-title{
	margin-top:2.5rem;
}

.title-content-sec {
	width: 100%;
    color: rgba(0,0,0,1);
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 22px;
    opacity: 1;
    text-align: left;
	padding-top: 2rem;
}

.category-title-img{
    opacity: 1;
	padding-left:3px;
}

.category-title-img img{
	width: 25px;
}

.project-title {
	/* width: 178px; */
    color: rgba(11,113,153,1);
	font-family: Open Sans;
    font-weight: Bold;
    font-size: 25px;
    opacity: 1;
    text-align: left;
}

.project-title h4 {
    font-weight: 700;
}

.new-label{
	width: 55px;
    height: 26px;
    background: rgba(255,99,0,1);
    opacity: 1;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
	font-weight: bold;
    padding: 2px 12px;
    color: white;
	font-size: 15px;
}
/* All Project sectoion End */


/* Card section start */

.card-content-section{
	margin-top:5rem;
}

.content-sec .list-unstyled p b{
	font-size:17px;
}

.card-img {
	border-radius:15px 15px 0 0;
}

.card-head-img{
	height:250px;
	overflow:hidden;
	border-radius:30px 30px 0 0;
	padding: 5px;
}

.card-section{
	background: #E6F4F4;
	padding: 10px;
	box-shadow:1px 2px 0px 4px #f7f7f7;
}

.card-footer-background{
	
}

.card-footer-bg{
	list-style:none; 
	margin-left: 30px;
}

.card-footer-bg li{
	/* background:#8BDD4C;  */
	border-radius: 50%;
    width: 62px;
    height: 62px;
	/* margin-left: 18px; */
    /* margin-top: 22px; */
	position:absolute;
	 
}

.card-footer-bg img{
	margin-left: 18px;
    margin-top: 22px;
}

.img-preview{
	background:#8BDD4C;
}

.img-link{
	margin-left: 110px;
	background:#FFCD8F;
}





/* .moretext { */
  /* display: none; */
/* } */


/*new category design */

.nicktest {
	background: red;
	height: 200px;
}


.ul-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}



.cat-list-title {
	font-size: 14px;
	margin-top: 0;
	text-align: center;
}


.cat-list-wrapper {
	background: #EEF4F4;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;
}


.cat-list-container {
	display: inline-block;
	flex-wrap: wrap;
	font-size: 12px;
	margin-left: -12px;
	margin-top: -12px;
	overflow: hidden;
	position: relative;
	align-items: center;
}


.jsCatListContainerActive { margin-bottom: 20px; }


.cat-list-item {
	padding-left: 12px;
	padding-top: 12px;
	display: inline-block;
	margin-right: 0px;
    margin-top: 9px;
	margin-bottom: 5px;
	width: 16%;
}


.cat-list-item a {
	align-items: center;
    /* background: #fff; */
    /* border-radius: 4px; */
    display: flex;
    /* height: 42px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    /* border-radius: 10px; */
}



.category-list-name{
    width: 120px;
    margin-right: 20px;	

}

.img-sec-icon {
    /* padding: 10px; */
	width: 40px;
    height: 40px;
    /* background: rgba(189,163,237,1); */
    opacity: 1;
	border-radius: 50%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.stethoscope-img{
	height:41px;
	width:41px;
   padding: 4px 4px 5px 4px;
}


.list-cate-name {
	padding: 6px 0px;
	width: 130px;
    height: 36px;
    background: rgba(255,255,255,1);
    opacity: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    overflow: hidden;
	margin-left: 5px;
	text-align:center;
}
.list-cate-name span{
	padding: 0px 4px;
	width: 94px;
    color: rgba(79,79,79,1);
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}

.list-cate-name.active-nav span{
    color: #fe6709;
}

.cat-list-item:hover .list-cate-name, .cat-list-item:hover .img-sec-icon {
	background: #fe6309;
}

.cat-list-item:hover .list-cate-name span {
	color: #fff;
}

.show-btn {
	font-family: Open Sans;
	align-items: center;
	background: #FF6300;
	border-radius: 10px;
	bottom: -11px;
	display: flex;
	font-size: 15px;
	height: 42px;
	left: 50%;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;	
	transform: translateX(-50%);
	transition: background 0.3s linear;
	z-index: 1;
}



.jsShowBtnActive {
	background:#FF6300;
	color: #fff;
}


.jsShowBtnInactive:after,
.jsShowBtnActive:after {
	background-size: 10px;
	content: '';
	height: 10px;
	position: relative;
	top: 0.5px;
	width: 20px;
}


.jsShowBtnInactive:after {
	/*background: url(http://sb.monetate.net/img/1/422/2033721.png) no-repeat center; */
	background: url(../images/svg/downarrow.png) no-repeat center; 
	margin-left: 15px;
}


.jsShowBtnActive:after {
	/*background: url(http://sb.monetate.net/img/1/422/2034807.png) no-repeat center; */
	background: url(../images/svg/uparrow.png) no-repeat center; 
	margin-left: 15px;
}


.jsShowBtnOverlay {
	/* background: linear-gradient(to bottom,  */
		/* rgba(255,255,255,0) 0%, */
		/* rgba(255,255,255,0.5) 10%, */
		/* rgba(255,255,255,0.9) 25%, */
		/* rgba(255,255,255,1) 100%); */
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}


.show-btn div{
	color:white;
}

/* new category end */




/* template preview page */

.template-preview-section{
	font-size:15px;
	box-sizing: border-box; 
}

.header-title-sec{
	background-color:#F6F6F6;
    padding: 10px 0;
	align-items: baseline;
    justify-content: space-between;
	margin-top: 50px;
	font-family: Open Sans;
}

.header-title-sec .sec-head {
	color:#0B7199;
	font-family: Open Sans;
   
}

.breadcrumb-nav{
	background-color:#F6F6F6;
	color:#0B7199;
}

.sub-title-time h3{
	color:#0B7199;
	font-family: Open Sans;
	font-weight:700;
	text-transform: capitalize;
}

.footer-btn{
	display: flex;
    justify-content: space-between;
}

.preview-btn{
	background-color:#FF6300;
	color:white;
    font-size: 17px;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
}

.preview-btn:hover{
	color:white;
}

.next-template-btn{
	background-color:#0077B6;
	color:white;
    font-size: 17px;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
}

.next-template-btn:hover{
	color:white;
}

.desktop-preview-custom{
	box-shadow:5px 5px 6px 5px #e9e9e9;
}

.bg-sec{
	background-color:#dddddd;
}

.img-sec{
	overflow: hidden;
    height:590px;
    border-radius: 15px;
	box-shadow: 5px 10px 6px 2px #ebebeb;
	margin-bottom: 20px;
}
.sec-title{
	position: relative;
}

.sec-title h3 {
	margin: 0;
	padding-bottom: 5px;
	border-bottom:1px solid #D1D1D1;
	font-family: Open Sans;
	font-weight:700;
	font-size:23px;
}

.sec-title::after{
	content: "";
    border-bottom: 1px solid #ff7600;
    z-index: 1;
    position: absolute;
    width: 55%;
    bottom: 0;
}

.content-sec{
	padding:10px 0px;
}

.sec-desc{
	position: relative;
}
.sec-desc h3{
	margin: 0;
	padding-bottom: 5px;
	border-bottom:1px solid #D1D1D1;
	font-family: Open Sans;
	font-weight:700;
	font-size:23px;
}

.sec-desc::after{
	content: "";
    border-bottom: 1px solid #ff7600;
    z-index: 1;
    position: absolute;
    width: 25%;
    bottom: 0;
}

.sec-dec-content p{
	font-family: Open Sans;
	font-size:17px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.header-title-sec .sec-head {
		color: #0B7199;
		font-family: Open Sans;
		font-size: 18px;
	}
	
	.mobile-preview-breadcrumb{
		font-size: 11px;
	}
	
	
	.img-sec{
		height:auto;
	}
	.sec-desc::after{
		content: "";
		border-bottom: 1px solid #ff7600;
		z-index: 999999;
		position: absolute;
		width: 55%;
		bottom: 0;
	}
	.next-template-btn{
		background-color:#0077B6;
		color:white;
		font-size: 17px;
		border-radius: 10px;
		padding:6px 6px 6px 6px;
	}
	
	.preview-btn{
		background-color:#FF6300;
		color:white;
		font-size: 17px;
		border-radius: 10px;
		padding:6px 6px 6px 6px;
	}
	
	.footer-btn{
		margin:0;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
	.title-sec {
		width:100%;
		color: rgba(11,113,153,1);
		font-family: Open Sans;
		font-weight: Bold;
		font-size: 35px;
		text-align: left;

	}
	.search{
		width: 100%;
		height: 43px;
		background: rgba(255,255,255,1);
		opacity: 1;
		border: 1px solid rgba(196,196,196,1);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
		overflow: hidden;
		float: right;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
	
.nicktest {
	background: red;
	height: 200px;
}

.ul-reset {
	list-style: none;
	margin: 0;
	padding: 0;
}



.cat-list-title {
	font-size: 14px;
	margin-top: 0;
	text-align: center;
}


.cat-list-wrapper {
	background: #EEF4F4;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 20px;
	position: relative;
}


.cat-list-container {
	display: inline-block;
	flex-wrap: wrap;
	font-size: 12px;
	margin-left: -12px;
	margin-top: -12px;
	overflow: hidden;
	position: relative;
	align-items: center;
}


.jsCatListContainerActive { margin-bottom: 46px; }


.cat-list-item {
	padding-left: 0;
	padding-top: 12px;
	display: inline-block;
	margin-right: 0px;
    margin-top: 9px;
	margin-bottom: 5px;
	width: 49%;
}


.cat-list-item a {
	align-items: center;
    display: flex;
   
}


.show-btn {
	align-items: center;
	background: #FF6300;
	border-radius: 10px;
	bottom: -11px;
	display: flex;
	font-size: 13px;
	height: 42px;
	left: 50%;
	padding-left: 20px;
	padding-right: 25px;
	position: absolute;	
	transform: translateX(-50%);
	transition: background 0.3s linear;
	z-index: 1;
}


.jsShowBtnActive {
	background:#FF6300;
	color: #fff;
}


.jsShowBtnInactive:after,
.jsShowBtnActive:after {
	background-size: 10px;
	content: '';
	height: 10px;
	position: relative;
	top: 0.5px;
	width: 10px;
}


.jsShowBtnInactive:after {
	/*background: url(http://sb.monetate.net/img/1/422/2033721.png) no-repeat center; */
	background: url(../images/svg/downarrow.png) no-repeat center; 
	margin-left: 15px;
}


.jsShowBtnActive:after {
	/*background: url(http://sb.monetate.net/img/1/422/2034807.png) no-repeat center; */
	background: url(../images/svg/uparrow.png) no-repeat center; 
	margin-left: 15px;
}


.jsShowBtnOverlay {
	/* background: linear-gradient(to bottom,  */
		/* rgba(255,255,255,0) 0%, */
		/* rgba(255,255,255,0.5) 10%, */
		/* rgba(255,255,255,0.9) 25%, */
		/* rgba(255,255,255,1) 100%); */
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
}


.category-list-name{
    width: 120px;
    margin-right: 20px;	

}





.show-btn div{
	color:white;
}
}




/* Template List section */
.preview-template-card-section {
	/* padding-top: 5rem; */
}

.preview-template-card-section .template-card-bg {
	background: #E6F4F4;
}

.preview-template-card-section .template-card-bg .template-card-sec {
	padding: 20px;
	margin-bottom: 25px;
	transition: all 0.5s;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-thumb-img {
	height: 250px;
    overflow: hidden;
    padding: 2px 2px 0px 2px;
    background: #fff;
    /* border-radius: 10px 10px 0px 0; */
    border-radius: 15px;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-thumb-img img {
	width: 100%;
    border-radius: 10px 10px 0px 0;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-card-content .template-title h5{
	padding-top:5px;
	color:rgba(0,119,182,1);
	font-family: Open Sans;
	font-size: 25px;
	opacity: 1;
	font-weight:800;
	font-style: italic;
	text-transform: capitalize;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-card-content .template-description p{
	color:rgba(0,0,0,1);
	font-family: Open Sans;
	font-size: 15px; 
	opacity: 1;
	height: 50px;
    overflow: hidden;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-card-content .button-group{
	padding:10px;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-card-content .button-group {
	padding:10px;
}


.preview-template-card-section .template-card-bg .template-card-sec .template-card-content .button-group .btn-green {
	padding: 15px 15px;
	border-radius: 50%;
	background: #8BDD4C;
	border: 0px;
	margin-right: 15px;
}

.preview-template-card-section .template-card-bg .template-card-sec .template-card-content .button-group .btn-brown {
	padding: 15px 15px;
	border-radius: 50%;
	border: 0px;
	background:#FFCD8F;
}

.preview-load-btn{
	padding-bottom:20px;
	text-align:center;
}

.preview-template-card-section .template-card-bg .template-card-sec:hover {
	background: #fa6711;
	border-radius: 15px;
}

.preview-template-card-section .template-card-bg .template-card-sec:hover .template-card-content .template-title h5, .preview-template-card-section .template-card-bg .template-card-sec:hover .template-card-content .template-description p {
	color: #fff;
}

.preview-load-btn button{
	color:#505050;
	font-size:20px;
	font-family: Open Sans;
	padding-bottom:15px;
	padding-top: 15px;
	box-shadow:none;
}

.preview-load-btn img{
	width:35px;
}

.no-template p{
	padding-top:50px;
	padding-bottom:30px;
	font-family:Open Sans;
	font-size:20px;
}

.filter-preview-tempalate{
	padding-top:5rem;
}


/* preloader design start */

/* ------------------------------------
    39. Preloader CSS
---------------------------------------*/

.loader {
    /* background-color: #fff; */
	background-color: #00000078;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 5px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-top: 4px solid #ff6300;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 80px; */
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
}

.loader.orange-color .loader-container:before {
    border-color: #e16542;
}

.loader.yellow-color .loader-container:before {
    border-color: #f4bf00;
}

.loader.purple-color .loader-container:before {
    border-color: #4e49a1;
}

.loader.green-color .loader-container:before {
    border-color: #0c8b51;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


/* manual wirte*/


/* preloader design end */


/* loader new design start *
	
	
.loader-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h4 {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-family: sans-serif;
  color: aqua;
}

.wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-cont {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
}

.spinner {
  width: 5px;
  height: 5px;
  background-color: green;
  border-radius: 50%;
  box-shadow: 0 0 10px 0.5px aqua;
}

.loader-cont:first-child {
  transform: rotate(120deg);
  animation: load1 2s linear 1.1s infinite;
}

.loader-cont:nth-child(2) {
  transform: rotate(90deg);
  animation: load2 2s linear 1.2s infinite;
}

.loader-cont:nth-child(3) {
  transform: rotate(60deg);
  animation: load3 2s linear 1.3s infinite;
}

.loader-cont:nth-child(4) {
  transform: rotate(30deg);
  animation: load4 2s linear 1.4s infinite;
}

.loader-cont:nth-child(5) {
  transform: rotate(10deg);
  animation: load5 2s linear 1.5s infinite;
}

.loader-cont:nth-child(6) {
  animation: load6 2s linear 1.6s infinite;
}

.loader-cont:nth-child(7) {
  animation: load7 2s linear 1.7s infinite;
}

.loader-cont:last-child {
  animation: load8 2s linear 1.8s infinite;
}

@keyframes load1 {
  75% {
    opacity: 0;
  }

  85% {
    opacity: 0.3;
  }

  100% {
    transform: rotate(339deg);
    opacity: 1;
  }
}

@keyframes load2 {
  75% {
    opacity: 0;
  }

  85% {
    opacity: 0.3;
  }

  100% {
    transform: rotate(342deg);
    opacity: 1;
  }
}

@keyframes load3 {
  75% {
    opacity: 0;
  }

  85% {
    opacity: 0.3;
  }

  100% {
    transform: rotate(345deg);
    opacity: 1;
  }
}

@keyframes load4 {
  75% {
    opacity: 0;
  }

  85% {
    opacity: 0.3;
  }

  100% {
    transform: rotate(348deg);
    opacity: 1;
  }
}

@keyframes load5 {
  50% {
    opacity: 0;
  }

  100% {
    transform: rotate(351deg);
    opacity: 0;
  }
}

@keyframes load6 {
  50% {
    opacity: 0;
  }

  100% {
    transform: rotate(354deg);
    opacity: 0;
  }
}

@keyframes load7 {
  50% {
    opacity: 0;
  }

  100% {
    transform: rotate(357deg);
    opacity: 0;
  }
}

@keyframes load8 {
  50% {
    opacity: 0;
  }

  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

	
loader new design end */


/* APP TEMPLATE DESIGN START */

.app-template-header-section{
	padding-top:50px;
}

.app-template-title h3{
	padding-top:50px;
	text-align:center;
	color:#0b7199;
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.app-template-banner-text{
	padding-top:3rem;
	padding-bottom:2rem;
}

.app-template-banner-text p{
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}

.app-template-category-section{
	background-color:#f5f5f5;
	padding-top:50px;
	padding-bottom:50px;
	    padding-left: 38px;
    padding-right: 39px;
}

.categtory-background-section{
	background-color: white;
    border-radius: 30px;
    /*height: 164px;
    width: 200px;*/
	border: 1px solid #ccc3c3;
	box-shadow: 1px 1px 1px 2px #d8d8d8;
}

.category-image{
	text-align:center;
	
}

.category-image img{
	height: 115px;
    width: 115px;
	padding-top: 10px;
}

.categtory-background-section h3{
	font-size: 25px;
	margin-top: 25px;
    text-align: center;
	font-family: 'Noto Sans', sans-serif;
	color:#505050;
}

.categtory-background-section h3 span{
	font-size: 25px;
	margin-top: 25px;
    text-align: center;
	font-family: 'Noto Sans', sans-serif;
	color:#FF6300;
}

.screen-image{
	background-color: #EEF4F4;
    padding: 40px;
    border-radius: 25px;
}

.screen-image:hover h5{
	
	position: absolute;
	display:block !important;
    bottom: 170px;
    left: 43px;
    background-color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 15px;
	color:#0077B6;
	font-family: 'Noto Sans', sans-serif;
}

.screen-image h5 img{
	margin-left: 27px;
}

.app-template-description{
	text-align: center;
    padding-top: 15px;
}


.app-template-description h5{
	color:#FF6300;
	font-family: 'Noto Sans', sans-serif;
}

.app-template-description p{
	font-family: 'Open Sans', sans-serif;	
	font-size: 17px;
    padding: 50px;
    padding-top: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.screen-image h5{
		position: absolute;
		bottom: 214px;
		left: 20px;
		background-color: #FFFFFF;
		padding: 10px 22px;
		border-radius: 15px;
		color: #0077B6;
		font-family: 'Noto Sans', sans-serif;
	}
	
	.mobile-design{
		padding-left: 50px;
		padding-bottom: 35px;
	}
}
/* APP TEMPLATE DESIGN END */


/* mobile app preview design start */

.mobile-template-preview-header{
	background-color: #E6F4F4;
    border-radius: 35px;
    height: 145px;
    padding-top: 3px;
    margin-top: 20px;
    /* width: 1181px; */

}

.mobile-template-category-image img{
	height: 127.09px;
    text-align: center;
    padding-left: 70px;
    padding-top: 15px;
    width: 190.6px;

}

.mobile-templat-category h5{
	font-family:'Noto Sans', sans-serif;
	padding-top: 9px;
	font-weight: 700;
	color:#505050;
	font-size: 35px;
}

.mobile-templat-category h5 span{
	font-family:'Noto Sans', sans-serif;
	padding-top: 9px;
	color:#FF6300;
}

.app-template-banner-section{
	background-color: #F5F5F5;
    border-radius: 55px;
    padding-bottom: 40px;
    margin-top: 25px;
    border: 1px solid #f5f5f5;
    box-shadow: 2px 3px 4px 1px #c3c3c3;
    /* width: 1181px; */
    /* height: 673px; */
}

.app-template-banner-section img{
	width: 294px;
    height: 600px;
}

.first-image{
	
    padding-top: 6rem;

}

.android-image{
	background-color: #FFFFFF;
    width: 106px;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    height: 106px;

}

.android-image img{
	
    width:75px;
	height:75px;

}

.mobile-app-template-description{
	padding-bottom:15px;
}

.description-title{
	background-color: #EEF4F4;
    padding-top: 10px;
    border-radius: 29px;
    padding-bottom: 15px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);

}

.description-title ul{
	list-style:none;	
	font-family: 'Open Sans', sans-serif;	
}

.description-title ul li p{
	padding:0px;
	margin:10px;
}

.solution-title{
	padding:20px;
	font-family: 'Open Sans', sans-serif;	
	font-weight:700;
	font-size: 30px;
	color:#0B7199;
	
}

.description-title p{
	padding:20px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;	
	
}

.description-title ul li{
	font-size: 12px;
	padding: 5px 0px;
}

.mobile-related-templated{
	margin-top:50px;
	background-color:#C5C5C5;
}

.related-app-templated-section{
	height:875px;	
	width:100%;
	/* background-color:#C5C5C5; */
	padding-top: 30px;
}

.related-app-templated-section h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:white;
}

.related-screen-image{
	background-color: #EEF4F4;
    padding: 27px 40px;
    border-radius: 25px;
    width: 360px;
    margin-top: 20px;
    height: 640px;
    padding-bottom: 10px;
}


#carouselExampleControls1 .carousel-control-prev {
	left: -120px!important;
	font-size: 40px;
}

#carouselExampleControls1 .carousel-control-next {
	right: -120px!important;
	    font-size: 40px;
}

.related-screen-image:hover h5{
	position: absolute;
	display:block !important;
    bottom: 188px;
    left: 43px;
    background-color: #FFFFFF;
    padding:10px 50px;
    border-radius: 15px;
	color:#0077B6;
	font-family: 'Noto Sans', sans-serif;
}


.mobile-template-preview-screen iframe{
	width:320px;
	height:690px;
}

@media (min-width: 320px) and (max-width: 767px) {
	
	.android-image{
		background-color: #FFFFFF;
		width: 80px;
		text-align: center;
		border-radius: 20px;
		padding: 15px;
		height: 81px;

	}
	
	
	.android-image img{
		
		width:50px;
		height:50px;

	}
	
	.mobile-template-preview-screen iframe{
		width: 167px;
		height: 365px;
		margin-left: 15px;
	}
	
	.mobile-template-category-image img{
		height: 51px;
		text-align: center;
		padding-left: 25px;
		padding-top: 15px;
		width: 70px;


	}
	
	.mobile-templat-category h5{
		font-family: 'Noto Sans', sans-serif;
		padding-top: 9px;
		font-weight: 700;
		color: #505050;
		font-size: 20px;

	}
	
	.mobile-template-preview-header{
		background-color: #E6F4F4;
		border-radius: 35px;
		height: 65px;
		padding-top: 3px;
		margin-top: 20px;
	}
	
	.description-title {
		background-color: #EEF4F4;
		padding-top: 10px;
		border-radius: 29px;
		padding-bottom: 15px;
		border: 1px solid #e0e0e0;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
		margin-bottom: 20px;
	}
	
	.related-screen-image{
		background-color: #EEF4F4;
		padding:27px 20px;
		border-radius: 25px;
		width: 200px;
		margin-top: 20px;
		height: 380px;
		padding-bottom:10px;
	}
	
	.related-app-templated-section{
		height:710px;	
		width:100%;
		background-color:#C5C5C5;
		padding: 30px;
		    
	}
	
	.related-app-templated-section h3{
		font-size: 19px;
	}

}
/* mobile app preview design End */
