/*----------------- Epilogue-font-family URL---------------- */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Syne:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Epilogue", sans-serif;
}

/* nav-start --------- */
.mainNavDiv {
    background-color: white;
    border-bottom: 1px solid #3fcabca1;
}

.mainNavDiv .primartNavLinks a.active {
    color: #FF5733;
}

.primary-nav {
    padding: 10px 0;
}

.primary-nav .container {
    border-bottom: 2px solid #3FCABB;
    padding-bottom: 15px;
}

.primary-nav .primartNavLinks {
    text-align: right;
}

.primary-nav .primartNavLinks a {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.primary-nav .primartNavLinks a:hover {
    color: #3071C8;
}

.primary-nav .primartNavLinks a:nth-child(1) {
    border-right: 1px solid;
    padding: 10px;
}

.primary-nav .primartNavLinks a:nth-child(2) {
    padding-left: 10px;
}

.navbar {
    margin: -15px 90px 0 90px;
    max-width: 100%;
}

.navbar .navbar-brand img {
    width: 300px;
    transition: all .5s ease;
}

.navbar ul {
    margin-right: 15px;
}

.navbar ul a {
    color: black;
    margin-right: 15px;
    font-size: 18px;
}

.navbar .navContactBtn a {
    border-radius: 50px;
    background-color: #3071C7;
    font-weight: 700;
    color: white;
    font-size: 20px;
    padding: 10px;
    width: 160px;
}

.navbar ul a:hover {
    color: rgb(48, 113, 200) !important;
}

.navbar .navContactBtn a:hover {
    color: white;
    background-color: black;
}

.navbar .navContactBtn a:active {
    box-shadow: none;
}

.navbar #menu {
    font-size: 30px;
    font-weight: 800;
    color: #464242;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

@media screen and (max-width: 1200px) {
    .navbar ul a {
        font-size: 15px;
    }

    .navbar .navContactBtn a {
        border-radius: 50px;
        background-color: #3071C7;
        font-weight: 700;
        color: white;
        font-size: 16px;
        padding: 8px;
        width: 140px;
    }
}

@media screen and (max-width: 1120px) {
    .navbar {
        margin: -15px 50px 0 50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1030px) {
    .navbar ul a {
        font-size: 14px;
    }

    .navbar .navContactBtn a {
        border-radius: 40px;
        background-color: #3071C7;
        font-weight: 400;
        color: white;
        font-size: 15px;
        padding: 5px;
        width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .primary-nav .primartNavLinks {
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .navbar {
        margin: -15px 0px 0px 0px;
    }
}

@media screen and (max-width: 450px) {

    .navbar .navbar-brand img {
        width: 200px;
    }
}

/* nav-end --------- */









/* firstSection-start ------ */
.firstSection {
    margin-top: 140px;
    min-height: 95%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-image: linear-gradient(to right, #3174c7bd 1%, transparent 99%), url(./Images/global-nurse-gateway-home-hero.jpg);
    background-size: cover;
    object-fit: cover;
}

.firstSection h1 {
    color: white;
    font-size: 60px;
    font-weight: 600;
    padding-top: 150px;
    width: 60%;
}

.firstSection a {
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-top: 20px;
    transition: all .3s ease;
}

.firstSection .join {
    padding: 15px;
    width: 220px;
    border: 2px solid white;
}

.firstSection .join:hover {
    background-color: black;
    color: white;
}

.firstSection .partner {
    background-color: #3FCABB;
    width: 270px;
    padding: 15px;
    margin-left: 20px;
}

.firstSection .partner:hover {
    background-color: black;
    color: white;
}

@media screen and (max-width: 992px) {
    .firstSection {
        min-height: 100%;
    }

    .firstSection h1 {
        width: 90%;
        text-align: center;
    }
}

@media screen and (max-width: 830px) {
    .firstSection h1 {
        font-size: 45px;
    }

    .firstSecBtns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* flex-direction: column; */
    }

    .firstSection a {
        width: 100%;
        border-radius: 50px;
        font-weight: 600;
        font-size: 16px;
        color: white;
        margin-top: 20px;
        transition: all .3s ease;
        padding: 3px;
    }
}

@media screen and (max-width: 450px) {
    .firstSection {
        margin-top: 120px;
        min-height: 65%;
        background-position: left;
        background-repeat: no-repeat;
        width: 100%;
        background-image: linear-gradient(to right, #3385C4 80%, #1253a334 99%), url(./Images/global-nurse-gateway-home-hero.jpg);
        background-size: cover;
        object-fit: cover;
        padding-bottom: 20px;
    }

    .firstSection h1 {
        font-size: 35px;
        padding: 80px 20px 0 20px;
        text-align: center;
    }

    .firstSecBtns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .firstSection .firstSecBtns .partner {
        margin-right: 25px;
    }
}

@media screen and (max-width: 400px) {
    .firstSection {
        min-height: 70%;
    }

    .firstSection h1 {
        font-size: 35px;
        width: 100%;
    }
}

/* firstSection-end ------ */












/* second-section-start ---------- */
.secondSection {
    padding: 100px 0;
}

.secondSection .secondSecH1 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(48, 113, 200);
}

.secondSection .secondSecP {
    font-size: 17px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    width: 80%;
    margin: 10px auto;
}

.secondSection .card {
    background-color: #3BAFBF;
    color: white;
    min-height: 350px;
    width: 98%;
    margin-top: 50px;
    padding: 10px;
    border: none;
    border-radius: 10px;
}

.secondSection .card img {
    margin-top: 15px;
}

.secondSection .card h3 {
    margin-top: 18px;
    font-size: 26px;
}

.secondSection .card p {
    font-weight: 400;
    font-size: 17px;
}

.secondSection .seconsSecBtn a {
    font-size: 20px;
    font-weight: 700;
    background-color: #3071C7;
    border-radius: 150px;
    color: white;
    padding: 10px;
    width: 200px;
    transition: .3s ease;
}

.secondSection .seconsSecBtn a:hover {
    background-color: black;
}

.secondSection .seconsSecBtn a:active {
    box-shadow: none;
}

@media screen and (max-width: 400px) {
    .secondSection .secondSecH1 {
        font-size: 23px;
    }

    .secondSection .secondSecP {
        font-size: 15px;
    }

    .secondSection .card h3 {
        font-size: 20px;
    }

    .secondSection .card p {
        font-size: 15px;
    }

    .secondSection .card {
        min-height: 200px;
        padding-bottom: 20px;
    }
}

/* second-section-end ---------- */







/* third-section-start ------------ */
.thirdSection {
    width: 100%;
    padding-bottom: 50px;
}

.thirdSection .thirdSectionImg {
    width: 530px;
    position: relative;
}

.thirdSection .thirdSectionImg img {
    width: 100%;
}

.thirdSection #thirdSectionCards h1 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(48, 113, 200);
}

.thirdSection #thirdSectionCards .card {
    background-color: #EAF1F9;
    border: none;
    padding: 15px 10px;
    margin: 20px 0;
    width: 100%;
}

.thirdSection #thirdSectionCards #sectionThirdIconH3 {
    display: flex;
    align-items: center;
    justify-content: start;
}

.thirdSection #thirdSectionCards .card h3 {
    font-size: 26px;
    color: rgb(48, 113, 200);
    font-weight: 600;
}

