body {
    font-family: 'Poppins', sans-serif;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #1d2755;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}
.header .n-btn {
    background: #1d2755;
    color: #fff !important;
    border-radius: 2px;
    margin-left: 5px;
}
.menu-toggle {
    font-size: 21px !important;
    padding: 3px;
    margin-left: 15px;
}
.header .navbar {
    padding: 16px 50px;
}
.header-fix {
    height: 85px;
}
.page-header {
    padding: 130px 0px;
    text-align: center;
    color: #fff;
    background: url(../images/sears/page-header-bg.png) center;
    background-size: cover;
}
.header {
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2784313725490196);
}
.page-header p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
footer {
    padding: 20px 20px;
    background: #1d2755;
    color: #fff;
}
.footer-row {
    text-align: center;
}
footer li {
    display: inline;
}
footer li a {
    color: #fff;
}
.social-media-footer {
    float: right;
    margin: 0;
    padding: 0;
}
.copy-right {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.center-ul-footer {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
}
.center-ul-footer li:nth-child(2):after {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li:nth-child(2):before {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 60%;
    margin: 0 15px;
    content: '';
    display: inline-block;
}
.center-ul-footer li {
    font-size: 14px;
}
.center-ul-footer li a:hover {
    color: #fff;
    opacity: 0.8;
    transition: all .20s ease-out;
    text-decoration: none;
}
.social-media-footer li {
    margin: 0 10px;
}
.social-media-footer a:hover {
    transform: scale(0.1);
    transition: .20s ease-out;
    text-decoration: none;
    color: #fff;
}
.social-media-footer a i {
    transition: 0.5s;
}
.social-media-footer a:hover>i {
    transform: scale(1.3);
    transition: 0.5s;
}
.menu-toggle span {
    display: none;
}   
a:hover{
    text-decoration: none;
} 
.contact-section {
    padding: 70px 0;
    background: #1d2755;
    color: #fff;
}
.contact-section .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
}
.info-wrapper {
    text-align: center;
}
.info-wrapper img {
    max-width: 100%;
}
.top-contact-dt {
    margin-bottom: 40px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
}
span.phone {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../../../../www.amosoft.com/images/sears/phone-icon.png) no-repeat;
    background-position: left center;
}
span.email {
    font-size: 16px;
    margin-right: 20px;
    padding-left: 32px;
    background: url(../../../../www.amosoft.com/images/sears/email-icon.png) no-repeat;
    background-position: left center;
}
.form-input-wrapper {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-input-wrapper input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: grey;
    font-weight: 500;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
}
.text-area-w textarea {
    width: calc(100% - 10px);
    border: none;
    border-radius: 2px;
    height: 100px;
    padding: 10px 15px;
    color: grey;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-rounded-white {
    padding: 8px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #1D2755;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 20px;
}
.btn-wrapper {
    text-align: right;
}
.text-area-w {
    width: 100%;
}
.contact-section h4 {
    font-size: 30px;
    font-weight: 600;
}
/*m-d edi slider*/
.sears-slider {
    background:#fff url(../../../../www.amosoft.com/images/sears/bg-img.png) no-repeat;
    background-color: #fff;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    padding: 100px 0 264px 0;
}
.sears-slider img {
    max-width: 100%;
    position: relative; 
  
}
.sears-slider .content {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
}
.sears-slider .content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.sears-slider .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
 }
