.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 40px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 300px;
}

.all-in-one-box-icons {
	font-size: 42px;
	color: #5f9ea0;
	margin-bottom: 13px;
}

.all-in-one-box .box-title {
	margin-top: 10px;
}

.all-in-one-box .box-title h3 {
	font-size: 21px;
}
@media only screen and (max-width: 600px) {
	.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 230px;
}
}
@media only screen and (min-width: 600px) {
	.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 220px;
}
}
@media only screen and (min-width: 900px) {
	.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 300px;
}
}
@media only screen and (min-width: 1000px) {
	.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 300px;
}
}
@media only screen and (min-width: 1200px) {
	.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 250px;
}
}
@media only screen and (min-width: 1600px) {
	.all-in-one-box {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 20px 0px;
	cursor: default;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0/ 9%);
	height: 250px;
}
}
h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
	}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 10px 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
} 

.pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager-icon {
	    font-size: 28px;
    line-height: 24px;
    display: block;
}
.pager li>a:focus {
    text-decoration: none;
    background-color: #fff;
}
.faq-title h2 {
	font-size: 42px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {

    padding: 20px 40px;

}
.faq .faq-list li:not(:last-child) {

    border-bottom: 1px solid #dbdbdb;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}

.faq .faq-list p {
  padding-top: 5px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-down {
    transform: rotate(-90deg);
}

.photo-effect-studio-popup {
	cursor: pointer;
}
#photo-effect-studio-popup .modal-body {
	    font-size: 14px;
    text-align: left;
}
#photo-effect-studio-popup .modal-title {
	font-size: 21px;
	display: inline-block;
}
#photo-effect-studio-popup .modal-header .close {
    margin-top: 5px;
}

#photo-effect-studio-oversize-popup .modal-title {
    font-size: 21px;
    display: inline-block;
}
#photo-effect-studio-oversize-popup .modal-body {
    font-size: 14px;
    text-align: left;
}
#photo-effect-studio-oversize-popup .modal-body #size-text-3 {
    color: #5CBFA5;
}
#photo-effect-studio-oversize-popup .modal-body .modal-image-area {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 10px;
}
#photo-effect-studio-oversize-popup .modal-body .modal-image-area .modal-image-box-1 {
    display: flex;
    justify-content: end;
}
#photo-effect-studio-oversize-popup .modal-body .modal-image-area #downscale_icon {
    margin-left: 20px;
    margin-right: 20px;
}
#photo-effect-studio-oversize-popup .modal-body .modal-image-area #downscale_icon i {
    display: none;
}
#photo-effect-studio-oversize-popup .modal-body .modal-image-area .modal-image-box-2 {
    display: flex;
    justify-content: start;
}
#photo-effect-studio-oversize-popup .modal-body .modal-image-area .modal-image-box #img-caption {
    margin: 0px 20px;
    display: inline-block;
}
#photo-effect-studio-oversize-popup .modal-header .close {
    margin-top: 5px;
}
#photo-effect-studio-oversize-popup #modal-image-area-secondary-btn, #photo-effect-studio-oversize-popup #modal-image-area-secondary-btn-1{
    background-color: #E5E6EA;
    color: #000000;
}
@media only screen and (max-width: 600px) {
	#photo-effect-studio-oversize-popup .modal-body .modal-image-area .modal-image-box {
        display: block;
    }
    #photo-effect-studio-oversize-popup .modal-dialog {
        width: 400px;
    }
}

/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}
.caption h4 {
	font-size: 21px;
	font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

#iframe_div {
    margin-left: -9px;
    margin-right: -14px;
}

@media only screen and (max-width: 1270px) {
	#iframe_div {
        margin-left: 0;
        margin-right: 0;   
    }
}

/* All photo tool btn style */
.allToolBtn {
    background-color: #0d6efd;
    color: white !important;
    border-radius: 5px;
    margin-top: 15px !important;
}

.fa.fa-th {
    margin-right: 5px;
}

#_secondNavContainer li {
    padding-top: 2px; 
}

.sub-features-content {
	margin-bottom: 15px;
}
.explore-all-photo-tool {
	     display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: underline;
}

