/*======================
    COMMON CSS START
========================*/
article, aside, audio, canvas, command, datalist, searchs, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, banner {
    display:block
}
mark, rp, rt, ruby, summary, time {
    display:inline
}
body {
    color: #1490cb;
    font-size: 14px;
    line-height: 1.4;
    font-family: Montserrat;
    font-weight: 500;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#{
    font-family: Montserrat;
}

a {
    cursor: pointer;
    outline: 0 none;
    text-decoration: none !important;
    font-family: Montserrat;
    display: block;
    color: #1490cb;
    transition: 0.3s;
    font-weight: 500;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
    color: #1490cb;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: none;
    color: #1490cb;
}
*::before, *::after {
    box-sizing: border-box;
}
.top-bottom{
    padding: 30px 0px;
}
input:focus::-webkit-input-placeholder { color:transparent; border-color: red; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
li {
    line-height: 18px;
    list-style: outside none none;
}
p {
    color: #696969;
    font-family: Montserrat;
    margin: 0 0 10px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="text"]:focus,
{
    outline: none !important;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 7px 5px;
    border: #d8d8d8 1px solid;
    color:#444;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
input[type="text"]:focus, input[type="text"]:focus-visible, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border: #5b40a9 1px solid;
    -moz-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
}
input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}
h1 {
    padding:0px;
    margin:0px;
}
h2 {
    padding:0px;
    margin:0px;
}
h3 {
    padding:0px;
    margin:0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    color: #212121;
    font-family: Montserrat;
    letter-spacing: 0px;
    font-weight: 600;
}
.about-us h5{
    color: #1490cb;
}

img {
    display: inline-block;
    max-width: 100%;
    border:none;
    height: auto;
}
ul {
    margin:0;
    padding:0;
}
li {
    list-style:none;
    text-align:left;
}
article {
    width:100%;
    float:left;
    position:relative;
    z-index:-9999;
}
section {
    overflow: hidden;
    width: 100%;
    float:left;
    position: relative;
}
header {
    width:100%;
}

nav {
    overflow:hidden;
    width:100%;
    float:left;
}
select{
    border: #d8d8d8 1px solid;
    background: url("../img/d-arrow.png") no-repeat scroll 98% center #FFFFFF !important;
    background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    -moz-appearance: none !important;
    background-color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 4px 4px;
    text-indent: 0.01px;
    box-shadow: none;
    text-overflow: '';
    display: inline-block;
    cursor: pointer;
}


.color-dark{
    color: #000;
}
/*======================
    COMMON CSS END
========================*/

/*======================
    HEADER CSS START
========================*/
.top-header{
    background: #1490cb;
    padding: 5px;
}
.top-header li{
    display: inline-flex;
}
.top-header a {
    color: #fff;
}
.top-header a hover:{
    text-decoration: underline;
}


