body {
    font-family: "Playfair Display";
}
/*section 1*/

/*.sc-1 {
    margin: 65px 0px;
}*/
.ct-wrap img {
    height:70px;
    width:70px;
}
.sc2-whats-img {
    width:30px;
    height:30px;
    /*margin-top:-7px;*/
}
.ca-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}
label.valid {
    background-image: url(../Images/checkedGreen.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 19px;
}
label.error {
    font-family: "Poppins";
    padding-left: 16px;
    margin-left: .3em;
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 11px;
    color: #dc3545;
}
.ct-title {
    width: 321px;
    height: 47px;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
}

.ct-circle {
    position: relative;
}

    .ct-circle:before {
        position: absolute;
        content: "";
        width: 183px;
        right: 20px;
        top: 50px;
        opacity: .5;
        z-index: -1;
        height: 203px;
        background-image: url(../images/circle.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

.ct-wrap {
    display: flex;
    align-items: center;
    padding: 18px;
    height: 130px;
    box-shadow: 0 15px 16px 0 rgba(255, 177, 101, 0.61);
    background-image: linear-gradient(82deg, #ff6b07 5%, #ff832f 25%, #ff8837 59%);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
}

.ct-text-wrap {
    display: inline-block;
    margin-left: 15px;
    margin-top: 9px;
}

.ct-inner-title {
    font-size: 30px;
    font-weight: bold;
    /*margin:0;*/
}

@media (max-width: 400px) {
    .ct-inner-title {
        font-size: 25px;
    }

    .ct-text-wrap {
        display: inline-block;
        margin-left: 7px;
    }
}

.ct-text {
    font-size: 16px;
    line-height: 1.5;
    color: white;
    text-decoration: none;
    letter-spacing: normal;
}

    .ct-text:hover {
        color: white;
        text-decoration: none;
    }
/*section 2*/
.sc-2 {
    background-color: #fff8f8;
    margin-top: 45px;
}

.sc2-left {
    padding: 30px;
    margin-bottom: 50px;
}

    .sc2-left .tym {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        color: #ff4a07;
    }

    .sc2-left img {
        float: left;
        margin-right: 15px;
        
    }

    .sc2-left h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .sc2-left .address {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: normal;
    }

    .sc2-left .cnt {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        color: #ff6f0e;
    }

    .sc2-left h3 {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        color: #ff4a07;
        margin: 20px 0px;
    }

    .sc2-left .social-link a {
    }

.sc2-right {
    height: 520px;
    border-radius: 10px;
    padding: 45px 30px;
    margin-top: -50px;
    box-shadow: 0 11px 17px 0 rgba(229, 229, 229, 0.61);
    border: solid 1px #ebebeb;
    background-color: white;
}

    .sc2-right h2 {
        font-size: 25px;
        font-weight: bold;
    }

    .sc2-right p {
        font-family: "Poppins";
        font-size: 14px;
        font-weight: normal;
    }

    .sc2-right .form-group {
    }

        .sc2-right .form-group input {
            font-family: "Poppins";
            font-size: 11px;
            font-weight: normal;
            color: #9a9a9a;
            border: solid 1px #d2cfcf;
            display: block;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            margin-bottom: 5px;
        }

        .sc2-right .form-group textarea {
            font-family: "Poppins";
            font-size: 11px;
            font-weight: normal;
            color: #9a9a9a;
            border: solid 1px #d2cfcf;
            width: 100%;
            padding: .375rem .75rem;
        }

    .sc2-right form .btn {
        height: 50px;
        width: 100%;
        background-image: linear-gradient(267deg,#ff4a07, #ff6c09);
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor:pointer;
    }

.rt-circle {
    position: relative;
}

    .rt-circle:before {
        position: absolute;
        content: "";
        width: 183px;
        right: -54px;
        top: -50px;
        opacity: .5;
        height: 203px;
        background-image: url(../images/circle.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

.social-link img {
    height: 48px;
    width: 48px;
}
/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .custom-container {
        max-width: 1250px;
    }

    
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .custom-container {
        max-width: 1450px;
    }

   
}

@media (min-width: 1920px) {
    .custom-container {
        max-width: 1750px;
    }

   
}