.thirdSection #thirdSectionCards .card p {
    font-size: 17px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    margin-left: 36px;
}

.thirdSection #thirdSectionCards .card i {
    color: #3BAFBF;
    border: 1px solid #3BAFBF;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.thirdSection .thirdSectionImg a {
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    background-color: #3071C8;
    padding: 13px 10px;
    position: absolute;
    bottom: -40px;
    left: 20%;
    transition: all .3s ease;
    width: 60%;
}

.thirdSection .thirdSectionImg a:hover {
    background-color: black;
}

.thirdSection .thirdSectionImg a:active {
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
    .thirdSection .thirdSectionImg a {
        font-weight: 400;
        font-size: 16px;
        padding: 8px;
        bottom: -15px;
    }
}

@media screen and (max-width: 992px) {
    .thirdSection #thirdSectionCards {
        margin-top: 80px;
    }
}

@media screen and (max-width: 430px) {
    .thirdSection #thirdSectionCards h1 {
        font-size: 30px;
    }

    .thirdSection #thirdSectionCards .card h3 {
        font-size: 18px;
    }

    .thirdSection #thirdSectionCards .card p {
        font-size: 15px;
    }
}

@media screen and (max-width: 350px) {
    .thirdSection .thirdSectionImg a {
        font-weight: 400;
        font-size: 14px;
        padding: 8px;
        bottom: -15px;
    }
}

