@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

h1,h2,h4,h5,h6
{
	font-family: 'Josefin Sans', sans-serif;
}

a,span,strong,h3,p
{
	font-family: 'Poppins', sans-serif;
}
/*Header Css*/
.nav-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    padding: 0 !important;
    margin-right: 55px;
}
.nav-link:hover {
    color: #B9870C;
}
.navbar-nav .nav-link.active {
    color: #B9870C;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child {
    margin-right: 0;
}
.right-nav .nav-link {
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 0px !important;
    padding: 27px 40px !important;
    position: relative !important;
    background: #000;
    margin: 0;
}
.right-nav .nav-link:before {
    content: "";
    background: linear-gradient(264deg, #0070E2 -5.31%, #00244A 104.03%);
    width: 148.351px;
    height: 53.069px;
    top: auto;
    right: -7px;
    left: auto;
    bottom: -6px;
    position: absolute;
    z-index: -11 !important;
}

section.checkout {
    font-family: Jost;
    padding: 100px 0px !important;
}

section.checkout .col-sm-7 {
    box-shadow: 0px 0px 7px #00000029;
    padding: 30px 30px;
}

        section.checkout .col-sm-7 h1 {
    font-weight: 700;
    letter-spacing: 0.5px !important;
    font-size: 25px;
}

section.checkout .col-sm-7 h1 .clrchange {
    font-size: 40px;
    margin-right: 0px;
}

section.checkout .col-sm-7  p.pera {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}

section.checkout .col-sm-7 form {
    display: flex;
    align-items: center;
    margin-top: 25px !important;
}

section.checkout .col-sm-7 form input[type="text"] {
    padding: 15px 20px;
    width: 41%;
    height: 100%;
}

section.checkout .col-sm-7 form input[type="text"]::placeholder {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

section.checkout .col-sm-7 form button {
    background: #B9870C;
    padding: 15px 20px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 0px !important;
    margin-left: -50px;
    /* box-shadow: 0px 0px 2px #B9870C; */
    transition: 0.5s ease;
    height: 100%;
}

section.checkout .col-sm-5 a.proceed.submitbtn {
    background: #B9870C;
    padding: 15px 20px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 0px !important;
    margin-left: -50px;
    /*box-shadow: 0px 0px 2px #B9870C;*/
    transition: 0.5s ease;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 100%;
}


section.checkout .col-sm-5 .sidebar {
    box-shadow: 0px 0px 7px #00000029;
    padding: 30px 30px;
}

section.checkout .col-sm-5 .sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

section.checkout .col-sm-5 .sidebar ul li {
    font-size: 20px;
}

section.checkout .col-sm-5 .sidebar .contentinner1 p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px;
}

section.checkout .col-sm-5 .sidebar .contentinner1  span.amount {
    font-size: 27px;
    margin-left: -5px;
}

.contentinner1 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

section.checkout .col-sm-5 p.packagetitle {font-weight: 600 !important;}

h1.pricemain {
    font-weight: 600;
    font-family: 'Jost';
}

section.checkout .col-sm-7 form button:hover {
    transition: 0.5s ease-out;
    background: #0070E2;
}


section.checkout .col-sm-5 button:hover {
    transition: 0.5s ease-out;
    background: #0070E2;
}

.banner1 {
    background: url(/wp-content/uploads/2023/11/Banner.png);
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner1 h1 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'Jost';
    font-weight: 700;
    letter-spacing: 0.5px;
}

.banner1 p {
    font-family: 'Jost';
    color: #ffffff;
    font-size: 22px;
}

/*Footer Css*/
footer.footer-row {
    background-color: #fff6d8;
    padding-bottom: 50px;
}
.footer-top {
    padding: 70px 0;
}
.footer-top h3 {
    font-family: 'Josefin Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    background: linear-gradient(91deg, #B9870C -2.48%, #9C7003 99.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 7px;
}
.footer-top h2 {
    color: #131313;
    font-family: Josefin Sans;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0;
}
.footer-top .btninfo {
    background: linear-gradient(91deg, #B9870C -2.48%, #9C7003 99.68%);
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top .btninfo a {
    color: #FFF;
    font-family: 'Josefin Sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: unset;
}
.footer-top .btninfo a i {
    font-size: 25px;
    margin-top: 10px;
}
.footer-top ul.socialicon {
    margin-top: 30px;
    margin-bottom: 0;
}
.footer-top ul.socialicon li {
    margin: 0 20px;
}
.footer-top ul.socialicon li i {
    font-size: 35px;
    color: #000000;
}
.footer-cont img {
    width: 50%;
    margin-bottom: 15px;
}
.footer-cont p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
    width: 85%;
}
.footer-cont ul.info {
    padding: 0;
    margin: 0;
}
.footer-cont ul.info li a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 200%;
    font-family: 'Josefin Sans';
    text-decoration: unset;
}
.footer-cont ul.info li {
    list-style: none;
}
.footer-cont ul.info li a i {
    background: #0068D2;
    color: #ffffff;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    margin-right: 10px;
    line-height: 42px;
    text-align: center;
}
.footer-cont ul.info li br {
    display: none;
}
.footer-links h4, .footer-news h4 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}
.footer-links ul {
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    list-style: none;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.footer-links ul li a {
    text-decoration: unset;
    color: #000;
}
.footer-news p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    width: 85%;
    margin-bottom: 10px;
}
.footer-news .form-group input {
    background: #ffffff;
    border-radius: 0px !important;
    color: #767676;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    border: 0;
    margin-bottom: 20px;
}
.footer-news .form-group button {
    border: 0;
    background: #000;
    color: #ffffff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px;
    padding: 18px 25px !important;
    position: relative;
}

