﻿.container {
    font-family: IRANSans;
}
.mytelll {
    float: left;
    width: 60%;
}
.mytell ,.payam{
    margin-top: 10px;
    font-size: 22px;
}
.top img {
    width: 100%;
}
.prp {
    display: block;
    text-align: center;
    font-size: 26px;
    color: black;
    margin-top: 20px;
    margin-bottom: 30px;
}
.underimg {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}
img.bannertop {
    width:100%;
    height:auto;
}
img.bannertopmobile {
    display:none;
}
.myemail {
    width: 500px;
    min-height: 220px;
    margin: 5px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 15px;
    border-radius: 6px;

}
.alllabel {
    position: relative;
    top: 55px;
    opacity: 0;
}
.myemail .myblock label {
    background: #1988c1;
    color: white;
    display: inline-block;
    height: 100%;
    line-height: 40px;
    width: 28%;
    text-align: center;
    font-size: 13px;
    border-radius: 0 4px 4px 0;
}

.myemail .myblock input {
    text-align:left;
        direction: ltr;
}
.myemail .myblock input , .myemail .myblock select{
    background-color: white;
    height: 40px;
    line-height: 40px;
    width: 71.5%;
    font-size: 16px;
    border:solid 1px lightgray;
        box-sizing: border-box;
    outline:none;
    position: relative;
top: 1px;
padding: 4px;
    border-radius: 4px 0 0 4px;
}
@media all and (max-width:650px){
    .myemail .myblock label{
    font-size: 10px;
    width:31%;
    }
    .myemail .myblock input , .myemail .myblock select{
        width:68.5%;
    }
}
.myemail input[type=submit]{
    background: #4cae4c ;
    color: white;
    font-family: inherit;
    border: 0;
    width: 60%;
    height: 45px;
    border-radius: 3px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    margin: 15px auto;
    display: block;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.myemail input[type=submit]:hover{
    background-color:#398439 ;
}
.underform {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}
.myimg {
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.underpage {
    background: #042f43;
    font-family: IRANSans;
    color: white;
    text-align: center;
    line-height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-decoration: none;
    font-size: 5vw;
    padding-top: 10px;
    padding-bottom: 10px;
}
.des {
    text-align: right !important;
}
.underpage:hover {
    text-decoration: none;
    color: white;

}
.myphonenumber {
        max-width: 300px;
    height: 50px;
    background-color: #1988c1;
    margin: 2px auto;
}
.myphonenumber a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    color: white;
}
input[type="submit"]:disabled {
    cursor: not-allowed !important;
    background: #a3cf58 ;
}
input[type="submit"]:disabled:hover {
    background: #a3cf58 ;
}
.giftcard {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #1988c1;
    margin: 32px 0;
}
/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }



    66.6% {

        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }


    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.reqired , .thankyou {
    text-align: center;
    padding: 50px;
    font-size: 25px;
}
ul.portfolio {
    list-style: none;
    padding: 0;
}
ul.portfolio li {
    padding: 20px;
}
ul.portfolio li img {
    width: 100%;
    height: auto !important;
}
.prp a {
    color: black;
}
.prp a:hover {
    text-decoration: none;
}
@media (min-width: 767px){
    .underpage {
        font-size: 2.5vw;
    }

}
@media (max-width: 767px){

    .myemail {
        width: 100%;
    }
    .myemail input[type=submit]{ 
        font-size: 18px;
        width: 100%;
    }
    .underimg , .underform , .prp{
        font-size: 17px;
    }
    .myemail .myblock input, .myemail .myblock select {
            font-size: 14px;
    }
    .underpage {
        line-height: 25px;
        font-size: 22px;
    }
    img.bannertop {
    display:none;
}
img.bannertopmobile {
    display:block;
    width:100%;
}
}

.newlanding .myblock label{
    width:36%;
}
.newlanding .myblock input{
    width:61%;
}
.newlanding .myblock:nth-child(1) label , .newlanding .myblock:nth-child(2) label{
    background:#173F5F;
}
.newlanding .myblock:nth-child(7) label , .newlanding .myblock:nth-child(8) label{
    background:#20639B;
}
.newlanding .myblock:nth-child(5) label , .newlanding .myblock:nth-child(6) label{
    background:#3CAEA3;
}
.newlanding .myblock:nth-child(3) label , .newlanding .myblock:nth-child(4) label{
    background:#F6D55C;
}