.menu-background {
	margin: 0 auto;
	padding:10px 20px;
	background: #ffffff;
	box-shadow: 0 2px 50px 0 rgb(0 0 0/8%);
	border-bottom: solid 1px #e7e7e7;
}

.rm-container {
    max-width: 1200px;
    margin: 0 auto;
}

.menu {
	width: 100%;
	display: flex;
	align-items: center;
}
.menu a.logo {
	display:inline-flex;
	padding:10px 0;
	align-items: center;
	justify-content: flex-start;
}
.menu img {
	max-width: 100%;
}


/*******Nav bar 2025********/
 
.navbar-dark {
     background-color: #ffffff !important;
     padding: 15px 0;
     
}
.shadow {
         box-shadow: 0 1px 2px rgb(0 0 0 / .10) !important;
}
.navbar-dark .navbar-nav .nav-link {
     padding:10px 0px;
     margin:10px;
     color: #5f5f5f;
     font-size: 17px;
     font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
     color: #151515;
     border-radius: 4px 
}
.dropdown-menu a {
     color: #151515 
}
.dropdown-toggle::after {
     display: none 
}
.navbar-dark .navbar-nav .dropdown-toggle::after {
     content: '';
     width: 24px;
     height: 24px;
     background: url("https://www.remosoftware.com/assets/line_icon/dark/menu-arrow.svg");
     background-repeat: no-repeat;
     background-size: 16px;
     background-position: center;
     margin: 0;
     border: 0;
     display: inline-flex;
     text-align: center;
     justify-content: center;
     text-decoration: none;
     vertical-align: middle;
     transition: transform 400ms;
     margin-left: 5px 
}
.navbar-dark .navbar-nav .dropdown-toggle.show:after {
     transform: rotate(180deg) 
}
.dropdown-menu {
     padding: 0;
     border-radius: 0;
     border: none;
     border-top: 2px solid #eee 
}
.content-shadow {
     padding: 0 10px;
     box-shadow: 0 15px 33px 0 rgb(127 137 161 / 11%) !important 
}
.navbar-nav .dropdown-menu {
     position: static;
     margin-top: 0;
     font-size: unset 
}
.mega-content-sm {
     padding: 5px;
     background: #fafafa;
     border-radius: 0 !important;
     box-shadow: 0 15px 40px -12px rgb(0 0 0 / 20%);
     margin-top: 14px !important;
     font-size: 16px;
}
.position-right {
     right: 0 !important;
     left: unset !important 
}
.dropdown-item {
     display: block;
     width: 100%;
     padding: 10px 23px 10px 13px;
     margin: 0;
     clear: both;
     text-align: inherit;
     text-decoration: none;
     white-space: nowrap;
     background-color: transparent;
     border: 0 
}
.dropdown-item:focus, .dropdown-item:hover {
     color: #151515;
     background-color: #f3f3f3 
}
.dropdown-item.active, .dropdown-item:active {
     color: #151515;
     text-decoration: none;
     background-color: #f3f3f3 
}
.search-menu {
     background: url("https://www.remosoftware.com/assets/line_icon/dark/search-menu.svg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: 24px;
     text-indent: -99999px;
     width: 20px;
     display: block;
     text-decoration: none;
}
/*.search-menu:hover {
     background-color: #f3f3f3 
}
.search-menu.show {
     color: #151515;
     background-color: #f3f3f3;
     border-radius: 4px 
}
*/
.search-content {
     padding: 3%;
     border-top: 0 solid #eee;
     background: #fafafa;
     box-shadow: 0 15px 40px -12px rgb(0 0 0 / 20%);
}
.search-btn {
     display: inline-block;
     font-weight: 400;
     line-height: 1.5;
     color: #fff;
     background-color: #0552a3;
     border-color: #0552a3;
     text-align: center;
     text-decoration: none;
     vertical-align: middle;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     padding: .375rem .75rem;
     font-size: 16px;
     border-radius: .25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out 
}
.search-btn:hover {
     color: #fff;
     background-color: #006bbd;
     border-color: #006bbd 
}
.language-menu {
     background: url("https://www.remosoftware.com/assets/line_icon/dark/language-menu.svg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: 24px;
     text-indent: -99999px;
     width: 20px;
     display: block;
     text-decoration: none;
}
/*.language-menu:hover {
     background-color: #f3f3f3 
}
.language-menu.show {
     color: #151515;
     background-color: #f3f3f3;
     border-radius: 4px 
}
*/
.ficon::before {
     content: '';
     width: 24px;
     height: 24px;
     margin-right: 15px;
     display: inline-flex;
     text-align: center;
     justify-content: center;
     text-decoration: none;
     vertical-align: middle 
}
.de-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 1px 
}
.es-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -23px 
}
.fr-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -47px 
}
.it-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -71px 
}
.pt-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -95px 
}
.dk-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -119px 
}
.nl-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -143px 
}
.jp-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -167px 
}
.cn-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -191px 
}
.kr-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -215px 
}
.us-icon::before {
     background: url("https://www.remosoftware.com/assets/images/sprite_flagicon.svg");
     background-repeat: no-repeat;
     background-position: 0 -262px 
}
@media (max-width:991px) {
     .navbar-dark .navbar-nav .dropdown-toggle::after {
         float: right 
    }
     .navbar-dark .navbar-toggler.collapsed {
         padding: 15px 24px;
         background: url("https://www.remosoftware.com/assets/line_icon/dark/mobile-menu.svg") center center;
         background-repeat: no-repeat;
         background-size: 45px;
         text-indent: -99999px;
         transform: rotate(0) !important;
         transition: all .2s;
         white-space: nowrap;
         overflow: hidden 
    }
     .navbar-collapse {
         background-color: rgb(64 87 109 / 5%);
         padding: 0;
         margin-top: 10px;
    }
     .navbar-dark .navbar-toggler {
         padding: 15px 24px;
         background: url("https://www.remosoftware.com/assets/line_icon/dark/mobile-cross.svg") center center;
         background-repeat: no-repeat;
         background-size: 45px;
         text-indent: -99999px;
         transform: rotate(180deg) !important;
         transition: all .2s;
         white-space: nowrap;
         overflow: hidden 
    }
     ul.navbar-nav li {
         border: solid 1px #d1d1d1 
    }
     .dropdown-menu.show {
         margin-top: 0 !important 
    }
     .navbar-dark .navbar-nav .nav-link {
         margin: 0;
         padding:15px;
         border-radius: 4px 4px 0 0 !important;
         font-size: 17px;
         font-weight: 600 
    }
     .search-content {
         padding: 5% 
    }
     .dropdown-item {
         margin: 0 !important;
         padding: 20px 15px 
    }
     .navbar-dark {
         padding: 10px 0 
    }
     .download-menu {
         background-position: left;
         text-indent: unset;
         width: auto;
         padding-left: 40px !important;
         font-size: 18px;
         font-weight: 600 
    }
     .search-menu {
         background-position: left;
         text-indent: unset;
         width: auto;
         padding: 17px !important;
         margin:0;
         background: none;
         font-size: 18px;
         font-weight: 600 
    }
     .language-menu {
         background-position: left;
         text-indent: unset;
         width: auto;
         padding: 17px !important;
         margin:0;
         background: none;
         font-size: 18px;
         font-weight: 600 
    }
}
@media (max-width:768px) {
}
 
 
/****************************Footer-2025*********************************/


