

/*@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri-Bold.woff') format('woff'), 
    url('../fonts/Calibri-Bold.ttf')  format('truetype'), 
    url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri.otf')  format('opentype'),
    url('../fonts/Calibri.woff') format('woff'), 
    url('../fonts/Calibri.ttf')  format('truetype'), 
    url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri.woff') format('woff'), 
    url('../fonts/Calibri.ttf')  format('truetype'), 
    url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri.woff') format('woff'), 
    url('../fonts/Calibri.ttf')  format('truetype'), 
    url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri-Bold.woff') format('woff'), 
    url('../fonts/Calibri-Bold.ttf')  format('truetype'), 
    url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


body, body *{
    font-family: 'Calibri';
    letter-spacing: 1px;
}

/** Common CSS Start **/
body{-webkit-font-smoothing: antialiased;  -moz-font-smoothing: antialiased;    -font-smoothing: antialiased;}
h1,h2,h3,h4,h5,h6,p {font-weight: normal; margin: 0;}
a, a:hover, a:focus{text-decoration: none; outline: none;}
input[type="text"],input[type="tel"],input[type="number"],input[type="email"], input[type="password"], textarea , button, input[type="submit"],select{
    outline: none;-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none;box-shadow: none;border-radius: 0px;
}
input[type=number] {-moz-appearance:textfield;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
label{margin: 0px;padding: 0px;}
input[type=radio], input[type=checkbox]{outline: none;}
img{outline: 0px; border: 0px;max-width: 100%;height: auto;}
ul{list-style: none;padding: 0px;margin-bottom: 0;}
label{font-weight: normal;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #b6b4b4;}
input::-moz-placeholder,textarea::-moz-placeholder  {color: #b6b4b4;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #b6b4b4;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #b6b4b4;}
h1{font-size: 36px;}
h2{font-size: 30px;}
h4{font-size: 22px;}
h5{font-size: 18px;}
.navbar-toggle{border-color: #000; margin-right: 0px; position: absolute; right: 15px; top: -50px;}
.navbar-toggle .icon-bar{background-color: #000;}
.navbar-collapse{overflow: hidden;}
body li {list-style: none;}
body :focus {outline: none;}
body a:hover, body a:focus {text-decoration: none;}
/** Common End Start **/



/*video#vid {
    width: 100%;
    height: 728px;
}*/
#my-player {
    width: 100%;
    height: 100vh;
}
#my-player video {
    height: 100vh;
}
.banner-main .left-banner img {
    height: 100vh;
}
.right-banner .video-js button.vjs-big-play-button {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 250px;
    background-color: transparent;
    padding: 0 35px 0 0;
    border-radius: 30px;
    border-width: 3px;
    height: 50px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    display: none;
}
.right-banner .video-js button.vjs-big-play-button::after {
    background-image: url(../images/banner-video-icon.png);
    content: "";
    height: 30px;
    width: 30px;
    padding: 0 30px 0 0;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    position: absolute;
    right: 25px;
    top: 7px;
}
.banner .vjs-big-play-button .vjs-control-text {
    position: unset;
    font-size: 24px;
    vertical-align: top;
}
.login-part .login-page {
    display: inline-block;
    width: auto;
    position: relative;
}
.login-part .login-page a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f57d20;
    padding: 8px 15px 4px 15px;
    font-family: Calibri;
    display: inline-block;
    border: 1px solid;
}
header {
    padding: 5px 30px;
    transition: all 0.9s ease 0s;
    box-shadow: 0px 1px 7px 0px #898686;
    position: relative;
}
header.fixed-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px #898686;
    transition: all 0.9s ease 0s;
    top: 0;
}
.header-main {
    display: inline-block;
    width: 100%;
}
.header-main .logo {
    float: left;
    width: 20%;
}
.header-main .menu-links {
    width: 55%;
    float: left;
    text-align: center;
}
.header-main .login-language {
    float: left;
    width: 25%;
    padding-top: 20px;
}
.header-main .logo img {
    width: 40%;
}
.login .header-main .logo {
    width: 100px;
}
.login .header-main .logo img {
    width: 100%;
}
.login .header-main .menu-links {
    width: auto;
}
.login .header-main .login-language {
    float: right;
    width: auto;
}
.header-main .menu-links nav.navbar {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    border: none;
}
.header-main .login-dropdown {
    display: flex;
    align-items: center;
}
.header-main .login-part {
    width: 70%;
    text-align: right;
    position: relative;
}
.language-part a.select-language {
    padding-right: 15px;
    position: relative;
}
.my-menu-show {
    position: absolute;
    z-index: 1;
    left: 85px;
    background-color: #fff;
    text-align: left;
    padding: 0;
    box-shadow: -2px 2px 10px #b6b4b4;
    width: 204px;
    top: 45px;
}
.my-menu-show::before {
    position: absolute;
    border-bottom: 10px solid #f57d20;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    top: -10px;
    left: 10px;
}
.show-language::after {
    position: absolute;
    border-bottom: 10px solid #f57d20;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 50%;
    content: "";
    top: -10px;
    transform: translateX(-50%);
}
.my-menu-show li a {
    padding: 5px 10px 5px 20px;
    display: inline-block;
    width: 100%;
    color: #f57d20;
    position: relative;
}
.my-menu-show li a:hover {
    background-color: #f57d20;
    color: #fff;
}
.my-menu-show li a::before {
    content: "";
    background-color: #f57d20;
    height: 4px;
    width: 4px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.my-menu-show li a:hover::before {
    background-color: #fff;
}
.select-language::after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #f57d20;
    top: 0;
}
.header-main .language-part {
    width: 30%;
    text-align: right;
    position: relative;
}
.select-language img {
    height: 30px;
    width: 30px;
}
.show-language {
    display: none;
}
.show-language {
    position: absolute;
    z-index: 9;
    width: 150px;
    right: -50px;
    background-color: #fff;
    top: 45px;
    text-align: left;
    box-shadow: -2px 2px 10px #b6b4b4;
}
.show-language li a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.show-language li a::before {
    position: absolute;
    height: 4px;
    width: 4px;
    content: "";
    background-color: #f57d20;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.show-language li a:hover::before {
    background-color: #fff;
}
.show-language li a:hover {
    background-color: #f57d20;
    color: #fff;
}
.select-language label {
    font-size: 15px;
    color: #f57d20;
    vertical-align: middle;
    cursor: pointer;
    text-transform: capitalize;
}
.menu-links .navbar-nav li {
    display: inline-block;
    float: none;
}
.header-main .menu-links ul.nav.navbar-nav {
    float: none;
}
.header-main .menu-links .navbar-nav li a {
    font-size: 18px;
    color: #f57d20;
    padding: 15px 0;
    font-family: Calibri;
    margin-right: 10px;
}
.header-main .menu-links .navbar-nav li:last-child a {
    margin-right: 0;
}
.header-main .menu-links .navbar-nav li.active a {
    border-bottom: 2px solid #95c53d;
}
.header-main .menu-links .navbar-nav li a:hover, .header-main .menu-links .navbar-nav li a:focus {
    background-color: transparent; 
}
.header-main .login-part a.my-menu {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f57d20;
    padding: 8px 30px 4px 10px;
    font-family: Calibri;
    display: inline-block;
    border: 1px solid;
    position: relative;
}
.my-menu-show {
    display: none;
}
.header-main .login-part a.my-menu::after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.banner-main .banner {
    width: 100%;
    display: inline-block;
}
.banner-main .left-banner {
    float: left;
    width: 35%;
}
.banner-main .right-banner {
    float: left;
    width: 65%;
    padding-left: 10px;
    position: relative;
    height: 100vh;
}
.second-banner-img {
    height: 100%;
}
.youtube-video {
    height: 100%;
    width: 100%;
}
.youtube-video iframe {
    height: 100%;
    width: 100%;
    border: none;
    vertical-align: bottom;
}
.right-banner .second-banner-img img {
    height: 728px;
}
.banner-main .right-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.right-banner .banner-text p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
    font-family: Calibri;
}
.right-banner .banner-text a {
    background-image: url(../images/banner-video-icon.png);
    font-size: 34px;
    color: #fff;
    font-family: Calibri-Bold;
    text-transform: capitalize;
    padding: 5px 60px 5px 20px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 35px;
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 35px;
}
.about-main .about-bottom {
    display: inline-block;
    width: 100%;
}
section.about-main {
    padding: 50px;
    text-align: center;
    overflow: hidden;
}
h1.section-title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: Calibri-Bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #545556;
}
h1.section-title::after {
    position: absolute;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    height: 4px;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
}
.about-main .about-top p {
    font-size: 28px;
    margin-bottom: 40px;
    font-family: Calibri;
    color: #545556;
}
img.about-hover-icon {
    display: none;
    transition: all 0.8s ease;
}
.about-part1:hover img.about-hover-icon {
    display: inline-block;
    transition: all 0.8s ease;
}
.about-bottom-part h3 {
    font-size: 30px;
    text-transform: capitalize;
    margin: 10px 0;
    font-family: Calibri-Bold;
    color: #545556;
    transition: all 0.8s ease;
}
.about-part1:hover h3 {
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-main .about-bottom .about-part1 p {
    font-size: 21px;
    font-family: Calibri;
    padding: 0 20px 20px;
    position: relative;
    transition: all 0.2s ease;
}
.about-part1:hover p:before {
    height: 100%;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, #ee3024 1%,#f7931e 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}
.about-part1:hover p:after {
    height: 4px;
    width: 100%;
    content: "";
    background: linear-gradient(to right, #f7931e 1%,#ee3024 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}
.before-after-maggy .maggy-both {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.before-after-maggy .commen-maggy {
    float: left;
    width: 50%;
    position: relative;
}
.before-after-maggy .before-maggy.commen-maggy {
    padding-right: 5px;
}
.before-after-maggy .after-maggy.commen-maggy {
    padding-left: 5px;
}
.before-after-maggy .maggy-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.before-after-maggy .maggy-text h1 {
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    font-family: Calibri-Bold;
    margin: 0;
}
section.before-after-maggy {
    overflow: hidden;
}
section {
    overflow: hidden;
}
section.works-main {
    padding: 50px 0;
    background-color: #f4f6f7;
}
.titile {
    text-align: center;
}
.works-left {
    display: inline-block;
    width: 70%;
    padding-left: 50px;
    overflow: hidden;
}
.works-right {
    width: 30%;
    text-align: right;
}
.works-contant {
    display: flex;
    align-items: center;
}
.works-main .works-right img {
    width: 70%;
    box-shadow: -7px 1px 10px #b6b4b4;
}
.works-left .work-part {
    display: inline-block;
    position: relative;
}
.works-left .work-part:first-child::after {
    background-image: url(../images/how-work-arrow1.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 110px;
}
.works-left .work-part:nth-child(2)::after {
    background-image: url(../images/how-work-arrow1.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 44px;
    width: 110px;
    transform: rotate(90deg);
    background-size: 90px;
}
.works-left .work-part:nth-child(3)::after {
    background-image: url(../images/how-work-arrow1.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 110px;
    transform: rotate(180deg);
}
.works-left .text-part {
    width: 88%;
    float: left;
    padding-left: 15px;
}
.works-left .icon-part {
    float: left;
    width: 12%;
}
.works-left .text-part h2 {
    font-size: 26px;
    color: #545556;
    font-family: Calibri-Bold;
    margin-bottom: 15px;
}
.works-left .text-part p {
    font-size: 18px;
    color: #545556;
    font-family: Calibri;
    min-height: 100px;
}
.works-left .work-part:first-child, .works-left .work-part:nth-child(2) {
    margin-bottom: 30px;
}
.work-part:hover h2 {
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.maggy-right {
    padding: 50px 0;
    background-image: url(../images/maggy-right-lback.png), url(../images/maggy-right-rback.png);
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: left center, right center;
}
.maggy-right .maggy-right-contant {
    text-align: center;
    margin-top: 10px;
}
.maggy-right .maggy-right-contant li {
    color: #545556;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Calibri;
    position: relative;
}
.maggy-right .maggy-right-contant li:last-child {
    margin-bottom: 0;
}
.per-month .eur-contant {
    text-align: center;
}
section.per-month {
    padding: 50px;
    background-color: #f4f6f7;
    position: relative;
}
.per-month .eur-contant h1 {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 0;
    font-family: Calibri-Bold;
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
    line-height: normal;
}
.eur-contant span {
    vertical-align: middle;
    display: inline-block;
    height: 36px;
}
.eur-contant span img {
    height: 32px;
    display: inline-block;
    width: 30px;
    margin: 0;
    vertical-align: top;
}
.eur-contant img {
    width: 75px;
    margin-right: 15px;
}
.eur-contant p {
    font-size: 36px;
    color: #545556;
    font-family: Calibri;
    text-shadow: 1px 0px 3px #545556;
}
section.per-month::before {
    content: "";
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    height: 4px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
section.per-month::after {
    content: "";
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    height: 4px;
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease;
}
section.testimonials-main {
    padding: 50px;
    text-align: center;
}
.maggy-slider .slick-slide img {
    display: inline-block;
    width: 40%;
    border-radius: 50%;
}
.maggy-slider {
    padding: 0;
    margin-top: 20px;
    position: unset;
}
.team-slider-section {
    padding: 0 50px;
}
.testimonials {
    position: relative;
}
.testimonials .slider-title a {
    font-size: 28px;
    color: #545556;
    text-transform: capitalize;
    display: inline-block;
    font-family: Calibri;
    line-height: normal;
}
.testimonials .slider-title p {
    font-size: 18px;
    color: #545556;
    text-transform: capitalize;
    font-family: Calibri;
}
.testimonials .slider-title {
    margin: 20px 0;
}
.maggy-slider .slider-contant p {
    color: #898a8a;
    font-size: 18px;
    font-family: Calibri;
}
.maggy-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.maggy-slider .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.maggy-slider button.slick-arrow {
    background-color: inherit;
    border: 0;
    height: 40px;
    width: 40px;
}
.maggy-slider button.slick-prev.slick-arrow::after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 65px;
    line-height: 33px;
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.maggy-slider button.slick-next.slick-arrow::after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 65px;
    line-height: 33px;
    background: linear-gradient(to right, #ffa137 0%, #ff1000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer {
    text-align: center;
    padding: 10px 0;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    position: relative;
}
.footer-menu ul {
    margin: 20px 0;
}
.footer-menu li {
    display: inline-block;
    margin-right: 30px;
}
.footer-menu a:hover {
    color: #a1c93a;
}
.footer-menu li:last-child {
    margin-right: 0;
}
.footer-menu a {
    font-size: 20px;
    color: #fff;
    font-family: Calibri;
    text-transform: capitalize;
}
.footer-copyright p {
    font-size: 15px;
    color: #fff;
    font-family: Calibri;
}
.hvr-bob {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

/* HOW IT WORKS CSS */

.work-banner-main img {
    width: 100%;
}
.how-it-banner .work-banner-main {
    position: relative;
}
.it-banner-text {
    position: absolute;
    top: 50%;
    padding: 50px;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}
.it-banner-text h1 {
    font-size: 46px;
    color: #fff;
    font-family: Calibri;
}
.it-banner-text a {
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    padding: 5px 30px 0;
    color: #fff;
    background-color: #f57d20;
    font-family: Calibri;
}
.service-main .service-inner-main {
    padding: 50px;
    background-image: url(../images/maggy-right-rback.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 17%;
}
.service-main .img-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.service-main .service-title-text {
    padding-left: 30px;
    width: 90%;
    float: left;
}
.service-main .service-icon {
    width: 10%;
    float: left;
}
.service-main .service-inner-main:nth-child(even) .service-icon {
    float: right;
}
.service-main .service-inner-main:nth-child(even) .service-title-text {
    padding-left: 0;
    padding-right: 30px;
}
.service-main .service-title-text h1 {
    font-size: 33px;
    text-transform: capitalize;
    color: #545556;
    font-family: Calibri-Bold;
    margin-bottom: 20px;
}
.service-main .service-title-text p {
    color: #686969;
    font-size: 20px;
    font-family: Calibri;
    padding-right: 32%;
}
.service-main .service-points span {
    color: #686969;
    font-size: 20px;
    font-family: Calibri;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 15px;
    line-height: normal;
    display: inline-block;
}
.service-main .service-points span::before {
    position: absolute;
    background-color: #686969;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
.service-main .service-points li:last-child {
    margin-bottom: 0;
}
.service-main .service-inner-main:nth-child(even) {
    background-image: url(../images/maggy-right-lback.png);
    background-position: center left;
    text-align: right;
}
.service-main .service-inner-main:nth-child(even) .service-title-text p {
    padding-right: 0;
    padding-left: 32%;
}

/* TESTIMONIALS CSS */

section.testimonials-inner-page {
    background-color: #f5f7f8;
    padding: 40px 50px 20px;
}
.testimonials-list {
    display: inline-block;
    width: 100%;
}
.testimonials-list .title-detail p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #545556;
    font-family: Calibri; 
}
.testimonials-list .list-shd {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 1px 7px 0px #898686;
    margin-bottom: 30px;
}
.testimonials-list .list-images img {
    width: 100%;
    border-radius: 50%;
}
.testimonials-list .list-images {
    width: 50%;
    margin: 0 auto;
}
.testimonials-list .list-title {
    margin: 15px 0;
}
.testimonials-list .list-title h2 {
    font-size: 26px;
    text-transform: capitalize;
    color: #545556;
    font-family: Calibri;
}
.testimonials-list .list-title p {
    color: #545556;
    font-size: 17px;
    text-transform: capitalize;
    font-family: Calibri;
}
.testimonials-list .list-detail p {
    font-size: 17px;
    color: #898a8a;
    font-family: Calibri;
}

/* CONTACT PAGE CSS */

section.contact-main {
    padding: 0 50px 50px;
    background-color: #f4f6f7;
}
.contact-main .title-img {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.contact-main .icon-contact {
    width: 20%;
}
.contact-main .title-contact {
    width: 80%;
    padding-left: 20px;
}
.contact-main .title-contact h2 {
    font-size: 26px;
    text-transform: capitalize;
    color: #545556;
    font-family: Calibri-Bold;
}
.contact-main .detail-top p {
    color: #545556;
    font-size: 18px;
    padding-right: 35px;
}
.contact-address a.contact-mail {
    display: block;
}
.contact-main .detail-top {
    margin-bottom: 20px;
}
.contact-main .contact-address a {
    color: #545556;
}
.contact-main .contact-address span {
    color: #14c4f7;
}
.contact-top {
    display: inline-block;
    width: 100%;
}
.contact-bottom {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
.contact-main .left-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-main .left-title {
    padding-left: 20px;
}
.contact-main .left-title h2 {
    font-size: 26px;
    text-transform: capitalize;
    color: #545556;
    font-family: Calibri-Bold;
}
.contact-main .contact-left {
    width: 40%;
}
.contact-main .contact-right {
    width: 60%;
}
.contact-main .contact-left p {
    font-size: 18px;
    color: #545556;
    padding-right: 10px;
}
.contact-main .contact-left-detail a {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 20px;
    color: #fff;
    background-color: #f57d20;
}
.contact-main .contact-right {
    width: 60%;
    padding: 30px;
    background-color: #f8f6f6;
    box-shadow: 0px 1px 7px 0px #898686;
    position: relative;
    margin-top: 50px;
}
.maggy-both img {
    width: 100%;
}
.contact-form form input {
    width: 100%;
    margin-bottom: 25px;
    background-color: transparent;
    border-bottom: 1px solid #545556;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.contact-main .contact-form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #545556;
    font-family: Calibri-Bold;
}
.contact-main .contact-form form label {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
    font-family: Calibri-Bold;
    color: #545556;
}
.contact-main .contact-form form textarea {
    width: 100%;
    height: 220px;
    border: none;
    box-shadow: inset 0px 0px 8px #b5acac;
    resize: vertical;
}
.select-language i.fa.fa-globe {
    color: #f57d20;
    font-size: 17px;
    vertical-align: middle;
}
.contact-form form input[type="submit"] {
    width: auto;
    border: none;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f57d20;
    font-size: 18px;
}
.contact-main .contact-right::before {
    position: absolute;
    content: "";
    height: 250px;
    width: 3px;
    background: linear-gradient(to bottom, #ee3024 1%,#f7931e 100%);
    left: 0;
    top: 0;
}
.contact-main .contact-right::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 350px;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    left: 0;
    top: 0;
}

/* FINANCIAL PAGE CSS */

section.financial-main {
    padding: 30px 50px;
}
.financial-main .financial-filter {
    padding: 0 50px 0 0;
    display: inline-block;
    margin-bottom: 30px;
}
/*.financial-main .financial-part {
    padding: 20px 50px;
}*/
.financial-filter select {
    padding: 5px 25px 0px 8px;
    border: none;
    background-color: #97c63c;
    font-size: 20px;
    color: #fff;
    font-family: Calibri;
    background-image: url(../images/dropdown-icon.png);
    background-position: 92%;
    background-repeat: no-repeat;
    background-size: 12px;
}
.financial-main .financial-filter select option {
    color: #000;
    background-color: #fff;
    font-size: 16px;
}
.financial-main .financial-inner-main {
    display: inline-block;
    width: 100%;
    overflow: auto;
}
.financial-main .financial-inner-main h1 {
    color: #f36721;
    font-size: 28px;
    font-family: Calibri;
}
.financial-main .financial-inner-main span {
    display: inline-block;
    margin: 15px 0;
    font-size: 16px;
    color: #8d8e8e;
}
.financial-main .financial-inner-main .left-full p {
    font-size: 22px;
    color: #545556;
    font-family: Calibri;
}
.financial-main .price-invoice {
    display: inline-block;
    width: 100%;
}
.financial-main .price-invoice .financial-price {
    float: left;
    width: 50%;
}
.financial-main .price-invoice .financial-invoice {
/*    float: left;
    width: 50%;*/
    display: inline-block;
}
.financial-invoice a {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #97c63c;
    padding: 10px;
    font-family: Calibri;
    margin-bottom: 10px;
    display: block;
}
.financial-invoice a:hover {
    background-color: #769c2c;
}
.financial-main .financial-price p {
    font-size: 26px;
    color: #97c63c;
    padding-left: 25px;
    position: relative;
    font-family: Calibri;
    line-height: normal;
}
.financial-main .financial-price p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f153";
    font-family: fontawesome;
    font-size: 30px;
}
.financial-main .financial-invoice select {
    padding: 4px 30px 0px 8px;
    border: none;
    background-color: #f57d20;
    font-size: 20px;
    color: #fff;
    font-family: Calibri;
    background-image: url(../images/dropdown-icon.png);
    background-position: 92%;
    background-repeat: no-repeat;
    background-size: 12px;
}
.financial-main .financial-invoice select option {
    color: #000;
    background-color: #fff;
    font-size: 16px;
}
/*.financial-main .financial-part:nth-child(even) {
    background-color: #f4f6f7;
}*/

/* AFTER LOGIN HOME CSS */

/*.after-login-home .login-home-left .top-part {
    padding: 50px;
}*/
.login-home-left .top-part h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #f57d20;
    font-family: Calibri;
    display: inline-block;
    margin-top: 0;
}
.login-home-left .top-part p.both-title-detail {
    font-size: 22px;
    font-family: Calibri;
    color: #545556;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.top-part p.both-title-detail span, .progress-title span {
    display: block;
    font-size: 16px;
    color: #8d8e8e;
}
.login-home-left .top-part p.both-title-detail::after, .login-home .midle-part .title-close h2:after, .login-home-left .top-part .title-close h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.top-part .select-proposal p {
    color: #545556;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: left;
    padding: 0;
}
.top-part .select-proposal .chose-any label {
    font-size: 18px;
    margin-bottom: 7px;
    color: #8d8e8e;
    min-width: 255px;
    cursor: pointer;
    text-transform: capitalize;
}
.top-part .select-proposal .chose-any label span {
    color: #f57d20;
}
.select-proposal .chose-any input[type="radio"] {
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-top: 0;
    cursor: pointer;
}
.select-proposal .submit-btn input[type="submit"] {
    display: inline-block;
    margin-top: 10px;
    text-transform: capitalize;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 5px 15px;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
}
.after-login-home .login-home-left .top-part {
    padding: 0;
    margin-bottom: 30px;
}
.after-login-home .midle-part {
    padding: 50px 0;
}
.login-home .midle-part .title-close h2, .login-home-left .top-part .title-close h2 {
    color: #545556;
    font-size: 32px;
    font-family: Calibri;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.login-home .closed-polls-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.login-home .close-polls-main .title-close {
    float: left;
}
.login-home .close-polls-main .select-polls {
    float: left;
    padding-left: 30px;
}
.login-home .midle-part .select-polls select {
    border-width: 0px 0px 1px 0px;
    padding: 0 15px 0 0;
    background-image: url(../images/polls-dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #8d8e8e;
    font-size: 18px;
}
.close-polls-main .progress-title p {
    font-size: 22px;
    font-family: Calibri;
    color: #545556;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.progress-inner .ui-progressbar .ui-progressbar-value {
    margin: 0;
    background: #90c43e;
    border: none;
}
.midle-part .progress-bar-three {
    width: 50%;
}
.midle-part .progress-inner .ui-widget.ui-widget-content {
    border: none;
    background-color: #d1d2d3;
    border-radius: 0;
}
.progress-inner label {
    font-size: 16px;
    margin-right: 10px;
    color: #8d8e8e;
    text-transform: capitalize;
    width: 100%;
}
.progress-inner .progress {
    height: 25px;
    margin-bottom: 0;
    width: calc(70% - 28px);
    float: left;
    background-color: #e2e2e2;
}
.progress-inner .progress-bar-success {
    background-color: #f57d20;
    line-height: 25px;
}
.progress-bar-three .progress-inner {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.progress-bar-three .progress-inner:last-child {
    margin-bottom: 0;
}
.close-polls-main .login-after-progress {
    margin-bottom: 30px;
}
.close-polls-main .login-after-progress:last-child {
    margin-bottom: 0;
}
.login-home-left .bottom-part {
    background-color: #f4f6f7;
    padding: 50px;
    position: relative;
}
.bottom-part .textarea-title h2 {
    color: #f57d20;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: Calibri;
}
.bottom-part .textarea-title textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: none;
    box-shadow: inset 0px 0px 8px #b5acac;
    font-size: 18px;
}
.textarea-title .submit-btn input[type="submit"] {
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 5px 25px;
    background-color: #90c43e;
}
.login-home-left .bottom-part::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 400px;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    top: 0;
    right: 0;
}
.login-home-left .bottom-part::after {
    position: absolute;
    content: "";
    height: 200px;
    width: 4px;
    background: linear-gradient(to top, #ee3024 1%,#f7931e 100%);
    top: 0;
    right: 0;
}
.login-home .login-home-right .profile-offers {
    background-color: #f4f6f7;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100vh;
}
.profile-offers .balance p {
    padding: 10px 0;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: inset 0px 0px 8px #b5acac;
    font-size: 20px;
    color: #f57d20;
    font-family: Calibri;
}
.profile-offers .balance p span {
    color: red;
/*    padding-left: 20px;*/
    position: relative;
    vertical-align: middle;
    line-height: normal;
    font-size: 26px;
}
.profile-offers .balance p span::before {
    position: absolute;
    left: 0;
    top: 50%;
/*    content: "\f153";*/
    font-family: fontawesome;
    font-size: 23px;
    transform: translateY(-50%);
}
.profile-offers .top-profile .profile-img {
    position: relative;
    display: inline-block
}
.profile-offers .profile-img .people-edit {
    position: absolute;
    bottom: 10px;
    right: 22px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 0px #898686;
}
.profile-offers .profile-img .people-edit a {
    font-size: 20px;
    color: #f57d20;
}
.top-profile .username-profile h3 {
    font-size: 30px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    position: relative; 
    font-family: Calibri;    
}
.top-profile .username-profile h3::after {
    position: absolute;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    height: 4px;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
}
.top-profile .profile-user-mail h3 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #545556;
}
.top-profile .profile-user-mail a {
    font-size: 20px;
    margin-bottom: 7px;
    color: #545556;
    display: block;
}
.recommend-main {
    margin-top: 50px;
}
.recommend-main h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #f57d20;
    font-family: Calibri;
}
form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    font-size: 15px;
    padding: 0 20px 0 10px;
    border: none;
    box-shadow: inset 0px 0px 8px #b5acac;
}
form input[type="submit"] {
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 5px 15px;
    background-color: #f57d20;
}
.profile-img .people-img img {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.top-profile .view-offer {
    margin: 30px 0;
}
.view-offer span {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 2px solid;
    text-transform: capitalize;
    font-family: Calibri;
}
.view-offer a {
    font-size: 22px;
    color: #f57d20;
    font-family: Calibri;
}
.more-querie h3 {
    font-size: 22px;
    color: #545556;
    margin: 20px 0;
}
.more-querie a {
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 5px 15px;
    background-color: #90c43e;
    margin-bottom: 0;
}
.notice-top {
    padding: 30px 0;
}
.notice-top .top-inner-notice {
    display: inline-block;
    width: 100%;
    background-image: url(../images/maggy-right-rback.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 17%;
    margin-bottom: 30px;
}
.notice-top .top-inner-notice:last-child {
    margin-bottom: 0;
}
.notice-top .left-img-part {
    float: left;
    width: 40%;
    position: relative;
}
.notice-top .right-content-part {
    float: left;
    width: 60%;
    padding-left: 30px;
}
.notice-top .pin-img {
    position: absolute;
    top: -16px;
    right: -15px;
}
.notice-top .pin-img img {
    width: 40px;
}
.notice-top .contant-title h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #f57d20;
    margin-bottom: 20px;
}
.notice-top .contant-title p {
    font-size: 20px;
    color: #f57d85;
    margin-bottom: 5px;
}
.notice-top .contant-title label {
    font-size: 14px;
    color: #8d8e8e;
    margin-bottom: 20px;
}
.notice-text-part p {
    font-size: 22px;
    color: #545556;
    font-family: Calibri;
    padding-right: 60px;
}
.notice-top .top-inner-notice:nth-child(even) .left-img-part {
    float: right;
}
.notice-top .top-inner-notice:nth-child(even) .pin-img {
    top: -16px;
    left: -15px;
    text-align: left;
}
.top-inner-notice:nth-child(odd) .left-img-part .pin-img {
    transform: rotate(90deg);
}
.notice-top .top-inner-notice:nth-child(even) .right-content-part {
    text-align: right;
    padding-right: 30px;
    padding-left: 0;
}
.top-inner-notice:nth-child(even) .notice-text-part p {
    padding-right: 0;
    padding-left: 60px;
}
.notice-top .top-inner-notice:nth-child(even) {
    background-image: url(../images/maggy-right-lback.png);
    background-position: center left;
}
.notice-bottom {
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #f4f6f7;
}
.bottom-section {
    display: inline-block;
    width: 100%;
}
.notice-bottom .bottom-part {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.notice-bottom .bottom-part:last-child {
    margin-right: 0;
}
.notice-bottom .detail-text a {
    display: block;
    margin: 10px 0;
    font-size: 22px;
    color: #f57d20;
}
.notice-bottom .detail-text label {
    font-size: 16px;
    color: #8d8e8e;
}
.see-all-btn {
    text-align: center;
    margin-top: 20px;
}
.notice-main .see-all-btn a {
    font-size: 24px;
    color: #444242;
    position: relative;
    padding-right: 15px;
}
.notice-main .see-all-btn a::after {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    right: 0;
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.pay-icon-part {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.how-to-pay-icons {
    padding: 30px;
    background-color: #f4f6f7;
}
.how-to-pay-icons .pay-icon-part img {
    width: 30%;
}
.how-to-pay-detail {
    padding: 50px;
    text-align: center;
}
.how-to-pay-detail h1 {
    color: #777676;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Calibri;
}
.how-to-pay-detail p {
    font-size: 22px;
    padding: 0 220px;
    color: #9b9b9b;
}
.how-pay-main .payment-step {
    display: inline-block;
    width: 100%;
    padding: 30px 50px;
    text-align: center;
    margin: 30px 0;
    background-color: #f4f6f7;
}
.how-pay-main .payment-step h2 {
    color: #777676;
    margin-bottom: 40px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-family: Calibri;
}
.how-pay-main .payment-step h2::after {
    position: absolute;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    content: "";
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.how-pay-main .payment-detail-inner p {
    font-size: 20px;
    color: #9b9b9b;
    padding: 0 20px;
    font-family: Calibri;
}
.contact-main .write-us .contact-right {
    margin: 0px auto 0;
}
.hyperlink {
    text-align: center;
    padding: 10px 0;
}
.get-in-touch {
    text-align: center;
}
.get-in-touch a {
    padding: 5px 15px;
    display: inline-block;
    background-color: #f57d20;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.login-form {
    display: none;
}
.login-form-main input {
    margin-bottom: 10px;
}
form.login-form-main {
    text-align: left;
}
.login-form-main .forgot-link {
    text-align: right;
}
form.login-form-main {
    padding: 20px;
}
#loginMessage {
    text-align: left;
    margin: 20px 20px 0;
}
label.alert {
    font-family: Calibri;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 15px;
}

.login-form {
    position: absolute;
    width: 350px;
    right: -92px;
/*    padding: 20px;*/
    background-color: #fff;
    top: 45px;
    box-shadow: -2px 2px 10px #b6b4b4;
}
.login-part .login-page .forgot-link a {
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    color: #f57d20;
    border: none;
    text-transform: capitalize;
}
.submit-forgot-btn .forgot-link {
    width: 50%;
    text-align: left;
}
.submit-forgot-btn .sbm_btn {
    width: 100%;
    text-align: center;
}
.submit-forgot-btn {
    display: flex;
    align-items: center;
}
.submit-forgot-btn .sbm_btn button, .submit-forgot-btn .sbm_btn button:focus, .submit-forgot-btn .sbm_btn button:active:hover {
    background-color: #f57d20;
    border: transparent;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}
.login-form::before {
    position: absolute;
    border-bottom: 10px solid #f57d20;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
section.forgot-main {
    padding: 50px 0;
    text-align: center;
}
.forget-password form.login-form-main {
    width: 40%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f6f6;
    box-shadow: 0px 1px 7px 0px #898686;
}
.forgot-contant h2 {
    font-size: 34px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #f57d20;
}
.forget-password .submit-forgot-btn .sbm_btn {
    width: 100%;
}
section.make-proposal-page {
    padding: 0 50px 50px;
}
.proposal-title h1 {
    font-size: 40px;
    text-transform: capitalize;
    color: #f57d20;
    margin-bottom: 30px;
    text-align: center;
}
.proposal-form h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.proposal-main .proposal-form {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f6f6;
    box-shadow: 0px 1px 7px 0px #898686;
}
.proposal-form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Calibri-Bold;
    color: #545556;
}
.proposal-form .form-group textarea {
    width: 100%;
    height: 150px;
    border: none;
    box-shadow: inset 0px 0px 8px #b5acac;
    resize: vertical;
    padding: 10px;
}
.sbm_btn button, .sbm_btn button:focus, .sbm_btn button:active:hover {
    background-color: #f57d20;
    border: transparent;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ccc;
}


form p {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: normal;
    color: #ccc;
    padding: 40px 0;
    font-family: Calibri;
}
.drag-file span {
    color: #f57d20;
    font-family: Calibri;
    cursor: pointer;
}
.drag-file {
    background-color: #fff;
    border: 2px dashed #ccc;
    display: inline-block;
    width: 100%;
    position: relative;
}
.proposal-form .sbm_btn {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    text-align: right;
}
.drag-file input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.drag-title label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: Calibri-Bold;
    color: #545556;
}
.maggy-right-contant h1, .maggy-right-contant h2, .maggy-right-contant h3, .maggy-right-contant h4, .maggy-right-contant h5, .maggy-right-contant h6 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: Calibri-Bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #545556;
}
.maggy-right-contant h1::after, .maggy-right-contant h2::after, .maggy-right-contant h3::after, .maggy-right-contant h4::after, .maggy-right-contant h5::after, .maggy-right-contant h6::after {
    position: absolute;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    height: 4px;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
}
label.error {
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 14px !important;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 10px !important;
    font-family: Calibri !important;
    width: auto;
/*    display: inline-block !important;*/
    text-transform: inherit !important;
}

div#loadingDiv, div#loadingDiv img {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
div#loadingDiv {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
div#loadingDiv img {
    position: absolute;
}
section.terms-page {
    padding: 50px;
}
.terms-page h1 {
    text-transform: capitalize;
    color: #f57d20;
    margin-bottom: 20px;
}
.terms-page h3 {
    margin-bottom: 10px;
}
.terms-page p {
    margin-bottom: 30px;
    font-size: 17px;
}
.terms-page p:last-child {
    margin-bottom: 0px;
}
a.bk_top i {
    display: block;
    line-height: 6px;
    font-size: 40px;
}
a.bk_top.scrolled {
    right: 20px;
    transform: rotate(0);
    bottom: 20px;
}
a.bk_top {
    position: absolute;
    right: 20px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 20px 0;
    border-radius: 50%;
    background: linear-gradient(to bottom, #ee3024 1%,#f7931e 100%);
    color: #fff;
    transition-duration: .7s;
    /*transform: rotate(180deg);*/
    z-index: 99;
}
.login-dropdown li:not(:last-child) a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f57d20;
    padding: 8px 15px 4px 15px;
    font-family: Calibri;
    display: inline-block;
    border: 1px solid;
    margin-right: 10px;
}
.login-dropdown li  {
    display: inline-block;
    position: relative;
}
.login-dropdown > ul {
    display: inline-block;
    width: 100%;
    text-align: right;
}
a.select-language {
    padding-right: 15px;
    display: inline-block;
}
.login-dropdown .show-language li {
    width: 100%;
}
.login-dropdown .show-language li a {
    margin-right: 0;
    background-color: transparent;
    color: #f57d20;
    border: none;
    font-family: 'Calibri';
    padding: 5px 10px 5px 20px;
    text-transform: capitalize;
}
.login-dropdown .show-language li a:hover {
    background-color: #f57d20;
    color: #fff;
}
.login-dropdown li .forgot-link a {
    background-color: transparent;
    color: #f57d20;
    border: 0;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.login-dropdown li a.my-menu {
    padding: 8px 10px 4px 10px;
}
.my-menu i {
    padding-left: 3px;
}
.login-dropdown li .my-menu-show li {
    width:  100%;
}
.login-dropdown li .my-menu-show li a {
    background-color: transparent;
    color: #f57d20;
    border: none;
    padding: 5px 10px 5px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin: 0;
    font-family: Calibri;
    text-transform: capitalize;
}
.login-dropdown li .my-menu-show li a:hover {
    background-color: #f57d20;
    color: #fff;
}
.all-page-title h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: Calibri-Bold;
    margin: 30px 0;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    color: #545556;
}
.all-page-title h1::after {
    position: absolute;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    height: 4px;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
}
.all-page-title {
    text-align: center;
}
section.notice-main {
    padding: 0 0 50px;
}

.building_details img {
    height: 130px;
    width: 130px;
    display: inline-block;
}
.building_sub_details {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.building_sub_details p {
    display: block;
    font-size: 16px;
    color: #8d8e8e;
}
.building_details {
    padding: 10px;
    background-color: #f4f6f7;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}   
.view-button a {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    background-color: #97c63c;
    padding: 10px 60px 8px 60px;
    font-family: Calibri;
    display: inline-block;
}
.view-button {
    text-align: center;
}
.notice-top .left-img-part {
    text-align: center;
}
.login-dropdown li a.my-menu:hover, .financial-filter input:hover, .submit-forgot-btn .sbm_btn button:hover, .contact-form form input[type="submit"]:hover, form input[type="submit"]:hover, .sbm_btn button:hover {
    background-color: #e07b2d;
}
.more-querie a:hover, .view-button a:hover {
    background-color: #769c2c;
}
a.bk_top.scrolled:hover {
    color: #fff;
}
/* Changes */

form.select-proposal {
    margin-bottom: 20px;
}
.chose-any a, .chose-any a:hover, .chose-any a:focus, .progress-inner a, .progress-inner a:focus, .progress-inner a:hover {
    color: #90c43e;
    font-family: Calibri;
    padding-left: 10px;
}
.header-main .menu-links .navbar-nav li a:hover {
    color: #90c43e;
}
.progress-inner i {
    float: left;
    margin: 5px 0px 0 10px;
    font-size: 18px;
    color: #f57d20;
}
.progress-inner a {
    float: left;
    margin-top: 5px;
}
.financial-invoice a:hover, .view-button a:hover, .view-button a:focus {
    color: #fff;
}
.how-pay-main .content-page {
    margin-bottom: 30px;
}
.how-pay-main .content-page p {
    font-weight: bold;
}

/* Changes */

.hyperlink span {
    font-weight: bold;
}
.notice_icon_main .notice-details {
    text-align: center;
    transition: all 0.4s ease-out 0s;
    cursor: pointer;
}
.notice_icon_main .notice-details:hover {
    transform: scale3d(1.2, 1.2, 1);
    transition: all 0.4s ease-out 0s;
}
.notice_icon_main .images_notice img {
    width: 100px;
}
.detail_notice p {
    margin: 15px 0 0 0;
    font-size: 24px;
    color: #f57d20;
    font-family: Calibri;
    display: inline-block;
}
.notice_icon_main .notice_icon_inner {
    margin-bottom: 40px;
}
.user_name_display h3 {
    margin-top: 0;
}
a#edit_profile_btn {
    margin: 10px 0;
    display: inline-block;
    padding: 7px 15px 3px;
    color: #f57d20;
    background-color: #fff;
    font-family: Calibri;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 0px 1px 7px 0px #898686;
}
.notice_icon_main .images_notice {
    display: inline-block;
    position: relative;
}
.notice_icon_main span.notification {
    display: inline-block;
    height: 22px;
    width: 22px;
    color: #fff;
    background-color: #90c43e;
    font-family: Calibri;
    line-height: 26px;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.subscription_expired h5 {
    margin: 0;
    font-size: 35px;
    text-align: center;
    padding: 210px 0;
    color: #f57d20;
    font-family: Calibri;
}

/* chat table */


.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;
  background: #f57d20;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #f57d20;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #f57d20;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #f57d20;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254,254,254);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
  word-break: break-all;
}
span.flag {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.direction-l .flag:before {
    position: absolute;
    content: "";
    border-left: 8px solid #ddd;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    right: -9px;
    top: 5px;
}
.direction-r .flag:before{
    position: absolute;
    content: "";
    border-right: 8px solid #ddd;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    left: -9px;
    top: 5px;
}
.direction-l .desc {
    text-align: left;
}

 

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 16px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -12px;
    border: solid transparent;
    border-left-color: rgb(255, 255, 255);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -12px;
    border: solid transparent;
    border-right-color: rgb(255, 255, 255);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: right;
  }

  .direction-r .time-wrapper {
    float: left;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/* chat table */

.col-sm-12.login-home-left {
    width: 90%;
    margin: 0 auto;
    float: none;
}
.login-home-left .top-part .title-close h2 {
    margin-top: 20px;
}

/* 03-10-2018 */

.financial-main-logo img {
    width: 130px;
    height: 130px;
}
.financial-report {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.wall-same-link a {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, #ee3024 1%,#f7931e 100%);
    padding: 10px;
}
.wall-same-link span {
    display: block;
    font-size: 16px;
    text-transform: lowercase;
}
.wall-same-link.col-sm-4 {
    text-align: right;
}
.wall-same-link a:hover, .wall-same-link a:focus, .wall-same-link a:active {
    color: #fff;
}
.financial-main .all-page-title h1 {
    margin: 0;
}
.financial-main form input[type="submit"] {
    margin-top: 0;
    vertical-align: top;
    padding: 4px 15px;
}
.amount-display p {
    text-align: center;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #545556;
    font-family: Calibri;
}
.amount-display.col-sm-12 {
    margin-top: 5px;
}
.financial-inner-main table {
    width: 70%;
    margin: 0 auto;
}
.financial-inner-main th {
    font-size: 20px;
    color: #fff;
    background-color: #97c63c;
    padding: 5px 10px;
    border-left: 1px solid #ddd;
    text-align: center;
}
.financial-inner-main td:last-child {
    font-size: 24px;
}
.financial-inner-main td {
    padding: 5px 10px;
    font-size: 16px;
    color: #545556;
    border-left: 1px solid #ddd;
    text-align: center;
}
.financial-inner-main tr {
    border: 1px solid #ddd;
    border-left: 0;
}
.financial-main .financial-inner-main span.cr {
    color: green;
}
.financial-main .financial-inner-main span.dr {
    color: red;
}
.financial-inner-main td:nth-child(2) {
    text-align: left;
}
/* 03-10-2018 */

/* 05-10-2018*/

.wall-off-shame-popup-overlay, .footer-popup-show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.event-popup-part {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 900px;
    background-color: #fff;
    padding: 20px;
    height: 500px;
}
.popup-scroll.scroll {
    display: inline-block;
    width: 100%;
    max-height: 420px;
    overflow: auto;
}
.wall-off-shame-popup-overlay h4 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #545556;
    font-family: Calibri;
}
.inner-group thead th {
    font-size: 18px;
    color: #fff;
    background-color: #97c63c;
    padding: 5px 10px;
    border-left: 1px solid #ddd;
    text-align: center;
}
.wall-off-shame-popup-overlay table {
    width: 100%;
}
.wall-off-shame-popup-overlay tbody td:nth-child(2) {
    text-align: left;
}
.wall-off-shame-popup-overlay tbody td:nth-child(3) {
    color: red;
}
.wall-off-shame-popup-overlay i, .footer-popup-show .close-icon i {
    font-size: 22px;
    color: #f57d20;
}
.wall-off-shame-popup-overlay .close-icon, .footer-popup-show .close-icon {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}
.wall-off-shame-popup-overlay tbody td {
    padding: 5px 10px;
    font-size: 16px;
    color: #545556;
    border-left: 1px solid #ddd;
    text-align: center;
}
.wall-off-shame-popup-overlay tr {
    border: 1px solid #ddd;
    border-left: 0
}
.inner-group thead th:nth-child(1) {
    width: 100px;
}
.inner-group thead th:nth-child(2) {
    width: 400px;
}
.inner-group thead th:nth-child(3) {
    width: 160px;
}
.popup-scroll.scroll {
    display: inline-block;
    width: 100%;
}
.wall-off-shame-popup-overlay .loader {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
}
.wall-off-shame-popup-overlay p.alert.alert-danger {
    width: auto;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    padding: 5px 10px;
    top: 105px;
    font-family: Calibri;
}
.select-proposal .submit-btn input[type="submit"]:hover {
    opacity: 0.7;
}
/* 05-10-2018*/

/* 26-10-2018*/

.financial-report table td a {
    padding-bottom: 3px;
    border-bottom: 2px solid;
}

/* 26-10-2018*/

/* 02-11-2018 */

.contact-popup-title h1 {
    margin-bottom: 30px;
    color: #545556;
    font-family: Calibri-Bold;
    text-transform: capitalize;
    text-align: center;
}
.footer-contact-detail {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.footer-contact-detail-inner {
    margin-bottom: 20px;
}
/*.footer-contact p {
    display: inline-block;
    font-size: 18px;
    color: #bbb;   
    text-transform: capitalize;
    
}*/
.footer-contact label {
    font-size: 18px;
    text-transform: capitalize;
    font-family: Calibri-Bold;
    color: #545556;   
}
/* 02-11-2018 */
.footer-popup-show .loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}