* {
    margin: 0;
    padding: 0
}
*, :after, :before {
    box-sizing: border-box
}
body, html {
    height: 100%;
    -webkit-font-smoothing: antialiased
}
body {
    min-height: 100%;
    font: 16px Montserrat;
    color: #4a4a4a;
    background: #f7f7f7;
    box-sizing: border-box;
    font-weight: 500
}
:focus {
    outline: none
}
::-moz-focus-inner {
border:0
}
a {
    text-decoration: none
}
.template__switcher {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    height: 41px;
    /* box-shadow: 0 0 0 1px rgba(0,0,0,.08);*/
    border-radius: 25.5px
}
.template__switcher-device {
    height: 100%;
    display: -webkit-box;
    display: flex;
    font-weight: 600;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.03);
    padding-left: 40px;
    padding-right: 40px
}
.template__switcher-device:hover {
    background-color: #f7f7f7
}
.template__switcher-device:first-child {
    border-top-left-radius: 25.5px;
    border-bottom-left-radius: 25.5px
}
.template__switcher-device:last-child {
    border-top-right-radius: 25.5px;
    border-bottom-right-radius: 25.5px
}
.template__switcher-device.active {
    background-color: #ec8631;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08), inset 0 3px 7px 0 rgba(0,0,0,.08);
    pointer-events: none;
    color: #ffffff;
}
.template-name {
    overflow-x: hidden
}
.template__desktop {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 62px -15px rgba(0,0,0,.65), 0 0 0 1px rgba(0,0,0,.05)
}

@media (min-width:768px) {
.template__desktop .template__desktop-content {
    overflow: hidden
}
}
.template__desktop-back {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media (min-width:768px) {
.template__desktop-back {
    display: inherit
}
.template__desktop-back .template__desktop-img {
    -webkit-filter: blur(10px) grayscale(10%);
    filter: blur(10px) grayscale(10%);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
    -webkit-transition: -webkit-filter .5s linear;
    transition: -webkit-filter .5s linear;
    transition: filter .5s linear;
    transition: filter .5s linear, -webkit-filter .5s linear
}
}

@media (min-width:768px) {
.template__desktop-back.animation {
    -webkit-animation: desktop-back 1s linear;
    animation: desktop-back 1s linear
}
}
@-webkit-keyframes desktop-back {
50% {
-webkit-transform:translate(305px);
transform:translate(305px)
}
}
@keyframes desktop-back {
50% {
-webkit-transform:translate(305px);
transform:translate(305px)
}
}
.template__desktop-front {
    position: relative
}

@media (min-width:768px) {
.template__desktop-front .template__desktop-img {
    -webkit-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    -webkit-transition: -webkit-filter .5s linear;
    transition: -webkit-filter .5s linear;
    transition: filter .5s linear;
    transition: filter .5s linear, -webkit-filter .5s linear
}
}

@media (min-width:768px) {
.template__desktop-front.animation {
    -webkit-animation: desktop-front 1s linear;
    animation: desktop-front 1s linear
}
}
@-webkit-keyframes desktop-front {
50% {
-webkit-transform:translate(305px);
transform:translate(305px)
}
to {
z-index:1
}
}
@keyframes desktop-front {
50% {
-webkit-transform:translate(305px);
transform:translate(305px)
}
to {
z-index:1
}
}
.template__desktop-img {
    width: 100%
}
.template__desktop-content {
    max-height: 662px;
    overflow: auto;
    z-index: 10;
    background: #f7f7f7
}

@media (max-width:767px) {
.template__desktop-content {
    height: auto
}
}
.template__desktop-toolbar {
    height: 71px;
    background:url(../images/desktop-top-bar.jpg) top left no-repeat;
    /*background: radial-gradient(ellipse at 50% 117px, rgba(0,0,0,.51), rgba(0,0,0,.21), rgba(0,0,0,.1), rgba(0,0,0,.06), transparent), #fff;
    position: relative;
    box-shadow: inset 0 -12px 54px -50px #000*/
}
.template__desktop-nav {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15)
}
.template__desktop-nav.close {
    background-color: #ff6159
}
.template__desktop-nav.restore {
    background-color: #ffbd2e
}
.template__desktop-nav.minimize {
    background-color: #28ca42
}
.template__mobile {
    position: relative
}
.template__mobile:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-animation: mobile-front-layer 2s linear;
    animation: mobile-front-layer 2s linear;
    opacity: 0
}
@-webkit-keyframes mobile-front-layer {
to {
bottom:0
}
}
@keyframes mobile-front-layer {
to {
bottom:0
}
}
.template__mobile-wrapper {
    margin-top: 65px;
    overflow: hidden
}
.template__mobile .executeart-mobile-device {
    top: 50%;
    position: relative;
    height: 702px;
    width: 344px;
    max-width: 100%;
    border-radius: 40px;
    padding: 50px 10px 60px;
    background: #fff;
    border: 2px solid #e8e8e8;
    box-shadow: 0 19px 58px -23px rgba(0,0,0,.75)
}

@media (max-width:767px) {
.template__mobile .executeart-mobile-device {
    margin: auto
}
}
.template__mobile .executeart-mobile-device-screen {
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    height: 568px;
    position: relative
}
.template__mobile .executeart-mobile-device-screen .executeart-mail-bottom-bar {
    margin-top: -5px;
    position: relative
}
.template__mobile .executeart-mobile-device-screen .executeart-mail-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: auto
}
.template__mobile .executeart-mobile-device:after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -24px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #e8e8e8;
    content: " ";
    display: block
}
.template__mobile .executeart-mobile-device:before {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    background: #e8e8e8;
    height: 8px;
    border-radius: 20px;
    content: " "
}
.template__mobile img {
    display: block
}
.template__mobile-back {
    position: absolute;
    left: -43px;
    top: 0;
    border-radius: 40px
}
.template__mobile-back:after {
    bottom: 0;
    opacity: 1
}

