@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
	background: #fff;
}

.samsung_tab_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
img.sam-tab-logo {
    width: 40%;
    margin: 0 auto;
}
.samsung_tab_main_sec{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-flow: row;
	margin: 20px 0px;
	flex-wrap: nowrap;
	padding: 0;
}

.sam_tablet{
	flex-basis: 47%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0;
	border-radius: 15px;
}
.s9_ultra{
	background-image: linear-gradient(to bottom, #313131 , #000000);
}
.s9_plus{
	background-image: linear-gradient(to bottom, #C3E8ED , #F6FEFF);
}
img.sam-galaxy-a-series {
    width: 40%;
    margin: 0 auto;
}
img.samsung-tablet-logo-sec {
    width: 60%;
	margin: 30px;
}
img.samsung-tab-product-img {
    width: 70%;
	margin: 0 auto;
}
.sam_tablet_content {
        width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 20px 0px;
    height: 100%;
    margin-top: 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.sam_tablet_content h2{
	padding: 0;
    font-size: 25px;
	margin: 0;
	color: #000000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.sam_tablet_content p.sam-watch-desktop-content{
	padding: 30px 30px 60px 30px;
    font-size: 20px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
	display: block;
	text-align: center;
}
.sam_tablet_content p.sam-watch-mobile-content{
	display: none;
}
a.shop-now-cta {
	background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
	border:1px solid #000;
    display: block;
    width: max-content;
    transition: background-color 0.3s;
    margin: auto;
    border-radius: 50px;
}

a.shop-now-cta.white-bg{
	color: #000;
	background: #fff;
}
a.learn-now-cta {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    padding: 12px 40px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    width: max-content;
    transition: background-color 0.3s;
    margin: auto;
    justify-content: center;
    align-items: center;
}
a.learn-now-cta span {
    text-decoration: underline;
}
a.learn-now-cta i.fa.fa-angle-down {
    font-size: 25px;
    font-weight: 800;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
}
.top_dot_main_section{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row;
	margin: 20px 0px;
	flex-wrap: nowrap;
	padding: 0;
}
.icon_section {
    display: flex;
    flex-flow: revert;
    justify-content: center;
    align-items: center;
}
i.fa.fa-square{
	margin: 0px 2px;
}
i.fa.fa-square.black_dot {
    font-size: 25px;
    color: #000;
    border-radius: 6px;
    padding: 0;
}
i.fa.fa-square.blue_dot {
    font-size: 25px;
    color: #E6E6E6;
    border-radius: 6px;
    padding: 0;
}
i.fa.fa-square.yellow_dot {
    font-size: 25px;
    color: #EFEAE1;
    border-radius: 6px;
    padding: 0;
}
.top_slider_dots{
	flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0;
    margin: 0 auto;
	border-radius: 15px;
}
.top_slider_dots h4 {
    display: none;
}

.samsung_tab_table_main {
    width: 100%;
    text-align: center;
	background-image: linear-gradient(to bottom , #f3f3f3, #fff);
	border-radius: 15px;
	padding: 35px;
}

.samsung_tab_table_main h2{
	padding: 0;
    font-size: 25px;
	margin: 0;
	color: #000000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
table.table-for-desktop {
	border-top: 1px solid #dbdbdb;
	border-collapse: collapse;
	margin: 20px 0px;
	width: 100%;
}
tr.comparsion-table-img-sec {
    display: inline-grid;
    padding: 30px 0px;
    width: 48%;
}
tr.comparsion-table-img-sec td{
	color: #1D1C1C;
    font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: initial;
    padding: 5px 0px;
}
a.compare-cta {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding: 10px 60px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    width: max-content;
    transition: background-color 0.3s;
    margin: auto;
    border: 2px solid #000;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
a.compare-cta:hover{
    color: #fff;
	background: #000;
}
a.compare-cta i.fa.fa-angle-up {
    font-size: 25px;
    font-weight: 800;
    padding: 0px 0px 0px 10px;
}
.sam-watch6_main_section {
    width: 100%;
	background-image: linear-gradient(to bottom , #F4F4F4, #F4F4F4, #B9E2DA);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin: 40px 0px;
}
.sam_tab_s9_ultra_main{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row;
	margin-top: 40px;
	flex-wrap: nowrap;
	position: relative;
	padding: 0;
	    background: #f4f4f4;
    border-top-left-radius: 20px;
}
img.galaxy-tab-s-desktop {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
	border-top-left-radius: 20px;
}
img.galaxy-tab-s-mobile {
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}

.sam_tab_s9_ultra_content{
	width: max-content;
    position: absolute;
    margin: 0em 4em;
}

.sam_tab_s9_ultra_content h2 {
    padding: 0;
    font-size: 50px;
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    line-height: normal;
    text-align: left;
}

.sam_tab_s9_ultra_content a{
	background: #fff;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding: 12px 40px;
    margin: 30px 0px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    cursor: pointer;
	border:1px solid #fff;
    display: block;
    width: max-content;
    transition: background-color 0.3s;
    border-radius: 50px;
}
.sam_tab_s9_ultra_content a:hover{
    color: #fff;
	background: #000;
}
.sam_tab_s9_plus_content{
	width: max-content;
    position: absolute;
    margin: 0em 4em;
}

.sam_tab_s9_plus_content h2 {
    padding: 0;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    line-height: normal;
    text-align: left;
}

.sam_tab_s9_plus_content a{
	background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    margin: 30px 0px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    cursor: pointer;
	border:1px solid #000;
    display: block;
    width: max-content;
    transition: background-color 0.3s;
    border-radius: 50px;
}
.sam_tab_s9_plus_content a:hover{
    color: #000;
	background: #fff;
}
.sam_tab_info_section_main{
	background: #000;
    padding-bottom: 0;
	width: 100%;
    border-bottom-left-radius: 20px;
}
.design_camera_display_main{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row;
	margin: 40px 0px;
	flex-wrap: nowrap;
	padding: 0;
}
.design_camera_display_image_sec{
	flex-basis: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.design_camera_display_image_sec img{
	width: 90%;
	margin: 0;
}
.design_camera_display_image_sec img.a_series_cam {
    width: 60%;
}
.design_camera_display_full_image{
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.design_camera_display_full_image img{
	width: 90%;
	margin: 0;
}
.design_camera_display_image_sec.img_sec11 {
    justify-content: flex-end;
}
.design_camera_display_content_sec{
	flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 40px;
    flex-flow: column;
}

.design_camera_display_content_sec h2{
	padding: 0;
    font-size:18px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
}
.design_camera_display_content_sec h3{
	padding: 0;
    font-size: 40px;
	margin: 0;
	color: #fff;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}
.design_camera_display_content_sec p{
	padding: 30px 0px;
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
}
.help_support_content_sec{
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.help_support_content_sec h2{
	padding: 0px 40px;
    font-size: 20px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
}
.help_support_content_sec h3{
	padding: 0px 40px;
    font-size: 40px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}
.body_sleep_wellbeing_main{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-flow: row;
	margin: 5em 0em;
	flex-wrap: nowrap;
	padding: 0;
}
.body_sleep_wellbeing_block{
	flex-basis: 28%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0;
	border-radius: 15px;
}
.body_sec11{
	background-image: linear-gradient(to bottom , #F4F4F4, #D7E9EE);
}
.wellbein_sec11{
	background-image: linear-gradient(to bottom , #F4F4F4, #FCEFC3);
}
.sleep_sec11{
	background-image: linear-gradient(to bottom , #ECEFFE, #F4F4F4);
}
.body_content_sec {
    text-align: left;
    padding: 25px;
}
.body_sleep_wellbeing_block img{
	width: 100%;
	margin: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.body_sleep_wellbeing_block img.sleep-img-sec{
	width: 100%;
	margin: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.body_content_sec h4{
	padding: 0;
    font-size: 35px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}
.body_content_sec p{
	padding: 30px 0px;
    font-size: 18px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
}
.payment_fast_access_main{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: row;
	margin: 5em 0em;
	flex-wrap: nowrap;
	padding: 0;
}
.payment_fast_access_content{
	flex-basis: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0px 30px;
}

.payment_fast_content_sec {
    text-align: left;
    padding: 25px;
}
.payment_fast_content_sec h4{
	padding: 0;
    font-size: 28px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}
.payment_fast_content_sec p{
	padding: 10px 0px;
    font-size: 18px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
}
.payment_fast_access_content img{
	width: 85%;
	margin: 0;
}
.scratch_water_resistant_main{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: row;
	margin: 5em 0em;
	flex-wrap: nowrap;
	padding: 0;
}
.scratch_water_resistant_image{
	flex-basis: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0px 30px;
}
.scratch_water_resistant_image img{
	width: 90%;
	margin: 0;
}
.scratch_water_resistant_content{
	flex-basis: 48%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0px 30px;
}
.long_lasting_battery_main{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: row;
	margin: 40px 0px;
	flex-wrap: nowrap;
	padding: 0;
}
.long_lasting_battery_img{
	flex-basis: 20%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: column;
}
.long_lasting_battery_img img{
	width: 85%;
	margin: 0;
}
.long_lasting_battery_content{
	flex-basis: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    flex-flow: column;
}
.long_lasting_battery_content h4{
	padding: 0;
    font-size: 30px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
	text-align: left;
}
.long_lasting_battery_content p{
	padding: 10px 0px;
    font-size: 18px;
	text-align: left;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
}
.samsung_s8_main_section{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    margin: 20px 0px;
    flex-wrap: nowrap;
    padding: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.tab_s8_ultra{
	background: #F5F5F5;
}
.tab_s8_plus{
    background: #000000;
}
.samsung_s8_content_sec {
    flex-basis: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 80px;
    flex-flow: column;
}
h3.watch5_pro_text, p.watch5_pro_text{
	color: #fff !important;
}
.samsung_s8_content_sec a.watch5_pro_cta{
	background: #fff;
	color: #000;
}
.samsung_s8_content_sec h3{
	padding: 0;
    font-size: 45px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
    text-align: left;
}
.samsung_s8_content_sec p{
	padding: 20px 0px;
    font-size: 20px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.samsung_s8_content_sec a{
	background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    margin: 20px 0px 0px 0px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    cursor: pointer;
	border:1px solid #000;
    display: block;
    width: max-content;
    transition: background-color 0.3s;
    border-radius: 50px;
}
.samsung_s8_content_sec a:hover{
    color: #000;
	background: #fff;
}
.samsung_s8_image_sec {
    flex-basis: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.samsung_s8_image_sec img {
    width: 100%;
    margin: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.connected_power_of_galaxy_main{
	width: 100%;
	padding: 0;
	margin: 60px 0px 0px 0px;
}
.connected_power_of_galaxy_main h2{
	padding: 0px 40px;
    font-size: 20px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
    text-align: left;
}
.connected_power_of_galaxy_main h3{
	padding: 0px 40px;
    font-size: 50px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
    text-align: left;
}
.buds_watch_tab_main_section{
	width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row;
    margin: 40px 0px;
    flex-wrap: nowrap;
    padding: 0;
}
.buds_watch_tab_content_and_img{
	flex-basis: 32%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    background: #f2f2f2;
}.buds_watch_tab_content_and_img img {
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.sam_bottom_text_sec {
    width: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 30px;
    height: 100%;
}
.buds_content_sec {
    width: auto;
}
.buds_content_sec h2{
	padding:0 ;
    font-size: 16px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-family: "Currys Sans", sans-serif;
	font-weight: 500;
	line-height: normal;
    text-align: left;
}
.buds_content_sec h3{
	padding: 0;
    font-size: 40px;
	margin: 0;
	color: #000;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
    text-align: left;
}
.buds_content_sec p{
	padding:20px 0px;
    font-size: 17px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.buds_cta_sec {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	
}
.buds_cta_sec a{
	background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    margin: 20px 0px 0px 0px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
	border:1px solid #000;
    display: block;
    width: max-content;
    transition: background-color 0.3s;
    border-radius: 50px;
}
.bottom_content_section{
	width: 100%;
	padding: 0px;
	margin: 0;
}
.bottom_content_section p{
	padding:0;
    font-size: 14px;
    margin: 0;
    color: #999999;
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.samsung_tab_main{
	width: 100%;
	}
	img.samsung-tablet-logo-sec {
    width: 90%;
    margin: 30px 20px
	}
	a.shop-now-cta, a.compare-cta, .buds_cta_sec a{
	font-size: 18px;
    padding: 10px 30px;
	}
	.sam_tab_s9_ultra_content h2, .sam_tab_s9_plus_content h2{
	font-size: 45px;
	}
	.design_camera_display_content_sec h2, .s9_plusdesign_camera_display_content_sec h2{
	font-size: 17px;
	}
	.design_camera_display_content_sec h3, .s9_plusdesign_camera_display_content_sec h3, .help_support_content_sec h3{
	font-size: 36px;
	}
	.sam_tablet_content p.sam-watch-desktop-content{
	font-size: 16px;
	}
	.design_camera_display_content_sec p, .s9_plusdesign_camera_display_content_sec p, .samsung_s8_content_sec p{
	font-size: 18px;
	}
	.dolby_snapdragon_sec1 p{
	font-size: 14px;
	}
	.sam_tablet_content h2{
	font-size: 22px;
	}
	.long_lasting_battery_content p, .payment_fast_content_sec p{
	font-size: 18px;
	}
	.protected_against_main_content h3{
	    font-size: 40px;
	}
	.content_sec-12 {
    width: 80%;
	}
	.samsung_s8_content_sec{
	flex-basis: 60%;
    padding: 0px 40px;
	}
	.samsung_s8_image_sec{
	flex-basis: 40%;
	}
	.samsung_s8_content_sec h3{
	font-size: 35px;
	}
	 .connected_power_of_galaxy_main h2{
	font-size: 17px;
	}
	.connected_power_of_galaxy_main h3{
	font-size: 36px;
	}
	.buds_content_sec p{
	font-size: 15px;
	}
	.bottom_content_section p{
	font-size: 13px;
	}
	.protected_against_main_content {
    margin: 0px 30px;
	}
	.designed_water_dust_content{
	flex-basis: 40%;
	}
	.buds_content_sec h3{
	font-size: 30px
	}
	.sam_tab_s9_ultra_content, .sam_tab_s9_plus_content{
	    margin: 0em 3em;
	}
	.body_content_sec {
    text-align: left;
    padding: 25px;
	}
	.body_content_sec h4, .long_lasting_battery_content h4, .payment_fast_content_sec h4{
	font-size: 30px;
	}
	.body_content_sec p{
	    padding: 20px 0px;
    font-size: 16px;
	}
	.long_lasting_battery_img img {
    width: 100%;
	}
	.payment_fast_content_sec {
    padding: 20px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1300px){
	.samsung_tab_main{
	width: 100%;
	}
	img.samsung-tablet-logo-sec {
    width: 90%;
    margin: 30px 20px
	}
	a.shop-now-cta, a.compare-cta, .buds_cta_sec a{
	font-size: 18px;
    padding: 10px 30px;
	}
	.sam_tab_s9_ultra_content h2, .sam_tab_s9_plus_content h2{
	font-size: 55px;
	}
	.design_camera_display_content_sec h2, .s9_plusdesign_camera_display_content_sec h2{
	font-size: 17px;
	}
	.design_camera_display_content_sec h3, .s9_plusdesign_camera_display_content_sec h3, .help_support_content_sec h3{
	font-size: 36px;
	}
	.sam_tablet_content p.sam-watch-desktop-content{
	font-size: 16px;
	}
	.design_camera_display_content_sec p, .s9_plusdesign_camera_display_content_sec p, .samsung_s8_content_sec p{
	font-size: 18px;
	}
	.dolby_snapdragon_sec1 p{
	font-size: 14px;
	}
	.sam_tablet_content h2{
	font-size: 22px;
	}
	.long_lasting_battery_content p, .payment_fast_content_sec p{
	font-size: 16px;
	}
	.protected_against_main_content h3{
	    font-size: 40px;
	}
	.content_sec-12 {
    width: 80%;
	}
	.samsung_s8_content_sec{
	flex-basis: 60%;
    padding: 0px 40px;
	}
	.samsung_s8_image_sec{
	flex-basis: 40%;
	}
	.samsung_s8_content_sec h3{
	font-size: 35px;
	}
	 .connected_power_of_galaxy_main h2{
	font-size: 17px;
	}
	.connected_power_of_galaxy_main h3{
	font-size: 36px;
	}
	.buds_content_sec p{
	font-size: 15px;
	}
	.bottom_content_section p{
	font-size: 13px;
	}
	.protected_against_main_content {
    margin: 0px 30px;
	}
	.designed_water_dust_content{
	flex-basis: 40%;
	}
	.buds_content_sec h3{
	font-size: 30px
	}
	.sam_tab_s9_ultra_content, .sam_tab_s9_plus_content{
	    margin: 0em 3em;
	}
	.body_content_sec {
    text-align: left;
    padding: 25px;
	}
	.body_content_sec h4, .long_lasting_battery_content h4, .payment_fast_content_sec h4{
	font-size: 30px;
	}
	.body_content_sec p{
	    padding: 20px 0px;
    font-size: 16px;
	}
	.long_lasting_battery_img img {
    width: 100%;
	}
}

@media only screen and (max-width: 767px){
	.samsung_tab_main{
	width: 100%;
	}
	img.sam-tab-logo {
    width: 80%;
    margin: 0 auto;
	}
	.samsung_tab_main_sec {
    width: 90%;
    flex-flow: column;
	}
	.sam_tablet{
	margin-bottom: 30px;
	}
	.top_slider_dots h4 {
        display: block;
    font-size: 22px;
    padding: 20px 0px;
    margin: 0;
    font-weight: 800;
	}
	.top_dot_main_section{
	    margin: 0px 0px 30px 0px;
	}
	.samsung_tab_table_main {
    border-radius: 0;
    padding: 20px 0px;
	}
	tr.comparsion-table-img-sec td {
    font-size: 14px;
    padding: 3px 0px;
	}
	.samsung_tab_table_main h2{
	font-size: 20px;
	}
	img.galaxy-tab-s-desktop{
	display: none;
	}
	img.galaxy-tab-s-mobile {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
	}
	a.shop-now-cta, a.compare-cta, .buds_cta_sec a{
	font-size: 18px;
    padding: 10px 30px;
	}
	.sam_tab_s9_ultra_main{
	    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
	}
	.sam_tab_s9_ultra_content, .sam_tab_s9_plus_content {
    width: max-content;
    position: absolute;
    margin: 0;
	}
	.sam_tab_s9_ultra_content h2, .sam_tab_s9_plus_content h2{
	font-size: 48px;
	text-align: center;
	    padding: 30px 0px;
	}
	.sam_tab_s9_ultra_content a, .sam_tab_s9_plus_content a{
	margin: 0 auto;
	font-size: 18px;
    padding: 10px 30px;
	}
	.design_camera_display_main{
	flex-flow: column;
	}
	.design_camera_display_image_sec{
	justify-content: center;
	}
	.design_camera_display_image_sec img {
    width: 100%;
    margin: 0;
	}
	.design_camera_display_main:nth-child(odd){
    flex-flow: column-reverse;
	}
	.design_camera_display_content_sec h3, .s9_plusdesign_camera_display_content_sec h3{
	font-size: 40px;
	}
	.design_camera_display_content_sec p, .s9_plusdesign_camera_display_content_sec p, .samsung_s8_content_sec p{
	font-size: 19px;
	}
	.dolby_snapdragon_sec1 p{
	font-size: 13px;
    padding: 0px 20px;
	}
	.samsung_bottom_tab_section img, .sam_tab_info_section_main{
	    border-bottom-left-radius: 0;
	}
	.samsung_bottom_tab_section {
    width: 100%;
    padding: 0;
    margin-top: 0;
	}
	.s9_plusdesign_camera_display_main{
	flex-flow: column;
	}
	.s9_plusdesign_camera_display_main:nth-child(even){
    flex-flow: column-reverse;
	}
	img.protected_against_mobile {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
	}
	img.protected_against_desktop{
	display: none;
	}
	.protected_against_main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 0;
    border-top-left-radius: 0;
	}
	.protected_against_main_content {
    width: 90%;
    position: relative;
    margin: 0px 60px;
	}
	.protected_against_main_content h3 {
    padding: 0px 50px 0px 0px;
    font-size: 45px;
	}
	.designed_water_dust_main{
	flex-flow: column;
    padding: 30px 0px;
	}
	.designed_water_dust_content{
	margin: 20px;
	}
	.content_sec-12 {
    width: 100%;
	}
	.samsung_s8_main_section{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	flex-flow: column;
	}
	.samsung_s8_main_section:nth-child(odd){
    flex-flow: column-reverse;
	}
	.samsung_s8_content_sec{
	padding: 30px;
	}
	.connected_power_of_galaxy_main h2{
	font-size: 16px;
	padding: 0px 20px;
	}
	.connected_power_of_galaxy_main h3{
	font-size: 45px;
	padding: 0px 20px;
	}
	.buds_watch_tab_content_and_img{
	margin-bottom: 20px;
	}
	.buds_watch_tab_main_section{
	width: 100%;
    flex-flow: column;
	margin: 30px 0px;
	}
	.buds_content_sec h3{
	padding: 0;
	font-size: 40px;
	}
	.buds_content_sec h2{
	padding: 0;
	}
	.buds_content_sec p{
	font-size: 18px;
	}
	.body_sleep_wellbeing_main, .scratch_water_resistant_main, .payment_fast_access_main{
	flex-flow: column;
	}
	.body_sleep_wellbeing_block img.sleep-img-sec{
	    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	}
	.body_sleep_wellbeing_block:nth-child(even){
		flex-flow: column-reverse;
	}
	.body_sleep_wellbeing_block{
	margin-bottom: 20px;
	}
	.bottom_content_section p{
	font-size: 13px;
	}
	.help_support_content_sec h3{
	font-size: 32px;
    padding-bottom: 30px;
	}
	.long_lasting_battery_content h4, .payment_fast_content_sec h4{
	font-size: 30px;
	}
	.long_lasting_battery_img img {
    width: 100%;
    margin: 0;
	}
	.long_lasting_battery_content{
	    flex-basis: 90%;
    justify-content: center;
    padding: 0px 10px;
	}
	.sam_tablet_content p.sam-watch-desktop-content{
	display: none;
	}
	.sam_tablet_content p.sam-watch-mobile-content{
	display: block;
	padding: 30px 0px 60px 0px;
    font-size: 18px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
    text-align: center;
	}
	.body_content_sec {
		padding: 30px;
	}
	.payment_fast_content_sec {
    padding: 20px 10px;
	}
	.long_lasting_battery_content p, .payment_fast_content_sec p{
	font-size: 17px;
	}
	.top_slider_dots{
	flex-basis: 40%;
	}
	.sam-watch6_main_section{
	border-radius: 0;
	}
	
	.body_sleep_wellbeing_main, .scratch_water_resistant_main, .scratch_water_resistant_main {
    width: 90%;
    margin: 0 auto;
	}
	.scratch_water_resistant_content, .payment_fast_access_content{
	margin: 30px 0px 0px 0px;
	}
	.sleep_sec11 {
    background-image: linear-gradient(to bottom , #d4daf6, #ebedf9);
	}
}
@media screen and (min-width: 320px) and (max-width: 425px){
	.samsung_tab_main{
	width: 100%;
	}
	img.sam-tab-logo {
    width: 200%;
    margin: 0 auto;
	}
	img.samsung-tablet-logo-sec {
    width: 90%;
    margin: 20px 10px;
	}
	.samsung_tab_main_sec {
    width: 100%;
    flex-flow: column;
	}
	.sam_tablet{
	margin-bottom: 30px;
	}
	.top_slider_dots h4 {
        display: block;
    font-size: 18px;
    padding: 20px 0px;
    margin: 0;
    font-weight: 800;
	}
	.top_dot_main_section{
	    margin: 0px 0px 30px 0px;
	}
	a.shop-now-cta.table-cta{
	font-size: 13px;
    padding: 5px 10px;
	}
	.samsung_tab_table_main {
    border-radius: 0;
    padding: 20px 0px;
	}
	tr.comparsion-table-img-sec td {
    font-size: 10px;
    padding: 2px 0px;
	}
	.samsung_tab_table_main h2{
	font-size: 16px;
	}
	img.galaxy-tab-s-desktop{
	display: none;
	}
	img.galaxy-tab-s-mobile {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
	}
	a.shop-now-cta, a.compare-cta, .buds_cta_sec a{
	font-size: 15px;
    padding: 7px 25px;
	}
	.sam_tab_s9_ultra_main{
	    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
	}
	.sam_tab_s9_ultra_content, .sam_tab_s9_plus_content {
    width: max-content;
    position: absolute;
    margin: 0;
	}
	.sam_tablet_content h2{
	font-size: 24px;
	}
	.sam_tablet_content ul li {
    font-size: 15px;
	}
	.sam_tab_s9_ultra_content h2, .sam_tab_s9_plus_content h2{
	font-size: 30px;
	text-align: center;
	    padding: 20px 0px;
	}
	.sam_tab_s9_ultra_content a, .sam_tab_s9_plus_content a{
	margin: 0 auto;
	font-size: 15px;
    padding: 7px 20px;
	}
	.design_camera_display_content_sec{
	padding: 0px 20px;
	}
	.design_camera_display_main{
	flex-flow: column;
	}
	.design_camera_display_image_sec{
	justify-content: center;
	}
	.design_camera_display_image_sec img {
    width: 100%;
    margin: 0;
	}
	.design_camera_display_main:nth-child(odd){
    flex-flow: column-reverse;
	}
	.design_camera_display_content_sec h3, .s9_plusdesign_camera_display_content_sec h3{
	font-size: 29px;
	}
	.design_camera_display_content_sec h2, .s9_plusdesign_camera_display_content_sec h2, .protected_against_main_content h2{
	font-size: 15px;
	}
	.design_camera_display_content_sec p, .s9_plusdesign_camera_display_content_sec p, .samsung_s8_content_sec p{
	font-size: 16px;
	}
	.s9_plusdesign_camera_display_image_sec p{
	font-size: 11px;
    text-align: right;
    margin: 20px 20px;
	}
	.long_lasting_battery_content{
	padding: 0px 10px;
	}
	.long_lasting_battery_content p{
	font-size: 14px;
	}
	.dolby_snapdragon_sec1 p{
	font-size: 11px;
    padding: 0px 10px;
	}
	.samsung_bottom_tab_section img, .sam_tab_info_section_main{
	    border-bottom-left-radius: 0;
	}
	.samsung_bottom_tab_section {
    width: 100%;
    padding: 0;
    margin-top: 0;
	}
	.s9_plusdesign_camera_display_main{
	flex-flow: column;
	}
	.s9_plusdesign_camera_display_main:nth-child(even){
    flex-flow: column-reverse;
	}
	img.protected_against_mobile {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
	}
	img.protected_against_desktop{
	display: none;
	}
	.protected_against_main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 0;
    border-top-left-radius: 0;
	}
	.protected_against_main_content {
    width: 90%;
    position: relative;
    margin: 0px 60px;
	}
	.protected_against_main_content h3 {
    padding: 0px 20px 0px 0px;
    font-size: 30px;
	}
	.designed_water_dust_main{
	flex-flow: column;
    padding: 30px 0px;
	}
	.designed_water_dust_content{
	margin: 20px;
	}
	.content_sec-12 {
    width: 100%;
	}
	.samsung_s8_main_section{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	flex-flow: column;
	}
	.samsung_s8_main_section:nth-child(odd){
    flex-flow: column-reverse;
	}
	.samsung_s8_content_sec{
	padding: 20px;
	}
	.samsung_s8_content_sec h3{
	font-size: 32px
	}
	.connected_power_of_galaxy_main h3{
	font-size: 32px;
	}
	.samsung_s8_content_sec a{
	font-size: 17px;
    padding: 9px 30px;
	}
	.connected_power_of_galaxy_main h2{
	font-size: 16px;
	padding: 0px 20px;
	}
	.connected_power_of_galaxy_main h3{
	font-size: 32px;
	padding: 0px 20px;
	}
	.buds_watch_tab_content_and_img{
	margin-bottom: 20px;
	}
	.buds_watch_tab_main_section{
	width: 100%;
    flex-flow: column;
	margin: 30px 0px;
	}
	.buds_content_sec h3{
	padding: 0;
	font-size: 28px;
	}
	.buds_content_sec h2{
	padding: 0;
	}
	.buds_content_sec p{
	font-size: 15px;
	}
	.designed_water_dust_content h2{
	font-size: 20px;
	}
	.designed_water_dust_content p{
	font-size: 14px;
	}
	.bottom_content_section p{
	font-size: 13px;
	}
	.long_lasting_battery_main{
	margin: 0;
	}
	.s9_plusdesign_camera_display_content_sec{
	padding: 0px 20px;
	}
	
	.body_sleep_wellbeing_main, .scratch_water_resistant_main, .payment_fast_access_main{
	flex-flow: column;
	}
	.body_sleep_wellbeing_block img.sleep-img-sec{
	    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	}
	.body_sleep_wellbeing_block:nth-child(even){
		flex-flow: column-reverse;
	}
	.body_sleep_wellbeing_block{
	margin-bottom: 20px;
	}
	.bottom_content_section p{
	font-size: 13px;
	}
	.help_support_content_sec h3{
	font-size: 28px;
	padding-bottom: 40px;
	}
	.long_lasting_battery_content h4, .payment_fast_content_sec h4{
	font-size: 22px;
	}
	.long_lasting_battery_img img {
    width: 100%;
    margin: 0;
	}
	.long_lasting_battery_content{
	    flex-basis: 90%;
    justify-content: center;
    padding: 0px 10px;
	}
	.sam_tablet_content p.sam-watch-desktop-content{
	display: none;
	}
	.sam_tablet_content p.sam-watch-mobile-content{
	display: block;
	padding: 30px 0px 60px 0px;
    font-size: 16px;
    margin: 0;
    color: #000;
    font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    line-height: normal;
    text-align: center;
	}
	.body_content_sec {
		padding: 20px;
	}
	.body_sleep_wellbeing_main, .scratch_water_resistant_main {
    width: 90%;
    margin: 0 auto;
	}
	.body_content_sec h4{
	font-size: 28px;
	}
	.body_content_sec p{
	font-size: 14px;
	    padding: 15px 0px;
	}
	.payment_fast_content_sec {
    padding: 20px 10px;
	}
	.long_lasting_battery_content p, .payment_fast_content_sec p{
	font-size: 15px;
	}
	.scratch_water_resistant_content, .payment_fast_access_content{
	margin: 30px 0px 0px 0px;
	}
	.sam-watch6_main_section, .sam-watch6_main_section{
	border-radius: 0;
	}
	.top_slider_dots{
	flex-basis: 40%;
	}
	.sleep_sec11 {
    background-image: linear-gradient(to bottom , #d4daf6, #ebedf9);
	}
}