/*!
Theme Name: My Returns
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-returns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family:'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot');
}

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    font-family: 'Geologica', sans-serif;
    font-weight: 500;
    background: #060934;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #060934;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
/*--------------------------- Header ---------------------------*/
nav.myreturns-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
nav.myreturns-navbar ul li a{
    color:#fff;
    padding: 10px 40px;
    font-size: 20px;
    text-transform: capitalize;
}
nav.myreturns-navbar ul li:hover a{
    background: unset;
    color:#79d149;
}
nav.myreturns-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.myreturns-navbar .navbar-collapse{
    padding: 0;
    height: 71px !important;
    display: flex !important;
    align-items: center;
}
nav.myreturns-navbar ul li.current-menu-item a {
    color: #79d149;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.myreturns-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #79d149;
    border: unset;
    min-width: fit-content;
    top: 50px;
    border-radius: 0;
    padding: 0;
}
nav.myreturns-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 18px;
    color: #333 !important;
}
nav.myreturns-navbar ul.dropdown-menu li:hover a{
    background: #0B1771;
    color: #fff !important;
}
nav.myreturns-navbar ul.dropdown-menu li a:focus{
    color: #0B1771;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
/*--------------------------- Footer ---------------------------*/
.myreturns-footer{
    padding: 50px 0;
    position: relative;
}
.myreturns-footer:before{
    content: '';
    position: absolute;
    background: #20267b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    mix-blend-mode: multiply;
    z-index: -1;
}
.myreturns-footer .footer-inline-service-menu{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.myreturns-footer .footer-inline-service-menu .widget_nav_menu h2 {
    font-size: 18px;
    color: #79d149;
    font-weight: 800;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.myreturns-footer .footer-inline-service-menu .widget_nav_menu br{
    display: none;
}
.myreturns-footer .footer-inline-service-menu .widget_nav_menu ul{
    list-style: none;
    line-height: 2;
    margin: 0;
    padding: 0 20px;
    position: relative;
}
.myreturns-footer .footer-inline-service-menu .widget_nav_menu ul li a{
    color: #999;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.myreturns-footer .footer-inline-service-menu .widget_nav_menu ul li a:hover,.myreturns-footer .footer-inline-contact-menu .footer-contact-list p a:hover{
    color:#fff !important;
}
.myreturns-footer .footer-inline-service-menu .widget_nav_menu ul li a:before {
    content: '\f0da';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 18px;
    color: #999;
}
.myreturns-footer hr {
    border-top: 1px dashed #ddd;
    margin: 50px 0;
}
.myreturns-footer .footer-inline-contact-menu .widget_block h2 {
    font-size: 26px;
    color: #79d149;
    font-weight: 800;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}
.myreturns-footer .footer-inline-contact-menu .footer-contact-list {
    display: flex;
    justify-content: space-between;
}
.myreturns-footer .footer-inline-contact-menu .footer-contact-list p a{
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.myreturns-footer .footer-inline-contact-menu .footer-contact-list p {
    margin-bottom: 20px;
    font-size: 16px;
    color:#999;
    font-weight: 400;
}
.myreturns-footer .footer-inline-contact-menu .footer-contact-list p i{
    margin-right: 15px;
    font-size: 20px;
}
.myreturns-footer .footer-inline-contact-menu .footer-contact-list i.fa-phone{
    transform: rotate(90deg);
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    padding: 20px 0;
    font-size: 18px;
    color:#fff;
}
.copyright-wrap p{
    margin-bottom:0;
}
.copyright-wrap a{
    text-decoration: none;
    color:#79d149;
}
/*--------------------------- Elementor ---------------------------*/
.elementor p{
	margin: 0;
}
.mr-home-hero-wrap:before{
	
}
.mr-home-hero-wrap .left-head-title h2 span{
	color: #79d149;
}
.mr-home-why-wrap .why-box,.service-box .icon-box .elementor-widget-container,.mr-home-package-wrap .package-box,
.mr-home-blog-wrap article.elementor-post .elementor-post__card,.about-why-box,.about-vmv-box{
	box-shadow: 0 0 15px 10px rgba(25, 46, 162, 0.6);
}
.mr-home-why-wrap .why-box .elementor-widget-image{
    background: #79d149;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -20%;
    box-shadow: 2px 2px 20px #fff;
}
.service-box .icon-box .elementor-widget-container{
	height: 170px;
    width: 170px;
    line-height: 170px;
    border-radius: 50%;
    margin: 0 auto;
}
.mr-home-blog-wrap .elementor-posts .elementor-post__text {
	margin-top: 0 !important;
}
.mr-home-hero-wrap, .mr-home-services-wrap, .mr-about-why-wrap, .custom-listing-page-hero {
	overflow: hidden !important;
}
.mr-home-hero-wrap:after,.custom-listing-page-hero:after {
	content: '';
	position: absolute;
	background: url('img/mr-home-hero-overlay-icon-01.png'), url('img/mr-home-hero-overlay-icon-02.png'), url('img/mr-home-hero-overlay-icon-01.png'),
	url('img/mr-home-hero-overlay-icon-03.png'), url('img/mr-home-hero-overlay-icon-02.png'), url('img/mr-home-hero-overlay-icon-03.png');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 8% 25%, 8% 90%, 60% 15%, 50% 60%, 95% 20%, 95% 90%;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    z-index: -1;
    animation: smoothzoominout 3s linear infinite;   
}
.mr-home-services-wrap:after,.mr-about-why-wrap:after,.custom-serviceform-page-hero:after {
	content: '';
	position: absolute;
	background: url('img/mr-home-hero-overlay-icon-02.png'), url('img/mr-home-hero-overlay-icon-03.png'),
	url('img/mr-home-hero-overlay-icon-03.png'), url('img/mr-home-hero-overlay-icon-02.png');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 5% 15%, 8% 95%, 90% 15%, 95% 70%;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    z-index: -1;
    animation: smoothzoominout 3s linear infinite;   
}
@keyframes smoothzoominout {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.01);
        opacity: 1;
    }
}
.service-box .icon-box,.service-box .icon-box .elementor-widget-container,.why-box,.why-box .elementor-widget-image,.package-box,.about-why-box {
    transition: transform 0.5s ease;
}
.service-box:hover .icon-box,.package-box:hover,.mr-home-blog-wrap article.elementor-post .elementor-post__card:hover {
	transform: scale(1.1);
    backface-visibility: hidden; 
}
.service-box:hover .icon-box .elementor-widget-container,.why-box:hover,.package-box:hover,.about-why-box:hover{
	box-shadow: 0 0 25px 10px rgba(121, 209, 73, 0.6);
	background: #79D149 !important;
    backface-visibility: hidden; 
}
.service-box:hover .elementor-widget-heading h2{
	color: #79D149 !important;
	top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
	position: absolute;
	width: 100%;
    backface-visibility: hidden; 
}
.why-box:hover{
	padding: 50px 15px;
    backface-visibility: hidden; 
}
.why-box:hover .elementor-widget-image {
    position: unset;
    transform: unset;
    margin: 0 auto;
    background: #fff;
    backface-visibility: hidden; 
}
.package-box:hover a.elementor-button {
	background: #fff !important;
    backface-visibility: hidden; 
}
.mr-mb-ex-img{
	mix-blend-mode: exclusion;
}
.about-why-box .number h2 {
    background: #8cda43;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    transition: transform 0.5s ease;
}
.about-why-box:hover .number h2{
    background: #fff;
    backface-visibility: hidden; 
}
.about-vmv-box ul{
    padding: 0 20px;
}
/*--------------------------- Custom Services Page ---------------------------*/
.custom-listing-page-hero{
    padding: 150px 0 100px 0;
    position: relative;
}
.custom-listing-page-hero .row{
    display: flex;
    align-items: center;
}
.custom-listing-page-hero h2{
    color: #79D149;
    font-size: 60px;
    font-weight: 700;
    margin: -50px 0 0 0;
    position: relative;
    width: fit-content;
}
.custom-listing-page-hero h2:before{
    content: '';
    position: absolute;
    height: 5px;
    background: #fff;
    width: 50%;
    bottom: -15px;
    left: 0;
    border-radius: 5px;
}
.custom-listing-page-content{
    position: relative;
    padding: 100px 0;
}
.custom-listing-page-content:before{
    content: '';
    background: #2F3698;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .3;
    mix-blend-mode: multiply;
    top: 0;
}
.custom-listing-page-content .row{
    display: flex;
    justify-content: space-between;
}
.custom-listing-page-content .row .col-md-6{
    width: 40%;
    margin-bottom: 50px;
}
.custom-listing-page-content .category-box{
    position: relative;
    box-shadow: 0 0 15px 10px rgba(25, 46, 162, 0.6);
    background: url(img/mr-home-why-box-bg.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    padding: 30px 0;
    height: 100%;
}
.custom-listing-page-content .category-box .img {
    position: absolute;
    top: 35%;
    left: -15%;
    background: #71c733;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.custom-listing-page-content .category-box .img img{
    height: 70px;
    object-fit: contain;
}
.custom-listing-page-content .category-box h2{
    margin: 0;
    color: #070A34;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    padding: 0 30px 15px 80px;
}
.custom-listing-page-content .category-box ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.custom-listing-page-content .category-box ul li a{
    text-decoration: none;
    display: block;
    color: #070A34;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px 10px 100px;
}
.custom-listing-page-content .category-box ul li a:hover{
    background: #0a0e4e80;
    color: #fff;
}
.single-services .custom-listing-page-hero{
    padding: 150px 0 80px 0
}
.single-services .custom-listing-page-hero .img{
    float: right;
}
.single-services .custom-listing-page-hero .img img{
    height: 200px;
    object-fit: contain;
}
.single-services .custom-listing-page-hero h2 {
    font-size: 50px;
    margin: 0;
    text-transform: capitalize;
}
.single-services .custom-listing-page-content{
    padding: 50px 0 80px 0;
}
.single-services .custom-listing-page-content:before{
    z-index: -1;
}
.single-services .custom-listing-page-content .content-box{
    color: #fff;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
}
.single-services .custom-listing-page-content .content-box p{
    margin: 0;
}
.single-services .custom-listing-page-content .content-box strong{
    color: #79D149;
    font-weight: 700;
    font-size: 26px;
    margin: 30px 0 10px 0;
    display: block;
}
.single-services .custom-listing-page-content .cta-box {
    background: #fff;
    margin: 80px 0 0 0;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
}
.single-services .custom-listing-page-content .cta-box h3{
    margin: 0;
    font-size: 40px;
    color: #79d149;
    font-weight: 600;
}
.single-services .custom-listing-page-content .cta-box p{
    color: #333;
    font-weight: 300;
    font-size: 20px;
    margin: 20px 0;
}
.single-services .custom-listing-page-content .cta-box a{
    background: #070A34;
    border-radius: 50px;
    padding: 15px 30px;
    border: unset;
    color: #fff;
    font-size: 18px;
}
/*--------------------------- Service Contact Form ---------------------------*/
.custom-serviceform-page-hero{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.custom-serviceform-page-hero .row{
    display: flex;
    align-items: center;
}
.custom-serviceform-page-hero .left-box{
    margin-right: 50px;
}
.custom-serviceform-page-hero .left-box .img img{
    height: 100px;
    object-fit: contain;
    margin-bottom: 30px;
}
.custom-serviceform-page-hero .left-box h2{
    color: #79D149;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.custom-serviceform-page-hero .left-box p{
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    margin: 0;
    line-height: 1.8;
}
.custom-serviceform-page-hero form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.custom-serviceform-page-hero form input,
.custom-serviceform-page-hero form textarea{
    border: 1px solid #666 !important;
    border-radius: 0;
    height: unset;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 16px;
}
.custom-serviceform-page-hero form label {
    font-weight: 500;
    color: #060934;
}
.custom-serviceform-page-hero form .btn-right{
    text-align: right;
}
.custom-serviceform-page-hero form .btn-right input[type="submit"]{
    background: #79D149;
    border: unset !important;
    color: #060934;
    border-radius: 10px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.custom-serviceform-page-hero #scf-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 9, 52, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.custom-serviceform-page-hero .scf-loader-box {
    text-align: center;
    color: #fff;
}
.custom-serviceform-page-hero .scf-spinner {
    border: 6px solid rgba(255,255,255,0.2);
    border-top: 6px solid #4CAF50;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    animation: spin 1s linear infinite;
}
.custom-serviceform-page-hero .scf-loader-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.custom-serviceform-page-hero #scf-success-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(6, 9, 52, 0.95);
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.custom-serviceform-page-hero .scf-success-box {
    background: #fff;
    color: #333;
    padding: 30px 25px;
    border-radius: 12px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.custom-serviceform-page-hero .scf-success-box h2 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #2ecc71;
}
.custom-serviceform-page-hero .scf-success-box p {
    font-size: 16px;
    line-height: 1.5;
}
.custom-serviceform-page-hero .scf-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}
.custom-serviceform-page-hero .scf-close:hover {
    color: #000;
}

/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {
    .container-fluid,.myreturns-inner-hero-banner .elementor-container{
        max-width: 1440px !important;
    }
}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1500px) and (max-width: 1599px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1440px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-height: 800px) and (max-height: 940px) and (min-width: 768px) and (max-width: 1024px) {
    .container{
        width: unset;
    }
    nav.myreturns-navbar .logo {
        height: 70px;
        width: 130px;
    }
    nav.myreturns-navbar .navbar-header {
        width: 100%;
        padding: 10px 0;
    }
    nav.myreturns-navbar .navbar-toggle{
        margin-top: 15px;
        margin-right: 15px;
        border-radius: 5px;
        background: #00757f;
        margin-bottom: 0;
        position: relative;
        float: right;
        display: block;
    }
    nav.myreturns-navbar .navbar-toggle .icon-bar{
        background: #fff;
        width: 25px;
        height: 3px;
    }
    nav.myreturns-navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        display: none !important;
    }
    nav.myreturns-navbar .navbar-collapse.collapse.in{
        display: block !important;
        height: unset !important;
        background: linear-gradient(90deg, #8BD943 50%, #B7FA7A 100%);
        padding: 10px 15px;
        left: 0;
        top: 100%;
    }
    nav.myreturns-navbar ul,nav.myreturns-navbar ul li{
        float: unset;
    }
    nav.myreturns-navbar ul li.current-menu-item a,nav.myreturns-navbar ul li:hover a{
        color:#FFD175;
    }
    nav.myreturns-navbar ul li.current-menu-item a:before, nav.myreturns-navbar ul li:hover a:before{
        content: unset;
    }
    nav.myreturns-navbar ul li a,nav.myreturns-navbar ul li.current-menu-parent a{
        color: #fff;
        font-weight: 500;
        line-height: 1.8;
    }
    nav.myreturns-navbar li.dropdown a.dropdown-toggle:after {
        content: '\f0dd';
        font-family: 'FontAwesome';
        top: 20%;
        right: 5%;
        position: absolute;
        font-size: 18px;
    }
    nav.myreturns-navbar ul.dropdown-menu {
        background: rgba(255,255,255,0.1) !important;
        margin: 0 15px;
        border-radius: 15px;
        position: static;
        box-shadow: unset;
    }
    .myreturns-footer .widget_block h2, .myreturns-footer #nav_menu-2 h2.widget-title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .myreturns-footer ul{
        line-height: 2;
    }
    .myreturns-footer ul li a,.myreturns-footer .footer-contact-list p {
        font-size: 18px;
    }
    .myreturns-footer .footer-contact-list p {
        margin-bottom: 10px;
    }
    .myreturns-footer ul.footer-list-social {
        margin-top: 15px;
    }
    .copyright-wrap {
        font-size: 15px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
    nav.myreturns-navbar #logo {
        height: 50px;
        width: 100px;
    }
    nav.myreturns-navbar ul li a {
        padding: 0 8px;
        font-size: 12px;
    }
    .myreturns-footer .col-sm-4:nth-child(4),.myreturns-footer .col-sm-4:nth-child(5),.myreturns-footer .col-sm-4:nth-child(6){
        margin: 50px 0 0 0;
    }
    nav.myreturns-navbar .header-contact ul li h6 {
        font-size: 12px;
    }
    nav.myreturns-navbar .header-contact ul li:first-child {
        margin: 0 15px;
    }
    nav.myreturns-navbar .header-contact ul li a{
        font-size: 12px;
    }
    nav.myreturns-navbar .navbar-collapse {
        height: 50px !important;
    }
    nav.myreturns-navbar .navbar-toggle{
        margin-top: 15px;
        margin-right: 15px;
        border-radius: 5px;
        background: #00757f;
        margin-bottom: 0;
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container{
        width: unset;
    } 
}

@media(min-width: 320px) and (max-width: 480px){
    .container,.myreturns-footer .container,nav.myreturns-navbar .container,.single-product-wrap .container{
        width: unset;
    }
    nav.myreturns-navbar{
        padding:0;
    }
    nav.myreturns-navbar .navbar-header {
        padding: 15px;
    }
    nav.topfixed #myreturnsNavbar {
	    height: unset !important;
	    top: 85px;
	}
    nav.myreturns-navbar.topfixed{
    	padding: 10px 0 !important;
    }
    nav.myreturns-navbar.topfixed .navbar-toggle {
        padding: 9px 10px;
        margin-top: 15px;
    }
    nav.myreturns-navbar.topfixed .logo,nav.myreturns-navbar .logo {
	    height: 61px;
	    width: 150px;
	}
	nav.myreturns-navbar.topfixed .logo img,nav.myreturns-navbar .logo img{
		max-width: 100%;
		max-height: 100%;
	}
	nav.myreturns-navbar.topfixed .navbar-header {
	    padding: 0 15px;
	}
    nav.myreturns-navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 99;
        display: none !important;
    }
    nav.myreturns-navbar .navbar-collapse.collapse.in{
        display: block !important;
        height: unset !important;
        background: linear-gradient(90deg, #8BD943 50%, #B7FA7A 100%);
        padding: 10px 15px;
    }
    nav.myreturns-navbar .navbar-toggle{
        margin-top: 10px;
        margin-right: 15px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 0;
        padding: 10px;
    }
    nav.myreturns-navbar li.dropdown a.dropdown-toggle:after {
        content: '\f0dd';
        font-family: 'FontAwesome';
        top: 0;
        right: 5%;
        position: absolute;
        font-size: 24px;
    }
    nav.myreturns-navbar ul.dropdown-menu {
        background: rgba(255,255,255,0.8) !important;
        margin: 0 20px;
        border-radius: 15px;
        position: static;
        box-shadow: unset;
    }
    nav.myreturns-navbar ul li.current-menu-item a,nav.myreturns-navbar ul li:hover a{
        color:#060934;
    }
    nav.myreturns-navbar ul li.current-menu-item a:before, nav.myreturns-navbar ul li:hover a:before{
        content: unset;
    }
    nav.myreturns-navbar ul li a,nav.myreturns-navbar ul li.current-menu-parent a{
        color: #fff;
        font-weight: 500;
        line-height: 1.8;
    }
    nav.myreturns-navbar .navbar-toggle .icon-bar{
        background: #060934;
        width: 25px;
        height: 3px;
    }
    .copyright-wrap p{
        text-align: center;
        font-size: 15px;
    }
    .copyright-wrap p.text-left{
        margin-bottom: 15px;
    }
    .mr-home-hero-wrap:after, .mr-home-services-wrap:after, .custom-listing-page-hero:after {
    	content: unset;
    }
    .myreturns-footer .footer-inline-service-menu {
        grid-template-columns: repeat(1, 1fr);
    }
    .myreturns-footer .footer-inline-contact-menu .footer-contact-list{
        display: block;
    }
    .service-box .icon-box .elementor-widget-container {
        height: 140px !important;
        width: 140px;
        line-height: 140px;
    }
    .service-box:hover .icon-box,.package-box:hover,.mr-home-blog-wrap article.elementor-post .elementor-post__card:hover {
        transform: unset !important;
    }
    .service-box:hover .elementor-widget-heading h2{
        top: 0;
        position: unset;
        left: 0;
        transform: unset;
    }
    .about-vmv-box{
        box-shadow:unset;
    }
    .mr-about-bottom-sec ul{
        padding:0;
    }
    .custom-listing-page-content{
        padding: 100px 0 0 0;
    }
    .custom-listing-page-content .row{
        display: block;
    }
    .custom-listing-page-content .row .col-md-6{
        width: 100%;
        margin-bottom: 100px;
    }
    .custom-listing-page-content .category-box{
        text-align: center;
        padding: 80px 0 30px 0;
    }
    .custom-listing-page-content .category-box ul li a,.custom-listing-page-content .category-box h2{
        padding: 15px;
    }
    .custom-listing-page-content .category-box .img{
        top: -7%;
        left: 50%;
        transform: translate(-50%, 0);
        height: 120px;
        width: 120px;
    }
    .custom-listing-page-content .category-box .img img{
        height: 50px;
    }
    .custom-listing-page-hero .row{
        flex-direction: column-reverse;
    }
    .custom-listing-page-hero h2 {
        font-size: 44px;
        margin: 50px 0 0 0;
        text-align: center;
    }
    .custom-listing-page-hero h2:before{
        left: 50%;
        transform: translate(-50%, 0);
    }
    .custom-listing-page-hero h2:before{
        bottom: -25px;
    }
    .single-services .custom-listing-page-hero h2 {
        font-size: 36px;
        margin: 50px 0 0 0;
        text-align: center;
    }
    .single-services .custom-listing-page-content .content-box {
        font-size: 18px;
        line-height: 1.5;
    }
    .single-services .custom-listing-page-content .content-box strong{
        font-size: 20px;
    }
}