/*Default Css Start*/
body{font-family: 'Roboto', sans-serif;overflow-x:hidden;}
h1, h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif;}
section{clear: both; height: auto; margin:0;}
a{color:#f9603e;}
a:hover, a:focus{color:#f9603e;}
@media (min-width:1200px){.container{max-width:1180px;}}
.btn-outline-primary{border-color:#f9603e; color:#f9603e; text-transform: uppercase; padding:0; font-size:14px; min-width:170px; min-height:34px; line-height:32px; letter-spacing:1px; position: relative; overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active{border-color:#f9603e; color:#fff; background:transparent; box-shadow: none;}
.btn-outline-primary span{z-index: 2; display: block; position: absolute; left:0; top:0; width: 100%; height: 100%;}
.btn-outline-primary::before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; z-index: 1; opacity: 0; background-color:#f9603e;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-outline-primary:hover::before, .btn-outline-primary:focus::before, .btn-outline-primary:active::before{opacity: 1; width: 100%;}

.btn-primary.btn-lg{line-height:63px; min-width:193px; min-height:63px;}

.btn-primary{border-color:#f9603e; color:#fff; background:#f9603e; text-transform:capitalize; padding:0; text-align: center; line-height:40px; min-width:130px; min-height:40px; font-family: 'Montserrat', sans-serif; position: relative; overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active{border-color:#d84220; color:#fff; background:#d84220; box-shadow: none;}
.btn-primary span{z-index: 2; width:100%; left:0; top:0; position: absolute;}
.btn-primary::before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; z-index: 1; opacity: 0; background-color:#d84220;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before{opacity: 1; width: 100%;}
.btn-light{padding:0; text-align: center; line-height:40px; min-width:130px; min-height:40px; font-family: 'Montserrat', sans-serif; position: relative; overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light:not(:disabled):not(.disabled):active{border-color:#f9603e; color:#fff; background:transparent; box-shadow: none;}
.btn-light span{z-index: 2; width:100%;  left:0; top:0; position: absolute;}
.btn-light::before{content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; z-index: 1; opacity: 0; background-color:#f9603e;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn-light:hover::before, .btn-light:focus::before, .btn-light:active::before, .vision-list:hover .btn-light::before{opacity: 1; width: 100%;}
.form-group{margin-bottom: 20px;}
.control-label{font-size:15px; font-weight:normal;}
.form-control{border-color:#858585; border-radius:8px; box-shadow: none; height:34px;}
textarea.form-control{resize:none; height:auto;}
select, select.form-control{background-image:url(../img/dropdown-arrow.png); background-position:100% 50%; background-repeat:no-repeat; padding-right: 45px;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
/*Default Css End*/


/*Profile Page Css*/
.profile-page{overflow: hidden;}
.profile-banner{position: relative;}
.profile-banner-image{overflow: hidden; position: relative;}
.profile-banner-image img{width:100%;}
.profile-banner-image:before{content:''; position: absolute; top:0; left:0; bottom:0; right:0; z-index:1; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );}
.profile-top-detail{position: absolute; z-index: 2; bottom: 0; left: 0; right: 0;}
.profile-img{width:285px; height:285px; border-radius:50%; border:6px solid rgba(255,255,255,0.2); box-shadow:0 0 40px 0 rgba(0,0,0,0.4); position: relative; margin-bottom:-110px;}
.profile-img img{width:100%; height:100%; border-radius:50%;}
.edit-photo{position: absolute; top:25px; right:25px; width:32px; height:32px; line-height:30px; font-size:16px; color:#7e7e7e;  border-radius:50%; display: inline-block; text-align: center; background-color:#fff; border:1px solid #000;}
.edit-photo:hover, .edit-photo:focus{background-color:#f9603e; border:1px solid #fff; color:#fff; text-decoration: none;}

.profile-left{float: left; width:30%;}
.profile-right{padding:0 0 30px 0; overflow: hidden;}
.profile-banner .container{align-items: flex-end; display: flex;}
.profile-banner .profile-right .row{align-items: flex-end;}
.profile-banner .profile-right{color:#fff; padding:0 0 25px 44px; width:100%;}
.profile-banner h3{font-size:34px; font-weight:800; text-transform:uppercase; font-family: 'Montserrat', sans-serif; position: relative; padding-right:35px;}
.profile-banner h5{font-size:20px; font-weight:300; margin:0 0 15px; border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:14px;}
.icon-text{font-size:16px; font-weight:300; margin:0 0 5px; position: relative; padding-left:24px;}
.icon-text .fa{position: absolute; top:2px; left:0;}
.profile-btns{text-align: right;}
.profile-btns .btn-primary{min-width:154px;}
.profile-btns .btn{overflow: visible; margin-right:10px; margin-right:20px; border-radius:0; font-weight:300; font-family: 'Roboto', sans-serif;}
.profile-btns .btn .fa{margin-right:4px;}
.profile-btns .btn:after{content:''; position: absolute; top:-10px; right:-10px; bottom:10px; left:10px; border:1px solid rgba(255,255,255,0.2); z-index:-1;}

.profile-mid-section .tab-content{float: right; width:70%;}

.profile-menu{background:#efefef;}
.profile-menu ul{padding:0; margin:0; margin-left:330px; list-style: none;}
.profile-menu ul li{display: inline-block; position: relative;}
.profile-menu ul li a{color:#000; font-size:16px; padding:15px 25px; display:block; border-right:1px solid #fff; position: relative;}
.profile-menu ul li:first-child a{padding-left:0;}
.profile-menu ul li:last-child a{border:0;}
.profile-menu ul li.profile-drop > a:after{display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent;}
.profile-menu ul li a:hover, .profile-menu ul li a:focus, .profile-menu ul li.active a{color:#f9603e; text-decoration: none;}

.profile-menu ul li .dropdown-menu a{color:#000; font-size:14px; padding:0; float: left; margin-right:10px;}
.profile-menu ul li .dropdown-menu .dropdown-item:focus, .profile-menu ul li .dropdown-menu .dropdown-item:hover, .profile-menu ul li .dropdown-menu .dropdown-item.active, .profile-menu ul li .dropdown-menu .dropdown-item:active{background:#f9603e; color:#fff; }

.profile-menu ul li .search-form{padding: 0px 27px; margin:0;}

.noti-content{display: block; overflow: hidden; padding-right:65px;}
.noti-content .message{margin:0 0 0; font-size:14px;}
.notification-block img{height: 45px; width: 45px;}
.noti-img .fa{position: absolute; bottom:0; right:0;}
.icons-action.my-action-button{position: absolute; top:5px; right:5px;}
.icons-action i{cursor:pointer;padding:5px;font-size:22px;}
.notification-list{padding:10px; border:1px solid #e8e8e8; margin-bottom:5px; position: relative;}
.dropdown-menu.notification-block{padding:0; border:0; padding: 15px 15px 10px; border-radius: 0 0 10px 10px; box-shadow: 0 5px 15px 0 rgb(0 0 0 / 12%);}

.profile-mid-section{overflow: hidden;}
.profile-mid-section .btn{border-radius:0; font-weight:400; font-family: 'Roboto', sans-serif; font-size:15px;}
.profile-mid-section .btn .fa{margin-right:4px;}
.profile-mid-section .btn-light{border-color:#d8d8d8; background:transparent;}
.profile-mid-section .btn-light:hover, .profile-mid-section .btn-light:focus{border-color:#f9603e;}
.profile-mid-section .profile-left{padding-top:100px; padding-right:20px;}
.profile-mid-section .profile-right{border-left:1px solid #e5e5e5; padding-left:30px; padding-top:35px;}

.form-horizontal #upload-multiple-image .col-md-4{display: inline-block; vertical-align: text-bottom;}

.boxs-title{font-size:24px; font-weight:800; color:#0d0e0d; font-family: 'Montserrat', sans-serif; position: relative; padding-bottom:15px; margin-bottom:30px; text-transform: uppercase; overflow: hidden;}
.boxs-title .fa{color:#d2d2d2; font-size:16px; float: right; margin-top:6px;}
.boxs-title .fa:hover, .boxs-title .fa:focus{color:#f9603e;text-decoration:none;}
.boxs-title:before{content:''; position: absolute; bottom:1px; left:0; width:80px; height:1px; background:#e2e2e2;}
.boxs-title:after{content:''; position: absolute; bottom:0; left:0; width:18px; height:3px; background:#f9603e;}

.profile-box-list{margin-top:50px; padding-bottom:50px; border-bottom:1px solid #e5e5e5;}
.contact-list{position: relative; padding-left:28px; font-size:15px; line-height:24px; color:#000;  font-weight:300; font-family: 'Roboto', sans-serif; margin-bottom:15px; display: block;}
a.contact-list:hover, a.contact-list:focus{color:#f9603e; text-decoration: none;}
.contact-list .fa{position: absolute; left:0; top:2px; font-size:20px; color:#f9603e; width:20px; text-align: center;}

.follow-me .contact-list{margin-bottom:8px;}
.photo-list{}
/*.photo-list img{margin-bottom: 3px; width: 32%; height:75px; margin-bottom:4px;}*/
.photo-list img{margin-bottom: 3px;width: 60%;height: 110px;margin-bottom:4px;}
.border-space{padding-bottom:50px; margin-bottom:50px; border-bottom:1px solid #e5e5e5;}

.border-space .boxs-title{font-size:28px;}
.border-space p{font-size:16px; line-height:28px; font-family: 'Roboto', sans-serif; font-weight:300; margin:0;}

.year-society{ text-align: right; padding-right:25px;}
.title-description{padding-left:25px;}
.generation-list{position: relative; padding:10px 0;}
.generation-list:after{content:''; width:1px; position:absolute; top:0; bottom:0; background:#f9603e; left:33.333333%; }
.generation-list .row{margin-bottom:50px;}
.generation-list .row:last-child{margin-bottom:0;}
.generation-list big{font-size:20px; line-height:36px; color:#f9603e; font-family: 'Montserrat', sans-serif; font-weight:700; display: block; margin:0px 0 2px 0;}
.generation-list big:after{content:''; position:absolute; top:0; left:100%; width:18px; height:18px; border-radius:50%; background:#fff; border: 6px solid #f9603e; margin: 7px 0 0 -3px; z-index: 1;}
.generation-list p{font-size:18px; font-weight:300; font-family: 'Roboto', sans-serif; margin:0; color:rgba(0,0,0,0.7);}
.generation-list h5{font-size:20px; margin:4px 0 10px 0; font-family: 'Montserrat', sans-serif; font-weight:700; text-transform: uppercase;}

.skill-title, .skill-precentage{float:left; margin-bottom:5px; font-size:20px; font-weight:500; font-family: 'Roboto', sans-serif; color:#000;}
.skill-precentage{float:right;}
.skill-list{margin-bottom:40px;}
.skill-list .progress{clear: both; border-radius:12px; height:10px;}
.skill-list .progress-bar{background:#f9603e; border-radius:12px; height:10px;}

.achievements-section h5{font-size:15px; font-weight:700; font-family: 'Roboto', sans-serif; margin:0 0 5px}
.achievements-section .media-body span, .achievements-section .media-body p, .see-credential{font-size:14px; font-family: 'Roboto', sans-serif; font-weight:400; margin:0;}
.achievements-section .media{margin-bottom:30px;}
.achievements-section .media-body p{margin-bottom:5px;}
 

.profile-footer{text-align: center; background:#e8e8e8; padding:12px 0;}
.profile-footer p{margin:0; font-size:14px; font-family: 'Roboto', sans-serif; font-weight:400; margin:0;}

.position-edit{position:absolute; top:5px; right:0;}
/*Profile Page Css*/

/*Login page Css Start*/
.form-page{padding:100px 0 60px;}
.form-page-inner{box-shadow:0 10px 30px 0 rgb(0 0 0 / 20%);}
.form-page-inner .row{margin:0;}
.form-page-inner .form-right .row{margin:0 -15px;}
.form-page-inner .form-group label{text-align: left; display: block;}
.form-page-inner .form-control{height:45px; border-radius:25px; border-color: #dedede;}
.form-page-inner .form-check{text-align:left;}
.form-page-inner .btn-primary{min-width:160px; min-height:45px; line-height:45px; border-radius:25px; margin-top:10px;}
.form-page-inner .btn-secondary{    min-width: 130px;height: 47px; line-height: 34px;border-radius: 25px;margin-top: 10px;}
.form-right{width:100%;}
.form-right h3{font-size: 30px; font-weight: 800; position: relative; padding:0 0 20px; margin:0 0 40px;}
.form-right h3:after{content:''; position:absolute; left:50%; top:100%; width:50px; height:3px; background:#f9603e; margin-left:-25px;}
.colbox{padding:30px; display: flex; align-items: center; text-align: center; min-height:536px;}
.col-xl-7.colbox{padding-left:100px; padding-right:100px;}
.col-xl-5.colbox{background-image:url(../img/form-background-img.png); background-color:#f9603e; background-position:100% 50%; background-repeat:no-repeat; background-size: contain;}
.col-xl-5.colbox .form-right h3{color:#fff;}
.col-xl-5.colbox .form-right h3:after{background:#fff;}
.col-xl-5.colbox .form-right p{color:#fff;}
.col-xl-5.colbox .btn-primary{background-color:transparent; color:#fff; border-color:#fff;}
.col-xl-5.colbox .btn-primary::before{background-color:#fff;}
.col-xl-5.colbox .btn-primary:hover, .col-xl-5.colbox .btn-primary:focus, .col-xl-5.colbox .btn-primary:active, .col-xl-5.colbox .btn-primary:not(:disabled):not(.disabled):active{border-color: #fff; color: #000;}
.forgot-pass{font-size:15px;}
.forgot-pass:hover, .forgot-pass:focus{color:#000; text-decoration: none;}

.picture .picture-src{width:100% !important; height:100% !important;}
.btn-primary.edit-cover-image{position: absolute; top:15px; right:15px; z-index:5;}
.profile-mid-section .form-control{height:38px; font-size:14px;}
.profile-mid-section textarea.form-control{height:auto;}
.profile-mid-section .flex-nowrap .input-group-text{padding:4px 8px;}
.profile-mid-section .flex-nowrap .input-group-text img{max-width:18px;}
.profile-mid-section .fas.fa-times{font-family:'FontAwesome'; font-style: normal; font-size: 16px;}
#upload-multiple-image{display:block;}
.between_date{margin: 8px 5px;}
.modal-footer{justify-content: center;}
.achievements-section .media{position: relative; padding-right:20px;}
.achievements-section .fa-pencil{position: absolute; top: 0; right: 0; margin:0 !important;}
.modal-body .action-button .button{margin:0;}
.media .have-no-image{margin-right:1rem!important;}
.profile-top-detail .edit-url-inner{display: flex; padding-top:10px;}
.profile-top-detail .edit-url input[type="text"]{height:30px; width:130px; margin-top:-3px}
.profile-top-detail .edit-url .update-url-btn{height:30px; padding: 3px 9px; font-size: 13px; border-radius:0; margin:-3px 3px 0;}
.profile-top-detail .edit-url .update-cancel-btn{height:30px; padding: 3px 9px; font-size: 13px; border-radius:0; margin-top:-3px}

.no-img-search{margin: 0 auto; display: block;}
.row-searchueser .col-sm-1{padding:0 5px;}
.row-searchueser img{width:30px; height:30px; border-radius:20px;}
/*Login page Css End*/

#sharerbox-share-icon-wrap{background: #f45530;border-radius: 50%; width: 60px;height: 60px;}
#sharerbox-share-icon{width: 30px;height: 30px; opacity:1 !important;}
.edit-cover-image .fa-pencil{display:none;}

.profile-right .edit-url-inner{padding-top: 10px; border-top:1px solid rgba(255,255,255,0.2); margin-top: 20px; min-height:38px; font-size:16px;}


.search-profile-link{padding: 10px; display: block; clear: both; overflow: hidden; border-bottom: 1px solid rgb(0 0 0 / 8%);}
.search-profile-link:hover, .search-profile-link:focus{background: rgb(244 85 48 / 6%); color: #f9603e; border-color: rgb(244 85 48 / 14%);}
.avtar-box{width:30px; height:30px; border-radius:16px; margin-right:10px; float: left;}
.avtar-box img{width:100%; height:100%; border-radius:50%;}
.avtar-detail{display: block; overflow: hidden; padding-top:4px;}

.report-profile-list{padding:15px 30px 15px 15px; position: relative; border-bottom:1px solid rgba(0,0,0,0.2);}
.report-profile-list:hover, .report-profile-list:focus{background: rgb(249 96 62 / 7%); border-bottom-color:rgb(249 96 62 / 22%);}
.report-profile-list:last-child{border-bottom:0;}
.report-profile-list .fa-arrow-right{position:absolute; top:20px; right:10px; text-decoration: none;}
.report-profile-list .fa-arrow-right:hover, .report-profile-list .fa-arrow-right:focus{color:#000; text-decoration:none;}
.report-profile h5{font-size:18px; line-height:26px;}
.report-profile p{font-size:14px; line-height:20px;}
.radio-move input[type="radio"]{margin-top:5px;}
.profile-menu .dropdown-toggle::after{margin-left:5px; margin-bottom:-4px;}

.user-prev-unique-id{font-family: 'Roboto', sans-serif; position: relative; padding-right:24px;}
.user-prev-unique-id.fa{padding-top:2px; line-height:20px;}
.user-prev-unique-id::before{cursor: pointer; font-size:18px; font-family:'FontAwesome'; position: absolute; top:3px; right:0;}
.user-prev-unique-id:hover::before, .user-prev-unique-id:focus::before{color:#f9603e; text-decoration: none;}

.hobby-list{background: #f1f1f1; padding:8px 40px 8px 15px; margin: 0px 5px 10px 0; display: inline-block;min-width: 120px;/*width:32.33%; */position: relative;}
.hobby-list .fa{position: absolute; top:7px; right:7px; width:25px; height:25px; line-height:25px; background: #f9603e; color: #fff; text-align: center; border-radius: 3px; font-size: 12px; text-decoration: none;}
.hobby-list .fa:hover, .hobby-list .fa:focus{background: #222; color: #fff; text-decoration: none;}
.hobby-title{padding-right: 5px;}

.url-button-section .btn-primary{min-height: 35px; min-width: 104px; font-size: 14px; line-height: 35px;}

/*#sharerbox-share-icon-wrap{width:35px;height:35px;}*/
#sharerbox-share-icon-wrap #sharerbox-share-icon{width:32px; height:32px;}
#sharerbox-share-icon-wrap .sharerbox-icon-fig, #sharerbox-share-icon-wrap #sharerbox-share-icon-fig{width:45px;height:45px; margin:15px 0 0 16px !important;}

.bio-data-list .bio-data-item{background: #f5f5f57d;padding: 12px;width: 330px;margin: 3px;border-radius: 4px;}
 
 #reportBlockModal .radio-move input{visibility: visible !important; }
/**********************profile thema template design css end***************************/

.generate-qr-code{    width: 100%;font-size: 16px;font-weight: 400;}
.save-download{color: #ffffff !important;}
#image-preview {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}


/*Responsive Css////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width:1450px){
	/*Profile Page Css Start*/
	/*.profile-banner{height:470px;}*/
	/*Profile Page Css End*/

	.colbox{min-height:1px;}
	.form-page-inner .form-group{margin-bottom: 10px;}
	.profile-banner .profile-right{padding-bottom:12px;}
}


/*Ipad Landscape Css Start*/
@media (max-width:1199px){
	/*Profile Page Css Start*/
	.generation-list big{font-size:28px;}
	.generation-list p, .border-space p{font-size:16px; line-height:24px;}
	.border-space .boxs-title, .boxs-title{font-size:24px;}
	.generation-list h5{font-size:18px;}
	.skill-title, .skill-precentage{font-size:16px;}
	.skills-section{padding-bottom:20px; margin-bottom:50px; border-bottom:1px solid #e5e5e5;}
	.profile-img{width:180px; height:180px; margin-bottom:0;}
	.profile-menu ul li .search-form{padding:0 0 0 10px; width:160px;}
	.profile-menu ul li .search-form .form-control{width:100%; font-size:13px; height:25px !important;}
	.profile-img .edit-photo{top: 15px; right: 15px;}
	.profile-btns{text-align: left;}
	.profile-btns .btn{margin: 20px 25px 0 0;}
	.profile-menu ul{margin-left:230px;}

	.profile-top-detail{position:relative; margin-top:-90px;}
	.profile-banner .container{display: block;}
	.profile-banner .profile-right{padding:15px 0 35px; color:#4c4c4c;}

	.profile-banner-image .fa-pencil, .profile-img .fa-pencil{font-family:'FontAwesome';}
	.profile-banner-image .fa-pencil:before, .profile-img .fa-pencil:before{content: "\f030";}

	.profile-img .edit-photo{top: auto; right: 10px; bottom: 10px;}
	.profile-banner h3{padding-left:35px;}
	.btn-primary.edit-cover-image{height: 30px !important; width: 30px !important; min-width: 1px; line-height: 30px; min-height: 30px; border-radius: 30px; color:#fff;}
	.btn-primary.edit-cover-image span{display: none;}
	.btn-primary.edit-cover-image .fa-pencil{display: block; line-height: 28px; font-size: 14px;}

	.profile-top-detail .edit-url-inner{overflow-x: auto; max-width:100%; padding:10px 0 0;}
	.profile-top-detail .edit-url-inner::-webkit-scrollbar{-webkit-appearance: none;}
	.profile-top-detail .edit-url-inner::-webkit-scrollbar:vertical{width: 8px;}
	.profile-top-detail .edit-url-inner::-webkit-scrollbar:horizontal{height: 8px;}
	.profile-top-detail .edit-url-inner::-webkit-scrollbar-thumb{border-radius: 6px; border: 1px solid #000; background-color: rgba(255, 255, 255, .8);}
	/*.hobby-list{width:48%;}*/
	/*Profile Page Css End*/

	 
}
/*Ipad Landscape Css End*/

/*Ipad Portrait Css Start*/
@media (max-width:991px){
	/*Profile Page Css Start*/
	.edit-photo{right:2px;}
	.profile-img{border-width:3px; margin:0 auto;}
	.profile-banner h3{font-size:28px;}
	.profile-banner h5{font-size:16px;}
	.icon-text{font-size:14px; padding-left:16px;}
	.profile-banner .profile-right .row{display: block;}
	.icon-text .fa{position: static; padding-right: 6px;}

	.profile-btns{text-align: left;}
	.profile-btns .btn{margin-left:0; margin-right:25px;}
	.profile-menu ul{margin-left: 210px;}
	.profile-menu ul li a{padding:8px 13px; font-size:14px;}
	.profile-left{width:38%;}
	.profile-mid-section .tab-content{width:62%;}
	.profile-mid-section .profile-left{padding-top: 50px; padding-right: 10px;}
	.border-space .boxs-title, .boxs-title{font-size:22px;}
	.generation-list p, .border-space p{font-size:14px; line-height:22px;}
	.profile-mid-section .profile-right{padding-left:15px;}
	.generation-list big{font-size:22px;}
	.generation-list h5{font-size:15px;}
	.generation-list big:after{width:12px; height:12px; margin-left:-1px; border-width:4px;}
	.title-description{padding-left:8px;}
	.year-society{padding-right:0;}
	/*Profile Page Css End*/

	.col-xl-7.colbox{padding-left: 30px; padding-right: 30px;}
	.form-horizontal #upload-multiple-image .col-md-4{max-width:48%;}
	.profile-top-detail .edit-url-inner{font-size:13px; white-space:nowrap;}
	.user-prev-unique-id{font-size:13px; padding-right:15px;}
	.user-prev-unique-id::before{font-size:14px;}
	.user-prev-unique-id.fa{line-height:15px;}
	.photo-list img{width:48%; height:100px;}

	 

}
/*Ipad Portrait Css End*/
 

/*Iphone Landscape Css Start*/
@media (max-width:767px){
	/*Profile Page Css Start*/
	.profile-banner{height:auto;}
	.profile-banner:before{bottom:auto; height:230px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );}
	.profile-top-detail{position:relative;}
	.profile-banner .container{align-items: normal; display: inherit;}
	.profile-banner .profile-right{color:#000; padding:20px 0; text-align: center;}
	.profile-left{width:100%; float: none;}
	.profile-mid-section .tab-content{width:100%;}
	.profile-banner h5{border-bottom:1px solid rgb(148 148 148 / 20%);}
	.icon-text{display: inline-block; margin:0 10px;}
	.profile-btns{text-align: center;}
	.profile-btns .btn{margin:30px 10px 0;}
	.profile-btns .btn:after{border-color:rgb(123 123 123 / 20%);}
	.profile-btns .btn-light{background:#ececec;}
	.profile-menu ul{margin:0; text-align: center;}
	.profile-mid-section .profile-left{padding:20px 0 0;}
	
	.follow-me .contact-list{display: inline-block;     margin: 0 0 8px 8px;}
	.profile-mid-section .profile-right{border-left:0; padding-left:0;}

	.profile-banner h3{padding-left:35px;}

	#sharerbox-share-icon-wrap{width:35px;height:35px;}
	#sharerbox-share-icon-wrap #sharerbox-share-icon{width: 22px; height: 22px;}
	#sharerbox-share-icon-wrap .sharerbox-icon-fig, #sharerbox-share-icon-wrap #sharerbox-share-icon-fig{width:35px;height:35px; margin:8px 0 0 8px !important;}
	.form-horizontal #upload-multiple-image .col-md-4{max-width: 21%;}
	.profile-box-list{clear: both;}

	.photo-list img{width:15%; height:70px;}
	.dropdown-menu.notification-block{width:420px; min-width:1px;}

	.profile-top-detail .edit-url-inner{padding: 9px 6px; background: #ff810812; border: 0; display:inline-flex;}

	.dropdown-menu.notification-block{width:340px; max-height:285px; overflow-y:auto; background:#fff;}
	.dropdown-menu.notification-block::-webkit-scrollbar{-webkit-appearance: none;}
	.dropdown-menu.notification-block::-webkit-scrollbar:vertical{width: 8px;}
	.dropdown-menu.notification-block::-webkit-scrollbar:horizontal{height: 8px;}
	.dropdown-menu.notification-block::-webkit-scrollbar-thumb{border-radius: 6px; border: 1px solid #fff; background-color: rgba(0, 0, 0, .8);}

 
}
/*Iphone Landscape Css End*/

@media (max-width:420px){
	/*Profile Page Css Start*/
	.profile-banner h3{font-size:20px;}
	.profile-banner h5{font-size:15px;}
	.profile-menu ul li a{padding: 6px 10px; font-size: 13px;}
	/*Profile Page Css End*/

	.form-page{padding: 20px 0 20px;}
	.form-right h3{font-size: 25px; padding: 0 0 15px; margin: 0 0 30px;}
	.colbox, .col-xl-7.colbox{padding-left: 15px; padding-right: 15px;}
	.forgot-pass{font-size:14px;}
	.form-page-inner .form-control{height: 36px; border-radius: 20px;}
	.form-page-inner .btn-primary{min-width: 130px; min-height: 36px; line-height: 34px; border-radius: 18px;}
	.form-page-inner .btn-secondary{min-width: 130px; min-height: 36px; line-height: 24px; border-radius: 18px;}
	.form-right .pulldevices{flex:0 0 50%; max-width:50%;}

	.form-horizontal #upload-multiple-image .col-md-4{max-width: 33%;}

	.profile-img{width: 140px; height: 140px;}
	.btn-primary.edit-cover-image{top:25px;}
	.profile-menu ul{position: relative;}
	.profile-menu ul li .search-form{width:100%;}
	.profile-menu ul li .search-form .form-control{height: 30px !important;}
	.generation-list:after{display: none;}
	.year-society{text-align: left;}
	.title-description{padding-left:0;}
	.experience-list .row, .education-list .row{position: relative; background: #f1f1f1; padding: 10px 15px; margin-bottom:15px;}
	.experience-list .pulldevices.text-right, .education-list .pulldevices.text-right{position:static;}
	.experience-list .fa-pencil, .education-list .fa-pencil{position: absolute; right:25px; top:10px;}
.photo-list img{width:32%; /*height:130px;*/}
.generation-list big:after{display: none;}
.profile-top-detail .edit-url-inner::-webkit-scrollbar-thumb{border-radius: 6px; border: 1px solid #fff; background-color: rgba(0, 0, 0, .8);}

.profile-menu ul li.notify-dropdown{position: static;}
.dropdown-menu.notification-block{width:340px; max-height:465px; overflow-y:auto;}
.user-prev-unique-id{padding-top:3px;}

.profile-top-detail{margin-top:-70px;}
.profile-menu .dropdown-toggle::after{margin-top: 8px; margin-bottom:0;}

/*.hobby-list{width:100%;}*/


}
@media (max-width:350px){
	.dropdown-menu.notification-block{width:290px;}
}
/*Iphone Portrait Css End*/
