
@font-face{
    font-family: nav-font;
    src:url("../fonts/DroidKufi-Bold.ttf");
}
@font-face{
    font-family: main-font;
    src:url("../fonts/DroidKufi-Regular.ttf");
}

body{
    box-sizing: border-box;
    font-family: main-font;
    direction: rtl;
    text-align: right;
}

.logo{
    /*margin-top: 50px;*/
    /*margin-bottom: 25px;*/
    height: 115px;
}
input[type="number"],input[type="text"]{
    width: 100%;
    height: 50px;
    border: 1px solid #d77021;
    color: #616161;
    border-radius: 10px;
    margin: 10px 0;
    outline: 0;
    padding: 10px;
    font-size: 13px;
}
.label-h{
    margin-top: 26px;
    padding: 0;
}
label{
    font-size: 20px;
    /*width: 10%;*/
}
.relative-h{
    position: relative;
    display: inline-block;
    /*margin-bottom: 10px;*/
    padding: 3px;
    margin-top:-14px;
    cursor:pointer;
}
.file1{
    position: absolute;
    width: 132px;
    height: 30px;
    top: 3px;
    cursor: pointer;
    opacity: 0;
}
span{
    font-size: 17px
}
input[type="radio"] {
    margin: 35px 12px 0;}

.facebook{
    /*margin-top: 30px;*/
}

.scroll-h{
    max-height: 420px;
    overflow-y: auto;
    padding: 0 35px;
    padding-bottom: 80px;
    text-align: left;
}
.scroll-h div{
    text-align: center;
    padding: 20px;
}
.color-green{
    color: #51be9b;
}

p {
    margin: 0 0 5px;
    padding: 0;
    font-size: 12px;
}
p a{
    color: #231f20;

}
p a:hover{
    color: #51be9b;

}
.save-pakistan{
    background-color: #51be9b;
    border-radius: 3px;
    color: #fff;
    /*padding:8px 53px;*/
    padding:8px 40px;
}
.save-pakistan:hover{

    color: #fff;
    text-decoration: none;
}
.mar-top{
    /*margin-top: 7px;*/
    margin-top:13px;
}
.modal-title {
    color: #51be9b;
}
.modal-body p {
    font-size: 14px;
    text-align: center;
}


.top-margin {

    margin-top: 166px;
}
.main h1{
    margin-top: 115px;
    font-size: 25px;
    color: #9E9E9E;
}
.footer-term a:hover{
    color: white
}
.footer-term a{
    color: #3b393a;
    transition: .3s;
    text-decoration: none;
}
.footer-term{
    background: #added0; /* For browsers that do not support gradients */    
    position: absolute;
    /*width: 100%;*/
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -43px;
    padding: 11px;
}


/*-----------------------------------------------------------form-new------------------*/
/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
.transition, .form #Save, .form .question label, .form .question input[type="text"] {
    -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

* {
    font-weight: light;
    -webkit-font-smoothing: antialiased;
}


.form {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 25px;
    border-radius: 40px;
    margin: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.desc{
    padding: 13px 0;
    text-align: left;
    letter-spacing: 0.7px;
}
.form #Save {
    margin-top: 0px;
    background-color: white;
    border: 1px solid #9b1218;
    background: #ffffff;
    line-height: 0;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 60px;
    font-weight: bold;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: #9b1218;
}
.form #Save:hover, .form #Save:focus {
    color: #9b1218;
    background: #fff;
}
.form .question, .form .sel {
    position: relative;
    padding: 8px 0;
}
.form .question:first-of-type {
    padding-top: 0;
}
.form .question:last-of-type {
    padding-bottom: 0;
}
.form .question label {
    transform-origin: left center;
    color: #585456;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    position: absolute;
    margin-top: -45px;
    z-index: 2;
    pointer-events: none;
}
.form .question input[type="text"] ,.form select{
    appearance: none;
    background-color: none;
    line-height: 0;
    font-size: 13px;
    display: block;
    box-sizing: border-box;
    color: #616161;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    outline: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #d77021;
    padding: 8px;
    border-radius: 10px;
}
textarea{
    width: 100%; 
    border: 1px solid #d77021; 
    padding: 10px; 
    border-radius: 10px; 
    resize: none;
    outline: 0;
    margin: 10px 0;
    font-size: 13px;
}
.title{
    font-family: nav-font;
    font-size: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    text-align: right;
    color: #19918f;
}
.form .question input[type="text"]:focus ,.form .question select:focus {
    outline: none;
    background: #added0;  
    color: white;
    margin-top: 18px;
}
.form .question input[type="text"]:valid ,.form .question select:valid {
    margin-top: 10px;
}
.form .question input[type="text"]:focus ~ label {
    -moz-transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
}
.form .question input[type="text"]:valid ~ label {
    font-style: italic;
    -moz-transform: translate(2px, -35px) scale(0.7);
    -ms-transform: translate(2px, -35px) scale(0.7);
    -webkit-transform: translate(2px, -35px) scale(0.7);
    transform: translate(2px, -35px) scale(0.7);
}
.modal-backdrop {
    background-color: #fff;
}
.modal-content {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(203, 203, 203, 0.5);
    text-transform: capitalize;
    text-align: center;
    border: none;
}
.btn-default {
    background-color: #9b1218;
    border-color: #9b1218;
    color: #ffffff;
    padding: 5px 28px;
    border-radius: 27px;
}
.modal-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}
.modal-body p {
    font-size: 14px;
    text-align: center;
    padding: 25px;
}
.float{
    float: right;
}
.info-team{
    margin-top: -55px;
}
.info-team p:last-child{
    text-indent: -10px;
}
@media (max-width:400px){
    input[type="radio"] {
        margin: 0; 
    }
}
@media (max-width:1000px){
    .responsive {
        display: inline-block;
        width: 100%;
    }
    .main h1 {
        font-size: 18px;
    }
    .modal-dialog {
        width: 90%;

    }
}

@media (min-width:800px){
    .main{
        margin: 0 auto;
        width: 720px;
        /*height: 760px;*/
        height: 650px;
        background-image: url("../img/bg.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: relative;

    }
}

@media (max-width:800px){
    .main{
        margin: 0 auto;
        background-image: url("../img/bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 100%;
        position: relative;

    }
    .form{
        margin-top: 5px;
        padding: 5px 0px;
    }
    .footer-term{

        width: 100%;
    }
    select,input[type="number"], input[type="text"],textarea{
        margin: 0;
        margin-bottom: 10px;
    }
    

}
/*@media (max-width:800px)and (orientation: portrait){
    .main{
     
        height: calc(100vh - 42px);
     

    }
}*/
.pad0{
    padding: 0
}
/* Create a custom checkbox */
.containerc {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}
/* Hide the browser's default checkbox */
.containerc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #019176;
}

/* On mouse-over, add a grey background color */
.containerc:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .checkmark {
    background-color: #019175;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerc input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerc .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal{
    background-color: rgba(38, 38, 38, 0.51);
}