.navbar-dark .navbar-nav .nav-link {}

#Footer-2025 {
	padding: 50px 0;
	background: linear-gradient(108deg, #efefef 30%, #f7f7f7 60%);
	position: relative;
}

#Footer-2025 address {
	font-size: 14px;
	margin: 0;
}

#Footer-2025 address .textsm {
	font-size: 12px;
	color: #6e6e6e;
}

#Footer-2025 .Navigation {
	font-size: 14px;
}

#Footer-2025 .Navigation a {
	color: #0552a3;
	outline: 0;
	text-decoration: none;
}

#Footer-2025 .Navigation a:hover {
	text-decoration: underline
}

#Footer-2025 .social-links a {
	background: #CCC;
	padding: 6px;
	border-radius: 99px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#Footer-2025 .social-links img {
	width: 20px;
	height: 20px;
}

#Footer-2025 .social-links a.facebook:hover {
	background-color: #374d8d
}

#Footer-2025 .social-links a.twitter:hover {
	background-color: #059ff5
}

#Footer-2025 .social-links a.linkedin:hover {
	background-color: #069
}

#Footer-2025 .social-links a.youtube:hover {
	background-color: #ac1908
}

#Footer-2025 .location {
	margin-right: 5px;
	background-image: url("https://www.remosoftware.com/assets/line_icon/location.svg");
	background-size: 100%;
	display: inline-block;
	width: 8px;
	height: 14px;
}

