/* 


MAIN css file


*/


@import 'main.css';


/* 


MAIN css file


*/

/* 



content page starts here



*/


.content_thanks{
    margin-top: 72px;
}
.thanks{
    padding: 100px 0px; /*  padding enabled without bottom section  */
    display: flex;
    flex-direction: column;
    align-items:center;
}
.thanks img{
    width: 90px;
    height: 85px;
}
.thanks p.thanks-for-message,.benefit-of-our-services{
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
}
.thanks p.tell{
    margin-top: 5px;
    font-size: 20px;
}
.thanks .thanks-line{
    margin-top: 20px;
    width: 80%;
    border:1.5px solid #1EBED7;
    border-top:none; 
}

footer {
    margin-top: auto;
}
/* 


future plans


*/


.find-out{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.find-out .services{
    text-align: center;
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
}

.find-out .seperate-services{
    margin:-10px 60px;
    width: 2px;
    height: 200px;
    background-color: black;
}


/* 


content media-queries


*/



@media(max-width:1200px){
    .thanks{
        padding: 200px 0px; /*  padding enabled without bottom section  */
    }
    
    .thanks img{
        width: 120px;
        height: 115px;
    }
    .thanks p.thanks-for-message,.benefit-of-our-services{
        margin-top: 40px;
        font-size: 36px;
    }
    .thanks p.tell{
        margin-top: 10px;
        font-size: 25px;
    }
    .thanks .thanks-line{
        margin-top: 30px;
        width: 80%;
        border:2px solid #1EBED7;
        border-top:none; 
    }
}
@media(max-width:768px){
    .thanks img{
        width: 110px;
        height: 105px;
    }
    .thanks p.thanks-for-message,.benefit-of-our-services{
        margin-top: 20px;
        font-size: 32px;
    }
    .thanks p.tell{
        margin-top: 7px;
        font-size: 20px;
    }
    .thanks .thanks-line{
        margin-top: 20px;
        width: 85%;
        border:1.5px solid #1EBED7;
    }
}
@media(max-width:600px){
    .thanks{
        padding: 120px 0px; /*  padding enabled without bottom section  */
    }
    .thanks img{
        width: 90px;
        height: 85px;
    }
    .thanks p.thanks-for-message,.benefit-of-our-services{
        margin-top: 15px;
        font-size: 27px;
    }
    .thanks p.tell{
        text-align: center;
        margin:5px 20px;
        font-size: 20px;
    }
    .thanks .thanks-line{
        margin-top: 10px;
        width: 90%;
    }
}
@media(max-width:375px){
    .thanks{
        padding: 130px 0px; /*  padding enabled without bottom section  */
    }
    .thanks img{
        width: 90px;
        height: 85px;
    }
    .thanks p.thanks-for-message,.benefit-of-our-services{
        margin-top: 15px;
        font-size: 27px;
    }
    .thanks p.tell{
        text-align: center;
        margin:5px 20px;
        font-size: 20px;
    }
    .thanks .thanks-line{
        margin-top: 10px;
        width: 90%;
    }
}
@media(max-width:360px){
    .thanks{
        padding: 120px 0px; /*  padding enabled without bottom section  */
    }
    .thanks img{
        width: 85px;
        height: 80px;
    }
    .thanks p.thanks-for-message,.benefit-of-our-services{
        margin-top: 15px;
        font-size: 27px;
    }
    .thanks p.tell{
        font-size: 18px;
    }
}
@media(max-width:320px){
    .thanks{
        padding: 80px 0px; /*  padding enabled without bottom section  */
    }
}