/* third-section-end ------------ */







/* fourth-section-start ---------- */
.fourthSection {
    margin: 70px 0;
    width: 100%;
    background-color: #3695C3;
}

.fourthSection .carousel {
    width: 100%;
    text-align: center;
    min-height: 450px;
    padding: 20px 0;
}

.fourthSection .carousel .carousel-item {
    transition: 1s ease;
    margin-top: 50px;
}

.fourthSection .carousel .carousel-item p {
    width: 70%;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.fourthSection #quote {
    position: relative;
    top: 30px;
    width: 60px;
}

.fourthSection .carousel .carousel-item .caption {
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 558px) {
    .fourthSection .carousel .carousel-item p {
        font-size: 13px;
    }
}

/* fourth-section-end ---------- */









/* fifth-section-start ---------- */
.fifthSection {
    width: 100%;
    padding: 50px 0 100px 0;
}

.fifthSection .fifthSectionTopH1 {
    font-size: 38px;
    font-weight: 600;
    color: #3071C8;
}

.fifthSection .fifthSectionTopP {
    font-size: 17px;
    font-weight: 400;
    width: 70%;
    color: rgb(51, 51, 51);
    margin: 10px auto;
}

.fifthSection .card {
    margin-top: 40px;
    text-align: center;
    border: 1px solid #3BAFBF;
    width: 100%;
    padding: 15px;
    min-height: 250px;
}

.fifthSection .card h1 {
    font-size: 80px;
    font-weight: 600;
    color: rgb(59, 175, 191);
}

.fifthSection .card p {
    font-size: 20px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

@media screen and (max-width: 558px) {
    .fifthSection .fifthSectionTopP {
        font-size: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .fifthSection .fifthSectionTopH1 {
        font-size: 25px;
    }
}

/* fifth-section-end ---------- */







/* sixth-section-start --------- */
.sixthSection .sixthSectionGapDiv {
    background: linear-gradient(to right, #3175C7 40%, #3AAFBF);
    padding: 30px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sixthSection h1 {
    font-weight: 600;
    font-size: 21px;
    color: white;
}

.sixthSection p {
    font-size: 17px;
    font-weight: 400;
    color: white;
    margin-top: 18px;
}

.sixthSection a {
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: #3071C8;
    border-radius: 50px;
    padding: 15px 10px;
    width: 70%;
    transition: .3s ease;
}

.sixthSection a:hover {
    background-color: black;
    color: white;
}

@media screen and (max-width: 992px) {
    .sixthSection a {
        background-color: #29b2f7;
    }
}

@media screen and (max-width: 400px) {
    .sixthSection p {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .sixthSection a {
        font-size: 15px;
        font-weight: 500;
    }
}

/* sixth-section-end --------- */










/* footer-start ----------- */
footer {
    padding: 50px 0 20px 0;
    background-color: #EAF1F9;
    width: 100%;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

footer a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

footer i {
    font-size: 20px;
    width: 40px;
    padding: 10px 25px 10px 15px;
    aspect-ratio: 1;
    transition: .3s ease;
}

footer i:hover {
    background-color: #083d83;
    color: white;
}

/* footer-end ----------- */










/* signUp-first-Section-start ---------- */
#signUpFirstSection {
    min-height: 450px;
}

@media screen and (max-width: 450px) {
    #signUpFirstSection {
        min-height: 200px;
    }
}

/* signUp-first-Section-end ---------- */





/* signup-second-section-start --------- */
.signUpSecondSection {
    margin: 70px 0;
}

.signUpSecondSection h1 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(48, 113, 200);
}

.signUpSecondSection p {
    font-size: 17px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
}

.signUpSecondSection form {
    background-color: #3BAFBF;
    width: 90%;
    padding: 60px 50px;
    border-radius: 10px;
    color: white;
}

.signUpSecondSection #firstRow {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signUpSecondSection #secondRow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.signUpSecondSection #otherRow {
    margin: 0 auto;
}

.signUpSecondSection input {
    font-size: 18px;
    padding: 10px 8px;
}

.signUpSecondSection select {
    border: none;
    padding: 10px;
    border-radius: 3px;
    padding: 15px 8px;
}

.signUpSecondSection select:focus {
    border: 2px solid black;
}

.signUpSecondSection input:focus {
    border: 2px solid black;
    box-shadow: none;
}

.signUpSecondSection label {
    font-weight: 700;
    font-size: 17px;
}

.signUpSecondSection input[type="submit"] {
    background-color: #3071C8;
    transition: .3s ease;
    color: white;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    padding: 8px 20px;
    width: 220px;
}

.signUpSecondSection a input:hover {
    background-color: black;
    color: white;
}

.signUpSecondSection .form-text {
    color: #FFFFFF;
}

.signUpSecondSection #signupradio1 {
    accent-color: #3071C8;
    scale: 2;
    margin: 20px 10px 30px 10px;
}

.signUpSecondSection #signupradio2 {
    accent-color: #3071C8;
    scale: 2;
    margin: 20px 10px 30px 10px;
}