section.checkout .col-sm-5 .proceed {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 25px;
}

.copyright {
    padding: 15px 0px;
    text-align: center;
    background: #203f91;
}

.copyright p {
    padding: 0px;
    margin: 0px;
    font-family: 'Jost';
    color: #ffffff;
}

footer.footer-row .col-lg-2:nth-child(2) {
    width: 30%;
    display: flex;
    justify-content: center;
}
footer.footer-row .col-lg-2:nth-child(3) {
    width: 0%;
}









@media only screen and (min-width: 320px) and (max-width: 767px){
    
.banner1 {
    padding: 50px 0 !important;
}
.banner1 h1 {
    text-align: center;
    font-size: 30px;
}
.banner1 p {
    font-size: 18px;
    text-align: center;
}
section.checkout {
    padding: 50px 0 !important;
}
section.checkout .col-sm-7 h1 .clrchange {
    font-size: 24px;
}
section.checkout .col-sm-7 h1 {
    text-align: center;
    font-size: 24px;
}
section.checkout .col-sm-7 p.pera {
    font-size: 14px;
    text-align: center;
}
section.checkout .col-sm-7 form {
    display: block;
}
section.checkout .col-sm-7 form input[type="text"] {
    width: 100%;
    font-size: 14px;
    padding: 12px;
}
    section.checkout .col-sm-5 a.proceed.submitbtn {
    font-size: 16px;
    padding: 12px;
}
section.checkout .col-sm-7 form input[type="text"]::placeholder {
    font-size: 14px;
}
section.checkout .col-sm-7 form button {
    margin: 10px auto 0;
    display: table;
    padding: 12px;
    font-size: 16px;
}
section.checkout .col-sm-5 p.packagetitle {
    font-size: 18px;
    margin: 0;
}
p.packagevalue {
    font-size: 14px;
    margin-bottom: 0;
}
section.checkout .col-sm-5 .sidebar ul {display: block;text-align: center;}
section.checkout .col-sm-5 .sidebar ul li {
    margin: 10px 0;
}
.contentinner1 {
    align-items: center;
}
section.checkout .col-sm-5 .sidebar .contentinner1 p {
    font-size: 14px;
}
footer.footer-row {
    padding: 50px 0;
}
.footer-top {
    padding: 50px 0 !important;
}
.footer-top h2 {
    font-size: 24px;
    line-height: 34px;
}
.footer-top .btninfo {
    width: 60%;
    padding: 50px 0 !important;
    border-radius: 100%;
}
.footer-top .btninfo a {
    font-size: 14px;
}
.footer-cont img {
    margin: 0 auto 20px;
    display: block;
}
.footer-cont p {
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.footer-links {
    margin: 20px 0;
}
.footer-row .col-xs-3.col-sm-12.col-md-4.col-lg-2:nth-child(2) {
    width: 100%;
}
.footer-links h4, .footer-news h4 {
    text-align: center;
}
.footer-links ul li a {
    text-align: center;
    font-size: 14px;
}
.footer-links ul {
    text-align: center;
}
.footer-news p {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.footer-news .form-group button {
    font-size: 14px;
    margin: 0 auto;
    display: table;
}
.copyright p {
    font-size: 14px;
}
.copyright {
    background: #00366d;
}	


	    
    
    
}
@media only screen and (min-width: 768px) and (max-width: 1000px)
{
    
.banner1 {
    padding: 50px 0 !important;
}
.banner1 h1 {
    text-align: center;
    font-size: 38px;
}
.banner1 p {
    font-size: 20px;
    text-align: center;
}
section.checkout {
    padding: 50px 0 !important;
}
section.checkout .col-sm-7 h1 .clrchange {
    font-size: 30px;
}
section.checkout .col-sm-7 h1 {
    text-align: center;
    font-size: 24px;
}
    section.checkout .col-sm-7 form input[type="text"]::placeholder {
    font-size: 15px;
}
section.checkout .col-sm-5 a.proceed.submitbtn {
    font-size: 16px;
    padding: 14px;
}
section.checkout .col-sm-7 p.pera {
    font-size: 16px;
    text-align: center;
}
section.checkout .col-sm-7 form {
    /* display: block; */
    justify-content: center;
}
section.checkout .col-sm-7 form input[type="text"] {
    width: 40%;
    font-size: 14.5px;
}
section.checkout .col-sm-7 form button {margin-left: 0;padding: 15px;font-size: 16px;}
section.checkout .col-sm-5 p.packagetitle {
    font-size: 18px;
    margin: 0;
}
p.packagevalue {
    font-size: 14px;
    margin-bottom: 0;
}
section.checkout .col-sm-5 .sidebar ul {display: block;text-align: center;}
section.checkout .col-sm-5 .sidebar ul li {
    margin: 10px 0;
}
.contentinner1 {
    align-items: center;
}
section.checkout .col-sm-5 .sidebar .contentinner1 p {
    font-size: 14px;
}
footer.footer-row {
    padding: 50px 0;
}
.footer-top {
    padding: 50px 0 !important;
}
.footer-top h2 {
}
.footer-top .btninfo {
    width: 30%;
    padding: 60px 0 !important;
    border-radius: 100%;
}
.footer-top .btninfo a {
    font-size: 14px;
}
.footer-cont img {
    margin: 0 auto 20px;
    display: block;
    width:30%;
}
.footer-cont p {
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.footer-links {
    margin: 20px 0;
}
.footer-row .col-xs-3.col-sm-12.col-md-4.col-lg-2:nth-child(2) {
    width: 100%;
}
.footer-links h4, .footer-news h4 {
    text-align: center;
}
.footer-links ul li a {
    text-align: center;
    font-size: 14px;
}
.footer-links ul {
    text-align: center;
}
.footer-news p {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.footer-news .form-group button {
    font-size: 14px;
    margin: 0 auto;
    display: table;
}
.copyright p {
    font-size: 14px;
}
.copyright {
    background: #00366d;
}
section.checkout .col-sm-7 {
    width: 100%;
}
section.checkout .col-sm-5 {
    width: 100%;
    padding: 0;
}
    
    
    
}
@media only screen and (min-width: 1024px) and (max-width: 1600px){
    
    
 .nav-link {
    margin: 0 10px;
    font-size: 18px !important;
}
section.checkout .col-sm-7 h1 .clrchange {
    font-size: 30px;
}
section.checkout .col-sm-7 p.pera {
    font-size: 20px;
}
section.checkout .col-sm-7 form {
    justify-content: space-between;
}   
    
    section.checkout .col-sm-7 form button {
    margin-left: 0;
    font-size: 16px;
}
section.checkout .col-sm-7 form input[type="text"] {
    width: 50%;
    padding: 13.5px;
}
section.checkout .col-sm-5 .sidebar ul li {
    font-size: 18px;
}
section.checkout .col-sm-5 .sidebar .contentinner1 p {
    margin-top: 0;
    font-size: 18px;
}
h1.pricemain {
    font-size: 30px;
}
section.checkout .col-sm-5 a.proceed.submitbtn {
    padding: 13px;
    font-size: 16px;
}
    
    
    
    
    
    
}