/* image light box */
.lightBox {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightBox-content {
    position: relative;
    background-color: #fefefe00;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 680px;
    text-align: center;
}

.lightBox-content #lightBoxImg {
    /* cursor zoom-in/out seems not works on linux chrome */
    cursor: pointer;
}

.closeLightBoxBtn {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
}

.closeLightBoxBtn:hover, .closeLightBoxBtn:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.zoomLightBoxBtn {
    color: white;
    position: absolute;
    top: 40px;
    right: 24px;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}

.zoomLightBoxBtn:hover, .zoomLightBoxBtn:focus {
    color: #77cef7;
    text-decoration: none;
    cursor: pointer;
}
  
.photo-tool-slide-wrapper {
	height: 360px;
}

.preview-image-link {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
}

.preview-image-link #_preview-image-link-span {
    text-decoration: underline;
}

.image-comparison-compare-image {
    width: 100%;
}

#image-compare-box{
    margin-top: 14%;
}

#image-compare-box-section{
    margin-top: 0;
}

.download-edit-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.demo-image-selection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-image-area #title {
    text-align: left;
}

.download-edit-btn-area #image-download-btn, .download-edit-btn-area #image-edit-btn, .mui-button {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px 5px 5px 5px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 4px !important;
    transition: 0.3s;
    border: 1px solid rgba(25, 118, 210, 0.5);
    color: #ffffff;
    width: 160px;
}

.download-edit-btn-area #image-download-btn {
border: 1px solid #54c85a;
    background: #67c66c;
}
.download-edit-btn-area #image-edit-btn {
    border: 1px solid rgba(25, 118, 210, 0.5);
    background: rgb(25, 118, 210);
}

.download-edit-btn-area #image-download-btn:hover {
    background-color: #59b75e;
}
.download-edit-btn-area #image-edit-btn:hover {
    background: #1565c0;
}

.download-edit-btn-area #image-download-btn:disabled, .download-edit-btn-area #image-edit-btn:disabled,
.download-edit-btn-area #image-download-btn[disabled], .download-edit-btn-area #image-edit-btn[disabled] {
    color: rgba(0, 0, 0, 0.26) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    background: rgb(255 255 255 / 26%) !important;
    pointer-events: none;
    cursor: default;
}

#button-row {
    text-align: center;
}



.mui-button {
    width: 129px;
}

.mui-button.mui-button-success {
    background: #6ecf73;
     border: 1px solid #6ecf73;
    font-weight: 500;
}
.mui-button.mui-button-primary {
    border: 1px solid #eb9191;
    background: #eb9191;
    font-weight: 500;
}
.mui-button.mui-button-secondary {
    border: 1px solid #6C757D;
    background: #6C757D;
    font-weight: 500;
}

.mui-button.mui-button-success:hover {
    background-color: #4eac53;
}
.mui-button.mui-button-primary:hover {
    background: #d66b6b;
}
.mui-button.mui-button-secondary:hover {
    background: #4d5358;
}

.mui-button.mui-button-success:disabled, .mui-button.mui-button-primary:disabled, .mui-button.mui-button-secondary:disabled
.mui-button.mui-button-success[disabled], .mui-button.mui-button-primary[disabled], .mui-button.mui-button-secondary[disabled] {
    color: rgba(0, 0, 0, 0.26) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    background: rgb(255 255 255 / 26%) !important;
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 1200px) {
	#image-compare-box, #image-compare-box-section {
        margin-top: 30%;
    }
}

@media only screen and (max-width: 990px) {
	#image-compare-box, #image-compare-box-section {
        margin-top: 0px;
    }
}

.st_feature_right_item {
	padding: 50px 0;
	position: relative;
}

.st_feature_right_item .st_feature_content {
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
}

.st_feature_right_item .st_feature_content::before {
	padding: 10px 20px;
	position: absolute;
	left: 0px;
	top: 0;
	content: "\f5ac";
	border: 2px solid #d9d9d9;
	background-color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #25b7b5;
	text-align: center;
	line-height: 45px;
	border-radius: 15px;
	box-shadow: 0 20px 30px rgb(0 0 0/ 10%);
}