#signUpFooter {
    width: auto;
    margin: 0 auto;
}

.displayBlock {
    display: flex;
    flex-wrap: wrap;
}

.displayNone {
    display: none;
}

@media screen and (max-width: 992px) {
    .signUpSecondSection form {
        min-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .signUpSecondSection #firstRow input {
        min-width: 100%;
        display: block;
    }
}

@media screen and (max-width: 450px) {
    .signUpSecondSection form {
        padding: 25px;
    }
}

@media screen and (max-width: 370px) {
    .signUpSecondSection form .radioLabel {
        font-size: 15px;
    }

    .signUpSecondSection #signupradio1 {
        scale: 1.3;
        margin: 25px 5px;
    }

    .signUpSecondSection #signupradio2 {
        scale: 1.3;
        margin: 25px 5px;
    }
}

/* signup-second-section-end --------- */









/* login-first-section-start --------- */
#loginFirstSection {
    min-height: 300px;
    background-image: linear-gradient(to right, #3174c7bd 1%, transparent 99%), url(./Images/global-nurse-gateway-home-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#loginFirstSection h1 {
    font-size: 85px;
}

/* login-first-section-end --------- */










/* login-second-section-start--------- */
.loginSecondSection {
    margin: 50px 0;
}

.loginSecondSection .box {
    background-color: #3BAFBF;
    width: 35%;
    padding: 50px 30px;
    border-radius: 10px;
    margin: 15px auto;
    display: block;
    color: white;
}

.loginSecondSection .box input:focus {
    box-shadow: none;
    border: 2px solid black;
}

.loginSecondSection .box input[type="submit"] {
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
    border-radius: 50px;
    background-color: #3071C8;
    width: 160px;
    margin-top: 20px;
    transition: .3s ease;
}

.loginSecondSection .box a input:hover {
    background-color: black;
}

.loginSecondSection label {
    font-size: 17px;
    font-weight: 700;
}

.loginSecondSection h1 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(48, 113, 200);
}

.loginSecondSection p {
    font-size: 17px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
}

.loginSecondSection #accountChecking {
    background-color: #3071C7;
    color: white;
    font-weight: 700;
    width: 200px;
    font-size: 16px;
}

.loginSecondSection #accountChecking:active {
    box-shadow: none;
}

@media screen and (max-width: 992px) {
    .loginSecondSection .box {
        min-width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .loginSecondSection .box {
        min-width: 100%;
    }
}

/* login-second-section-end--------- */





/* nures-first-section-start -------- */
#nursesFirstSection {
    min-height: 350px;
    background-image: linear-gradient(to right, #3174c7bd 1%, transparent 99%), url(./Images/global-nurse-gateway-home-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#nursesFirstSection h1 {
    font-size: 80px;
}

@media screen and (max-width: 510px) {
    #nursesFirstSection h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 450px) {
    #nursesFirstSection {
        min-height: 250px;
    }
}