.sears-slider h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}
.sears-slider p {
	color: #fff;
	font-size: 20px;
    line-height: 30px;
    text-align: justify;
    margin-top: 10px;
}
/*m-d edi slider end*/
/*section-2*/
.sears-2 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
	width: 100%;
	background: url(../../../../www.amosoft.com/images/sears/process-shape.png) no-repeat;
	position: relative;
	padding-bottom: 250px;
	background-position: bottom center;
	background-size: cover;
	
}
.sears-2 .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
 }
 .sears-2 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #242425;
    margin-bottom:  20px;
}
.sears-2 p {
    font-size: 20px;
    color: #666667;
    line-height: 30px;
    text-align: left;
}
.sears-2 .bounce-animate {
	max-width:100% ;
}
/*End Section-2*/
/*section-2*/
.sears-3 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
    width: 100%;
    padding-top:0px; 
	position: relative;
	background-position: bottom center;
	background-size: cover;
	
}
.sears-3 .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
 }
 .sears-3 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #242425;
    margin-bottom:  20px;
}
.sears-3 p {
    font-size: 20px;
    color: #666667;
    line-height: 30px;
    text-align: left;
}
.sears-3 .bounce-animate {
	max-width:100% ;
}
/*End Section-2*/
/*section-4*/
.sears-4 {
	font-family: 'Poppins', sans-serif;
	padding: 82px 0;
	background-image: linear-gradient(to right, #8e16d9 , #dc7eca);
	width: 100%;
	background-position: 0px -81px;
	
}
.sears-4 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .sears-4 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom:  40px;
}
 .sears-4 .box-1 {
	background: #fff;
	padding: 23px 20px;
    height: 100%;
    position: relative;
    border-radius: 4px;
}
.sears-4 .box-1 .icon img {
	width: 61px;
	float: left;
	margin-right: 20px;
}
.sears-4 .box-1 .ico-text{
     overflow: hidden;
}
.sears-4 .box-1 .ico-text h4{
     font-size: 25px;
     color: #333134;
     font-weight: 600;
}
.sears-4 .box-1 .ico-text p{
     color: #666667;
     font-size: 20px;
     text-align: justify;
}
.sears-4 .box-1 .btn-1 {
	position: absolute;
	right: 23px;
	font-size: 13px;
	background: auto;
	background: #6f45e9;
	color: #fff;
	padding: 4px 9px;
	bottom: 20px;
}
.sears-4 .col-md-4 {
	margin-bottom: 30px;
}
/*end section-4*/
/*section-3*/
.sears-5 {
	font-family: 'Poppins', sans-serif;
	padding: 82px 0;
    width: 100%;
    position: relative;
}
.sears-5 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .sears-5 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #242425;
    margin-bottom:  20px;
}
.sears-5 .bounce-animate {
	max-width:100% ;
}
.sears-5 ul {
    padding: 0px;
    margin: 0px;
}
.sears-5 ul li {
	font-size: 20px;
	background: url(../../../../www.amosoft.com/images/sears/arrow-ico.png) no-repeat 0px 9px;
	list-style: none;
	color: #666667;
	line-height: 30px;
	padding-left: 35px;
    margin-bottom: 12px;
   
}
.sears-5 .bounce-animate {
	max-width: 100%;
	position: relative;
}
/*section-3*/
.sears-6 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
    width: 100%;
    position: relative;
    background-image: linear-gradient(to right, #8e16d9 , #dc7eca);
    background-size:cover; 

}
.sears-6 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .sears-6 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom:  40px;
}
.sears-6 .bounce-animate {
	max-width:100% ;
}
.sears-6 p {
	font-size: 20px;
	color: #666667;
	line-height: 30px;
	padding-left: 0px;
	margin-bottom: 12px;
}
.sears-6 .bounce-animate {
	max-width: 100%;
	position: relative;
}
.sears-6 .bdr {
	border-right: 1px #a167f7 dashed;
}
.sears-6 .box-1 {
	color: #999;
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding-right: 10px;
	overflow: hidden;
}
.sears-6 .box-1 .sub-hd {
	color: #1c144e;
	font-size: 18px;
	font-weight: 600;
	padding-top: 9px;
    margin: 0px;
    margin-bottom: 4px;
}
.sears-6 .box-1 .text {
	text-align: left;
	padding-top: 10px;
	float: left;
	width: 84%;
}
.sears-6 .box-1 .img-box {
	background: #202121;
	margin-right: 20px;
	width: 60px;
	float: left;
    height: 100%;
    text-align: center;
}
.sears-6 .box-1 .img-box span {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}
.sears-6 .box-1 .img-box img {
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}
.sears-6 .box-mg .col-md-6 {
    margin-bottom:20px; 
}
.sears-6 .title-2 {
	font-size: 25px;
	margin-bottom: 25px;
	margin-top: 17px;
}
.sears-6 .box-1 .img-box img {
	width: 50px;
}
/*end section-3*/
/*end section-2*/
.sears-7 {
	font-family: 'Poppins', sans-serif;
	padding: 100px 0;
    width: 100%;
    position: relative;
}
.sears-7 .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
 }
 .sears-7 .title-1 {
    font-size: 36px;
    font-weight: 600;
    color: #242425;
    text-align: center;
    margin-bottom:  20px;
}
.sears-7 p {
    font-size: 20px;
    color: #666667;
    line-height: 30px;
    text-align: center;
}
.sears-7 .bounce-animate {
	max-width:100% ;
}
/*section-2*/
/*end section-2*/
.call-to-action.v26.shopi {
	background-image: linear-gradient(to right, #8e16d9 , #dc7eca);
	background-size: auto auto;
	background-size: cover;
	background-position: center top;
}
.call-to-action.v26 {
    padding: 100px 0px;
}
.call-to-action {
    padding: 0 0;
    position: relative;
}
.cta-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 33px;
    border-radius: 100px;
    text-align: center;
    background: linear-gradient(#8a11d9, #8a11d9 );
    box-shadow: 1px 6px 8px rgb(146, 12, 154);
}
.call-title {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    margin-right: 48px;

}
@media (max-width:768px){ 
    .sears-slider h1, 
    .sears-2 .title-1, 
    .sears-3 .title-1, 
    .sears-4 .title-1,
    .sears-5 .title-1,
    .sears-6 .title-1,
    .sears-7 .title-1    {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .sears-slider {
        background-position: center top;
        background-size: auto;
    }
    .sears-3 .box-1 .sub-hd {
        font-size: 14px;
    }
    .sears-4 .box-1 .ico-text h4 {
        font-size: 16px;
       
    }
    .sears-2 p, 
    .sears-3 p, 
    .sears-4 p,
    .sears-5 p,
    .sears-6 p,
    .sears-7 p,
    .sears-4 .box-1 .ico-text p,  
    .sears-slider p,
    .sears-5 ul li
    {
        font-size:13px;
        line-height: 24px;
        width:100%;
        margin-top: 0px;
    }
    .sears-4 .col-md-6{
        margin-bottom:20px; 
    }
    .sears-2 .col-md-3{
        margin-bottom:20px; 
    }
    .sears-4 .pd-top-100 {
        margin-top: 10px;
    }
    .sears-2,
    .sears-3,
    .sears-4,
    .sears-5,
    .sears-6,
    .sears-slider,
    .sears-7{
        padding:20px 0;
        
    }
    .edi-provider-2 .title-1,.edi-provider-4 .title-1 {
        margin-top: 0px;
    }
    .call-to-action.v26 {
        padding: 40px 0px;
    }
    
    .cta-box {

        max-width: 100%;
        margin: 0 auto;
        padding: 28px 33px;
        border-radius: 0px;
    
    }
    .call-title {
        display: block;
        font-size: 24px;
        margin: 0;
            margin-bottom: 0px;
        margin-bottom: 18px;
    }
    .offset-1 {
        margin: 0px;
    }
    .sears-4 .box-1 .img-box {
        padding: 0 19px;
    } 
    .sears-4 .box-1 .img-box img {
        width: 60px;
    }     
}
@media (max-width:1500px){ 
    .section-inner-2-g {
        max-width: 1300px;
    }
    }
    @media (max-width:1040px){ 
    .section-content-2-g, .section-2-g.rev-white .section-content-2-g {
        padding: 0 20px;
    }
    .section-1-img-wrapper {
        display: none;
    }}
    @media (max-width:1300px){ 
        .section-inner-2-g {
            max-width: 1000px;
        }
        }
@media (max-width:1400px){ 
    .form-wrapper-section .container-fluid{
        max-width: 1200px;
    }
    .form-right-wrapper{
        padding: 30px;
        padding-bottom: 80px;
    }
}
@media (max-width:1170px) { 
    .header .navbar-light .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-fix {
        height: 73px;
    } 
    .navbar-brand img {
        width: 160px;
    }
}
@media (max-width:991px) { 
    .w-100-991 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .sears-slider .header-overlay-image {
        display: none;
    }
    .hide-991 {
        display: none;
    }
    .menu-toggle span {
        display: block;
    }
    .navbar-collapse {
        padding: 15px 0;
        padding-bottom: 0px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .page-header h1 {
        font-size: 22px;
    }
    .page-header {
        padding: 90px 0px;
    }
    .page-header p {
        text-transform: uppercase;
        font-size: 13px;
    }
    .header .navbar {
        padding: 16px 20px;
    }
    .menu-toggle {
        padding: 0px;
        margin-left: 0px;
        color: #1d2755;
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .menu-toggle i {
        display: none;
    }
    .header .navbar-light .navbar-nav .n-btn {
        background: #1d2755;
        color: #fff !important;
        border-radius: 2px;
        margin-left: 0;
        padding: 10px 15px;
    }
    .copy-right {
        float: none;
        width: 100%;
    }
    .center-ul-footer {
        display: block;
        margin: 10px 0;
    }
    .social-media-footer {
        float: none;
        text-align: center;
    }
    .sears-2 .col-md-6.col-sm-6 {
        margin-bottom:20px; 
    }
    
}

@media (max-width:650px) {
    .contact-section h4 {
        font-size: 22px;
    }
}
@media (max-width:500px) {
   
    .center-ul-footer li {
        font-size: 12px;
        margin: 0 6px;
    }
    .center-ul-footer li:nth-child(2):before {
        display: none;
    }
    .center-ul-footer li:nth-child(2):after {
        display: none;
    }
    footer {
        padding: 20px 0px;
    }
    .center-ul-footer {
        margin: 15px 0;
    }
}
@media (max-width:1080px){
    .sears-6 .box-1 .text {
	width: 75%;
	
}
}
@media (max-width:359px){
    .sears-6 .box-1 .text {
        width: 71%;
	
}
}