.Demo{background: url(../images/demo.jpg);  background-size: auto;background-size: 100% 100%;padding: 11% 0 0;}
.Demo .col-sm-12{display: flex;}
.Demo .col-sm-2 a{text-align: center;margin: 0 auto;display: table;padding-right: 20px;}
.r-demo form > *{width: 100%;padding: 10px;margin: 7px 0;border-radius: 5px;border: 1px solid #dcdcdc;box-shadow: 0px 0px 9px #ddd;}
.r-demo form > .theme-btn{
    border-radius: 10px;
    box-shadow: none !important;
    border: none;
    padding: 12px;
}
.get-demo p{
    margin: 20px 0;
    color: #1f1f1f;
    font-size: 11pt;
}
.light-color{
    color: #0081ff;
    font-size: 14pt;
    margin: 25px 0 -20px;
    font-weight: 500;
}
.r-demo p{
    font-size: 16px;
    color: #828282;
}
.Demo .col-sm-4{
    padding: 0;
}
.r-demo form > .theme-btn{
    border-radius: 20px;
    box-shadow: none !important;
    border: none;
    padding: 12px;
    margin: 25px 0;
}
.demo.t3 div div{max-width: max-content;}
.demo.t3{
    padding: 10% 5%;
    margin-top: 15%;
}
.demo.t3 h3{font-weight: 500;}
.demo.t3 button{width:100%;}

footer h3.col-lg-12{
    color: #fff;
    font-size: 28px;
    margin-top: 3%;
}
footer .container{
    padding: 0 30px;
}
.header{background: #fff;}
.r-demo select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
padding: 10px;
border: none;
background: transparent;
color: #838383;
}
.selec-box{
    padding: 0 !important;
	position: relative;
}
.selec-box .fa-chevron-down{
	color: #cdcdcd;
    right: 12px;
    top: 15px;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
}
@media only screen and (max-width: 767px){
  .Demo{
    background: linear-gradient(to top, #f7f8fa 70%, #fff 38%);
    padding: 26% 0 0;
    }
    footer{
        margin-top: -206px;
    }
    footer > .container:first-of-type {
        padding-top: 140px !important;
    }
    .demo h3{
        font-size: 33px;
    }
}
@media screen and (min-device-width: 400px) and (max-device-width: 416px){ 
   .demo h3{
        margin: 20px 15px;
    }
}
@media screen and (min-device-width: 310px) and (max-device-width: 322px){
    .Demo{
        background: linear-gradient(to top, #f7f8fa 68.5%, #fff 38%);
        padding: 28% 0 0;
    }
    .demo h3{
        font-size: 28px;
    }
    footer .container{
        padding-top: 125px;
    }
    footer{
        margin-top: -190px;
    } 
}