@media (min-width:768px) {
.template__mobile-back .template__mobile-image {
    -webkit-filter: blur(10px) grayscale(10%);
    filter: blur(10px) grayscale(10%);
    -webkit-transition: -webkit-filter .5s linear;
    transition: -webkit-filter .5s linear;
    transition: filter .5s linear;
    transition: filter .5s linear, -webkit-filter .5s linear
}
}

@media (max-width:767px) {
.template__mobile-back {
    left: 0;
    z-index: -1
}
}

@media (min-width:768px) {
.template__mobile-back.animation {
    -webkit-animation: mobile-back 1s linear;
    animation: mobile-back 1s linear
}
}
@-webkit-keyframes mobile-back {
0% {
z-index:1
}
to {
z-index:0
}
}
@keyframes mobile-back {
0% {
z-index:1
}
to {
z-index:0
}
}
.template__mobile-front {
    position: relative;
    margin-left: -43px;
    z-index: 1;
    border-radius: 40px
}

@media (min-width:768px) {
.template__mobile-front .template__mobile-image {
    -webkit-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
    -webkit-transition: -webkit-filter .5s linear;
    transition: -webkit-filter .5s linear;
    transition: filter .5s linear;
    transition: filter .5s linear, -webkit-filter .5s linear
}
}

@media (max-width:767px) {
.template__mobile-front {
    margin-left: 0
}
}

@media (min-width:768px) {
.template__mobile-front.animation {
    -webkit-animation: mobile-front 1s linear;
    animation: mobile-front 1s linear
}
}
@-webkit-keyframes mobile-front {
0% {
z-index:0
}
to {
z-index:1
}
}
@keyframes mobile-front {
0% {
z-index:0
}
to {
z-index:1
}
}
.template__mobile-image {
    overflow-x: hidden;
    overflow-y: auto;
    height: 464px
}
/* Header */

h1, h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    text-align: center
}
header {
    position: relative;
    overflow: visible;
    padding: 20px 0px;
}
header:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(../images/wave-line-bw-long.svg) repeat-x top;
    background-size: cover;
    height: 91px;
    background-position-x: 5%;
    background-position-y: 2px;
    left: 0;
    right: 0;
}
.template-message-area {
    border-radius: 25px;
    background-color: #fff;
    padding: 30px 30px 15px;
}
.template-message-area h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-align: left;
    color: #4a4a4a;
}
.green-text h1 {
    color: #ec8631;
    border-color: #32cb4b;
    font-size: 13px;
    font-weight: 500;
}
.margin-bottom-20 {
    margin-bottom: 20px
}
.template-tooltip {
    position: relative
}
.template-tooltip:hover {
    cursor: pointer
}
.template-tooltip:hover .small {
    display: block!important
}
.template-tooltip-body {
    position: absolute!important;
    top: -38px;
    padding: 3px 10px;
    min-width: 80px;
    white-space: nowrap
}
.template-tooltip-body, .template-tooltip-body-order {
    display: none;
    background: #333;
    color: #fff;
    left: 50%;
    border-radius: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center
}
.template-tooltip-body-order {
    position: absolute;
    white-space: normal;
    padding: 8px 10px;
    width: 200px;
    z-index: 1
}
.template-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #333
}
a.button-primary {
    background-color: #ec8631;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08), inset 0 3px 7px 0 rgba(0,0,0,.08);
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 60px;
    margin-right: 10px;
    text-decoration: none;
}




.template__social {
    border-radius: 25px;
    box-shadow: 0 23px 40px -24px rgba(0,0,0,.75);
    background-color: #fff;
    padding: 20px
}
.template__desktop {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 62px -15px rgba(0,0,0,.65), 0 0 0 1px rgba(0,0,0,.05)
}

@media (min-width:768px) {
.template__desktop .template__desktop-content {
    overflow: hidden
}
}




.soc-icon {
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 14px 14px 14px 14px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer
}
.soc-icon svg {
    z-index: 1;
    position: relative;
    vertical-align: top
}
.soc-icon--white {
    background: #fff
    
}



.soc-icon--fb, .soc-icon--fb:before {
    background: #3b5998
}
.soc-icon--twitter, .soc-icon--twitter:before {
    background: #1da1f2
}
.soc-icon--linked, .soc-icon--linked:before {
    background: #0077b5
}
.soc-icon--google {
    width: 109px;
    height: 46px
}
.soc-icon--google, .soc-icon--google:before {
    background: rgba(0,0,0,.05)
}
.soc-icon--pinterest, .soc-icon--pinterest:before {
    background: #bd081c
}
.soc-icon--pinterest svg {
    top: 2px
}


.grey-color{color: #7d7d7d!important;}
.mb-15{ margin-bottom:15px}
.mb-20{ margin-bottom:20px}
.mb-25{ margin-bottom:25px}
.mb-30{ margin-bottom:30px}
.mb-40{ margin-bottom:40px}



.mt-10{ margin-top:10px}
.mt-20{ margin-top:20px}
.mt-30{ margin-top:30px}
.mt-40{ margin-top:40px}
.mt-50{ margin-top:50px}

.mt-40{ margin-top:40px}
.mr-20{ margin-right:20px;}


@media (max-width: 900px) {
    .order-executeart-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-executeart-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mmt-40{ margin-top:40px}
  .custom-scroll{ height:662px!important; overflow:none!important;}
}

.custom-scroll{ height:700px!important; overflow:auto!important;}