.dropbtn {
    background-color: transparent;
    color: #1490cb;
     font-size: 16px;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

 
.dropdown:hover .dropdown-content {display: block;}


.main-menu a {
    padding-right: 30px;
}
li.user_signin.amigoways-btn {
    background: #e82329;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.our-produdts h2{
    margin: 41px 0px 25px;
}
li.user_signup.amigoways-btn{
    padding: 10px 20px;
}
li.user_signin.amigoways-btn a{
    color: #fff;
}
.projects-and-business-counts{
    background: url(../img/business-people.jpg);
    padding: 100px 0px;
    margin: 50px 0px;
}
.projects-and-business-counts h2{
    font-size: 45px;
}
.banner .amigoways-btn a{
    color: #fff;
}





.logos-companys{
    margin: 30px 0px;
}
.services-title{
    text-align: center;
}
.services-title .title h2{
    padding: 15px 0px;
}
.home-banner{
    height: auto; 
    background: #fff;
}
.about-us {
    margin-top: 20px;
}
.services h2{
    padding-top: 30px;
    padding-bottom: 20px;
}
.about-us p{
    margin-top: 25px;
}
.services{
    background-image: url(../img/why-choose-us-background.jpg);
    height: auto;
    margin: 30px 0ox 30px 0px !important;
}
.about-us-two{
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #000;
}
.about-us h2{
    font-weight: 700;
}
.about-us span{
    padding-top: 10px;
}
.about-us .amigoways-btn a{
    color: #fff;
}

.home-banner .amigoways-btn{
    margin-bottom: 0px;
}
.banner{
    padding: 300px 0px 150px 0px;
    background:  url(../img/home-banner.png);
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.web_banner{
    padding: 300px 0px 150px 0px;
    background:  url(../img/web_banner.png);
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#web_banner{
    padding: 0px;
}
#web_banner img{
    width: 100%;
}

.home-banner p{
    margin-top: 30px;
}
.main-menu{
    padding-top: 33px;
    text-align: center;
}
.main-menu select{
    border: none;
    width: 60px;
}
.main-menu select.options-01 {
    width: 155px;
}
.main-menu select.options-02 {
    width: 175px;
}
.main-menu li{
    display: inline-flex;
}
.navbar-right a{
    color: #fff;
}
.sign-btu{
    padding-top: 21px;
}
header{
    padding-bottom: 7px;
}
.banner-search h1{
    font-weight: 700;
    margin-top: 45px;
    padding-bottom: 20px;
}
.banner-search p{
    padding-bottom: 20px;
    color: #000;
}
.banner-search{
    text-align: center;
}
input[type="text"] {
    width: 100%;
    border: none;
    border: 1px solid #767676;
    height: 50px;
    border-radius: 5px;
}
.home-banner .fa{
    padding: 0px 4px
}
.banner h1 {
    padding: 10px 0px;
}
.banner img{
    align-items: center;
}
.banner P{
    margin: 20px 0px;
}
.experience select {
    width: 100%;
    border: none;
    border-right: 1px solid #1490cb;
    height: 50px;
    color: #000;
    border-radius: 0px;
}
.job-search-background{
    border: solid 2px #1490cb;
    height: auto;
    padding: 10px !important;
}
.col-md-12.col-sm-12.col-xs-12.job-search-background.paddingzero {
    padding: 2px !important;
    border-radius: 10px;
}
.search-btn input.amigoways-btn {
    padding: 15px 30px;
    width: 100%;
    border-radius: 0px 7px 7px 0px;
}
.our-produdts p{
    font-weight: bold;
    color: #e1840f;
    margin: 0px;
}
.banner .amigoways-btn{
    background: #e82329;
}
.contact-form .amigoways-btn{
    background: #e82329;
}
.top-feature-companies h2{
    text-align: center;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 30px;
}
.company-logos{
    margin: 20px 0px 20px 0px;
}
.job-category img {
    margin: 35px 0px;
}
.job-category a {
    text-align: center;
}
.banner-search{
    margin-bottom: 20px;
}
.latest-jobs h2{
    text-align: center;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 30px;
}
.company-name-logo{
    display: inline-flex;
}
.company-name-logo p {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 12px 10px;
}
.latest-jobs-box{
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 15%);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.job-name-title a{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.location-experience a{
    color: #000;
    display: inline-flex;
}
.location-experience img {
    width: 15px;
    height: max-content;
}
.register-now{
    margin-bottom: 20px;
    background-image: url('http://localhost/azlan/php/consultancy-site/assets/img/banner/register-now.png');
    height: auto;
}
.register-now h2{
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin: 30px 0px 20px 0px;
}
.register-now p{
    color: #fff;
    font-weight: 300;
}
.register-now .amigoways-btn{
    background: transparent;
    border: solid 2px #fff !important;
    margin-bottom: 30px;
}
.services h2{
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 30px;
}
.services{
    text-align: left;
    margin: 25px 0px;
    padding: 30px 0px;
}
.services .design{
    padding: 0px 0px 0px 35px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: var(--e-global-color-4da9a17);
}
.services h5{
    color: #fff;
}
.services-text-box{
    text-align: left;
    padding: 35px 0px;
}
.services-text-box span{
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.services-text-box p{
    color: #898989;
    padding: 15px 0px;
}
.testimonials{
    background-image: url('http://localhost/azlan/php/consultancy-site/assets/img/banner/testimonials.png');
    text-align: center;
    margin-bottom: 20px;
}
.testimonials h2{
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 30px;
    color: #fff;
}
.testimonials img{
    max-width: 85%;
}
.testimonials-user{
    margin-top: 5px;
}
.testimonials p{
    color: #121212;
    font-weight: 400;
}
.testimonials-box{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 20px 10px;
}
.user-name{
    text-align: left;
}

.testimonials-box p{
    color: #121212;
}
.description{
    text-align: left;
    color: #121212;
    padding-top: 10px;
}



.discover-the-key h2{
    color: #089920;
    font-weight: 800;
    padding-bottom: 20px;
}
.discover-the-key img{
    border-radius: 30px;
}
.discover p{
    text-align: center;
    color: #121212;
    padding: 10px;
    font-weight: 700;
}
.discover-text h5{
    font-size: 20px;
    font-weight: 700;
    color: #565656;
}
.introduction-to-our-services h2{
    color: #13679b;
    font-weight: 800;
    padding-bottom: 20px;
}
.introduction-to-our-services img{
    width: 90px;
}
.introduction{
    text-align: center;
}
.introduction-background{
    background: #c0e0f2;
    padding: 50px 0px 50px 0px;
}
.introduction-img{
    margin-top: 35px;
}

.introduction-text{
    text-align: left;
    padding: 58px 20px 20px 21px;
    background: #fff;
    margin-top: -40px;
    height: 630px;
    border-radius: 50px;
}
.introduction span {
    font-weight: 700;
    color: #121212;
}
.discover-background{
    padding: 30px 0px 30px 0px;
}
.testimonials-box img{
    width: 85px;
    padding-bottom: 9px;
}
.testimonials-box span {
    font-weight: 700;
    color: #121212;
}
.testimonials-box a{
    color: #a9661f;
}
.testimonials-box{
    background: #efeded !important;
}
.testimonials h2{
    color: #089920;
    font-weight: 800;
}
.testimonials h2 {
    margin-bottom: 15px;
}
.contact-us-background{
    background: #4f443e;
}
 .intro-ul-section {
    color: #696969;
    margin-bottom: 25px;
 }

 .intro-ul-section li{
    color: #696969;
 }
 .text-white{
    color:#fff !important;
 }


.content-forminput[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 7px 5px;
    border: #d8d8d8 1px solid;
    color: #444;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pno_prefix {
    height: 50px;
    padding: 14.5px 0px !important;
}
.input-box{
    margin-top: 183px;
    padding-left: 29px;
}
.main-footer{
    background: #3e4446;
    padding-bottom: 10px;
}
.footer{
    padding: 40px 0px;
}
.main-footer{
    /*margin-top: 50px;*/
}
.footer-widget-01 img{
    width: 157px;
}
.footer p{
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.footer span{
    padding: 5px 0px;
    color: #fff;
}
.footer_social_link{
    display: flex;
}
.footer_social_link .fa{
    padding: 8px 11px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0px 5px 10px 0px;
    color: #1d2a38;
}
.footer a {
    padding: 2px 0px;
    color: #fff;
}
.display-flex{
    margin-top: 15px;
}
span.footer-about-us {
    padding: 0px 30px 0px 0px;

}
a .right {
    font-weight: 700;
}
.display-flex a{
    display: flex !important;
}
.copy-rights .right a {
        float: left !important;
        width: 100%;
    }
.copy-rights a{
    display: flex !important;
}
.search-box-01 input[type="text"]{
    width: 100%;
    border: none;
    border-right: 1px solid #1490cb;
    height: 40px;
    border-radius: 0px;
}
.experience-all select {
    width: 100%;
    border: none;
    border-right: 1px solid #1490cb;
    height: 40px;
    padding: 11px 2px 11px !important;
    color: #000;
    border-radius: 0px;
}
.mid-header{
    margin-bottom: 20px;
}
.search-box input[type="text"] {
    border: none;
    border-right: 1px solid #767676;
    border-radius: 0px;
}
.home-menu{
    padding: 0px;
    background: transparent !important;
} 
.dropbtn {
    background-color: transparent;
    color: #1490cb;
     font-size: 16px;
    border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

 
.dropdown:hover .dropdown-content {
    display: block;
}








.search-menu li{
    display: inline-flex;
    border-right: solid 1px #1490cb;
    padding: 15px 52px;
}
.search-menu a {
    color: #1490cb;
}
.search-menu ul{
    border-bottom: solid 1px #1490cb;
}
li.hover-one a {
    background: #1490cb;
    color: #fff;
}
li.hover-one{
    background: #1490cb;
}
.left-sidbar span{
    padding-left: 5px;
    color: #121212;
}
.left-sidbar li{
    margin-bottom: 5px;
}
.left-sidbar p{
    font-size: 17px;
    color: #121212;
    font-weight: 700;
    margin-top: 15px;
}
.left-sidbar{
    border: solid 1px #1490cb;
    border-radius: 10px;
    margin-top: 5px;
}
.companys-search-box {
    margin: 5px 5px 0px 5px;
    padding: 5px;
    border: solid 1px #1490cb;
    border-radius: 10px;
}
.right-sidbar a{
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}
.company-description img{
    width: 4%;
    height: max-content;
    margin-right: 5px;
}
.company-description span{
    font-weight: 600;
    color: #121212;
    margin-right: 6px;
    font-size: 13px;
}
.company-description{
    display: inline-flex;
    margin-bottom: 15px;
}
.shift-search a{
    font-size: 13px;
    font-weight: 400;
}
.shift-search p{
    font-size: 13px;
    font-weight: 400;
}
.rating-view-more a{
    background: #1490cb;
    border-radius: 5px;
    color: #fff;
    float: right;
    padding: 5px;
    font-size: 14px;
    width: 24%;
}
.rating-view-more img{
    width: 35%;
    margin-right: 5px;
}
.companys-search input.amigoways-btn{
    margin-top: 27px;
    padding: 10px 41px !important;
}
.job-detail img {
    width: 20px;
    height: auto;
    margin-right: 6px;
}
.job-detail{
    display: inline-flex;
}
.job-detail p{
    margin-right: 10px;
    font-weight: 600;
    color: #121212;
}
.job-detail-icons img {
    width: 20px;
    height: auto;
    margin-right: 6px;
}
.job-location p{
    font-weight: 600;
    color: #121212;
}
.job-location{
    display: inline-flex;
}
.job-title a{
    font-weight: 700;
    color: #121212;
    font-size: 16px;
}
.job-name h2{
    font-weight: 700 !important;
}
.jop-timeing-detail samp {
    font-family: Montserrat !important;
    font-size: 13px;
}
.about-us img{
    border-radius: 5px;
    width:100%;

}
.detail-box{
    border: solid 1px #c2c2c2;
    padding: 5px;
    margin: 10px 0px;
    border-radius: 10px;
}
.job-post-timeing p{
    margin-top: 18px;
    color: #121212;
    font-weight: 600;
}
.job-title span{
    display: inline-flex;
    margin: 5px 0px;
}
.job-save-apply .apply-job a{
    color: #fff;
}
.save-job.amigoways-btn {
    background: transparent;
    border: solid 1px #1490cb !important;
    padding: 5px 20px;
    margin: 10px 5px;
}
.apply-job.amigoways-btn {
    padding: 5px 25px;
    margin: 10px 0px;
}
.job-highlights a{
    margin-top: 20px;
    font-weight: 700;
    color: #121212;
    font-size: 20px;
    margin-bottom: 10px;
}
.job-highlights li{
    margin: 15px 0px;
    color: #121212;
}
.job-match-score a{
    margin-top: 20px;
    font-weight: 700;
    color: #121212;
    font-size: 20px;
    margin-bottom: 10px;
}
.job-match-score li{
    margin: 15px 5px;
    display: inline-flex;
    color: #121212;
}
.job-description a{
    margin-top: 20px;
    font-weight: 700;
    color: #121212;
    font-size: 20px;
    margin-bottom: 10px;
}
.job-description li{
    margin: 15px 5px;
    color: #121212;
}
.must-have a{
    margin-top: 20px;
    font-weight: 700;
    color: #121212;
    font-size: 20px;
    margin-bottom: 10px;
}
.must-have li{
    margin: 15px 5px;
    color: #121212;
}
.job-role li{
    margin: 15px 5px;
    color: #121212;
}
.education a{
    margin-top: 20px;
    font-weight: 700;
    color: #121212;
    font-size: 20px;
    margin-bottom: 10px;
}
.education li{
    margin: 15px 5px;
    color: #121212;
}
.profile-img h2{
    background: #1490cb;
    border-radius: 50%;
    color: #fff !important;
}
.user-profile-detail-box{
    border: solid 1px #c2c2c2;
    padding: 20px 0px;
    margin: 20px 0px;
}
.user-name-job p{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
    color: #121212;
}
.user-profile-detail-box span{
    font-weight: 500;
    color: #575757;
    padding-bottom: 7px;
}
.user-name-job a{
    font-weight: 700;
    font-size: 12px;
    color: #161616;
}
.update-btn{
    text-align: center;
}
.profile-detail-box span{
    font-weight: 800;
    color: #121212;
    padding-bottom: 10px;
    font-size: 24px;
}
.profile-detail-box{
    border: solid 1px #c2c2c2;
    padding: 20px 0px;
}
.profile-detail-box p
{
    padding-top: 15px;
    font-size: 17px;
    font-weight: 700;
    color: #121212;
}
.resume{
    font-weight: 400 !important;
    margin-bottom: 3px;
    font-size: 14px !important;
    color: #858585 !important;
}
.apply-job a{
    color: #fff;
}
.employee-details-description{
    color: #4c4c4c !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
    padding-top: 5px !important;
    font-size: 14px !important;
}
.employee-details-box{
    width: 100%;
    border: none;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 5px;
}
.copany-name{
    font-size: 16px !important;
}
.box-title{
    padding-top: 5px!important;
}
.margin-top{
    margin-top: 10px;
}

.my-job-menu{
    display: inline-flex;
    border-bottom: solid 1px #1490cb;
}
li.my-job-menu a {
    background: #1490cb;
    color: #fff;
}
.my-job-menu li{
    display: inline-flex;
    border-right: solid 1px #1490cb;
    padding: 15px 0px;
    justify-content: space-evenly;
}
.my-job-menu a {
    color: #1490cb;
}
.my-job-menu ul{
    border-bottom: solid 1px #1490cb;
}
.save-list-text a{
    font-size: 20px;
    font-weight: 700;
    color: #121212;
}
.save-list-text span{
    color: #2e2e2e;
    font-size: 16px;
}
.save-list-img{
    padding: 0px 10px 10px 0px !important;
    text-align: center;
}
.my-job-description{
    margin: 10px 0px;
    border: solid 1px #767676;
    padding: 10px;
    border-radius: 5px;
}
.save-btn img{
    width: 35px;
    padding-left: 5px;
}
.save-btn .amigoways-btn{
    width: 77%;
}





















































































































































































@media (min-width: 768px)
.col-sm-6 {
    width: 50%;
    display: none;
}




/*======================
    RESPONSIVE VIEW START
========================*/

/*Full view Start*/
@media(min-width: 981px) 
{
    




}
/*Full view End*/


/*Tab view Start*/
@media (min-width:768px)
{

    
    
}
/*Tab view End*/

/*Mobile view Start*/
@media (max-width:576px) 
{
.services-text-box {
    text-align: center;
}
.search-btn input.amigoways-btn {
    border-radius: 7px;
}
.save-btn .amigoways-btn{
    width: 88%;
}



}
/*Mobile view End*/

/*Tab and Mobile view Start*/
@media(max-width: 980px) 
{
    .main-menu {
    display: none !important;
}
.top-header{
    display: none;
}
.search-menu{
    display: none;
}
.rating-view-more img {
    width: 35%;
}
.rating-view-more a {
    width: 16%;
}
.companys-search-box {
    padding: 5px !important;
}
.companys-search input.amigoways-btn {
    margin: 8px 19px;
}







}
/*Tab and Mobile view End*/


/*======================
    RESPONSIVE VIEW END
========================*/




































/*======================
    HEADER CSS END
========================*/



    /*Script page*/
    .page-menu-section 
    {
        overflow: scroll;
        max-width: 800px;
    }
    .page-menu-section #onepage-nav {
        min-width: 800px;
    }


    /* Footer page */
    .copyright_con.copyright_con
    {
        text-align: center;
        display: block;
    }
    .copyright_menu li:last-child a
    {
        border-right: none;
    }
    .footer_column
    {
        padding: 10px 0px;
    }
    .payment_method
    {
        border: none;
    }
    .subscribe_settings .amigoways-btn
    {
        text-align: center;
        width: auto;
    }
}
@media(max-width: 599px)
{
    .my_model_popup .modal-dialog
    {
        margin:20px 20px;
    }
    .social_login
    {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 479px)
{
    .popup_tab_content, .signin_content
    {
        padding: 15px 10px 16px;
    }
    .footer_social_link li a
    {
        padding-right: 2px;
    }
}