/* Font family define */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body { 
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Poppins';
    color: #474747;
    letter-spacing: 0.7px;
    background-color: #f3f3f3;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.btn-orange{
    background: #ff692e;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 30px;
    border: none;
    border-radius: 20px;
    color: #fff!important;
    margin-top: 15px;
    outline: none!important;
}

.contact-wrapper{
background-image: url(https://clsite-file1.s3.amazonaws.com/106960_customerservices.jpg) !important;
    background-color: transparent;
    position: relative;
    padding: 120px 0;
    background-position: top center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.contact-wrapper:before{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.contact-wrapper h1{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0;
}

.contact-wrapper .container{
    position: relative;
}

.contact-wrapperfield{
    padding: 30px 0;
}

.contact-wrapperfield .form-box h3{
font-size: 26px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

button.btnotp {
    background: #5c72ff;
    background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
    position: absolute;
    right: 15px;
    top: 50%;
    border: inherit;
    padding: 3px 8px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}

p#msg {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

p#msg1 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.contact-wrapperfield p{
    color: #333;
    font-size: 20px;
    margin-bottom: 0;
}

.contact-wrapperfield h4{
font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-wrapperfield h4 a{
color: #333;
    text-decoration: none;
}

.contact-wrapperfield .form-control{
    height: auto;
    border-radius: 20px;
    border: 1px #edeaea solid;
    box-shadow: inherit;
    padding: 10px 12px;
}

.othersfield{
    margin-top: 15px;
}

.contact-info{
    padding: 25px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 18%);
    background-color: #fdfdfd;
    color: #787878;
    font-size: 16px;
    max-width: 380px;
    margin: 0 auto;
    font-weight: bold;
}

.contact-info h3{
    font-size: 24px;
    color: #9d9c9c;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}


.contact-info p{
        font-size: 16px;
    font-weight: 500;
}

.contact-info p.timeing{
    
}

.contact-info p.callback{
    
}


.contact-info p.support{
    
}

.contact-info p.support a{
    display: block;
    color: #333;
}

.progress {
    width: 250px;
    height: 250px;
    line-height: 250px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.progress * {
    box-sizing: border-box;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #797979;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 133.33333333333334px;
    border-bottom-right-radius: 133.33333333333334px;
    border-left: 0;
    -moz-transform-origin: center left;
    -webkit-transform-origin: center left;
    transform-origin: center left;
        animation: loading-2 1.5s linear forwards 1.8s;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 133.33333333333334px;
    border-bottom-left-radius: 133.33333333333334px;
    border-right: 0;
    -moz-transform-origin: center right;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress.animate .progress-right .progress-bar {
    -moz-animation: loading-1 1.8s linear forwards 0.01s;
    -webkit-animation: loading-1 1.8s linear forwards 0.01s;
    animation: loading-1 1.8s linear forwards 0.01s;
}

.progress .progress-value {
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    color: #797979;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    line-height: initial;
}

.progress-value-content-t {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.progress-value-content-tc {
    display: table-cell;
    vertical-align: middle;
}

.progress-value-content-tc .per {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 0;
    font-family: "GothamSSm", Arial, sans-serif;
}

.progress.light-green .progress-bar {
    border-color: #a7ed0c;
}

.progress.animate .progress-left .progress-bar {
    -moz-animation: loading-2 1.5s linear forwards 1.8s;
    -webkit-animation: loading-2 1.5s linear forwards 1.8s;
    animation: loading-2 1.5s linear forwards 1.8s;
}


@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}



.thanlkyou img {
    margin-bottom: 15px;
}
.thanlkyou p{
        font-size: 18px;
}







@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}



@media only screen and (max-width:767px){
    .contact-wrapper {
    padding: 50px 0;
}

.contact-wrapper h1 {
    font-size: 32px;
}

}
@media only screen and (max-width:480px){

}