.trustpilot-align {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	gap: 20px;
	align-items: center;
}

#Footer-2025 ul {
    list-style: none;
	margin:0;
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
	
}

@media(max-width:768px) {
	#Footer-2025 {
		padding: 20px 0;
	}

	.text-start {
		text-align: center !important;
		margin-bottom: 20px;
		
	}

	.text-center {
		text-align: center !important;
		margin-bottom: 0px;
	}

.text-end {
    text-align: center !important;
    margin-bottom: 20px;
}

	.justify-content-end {
		justify-content: center !important;
		margin-bottom: 0px;
	}
	.trustpilot-align {
    justify-content: center;
}
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/*******Footer 2024********/


.footer-2024 .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}


.footer-2024 {
	background:#1f1f1f;
	padding:60px 20px 20px 20px;
	    font-size: 16px;
}
.footer-2024 ol, ul {
	padding-left:0
}
.footer-2024 .footer-link a {
	text-decoration:none
}
.footer-2024 .footer-link h5 {
	font-size:18px;
	font-weight:600;
	color:rgb(255 255 255)
}
.footer-2024 .footer-link .ft {
	font-size:18px;
	font-weight:600;
	color:#fff!important;
	margin:0 0 10px;
	line-height:normal
}
.footer-2024 .footer-link p.ft a {
	font-size:18px;
	font-weight:600;
	color:#fff!important;
	margin:0 0 10px;
	line-height:normal
}
.footer-2024 .footer-link ul li {
	padding-left:0!important;
	display:block!important;
	margin-bottom:10px
}
.footer-2024 .footer-link a {
	color:rgb(176 176 176)!important
}
.footer-2024 .footer-link h5 {
	font-size:18px;
	font-weight:600;
	color:#fff
}
.footer-2024 .footer-link h5 a {
	font-size:18px;
	font-weight:600;
	color:#fff!important
}
.footer-2024 .footer-link p {
	color:#b0b0b0;
	margin-bottom:0;
	line-height:1.66667;
	letter-spacing:normal
}
.footer-2024 .footer-link ul li {
	padding-left:0!important;
	display:block!important;
	margin-bottom:10px
}

.footer-2024 .footer-link .oaddress {
    line-height: normal;
}


