@media (max-width: 1750px) {
    section.hero {
        padding: 35px 25px;
    }
    
    section.hero:before {
        width: 450px;
    }
    
    .hero-img {
        max-width: 535px;
        height: 805px;
    }
    
    .hero-bio h1 {
        font-size: 90px;
        line-height: 90px;
        min-height: 180px;
    }
    
    .hero-bio p {
        font-size: 19px;
        line-height: 28px;
        max-width: 680px;
    }
    
    .color-changer {
        width: 50px;
        height: 50px;
    }
    
    .dark-mode {
        width: 50px;
        height: 50px;
    }
    
    ul.menu-bar li a span:nth-child(2) {
        font-size: 18px;
    }
    
    ul.menu-bar li a span:first-child {
        font-size: 18px;
    }
    
    button.primary-btn {
        font-size: 18px;
        height: 55px;
        line-height: 54px;
        margin-top: 25px;
    }
    .feature-box i, .feature-box svg {
        font-size: 45px;
    }
    
    .feature-box h2 {
        font-size: 30px;
    }
    
    .feature-box p {
        font-size: 17px;
    }
    
}
@media (max-width: 1599px) {
    section.hero:before {
        width: 420px;
    }
    
    .hero-img {
        max-width: 495px;
        height: 755px;
    }
    
    .hero-bio h1 {
        font-size: 80px;
        line-height: 80px;
        min-height: 160px;
    }
    
    .hero-bio p {
        font-size: 17px;
        line-height: 26px;
        max-width: 620px;
    }
    
    button.primary-btn {
        font-size: 17px;
        height: 52px;
        line-height: 50px;
        margin-top: 20px;
    }
    
    .color-changer {
        width: 45px;
        height: 45px;
        right: 100px;
    }
    
    .color-changer svg {
        font-size: 17px;
    }
    
    .dark-mode {
        width: 45px;
        height: 45px;
    }
    
    .dark-mode svg {
        font-size: 22px;
    }
    
    .icon-changer img {
        max-width: 24px;
    }
    
    ul.menu-bar li a span:nth-child(2) {
        font-size: 16px;
        width: 45px;
        line-height: 45px;
    }
    
    ul.menu-bar li a span:first-child {
        font-size: 16px;
    }
    
    ul.menu-bar li a {
        height: 45px;
        margin-bottom: 15px;
    }
    
    ul.menu-bar li a:before {
        width: 45px;
        height: 45px;
    }
    
    ul.menu-bar li a.show:before {
        width: calc(100% + 25px);
    }
    .main-heading span {
        font-size: 125px;
    }
    
    .main-heading h2 {
        font-size: 60px;
    }
    
    section.about-me {
        padding: 150px 0 60px;
    }
    
    p.sec-text {
        line-height: 28px;
        font-size: 18px;
        margin-top: 40px;
        max-width: 860px;
    }
    
    .about-content {
        padding-top: 120px;
    }
    
    .sub-heading {
        font-size: 23px;
    }
    
    .about-content .sub-heading:before {
        height: 2px;
    }
    
    .about-content .sub-heading {
        margin-bottom: 40px;
    }
    
    .personal-info-inner p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .single-progressbar .title {
        font-size: 20px;
    }
    
    .percentCount {
        font-size: 15px;
    }
    
    .progressbar .proggress {
        height: 8px !important;
    }
    
    .experience-wrapper .exp-box h2 {
        font-size: 50px;
    }
    
    .experience-wrapper .exp-box h3 {
        font-size: 16px;
    }
    
    .experience-wrapper .exp-box {
        padding: 26px 20px;
    }
    
    section.portfolio {
        padding: 100px 0;
    }
    
    .porfolio-img {
        height: 440px;
    }
    
    .porfolio-slider {
        margin-top: 80px;
    }
    
    .portfolio .slick-arrow {
        width: 50px;
        height: 50px;
    }
    
    .portfolio .slick-arrow svg {
        font-size: 20px;
    }
    .feature-box i, .feature-box svg {
        font-size: 40px;
    }
    
    .feature-box h2 {
        font-size: 25px;
        margin-top: 20px;
    }
    
    .feature-box {
        padding: 30px;
        min-height: 310px;
    }
    
    .feature-box p {
        font-size: 15px;
        line-height: 24px;
    }
    
    section.features {
        padding: 150px 0 60px;
    }
    
    .contact-row {
        margin-top: 130px;
    }
    
    h1.contact-main-head {
        font-size: 38px;
    }
    
    .contact-desc p {
        font-size: 15px;
        line-height: 24px;
        max-width: 490px;
    }
    
    h2.contact-head {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .contact-detail h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    form.contact-form input, form.contact-form textarea {
        font-size: 15px;
        padding: 11px 0;
    }
    
    form.contact-form .form-group {
        margin-bottom: 30px;
    }
    
    section.contact-me {
        padding: 100px 0 120px;
    }
    
    .social-media ul li a {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
    
    p.copyright {
        margin: 15px 0 0;
        font-size: 15px;
    }
    
    footer.main-footer {
        padding: 30px 0;
    }
    .color-choice span {
        width: 16px;
        height: 16px;
    }
    
    .color-choice {
        bottom: -50px;
    }
    
    
}
@media (max-width: 1439px) {
    section.hero:before {
        width: 370px;
    }
    
    .hero-img {
        max-width: 425px;
        height: 655px;
        border-radius: 20px;
    }
    
    .hero-bio h1 {
        font-size: 70px;
        line-height: 70px;
        min-height: 140px;
    }
    
    .hero-bio p {
        font-size: 14px;
        line-height: 22px;
        max-width: 510px;
    }
    
    button.primary-btn {
        font-size: 15px;
        height: 45px;
        line-height: 43px;
        margin-top: 15px;
        padding: 0 65px 0 20px;
        border-width: 1px;
    }
    
    button.primary-btn span:nth-child(2) {
        width: 50px;
    }
    
    button.primary-btn:before {
        width: 50px;
        height: calc(100% + 2px);
        top: -1px;
    }
    
    section.hero {
        padding: 30px 20px;
    }
    
    .color-changer {
        width: 40px;
        height: 40px;
        right: 90px;
    }
    
    .dark-mode {
        width: 40px;
        height: 40px;
    }
    
    .color-changer svg {
        font-size: 15px;
    }
    
    .dark-mode svg {
        font-size: 19px;
    }
    
    .icon-changer img {
        max-width: 21px;
    }
    
    ul.menu-bar li a span:nth-child(2) {
        font-size: 14px;
        width: 40px;
        line-height: 40px;
    }
    
    ul.menu-bar li a span:first-child {
        font-size: 14px;
    }
    
    ul.menu-bar li a {
        height: 40px;
    }
    
    ul.menu-bar li a:before {
        width: 40px;
        height: 40px;
    }
    
    ul.menu-bar li a.show:before {
        width: calc(100% + 20px);
    }
    .main-heading span {
        font-size: 105px;
    }
    
    .main-heading h2 {
        font-size: 50px;
    }
    
    p.sec-text {
        line-height: 25px;
        font-size: 16px;
        margin-top: 35px;
        max-width: 750px;
    }
    
    section.about-me {
        padding: 120px 0 50px;
    }
    
    .about-content {
        padding-top: 80px;
    }
    
    .about-content .sub-heading {
        font-size: 19px;
    }
    
    .personal-info-inner p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .download-cv button {
        margin-top: 25px;
    }
    
    .single-progressbar .title {
        font-size: 17px;
    }
    
    .percentCount {
        font-size: 12px;
        margin-top: -30px;
    }
    
    .progressbar .proggress {
        height: 6px !important;
    }
    
    .progressbar {
        margin-bottom: 20px;
    }
    
    .experience-wrapper .exp-box h2 {
        font-size: 40px;
    }
    
    .experience-wrapper .exp-box h3 {
        font-size: 13px;
    }
    
    .experience-wrapper .exp-box {
        padding: 24px 14px;
    }
    
    section.portfolio {
        padding: 80px 0;
    }
    
    .porfolio-img {
        height: 380px;
        border-width: 2px;
    }
    
    .portfolio .slick-arrow {
        width: 45px;
        height: 45px;
        bottom: 0px;
    }
    
    .portfolio .slick-arrow svg {
        font-size: 17px;
    }
    
    section.features {
        padding: 130px 0 50px;
    }
    
    .feature-row {
        margin-top: 70px;
    }
    
    .feature-box i, .feature-box svg {
        font-size: 36px;
    }
    
    .feature-box h2 {
        font-size: 21px;
        margin-top: 15px;
    }
    
    .feature-box p {
        font-size: 13px;
        line-height: 22px;
    }
    
    .feature-box {
        padding: 23px;
        min-height: 270px;
        margin-bottom: 30px;
    }
    
    section.contact-me {
        padding: 80px 0 100px;
    }
    
    .contact-row {
        margin-top: 110px;
    }
    
    h1.contact-main-head {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .contact-desc p {
        font-size: 13px;
        line-height: 21px;
        max-width: 430px;
    }
    
    h2.contact-head {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .contact-detail h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    form.contact-form input, form.contact-form textarea {
        font-size: 13px;
        padding: 9px 0;
    }
    
    .phone a {
        font-size: 15px;
    }
    
    .phone, .address, .contact-desc {
        margin-bottom: 20px;
    }
    
    p.copyright {
        font-size: 13px;
    }
    
    footer.main-footer {
        padding: 25px 0;
    }
    .color-choice span {
        width: 14px;
        height: 14px;
    }
    .color-choice {
        bottom: -45px;
    }
    .color-choice span {
        width: 12px;
        height: 12px;
    }
    .color-choice {
        bottom: -40px;
    }
    
}
@media (max-width: 1279px) {
    section.hero:before {
        width: 310px;
    }
    
    .hero-img {
        max-width: 355px;
        height: 545px;
        border-radius: 18px;
    }
    
    .hero-bio h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px;
        min-height: 120px;
    }
    
    .hero-bio p {
        font-size: 12px;
        line-height: 19px;
        max-width: 430px;
    }
    
    button.primary-btn {
        font-size: 12px;
        height: 38px;
        line-height: 37px;
        margin-top: 10px;
        padding: 0 60px 0 17px;
    }
    
    button.primary-btn span:nth-child(2) {
        width: 40px;
    }
    
    button.primary-btn:before {
        width: 40px;
    }
    
    section.hero {
        padding: 25px 15px;
    }
    
    .color-changer {
        width: 35px;
        height: 35px;
        right: 75px;
    }
    
    .color-changer svg {
        font-size: 14px;
    }
    
    .dark-mode {
        width: 35px;
        height: 35px;
        right: 30px;
    }
    section.nav-menus {
        right: 30px;
    }
    
    .dark-mode svg {
        font-size: 16px;
    }
    
    .icon-changer img {
        max-width: 17px;
    }
    
    ul.menu-bar li a span:nth-child(2) {
        font-size: 12px;
        width: 35px;
        line-height: 35px;
    }
    
    ul.menu-bar li a span:first-child {
        font-size: 12px;
    }
    
    ul.menu-bar li a:before {
        width: 35px;
        height: 35px;
    }
    
    ul.menu-bar li a {
        height: 35px;
        margin-bottom: 10px;
    }
    
    ul.menu-bar li a.show:before {
        width: calc(100% + 16px);
    }
    .main-heading h2 {
        font-size: 44px;
    }
    
    .main-heading span {
        font-size: 95px;
    }
    
    p.sec-text {
        line-height: 21px;
        font-size: 14px;
        margin-top: 30px;
        max-width: 670px;
    }
    
    .about-content .sub-heading {
        font-size: 18px;
        margin-bottom: 35px;
    }
    
    .about-content .sub-heading:before {
        width: 40px;
    }
    
    .personal-info-inner p {
        font-size: 12px;
        margin-bottom: 2px;
    }
    
    .download-cv button {
        margin-top: 25px;
    }
    
    .single-progressbar .title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .percentCount {
        font-size: 11px;
    }
    
    .experience-wrapper .exp-box h2 {
        font-size: 36px;
    }
    
    .experience-wrapper .exp-box h3 {
        font-size: 12px;
    }
    
    .experience-wrapper .exp-box {
        padding: 20px 14px;
    }
    
    .experience-wrapper {
        padding-left: 40px;
    }
    section.portfolio {
        padding: 60px 0;
    }
    
    section.about-me {
        padding: 110px 0 60px;
    }
    .porfolio-img {
        height: 340px;
    }
    .porfolio-slider {
        margin-top: 60px;
    }
    
    .portfolio .slick-arrow {
        width: 40px;
        height: 40px;
    }
    
    .portfolio .slick-arrow svg {
        font-size: 15px;
    }
    section.features {
        padding: 110px 0 40px;
    }
    
    .feature-box h2 {
        font-size: 19px;
        margin-top: 13px;
    }
    
    .feature-box p {
        font-size: 11px;
        line-height: 18px;
        margin-top: 10px;
    }
    
    .feature-box {
        min-height: 230px;
        margin-bottom: 25px;
    }
    
    .feature-row {
        margin-top: 60px;
    }
    
    .feature-box:before, .feature-box:after {
        width: 4px;
    }
    
    @keyframes featured {
        0% {
            width: calc(100% + 1px);
            height: calc(100% + 1px);
        }
    
        50% {
            height: calc(100% + 1px);
            width: 4px;
        }
    
        100% {
            height: 0;
            width: 4px;
        }
    }
    
    @keyframes featured2 {
        0% {
            height: 0;
            width: 4px;
        }
    
        50% {
            height: calc(100% + 1px);
            width: 4px;
        }
    
        100% {
            width: calc(100% + 1px);
            height: calc(100% + 1px);
        }
    }
    .portfolio .port-prev.slick-arrow {
        left: 46%;
    }
    
    .feature-box i, .feature-box svg {
        font-size: 28px;
    }
    
    .feature-box h2 {
        font-size: 18px;
        margin-top: 12px;
    }
    
    .feature-box {
        padding: 23px;
        min-height: 222px;
    }
    
    .feature-box p {
        font-size: 10px;
        line-height: 17px;
    }
    
    .feature-row .col-lg-3 {
        padding: 0 10px;
    }
    section.contact-me {
        padding: 70px 0 100px;
    }
    
    h1.contact-main-head {
        font-size: 28px;
    }
    
    .contact-desc p {
        font-size: 11px;
        line-height: 19px;
        max-width: 360px;
    }
    
    h2.contact-head {
        font-size: 17px;
    }
    
    .contact-detail h3 {
        font-size: 13px;
    }
    
    .phone a {
        font-size: 13px;
    }
    
    form.contact-form .row .col-lg-6, form.contact-form .row .col-12 {
        padding: 0 10px;
    }
    
    form.contact-form input, form.contact-form textarea {
        font-size: 11px;
        padding: 8px 0;
    }
    
    form.contact-form .form-group {
        margin-bottom: 28px;
    }
    
    .contact-row {
        margin-top: 90px;
    }
    
    .social-media ul li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    
    p.copyright {
        font-size: 11px;
    }
    
    footer.main-footer {
        padding: 20px 0;
    }
    
    .social-media ul {
        margin-bottom: 10px;
    }
    
    
}
@media (max-width: 991px) {
    section.nav-menus {
        position: fixed;
        top: 0;
        left: -110%;
        right: auto;
        transform: unset;
        width: 300px;
        height: 100vh;
        background: var(--menu-black);
        padding: 0;
        z-index: 9999;
        box-shadow: var(--menubar-shadow);
        border-right: 2px solid var(--white);
        transition: all .5s ease;
        opacity: 0;
    }
    section.nav-menus.nav-show {
        left: 0;
        opacity: 1;
    }
    section.nav-menus nav {
        height: 100%;
    }
    
    section.nav-menus .menu-bar {
        display: flex;
        justify-content: center;
        gap: 30px;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }
    
    ul.menu-bar li a:before {
        left: 0;
        width: 40px;
        height: 40px;
    }
    ul.menu-bar li a span:nth-child(2) {
        width: 40px;
        line-height: 40px;
        height: 40px;
    }
    
    ul.menu-bar li a span:first-child {
        transform: unset;
        padding: 0;
        opacity: 1;
        visibility: visible;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 2px;
    }

    ul.menu-bar li a.show:before {
        width: 100%;
    }
    
    ul.menu-bar li a {
        margin: 0;
        flex-direction: row-reverse;
        min-width: 170px;
        height: 40px;
        justify-content: flex-end;
        gap: 10px;
    }
    .display-sm-none {
        display: none;
    }
    .hero-img {
        height: 445px;
        border-radius: 12px;
        max-width: 290px;
    }
    
    .hero-bio {
        padding-left: 40px;
    }
    
    .hero-bio h1 {
        font-size: 48px;
        line-height: 48px;
    }
    
    .hero-bio p {
        font-size: 13px;
        line-height: 20px;
    }
    
    section.hero:before {
        width: 250px;
    }
    
    .color-changer {
        width: 45px;
        height: 45px;
        right: 85px;
    }
    
    .color-changer svg {
        font-size: 16px;
    }
    
    .dark-mode {
        width: 45px;
        height: 45px;
    }
    
    .dark-mode svg {
        font-size: 19px;
    }
    .icon-changer img {
        max-width: 22px;
    }
    
    .color-choice span {
        width: 15px;
        height: 15px;
    }
    
    .color-choice {
        bottom: -45px;
    }
    section.about-me {
        padding: 80px 0 40px;
    }
    
    .main-heading h2 {
        font-size: 36px;
    }
    
    .main-heading span {
        font-size: 85px;
    }
    
    p.sec-text {
        max-width: 500px;
        line-height: 20px;
        font-size: 13px;
    }
    .experience-wrapper {
        padding: 0;
        margin-top: 40px;
    }
    
    .experience-wrapper .exp-box {
        flex: 0 0 22%;
    }
    
    .personal-info-inner p {
        font-size: 13px;
    }
    
    .download-cv button {
        margin-top: 20px;
    }
    
    .percentCount {
        font-size: 14px;
    }
    
    .experience-wrapper .exp-box h2 {
        font-size: 32px;
    }
    
    .experience-wrapper .exp-box h3 {
        font-size: 14px;
    }
    .porfolio-slider {
        margin-top: 40px;
    }
    .portfolio .port-prev.slick-arrow {
        left: 43%;
    }
    
    .portfolio .slick-arrow {
        width: 50px;
        height: 50px;
    }
    
    .portfolio .port-next.slick-arrow {
        left: 50%;
    }
    section.features {
        padding: 90px 0 30px;
    }
    .feature-row .col-lg-3 {
        padding: 0 7px;
    }
    
    .feature-box {
        margin-bottom: 14px;
        padding: 30px 20px 10px;
        border-radius: 7px;
        min-height: 234px;
    }
    
    .feature-box i, .feature-box svg {
        font-size: 32px;
    }
    
    .feature-box h2 {
        font-size: 20px;
        max-width: 100%;
    }
    
    .feature-box p {
        font-size: 13px;
        line-height: 19px;
    }
    section.contact-me {
        padding: 50px 0 60px;
    }
    
    .contact-row {
        margin-top: 70px;
    }   
    .container-1640 {
        max-width: 92%;
    }
    h1.contact-main-head {
        font-size: 23px;
    }
    
    .contact-desc p {
        font-size: 13px;
        line-height: 20px;
        max-width: 310px;
    }
    
    h2.contact-head {
        font-size: 18px;
    }
    form.contact-form .row .col-lg-6, form.contact-form .row .col-12 {
        padding: 0;
    }
    
    form.contact-form input, form.contact-form textarea {
        font-size: 13px;
        padding: 10px 0;
    }
    
    form.contact-form .form-group {
        margin-bottom: 15px;
    }
    
    .social-media ul li a {
        font-size: 19px;
        width: 40px;
        height: 40px;
    }
    
    p.copyright {
        font-size: 13px;
        margin: 10px 0 0;
    }
    
    footer.main-footer {
        padding: 15px 0;
    }  
    .icon-bar {
        height: 45px;
        width: 45px;
    position: absolute;
    right: 140px;
    top: 30px;
    z-index: 9999999999999999;
    background: var(--icons);
    border-radius: 50px;
    padding: 14px 11px;
    }

    .icon-bar span {
        width: 24px;
        display: block;
        height: 2px;
        background: var(--white);
        transition: all .3s ease;
    }
    .icon-bar .top-line {
        width: 12px;
    }

    .icon-bar span:nth-child(2) {
        margin: 5px 0;
        width: 18px;
    }

    .icon-bar.icon-bar-click .center-line {
        transform: rotate(-45deg) translateX(0px) translateY(1px);
        width: 100%;
    }

    .icon-bar.icon-bar-click .top-line {
        width: 0;
    }

    .icon-bar.icon-bar-click .bottom-line {
        transform: rotate(45deg) translateX(-4px) translateY(-5px);
    }      
    
}
@media (max-width: 767px) {
    section.hero {
        min-height: 70vh;
        padding: 35px 15px 0 15px;
    }
    
    .hero-img {
        height: 325px;
    }
    
    .hero-bio h1 {
        font-size: 32px;
        line-height: 37px;
        min-height: 80px;
    }
    
    button.primary-btn {
        padding: 0 50px 0 15px;
    }
    .main-heading span {
        font-size: 65px;
    }
    
    .main-heading h2 {
        font-size: 34px;
    }
    
    .about-content {
        padding-top: 40px;
    }
    
    .experience-wrapper .exp-box h2 {
        font-size: 29px;
    }
    
    .experience-wrapper .exp-box h3 {
        font-size: 12px;
    }
    section.portfolio {
        padding: 40px 0;
    }
    
    .portfolio .port-prev.slick-arrow {
        left: 41%;
    }
    
    .portfolio .port-next.slick-arrow {
        right: 41%;
        left: auto;
    }
    
    .portfolio .slick-arrow {
        bottom: -30px;
    }
    .contact-row .col-md-6:last-child h1.contact-main-head {
        margin-top: 30px;
    }
                
}
@media (max-width: 575px) {
    section.hero:before {
        width: 80%;
        clip-path: polygon(0 0, 0 0, 100% 50%, 0% 100%);
        height: 75%;
    }

    .hero-img {
        height: 395px;
        margin: 0 auto;
    }

    .hero-bio {
        padding: 30px 0 0;
        text-align: center;
    }
    
    section.hero {
        padding: 125px 5px 0 5px;
    }
    .color-choice {
        z-index: 999999;
    }
    section.nav-menus {
        width: 100%;
        border: 0;
    }
    .main-heading span {
        font-size: 55px;
    }
    
    .main-heading h2 {
        font-size: 30px;
    }
    
    p.sec-text {
        margin-top: 20px;
    }
    
    .personal-info .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .about-content {
        padding: 30px 5px 0;
    }
    
    .personal-info-inner p {
        text-align: center;
    }
    
    .about-content .sub-heading {
        text-align: center;
        font-size: 23px;
    }
    
    .about-content .sub-heading:before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .download-cv {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .hero-bio p {
        max-width: 335px;
        margin: 0 auto 16px;
    }
    
    .experience-wrapper .exp-box {
        flex: 0 0 48%;
    }
    
    .experience-wrapper {
        justify-content: center;
        gap: 10px;
    }
    section.portfolio {
        padding: 0 0 40px;
    }    
    .porfolio-img {
        height: 320px;
    }
    .portfolio .slick-arrow {
        width: 40px;
        height: 40px;
    }
    
    .portfolio .port-prev.slick-arrow {
        left: 37%;
    }
    
    .portfolio .port-next.slick-arrow {
        right: 37%;
    }
    
    .feature-row {
        margin-top: 30px;
    }
    
    section.contact-me {
        padding: 30px 0 60px;
    }
    
    .contact-row {
        margin-top: 40px;
    }
    
    .feature-box {
        text-align: center;
        align-items: center;
    }
    
    .feature-box i, .feature-box svg {
        font-size: 42px;
        margin-bottom: 10px;
    }
    
    .feature-box h2 br {
        display: none;
    }
    
    .feature-box h2 {
        font-size: 21px;
    }
    
    .phone, .address, .contact-desc {
        text-align: center;
    }
    
    h2.contact-head {
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .email {
        text-align: center;
    }
    
    .contact-row .col-md-6:last-child h1.contact-main-head {
        text-align: center;
    }
    
    .contact-form button.primary-btn {
        display: block;
        margin: 10px auto 0;
    }
    .social-media ul li a {
        font-size: 17px;
        width: 35px;
        height: 35px;
    }
    .icon-bar {
        right: 30px;
    }
    
    .dark-mode {
        right: 85px;
    }
    
    .color-changer {
        right: 140px;
    }
    .contact-desc p {
        margin: 0 auto;
    }
}