/* nures-first-section-end -------- */








/* nurses-second-section-start ---------- */
.nursesSecondSection h1 {
    color: rgb(48, 113, 200);
    font-size: 38px;
    font-weight: 600;
    margin: 80px 0 10px 0;
}

.nursesSecondSection p {
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-size: 17px;
}

@media screen and (max-width: 450px) {
    .nursesSecondSection h1 {
        font-size: 30px;
    }

    .nursesSecondSection p {
        font-size: 15px;
    }
}

/* nurses-second-section-end ---------- */






/* nurses-third-section-start ---------- */
.nursesThirdSection {
    width: 100%;
    margin: 80px 0 30px 0;
}

.nursesThirdSection .card {
    width: 98%;
    border-radius: 10px;
    background-color: #3BAFBF;
    color: white;
    padding: 10px;
    border: none;
    min-height: 550px;
}

.nursesThirdSection img {
    padding: 20px;
}

.nursesThirdSection .card h3 {
    font-weight: 600;
    font-size: 26px;
    margin-top: 15px;
}

.nursesThirdSection .card p {
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}

.nursesThirdSection a {
    font-weight: 700;
    font-size: 20px;
    color: white;
    background-color: #3071C7;
    border-radius: 50px;
    width: 200px;
    padding: 15px 8px;
    margin-top: 20px;
    transition: all .3s ease;
}

.nursesThirdSection a:hover {
    background-color: black;
    color: white;
}

/* nurses-third-section-end ---------- */







/* nurses-fourth-section-start -------------- */
#nursesFourthSection {
    margin-bottom: 0;
}

/* nurses-fourth-section-end -------------- */






/* agencies-first-section-start ----- */
.agenciesSecondSection h1 {
    padding-top: 80px;
    color:rgb(48, 113, 200);
    font-size: 38px;
    font-weight: 600;
}
.agenciesSecondSection p{
    font-size: 17px;
    font-weight: 400;
    color: #515151;
}
.agenciesSecondSection h2{
    color:rgb(48, 113, 200);
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .agenciesSecondSection h1 {
        font-size: 26px;
    }
    .agenciesSecondSection h2{
        font-size: 23px;
    }

    .agenciesSecondSection p {
        font-size: 15px;
    }
}

/* agencies-first-section-end ----- */







/* about-first-section-start ----- */
.about-second-section h1 {
    padding-top: 80px;
    color:rgb(48, 113, 200);
    font-size: 38px;
    font-weight: 600;
}
.about-second-section p{
    font-size: 17px;
    font-weight: 400;
    color: #515151;
}
.about-second-section h2{
    color:rgb(48, 113, 200);
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .about-second-section h1 {
        font-size: 26px;
    }
    .about-second-section h2{
        font-size: 23px;
    }

    .about-second-section p {
        font-size: 15px;
    }
}
/* about-first-section-end ----- */





/* blog-second-section-start -------- */
.blog-second-section{
    padding-top: 50px;
}
.blog-second-section .blog-first-content #nurse-with-baby{
    width: 95%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-second-section .blog-content{
    width: 100%;
}
.blog-second-section .blog-content h2{
    color: rgb(48, 113, 200);
    font-size: 26px;
    font-weight: 600;
}
.blog-second-section .blog-content input{
    width: 100%;
    font-size: 20px;
    padding: 8px;
    margin: 15px 0;
}
.blog-second-section .blog-content a{
    color: rgb(51, 51, 51);
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.blog-second-section .blog-first-content h1{
    font-size: 38px;
    font-weight: 600;
    color: rgb(48, 113, 200);
    margin-top: 20px;
}
.blog-second-section .blog-first-content p{
      color: rgb(51, 51, 51);
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.blog-second-section .blog-first-content a{
    text-decoration: none;
}
/* blog-second-section-start -------- */