.st_feature_right_item .st_feature_content2::before {
	content: "\f093";
}

.st_feature_right_item .st_feature_content3::before {
	content: "\f1e0";
}

.st_feature_right_item .st_feature_content h3 {
	font-size: 24px;
	color: #2f5396;
	margin-left: 85px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: -0.2px;
}

.st_feature_right_item .st_feature_content p {
	margin-left: 85px;
}

.st_feature_right_item .st_feature_content::after {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 34px;
	top: 50px;
	content: "";
	border: 1px dashed #d5d5d5;
	z-index: -1;
}

.st_feature_right_item .st_feature_content:last-child {
	margin: 0;
}

.st_feature_right_item .st_feature_content:last-child::after {
	content: none
}

.st-step-count {
	position: relative;
	left: 75px;
	color: #25b7b5;
	font-weight: 700;
	font-size: 14px;
	margin-left: 10px;
}

.mainSection-image-effect {
	text-align: center;
}



.photo-effects-with-vp h2 {
color: #fff;

}
.photo-effects-with-vp p {
color: #fff;

}
.photo-effects-with-vp-bg {
    background: linear-gradient(rgb(17 165 214 / 88%), rgb(112 127 160 / 96%)), url(/images/photo-editing/more-wtih-vp/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;

}

.photo-effects-with-vp-width {
width: 70%;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.splide__slide img{
  transform: scale(0.9);
  opacity: 0.5;
}

.splide__slide.is-active img{
  transform: scale(1);
    box-shadow: 0px -3px 20px 4px rgb(255 255 255 / 48%);
-moz-box-shadow: 0px -3px 20px 4px rgb(255 255 255 / 48%);
-webkit-box-shadow: 0px -3px 20px 4px rgb(255 255 255 / 48%);
       opacity: 1;
}

.splide__slide  img {
    display: block;
    width: 100%;
    box-sizing: border-box;

  }
  
.splide__arrows {
display: none;
}
.photo-effect-with-vp {
	    box-shadow: 0 12px 14px rgba(0,0,0,.08);
}

.photo-effect-with-vp-btn {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.3px;
    display: inline-block;
    white-space: normal;
    color: #fff;
    background-color: #4cd0e5;
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    border: 0px solid;
        min-width: 140px;
        text-align: center;
        height: 45px;
            box-shadow: 0 10px 30px rgb(76 208 229 / 30%);
}

.photo-effect-with-vp-btn:hover {
    opacity: 0.8;
     color: #fff;
}
.button-row {
	margin: 10px 0px;
}
.splide {
	padding-bottom: 0px !important;
}

/* preview area */
#image-preview-area {
    /* display: block; */
    position: relative;
    height: 550px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
#image-preview-area .display-image {
    /* max-height: 550px; */
    position: absolute;
    inset: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#image-preview-area img#_img_before {
    display: none;
}
#image-preview-area #_image_compare_btn {
    position: absolute;
    right: 9px;
    top: 8px;
    cursor: pointer;
    background-color: #5840E1;
    color: white;
    padding: 5px;
    border-radius: 5px;
    transition: background-color 0.5s;
    z-index: 1;
}
#image-preview-area #_image_compare_btn:hover {
    background-color: #2c2070;
}
#image-preview-area #_image_compare_btn > #_image_compare_icon {
    width: 20px;
    display: flex;
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 991px) {
}

/* style select area */
.face-tool-selector {
    background: #f5f5f5;
    margin: 15px -14px 0px -9px;
    border-radius: 5px;
    padding: 8px;
    overflow: auto;
    max-height: 300px;
}
.face-tool-selector #title {
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
}
.face-tool-selector #title #selected-tool {
    margin-left: 5px;
}
.face-tool-selector #title a#reset-selected-tool {
    cursor: pointer;
    float: right;
    margin-right: 10px;
}
.face-tool-selector #tool-selection input {
    display: none;
}
.face-tool-selector #tool-selection input[type=radio]:checked + label>img {
  border: 1px solid #1976d2;
  box-shadow: 0 0 0px 3px #1976d2;
  border-radius: 5px;
}
.face-tool-selector #tool-selection img {
    width: 100px;
    cursor: pointer;
    margin: 6px;
}
#tool-selection {
	    margin-left: auto;
    margin-right: auto;
    display: table;
}
.face-tool-selector #title {
    text-align: center;
}	

