@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body {
    font-weight: 400;
    font-size: 14px;
    background: #FFFFFF;
    color: #1C1C1C;
    font-family: 'Lato', sans-serif;
}

/* ========= Utility Class ==========  */

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1160px;
    }
}

a {
    text-decoration: none;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

ul {
    list-style: none;
}

button {
    border: inherit;
}

.poppins {
    font-family: 'Poppins', sans-serif !important;
}

.cursor-pointer {
    cursor: pointer;
}

.white_ff {
    color: #FFFFFF !important;
}

.black_00 {
    color: #000000 !important;
}

.orange_button {
    background: #E77817;
    border: 1px solid #E77817;
    border-radius: 8px;
    color: #FFFFFF !important;
    padding: 7px 30px !important;
    width: fit-content;
}

.orange_button:hover,
.orange_button:active {
    background: white;
    color: #E77817 !important;
}

.orange_button:hover img,
.orange_button:active img{
    filter: invert(50%) sepia(35%) saturate(5527%) hue-rotate(4deg) brightness(107%) contrast(82%);
}

.blue_6a {
    color: #6AA9D5;
}

.font_200 {
    font-weight: 200 !important;
}

.font_300 {
    font-weight: 300 !important;
}

.font_400 {
    font-weight: 400 !important;
}

.font_500 {
    font-weight: 500 !important;
}

.font_600 {
    font-weight: 600 !important;
}

.font_700 {
    font-weight: 700 !important;
}

.font_800 {
    font-weight: 800 !important;
}

.font_900 {
    font-weight: 900 !important;
}

.font_10 {
    font-size: 10px !important;
}

.font_12 {
    font-size: 12px !important;
}

.font_14 {
    font-size: 14px !important;
}

.font_15 {
    font-size: 15px !important;
}

.font_16 {
    font-size: 16px !important;
}

.font_17 {
    font-size: 17px !important;
}

.font_18 {
    font-size: 18px !important;
}

.font_19 {
    font-size: 19px !important;
}

.font_20 {
    font-size: 20px !important;
}

.font_22 {
    font-size: 22px !important;
}

.font_24 {
    font-size: 24px !important;
}

.font_25 {
    font-size: 25px !important;
}

.font_26 {
    font-size: 26px !important;
}

.font_28 {
    font-size: 28px !important;
}

.font_30 {
    font-size: 30px !important;
}

.font_32 {
    font-size: 32px !important;
}

.font_36 {
    font-size: 36px !important;
}

.font_40 {
    font-size: 40px !important;
}

.font_46 {
    font-size: 46px !important;
}

.font_48 {
    font-size: 48px !important;
}

/* ========= Utility Class ==========  */

/* ========================================
Header Styling Starts Here
======================================== */

.blue_header {
    background: #28166F;
}

.orange_slop {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    background: #E77817;
    padding: 14px 45px 10px 40px;
    width: fit-content;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.green_slop {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    background: #3A9D33;
    padding: 14px 45px 10px 40px;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-left: -32px;
    cursor: pointer;
}

.orange_slop img {
    margin-right: 10px;
}

.green_slop img {
    margin-right: 10px;
}

.second_navabr {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.second_navabr .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.nav_items .nav-item {
    padding-left: 40px;
}

.nav_items .nav-item:first-child {
    padding-left: 0;
}

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

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

.nav_items .dropdown-toggle {
    display: flex;
    align-items: center;
}

.nav_items .dropdown-toggle::after {
    background: url("../images/icons/dropdown-arrow-down.svg");
    background-repeat: no-repeat;
    border: none;
    width: 8px;
    height: 8px;
    margin-top: 6px;
    margin-left: 10px;
}

/* ========================================
Header Styling Ends Here
======================================== */

/* ========================================
Index Page Styling Starts Here
======================================== */

.hero_banner {
    padding: 30px 0;
}

.banner_ul {
    margin: 10px 0 20px 0;
}

.banner_ul li {
    display: flex;
    align-items: center;
}

.banner_ul li img {
    margin-right: 10px;
}

.banner_input .form-control {
    border: 1px solid #E8E8E8;
    color: #1C1C1C;
    padding: 13px 15px;
    margin-right: 10px;
}

.banner_input .form-control::-webkit-input-placeholder {
    color: #1C1C1C;
}

.banner_input .form-control::-moz-placeholder {
    color: #1C1C1C;
}

.banner_input .form-control:-ms-input-placeholder {
    color: #1C1C1C;
}

.banner_input input:-moz-placeholder {
    color: #1C1C1C;
}

.banner_input .orange_button {
    border-radius: 10px !important;
    padding: 15px 40px !important;
}

.warning_slider {
    background: #28166F;
    padding: 10px;
}

.our_services {
    background: #F6FBFF;
    padding: 60px 0;
}

.services_box {
    background: #FFFFFF;
    box-shadow: 0px 40px 40px rgba(174, 174, 174, .22);
    padding: 25px 35px;
    margin-bottom: 15px;
}

.services_box_image img {
    margin: 0 auto 15px auto;
}

.how_we_work {
    padding: 75px 0 50px 0;
}

.world_map {
    position: relative;
    z-index: 0;
}

.world_map::before {
    content: "";
    position: absolute;
    top: 0;
    background: url("../images/page-image/world-map.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.map_boxes {
    padding: 44px 50px 144px 50px;
}

.triangle_white_border {
    position: relative;
}

.triangle_white_border:before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: 50%;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    right: -26px;
    height: 32px;
    width: 18px;
    z-index: 1;
    background: #FFFFFF;
}

.orange_work {
    background: #FF9932;
    width: 100%;
    border-radius: 14px;
    padding: 34px 20px;
    position: relative;
    border: 2px solid #FFFFFF;
}

.orange_work:after {
    content: "";
    position: absolute;
    background: radial-gradient(49.94% 49.94% at 44.25% 44.3%, #FF9932 24.8%, #FFA346 29.4%, #FFBE7E 43.1%, #FFD5AC 56.5%, #FFE7D0 69.1%, #FFF4E9 80.9%, #FFFCF9 91.6%, #FFFFFF 100%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 40%;
    z-index: -1;
}

.orange_work:before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: 50%;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    right: -26px;
    height: 28px;
    width: 18px;
    z-index: 1;
    background: #FF9932;
}

.orange_work_image {
    text-align: center;
    height: 80px;
    width: 80px;
    margin: 0 auto 13px auto;
}

.orange_work_image img {
    height: 100%;
    width: 100%;
}

.blue_work {
    background: #0066B8;
}

.blue_work:before {
    background: #0066B8;
}

.blue_work::after {
    background: radial-gradient(49.94% 49.94% at 44.26% 44.3%, #0066B8 24.8%, #0368B9 25.4%, #458FCB 37.9%, #7DB1DB 50.1%, #ACCDE7 61.8%, #D0E2F1 72.9%, #E9F2F9 83.3%, #F9FBFD 92.6%, #FFFFFF 100%);
}

.red_work {
    background: #FF6D3F;
}

.red_work:before {
    background: #FF6D3F;
}

.red_work::after {
    background: radial-gradient(49.94% 49.94% at 44.24% 44.3%, #FF6D3F 24.8%, #FF7246 26.5%, #FF9C7E 40.8%, #FFC0AC 54.7%, #FFDBD0 67.9%, #FFEFE9 80.2%, #FFFAF9 91.2%, #FFFFFF 100%);
}

.green_work {
    background: #00BFA1;
}

.green_work:before {
    background: #00BFA1;
}

.green_work::after {
    background: radial-gradient(49.94% 49.94% at 44.24% 44.3%, #00BFA1 24.8%, #03BFA2 25.4%, #45D0BA 37.9%, #7DDECF 50.1%, #ACEAE0 61.8%, #D0F3ED 72.9%, #E9F9F7 83.3%, #F9FDFC 92.6%, #FFFFFF 100%);
}

.affordable_plans {
    margin-top: 100px;
    padding: 50px 100px;
    background: #BAE2FF;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blue_button {
    color: #FFFFFF;
    background: #6AA9D5;
    border-radius: 8px;
    padding: 14px 50px;
}

.about_us {
    border: 1px solid #E8E8E8;
    padding: 60px 0;
}

.why_choose {
    background: #F9F9F9;
    padding: 50px 0;
}

.choose_experience {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.choose_experience_one {
    width: 20%;
    height: 100%;
    padding-right: 17px;
    margin-bottom: 20px;
}

.choose_experience_one:last-child {
    padding-right: 0px;
}

.choose_experience_decade_image {
    text-align: center;
    margin: 0 auto 20px auto;
}

.choose_experience_decade {
    background: white;
    border-radius: 11px;
    box-shadow: 0px 3px 40px #DEDEDE;
    padding: 30px 15px;
    width: 100%;
}

.data_seurity {
    padding: 60px 0;
}

.data {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.data .data_image {
    margin-right: 20px;
}

.data .data_text {
    flex: 1;
}

.other_service {
    padding: 70px 0;
    background: #ECF7FF;
}

.service_heading {
    margin-bottom: 88px;
}

.nri {
    box-shadow: none;
}

.testimonial {
    padding: 60px 0 150px 0;
}

.testimonial_item {
    background: #FFFFFF;
    padding: 15px 20px;
    box-shadow: 0px 3px 50px rgba(152, 152, 152, 0.22);
    overflow: visible;
    margin: 100px 0 50px 0;
    position: relative;
}

.testimonial_item_image {
    position: absolute;
    height: 145px;
    width: 145px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.24);
    border: 4px solid #FFFFFF;
    transform: translateY(-90px);
    left: 30%;
    margin: 0 auto;
}

.testimonial_item_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial_item_text {
    margin-top: 90px;
}

.testimonial_item_text .dark_henry {
    color: #202427;
}

.ceo_orange {
    color: #E77817;
}

#testimonial .owl-dots {
    text-align: center;
}

#testimonial .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border-radius: 0;
    background: #989898;
    margin-right: 7px;
}

#testimonial .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

#testimonial .owl-dots .owl-dot.active {
    background: #3781B5;
}

/* ========================================
Index Page Styling Ends Here
======================================== */

/* ========================================
Footer Styling Starts Here
======================================== */

.main_footer {
    background: #28166F;
}

.footer_abbordable {
    transform: translateY(-50%);
}

.footer_abbordable .blue_button {
    background: #28166F;
}

.social_media {
    display: flex;
    align-items: center;
}

.social_icon {
    height: 41px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #665A99;
    border-radius: 50%;
    margin-right: 17px;
}

.social_icon:last-child {
    margin-right: 0;
}

.footer_links li {
    margin-bottom: 10px;
}

.f_conenct_text {
    flex: 1;
}

.copyright{
    padding: 50px 0 20px 0;
}

/* ========================================
Footer Styling Ends Here
======================================== */

/* ========================================
Home-1 Page Styling Starts Here
======================================== */

.got_question {
    padding: 60px 0;
}

.get_in_touch {
    border: 1px solid #E9E9E9;
    padding: 50px 30px;
    border-radius: 18px;
    margin-bottom: 25px;
}

.get_in_touch_heading {
    color: #0A0A0A;
}

.intouch_input{
    margin-bottom: 30px;
}

.intouch_input .form-control {
    border: 1px solid #C4C4C4;
    border-radius: 0;
    color: #C4C4C4;
    padding: 10px ;
}

.intouch_input .form-control::-webkit-input-placeholder {
    color: #C4C4C4;
}

.intouch_input .form-control::-moz-placeholder {
    color: #C4C4C4;
}

.intouch_input .form-control:-ms-input-placeholder {
    color: #C4C4C4;
}

.intouch_input input:-moz-placeholder {
    color: #C4C4C4;
}

.intouch_input .form-control{
    resize: none;
}

.touch_box{
    background: #F3F3F3;
    padding: 15px 25px;
    display: flex;
}

.touch_box_image{
    background: #28166F;
    height: 54px;
    width: 54px;
    overflow: hidden;
    margin-right: 20px;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address_img{
    height: 31.83px;
    width: 23.87px;
}

.mail_img{
    height: 29.69px;
    width: 29.69px;
}

.touch_box_text{
    flex: 1;
}

.contact_map{
    margin-top: 40px;
}

/* ========================================
Home-1 Page Styling Ends Here
======================================== */

/* ========================================
Home-2 Page Styling Starts Here
======================================== */

.main_breadcrumb {
    padding: 20px 0;
    background: #F5F5F5;
}

.breadcrumb-item a {
    color: #2A3040;
}

.breadcrumb-item.active {
    color: #2A3040;
}

/* ========================================
Home-2 Page Styling Ends Here
======================================== */

/* ========================================
Home-3 Page Styling Starts Here
======================================== */

.filling{
    border-radius: 6px;
    box-shadow: 0px 3px 60px rgba(232, 232, 232, 0.25);
    margin-top: 22px;
    padding-bottom: 50px;
}

.ca_guide{
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(232, 232, 232, 0.29);
    border: 1px solid #E8E8E8;
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px;
}

.view_plan_btn .orange_button img{
    height: 20.74px !important;
    width: 20.74px !important;
}

.border_e8{
    border-bottom: 1px solid #E8E8E8;
    margin: 40px 0 33px 0;
}

.tr_box{
    border-radius: 8px;
    box-shadow: 3px 3px 50px rgba(232, 232, 232, 0.52);
    border: 1px solid #E8E8E8;
    padding: 30px 20px;
    margin-bottom: 18px;
}

/* ========================================
Home-3 Page Styling Ends Here
======================================== */
/* ========================================
Home-4 Page Styling Starts Here
======================================== */

.rs_green{
    color: #3A9D33;
}

/* ========================================
Home-4 Page Styling Ends Here
======================================== */

/* ========================================
Home-5 Page Styling Starts Here
======================================== */

.partner_image{
    border-radius: 8px;
    box-shadow: 3px 3px 6px rgba(232, 232, 232, 0.47);
    border: 1px solid #E8E8E8;
    padding: 10px;
    background: #FFFFFF;
}

.partner_image img{
    border-radius: 8px;
    object-fit: cover;
}

/* ========================================
Home-5 Page Styling Ends Here
======================================== */

/* ========================================
Home-6 Page Styling Ends Here
======================================== */

.pricing{
    padding-top: 50px;
}

.pricing_bg{
    position: relative;
    z-index: 0;
    padding-bottom: 100px;
}

.pricing_bg::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/page-image/blue-wave.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.price_tabs{
    margin: 50px 0 70px 0;
}

.price_tabs .nav .nav-item .nav-link.active{
    background: #E77817;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
}

.price_tabs .nav .nav-item .nav-link{
    background: #E8E8E8;
    color: #1C1C1C;
    padding: 18px 55px;
    border-radius: 8px;
    border: none;
}

.price_tabs .nav{
    border: none;
    margin-bottom: 70px;
}

.price_tabs .nav .nav-item:nth-child(2n){
    margin: 0 16px;
}

.sun_plan{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    position: relative;
    min-height: 550px;
    margin-bottom: 30px;
    background: #FFFFFF;
}

.sun_first{
    background: #3781B5;
    border-radius: 8px 8px 0 0;
    padding: 18px 33px 18px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.sun_first::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/icons/moon-half.svg");
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.sun_first::before{
    content: "";
    position: absolute;
    bottom: -16px;
    height: 17px;
    width: 58px;
    z-index: -1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #3781B5;
    right: 50%;
    transform: translate(50%, 4%);
    background: #3781B5;
}

.sun_second{
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    padding: 31px 20px 17px 20px;
}

.sun_second_description{
    display: flex;
    margin-bottom: 14px;
}

.sun_second_description_check{
    margin-right: 12px;
}

.sun_button{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.price_tc ol{
    padding-left: 16px;
}

.sun_plan_second{
    min-height: 380px;
}

.most_popular{
    background: #3A9D33;
    border-radius: 5px 5px 0 0;
    width: 113px;
    height: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    font-size: 13px;
    transform: translate(-50%,0%);
    top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sun_second_description_text {
    flex: 1;
}

.sun_image{
    flex: none;
    height: 52px;
    width: 52px;
}

.sun_image img{
    width: 100%;
    height: 100%;
}

/* ========================================
Home-6 Page Styling Ends Here
======================================== */

/* ========================================
Home-8 Page Styling Starts Here
======================================== */

.welcome_signin{
    padding: 100px 0;
}

.signin_form{
    border-radius: 18px;
    border: 1px solid #E9E9E9;
    box-shadow: 3px 3px 30px #ffffff;
    padding: 30px;
}

.gray_78{
    color: #787878;
}

.form_btn{
    margin-top: 67px;
}

.form_btn .orange_button{
    padding: 10px 53px !important;
}

/* ========================================
Home-8 Page Styling Ends Here
======================================== */

/* ========================================
Home-10 Page Styling Starts Here
======================================== */

.personal_profile{
    padding: 50px 0;
}

.mayur_shelar{
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 35px;
}

.user_profile_detail_1{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.user_profile_detail_1 p{
    margin-right: 35px;
}

.user_profile_detail_1 span{
    word-break: break-all;
}

.view_button{
    width: 196px;
    height: 50px;
    background: #28166F;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_button_sky{
    background: #6AA9D5;
}

.view_button_orange{
    background: #E77817;
}

/* ========================================
Home-10 Page Styling Ends Here
======================================== */

/* ========================================
Home-11 Page Styling Starts Here
======================================== */

.my_plan{
    padding: 100px 0;
}

.plan_blue{
    border-radius: 8px 8px 0 0;
    background: #3781B5;
    padding: 17px 45px 17px 20px;
}

.plan_blue_first .sun_image{
    margin-left: 30px;
}

.w_b_button{
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    color: #3781B5;
}

.plan_blue_height{
    min-height: 125px;
}

/* ========================================
Home-11 Page Styling Ends Here
======================================== */

/* ========================================
Home-12 Page Styling Ends Here
======================================== */

.plan_details{
    border: 1px solid #E8E8E8;
    border-bottom: 4px solid #6AA9D5;
    padding: 35px 23px;
    display: flex;
    justify-content: space-between;
}

.orange_e7{
    color: #E77817;
}

.green_3a{
    color: #3A9D33;
}

/* ========================================
Home-12 Page Styling Ends Here
======================================== */

/* ///// Click to Top ///// */
#myBtn {
    display: none;
    position: fixed;
    bottom: 33px;
    right: 6%;
    z-index: 9999;
    border: none;
    outline: none;
    background: #FFFFFF;
    cursor: pointer;
    width: 64px;
    height: 66px;
    border-radius: 8px;
}

.uparrow_white {
    height: 23px;
    width: 23px;
}

/* ///// Click to Top ///// */

/* ///// Social Media Fixed ///// */

.social {
    position: fixed;
    top: 30%;
    right: 0;
}

.social ul {
    padding: 0px;
    transform: translate(90px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    background: transparent;
    width: 150px;
    text-align: left;
    border-radius: 30px;
    transition: all 1.5s;
}

.social ul li a {
    display: flex;
    align-items: center;
}

.social ul li:hover {
    transform: translate(-110px, 0);
    background: #F58430;
    transition: all 1s;
    border-radius: 30px 0px 0px 30px;
}

.social ul li:hover i {
    transition: all 1s;
}

.social ul li i {
    margin-right: 15px;
    color: #fff;
    background: #F58430;
    padding: 17px 15px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 20px;
}

/* ///// Social Media Fixed ///// */

/* ========== Media Query Starts ===========  */

@media (max-width: 1200px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 14px !important;
    }

    .font_15 {
        font-size: 14px !important;
    }

    .font_16 {
        font-size: 15px !important;
    }

    .font_17 {
        font-size: 16px !important;
    }

    .font_18 {
        font-size: 16px !important;
    }

    .font_19 {
        font-size: 18px !important;
    }

    .font_20 {
        font-size: 18px !important;
    }

    .font_22 {
        font-size: 20px !important;
    }

    .font_24 {
        font-size: 22px !important;
    }

    .font_26 {
        font-size: 22px !important;
    }

    .font_25 {
        font-size: 22px !important;
    }

    .font_28 {
        font-size: 22px !important;
    }

    .font_30 {
        font-size: 23px !important;
    }

    .font_32 {
        font-size: 23px !important;
    }

    .font_36 {
        font-size: 24px !important;
    }

    .font_40 {
        font-size: 24px !important;
    }

    .font_46 {
        font-size: 32px !important;
    }

    .font_48 {
        font-size: 32px !important;
    }
}

@media (max-width: 992px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 14px !important;
    }

    .font_15 {
        font-size: 14px !important;
    }

    .font_16 {
        font-size: 15px !important;
    }

    .font_17 {
        font-size: 16px !important;
    }

    .font_18 {
        font-size: 16px !important;
    }

    .font_19 {
        font-size: 18px !important;
    }

    .font_20 {
        font-size: 18px !important;
    }

    .font_22 {
        font-size: 20px !important;
    }

    .font_24 {
        font-size: 22px !important;
    }

    .font_26 {
        font-size: 22px !important;
    }

    .font_25 {
        font-size: 22px !important;
    }

    .font_28 {
        font-size: 22px !important;
    }

    .font_30 {
        font-size: 23px !important;
    }

    .font_32 {
        font-size: 23px !important;
    }

    .font_36 {
        font-size: 24px !important;
    }

    .font_40 {
        font-size: 26px !important;
    }

    .font_46 {
        font-size: 30px !important;
    }

    .font_48 {
        font-size: 30px !important;
    }

    .nav_items .nav-item {
        padding-left: 0px;
    }

    .navbar-collapse {
        padding-bottom: 20px;
    }

    .affordable_plans {
        margin-top: 80px;
        padding: 30px 50px;
    }

    .choose_experience_one {
        width: 33%;
    }

    .choose_experience_one:nth-last-child(3n) {
        padding-right: 0;
    }

    .plan_blue {
        padding: 17px;
    }

    .plan_1 .orange_button{
        padding: 7px 15px !important;
    }

    .plan_details{
        padding: 20px 10px;
    }
}

@media (max-width: 768px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 14px !important;
    }

    .font_15 {
        font-size: 14px !important;
    }

    .font_16 {
        font-size: 15px !important;
    }

    .font_17 {
        font-size: 15px !important;
    }

    .font_18 {
        font-size: 16px !important;
    }

    .font_19 {
        font-size: 16px !important;
    }

    .font_20 {
        font-size: 16px !important;
    }

    .font_22 {
        font-size: 16px !important;
    }

    .font_24 {
        font-size: 17px !important;
    }

    .font_26 {
        font-size: 17px !important;
    }

    .font_25 {
        font-size: 18px !important;
    }

    .font_28 {
        font-size: 18px !important;
    }

    .font_30 {
        font-size: 20px !important;
    }

    .font_32 {
        font-size: 20px !important;
    }

    .font_36 {
        font-size: 20px !important;
    }

    .font_40 {
        font-size: 26px !important;
    }

    .font_46 {
        font-size: 28px !important;
    }

    .font_48 {
        font-size: 28px !important;
    }

    .hero_banner_image {
        margin-top: 30px;
    }

    .partner_image {
        margin-top: 30px;
    }

    .orange_work {
        margin-bottom: 40px;
    }

    .world_map::before {
        display: none;
    }

    .map_boxes {
        padding: 44px 44px 50px 0px;
    }

    .affordable_plans {
        margin-top: 20px;
        padding: 20px;
    }

    .blue_button {
        padding: 8px 30px;
    }

    .about_image {
        margin-top: 30px;
    }

    .other_service {
        padding: 50px 0;
    }

    .social_media {
        margin-bottom: 20px;
    }

    .footer_links {
        margin: 20px 0;
    }

    .testimonial_item_image {
        left: 35%;
    }

    .get_in_touch{
        margin-top: 25px;
        padding: 30px;
    }

    .touch_box{
        margin-bottom: 20px;
    }

    .welcome_signin{
        padding: 50px 0;
    }

    .signin_form{
        margin-top: 30px;
        padding: 15px;
    }

    .my_plan{
        padding: 50px 0;
    }

    .plan_blue{
        margin-bottom: 15px;
    }

    .plan_1{
        margin-bottom: 20px;
    }

    .plan_details{
        display: block;
        text-align: center;
    }

    .user_profile_detail{
        margin-top: 30px;
    }

    .price_tabs .nav .nav-item .nav-link{
        padding: 15px 40px;
    }
}

@media (max-width: 576px) {
    .font_10 {
        font-size: 10px !important;
    }

    .font_12 {
        font-size: 12px !important;
    }

    .font_14 {
        font-size: 12px !important;
    }

    .font_15 {
        font-size: 12px !important;
    }

    .font_16 {
        font-size: 13px !important;
    }

    .font_17 {
        font-size: 14px !important;
    }

    .font_18 {
        font-size: 14px !important;
    }

    .font_19 {
        font-size: 14px !important;
    }

    .font_20 {
        font-size: 15px !important;
    }

    .font_22 {
        font-size: 16px !important;
    }

    .font_24 {
        font-size: 16px !important;
    }

    .font_26 {
        font-size: 16px !important;
    }

    .font_25 {
        font-size: 16px !important;
    }

    .font_28 {
        font-size: 16px !important;
    }

    .font_30 {
        font-size: 20px !important;
    }

    .font_32 {
        font-size: 20px !important;
    }

    .font_36 {
        font-size: 20px !important;
    }

    .font_40 {
        font-size: 22px !important;
    }

    .font_46 {
        font-size: 24px !important;
    }

    .font_48 {
        font-size: 24px !important;
    }

    .orange_slop {
        width: 100%;
    }

    .green_slop {
        width: 100%;
        margin-left: 0;
    }

    .choose_experience_one {
        width: 50%;
    }

    .choose_experience_one:nth-child(2n) {
        padding-right: 0;
    }

    .choose_experience_one:nth-last-child(3n) {
        padding-right: 15px;
    }

    .get_in_touch{
        padding: 20px;
    }

    .plan_blue{
        display: block !important;
    }

    .plan_blue_first{
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .plan_blue_first .sun_image{
        margin-right: 30px;
    }

    .sun_plan{
        margin-bottom: 40px;
    }

    .price_tabs .nav .nav-item:nth-child(2n) {
        margin: 0 10px;
    }

    .price_tabs .nav .nav-item .nav-link {
        padding: 10px 20px;
    }
}

@media (max-width: 376px) {
    .testimonial_item_image {
        left: 29%;
    }

    .price_tabs .nav .nav-item .nav-link {
        padding: 10px;
    }
}

/* ========== Media Query Ends ===========  */
/* ========== New Css of 05/04/23 Starts ===========  */

.itr_tabs.active {
    background: #E77817;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
}

.itr_tabs:hover.active {
    color: #ffffff;
}

.itr_tabs {
    background: #E8E8E8;
    color: #1C1C1C;
    padding: 18px 55px;
    border-radius: 8px;
    border: none;
}

.itr_tabs:hover{
    color: #1C1C1C;
}

.tav_nav_item:nth-child(2n) {
    margin: 0 16px;
}

@media(max-width:768px) {
    .itr_tabs {
        padding: 15px 40px;
    }

    .footer_abbordable_6 {
        margin-top: 60px;
    }
}

@media(max-width:576px) {
    .itr_tabs {
        padding: 10px 20px;
    }

    .tav_nav_item:nth-child(2n) {
        margin: 0 10px;
    }
}

@media (max-width: 376px) {
    .itr_tabs {
        padding: 10px;
    }
}

/* ========== New Css of 05/04/23 Ends ===========  */
.myaccount .dropdown-menu{
    left: unset;
    top: 57px;
}