@font-face {
    font-family: IRANSansBold;
    font-style: normal;
    font-weight: bold;
    src: url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Bold.eot');
    src: url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Bold.woff2') format('woff2'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Bold.woff') format('woff'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Bold.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb.eot');
    src: url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb.woff2') format('woff2'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb.woff') format('woff'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Light.eot');
    src: url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Light.woff') format('woff'), url('https://irandrum.com/themes/niceshop_revolation/css/fonts/iransans/IRANSansWeb_Light.ttf') format('truetype')
}

@-webkit-keyframes GradientAddtoCard {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes GradientAddtoCard {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes GradientAddtoCard {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

* {
    font-family: IRANsans;
}

body {
	margin: auto;
}

.tip-installment {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
    font-family: IRANsans;
    font-size: 10pt;
    line-height: 19pt;
    padding: 12px;
}
.tip-installment strong{
    margin-right: 14px;
}

.btn-cal {
    float: right;
    clear: both;
    margin-top: 14px;
}

.prepayment {
    padding-right: 23px;
}

#installment .form-horizontal {
    overflow: hidden;
    padding-right: 50px;
}

#installment .form-horizontal label {
    font-size: 14px;
}


#billing {
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-right: solid 5px #42c56c;
    float: right;
    padding: 5px 20px;
    padding-left: 80px;
    border-radius: 10px;
}

#billing div {
    font-family: tahoma;
}

#billing label{
    font-weight: bold;
}

h1.title {
    text-align: center;
}

h1.title a {
    padding: 8px 30px;
    cursor: pointer;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: GradientAddtoCard 7s ease infinite;
    -moz-animation: GradientAddtoCard 7s ease infinite;
    animation: GradientAddtoCard 7s ease infinite;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    display: inline-block;
}

.gradient-btn {
    padding: 5px 15px;
    cursor: pointer;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: GradientAddtoCard 7s ease infinite;
    -moz-animation: GradientAddtoCard 7s ease infinite;
    animation: GradientAddtoCard 7s ease infinite;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    display: inline-block;
}

.panel-heading {
    background: linear-gradient(#b3ffcc, #42c56c);
    text-align: center;
    margin-bottom: 20px;
}

.panel-heading h3 {
    color: #00501a;
    font-weight: 800;
    font-size: 14pt;
    padding: 5px 0;
}

.calculator h3 {
    background: linear-gradient(#b3ffcc, #42c56c);
    color: #379255;
    font-weight: 800;
    font-size: 18pt;
    text-align: center;
    padding: 10px
}

.panel {
    border-bottom: none !important;
    box-shadow: none !important;
}


#myModal.show{
    display: flex !important;
}



@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    #installment .form-horizontal {
        padding-right: 0;
    }
    #installment .form-horizontal label {}
    
    .panel-heading h3 {
        font-size: 14px;
    }

}

@media screen and (max-width: 480px) {
    #billing{
        width: 100%;
    }
}