/* ai translate page */
.ai-translate-home {
    background-image: url(/images/ai-translate/home-bg.png);
    background-size: cover;
    background-position: center center;
}
.ai-translate-home h1 {
    font-size: 58px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 62px;
    color:  #14bf86;
    }
.ai-translate-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 60px;
    font-size: 54px;
}
.ai-translate-content h3 {
	       font-weight: 700;
    margin-bottom: 7px;
    font-size: 24px;
}
.section-title {
    margin-bottom: 60px;
    position: relative;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3f3eed;
}
.section-title p {
    width: 60%;
    margin-top: 12px;
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 44px;
}
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #3f3eed;
    margin: 4px 10px;
}
.ai-translate-image-cta-btn {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.3px;
    display: inline-block;
    white-space: normal;
    color: #fff;
    background-color: #e07f49;
    border-radius: 6px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    border: 0px solid;
    text-align: center;
    box-shadow: 0 10px 30px rgb(18 103 201 / 30%);
}
.ai-translate-image-cta-btn:hover {
    opacity: 0.8;
     color: #fff;
}
.ai-translate-image-top-btn {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.3px;
    display: inline-block;
    white-space: normal;
    color: #fff;
    background-color: #3a85f9;
    border-radius: 6px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    border: 0px solid;
    text-align: center;
    box-shadow: 0 10px 30px rgb(18 103 201 / 30%);
}
.ai-translate-image-top-btn:hover {
    opacity: 0.8;
     color: #fff;
}
.ai-translate-highlight-text {
	color: #14bf86;
}
.ai-translate-efficiency {
    background: linear-gradient(180deg, #fffbfb 0%, #fff9f9 100%);
}
.ai-translate-editable {
    background: linear-gradient(180deg, #fdfdfd 0%, #f6fffe 100%);
}
.single_hiw {
    position: relative;
}
.sh_title {
    color: #fff;
    float: left;
    background: #3f3eed;
    border-radius: 0px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 10px 0px 0px 0px;
}
.single_hiw_content {
    background: #fff;
    overflow: hidden;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
    border-radius: 0px 10px 10px 10px;
}
.single_hiw h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}
.ai-tranlate-disclaimer {
	background: #242e49;
	padding-bottom: 13px;
	padding-top: 13px;
}
.ai-tranlate-disclaimer p{
color: #fcfcfc;
    font-size: 16px;
    letter-spacing: -0.1px;
    text-align: center;
}
.best-service {
    background: #fafbfb;
}
.single_service {
background: #fff;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
    display: flex;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
    position: relative;
    /* box-shadow: 3px 3px 10px #d0d8e6, -3px -3px 10px #fff; */
    -webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}
.single_service h3 {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 15px;
}
.single_service p {
    margin-bottom: 10px;
}
.ai-translate-faq{
	margin-top: 5px;
}
.ai-translate-faq li{
	border-bottom: 0px solid #dbdbdb !important;
	padding: 5px 0px !important; 
	list-style: decimal;
	    margin-left: 15px;
	font-size: 15px;
}
.ai-translate-cta .card {
    border-color: #e9e9e9;
    border-radius: 10px;
background-image: linear-gradient(13deg, #1bb9c3 0%, #66a6ff 100%);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}
.ai-translate-cta .card-body {
padding-left: 20px;
padding-right: 20px;
padding-top: 40px;
padding-bottom: 40px;
}
.ai-translate-cta h2 {
	color: #ffffff;
    font-size: 42px;
}
.ai-translate-cta p{
	width: 80%;
	    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .newsletter-card .card-body {
        padding: 3rem;
    }
    .single_service {
    height: 120px;
    }
    
}
.newsletter-card .card-body {
    padding: 2rem;
}

@media only screen and (max-width: 1199px) { 
	
	.align-item-middle {
    display: inherit !important;
}
	
}
@media only screen and (max-width: 991px) { 
.section-title p {
    width: 100%;

}
	}
.align-item-middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
}