.footer-2024 .footer-link a:hover {
	color:#fff!important;
	text-decoration:underline
}
.footer-2024 .footer-link .form-control {
	position:relative;
	z-index:2;
	float:left;
	width:65%;
	margin-bottom:0
}
.footer-2024 .footer-link a {
	color:#b0b0b0!important
}
.footer-2024 .footerbg {
	background:#393939!important
}
.footer-2024 .footerbg .footer-link ul {
	padding:0;
	margin:0
}
.footer-2024 .brand-logo {
	width:130px;
	margin:20px 0;
	display:block
}
.footer-2024 .footer-link .social-links {
	margin-bottom:30px;
	margin-top:-3px
}
.footer-2024 .footer-link .social-links a {
	display:inline-block;
	margin:0 5px
}
.footer-2024 .footer-link .social-links a img {
	vertical-align:middle;
	border-style:none;
	height:24px
}
.footer-2024 .footer_list {
	padding-left:0;
	list-style:none;
	line-height:20px
}
.footer-2024 .footer_list li a {
	color:#bdbdbd
}
.footer-2024 .footer_list li a:hover {
	color:#fff!important;
	text-decoration:underline
}
.footer-2024 .footer-partners-logo {
	margin-top:30px
}
.helpmanual-2023 picture {
	margin:20px 0;
	display:block
}
.footer-2024 .footer-partners-logo {
	margin-top:30px;
	text-align:left
}
.footer-2024 .footer-partners-logo.fs-secure-ordering::before {
content:'';
display:inline-block;
width:150px;
height:50px;
margin-right:10px;
background:url(https://www.remosoftware.com/assets/indeximage2023/fs_secure-ordering.webp);
background-size:100%;
background-position:center center;
background-repeat:no-repeat
}
.footer-2024 .footer-partners-logo.microsoft-partner-w::after {
content:'';
display:inline-block;
width:150px;
height:50px;
margin-right:10px;
background:url(https://www.remosoftware.com/assets/indeximage2023/microsoft-partner-w.webp);
background-size:100%;
background-position:center center;
background-repeat:no-repeat
}
.footer-2024 .sub_footer_bg {
	background:#1f1f1f;
	text-align:center;
	line-height:1.66667;
	letter-spacing:normal;
	color:#b0b0b0;
	padding:15px 0 0 0;
	margin-top:40px;
	border-top:1px solid #424242
}
.footer-2024 .sub_footer_bg p {
	margin:0;
	padding:0
}
.footer-2024 .sub_footer_bg a:hover {
	color:#fff;
	text-decoration:underline
}
.footer-2024 .sub_footer_bg a {
	color:#b0b0b0;
	text-decoration:none
}
 
 
@media(max-width:768px) {
.footer-2024 .footer-partners-logo {
margin-top:10px
}
.footer-2024 .footer-link {
margin-bottom:50px
}
.footer-2024 {
padding:25px 5px;
}
.footer-2024 .sub_footer_bg {
margin-top:0
}
 
	.footer-2024 .col-lg-3 {
    width:100%;
}
	 
}





/*******pagination********/

.home .sections-padding {
    padding:60px 0 0 0;
}

.pagination {
    justify-content: center;
}

.pagination .nav-links {
	padding:30px 0px 60px 0px;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.pagination .page-numbers {
	width: 50px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:solid 1px #e2e2e2;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
	padding: 0 10px;
	font-size:16px;
}
.pagination .current {
	background:#0552a3;
	border:solid 1px #0552a3;
	color:#FFF;
}

.pagination .nav-links a:hover {
	background: #0552a3;
	border:solid 1px #0552a3;
	color:#FFF;
	}

.pagination a {
	color:#0552a3;
	}
	
.pagination .next {
	width:auto;
}

.pagination .prev {
	width:auto;
}


.wp-block-heading {margin-top:30px;}

h2.wp-block-heading {margin-top:30px;}

h3.wp-block-heading {margin-top:15px;}

h4.wp-block-heading {margin-top:15px;}




/****************************Language Font Size Style*********************************/

html.de .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.es .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.fr-FR .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.it-IT .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.pt-PT .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.da-DK .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.nl-NL .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.ja .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.zh-Hans .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}
html.ko-KR .navbar-dark .navbar-nav .nav-link {
	font-size:0.80vw;
}


/****************************Mobile Language Font Size Preview Issue fix*********************************/

@media (max-width: 991px) {
 html.de .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.es .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.fr-FR .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.it-IT .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.pt-PT .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.da-DK .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.nl-NL .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.ja .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.zh-Hans .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
 html.ko-KR .navbar-dark .navbar-nav .nav-link {
 font-size: unset;
}
}











/********************************************/


.MR-container .entry-content .wp-block-image {
    padding: 30px;
	border: solid 1px #d6d8da;
	background-image: linear-gradient(to top, rgba(227, 227, 227, .4), rgba(227, 227, 227, .2));
}

.h3{
    background: #d4e5ff;
    padding: 20px;
    border-radius: 6px;
}

/* -----------------------------------------------------------
   BASE
----------------------------------------------------------- */

.alert-section {
	margin: 40px auto;
	position: relative;
	border: 2px solid;
	border-radius:12px;
	padding:20px;
 transition: .25s ease;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.alert-section:hover {
	box-shadow: 0 6px 26px rgba(0, 0, 0, 0.09);
	transform: translateY(-2px);
}
.title {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	margin:0;
}

.alert-section p:first-child { margin-top:0; }

.text-container {
 word-wrap: break-word;
  overflow-wrap: break-word;
}
/* -----------------------------------------------------------
   GLOBAL BADGE (before circle)
----------------------------------------------------------- */
.alert-section::before, .alert-theme-6::after {
 content: "";
 position: absolute;
 width: 40px;
 height: 40px;
 padding: 0px;
 border-radius: 50%;
 border: 2px solid;
 z-index: 1;
 background-size:24px;
 background-repeat: no-repeat;
 background-position: center;
}
/* -----------------------------------------------------------
   THEMES
----------------------------------------------------------- */

/*----01-----*/
.alert-theme-1 {
	padding-left:70px;
	/*background:#0C9 !important;*/
}
.alert-theme-1::before {
top: 20px;
left: 20px;
}

/*----02-----*/


.alert-theme-2 {
	padding-top: 0;
	/*background:#0C9 !important;*/
}

.alert-theme-2::before{
 top: -18px;
 width: 40px;
 height: 40px;
 padding: 0px;
}

.alert-theme-2 p  {
	margin-top: 0;
}

.alert-theme-2 .title-wrap  {
	position: relative;
	top: -20px;
	left: -10px;
	width: max-content;
}
.alert-theme-2 .title-wrap .title  {
	position: relative;
	padding: 0 10px;
	margin-left: 50px;
	z-index: 2;
}
.alert-theme-2 .title-wrap .line  {
	position: absolute;
	top: 17px;
	left: 20px;
	width: 90%;
	height: 4px;
	background: #fff;
}

.alert-theme-2::before {
left: 20px;
}


/*----03-----*/

.alert-theme-3 {
	padding-top: 0;
	/*background:#0C9 !important;*/
}
.alert-theme-3::before {
 top: -18px;
 width: 40px;
 height: 40px;
 padding: 0px;
}

.alert-theme-3 p {
	margin-top: 0;
}
.alert-theme-3 .title-wrap  {
	position: relative;
	top: -20px;
	left: -10px;
	width: min-content;
}
.alert-theme-3 .title-wrap .title  {
	position: relative;
	padding: 0 10px;
	margin-left:10px;
	z-index: 2;
}
.alert-theme-3 .title-wrap .line  {
	position: absolute;
	top: 17px;
	left: 15px;
	width: 90%;
	height: 4px;
	background: #fff;
} 

 
.alert-theme-3::before {
right: 20px;
}



/*----04-----*/

.alert-theme-4 {
	/*background:#0C9 !important;*/
}

.alert-section.alert-theme-4 p:first-child {
    margin-bottom: 10px;
    margin-top: 5px;
}

.alert-theme-4::before {
top: -18px;
left: 20px;
}


/*----05-----*/
.alert-theme-5 {
	/*background:#0C9 !important;*/
}

.alert-section.alert-theme-5 p:first-child {
    margin-bottom:15px;
}

.alert-theme-5 .title {
	padding-left:50px;
}
.alert-theme-5::before {
top: 18px;
left: 20px;
}

/*----06-----*/
.alert-theme-6 {
	/*background:#0C9 !important;*/
}
.alert-section.alert-theme-6 p:first-child {
    margin-bottom: 10px;
    margin-top: 5px;
}
.alert-theme-6::before {
top: -18px;
left: 20px;
}
.alert-theme-6::after {
bottom: -18px;
right: 20px;
}

/* -----------------------------------------------------------
   ICON TYPES
----------------------------------------------------------- */

.bulb-icon::before {
background-image: url("https://www.remosoftware.com/assets/images/bulb-icon.png");
}
.faq-icon::before {
background-image: url("https://www.remosoftware.com/assets/images/faq-icon.png");
}
.shield-icon::before {
background-image: url("https://www.remosoftware.com/assets/images/shield-icon.png");
}
.thumb-icon::before {
background-image: url("https://www.remosoftware.com/assets/images/thumb-icon.png");
}
.info-icon::before {
background-image: url("https://www.remosoftware.com/assets/images/info-icon.png");
}
.quotetop-icon::before {
background-image: url("https://www.remosoftware.com/assets/images/quote-l-icon.png");
}
.quotetop-icon::after {
background-image: url("https://www.remosoftware.com/assets/images/quote-r-icon.png");
}

/* -----------------------------------------------------------
   COLOR THEMES
----------------------------------------------------------- */
.greentheme, .greentheme::before, .greentheme::after {
background-color: #e9f9f0;
border-color: #b7f1d2;
}
.purpletheme, .purpletheme::before, .purpletheme::after {
background-color: #f5f0ff;
border-color: #dec8ff;
}
.yellowtheme, .yellowtheme::before, .yellowtheme::after {
background-color: #fefce8;
border-color: #e7e4cb;
}
.bluetheme, .bluetheme::before, .bluetheme::after {
background-color: #f0f5ff;
border-color: #c7dcff;
}



/* -----------------------------------------------------------
   Buttons
----------------------------------------------------------- */

.alert-section.but-left .but-wrap{
    justify-content: flex-start;
}

.alert-section.but-center .but-wrap{
    justify-content: center;
}

.alert-section.but-right{
    display: flex;
    align-items: center;
    gap: 20px;
}

.alert-section.but-right .but-wrap{
	min-width:55%;
	margin-top:30px;
	}

/* -----------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------- */
@media (max-width: 991px) {
	.alert-theme-1 {
	padding:15px 10px !important;
}

.alert-theme-1::before {
    top: -20px;
    left: -15px;
}
.alert-theme-2::before {
    top: -20px;
    left: -15px;
}
.alert-theme-2 .title-wrap .title {
    margin-left: 20px;
}
.alert-theme-3::before {
    right: -15px;
}

.alert-theme-4::before {
    top: -20px;
    left: -15px;
}
.alert-theme-5::before {
    top: -18px;
    left: -15px;
}

.alert-theme-6::before {
    top: -20px;
    left: -15px;
}
.alert-theme-6::after {
    bottom: -20px;
    right: -15px;
}

.alert-section.but-right {
    flex-direction: column;
}
.alert-section.alert-theme-5 p:first-child {
    padding: 0;
}
	
	    .MR-container {
        white-space: normal;
        word-wrap: break-word;
    }
	
	}

/* -----------------------------------------------------------
   DOWNLOAD SECTION
----------------------------------------------------------- */
.download-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	padding:20px 30px;
	margin: 25px auto;
	gap: 28px;
	border: 2px solid #e4e4e4;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.download-section .icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid #e2e2e2;
    box-shadow: 0 0 0 6px #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.download-theme-1{ }
.download-theme-2 {
    display: flex;
    flex-direction: row-reverse;
}
.download-theme-3 { border-radius: 99px 15px 15px 99px; }

.download-theme-4 .text-wrap{  display: flex;
    align-items: center;
    gap: 20px;
}


.remo-recover-win {
	background:#fff url("https://www.remosoftware.com/assets/line_icon/pro-icon/remo-recover-windows.png") center center no-repeat;
	background-size: 45px;
}

.video-repair {
	background:#fff url("https://www.remosoftware.com/assets/line_icon/pro-icon/video-repair.png") center center no-repeat;
	background-size: 45px;
}

.obm {
	background:#fff url("https://www.remosoftware.com/assets/line_icon/pro-icon/remo-outlook-backup-migrate.png") center center no-repeat;
	background-size: 45px;
}

.rpst {
	background:#fff url("https://www.remosoftware.com/assets/line_icon/pro-icon/remo-repair-outlook-pst.png") center center no-repeat;
	background-size: 45px;
}

.osttopst {
	background:#fff url("https://www.remosoftware.com/assets/line_icon/pro-icon/remo-convert-ost-to-pst.png") center center no-repeat;
	background-size: 45px;
}

.text-wrap {
	flex: 1;
}
.download-section .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom:0px;
}
.but-wrap {
	display: flex;
	gap: 15px;
}
.butlist {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
}
.butlist sup {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	opacity: .8;
	text-align: center;
}
/* BUTTONS */
.win-down, .mac-down {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 22px 11px;
	border-radius: 6px;
	font-weight: 600;
 transition: .25s ease;
	text-decoration: none;
	letter-spacing: 0.2px;
    text-transform: uppercase;
	 white-space: nowrap;
}
.win-down {
	color: #fff;
	border: 1px solid #0552a3;
	background: linear-gradient(0deg, #0552a3, #006bbd);
    background-color: #0552a3;
}
.win-down:hover {
	background: #0552a3;
	border-color: #0552a3;
	color: #fff;
	box-shadow: 0 12px 24px -6px rgba(55, 118, 255, .2);
}
.win-down::before {
 content: "";
 width: 28px;
height: 28px;
 background: url("https://www.remosoftware.com/assets/line_icon/light/white-win-logo.svg") center/contain no-repeat;
}
.mac-down {
	background: #fff;
	color: #0552a3;
	border: 1px solid #0552a3;
}
.mac-down:hover {
   background: #fff;
	border-color: #0552a3;
	color: #0552a3;
}
.mac-down::before {
 content: "";
 width: 28px;
height: 28px;
 background: url("https://www.remosoftware.com/assets/line_icon/light/blue-mac-logo.svg") center/contain no-repeat;
}
.trustpilot, .secure {
	padding-left: 22px;
	font-size: 12px;
	opacity: .85;
	background-position: left center;
	background-size: 18px;
	background-repeat: no-repeat;
}
.trustpilot {
	background-image: url("https://www.remosoftware.com/assets/images/trustpilot.svg");
}
.secure {
	background-image: url("https://www.remosoftware.com/assets/images/secure-new.svg");
}
/* -----------------------------------------------------------
   PRODUCT THEMES
----------------------------------------------------------- */

.dark-gradient {
    background: linear-gradient(135deg, #1e1e1e, #003d7a);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.blue-gradient {
    background:linear-gradient(135deg, #00284f, #003d7a);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.light-gradient {
	background: linear-gradient(135deg, #e2e2e2, #fff);
    border: 1px solid #e2e2e2;
	}

.gray-color {background: rgba(36, 36, 36, 0.84);
    color: #fff;
    border: 1px solid #393939;
	}

 
/* -----------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------- */
@media (max-width: 991px) {
 .MR-container {
        padding: 0px;
    }
 .download-section {
flex-direction: column;
 text-align: center;
 padding:20px 10px 10px 10px;
	 border-radius:10px;
	     gap: 10px;
}
.download-section .text-wrap {
    gap:5px !important;
    flex-direction: column;
}
 
	.title {
    justify-content: center;
}
 .but-wrap {
 flex-direction: column;
 width: 90%;
 margin: 0 auto;
}
 .butlist a {
width: 100%;
}
 .icon-wrap {
margin: 0 !important;
}
 .prodtheme-1 {
border-radius: 25px;
}
	.win-down, .mac-down {
    justify-content: center;
}
}